@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================

	1: BASE LAYOUT

==========================================================
*/
/*
===== 1: BASE LAYOUT =====================================
*/
body {
    position: relative;
}
main {
    z-index: 2;
    position: relative;
}
header {
    min-height: 60px;
    z-index: 20;
}
header #logo {
    position: relative;
    height: 60px;
    padding: 10px;
    z-index: 80;
    width: 160px;
}
header #logo img {
    height: 100%;
    width: auto;
}
header #navTrigger {
    width: 24px;
    height: 30px;
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 100;
}
header #navTrigger span {
    background: #4e362f;
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
header #navTrigger span:before {
    content: "";
    background: #4e362f;
    position: absolute;
    left: 0;
    top: -8px;
    width: 100%;
    height: 2px;
    transition: all 0.2s;
}
header #navTrigger span:after {
    content: "";
    background: #4e362f;
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    transition: all 0.2s;
}
header #navTrigger.active span {
    background: none;
}
header #navTrigger.active span:before {
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
}
header #navTrigger.active span:after {
    transform: rotate(-45deg) translateY(50%);
    bottom: 50%;
}
header nav {
    height: 100vh;
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 40;
    top: 0;
    padding-top: 60px;
    display: none;
}
header nav #globalNav {
    padding: 20px;
    margin-bottom: 10px;
}
header nav #globalNav li {
    padding: 5px;
}
header nav #globalNav li a {
    display: block;
    text-align: center;
    padding: 8px 0;
}
header nav #globalNav li a span {
    border-bottom: dotted 2px #4e362f;
    padding: 0 6px 5px 6px;
}
header nav #langSelect {
    display: flex;
    justify-content: center;
}
header nav #langSelect li {
    position: relative;
    padding: 0 20px;
    font-family: bely, serif;
}
header nav #langSelect li:first-of-type:after {
    content: "";
    width: 1px;
    background: #4e362f;
    height: 60%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
