@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td ,video,button, textarea, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: 'Yu Gothic','Noto Sans JP', serif;
	color: #707070;
}
body {font-size: 28px; line-height: 45px;}
ol, ul { list-style: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
img {vertical-align:top;max-width: 100%;}
::placeholder{color: #B8B8B8;}
::-webkit-placeholder{color: #B8B8B8;}
::-moz-placeholder{color: #B8B8B8;}
::-ms-placeholder{color: #B8B8B8;}
::-o-placeholder{color: #B8B8B8;}
a{text-decoration: none;transition: opacity 0.3s;}
a:hover{opacity: .7;}
.sp{display: none;}
.pc{display: block;}

.tx-c{text-align: center;}
.tx-l{text-align: left;}
.tx-r{text-align: right;}
.d-flex{display: flex;}
.fw-w{flex-wrap: wrap;}
.flex-1{flex: 1;}
.jc-b{justify-content: space-between;}
.jc-c{justify-content: center;}
.jc-e{justify-content: flex-end;}
.ai-c{align-items: center;}
.ai-e{align-items: flex-end;}
.nav-unshown,.menu-trigger{	display: none;}
.bg-E0B7AE{background-color: #E0B7AE;}
.bg-6D2636{background-color: #6D2636;}
.bg-FEF1EC{background-color: #FEF1EC;}
.color-fff{color: #fff;}
.ft-blod{font-weight: 600;}
.mt_20{margin-top: 20px;}
.inner{
	padding: 0 75px;
	max-width: 1770px;
	margin: 0 auto;
}
.inner_1{
	padding: 0 75px;
	max-width: 1570px;
	margin: 0 auto;
}
.inner_2{
	padding: 0 75px;
	max-width: 1200px;
	margin: 0 auto;
}
.inner-s{
	max-width: 1080px;
	padding: 0 50px;
	margin: 0 auto;
}
.ttl{
	text-align: center;
}
.ttl h2{
	color: #BE6A58;
	font-size: 114px;
	line-height: 1;
	font-weight: normal;
}
.ttl h4{
	font-size: 38px;
	line-height: 48px;
	font-weight: normal;
}

header{
	padding: 32px 0;
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 11;
}
.logo a{
	display: flex;
	align-items: center;
}
.logo img{
	width: 204px;
}
.header-menu{
	position: relative;
	margin-left: 20px;
}
.header-menu ul{
	align-items: center;
}
.header-menu li a{
	display: block;
	font-size: 32px;
	line-height: 44px;
	padding: 0 40px;
	color: #E9785E;
}
.header-menu .contact-btn{
	display: flex;
	align-items: center;
	margin-left: 40px;
}
.header-menu .contact-btn a{
	background: #E9785E;
	color: #fff;
	border-radius: 13px;
	padding: 5px 75px;
}
.main{
	padding-top: 124px;
}
.kv{
	margin: 60px 0 72px;
}
.kv .inner{
	position: relative;
}
.kv-img{
	width: 70%;
	position: relative;
}
.kv-img::before{
	content: '';
	width: 100%;
	height: 100%;
	background-color: #E0B7AE;
	position: absolute;
	left: 30px;
	top: 22px;
	border-radius: 55px;
}
.kv-img img{
	width: 100%;
	position: relative;
	border-radius: 55px;
}
.kv-txt{
	position: absolute;
	right: 75px;
	bottom: 80px;
	text-align: right;
}
.kv-txt h2{
	font-size: 75px;
	line-height: 95px;
	color: #E0B7AE;
	position: relative;
}
.kv-txt h2 span{
	font-size: 75px;
	line-height: 95px;
	color: #414141;
	position: absolute;
	right: 4px;
	top: -4px;
	z-index: 0;
}
.kv-txt h4{
	font-weight: normal;
	font-size: 46px;
	line-height: 60px;
	color: #414141;
}
.news{
	background: rgba(248,182,155,0.19);
	padding-bottom: 30px;
}
.news-flex{
	display: flex;
	padding: 0 100px;
	align-items: center;
}
.news-flex>*{
	width: 50%;
}
.news-flex .ttl{
	text-align: center;
}
.news-sec-box{
	background-color: #fff;
	border-radius: 44px;
	padding: 40px;
	position: relative;
	top: -35px;
	box-shadow: 0 5px 6px rgba(224,183,174,.41);
	margin-left: 50px;
}
.news-list{
	max-height: 300px;
	overflow: auto;
	padding-right: 30px;
}
.scrollbar::-webkit-scrollbar { width: 12px;}
.scrollbar::-webkit-scrollbar-track { background: #B7B7B7; border-radius: 12px;}
.scrollbar::-webkit-scrollbar-thumb { background: #888; border-radius: 12px;}
.news-item+.news-item{
	border-top: 1px solid #E6E6E6;
}
.news-item a{
	display: block;
	padding: 10px 0;
}
.news-item span{
	font-size: 18px;
	line-height: 24px;
}
.news-item p{
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
}
.sec-banner{
	background: rgba(202,133,117,.59);
	height: 460px;
}
.service{
	margin: 160px 0 260px;
}
.service-txt{
	width: 1200px;
	max-width: 100%;
	margin: 30px auto 150px;
}
.service-list{
	position: relative;
}
.service-item+.service-item{
	margin-top: 110px;
}
.service-item{
	display: flex;
	align-items: center;
	gap: 180px;
	position: relative;
}
.service-item::before {
	content: '';
	width: 8px;
	position: absolute;
	left: calc(50% - 4px);
	background-color: #BE6A58;
}
.service-item::after {
	content: '';
	width: 44px;
	height: 44px;
	position: absolute;
	left: calc(50% - 22px);
	top: calc(50% - 22px);
	background-color: #BE6A58;
	border-radius: 44px;
}
.service-item:nth-child(1)::before{
	height: calc(50% + 110px);
	top: 50%;
}
.service-item:nth-child(2)::before{
	height: 100%;
	top: 0;
}
.service-item:nth-child(3)::before{
	height: calc(50% + 110px);
	top: -110px;
}
.service-img{
	width: calc(50% - 90px);
	position: relative;
}
.service-img img{
	width: 100%;
	border-radius: 0 38px 38px 0;
	position: relative;
}
.service-img::before{
	content: '';
	width: calc(100% + 22px);
	height: 100%;
	background-color: #E0B7AE;
	position: absolute;
	left: 0;
	top: 22px;
	border-radius: 0 38px 38px 0;
}
.service-text{
	width: calc(50% - 90px);
	box-sizing: border-box;
	padding-right: 180px;
	max-width: 870px;
}
.service-ttl{
	padding: 50px 0 36px;
	position: relative;
}
.service-num{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 200px;
	line-height: 160px;
	color: #ECD3CD;
	font-weight: 600;
}
.service-ttl h3{
	font-size: 56px;
	line-height: 72px;
	position: relative;
}
.service-ttl h5{
	font-size: 28px;
	line-height: 45px;
	color: #BE6A58;
	position: relative;
}
.sub-kv img{
	width: 100%;
}
.sub-ttl{
	margin-top: -100px;
	position: relative;
	margin-bottom: 100px;
}
.sub-ttl-box{
	background-color: #fff;
	padding: 50px 0 90px;
	border-radius: 50px 50px 0 0;
	position: relative;
}
.sub-ttl-box::after{
	content: '';
	width: 100%;
	height: 42px;
	background: url(../img/subpage/sub-title.png) repeat-x left top;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.sub-box{
	padding-bottom: 160px;
}
.privacy-box{
	background-color: #fff;
	border-radius: 56px;
	padding: 86px;
	box-shadow: 0 3px 6px rgba(0,0,0,.16) inset;
}
.privacy-txt{
	max-height: 1000px;
	overflow-y: auto;
	padding-right: 20px;
}
.company-ttl_1{
	border: 8px dotted #BE6A58;
	border-radius: 180px;
	padding: 34px;
}
.company-ttl{
	margin-bottom: 50px;
}
.company-ttl h2{
	font-size: 75px;
	line-height: 96px;
	color: #BE6A58;
	text-align: center;
}
.group-flex{
	gap: 160px;
}
.group-flex>* {
	width: calc(50% - 80px);
}
.introduce-flex{
	align-items: flex-start;
}
.group-img{
	text-align: center;
}
.company-link{
	color: #E9785E;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-weight: 600;
}
.company-link img{
	width: 32px;
}
.group-introduce {
	margin-top: 110px;
}
.introduce-item+.introduce-item{
	margin-top: 150px;
}
.introduce-ttl {
	margin-bottom: 60px;
}
.introduce-ttl h2{
	font-size: 55px;
	line-height: 85px;
	color: #414141;
}
.introduce-ttl2{
	margin-top: 25px;
}
.introduce-ttl2 h3{
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;
}
.introduce-ttl2 h3::after{
	content: '';
	width: 100%;
	border-top: 8px dotted #BE6A58;
	flex: 1;
}
.introduce-ttl2 h3 span{
	background-color: #BE6A58;
	color: #fff;
	border-radius: 15px;
	font-size: 30px;
	line-height: 40px;
	padding: 7px 18px;
}
.introduce-img{
	position: relative;
}
.introduce-img img{
	width: 100%;
}
.introduce-swiper{
	padding-bottom: 48px;
	position: relative;
	overflow: hidden;
}
.swiper-horizontal > .swiper-pagination-bullets {
	bottom: 0;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #707070;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background-color: #BE6A58;
	border-color: #BE6A58;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 7px;
}
.swiper-button-prev {
	left: -73px;
}
.swiper-button-next {
	right: -73px;
}
.swiper-button-prev:after, .swiper-button-next:after{
	font-size: 0;
	line-height: 0;
}
.swiper-button-prev, .swiper-button-next {
	width: 44px;
	height: 44px;
	background-image: url(../img/common/arrow_brown.svg);
	background-size: 44px;
	background-position: center;
}
.swiper-button-prev{
	transform: rotate(180deg);
}
.swiper-button-next.swiper-button-disabled {
	background-image: url(../img/common/arrow_gray.svg);
	opacity: 1;
}
.group-enterprise{
	margin-top: 160px;
}
.enterprise-ttl{
	text-align: center;
	padding-bottom: 64px;
	position: relative;
	margin-bottom: 140px;
}
.enterprise-ttl h2{
	color: #707070;
	font-size: 75px;
	line-height: 96px;
}
.enterprise-ttl h4{
	color: #BE6A58;
	font-size: 28px;
	line-height: 46px;
}
.enterprise-ttl::after{
	content: '';
	width: 160px;
	height: 4px;
	background-color: #BE6A58;
	position: absolute;
	left: calc(50% - 80px);
	bottom: 0;
}
.enterprise-img{
	border-radius: 50px;
	overflow: hidden;
}
.enterprise-img img{
	width: 100%;
}
.enterprise-text{
	background-color: #fff;
	border-radius: 50px;
	overflow: hidden;
	padding: 80px 100px 120px;
	/*margin-top: -230px;*/
        margin-top: 20px;
}
.enterprise-logo{
	text-align: center;
	margin-bottom: 60px;
}
.enterprise-logo img{
	width: 412px;
}
.enterprise-txt h2{
	font-size: 54px;
	line-height: 70px;
	margin-bottom: 30px;
}
.enterprise-txt p+p{
	margin-top: 20px;
}
.enterprise-txt p img{
	width: 28px;
	margin-left: 10px;
}
.enterprise-table{
	margin-top: 100px;
}
.enterprise-table table{
	width: 100%;
	border: 4px solid #F8F8F8;
}
.enterprise-table tr:nth-child(2n){
	background-color: #F8F8F8;
}
.enterprise-table th,.enterprise-table td{
	padding: 50px 60px;
	vertical-align: middle;
	font-weight: 600;
	text-align: left;
}
.enterprise-table th{
	width: 170px;
	color: #BE6A58;
}
.group-represent{
	margin-top: 160px;
	border: 4px solid #BE6A58;
	border-radius: 60px;
	padding: 100px 70px;
}
.represent-box{
	gap: 80px;
	align-items: flex-start;
}
/*.represent-box>*{
	width: calc(50% - 40px);
}*/
.represent-img {
	position: relative;
    float: left;
    width: calc(50% - 190px);
    margin-bottom: 10px;
    margin-right: 10px;
}
.represent-img img{
	width: 90%;
	border-radius: 38px;
	position: relative;
    border: 8px solid #E0B7AE;
}
/*.represent-img::before{
	content: '';
	width: 88%;
	height: 98%;
	background-color: #E0B7AE;
	position: absolute;
	left: 22px;
	top: 22px;
	border-radius: 38px;
}*/
.represent-text{
	margin-top: 20px;
}
.represent-text h2 {
	font-size: 74px;
	line-height: 96px;
	margin-bottom: 30px;
}
.represent-name{
	margin-top: 80px;
	text-align: right;
}
.map iframe{
	width: 100%;
	height: 660px;
	display: block;
}
.ft_contact_bg{
	padding: 80px 0 260px;
	background: url(../img/common/contact_bg.jpg) no-repeat left top;
	background-size: cover;
	position: relative;
}
.ft_contact_bg::before{
	content: '';
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.23;
	position: absolute;
	left: 0;
	top: 0;
}
.ft_contact,.ft_btm{
	position: relative;
}
.ft_contact{
	background-color: rgba(255,255,255,0.78);
	border-radius: 46px;
	padding: 40px;
}
.ft_contact_box{
	border: 3px solid #BE6A58;
	border-radius: 36px;
}
.ft_contact_ttl{
	text-align: center;
	border-bottom: 3px solid #BE6A58;
	padding: 20px 0;
}
.ft_contact_ttl h3{
	font-size: 36px;
	line-height: 58px;
	color: #BE6A58;
}
.ft_contact_list{
	display: flex;
	margin: 40px 0;
}
.ft_contact_item{
	width: 50%;
	text-align: center;
}
.ft_contact_item h5{
	font-weight: normal;
	font-size: 28px;
	line-height: 48px;
	color: #000;
}
.ft_contact_link a{
	display: inline-block;
	background: #E9785E;
	color: #fff;
	border-radius: 13px;
	padding: 5px 75px;
	width: 350px;
	text-align: center;
}
.ft_contact_tel{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.ft_contact_tel span{
	color: #BE6A58;
	font-size: 23px;
	line-height: 1;
}
.ft_contact_tel a{
	color: #E9785E;
	font-size: 53px;
	font-weight: 600;
	line-height: 1;
}
.ft_btm{
	background-color: #6D2636;
	border-radius: 120px 120px 0 0;
	padding: 180px 180px 60px;
	margin-top: -160px;
}
.ft_btm_ttl{
	color: #fff;
	font-size: 50px;
	line-height: 80px;
}
.ft-logo a{
	display: inline-block;
	background-color: #fff;
	border-radius: 62px;
	padding: 16px 59px;
}
.ft-logo img{
	height: 92px;
}
.ft-txt {
	margin-top: 30px;
}
.ft-txt p{
	color: #fff;
	font-size: 30px;
	line-height: 50px;
}
.ft_btm .ft_contact_tel{
	justify-content: flex-start;
	margin-top: 20px;
}
.ft_btm .ft_contact_tel span,.ft_btm .ft_contact_tel a{
	color: #fff;
}
.ft_btm .ft_contact_link{
	margin-top: 10px;
}
.ft-menu li{
	text-align: right;
}
.ft-menu a{
	font-size: 44px;
	line-height: 58px;
	color: #E9785E;
}
.copyright{
	margin-top: 70px;
}
.copyright p{
	text-align: center;
	color: #fff;
	font-size: 28px;
	line-height: 38px;
}

.enqForm{
	background: #FEF1EC;
	padding: 160px 0;
}
.enqForm form {
	max-width: 1200px;
	padding: 0 80px;
	margin: 0 auto;
}
.enqForm table th,.enqForm table td {
	text-align: left;
	font-size: 30px;
	line-height: 54px;
	vertical-align: top;
	padding: 25px 0;
}
.enqForm table th{
	width: 340px;
	color: #BE6A58;
}
.enqForm table th .enqRequire {
	color: red;
	margin-left: 5px;
}
.enqForm table td textarea,.enqForm table td input[type="text"],.enqForm table td select {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 24px;
	font-size: 20px;
	line-height: 26px;
	border-radius: 17px;
	background-color: #fff;
	border: 1px solid #BE6A58;
}
.enqForm table td textarea {
	height: 320px;
	resize: none;
}
.enqForm table .form-check {
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	padding-right: 50px;
	font-weight: bold;
}
.enqDescription {
	color: #0863BE;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
}
.errors{
	color: red;
	font-size: 14px;
	line-height: 24px;
}
.enqForm table .enqFormFoot tr th {
	border: none;
	padding: 0;
	text-align: center;
	padding-top: 40px;
}
.enqForm .btn,.enqFormFoot input[type="submit"] {
	border: none;
	width: 260px;
	line-height: 54px;
	border-radius: 27px;
	background: #BE6A58;
	position: relative;
	padding: 0;
	margin: 0 15px;
	font-size: 27px;
	font-weight: 600;
	color: #fff;
}
.enqForm table {
	width: 100%;
}
.enqFormFoot input[type="submit"]+input[type="submit"]{
	margin-top: 10px;
}
.g-recaptcha>div{
	margin: 0 auto;
}
.enqTitle{display: none;}
.detail-ttl{margin-bottom: 40px;text-align: center;}
.detail-ttl h3{font-size: 45px;line-height: 60px;}
.detail-ttl h5{font-size: 20px;line-height: 30px;font-weight: normal;margin-top: 8px;}

@media (max-width: 1600px) {
	.kv-txt h2,.kv-txt h2 span{font-size: 60px;line-height: 1.3;}
	.kv-txt h4{font-size: 36px;line-height: 1.3;}
	.news-flex{padding: 0;}
	.service-text{padding-right: 75px;}
	.service-ttl h3{font-size: 50px;line-height: 1.3;}
	.ft_btm{padding: 100px 75px 40px;}
	
	.company-ttl h2{font-size: 60px;line-height: 1.3;}
	.introduce-ttl h2{font-size: 42px;line-height: 1.3;}
	.enterprise-ttl h2,.represent-text h2{font-size: 60px;line-height: 1.3;}
}
@media (max-width: 1200px) {
	body {font-size: 18px; line-height: 28px;}
	.header-menu li a{font-size: 24px; line-height: 36px;padding: 0 20px;}
	.header-menu .contact-btn {margin-left: 20px;}
	.header-menu .contact-btn a{padding: 5px 30px;}
	.kv-txt h2,.kv-txt h2 span{font-size: 50px;}
	.kv-txt h4{font-size: 30px;}
	.ttl h2{font-size: 80px;}
	.ttl h4{font-size: 28px;line-height: 1.3;}
	.news-flex .ttl{width: 300px;}
	.news-box{width: calc(100% - 300px);}
	.news-item span{font-size: 14px;line-height: 20px;}
	.news-item p{font-size: 18px; line-height: 28px;}
	.service{margin: 100px 0 140px;}
	.service-ttl{padding: 30px 0 20px;}
	.service-txt{margin: 30px 0 60px;}
	.service-num{font-size: 120px;line-height: 90px;}
	.service-ttl h3{font-size: 40px;}
	.service-ttl h5{font-size: 20px;line-height: 30px;}
	.ft_contact_ttl h3{font-size: 28px;line-height: 1.3;}
	.ft_contact_item h5{font-size: 20px;line-height: 30px;}
	.ft_contact_link a{max-width: 100%; box-sizing: border-box; font-size: 16px;}
	.ft_contact_tel a{font-size: 40px;}
	.ft_contact_tel{gap: 10px;}
	.ft_btm_ttl{font-size: 28px;line-height: 1.3;}
	.ft-logo a{padding: 10px 20px;margin-top: 10px;}
	.ft-logo img{height: 54px;}
	.ft-txt,.ft_btm .ft_contact_tel{margin-top: 15px;}
	.ft-txt p{font-size: 18px; line-height: 28px;}
	.ft-menu a{font-size: 24px;line-height: 36px;}
	.copyright{margin-top: 40px;}
	.copyright p{font-size: 14px;line-height: 20px;}
	
	.company-ttl h2,.enterprise-ttl h2,.represent-text h2{font-size: 50px;}
	.introduce-ttl h2{font-size: 34px;}
	.group-flex{gap: 80px;}
	.group-flex>* { width: calc(50% - 40px);}
	.swiper-button-prev{left: 0;}
	.swiper-button-next{right: 0;}
	.swiper-button-prev, .swiper-button-next{width: 30px;height: 30px;background-size: 30px;}
	.group-represent{padding: 60px;}
	.enterprise-ttl{padding-bottom: 44px;margin-bottom: 60px;}
        .represent-img{width: calc(50% - 90px);}
        .represent-img::before{width: 86%;height: 96%;}
}
@media (max-width: 1000px) {
	.inner,.inner_1,.inner_2,.enqForm form { padding: 0 30px;}
	.ft_btm { padding: 60px 30px 30px; border-radius: 40px 40px 0 0;}
	.kv-txt{right: 30px;}
	.kv-txt h2, .kv-txt h2 span{font-size: 36px;}
	.kv-txt h4{font-size: 20px;}
	.ft_contact_ttl h3{font-size: 24px;}
	.ft_contact_list{flex-direction: column;gap: 30px;}
	.ft_contact_item{width: 100%;}
}
@media (max-width: 768px) {
	body { font-size: 14px; line-height: 26px;}
	.sp{display: block;}
	.pc{display: none;}
	.inner,.inner_1,.inner_2,.enqForm form { padding: 0 20px;}
	
	header{padding: 15px 0;}
	header>.inner>.ai-c{display: block;}
	.logo img{width: auto;height: 40px;}
	.menu-trigger,.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu-trigger {
		position: absolute;
		width: 40px;
		height: 40px;
		right: 20px;
		top: 15px;
		z-index: 13;
		background-color: #E9785E;
		border-radius: 8px;
	}
	.menu-trigger span { position: absolute; left: 7px;  width: 26px; height: 3px; background-color: #fff; }
	.menu-trigger span:nth-of-type(1) { top: 10px; }
	.menu-trigger span:nth-of-type(2) { top: 18.5px; }
	.menu-trigger span:nth-of-type(3) { bottom: 10px; }
	.nav-content{
		display: none;
		width: 100vw;
		margin-left: -20px;
		padding: 0 20px 80px;
		height: calc(100vh - 55px);
		overflow-y: auto;
		box-sizing: border-box;
	}
	.nav-content ul{
		display: block;
		padding: 20px 0;
		border: none;
	}
	.nav-content li {
		margin: 0;
		border-left: none;
	}
	.nav-content li a {
		position: relative;
		width: 100%;
		box-sizing: border-box;
		text-align: left;
		display: block;
		padding: 0;
	}
	#nav-input:checked ~ .nav-content {
		left: 0;
		display: block;
	}
	#nav-input:checked ~ .menu-trigger span{
		top: 20px;
	}
	#nav-input:checked ~ .menu-trigger span:nth-of-type(1) {
	  -webkit-transform: rotate(40deg);
	  transform: rotate(40deg);
	}
	#nav-input:checked ~ .menu-trigger span:nth-of-type(2) {
	  display: none;
	}
	#nav-input:checked ~ .menu-trigger span:nth-of-type(3) {
	  -webkit-transform: rotate(-40deg);
	  transform: rotate(-40deg);
	}
	.header-menu .contact-btn{border-bottom: none;margin: 20px 0 0;display: none;}
	.header-menu .contact-btn a{text-align: center;}
	.header-menu .contact-btn a::before{display: none;}
	.sec-banner.header_banner{margin: 0 -20px;height: 50vw;}
	.header_add {margin-top: 20px;}
	.header_add .ft_btm_ttl,.header_add .ft-txt p,.header_copyright p{color: #707070;}
	
	.main{padding-top: 70px;}
	.ft_contact_bg{padding: 50px 0 100px;}
	.ft_btm .d-flex{flex-direction: column;}
	.ft_contact{padding: 20px; border-radius: 15px;}
	.ft_contact_box{border-radius: 10px;}
	.ft_contact_ttl{padding: 20px;}
	.ft_contact_ttl h3{font-size: 16px;}
	.ft_contact_list{margin: 30px 20px;}
	.ft_contact_item h5{font-size: 14px;line-height: 22px; margin-bottom: 7px;}
	.ft_contact_tel span{font-size: 12px;}
	.ft_contact_tel a{font-size: 24px;}
	.ft_btm {padding: 40px 20px 20px;border-radius: 15px 15px 0 0;margin-top: -50px;}
	.ft_btm_ttl{font-size: 20px;}
	.ft-logo a{padding: 6px 30px;}
	.ft-logo img{height: 30px;}
	.ft-txt p{font-size: 16px;line-height: 26px;}
	.ft_btm .ft_contact_link{margin-top: 16px;}
	.ft_contact_link a{width: 100%; padding: 12px;font-size: 16px;}
	.ft-menu{ margin-top: 30px; width: 100%;}
	.ft-menu li{text-align: left;}
	.ft-menu a{font-size: 22px;line-height: 36px;}
	.copyright{margin-top: 30px;}
	.copyright p{font-size: 12px;line-height: 16px;}
	
	
	.kv .inner{padding-bottom: 120px;}
	.kv-img{width: calc(100% - 15px);}
	.kv-img img{border-radius: 25px;aspect-ratio: 0.6; object-fit: cover; object-position: 30%;}
	.kv-img::before{border-radius: 25px;left: 15px;top: 15px;}
	.kv-txt{right: 20px; bottom: 0;width: 80%;}
	.kv-txt h2 span{right: auto;left: 0;}
	.kv-txt h2, .kv-txt h2 span{font-size: 52px;right: 0;}
	.kv-txt h4{font-size: 20px;margin-top: 5px;line-height: 30px;}
	.news{padding: 60px 0;}
	.ttl h2{font-size: 42px;}
	.ttl h4{font-size: 20px;}
	.news-flex{flex-direction: column;gap: 30px;}
	.news-box{width: 100%;}
	.news-sec-box{padding: 20px;top: 0;margin-left: 0;border-radius: 10px;}
	.news-list{padding-right: 5px;max-height: 215px;}
	.scrollbar::-webkit-scrollbar { width: 6px;}
	.scrollbar::-webkit-scrollbar-track {border-radius: 6px;}
	.scrollbar::-webkit-scrollbar-thumb {border-radius: 6px;}
	.sec-banner{height: 88vw;}
	.service{margin: 0;padding: 60px 0;}
	.service-list{padding: 0 20px;}
	.service-item{flex-direction: column;gap: 80px;}
	.service-img{ width: calc(100% - 20px);}
	.service-img img{border-radius: 20px;}
	.service-img::before{ width: 100%;top: 15px;border-radius: 20px;left: 15px;}
	.service-text{width: 100%;padding-right: 0;}
	.service-item::before{left: 36px;}
	.service-item::after{left: calc(50% - 10px);width: 20px;height: 20px;top: calc(53vw + 30px);}
	.service-num{top: 50%; margin-top: -40px; font-size: 100px; line-height: 80px;}
	.service-ttl{padding: 30px 0;}
	.service-ttl h3{font-size: 24px;}
	.service-ttl h5{font-size: 16px;line-height: 24px;}
	.service-text-txt{padding-left: 80px;}
	.service-item+.service-item{margin-top: 50px;}
	.service-item:nth-child(1)::before{top: 10%;height: calc(90% + 110px);}
	.service-item:nth-child(3)::before{height: 110px;}
	
	.sub-kv img{aspect-ratio: 0.9; object-fit: cover; object-position: 30%;}
	.sub-ttl{margin-top: -50px;margin-bottom: 50px;}
	.sub-ttl-box{border-radius: 30px 30px 0 0;padding: 30px 0 45px;}
	.sub-ttl-box::after{height: 16px;}
	.company-ttl{margin-bottom: 30px;}
	.company-ttl_1{border: 4px dotted #BE6A58; border-radius: 70px; padding: 15px;}
	.company-ttl h2,.enterprise-ttl h2,.represent-text h2{font-size: 30px;}
	.group-flex{flex-direction: column;gap: 30px;}
	.group-flex>* { width: 100%;}
	.company-link img{width: 16px;}
	.group-introduce,.group-enterprise,.group-represent,.company-group{margin-top: 60px;}
	.introduce-ttl h2{font-size: 20px;}
	.introduce-ttl2 h3 span{font-size: 18px;line-height: 24px;}
	.introduce-ttl2 h3::after{border-width: 4px;}
	.introduce-ttl { margin-bottom: 30px;}
	.introduce-swiper{padding-bottom: 36px;}
	.introduce-item+.introduce-item{margin-top: 50px;}
	.enterprise-ttl h4{ font-size: 14px;line-height: 24px;}
	.enterprise-ttl{padding-bottom: 24px;margin-bottom: 40px;}
	.enterprise-img{border-radius: 15px;}
	.enterprise-text { border-radius: 15px; padding: 40px 20px; margin-top: -20px;}
	.enterprise-logo img{width: 200px;}
	.enterprise-logo{margin-bottom: 10px;}
	.enterprise-txt h2 {text-align: center; font-size: 18px; line-height: 30px; margin-bottom: 15px;}
	.enterprise-txt p+p{margin-top: 10px;}
	.enterprise-txt p img{width: 16px;}
	.enterprise-table{margin-top: 40px;}
	.enterprise-table th, .enterprise-table td{padding: 0 15px;display: block;width: 100%;box-sizing: border-box;text-align: center;}
	.enterprise-table th{padding-top: 15px;}
	.enterprise-table td {padding-bottom: 15px; display: flex; justify-content: center; text-align: left;}
	.group-represent{padding: 30px 20px;}
	.represent-box{flex-direction: column;gap: 30px;}
	.represent-box>*{width: 100%;}
	.represent-img::before{left: 15px;top: 15px;}
	.represent-name{margin-top: 30px;}
	.sub-box{padding-bottom: 60px;}
	.privacy-box{padding: 20px;border-radius: 15px;}
	.map iframe{height: 80vw;}
	
	.enqForm{padding: 60px 0;}
	.enqForm table th, .enqForm table td{font-size: 16px;line-height: 30px;display: block;width: 100%;}
	.enqForm table th{width: 100%; padding-bottom: 0;}
	.enqForm table td textarea, .enqForm table td input[type="text"], .enqForm table td select{font-size: 14px;line-height: 24px;}
	.enqForm .btn, .enqFormFoot input[type="submit"]{font-size: 16px;line-height: 40px;}
	.detail-ttl h3{font-size: 24px;line-height: 40px;}
	.detail-ttl h5{font-size: 16px;line-height: 24px;}
        .represent-img {float: none;}
        .represent-img img{ width: 100%;}
        .represent-img::before{width: 100%;height: 100%;}
}
    .company-group {margin-top: 110px;}
	@media (max-width: 1600px) {
		.company-ttl_1 h2{font-size: 45px;line-height: 1.3;}
	}
	@media (max-width: 1200px) {
		.company-ttl_1 h2{font-size: 28px;}
	}
