@charset "UTF-8";
/*==================================================================
	Style setting
===================================================================*/
html {overflow-x:hidden;}
body {
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	word-wrap:break-word;
	color: #666;
	font: 16px/1.7;
	font-family: "M PLUS Rounded 1c";
}
a{
	color: inherit;
	text-decoration: none;
}
.inner{
	margin: auto;
	max-width: 1150px;
	padding: 0 20px;
	width: 100%;
}
.eng-font{
	font-family: 'Montserrat', sans-serif;
}
.full-width{
	width: 100%;
}
/*==================================================================
	Header setting
===================================================================*/
#header{
	line-height: 1;
	padding: 20px 0 16px;
	position: relative;
}
#header .inner{
	display: -webkit-box;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#logo{
	font-size: 0;
	margin-right: 15px;
	width: 24.32%;
}
.nav-top ul{
	display: -webkit-box;
	display: flex;
	font-size: 1.25em;
}
.nav-top ul li{
	margin-right: 20px;
}
.nav-top ul li:last-child{
	margin-right: 0
}
/*==================================================================
	Footer setting
===================================================================*/
.footer-txt {
	text-align: center;
	padding: 27px 0px 36px;
}
/*==================================================================
	Contents
===================================================================*/
.bg-grey{
	background-color: #eee;
}
.d-none{
	display: none!important;
}
.d-block{
	display: block!important;
}
.hline{
	font-size: 2.5em;
	font-weight: 500;
	margin-bottom: 23px;
	text-align: center;
}
.top-main{
	background: url(../images/top-bg.png) no-repeat center / cover;
	line-height: 1;
	margin-bottom: 54px;
}
.message-txt{
	font-size: 1.25em;
	margin-bottom: 1.25em;
	text-align: center;
}
.message-txt > p:not(:last-child){
	margin-bottom: 1.25em;
}
.slide{
	margin-bottom: 54px;
}
.slide-center{
	margin: auto;
	max-width: 728px;
	position: relative;
	width: 100%;
}
.slide-center .slick-list{
	overflow: visible;
}
.slide-center .slide-center-item{
	opacity: 0.5;
	-webkit-transition: .3s linear;
	-ms-transition: .3s linear;
	transition: .3s linear;
	-webkit-transform: scale(0.835);
	-ms-transform: scale(0.835);
	transform: scale(0.835);
}
.slide-center .slide-center-item.slick-center{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.slide-center .slick-arrow{
	background-color: #707070;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	height: 60px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 100;
}
.slide-center .slick-arrow:after{
	content: "";
	background-color: #fff;
	height: 3px;
	left: 0;
	margin: -1.5px auto 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 30px;
}
.slide-center .slick-arrow:before{
	content: "";
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	height: 20px;
	margin-top: -11px;
	position: absolute;
	top: 50%;
	width: 20px;
}
.slide-center .slick-arrow.slick-prev{
	left: -30px;
}
.slide-center .slick-arrow.slick-prev:before{
	left: 18px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.slide-center .slick-arrow.slick-next{
	right: -30px;
}
.slide-center .slick-arrow.slick-next:before{
	right: 18px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.voice{
	margin-bottom: 93px;
}
.voice .hline{
	margin-bottom: 40px;
}
.voice-list{
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-bottom: 25px;
}
.voice-list li{
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	margin-bottom: 35px;
	order: 1;
}
.voice-list li .voice-img{
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.voice-list li .voice-content{
	position: relative;
	width: 100%;
}
.voice-list li .voice-name{
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 3px;
	position: absolute;
	bottom: 100%;
	padding: 0 38px;
}
.voice-list li .voice-txt{
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #d2d2d2;
	min-height: 122px;
	position: relative;
	padding: 20px 35px;
}
.voice-list li .voice-txt:after, .voice-list li .voice-txt:before {
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.voice-list li .voice-txt:after {
	border-color: rgba(210, 210, 210, 0);
	border-width: 12px 25px;
	margin-top: -15px;
}
.voice-list li .voice-txt:before {
	border-color: rgba(255, 255, 255, 0);
	border-width: 15px 30px;
	margin-top: -18px;
}
.voice-list li._odd .voice-img{
	margin-right: 58px;
}
.voice-list li._odd .voice-txt:after, .voice-list li._odd .voice-txt:before{
	right: 100%;
}
.voice-list li._odd .voice-txt:after{
	border-right-color: #fff;
}
.voice-list li._odd .voice-txt:before{
	border-right-color: #d2d2d2;
}
.voice-list li._even .voice-name{
	right: 0;
	text-align: right;
}
.voice-list li._even .voice-img{
	-webkit--ms-flex-order: 2;
	order: 2;
}
.voice-list li._even .voice-img{
	margin-left: 58px;
}
.voice-list li._even .voice-txt:after, .voice-list li._even .voice-txt:before{
	left: 100%;
}
.voice-list li._even .voice-txt:after{
	border-left-color: #fff;
}
.voice-list li._even .voice-txt:before{
	border-left-color: #d2d2d2;
}
.btn-click{
	-webkit-appearance: none;
	border: none;
	background-color: #13b5b1;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 15px 0px 0px #1ba4a1;
	-ms-box-shadow: 0 15px 0px 0px #1ba4a1;
	box-shadow: 0 15px 0px 0px #1ba4a1;
	color: #fff;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 2em;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	height: 80px;
	letter-spacing: 6px;
	margin: auto;
	max-width: 350px;
	width: 100%;
}
.btn-more{
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	background-color: #eee;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	height: 43px;
	margin: auto;
	max-width: 220px;
	text-align: center;
	width: 100%;
}
#sns{
	margin-bottom: 93px;
}
/* box1, box3 */
.box3{
	display: -webkit-box;
	display: flex;
	margin: 0 -15px 52px;
}
.box3 li, .box1{
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	padding: 0 30px 34px;
}
.box3 li{
	-webkit-flex: 0 33.33%;
	flex: 0 33.33%;
	margin: 0 15px;
	max-width: 33.33%;
}
.box3 li .box3-img, .box1 .box1-img{
	line-height: 1;
	margin: 0 -30px 25px;
}
.box3 li .box3-name, .box1 .box1-name{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 25px;
}
.box1{
	display: table;
	margin: auto;
}
.circle{
	background: url(../images/skill-bg.png) no-repeat center / cover;
	padding: 90px 0;
}
.circle .hline{
	margin-bottom: 45px;
}
/* circle4 */
.circle4{
	display: -webkit-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.circle4 li{
	-webkit-flex: 0 25%;
	flex: 0 25%;
	max-width: 25%;
	line-height: 1.5;
	padding: 0 15px;
}
.circle4 li .circle4-img{
	line-height: 1;
	text-align: center;
}
.circle4 li .circle4-tit{
	font-size: 1.5em;
	font-weight: normal;
	margin: 35px 0 14px;
	text-align: center;
}
.list-box{
	border: 18px solid #eee;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	max-width: 920px;
	margin: 80px auto;
	padding: 50px 80px;
	width: calc(100% - 40px);
}
.list-box li{
	font-size: 1.25em;
	margin-bottom: 33px;
	position: relative;
	padding-left: 70px;
}
.list-box li:last-child{
	margin-bottom: 0;
}
.list-box li i{
	font-size: 2.3em;
	margin-right: 22px;
	position: absolute;
	left: 0;
	top: -6px;
}
.hline-wrap {
	margin-bottom: 40px;
}
.hline-wrap .hline{
	margin-bottom: 8px;
	text-align: center;
}
.hline-wrap .message-txt{
	font-size: 1.25em;
	margin-bottom: 0;
	text-align: center;
}
.message-txt > p:not(:last-child){
	margin-bottom: 43px;
}
.slide-center .slick-list{
	overflow: visible;
}

/* drawer */
.drawer  {
	background: url(../images/faq-bg.png) no-repeat center / cover;
	padding: 62px 0px 80px;
}
.drawer-wrap {
	padding: 0px 88px;
}
.faq-wrap > dt {
	border-bottom: 1px solid #4d4d4d;
	color: #4d4d4d;
	font-size: 1.25em;
	font-weight: bold;
	padding: 30px 65px 20px 106px;
	position: relative;
	cursor: pointer;
}
.faq-wrap > dd {
	display: none;
	background-color: #fff;
	border-bottom: 1px solid #4d4d4d;
	padding: 35px 20px 37px 190px;
	position: relative;
	color: #444749;
}
.faq-wrap > dt > i,
.faq-wrap > dd > i{
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	height: 60px;
	position: absolute;
	left: 99px;
	width: 60px;
}
.faq-wrap > dt >i:after,
.faq-wrap > dd >i:after{
	content: '';
	border: 15px rgba(255,215,0,0) solid;
	position: absolute;
	bottom: 3px;
	left: 32px;
	z-index: -1;
	width: 0px;
	height: 0px;
}
.faq-wrap > dt > i {
	background-color: #4d4d4d;
	color: #fff;
	font-size: 1.875em;
	left: 3px;
	top: 14px;
	z-index: 2;
}
.faq-wrap > dt >i:after {
	border-bottom-color: #4d4d4d;
}
.faq-wrap > dd > i {
	font-size: 2.5em;
	background-color: #aaa;
	z-index: 2;
}
.faq-wrap > dd >i:after {
	border-bottom-color: #aaa;
}

.faq-wrap > dt.active ._arrow:after {
	-webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    bottom: 4px;
    
}
.faq-wrap > dt ._arrow {
	border: 3px solid #bfbfbf;
	background-color: #fff;
	cursor: pointer;
	height: 38px;
	margin-top: -15px;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 38px;
}
.faq-wrap > dt ._arrow:after {
	content: "";
	position: absolute;
    bottom: 10px;
    left: 7px;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%) ;
    -webkit-transform: translate(-50%, 0%); 
    border: none;
    border-right: 3px solid #bfbfbf;
    border-bottom: 3px solid #bfbfbf;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.half {
	padding: 90px 0px 60px;
}
.half .hline{
	margin-bottom: 90px;
}
.half-wrapper{
	position: relative;
	padding-right: 52.07%;
}
.profile-wrap {
	display: -webkit-box;
	display: flex;
	padding-top: 30px;
}
 .profile-wrap-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 48.65%;
}
.profile-name {
	border-left: 8px solid #a0a0a0;
	position: relative;
	padding-left: 40px;
	margin-bottom: 23px;
	padding-right: 30px;
}
.profile-name .name {
	font-size:2.5em;
	font-weight: 500;
	color: #373a3c;
	line-height: 1.4;
}
.profile-name .txt {
	font-size: 1.5em;
	line-height: 1.3;
}
.half-wrapper .content {
	text-align: justify;
}
.content p:not(:last-child) {
	margin-bottom: 10px;
}
.form {
	background-color: #eee;
	padding: 63px 0px 97px;
}
.form .hline-wrap{
	margin-bottom: 30px;
}
.form-wrapper {
	margin: auto;
	max-width: 735px;
	width: 100%;
}
.tbl-form {
    width: 100%;
}
.form-wrapper .tbl-form th {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.25em;
	padding: 25px 30px 25px 8px;
	text-align: right;
	width: 100px;
	vertical-align: top;
}
.form-wrapper .tbl-form td {
	font-size: 1.25em;
	padding: 20px 0px;
}
.error{
	color: #f00;
}
.form-wrapper .tbl-form--confirm{
	margin-bottom: 50px;
}
.form-wrapper .tbl-form--confirm th, .form-wrapper .tbl-form--confirm td{
	padding-top: 10px;
	padding-bottom: 10px;
}
.form-wrapper .tbl-form td .form-control {
	background-color: #fff;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	border: none;
	height: 70px;
	outline: none;
	padding: 10px 15px;
	width: 100%;
	-webkit-box-shadow: inset 4px 4px 7px -1px rgba(68, 65, 65, 0.24);
	-moz-box-shadow: inset 4px 4px 7px -1px rgba(68, 65, 65, 0.24);
	box-shadow: inset 4px 4px 7px -1px rgba(68, 65, 65, 0.24);
}
.form-wrapper .tbl-form  textarea {
	height: 165px !important;
	resize: none;
}
.form-complete{
	font-size: 1.25em;
	margin-bottom: 30px;
	text-align: center;
}
.btn-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 20px;
}
.btn-wrap .btn-item{
	margin: 0 10px;
	max-width: 300px;
	width: 100%;
}
.btn-wrap-top{
	padding-left: 198px;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.btn-wrap-top .btn-item, .btn-wrap-top .btn-item .btn-click{
	margin: 0;
}
.map {
	padding: 78px 0px 30px;
}
.company-wrap {
	padding-top: 30px;
	display: -webkit-box;
	display: flex;
}
.company-wrap .company-wrap-img {
	width: 50%;
}
.company-wrap .company-wrap-img iframe {
	width: 100%;
}
.company-contents {
	font-size: 1.25em;
	width: 50%;
	padding-left: 32px;
	padding-right: 135px;
	-webkit-order: 2;
	order: 2;
}
.company-contents dt {
    clear: both;
    float: left;
    padding: 20px 0px 20px 50px;
}
.company-contents dt:nth-of-type(1) {
	letter-spacing: 15px;
}
.company-contents dt:nth-of-type(2) {
	letter-spacing: 15px;
}
.company-contents dd {
	padding: 20px 10px 20px 190px;
	background: url(../images/img_dot.png) repeat-x left bottom;
}
.slider-auto img{
	width: 100%;
}
/*==================================================================
	Responsive setting
===================================================================*/
@media (min-width: 576px){
	.d-sm-none {
		display: none !important;
	}
	.d-sm-block {
		display: block !important;
	}
}

@media (min-width: 769px) {
	.d-md-none{
		display: none!important;
	}
	.d-md-block {
		display: block !important;
	}
	.btn-click:hover{
		box-shadow: none;
		transform: translateY(15px);
	}
}

@media screen and (max-width: 1110px) {
	.nav-top ul li{
		margin-right: 14px;
	}
	.company-contents{
		padding-right: 50px;
	}
}

@media (max-width: 1024px) {
	.drawer-wrap {
   		padding: 0px;
	}
	.company-contents {
		padding-right: 20px;
	}
}

@media screen and (max-width: 991px) {
	#header .hamburger {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		cursor: pointer;
		width: 46px;
		height: 100%;
		position: relative;
		margin-left: auto;
		z-index: 9999;
		-webkit-transition: right 0.3s ease-out;
		-moz-transition: right 0.3s ease-out;
		-ms-transition: right 0.3s ease-out;
		-o-transition: right 0.3s ease-out;
		transition: right 0.3s ease-out;
	}
	#header .hamburger.is-active .hamburger-inner {
		-webkit-transition-delay: .12s;
		transition-delay: .12s;
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#header .hamburger.is-active .hamburger-inner:before {
		-webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
		-moz-transition: top 75ms ease, opacity 75ms ease 0.12s;
		-ms-transition: top 75ms ease, opacity 75ms ease 0.12s;
		-o-transition: top 75ms ease, opacity 75ms ease 0.12s;
		transition: top 75ms ease, opacity 75ms ease 0.12s;
		opacity: 0;
		top: 0;
	}
	#header .hamburger.is-active .hamburger-inner:after {
		-webkit-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
		-moz-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
		-ms-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
		-o-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
		transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		bottom: 0;
	}
	#header .hamburger-box {
		display: inline-block;
		height: 27px;
		position: relative;
		width: 40px;
	}
	#header .hamburger-inner:after, #header .hamburger-inner:before {
		content: "";
		display: block;
	}
	#header .hamburger-inner, #header .hamburger-inner:before, #header .hamburger-inner:after {
		position: absolute;
		width: 40px;
		height: 4px;
		background-color: #42191d;
		-webkit-border-radius: 5px;
		-ms-border-radius: 5px;
		border-radius: 5px;
		-webkit-transition: transform 0.15s ease;
		-moz-transition: transform 0.15s ease;
		-ms-transition: transform 0.15s ease;
		-o-transition: transform 0.15s ease;
		transition: transform 0.15s ease;
	}
	#header .hamburger-inner {
		display: block;
		margin-top: -2px;
		top: 50%;
		-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-webkit-transition-duration: 75ms;
		transition-duration: 75ms;
	}
	#header .hamburger-inner:before {
		top: -12px;
		-webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
		-moz-transition: top 75ms ease 0.12s, opacity 75ms ease;
		-ms-transition: top 75ms ease 0.12s, opacity 75ms ease;
		-o-transition: top 75ms ease 0.12s, opacity 75ms ease;
		transition: top 75ms ease 0.12s, opacity 75ms ease;
	}
	#header .hamburger-inner:after {
		bottom: -12px;
		-webkit-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-moz-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-ms-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
		-o-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
		transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.nav-top{
		background-color: #fff;
		border-top: 1px solid #eee;
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		z-index: 9999;
	}
	.nav-top ul{
		-webkit-box-shadow: 0 5px 10px -5px rgba(17, 17, 17, 0.2);
		-ms-box-shadow: 0 5px 10px -5px rgba(17, 17, 17, 0.2);
		box-shadow: 0 5px 10px -5px rgba(17, 17, 17, 0.2);
		display: block;
		padding: 20px 20px 30px;
	}
	.nav-top ul li{
		border-bottom: 1px dotted #111;
	}
	.nav-top ul li a{
		display: block;
		font-size: 20px;
		padding: 10px;
	}
	#header{
		padding: 10px 0;
	}
	#header .inner{
		-webkit-align-items: center;
		align-items: center;
	}
	#logo{
		width: auto;
	}
	.slide-center .slick-arrow.slick-prev{
		left: 0;
	}
	.slide-center .slick-arrow.slick-next{
		right: 0;
	}
}