ul.voiceBox li {
    border: solid 1px #ededed;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 1.147px 1.638px 4px 0px rgba(0, 0, 0, 0.2);
}
ul.voiceBox li:not(:first-of-type) {
    margin-top: 30px;
}
ul.voiceBox li img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
}
ul.voiceBox li p:first-of-type {
    text-align: center;
}
ul.voiceBox li p .name {
    font-weight: bold;
    font-size: 20px;
}
ul.voiceBox li p .time {
    background: #DA473A;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 14px;
}
ul.voiceBox li h3 {
    padding: 10px 0;
    font-weight: bold;
    color: #ec6d81;
}
#footContact {
    background: url("../img/shared/foot_contact_bg_smt.webp")center center no-repeat;
    background-size: cover;
    padding: 40px 20px;
}
#footContact p {
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
#footContact ul li:last-of-type {
    margin-top: 20px;
}
#floatBtn {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 20;
    transition: all 0.5s;
}
#floatBtn a {
    background: #ec6d81;
    color: #fff !important;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
    font-size: 14px;
    padding-top: 20px;
}
#floatBtn a:before {
    content: "";
    background: url("../img/shared/illust_float.webp")center center no-repeat;
    background-size: 100%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -30px;
}
#floatBtn.is-hidden {
    right: -160px;
}
#breadCrumbs{
    padding: 15px 10px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
	border-top: solid 1px #d9d9d9;
		background: #fff;
	margin-top: 40px;
}
#breadCrumbs ol {
    display: table;
	padding-right: 15px;
}
#breadCrumbs ol li {
    font-size: 14px;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    padding-right: 26px;
    position: relative;
}
#breadCrumbs ol li:last-child {
    padding-right: 0;
	color: #26b597;
}
#breadCrumbs ol li:last-child:after {
    display: none;
}
#breadCrumbs ol li:after {
    position: absolute;
    display: block;
    content: '';
	background: url("../img/shared/ico_breadcrumbs.webp")center center no-repeat;
	background-size:auto 100%;
	width: 10px;
	height: 10px;
    top: 50%;
	transform: translateY(-50%);
    right: 8px;
}
.inner,.contentIn{
	padding: 20px;
}
.adjacentBc .contentIn{
	padding-bottom: 60px;
}
.devColumn .contentIn{
	padding-top: 30px;
}
.adjacentBc + #breadCrumbs{
	margin-top: 0;
}
@media screen and (min-width: 1199px) {
    body:before {
        background-size: cover;
    }
    header {
        min-height: 120px;
        padding: 27.5px 60px;
        ;
    }
    header #logo {
        height: 65px;
        padding: 0;
        width: 250px;
        z-index: 110;
    }
    header #navTrigger {
        display: none;
    }
    header nav {
        height: auto;
        position: absolute;
        right: 60px;
        top: 15px;
        background: none;
        padding-top: 0;
        display: block;
        z-index: 100;
    }
    header nav #globalNav {
        justify-content: flex-end;
        display: flex;
        padding: 0;
        margin-bottom: 0;
        margin-top: 30px;
    }
    header nav #globalNav li {
        padding: 0 10px
    }
    header nav #globalNav li a {
        padding: 5px;
    }
    header nav #globalNav li a span {
        border-bottom: none;
        padding: 0;
        position: relative;
    }
    header nav #globalNav li a span:after {
        transition: all 0.2s;
        content: "";
        background: url("../img/shared/nav_active.webp")center center no-repeat;
        background-size: 100%;
        width: 20px;
        height: 20px;
        position: absolute;
        top: -4px;
        right: -14px;
        opacity: 0;
        transform: scale(0.2);
    }
    header nav #globalNav li a:hover span:after, header nav #globalNav li a.active span:after {
        opacity: 1;
        top: -10px;
        transform: scale(1);
        right: -20px;
    }
    header nav #globalNav li a.active {
        color: #26b597;
    }
    header nav #langSelect {
        position: absolute;
        right: 0;
        top: 0;
        justify-content: flex-end;
    }
    ul.voiceBox {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
    }
    ul.voiceBox li {
        width: 31%;
        padding: 40px 20px;
    }
    ul.voiceBox li:not(:first-of-type) {
        margin-top: 0;
        margin-left: 3.5%;
    }
    ul.voiceBox li img {
        width: 180px;
        height: 180px;
    }
    ul.voiceBox li p .name {
        font-size: 24px;
    }
    #footContact {
        background: url("../img/shared/foot_contact_bg.webp")center center no-repeat;
        background-size: cover;
        padding: 120px 20px;
    }
    #footContact p {
        font-size: 22px;
        margin-bottom: 30px;
    }
    #footContact ul {
        display: flex;
        justify-content: center;
        max-width: 960px;
        margin: 0 auto;
    }
    #footContact ul li {
        width: 49%;
    }
    #footContact ul li:first-of-type {
        order: 2;
    }
    #footContact ul li:last-of-type {
        margin-top: 0;
        order: 1;
        margin-right: 2%;
    }
    #floatBtn {
        right: 50px;
        bottom: 50px;
    }
    #floatBtn a {
        width: 160px;
        height: 160px;
        font-size: 20px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    #floatBtn a:before {
        width: 140px;
        height: 140px;
        top: -60px;
    }
    #floatBtn a:hover {
        transform: scale(1.2);
        -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }
	#breadCrumbs{
		margin-top: 80px;
	}
	#breadCrumbs ol{
		padding: 0 60px;	
	}
.inner{
	padding:100px 20px;
	max-width: 1040px;
	margin: 0 auto;
}
	.contentIn{
	padding:100px 20px;
	max-width: 1240px;
	margin: 0 auto;
	}
	#faqList .contentIn{
	max-width: 940px;
	}
.devColumn .contentIn{
	padding-top: 40px;
}
	.adjacentBc .contentIn{
		padding-bottom: 180px;
	}
}