@charset "utf-8";
.top-mv{
	padding-bottom: 50px;
}

.mv-slider li{
	margin: 0 15px;
}

.mv-slider li img{
	border-radius: 100px 100px 0 100px;
	box-shadow: 6px 6px 0 #BAA69A;
}

.mv-txt{
	margin-top: -120px;
}

.mv-txt h1{
	font-size: 65px;
	font-weight: 800;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 1.23;
}

.mv-txt h1 span{
	background: #ffffff;
	box-shadow: 3px 3px 0 #534841;
	display: table;
	padding: 0 12px;
}

.mv-txt h1 span:not(:first-child){
	margin-top: 7px;
}

.mv-txt p{
	color: #222222;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.28;
	margin-top: 40px;
	padding: 0 12px;
}

.main-contents.top .news-sec{
	padding: 30px 0;
}

.sec-tl{
	display: table;
	font-size: 105px;
	font-weight: 700;
	line-height: 1;
	z-index: 2;
}

.sec-tl .ja{
	background: #489EB2;
	border-radius: 10px 10px 10px 0;
	color: #ffffff;
	display: table;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 6px 15px;
	position: absolute;
	left: calc(100% + 10px);
	bottom: 15px;
	width: max-content;
}

.bg-white-area{
	background: #ffffff;
	border-radius: 30px;
	padding: 78px 83px;
}

.news-list.flex.jc-start{
	gap: 30px;;
}

.news-list li{
	max-width: 340px;
	width: calc(33% - 6px);
}

.news-list li h3{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.56;
	margin-top: 15px;
}

.news-list li .btm{
	margin-top: 20px;
	gap: 15px;
}

.news-list li .cate{
	background: #43342C;
	border-radius: 25px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 15px;
}

.news-list li time{
	font-size: 14px;
	font-weight: 700;
}

.main-contents.top .news-sec .bg-white-area{
	padding: 78px 83px 54px;
	width: calc(100% + 50px);
	margin: -30px -25px 0;
}

.link-btn{
	background: #222222;
	border-radius: 30px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: fit-content;
	gap: 15px;
	padding: 15px 30px;
}