@media screen and (max-width: 768px){
	body{
		font-size: 14px;
	}
	.slide-center{
		padding: 0;
	}
	.slide-center .slick-arrow.slick-prev{
		left: -15px;
	}
	.slide-center .slick-arrow.slick-next{
		right: -15px;
	}
	.slide-center .slick-list{
		overflow: hidden;
	}
	.slide-center .slide-center-item{
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.slide-center img{
		width: 100%;
	}
	.voice{
		margin-bottom: 70px;
	}
	.voice-list li{
		-webkit-align-items: flex-start;
		align-items: flex-start;
		margin-bottom: 60px;
	}
	.voice-list li .voice-img{
		margin-top: -22px;
	}
	.voice-list li .voice-name{
		line-height: 1.5;
		padding: 0;
	}
	.voice-list li .voice-txt{
		padding: 30px 20px;
	}
	.voice-list li .voice-txt:after, .voice-list li .voice-txt:before{
		top: 55px;
	}
	.voice-list li .voice-txt:before{
		border-width: 12px 27px;
	}
	.voice-list li .voice-txt:after{
		border-width: 9px 23px;
	}
	.voice-list li._odd .voice-img{
		margin-right: 40px;
	}
	.voice-list li._even .voice-img{
		margin-left: 40px;
	}
	.box3 li, .box1{
		padding: 0 15px 20px;
	}
	.box3{
		display: block;
	}
	.box3 li{
		flex: 100%;
		max-width: 100%;
		margin-bottom: 32px;
	}
	.box3 li .box3-img img{
		width: 100%;
	}
	.box3 li .box3-name{
		margin-bottom: 30px;
	}
	.box3 li .box3-img, .box1 .box1-img{
		margin: 0 -15px 15px;
	}
	.circle{
		padding: 70px 0 30px;
	}
	.circle4 li{
		flex: 0 50%;
		margin-bottom: 40px;
		max-width: 50%;
	}
	.circle4 li .circle4-img{
		padding: 0 5%;
	}
	.circle4 li .circle4-tit{
		font-size: 1.43em;
		margin-top: 24px;
	}
	.list-box{
		margin: 50px auto;
		padding: 50px 35px;
	}
	.list-box li{
		margin-bottom: 12px;
		padding-left: 40px;
	}
	.list-box li i{
		font-size: 1.7em;
		top: 0;
	}
	.faq-wrap > dd > i {
		left: 3px;
	}
   	.faq-wrap > dt {
    	padding: 30px 50px 20px 100px;
    }
   	.faq-wrap > dd {
    	padding: 35px 50px 37px 100px;
 }
	.faq-wrap > dt ._arrow {
		right: 0px;
	}
	.company-wrap {
		display: block;
		padding-top: 0px;
	}
	.company-contents {
		font-size: 1em;
		padding: 0px 20px;
		width: 100%;
		margin-bottom: 50px;
	}
	.company-wrap .company-wrap-img {
	    width: 100%;
	}
	.form-wrapper .tbl-form th {
	    padding: 25px 10px 25px 8px;
	    width: 100px;
	    font-size: 1.29em;
	}
	.form-wrapper .tbl-form td .form-control {
		height: 60px;
	}
	.btn-wrap-top{
		-webkit-justify-content: center;
		justify-content: center;
		padding-left: 0;
	}
	.half-wrapper{
		padding-right: 0;
	}
	.profile-wrap-img {
		position: static;
		margin: 10px auto 20px;
		text-align: center;
		width: 100%;
	}
	.content {
		width: 100%;
		padding-right: 0px;
	}
	.profile-name{
		padding-left: 25px;
	}
	.profile-name .name {
   		font-size: 1.43em;
	}
	.profile-name .txt {
        font-size: .86em;
    }
    .drawer {
		padding: 40px 0px 60px;
	}
    .map {
  	   padding: 40px 0px 0px;
	}
	.form {
		padding: 50px 0px 80px;
	}
	.half {
	    padding: 40px 0px 50px;
	}
	.half .hline{
		margin-bottom: 35px;
	}
	.hline-wrap {
    	margin-bottom: 25px;
	}
}

@media screen and (max-width: 640px){
	.faq-wrap > dt:after {
		left: 30px;
		bottom: 28px;  
	}
	.faq-wrap > dt {
		padding-left: 80px;
	}
	.faq-wrap > dd {
	    padding-left: 80px;
	}
}

@media screen and (max-width: 575px){
	#header .hamburger, #header .hamburger-box{
		width: 35px;
	}
	#header .hamburger-inner, #header .hamburger-inner:before, #header .hamburger-inner:after{
		width: 35px;
	}
	#header .hamburger-inner:before{
		top: -10px;
	}
	#header .hamburger-inner:after{
		bottom: -10px;
	}
	.slide-center .slick-arrow{
		height: 45px;
		width: 45px;
	}
	.slide-center .slick-arrow:before{
		height: 15px;
		margin-top: -9px;
		width: 15px;
	}
	.slide-center .slick-arrow:after{
		width: 20px;
	}
	.slide-center .slick-arrow.slick-prev:before{
		left: 14px;
	}
	.slide-center .slick-arrow.slick-next:before{
		right: 14px;
	}
	.top-main{
		margin-bottom: 26px;
	}
	.message-txt{
		font-size: 1em;
	}
	.hline{
		font-size: 2.14em;
		line-height: 1.2;
		margin-bottom: 25px;
	}
	.btn-click{
		-webkit-box-shadow: 0 12px 0px 0px #1ba4a1;
		-ms-box-shadow: 0 12px 0px 0px #1ba4a1;
		box-shadow: 0 12px 0px 0px #1ba4a1;
		height: 63px;
		font-size: 1.67em;
		letter-spacing: 3px;
	}
	.voice .hline{
		margin-bottom: 60px;
	}
	.voice-list li .voice-img{
		margin-top: -11px;
		width: 110px;
	}
	.voice-list li .voice-txt{
		padding: 15px 10px;
		text-align: justify;
	}
	.voice-list li .voice-txt:after, .voice-list li .voice-txt:before{
		top: 45px;
	}
	.list-box{
		border-width: 12px;
		padding: 30px 12px;
	}
	.circle4{
		margin: 0 -10px;
	}
	.circle4 li{
		padding: 0 10px;
	}
}
@media screen and (max-width: 480px) {
	.faq-wrap > dt {
	    padding-top: 20px;
	    padding-left: 75px;
	}
	.faq-wrap > dt:before {
		font-size: 1.5em;
		height: 50px;
		width: 50px;
	}
	.faq-wrap > dt > i, .faq-wrap > dd > i{
		height: 50px;
		width: 50px;
	}
	.faq-wrap > dt >i:after, .faq-wrap > dd >i:after{
		left: 25px;
	}
	.company-contents dt {
    	padding: 20px 0px 20px 20px;
	}
	.company-contents dd {
    	padding: 20px 10px 20px 110px;
	}
}
@media screen and (max-width: 375px) {
	.faq-wrap > dt {
  	    padding: 20px 43px 20px 60px;
	}
	.faq-wrap > dd {
	    padding: 35px 50px 37px 60px;
	}
}
@media screen and (max-width: 360px) {
	.voice-list li .voice-img{
		width: 95px;
	}
	.voice-list li .voice-txt:before{
		border-width: 10px 23px;
	}
	.voice-list li .voice-txt:after{
		border-width: 7px 20px;
	}
	.voice-list li._odd .voice-img{
		margin-right: 25px;
	}
	.voice-list li._even .voice-img{
		margin-left: 25px;
	}
	.tbl-form th, .tbl-form td {
		float: left;
		width: 100%;
	}
	.form-wrapper .tbl-form th {
	    width: 115px;
	    text-align: left;
	    padding: 11px 10px 10px 8px;
	}
	.form-wrapper .tbl-form td {
	    padding: 5px 0px;
	}
	.profile-name {
		padding-left: 20px;
	}
}