.link-btn::after,
a.txt-link::after{
	content: "\f061";
	font-family: "Fontawesome";
	border: 2px solid #ffffff;
	border-radius: 50%;
	height: 22px;
	width: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.main-contents.top .news-sec .link-btn{
	position: absolute;
	right: 25px;
	bottom: -30px;
}

.main-contents.top .company-sec{
	padding: 154px 0 90px;
}

.main-contents.top .company-sec .tl-flex{
	margin-bottom: 30px;
}

.main-contents.top .company-sec .tl-flex h3{
	font-size: 65px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.21;
	text-align: right;
}

.main-contents.top .company-sec .img{
	width: calc(100% + ((100vw - 100%) / 2));
}

.main-contents.top .company-sec .txt-box p{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.88;
}

.link-btn.long-btn{
	width: 320px;
}

.link-btn.long-btn::after{
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}

.white-label-box{
	background: #ffffff;
	padding: 30px 50%;
	margin: 0 -50%;
}

a.txt-link{
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	width: max-content;
	gap: 15px;
}

a.txt-link span{
	font-size: 20px;
	font-weight: 700;
}

a.txt-link::after{
	border-color: #222222;
}

.main-contents.top .brands-sec{
	background: #43342C;
}

.main-contents.top .brands-sec .top-area{
	padding: 100px 0 50px;
}

.main-contents.top .brands-sec .top-area .img,
.main-contents.top .brands-sec .btm-area .img{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.1;
	height: 100%;
	width: 100%;
}

.main-contents.top .brands-sec .top-area .img img{
	object-fit: cover;
	height: 100%;
	max-width: unset;
	width: 100%;
}

.sec-tl.center-tl{
	margin: 0 auto;
}

.main-contents.top .brands-sec .top-area h3{
	font-size: 65px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.21;
}

.main-contents.top .brands-sec .brands-logo-area{
	gap: 3px;
}

.main-contents.top .brands-sec .brands-logo-area > div{
	width: calc((100% / 6) - 3px);
}

.main-contents.top .brands-sec .btm-area{
	padding: 30px 0 60px;
}

.main-contents.top .brands-sec .btm-area .img img{
	width: calc(100% / 3);
	object-fit: cover;
	height: 100%;
	max-width: unset;
}

.main-contents.top .brands-sec .btm-area .txt-flex p{
	max-width: 687px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.88;
}

.main-contents.top .recruit-sec{
	padding: 100px 0;
}

.main-contents.top .recruit-sec .img{
	max-width: 593px;
}

.main-contents.top .recruit-sec .img img{
	border-radius: 100px 100px 0 100px;
	box-shadow: 6px 6px 0 #BAA69A;
}

.main-contents.top .recruit-sec .txt-box .sec-tl{
	display: flex;
	align-items: flex-end;
}

.main-contents.top .recruit-sec .txt-box .sec-tl .ja{
	position: relative;
	left: 0;
}

.main-contents.top .recruit-sec .txt-box h3{
	font-size: 65px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.21;
	margin: 20px 0 40px;
	text-align: right;
}

.main-contents.top .recruit-sec .txt-box p{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.88;
	text-align: right;
}

.main-contents.top .recruit-sec .txt-box .link-btn{
	margin-left: auto;
	margin-top: 100px;
}

.cmn-contact-sec{
	background: url(../images/common/contact-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 70px 0 90px;
}

.cmn-contact-sec::before{
	content: "";
	background: #777777;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	mix-blend-mode: multiply;
}

.contact-links .txt-link{
	background: #ffffff;
	height: 84px;
	width: 50%;
	max-width: 580px;
	justify-content: center;
	margin: 0;
}

.lower-mv{
	margin-top: -75px;
	position: relative;
	z-index: -1;
}

.lower-mv::before{
	content: "";
	background: #AAAAAA;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	mix-blend-mode: multiply;
}

.lower-mv .lower-mv-txt{
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
}

.lower-mv .lower-mv-txt h1 .ja{
    background: #489EB2;
    border-radius: 10px 10px 10px 0;
    color: #ffffff;
    display: table;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 6px 15px;
    width: max-content;
}

.lower-mv .lower-mv-txt h1 .en{
    color: #ffffff;
    font-size: 112px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
}

.main-contents.company .message-sec{
	padding: 90px 0 120px;
}

.main-contents.company .message-sec .txt-box{
	max-width: 600px;
	width: 50%;
}

.page-sec-tl{
	margin-bottom: 40px;
}

.page-sec-tl .en{
	display: block;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.page-sec-tl .ja{
	display: block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.catch-copy{
	font-size: 58px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.37;
	margin-bottom: 40px;
}

.main-contents.company .message-sec .txt-box p{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2;
}

.main-contents.company .message-sec .img-box{
	max-width: 510px;
}

.main-contents.company .message-sec .img-box .img{
	width: calc(100% + ((100vw - 1200px) / 2));
}

.main-contents.company .message-sec .img-box .name-box{
	margin-top: 60px;
	text-align: right;
}

.main-contents.company .message-sec .img-box .name-box .posi{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.64;
}

.main-contents.company .message-sec .img-box .name-box h4{
	font-size: 24px;
	font-weight: 700;
	margin-top: 10px;
}

.main-contents.company .kizuna-sec{
	background: #ffffff;
	padding: 90px 0;
}

.main-contents.company .kizuna-sec::before{
	content: "BONDS";
	font-family: "din-2014", sans-serif;
	color: #F4F1D9;
	font-size: 31.6vw;
	font-weight: 700;
	letter-spacing: 0.04em;
	position: absolute;
	left: -2%;
	top: -16%;
	line-height: 1;
}

.main-contents.company .kizuna-sec h2{
	font-size: 300px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}

.main-contents.company .kizuna-sec h2 span{
	display: block;
	font-size: 32px;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}

.main-contents.company .top-box p{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 2;
}

.main-contents.company .kizuna-list{
	margin-top: 110px;
}

.main-contents.company .kizuna-list li img{
	border-radius: 30px 30px 0 30px;
	box-shadow: 5px 5px 0 #BAA69A;
}

.main-contents.company .kizuna-list li .txt{
	margin-top: 25px;
	text-align: center;
}

.main-contents.company .kizuna-list li h3{
	font-size: 24px;
	font-weight: 800;
}

.main-contents.company .kizuna-list li p{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.625;
	margin-top: 10px;
}

.main-contents.company .about-sec{
	padding: 150px 0;
}

.main-contents.company .about-sec h2{
	font-size: 58px;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin-bottom: 50px;
}

.label-list li{
	background: #ffffff;
	position: relative;
	padding: 12px 38px;
}

.label-list li::before{
	content: "";
	background: #43342C;
	height: 100%;
	width: 8px;
	position: absolute;
	left: 0;
	top: 0;
}

.label-list li:not(:last-child){
	margin-bottom: 20px;
}

.label-list li h4,
.label-list li p{
	font-size: 24px;
	font-weight: 800;
}

.label-list li h4{
	letter-spacing: 0.07em;
	width: 218px;
}

.label-list li p{
	width: calc(100% - 218px);
}

.main-contents.company .about-sec h3{
	border-bottom: 2px solid #43342C;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.07em;
	margin: 60px 0 30px;
	padding-bottom: 15px;
}

.map-list li{
	width: calc((100% / 3) - 10px);
	max-width: 340px;
}

.map-list h5{
	background: #43342C;
	border-radius: 18px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.07em;
	margin-bottom: 10px;
	padding: 5px;
}

.map-list p{
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

.g-map {
	position: relative;
	width: 100%;
	padding-top: 227px;
	height: 0;
}

.g-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-contents.company .history-sec{
	background: #ffffff;
	padding: 150px 0;
}

.history-list::before{
	content: "";
	background: #F3F1D9;
	height: 100%;
	width: 6px;
	position: absolute;
	left: 135px;
	top: 0;
}

.history-list .year{
	background: #687071;
	color: #ffffff;
	border-radius: 15px 15px 0 15px;
	font-size: 28px;
	font-weight: 700;
	height: 40px;
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 100px;
}

.history-list li:not(:last-child){
	margin-bottom: 20px;
}

.history-list li::after{
	content: "";
	background: #697071;
	border: 4px solid #FFFFFF;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	position: absolute;
	left: 128px;
	top: 11px;
	box-sizing: border-box;
}

.history-list .detail{
	border-bottom: 1px solid #F3F1D9;
	padding-bottom: 20px;
	width: calc(100% - 190px);
}

.history-list .detail p{
	font-size: 14px;
	font-weight: 800;
	line-height: 1.42;
}

.history-list .detail p + p{
	margin-top: 10px;
}

.main-contents.company .group-sec{
	padding: 120px 0 150px;
}

.main-contents.company .group-sec .group-sec-p{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-bottom: 40px;
}

.main-contents.company .group-sec h3{
	background: #43342C;
	border-radius: 12px 12px 0 0;
	color: #ffffff;
	display: table;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0.02em;
	margin-left: 60px;
	padding: 11px 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: fit-content;
}

.main-contents.company .group-sec .main-box{
	background: #ffffff;
	border-radius: 30px;
	padding: 30px 60px;
}

.main-contents.company .group-sec .main-box h4{
	font-size: 32px;
	font-weight: 800;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}

.main-contents.company .group-sec .main-box p{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2;
}

.main-contents.company .group-sec .main-box .txt{
	max-width: 757px;
	width: calc(100% - 323px);
}

.main-contents.company .group-sec .main-box .main-box-btm{
	border-top: 1px solid #43342C;
	margin-top: 30px;
	padding-top: 30px;
	width: 100%;
}

.link-btn.wide-long-btn{
	font-size: 14px;
	max-width: 525px;
	width: 100%;
}

.link-btn.blank-btn::after{
	content: "\f35d";
    border: none;
    border-radius: 0;
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 16px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.main-contents.brands .brands-archive-sec{
	padding: 100px 0 150px;
}

.archive-box{
	background: #ffffff;
	padding: 0 60px 60px;
}

.archive-outer .archive-box:not(:last-child){
	margin-bottom: 60px;
}

.archive-box h2{
	background: #43342C;
	color: #ffffff;
	border-radius: 0 0 12px 12px;
	display: table;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0.02em;
	margin-bottom: 40px;
	padding: 11px 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 244px;
	width: fit-content;
}

.brands-archive-list{
	gap: 40px 30px;
}

.brands-archive-list li{
	width: calc(25% - 23px);
}

.brands-archive-list.wide-column li{
	width: calc(50% - 8px);
}

.brands-archive-list li .img{
	border: 1px solid #DDDDDD;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 179px;
	width: 100%;
}

.brands-archive-list.wide-column li .img{
	height: 247px;
}

.brands-archive-list li .img img{
	max-width: 80%;
}

.brands-archive-list li h3{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.brands-archive-list li h3::after{
	content: "\f0a9";
	font-family: "Fontawesome";
	font-size: 25px;
}

.lower-mv.single-mv{
	position: absolute;
	left: 0;
	top: 75px;
	margin: 0;
}

.single-mv-txt{
	margin-top: 56px;
	width: 100%;
}

.single-mv-inner{
	background: #ffffff;
	padding: 60px;
}

.single-mv-txt .shop-parent{
	gap: 25px;
}

.single-mv-txt .shop-parent .shop-img{
	border: 1px solid #DDDDDD;
	border-radius: 8px;
	height: 119px;
	width: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-mv-txt .shop-parent .shop-img img{
	max-width: 80%;
}

.single-mv-txt .shop-parent h1 .cate{
	background: #489EB2;
	border-radius: 10px 10px 10px 0;
	color: #ffffff;
	display: table;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 3px 14px;
}

.single-mv-txt .shop-parent h1 .shop-name{
	display: table;
	font-size: 58px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.single-mv-txt .shop-editor{
	border-top: 2px solid #43342C;
	margin-top: 30px;
	padding-top: 30px;
}

.single-mv-txt .shop-editor h2{
	font-size: 44px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.31;
}

.single-mv-txt .shop-editor p{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 30px;
}

.main-contents.brands-single .brands-single-sec{
	padding: 60px 0 150px;
}

.single-outer .single-box:not(:last-child){
	margin-bottom: 60px;
}

.single-outer .single-box h3{
	background: #43342C;
	color: #ffffff;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0.07em;
	padding: 12px 60px;
}

.single-outer .single-box .main{
	background: #ffffff;
	padding: 60px;
	gap: 60px;
}

.single-outer .single-box .main .img-box{
	max-width: 480px;
}

.single-outer .single-box .main .img-box .shop-slider-nav{
	margin-top: 10px;
}

.single-outer .single-box .main .img-box .shop-slider-nav li{
	margin: 0 5px;
}

.single-outer .single-box .main .img-box .link-btn.long-btn{
	margin-top: 30px;
	width: 100%;
}

.single-outer .single-box .main .txt-box{
	max-width: calc(100% - 540px);
}

.single-outer .single-box .main .txt-box .row{
	border-bottom: 1px solid #F3F1D9;
}

.single-outer .single-box .main .txt-box .row > div{
	padding: 15px 0;
}

.single-outer .single-box .main .txt-box .row:first-child > div{
	padding-top: 0;
}

.single-outer .single-box .main .txt-box .th{
	color: #687071;
	font-size: 16px;
	font-weight: 800;
	width: 149px;
}

.single-outer .single-box .main .txt-box .td{
	font-size: 16px;
	font-weight: 700;
}

.main-contents.news .news-archive-sec{
	padding: 90px 0;
}

.main-contents.news .news-archive-sec .news-outer{
	background: #ffffff;
	padding: 60px;
}

.category-sort{
	margin-bottom: 60px;
}

.category-sort h3{
	border-bottom: 2px solid #43342C;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.category-sort-list{
	gap: 15px;
}

.category-sort-list li a{
	background: #222222;
	border-radius: 20px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	height: 42px;
	padding: 0 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.category-sort-list li a.current{
	background: #43342C;
}

.pankuzu-list li{
	font-size: 14px;
	font-weight: 600;
}

.pankuzu-list li:not(:last-child)::after{
	content: ">";
	margin: 0 8px;
}

.main-contents.news-single .news-single-sec{
	padding: 40px 0 90px;
}

.main-contents.news-single .news-single-sec .news-outer{
	background: #ffffff;
	padding: 0 60px 90px;
}

.main-contents.news-single .news-single-sec .news-outer .cate{
	background: #43342C;
	color: #ffffff;
	border-radius: 0 0 12px 12px;
	display: table;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0.02em;
	margin-bottom: 25px;
	padding: 11px 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
}

.main-contents.news-single .news-single-sec .news-outer .tl-area{
	border-bottom: 2px solid #43342C;
	margin-bottom: 60px;
	padding: 0 40px 30px;
}

.main-contents.news-single .news-single-sec .news-outer .tl-area time{
	font-size: 22px;
	font-weight: 600;
}

.main-contents.news-single .news-single-sec .news-outer .tl-area h1{
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.60;
}

.main-contents.news-single .news-single-sec .news-outer .news-editor{
	gap: 60px;
}

.main-contents.news-single .news-single-sec .news-outer .news-editor .eyecatch{
	width: 390px;
}

.main-contents.news-single .news-single-sec .news-outer .news-editor .editor{
	width: calc(100% - 450px);
}

.main-contents.news-single .news-single-sec .news-outer .news-editor .editor p{
	font-size: 16px;
	font-weight: 600;
	line-height: 2.18;
}

.main-contents.news-single .news-single-sec .news-outer .news-editor .editor * + *{
	margin-top: 40px;
}

.main-contents.news-single .news-single-sec .news-outer .back-link-btn{
	margin-top: 90px;
	margin-left: auto;
}

.back-link-btn{
	background: #222222;
	border-radius: 30px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 60px;
	padding: 15px 30px;
	max-width: 320px;
	width: 100%;
}

.back-link-btn::after {
	content: "\f060";
	font-family: "Fontawesome";
	border: 2px solid #ffffff;
	border-radius: 50%;
	height: 22px;
	width: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
}

.main-contents.contact .inquiry-sec{
	padding: 90px 0;
}

.main-contents.contact .inquiry-sec .contact-outer{
	background: #ffffff;
	padding: 90px 60px;
}

.recruit-top-mv h1{
	color: #222222;
	font-size: 176px;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.175;
	text-align: right;
}

.recruit-top-mv h1 .blue{
	color: #0DCBE4;
}

.recruit-top-mv h1 .red{
	color: #E35D4C;
}

.recruit-top-mv h2{
	font-size: 144px;
	font-weight: 800;
	line-height: 1;
	text-align: right;
	writing-mode: vertical-rl;
	position: absolute;
	left: -20px;
	top: 0;
}

.recruit-top-mv h2 span{
	display: block;
	font-size: 88px;
}

.recruit-top-mv h2 span::first-letter{
	color: #FEFF23;
}

.recruit-top-mv .mv-imgs{
	width: calc(100% + 96px);
	margin-left: -48px;
	margin-top: 100px;
	gap: 28px 0;
}

.recruit-top-mv .mv-imgs > div{
	border-radius: 50px;
	overflow: hidden;
}

.recruit-top-mv .mv-imgs > div:nth-child(1){
	width: 64%;
}

.recruit-top-mv .mv-imgs > div:nth-child(2){
	width: 34%;
}

.recruit-top-mv .mv-imgs > div:nth-child(3){
	width: 26%;
}

.recruit-top-mv .mv-imgs > div:nth-child(4){
	width: 23%;
}

.recruit-top-mv .mv-imgs > div:nth-child(5){
	width: 46%;
}

.main-contents.recruit-top .thoughts-sec{
	text-align: center;
	margin-top: -100px;
	padding: 0 0 160px;
	position: relative;
}

.recruit-tl{
	font-size: 211px;
	font-weight: 700;
	line-height: 1;
}

.main-contents.recruit-top .thoughts-sec h3{
	font-size: 62px;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1;
	margin-bottom: 40px;
}

.main-contents.recruit-top .thoughts-sec p{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2.11;
	margin-bottom: 40px;
}

.main-contents.recruit-top .thoughts-sec .name{
	font-size: 24px;
	font-weight: 700;
}

.main-contents.recruit-top .thoughts-sec .name span{
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}

.main-contents.recruit-top .careerpath-sec{
	background: #FEFF23;
	padding: 35px 0 150px;
}

.main-contents.recruit-top .careerpath-sec .img-flex{
	gap: 85px;
}

.main-contents.recruit-top .careerpath-sec .img-flex .img{
	border-radius: 0 50px 50px 0;
	overflow: hidden;
	width: 40%;
}

.main-contents.recruit-top .careerpath-sec .img-flex .txt{
	max-width: 645px;
}

.main-contents.recruit-top .careerpath-sec .img-flex .txt h3{
	font-size: 44px;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.52;
	margin-bottom: 30px;
}

.main-contents.recruit-top .careerpath-sec .img-flex .txt p{
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 2.06;
}

.main-contents.recruit-top .careerpath-sec .recruit-tl{
	position: absolute;
	left: -10px;
	top: -110px;
	z-index: 1;
}

.main-contents.recruit-top .careerpath-sec .recruit-tl::first-letter{
	color: #E35D4C;
}

.recruit-tl span{
	font-size: 62px;
	letter-spacing: -0.03em;
	position: absolute;
	display: table;
	right: -70px;
	bottom: -40px;
	padding: 12px 23px;
	z-index: 1;
}

.main-contents.recruit-top .careerpath-sec .recruit-tl span{
	background: #E35C4C;
}

.main-contents.recruit-top .careerpath-sec .course-blo{
	margin-top: 120px;
}

.main-contents.recruit-top .careerpath-sec .course-blo .blo:not(:first-child){
	margin-top: 120px;
}

.main-contents.recruit-top .careerpath-sec .course-blo .blo .txt{
	max-width: 640px;
}

.main-contents.recruit-top .careerpath-sec .course-blo .course-ex > div{
	padding: 30px 0;
}

.main-contents.recruit-top .careerpath-sec .course-blo .course-ex > div:not(:first-child){
	border-top: 2px solid #222222;
}

.main-contents.recruit-top .careerpath-sec .course-blo .course-ex > div:first-child{
	padding-top: 0;
}

.main-contents.recruit-top .careerpath-sec .course-blo .course-ex > div:last-child{
	padding-bottom: 0;
}

.main-contents.recruit-top .careerpath-sec .course-blo h4{
	background: #222222;
	display: table;
	font-size: 62px;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1;
	margin-bottom: 40px;
	padding: 12px 24px;
}

.main-contents.recruit-top .careerpath-sec .course-blo h5{
	font-size: 30px;
	font-weight: 900;
	letter-spacing: -0.03em;
	margin-bottom: 15px;
}

.main-contents.recruit-top .careerpath-sec .course-blo p{
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 2.06;
}

.main-contents.recruit-top .interview-sec{
	background: linear-gradient(180deg, #FEFF23 0%, #FEFF23 95px, #ffffff 95px, #ffffff 155px, transparent 155px, transparent 100%);
	padding-bottom: 120px;
}

.main-contents.recruit-top .interview-sec .top-imgs{
	margin: 0 -23px;
}

.main-contents.recruit-top .interview-sec .top-imgs .img{
	border-radius: 50px;
	overflow: hidden;
	width: calc(20% - 19px);
}

.main-contents.recruit-top .interview-sec .recruit-tl{
	margin-top: -75px;
}

.main-contents.recruit-top .interview-sec .recruit-tl::first-letter{
	color: #0DCBE3;
}

.main-contents.recruit-top .interview-sec .recruit-tl span {
    background: #0DCBE3;
}

.main-contents.recruit-top .interview-sec .txt-flex .txt{
    max-width: 730px;
	margin-top: 20px;
}

.main-contents.recruit-top .interview-sec .txt-flex .txt h3{
	font-size: 44px;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.52;
}

.main-contents.recruit-top .interview-sec .txt-flex .txt p{
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 2.06;
	margin-top: 15px;
}

.main-contents.recruit-top .recruitment-sec .recruit-tl{
	font-size: 13.7vw;
	margin-bottom: 90px;
	z-index: 1;
}

.main-contents.recruit-top .recruitment-sec .recruit-tl span{
	color: #ffffff;
	background: #222222;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.main-contents.recruit-top .recruitment-sec{
	padding-bottom: 220px;
}

.main-contents.recruit-top .recruitment-sec .img-outer{
	position: absolute;
	left: 0;
	top: 110px;
	width: 100%;
}

.main-contents.recruit-top .recruitment-sec .img{
	background: rgba(254, 255, 35, 0.5);
}

.main-contents.recruit-top .recruitment-sec .img img{
	opacity: 0.2;
	outline: 6px solid #FFFFFF;
	outline-offset: -6px;
}

.main-contents.recruit-top .entry-sec .entry-bg{
	background: #0DCBE3;
}

.main-contents.recruit-top .entry-sec .entry-bg .img{
	opacity: 0.2;
}

.main-contents.recruit-top .entry-sec .entry-bg .img:nth-child(1),
.main-contents.recruit-top .entry-sec .entry-bg .img:nth-child(2),
.main-contents.recruit-top .entry-sec .entry-bg .img:nth-child(3){
	width: calc(100% / 3);
}

.main-contents.recruit-top .entry-sec .entry-bg .img:nth-child(4),
.main-contents.recruit-top .entry-sec .entry-bg .img:nth-child(5){
	width: calc(100% / 2);
}

.main-contents.recruit-top .entry-sec .txt-area{
	position: absolute;
	left: 0;
	top: -90px;
	width: 100%;
}

.main-contents.recruit-top .entry-sec .recruit-tl{
	margin: 0 auto;
	width: fit-content;
}

.main-contents.recruit-top .entry-sec .recruit-tl::first-letter{
	color: #FEFF23;
}

.main-contents.recruit-top .entry-sec .recruit-tl span{
	background: #222222;
	right: -200px;
}

.main-contents.recruit-top .entry-sec h3{
	font-size: 44px;
	font-weight: 900;
	text-align: center;
	letter-spacing: -0.03em;
	line-height: 1.52;
	margin: 60px 0;
}

.main-contents.recruit-top .entry-sec .link-btn{
	background: #E35D4C;
}

.interview-top-mv{
	padding-bottom: 80px;
}

.interview-top-mv .recruit-tl::first-letter{
	color: #0DCBE3;
}

.interview-top-mv .recruit-tl span{
	background: #0DCBE3;
	bottom: -60px;
}

.interview-archive-sec,
.interview-single-sec{
	padding-bottom: 150px;
}

.interview-archive-sec h2{
	font-size: 74px;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.37;
	margin-bottom: 70px;
}

.interview-archive-list{
	gap: 85px 0;
}

.interview-archive-list li a{
	color: #222222;
}

.interview-archive-list li .img{
	border-radius: 50px;
	overflow: hidden;
	display: block;
	margin-left: auto;
}

.interview-archive-list li .name-flex{
	margin-top: -110px;
}

.interview-name-box .posi{
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 0.03em;
}

.interview-name-box h3{
	background: #ffffff;
	display: table;
	font-size: 78px;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 1;
	margin: 10px 0;
	padding: 13px 10px;
}

.interview-name-box .kana{
	font-size: 24px;
	font-weight: 700;
	text-align: right;
}

.interview-archive-list li .view-more{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.interview-archive-list li .view-more::after{
	content: "\f061";
	font-family: "Fontawesome";
    background: #222222;
	border-radius: 50%;
	color: #ffffff;
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.interview-archive-list li{
	width: 46%;
}

.interview-archive-list li:not(:first-child) .view-more span{
	display: none;
}

.interview-archive-list li .img{
	height: 312px;
	width: 89%;
}

.interview-archive-list li .img img{
	object-fit: cover;
	height: 100%;
	max-width: unset;
	width: 100%;
}

.interview-archive-list li:first-child{
	width: 100%;
}

.interview-archive-list li:first-child .img{
	height: 372px;
	width: 81%;
}

.interview-single-sec .interview-top{
	margin: 120px 0 80px;
}

.interview-single-sec .interview-top .img{
	border-radius: 0 0 0 50px;
	overflow: hidden;
	width: calc(100% + ((100vw - 100%) / 2));
}

.interview-single-sec .interview-top .img img{
	max-width: unset;
	width: 100%;
}

.interview-single-sec .interview-top .interview-name-box{
	position: absolute;
	left: -60px;
	top: -100px;
}

.interview-single-sec .catchcopy{
	border-bottom: 6px solid #222222;
	font-size: 44px;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.52;
	margin-bottom: 90px;
	padding-bottom: 30px;
}

.interview-single-sec .qa li:not(:last-child){
	margin-bottom: 60px;
}

.interview-single-sec .qa li h4{
	background: #FEFF23;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
	padding: 13px 15px;
}

.interview-single-sec .qa li p{
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
}

.interview-single-sec .back-link-btn{
	justify-content: center;
	margin: 150px auto 0;
}

.recruit-lower-mv{
	padding: 60px 0 80px;
}

.recruit-lower-mv h1{
	font-size: 54px;
	font-weight: 700;
}

.recruit-lower-mv h1 span{
	background: #222222;
	color: #ffffff;
	display: table;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1;
	padding: 7px 13px;
}

.recruitment-archive-sec,
.recruitment-single-sec,
.main-contents.entry .inquiry-sec{
	background: #ffffff;
	padding: 40px 0 150px;
}

.recruitment-archive-sec .gray-box{
	background: #F0F0F0;
	padding: 30px 60px;
}

.recruitment-search-box{
	margin-bottom: 40px;
}

.recruitment-search-box .form-box > div{
	height: 54px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.recruitment-search-box .form-box .th{
	background: #687071;
	color: #ffffff;
	font-size: 20px;
	font-weight: 900;
	width: 206px;
}

.recruitment-search-box .form-box .td{
	background: #ffffff;
	width: calc(100% - 206px);
}

.form-box #search {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.form-box input[type="text"] {
	padding: 0 15px;
	border: 1px solid #D8D8D8;
	border-radius: 2px;
	background: none;
	height: 36px;
	width: 100%;
}

.recruitment-search-box button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    border-radius: 18px;
    background: #E35D4C;
    color: #ffffff;
    height: 36px;
    width: 90px;
    font-size: 18px;
    font-weight: 700;
}

#sort-search button{
	border-radius: 30px;
	height: 60px;
	margin: 20px auto 0;
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

#sort-search .form-box:not(:last-child){
	margin-bottom: 2px;
}

#sort-search .form-box .td{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.recruitment-archive-list li{
	background: #F0F0F0;
	padding: 20px 60px;
	gap: 30px;
}

.recruitment-archive-list li:not(:first-child){
	margin-top: 20px;
}

.recruitment-archive-list li .img{
	width: 289px;
}

.recruitment-archive-list li .txt{
	width: calc(100% - 319px);
}

.recruitment-archive-list li .txt h3{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

.recruitment-archive-list li .txt p{
	font-size: 14px;
	font-weight: 500;
}

.recruitment-archive-list li .txt .treatment{
	border-bottom: 1px solid #ffffff;
	margin: 10px 0 15px;
	padding-bottom: 15px;
}

.recruitment-archive-list li .txt .treatment .blo:not(:first-child){
	margin-top: 8px;
}

.recruitment-archive-list li .txt .treatment .th{
	background: #687071;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	height: 24px;
	margin-right: 10px;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.recruitment-archive-list li .txt a{
	background: #E35D4C;
	border-radius: 18px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	margin-left: auto;
	height: 36px;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.recruitment-archive-list li .txt a::after{
	content: "\f105";
	font-family: "Fontawesome";
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.recruitment-single-sec .recruitment-tl{
	margin-bottom: 40px;
}

.recruitment-single-sec .recruitment-tl h2{
	font-size: 28px;
	font-weight: 700;
}

.recruitment-single-sec .recruitment-tl p{
	font-size: 18px;
	font-weight: 500;
}

.recruitment-single-sec .img-box{
	margin-bottom: 40px;
	width: 100%;
}

.recruitment-slider li{
	margin: 0 8px;
	max-width: 560px;
}

.recruitment-single-sec .flex-box-column .blo{
	border: 1px solid #A9AEAF;
	width: 50%;
}

.recruitment-single-sec .flex-box-column .blo h3{
	background: #687071;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-align: center;
	padding: 5px 0;
}

.recruitment-single-sec .flex-box-column .blo p{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.42;
	padding: 25px 30px;
}

.recruitment-single-sec .contact-box{
	background: #F7F7F5;
	border-radius: 20px;
	padding: 40px;
	gap: 30px;
}

.recruitment-single-sec .contact-box a{
	border-radius: 35px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	height: 70px;
	width: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.recruitment-single-sec .contact-box a::after {
	content: "\f105";
	font-family: "Fontawesome";
	font-size: 16px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.recruitment-single-sec .contact-box a.entry-btn{
	background: #0DCBE3;
}

.recruitment-single-sec .contact-box a.contact-btn{
	background: #E35D4C;
}

.recruitment-single-sec .recruitment-main > div:not(:last-child){
	margin-bottom: 40px;
}

.recruitment-single-sec .flex-txt-column{
	gap: 55px;
}

.recruitment-single-sec .flex-txt-column .blo{
	width: calc(50% - 30px);
}

.recruitment-single-sec .flex-txt-column .blo h3{
	border-bottom: 1px solid #CCCCCC;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0.07em;
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.recruitment-single-sec .flex-txt-column .blo p{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.92;
}

.recruitment-table .row{
	border-top: 1px solid #CCCCCC;
}

.recruitment-table .row:last-child{
	border-bottom: 1px solid #CCCCCC;
}

.recruitment-table .th{
	background: #F7F7F5;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.07em;
	padding: 30px 20px;
	vertical-align: middle;
	width: 156px;
}

.recruitment-table .td{
	font-size: 14px;
	font-weight: 500;
	padding: 30px 40px;
}

.recruitment-single-sec .contact-box .entry-box-tl{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -45px;
	text-align: center;
}

.recruitment-single-sec .contact-box .entry-box-tl h3{
	color: #0DCBE3;
	font-size: 67px;
	font-weight: 700;
}

.recruitment-single-sec .contact-box .entry-box-tl p{
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0.07em;
}

.recruitment-single-sec .contact-box.wide-box{
	border-radius: 0;
	margin: 110px -50% 0;
	padding: 100px 50% 50px;
}

.recruitment-single-sec .back-link-btn {
    justify-content: center;
    margin: 100px auto 0;
}

.inquiry-sec .contact-ex{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 50px;
}

.contact-table{
	margin: 0 auto;
	max-width: 960px;
}

.contact-table .row:not(:last-child) > div{
	padding-bottom: 40px;
}

.contact-table .th{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.025em;
	vertical-align: middle;
	width: 256px;
}

.contact-table .row:last-child .th{
	vertical-align: top;
}

.contact-table .th.hissu::after{
	content: "必須";
	background: #E35D4C;
	border-radius: 5px;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	margin-left: 15px;
	padding: 1px 9px;
}

.contact-table .td p{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.025em;
}

.contact-table input[type="text"],
.contact-table input[type="email"] {
	padding: 0 15px;
	border: 1px solid #DDDDDD;
	border-radius: 0;
	background: none;
	height: 50px;
	width: 100%;
}

.contact-table select {
	border: 1px solid #DDDDDD;
    background: transparent;
	padding: 0 15px;
	height: 50px;
	width: 100%;
}

.contact-table .mid{
	max-width: 372px;
}

.contact-table textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 15px;
	border: 1px solid #DDDDDD;
	background: transparent;
	height: 200px;
	width: 100%;
}

.inquiry-sec .privacy-txt{
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1.83;
	margin: 50px auto 0;
	max-width: 480px;
}

.submit-btn{
	margin: 50px auto 0;
	max-width: 350px;
}

.submit-btn input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	background: #222222;
	border-radius: 30px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	height: 60px;
	width: 100%;
	cursor: pointer;
}

.main-contents.entry .submit-btn input[type="submit"] {
	background: #0DCBE3;
}

.pager .wp-pagenavi{
	display: table;
	margin: 60px auto 0;
}

.pager .wp-pagenavi .pages{
	display: none;
}

.pager .wp-pagenavi a,
.pager .wp-pagenavi span {
	font-family: "din-2014", sans-serif;
	font-size: 18px;
    border: none;
    padding: 0;
    margin: 0 10px;
}

@media all and (min-width: 768px){
	.contact-links .txt-link:hover,
	.link-btn:hover{
		background: #43342C;
		color: #ffffff;
	}
	
	.contact-links a.txt-link:hover::after{
		border-color: #ffffff;
	}
	
	a.txt-link:hover{
		color: #489EB2;
	}

	a.txt-link:hover::after{
		border-color: #489EB2;
	}
	
	.header .menu-list li a:hover{
		color: #489EB2;
	}
	
	.main-contents.recruit-top .entry-sec .link-btn:hover{
		background: #FFE51F;
	}
}
/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.mv-slider li{
		margin: 0 8px;
	}

	.mv-txt h1 {
		font-size: 31px;
	}
	
	.mv-txt h1 span {
		box-shadow: 2px 2px 0 #534841;
		padding: 0 5px;
	}
	
	.mv-txt p {
		font-size: 11px;
		margin-top: 10px;
		padding: 0;
	}
	
	.mv-slider li {
		width: 100%;
	}
	
	.mv-slider li img {
		border-radius: 60px 60px 0 60px;
		box-shadow: 4px 4px 0 #BAA69A;
	}
	
	.mv-txt {
		margin-top: -70px;
	}
	
	.sec-tl {
		font-size: 46px;
	}
	
	.sec-tl .ja {
		border-radius: 8px 8px 8px 0;
		font-size: 13px;
		padding: 7px 11px;
		bottom: 8px;
	}
	
	.bg-white-area {
		border-radius: 0;
		padding: 25px;
	}
	
	.main-contents.top .news-sec .bg-white-area {
		padding: 40px 25px 54px;
		margin: -22px -25px 0;
	}
	
	.news-list li {
		max-width: 190px;
		width: 100%;
	}
	
	.sp-overflow{
		overflow: auto;
	}
	
	.main-contents.top .news-list{
		min-width: max-content;
		gap: 15px;
	}
	
	.link-btn {
		font-size: 15px;
		height: 48px;
		width: fit-content;
		padding: 15px 25px;
	}
	
	.main-contents.top .company-sec {
		padding: 60px 0;
	}
	
	.main-contents.top .company-sec .tl-flex h3 {
		font-size: 40px;
		margin-left: auto;
		margin-top: 10px;
	}
	
	.main-contents.top .company-sec .txt-box p {
		font-size: 15px;
	}
	
	.main-contents.top .company-sec .link-btn{
		margin: 30px auto 0;
	}
	
	.white-label-box {
		padding: 15px 50%;
		margin: 30px -50% 0;
	}
	
	a.txt-link {
		font-size: 10px;
		gap: 10px;
	}
	
	a.txt-link span {
		font-size: 15px;
	}
	
	.main-contents.top .brands-sec .top-area {
		padding: 60px 0;
	}
	
	.main-contents.top .brands-sec .top-area h3 {
		font-size: 34px;
		margin-top: 10px;
	}
	
	.main-contents.top .brands-sec .brands-logo-area > div {
		width: calc(33% - 1px);
	}
	
	.main-contents.top .brands-sec .btm-area .txt-flex p {
		padding: 20px;
		font-size: 15px;
	}
	
	.main-contents.top .brands-sec .link-btn{
		margin: 30px auto 0;
	}
	
	.main-contents.top .brands-sec .btm-area,
	.main-contents.top .recruit-sec{
		padding: 60px 0;
	}
	
	.main-contents.top .recruit-sec .img {
		margin-bottom: 30px;
	}
	
	.main-contents.top .recruit-sec .img img {
		border-radius: 40px 40px 0 40px;
		box-shadow: 4px 4px 0 #BAA69A;
	}
	
	.main-contents.top .recruit-sec .txt-box h3 {
		font-size: 34px;
		margin: 20px 0;
	}
	
	.main-contents.top .recruit-sec .txt-box p{
		font-size: 15px;
	}
	
	.main-contents.top .recruit-sec .txt-box{
		width: 100%;
	}
	
	.main-contents.top .recruit-sec .txt-box .link-btn{
		margin: 30px auto 0;
	}
	
	.contact-links{
		gap: 15px;
	}
	
	.contact-links .txt-link {
		height: 60px;
		width: 100%;
	}
	
	.cmn-contact-sec {
		padding: 60px 0;
	}
	
	header.lower{
		padding: 20px;
	}
	
	.lower .header {
		margin: 0;
		padding: 0 20px;
	}
	
	.lower-mv {
		margin-top: -45px;
	}
	
	.lower-mv .lower-mv-txt h1 .en {
		font-size: 46px;
	}
	
	.lower-mv .lower-mv-txt h1 .ja {
		border-radius: 8px 8px 8px 0;
		font-size: 13px;
		padding: 4px 12px;
		margin-bottom: 5px;
	}
	
	.main-contents.company .message-sec,
	.main-contents.company .kizuna-sec,
	.main-contents.company .about-sec,
	.main-contents.company .history-sec,
	.main-contents.company .group-sec,
	.main-contents.brands .brands-archive-sec,
	.main-contents.brands-single .brands-single-sec,
	.main-contents.news .news-archive-sec,
	.main-contents.contact .inquiry-sec{
		padding: 60px 0;
	}
	
	.main-contents.company .message-sec .txt-box,
	.main-contents.company .message-sec .img-box .img{
		width: 100%;
	}
	
	.page-sec-tl {
		margin-bottom: 30px;
	}
	
	.page-sec-tl .en {
		font-size: 35px;
	}
	
	.page-sec-tl .ja {
		font-size: 15px;
	}
	
	.catch-copy {
		font-size: 35px;
		margin-bottom: 30px;
	}
	
	.main-contents.company .message-sec .txt-box p {
		font-size: 15px;
	}
	
	.main-contents.company .message-sec .img-box {
		margin-top: 30px;
	}
	
	.main-contents.company .message-sec .img-box .name-box {
		margin-top: 20px;
	}
	
	.main-contents.company .kizuna-sec h2 {
		font-size: 174px;
	}
	
	.main-contents.company .kizuna-sec h2 span {
		font-size: 18px;
	}
	
	.main-contents.company .top-box p {
		font-size: 15px;
		margin-top: 50px;
	}
	
	.main-contents.company .kizuna-sec::before {
		font-size: 154px;
		writing-mode: vertical-rl;
		left: unset;
		right: -7%;
		top: -11px;
	}
	
	.main-contents.company .kizuna-list {
		margin-top: 60px;
		gap: 40px;
	}
	
	.main-contents.company .kizuna-list li img {
		border-radius: 26px 26px 0 16px;
		box-shadow: 4px 4px 0 #BAA69A;
	}
	
	.main-contents.company .kizuna-list li h3 {
		font-size: 20px;
	}
	
	.main-contents.company .kizuna-list li p {
		font-size: 14px;
	}
	
	.main-contents.company .about-sec h2 {
		font-size: 25px;
		margin-bottom: 40px;
	}
	
	.label-list li h4,
	.label-list li p{
		font-size: 15px;
		width: 100%;
	}
	
	.label-list li h4{
		margin-bottom: 5px;
	}
	
	.label-list li {
		padding: 10px 25px;
	}
	
	.label-list li:not(:last-child) {
		margin-bottom: 10px;
	}
	
	.map-list{
		gap: 40px;
	}

	.map-list li {
		max-width: unset;
		width: 100%;
	}
	
	.history-list .year {
		border-radius: 10px 10px 0 10px;
		font-size: 20px;
		height: 30px;
		width: 60px;
		margin-right: 40px;
	}
	
	.history-list::before {
		width: 3px;
		left: 75px;
	}
	
	.history-list li::after {
		border: 2px solid #FFFFFF;
		height: 15px;
		width: 15px;
		left: 69px;
		top: 8px;
	}
	
	.history-list .detail {
		width: calc(100% - 100px);
	}
	
	.main-contents.company .group-sec h3 {
		border-radius: 12px 12px 0 0;
		font-size: 15px;
		margin-left: 10px;
		padding: 10px 20px;
	}
	
	.main-contents.company .group-sec .main-box {
		border-radius: 10px;
		padding: 20px;
	}
	
	.main-contents.company .group-sec .main-box .txt {
		max-width: 100%;
		width: 100%;
	}
	
	.main-contents.company .group-sec .main-box h4 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.main-contents.company .group-sec .main-box p {
		font-size: 15px;
	}
	
	.main-contents.company .group-sec .main-box .img {
		margin: 30px auto 0;
	}
	
	.main-contents.company .group-sec .group-sec-p{
		margin-bottom: 30px;
	}
	
	.archive-box {
		padding: 0 15px 40px;
	}
	
	.archive-box h2 {
		font-size: 18px;
		margin-bottom: 30px;
		padding: 10px 20px;
		min-width: unset;
		width: fit-content;
	}
	
	.brands-archive-list li,
	.brands-archive-list.wide-column li{
		width: 100%;
	}
	
	.lower-mv.single-mv{
		top: 40px;
	}
	
	.single-mv-inner {
		padding: 30px 15px;
	}
	
	.single-mv-txt .shop-parent .shop-img {
		width: 100%;
	}
	
	.single-mv-txt .shop-parent h1 .shop-name {
		font-size: 30px;
	}
	
	.single-mv-txt .shop-parent h1 .cate {
		border-radius: 10px 10px 10px 0;
		font-size: 15px;
		padding: 2px 10px;
	}
	
	.single-mv-txt .shop-editor h2 {
		font-size: 19px;
	}
	
	.single-mv-txt .shop-editor p {
		font-size: 15px;
	}
	
	.single-outer .single-box h3 {
		font-size: 18px;
		padding: 10px 15px;
	}
	
	.single-outer .single-box .main {
		padding: 30px 15px;
		gap: 30px;
	}
	
	.single-outer .single-box .main .txt-box {
		max-width: 100%;
	}
	
	.single-outer .single-box .main .txt-box .th {
		font-size: 15px;
		width: 120px;
	}
	
	.single-outer .single-box .main .txt-box .td {
		font-size: 15px;
	}
	
	.single-outer .single-box:not(:last-child) {
		margin-bottom: 40px;
	}
	
	.main-contents.news .news-archive-sec .news-outer {
		padding: 30px 15px;
	}
	
	.category-sort {
		margin-bottom: 40px;
	}
	
	.category-sort-list {
		gap: 10px;
	}
	
	.category-sort-list li a {
		border-radius: 20px;
		font-size: 14px;
		height: 30px;
		padding: 0 15px;
	}
	
	.news-archive-sec .news-list{
		gap: 20px;
    }
	
	.news-archive-sec .news-list li {
		max-width: 100%;
		width: 100%;
    }
    
    .main-contents.news-single .news-single-sec {
		padding: 30px 0 60px;
	}
	
	.main-contents.news-single .news-single-sec .news-outer {
		padding: 0 15px 30px;
	}
	
	.main-contents.news-single .news-single-sec .news-outer .cate {
		border-radius: 0 0 10px 10px;
		font-size: 16px;
		margin-bottom: 25px;
		padding: 8px 16px;
	}
	
	.main-contents.news-single .news-single-sec .news-outer .tl-area {
		margin-bottom: 30px;
		padding: 0 0 30px;
	}
	
	.main-contents.news-single .news-single-sec .news-outer .tl-area time {
		font-size: 18px;
	}
	
	.main-contents.news-single .news-single-sec .news-outer .tl-area h1 {
		font-size: 18px;
	}
	
	.main-contents.news-single .news-single-sec .news-outer .news-editor {
		gap: 20px;
	}
	
	.main-contents.news-single .news-single-sec .news-outer .news-editor .eyecatch,
	.main-contents.news-single .news-single-sec .news-outer .news-editor .editor{
		width: 100%;
	}
	
	.main-contents.news-single .news-single-sec .news-outer .back-link-btn {
		margin-top: 60px;
	}
	
	.main-contents.contact .inquiry-sec .contact-outer {
		padding: 30px 15px;
	}
	
	.inquiry-sec .contact-ex {
		font-size: 15px;
		text-align: left;
	}
	
	.contact-table.table-box .row > div{
		display: block;
	}
	
	.contact-table .th,
	.contact-table .row:not(:last-child) > div{
		padding-bottom: 10px;
	}
	
	.contact-table .row:not(:last-child){
		display: block;
		margin-bottom: 20px;
	}
	
	.recruit-top-mv h1 {
		font-size: 50px;
		position: relative;
		z-index: 1;
	}
	
	.recruit-top-mv h2 {
		font-size: 65px;
		left: -10px;
	}
	
	.recruit-top-mv h2 span {
		font-size: 40px;
	}
	
	.recruit-top-mv .mv-imgs {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
		gap: 10px 0;
	}
	
	.recruit-top-mv .mv-imgs > div:nth-child(1) {
		width: 73%;
		margin-left: auto;
		border-radius: 20px 0 0 20px;
		order: 1;
	}
	
	.recruit-top-mv .mv-imgs > div:nth-child(2) {
		width: 55%;
		border-radius: 20px 0 0 20px;
		order: 3;
	}
	
	.recruit-top-mv .mv-imgs > div:nth-child(3) {
		width: 42%;
		border-radius: 0 20px 20px 0;
		order: 2;
	}
	
	.recruit-top-mv .mv-imgs > div:nth-child(4) {
		width: 32%;
		border-radius: 20px;
		order: 5;
	}
	
	.recruit-top-mv .mv-imgs > div:nth-child(5) {
		width: 64%;
		border-radius: 0 20px 20px 0;
		order: 4;
	}
	
	.recruit-tl {
		font-size: 64px;
	}
	
	.main-contents.recruit-top .thoughts-sec h3 {
		font-size: 24px;
	}
	
	.main-contents.recruit-top .thoughts-sec {
		margin-top: -35px;
		padding: 0 0 100px;
	}
	
	.main-contents.recruit-top .thoughts-sec p {
		font-size: 15px;
	}
	
	.main-contents.recruit-top .thoughts-sec .name span {
		font-size: 12px;
	}
	
	.main-contents.recruit-top .thoughts-sec .name {
		font-size: 20px;
	}
	
	.main-contents.recruit-top .careerpath-sec {
		padding: 60px 0;
	}
	
	.recruit-tl span {
		font-size: 28px;
		right: -100px;
		bottom: 10px;
		padding: 5px 10px;
	}
	
	.main-contents.recruit-top .careerpath-sec .recruit-tl {
		left: -6px;
		top: -40px;
	}
	
	.main-contents.recruit-top .careerpath-sec .img-flex .img {
		width: calc(100% - 20px);
	}
	
	.main-contents.recruit-top .careerpath-sec .img-flex .txt {
		margin: 0 auto;
		width: 90%;
	}
	
	.main-contents.recruit-top .careerpath-sec .img-flex {
		gap: 20px;
	}
	
	.main-contents.recruit-top .careerpath-sec .img-flex .txt h3 {
		font-size: 24px;
	}
	
	.main-contents.recruit-top .careerpath-sec .img-flex .txt p {
		font-size: 14px;
	}
	
	.main-contents.recruit-top .careerpath-sec .course-blo,
	.main-contents.recruit-top .careerpath-sec .course-blo .blo:not(:first-child){
		margin-top: 60px;
	}
	
	.main-contents.recruit-top .careerpath-sec .course-blo h4 {
		font-size: 28px;
		padding: 5px 10px;
	}
	
	.main-contents.recruit-top .careerpath-sec .course-blo h5 {
		font-size: 20px;
	}
	
	.main-contents.recruit-top .careerpath-sec .course-blo p {
		font-size: 14px;
	}
	
	.main-contents.recruit-top .careerpath-sec .course-blo .course-ex > div {
		padding: 20px 0;
	}
	
	.main-contents.recruit-top .careerpath-sec .course-blo .blo .img{
		margin: 40px auto 0;
		width: 80%;
	}
	
	.main-contents.recruit-top .interview-sec .top-imgs {
		margin: 0;
		gap: 5px;
		justify-content: center;
	}
	
	.main-contents.recruit-top .interview-sec .top-imgs .img {
		border-radius: 14px;
		width: calc(33% - 3px);
	}
	
	.main-contents.recruit-top .interview-sec .top-imgs .img:nth-child(1){
		margin-left: 10px;
	}
	
	.main-contents.recruit-top .interview-sec .top-imgs .img:nth-child(2){
		margin-right: 10px;
	}
	
	.main-contents.recruit-top .interview-sec .recruit-tl span {
		right: 0;
		bottom: -30px;
	}
	
	.main-contents.recruit-top .interview-sec .recruit-tl {
		margin-top: -25px;
	}
	
	.main-contents.recruit-top .interview-sec .txt-flex .txt {
		border: none;
		padding: 0;
	}
	
	.main-contents.recruit-top .interview-sec .txt-flex .txt h3 {
		font-size: 24px;
	}
	
	.main-contents.recruit-top .interview-sec .txt-flex .txt p {
		font-size: 14px;
	}
	
	.main-contents.recruit-top .interview-sec .txt-flex .link-btn{
		margin: 30px auto 0;
	}
	
	.main-contents.recruit-top .interview-sec {
		background: linear-gradient(180deg, #FEFF23 0%, #FEFF23 80px, transparent 80px, transparent 100%);
		padding-bottom: 60px;
	}
	
	.main-contents.recruit-top .recruitment-sec .recruit-tl span {
		bottom: -30px;
	}
	
	.main-contents.recruit-top .recruitment-sec .img-outer {
		top: 30px;
	}
	
	.main-contents.recruit-top .recruitment-sec .img img {
		outline: 3px solid #FFFFFF;
		outline-offset: -3px;
	}

	.main-contents.recruit-top .entry-sec .entry-bg .img img{
		object-fit: cover;
		height: 100%;
		max-width: unset;
		width: 100%;
	}
	
	.main-contents.recruit-top .entry-sec .entry-bg .img:nth-child(1){
		order: 4;
		width: 34%;
	}
	
	.main-contents.recruit-top .entry-sec .entry-bg .img:nth-child(2){
		order: 1;
		width: 50%;
	}
	
	.main-contents.recruit-top .entry-sec .entry-bg .img:nth-child(3){
		order: 2;
		width: 50%;
	}
	
	.main-contents.recruit-top .entry-sec .entry-bg .img:nth-child(4){
		order: 3;
		width: 100%;
	}
	
	.main-contents.recruit-top .entry-sec .entry-bg .img:nth-child(5){
		order: 5;
		width: 66%;
	}
	
	.main-contents.recruit-top .entry-sec h3 {
		font-size: 24px;
		text-align: left;
		margin: 50px 0 30px;
	}
	
	.main-contents.recruit-top .entry-sec .recruit-tl {
		margin: 0;
	}
	
	.main-contents.recruit-top .entry-sec .recruit-tl span {
		right: -140px;
		bottom: -30px;
		width: max-content;
	}
	
	.main-contents.recruit-top .entry-sec .txt-area {
		top: -25px;
	}
	
	.main-contents.recruit-top .recruitment-sec {
		padding-bottom: 145px;
	}
	
	.interview-top-mv .recruit-tl span {
		bottom: -30px;
		right: -10px;
	}
	
	.interview-archive-sec h2 {
		font-size: 24px;
		margin-bottom: 60px;
	}
	
	.interview-archive-list li:first-child .img,
	.interview-archive-list li .img{
		height: 180px;
		width: 90%;
	}
	
	.interview-archive-list li .name-flex {
		margin-top: -50px;
	}
	
	.interview-name-box .posi,
	.interview-name-box .kana{
		font-size: 14px;
	}
	
	.interview-name-box h3 {
		font-size: 24px;
		margin: 5px 0;
		padding: 10px 5px;
	}
	
	.interview-archive-list li .view-more {
		font-size: 14px;
		gap: 10px;
	}
	
	.interview-archive-list li .view-more::after {
		height: 30px;
		width: 30px;
		font-size: 14px;
	}
	
	.interview-archive-list {
		gap: 30px 0;
	}
	
	.interview-archive-list li {
		width: 100%;
	}
	
	.interview-archive-list li:not(:first-child) .view-more span {
		display: block;
	}
	
	.interview-single-sec .interview-top .interview-name-box {
		left: -10px;
		top: -45px;
	}
	
	.interview-single-sec .interview-top {
		margin: 20px 0 40px;
	}
	
	.interview-single-sec .interview-top .img {
		border-radius: 0 0 0 30px;
	}
	
	.interview-single-sec .catchcopy {
		font-size: 24px;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	
	.interview-single-sec .qa li h4 {
		font-size: 18px;
		margin-bottom: 15px;
		padding: 10px;
	}
	
	.interview-single-sec .qa li p {
		font-size: 14px;
	}
	
	.interview-single-sec .qa li:not(:last-child) {
		margin-bottom: 30px;
	}
	
	.interview-single-sec .back-link-btn {
		margin: 60px auto 0;
	}
	
	.interview-archive-sec,
	.interview-single-sec {
		padding-bottom: 60px;
	}
	
	.recruit-lower-mv h1 {
		font-size: 30px;
	}
	
	.recruit-lower-mv h1 span {
		font-size: 16px;
		padding: 5px 10px;
	}
	
	.recruit-lower-mv {
		padding: 0 0 30px;
	}
	
	.recruitment-archive-sec,
	.recruitment-single-sec,
	.main-contents.entry .inquiry-sec {
		padding: 60px 0;
	}
	
	.recruitment-archive-sec .gray-box {
		padding: 30px 15px;
	}
	
	.recruitment-search-box .form-box > div {
		height: auto;
		padding: 10px;
	}
	
	.recruitment-search-box .form-box .th {
		font-size: 16px;
		width: 100%;
	}
	
	.recruitment-search-box .form-box .td{
		width: 100%;
	}
	
	.recruitment-archive-list li {
		padding: 30px 15px;
		gap: 30px;
	}
	
	.recruitment-archive-list li .img,
	.recruitment-archive-list li .txt,
	.recruitment-single-sec .flex-box-column .blo,
	.recruitment-single-sec .flex-txt-column .blo{
		width: 100%;
	}
	
	.recruitment-single-sec .mid-inner{
		width: 90%;
	}
	
	.recruitment-single-sec .recruitment-tl h2 {
		font-size: 20px;
	}
	
	.recruitment-single-sec .recruitment-tl p {
		font-size: 14px;
	}
	
	.recruitment-single-sec .flex-box-column .blo p {
		padding: 15px;
	}
	
	.recruitment-table .th {
		padding: 20px 10px;
		width: 110px;
	}
	
	.recruitment-table .td {
		padding: 20px 10px;
	}
	
	.recruitment-single-sec .contact-box .entry-box-tl {
		top: -35px;
	}
	
	.recruitment-single-sec .contact-box .entry-box-tl h3 {
		font-size: 50px;
	}
	
	.recruitment-single-sec .contact-box .entry-box-tl p {
		font-size: 16px;
	}
	
	.link-btn.wide-long-btn {
		font-size: 11px;
		justify-content: flex-start;
		width: 100%;
	}
	
	.link-btn.blank-btn::after {
		font-size: 12px;
		right: 15px;
	}
	
}