@charset "UTF-8";

@font-face {
    font-family: 'ArcaMajora3-Bold';
    src: url('../font/ArcaMajora3-Bold.woff') format('woff');
}
@font-face {
    font-family: 'ArcaMajora3-Heavy';
    src: url('../font/ArcaMajora3-Heavy.woff') format('woff');
}
/* ----------------------------reset ---------------------------- */

html, body, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 1.5px;
	color: #202229;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    line-height: 1;
}
li {
	list-style-type: none;
}
a {
	outline: none;
	color: #fff;
	text-decoration: none;
}
*:focus {
outline: none;
}
strong{
	font-weight: bold;
}
img {
  width: 100%;
  vertical-align: middle;
}
.cf {
    zoom: 1;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
@media only screen and (max-width: 767px) {
body {
	font-size: 14px;
}
}

/* ----------------------------common ---------------------------- */

.nobreak {
	display: inline-block;
}
.hover{
	display: block;
	transition: opacity 0.2s;
}
@media only screen and (min-width: 768px) {
.hover:hover{
	opacity: 0.8;
}
}
.onlysp {
	display: none;
}
.arca_b{
	font-family: 'ArcaMajora3-Bold', sans-serif;
}
.arca_h{
	font-family: 'ArcaMajora3-Heavy', sans-serif;
}

@media only screen and (max-width: 767px) {
.onlypc {
	display: none;
}
.onlysp {
	display: inline;
}
.hover:hover{
	opacity: 1;
}

}

@keyframes fadeInUp {
	from {
	  opacity: 0;
	  transform: translateY(50px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }

/* ----------------------------header ---------------------------- */


.header{
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header.latter{
	background: #202229;
}
.header_logo{
	width: 150px;
	padding: 0 0 0 30px;
}
.header_inner{
	/* width: 670px; */
	/* width: 500px; */
	padding: 0 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 30px;
	margin-left: auto; /*IE*/
}
.gnav_pc{
	/* width: 310px; */
	padding: 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
	letter-spacing: 1px;
}
.gnav_pc li a{
	padding: 12px 0;
	display: inline-block;
}
.header_cv_pc{
	/* width: 330px; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 10px;
}
.header_cv_pc > li{
	width: 160px;
	padding: 5px 0;
	/* height: 40px; */
	box-sizing: border-box;
}
.header_cv_pc > li a{
	display: block;
	width: 160px;
	text-align: center;
	font-feature-settings: "palt";
	line-height: 1.4;
	box-sizing: border-box;
}
.header_cv_pc_works{
	border: 1px solid #fff;
}
.header_cv_pc_works a{
	line-height: 38px;
	padding-left: 5px;
}
.header_cv_pc_contact{
	background: #94831f;
}
.btn_menu_sp{
	width: 55px;
	height: 50px;
	position: fixed;
	right: 0;
	top: 5px;
	z-index: 100;
	display: none;
}
.btn_menu_sp a{
	display: block;
	width: 25px;
	height: 16px;
	padding: 17px 15px;
}

.btn_menu_sp a span,
.btn_menu_sp a:before,
.btn_menu_sp a:after{
	position: absolute;
    content: '';
    right: 15px;
    height: 2px;
    background-color: #fff;
 	-webkit-transition: width .25s cubic-bezier(0.2, 1, 0.25, 1), transform .25s cubic-bezier(0.2, 1, 0.25, 1);
	transition: width .25s cubic-bezier(0.2, 1, 0.25, 1), transform .25s cubic-bezier(0.2, 1, 0.25, 1);
}
.latter .btn_menu_sp a span,
.latter .btn_menu_sp a:before,
.latter .btn_menu_sp a:after{
    background-color: #202229;
}

.btn_menu_sp a span{
    top: 24px;
	width: 15px;
}
.btn_menu_sp a:before{
    top: 17px;
	width: 25px;
}
.btn_menu_sp a:after{
    bottom: 17px;
	width: 20px;
}
.btn_menu_sp.open a span{
    display: none;
}
.btn_menu_sp.open a:before,
.btn_menu_sp.open a:after{
    top: 25px;
	right: 12px;
	width: 30px;

}
.btn_menu_sp.open a:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	background-color: #fff;
}
.btn_menu_sp.open a:after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	background-color: #fff;
}

/* ---------------------------- nav ---------------------------- */

.menu_sp{
	width: 100%;
	height: 100vh;
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	text-align: center;
	background: #202229;
}
.menu_sp_inner{
	width: 100%;
	height: 100vh;
	display: table;
	vertical-align: middle;
}
.menu_sp_inner > div{
	display: table-cell;
	vertical-align: middle;
	padding: 30px 20px;
}
.gnav_sp li{
	margin-top: 30px;
}
.gnav_sp li:first-child{
	margin-top: 0;
}
.gnav_sp li a{
	display: block;
	font-size: 12px;
	line-height: 1.85;
}
.gnav_sp_en{
	display: block;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 2px;
}
.gnav_sp_ja{
	display: block;
	margin-top: 5px;
	line-height: 1.35;
}
.header_cv_sp{
	margin: 60px auto 0;
	display: flex;
	justify-content: center;
	column-gap: 10px;
	/* justify-content: space-between; */
	/* max-width: 480px; */
}
.header_cv_sp > li{
	width: 48.5%;
}
.header_cv_sp > li a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.2;
	text-align: center;
	padding: 10px 0;
	font-feature-settings: "palt";
}
.header_cv_sp_works a{
	border: 1px solid #fff;
	padding-left: 5px;
}
.header_cv_sp_contact{
	background: #94831f;
}


@media only screen and (max-width: 1023px) {
.header{
	height: 60px;
	position: absolute;
}
.header_logo{
	width: 100px;
	padding: 0 0 0 15px;
}
.header_inner{
	display: none;
}
.btn_menu_sp{
	display: block;
}
}
@media only screen and (max-width: 767px) {
.menu_sp{
		overflow-y: scroll;
}
.menu_sp .btn{
	display: none;
}

}
@media only screen and (max-width: 359px) {
.header_cv_sp > li a{
	font-size: 13px;
	letter-spacing: 1px;
}
}

/* ----------------------------section_hero ---------------------------- */

.section_hero{
	width: 100%;
	height: 100vh!important;
	min-height: 480px;
	position: relative;
	background: #000;
}

.section_hero .inner {
	display: flex;
	align-items: flex-end;
	max-width: 1200px;
	width: 90%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.section_hero_txt{
	color: #fff;
	padding-bottom: min(18%, 120px);
}

.section_hero_catch {
	font-size: clamp(0.8rem, 0.5455rem + 1.2727vw, 1.5rem);
	letter-spacing: .06em;
	padding: 0 0 .8em .4em;
}

.section_hero_ttl {
	font-size: clamp(1.2rem, 0.3273rem + 4.3636vw, 3.6rem);
	font-weight: bold;
	letter-spacing: .1em;
}

/* .section_hero h1{
	width: 58vw;
	height: 38.4vw;
	max-width: 390px;
	max-height: 258px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:  auto;
} */
.section_hero_scroll{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90px;
	padding-bottom: 40px;
	text-align: center;
	z-index: 2;
}
.section_hero_scroll a:before,
.section_hero_scroll a:after{
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 1px;
	height: 30px;
	background: #fff;
	-webkit-transition: height .3s cubic-bezier(0.2, 1, 0.3, 1);
	transition: height .3s cubic-bezier(0.2, 1, 0.3, 1);
}
.section_hero_scroll a:before{
	height: 0;
	-webkit-transition-delay:.3s;
	transition-delay:.3s;
}

.section_hero_scroll a{
	display: block;
}
@media only screen and (min-width: 768px) {
.section_hero_scroll a:hover:before{
	height: 30px;
}
.section_hero_scroll a:hover:after{
	height: 0;
}
}

@media only screen and (max-width: 767px) {
.section_hero .inner {
	align-items:center;
	justify-content: center;
	text-align: center;
}
.section_hero_txt {
	padding-bottom: 0;
}
.section_hero_catch {
	padding: 0 0 .8em 0;
}
.section_hero_scroll{
	font-size: 12px;
	padding-bottom: 35px;
}
.section_hero_scroll a:before,
.section_hero_scroll a:after{
	height: 25px;
}

}




/* ----------------------------section ---------------------------- */

.section_digest {
    width: 100%;
    padding: 90px 30px;
    box-sizing: border-box;
	background: #202229;
}
.section_concept{
	width: 100%;
	padding: min(150px, 150/780*100vw) min(30px, 20/780*100vw) min(120px, 120/780*100vw);
	box-sizing: border-box;
}
.section_info{
	width: 100%;
	padding: min(150px, 150/780*100vw) 0 min(200px, 200/780*100vw);
	box-sizing: border-box;
}
.section_info_inner{
	/* background: #eff0f4; */
	padding: 0 min(30px, 20/780*100vw);
}
.section_info_inner .inner{
	position: relative;
	/* bottom: 60px;
	margin-bottom: -60px; */
}
.inner{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.section_img{
	width: 78%;
	max-width: 780px;
	position: relative;
	z-index: 1;
	opacity: 0;
}
.section_img.active{
	opacity: 1;
}
.section_img  .animate{
	z-index: 2;
}
.section_img:after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: -30px;
	left: 30px;
	 background:repeating-linear-gradient(-45deg, #d9d9d9 0, #d9d9d9 1px, transparent 1px, transparent 6px);
	z-index: 1;
}
.section_content{
	width: 88%;
	max-width: 880px;
	position: relative;
	z-index: 2;
	bottom: 25px;
	margin-bottom: -25px;
}
.section_concept .section_content,
.section_info .section_img{
	float: right;
}
.section_info .section_content{
	clear: both;
}
.section_content a{
	color: #202229;
	text-decoration: underline;
}
.section_ttl{
	padding-bottom: 30px;
	margin-bottom: 60px;
	position: relative;
}
.section_ttl:after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 120px;
	height: 1px;
	bottom: 0;
	left: 0;
	background: #94831f;
}
.section_ttl_en{
	font-size: 60px;
	color: #94831f;
}
.section_ttl_ja{
	display: block;
	margin-top: 25px;
	line-height: 1.35;
}
.section_content > p + p{
	margin-top: 20px;
}
.section_concept_list{
	margin-top: 60px;
}
.section_concept_list_ttl{
	line-height: 1.75;
	font-weight: bold;
	margin-bottom: 20px;
}

.section_concept_list ul li{
	width: 32%;
	margin-left: 2%;
	float: left;
}
.section_concept_list ul li:nth-child(3n+1){
	margin-left: 0;
}
.section_concept_list ul li:nth-child(n+4){
	margin-top: 2%;
}

.section_info_row {
	display: flex;
	justify-content: space-between;
}
.section_info_list {
	display: flex;
	flex-direction: column;
	width: 49%;
}
.section_info_list .animate {
	flex-grow: 1;
}
.section_info_list .info_list {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.section_info_list .info_list a {
	color: #202229;
	text-decoration: underline;
}
.section_info_list .list_ttl {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	column-gap: 10px;
	border:1px solid #94831f;
	background: #fff;
	border-left-width: 3px;
	color: #94831f;
	font-size: clamp(1.2rem, 0.8571rem + 0.8571vw, 1.5rem);
	font-weight: bold;
	padding: 0 min(10px, 10/780*100vw) 0 min(20px, 20/780*100vw);
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
/* .section_info_list .list_ttl::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 3px;
	top: 3px;
	border:1px solid #94831f;
	z-index: -1;
} */
.section_info_list .en_ttl {
	font-size: 60%;
	font-weight: normal;
}
.section_info_list .animate{
	width: 100%;
}
.section_info_list .info_list li{
	display: flex;
	padding: 20px min(20px, 20/780*100vw);
	border-bottom: 1px solid #cbccd0;
}
.section_info_list .info_list li:first-child{
	flex-grow: 1;
}
.section_info_list_ttl{
	line-height: 1.75;
	font-weight: bold;
	width: 4rem;
	margin-right: 1.5rem;
}
.section_info_list_txt {
	width: calc(100% - 5.5rem);
}
.section_info_list_txt h4{
	line-height: 1.75;
}
.section_info_list_txt p + h4{
	margin-top: 15px;
}
.section_info_list_txt p + p {
	margin-top: 1em;
}
.section_info_list_txt .txt_inner {
	display: flex;
}
.section_info_list_txt .txt_inner .inner_title {
	flex-shrink: 0;
}
.map {
	display: block;
	max-width: 500px;
	margin-top: 1em;
}
.map_wrap {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 50%;
	position: relative;
}
.map_wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.section_cv{
	margin: min(50px, 80/780*100vw) auto 0;
	/* width: 540px; */
	width: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section_cv .animate{
	width: 100%;
}
.section_cv ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.section_cv li{
	width: 260px;
	/* height: 60px; */
	box-sizing: border-box;
}
.section_cv_works{
	border: 1px solid #53555d;
}
.section_cv_contact{
	border: 1px solid #94831f;
}

.section_cv li a{
	display: block;
	width: 260px;
	text-align: center;
	font-size: clamp(1rem, 0.7714rem + 0.5714vw, 1.2rem);
	line-height: 1.2;
	padding: 10px 0;
	box-sizing: border-box;
}
.section_cv_works a{
	color: #202229;
	padding-left: 5px;
}
.section_cv_contact{
	background: #94831f;
}
.section_cv p{
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
}
.section_bnr {
	max-width: 780px;
	width: 100%;
	margin: 5em auto 0;
}
.section_bnr a {
	display: block;
	transition: .3s all;
}
.section_bnr a:hover {
	opacity: .7;
	transition: .3s all;
}
@media only screen and (max-width: 767px) {
.section_digest {
    padding: 60px 20px;
}
/* .section_concept{
	padding: 100px 20px 0;
} */
.section_info_row {
	flex-direction: column;
	row-gap: min(80px, 120/780*100vw);
}
.section_info{
	/* padding: 130px 0 0; */
	overflow: hidden;
}
.section_info_list {
	width: 100%;
}
/* .section_info_inner{
	padding: 0 20px 150px;
} */

/* .section_info_inner .inner{
	bottom: 30px;
	margin-bottom: -30px;
} */
.section_img{
	width: 100%;
}
.section_concept .section_img{
	margin-left: -20px;
}
.section_info .section_img{
	margin-right: -20px;
}

.section_img:after{
	top: -15px;
	left: 15px;
	background: repeating-linear-gradient(-45deg, #d9d9d9 0, #d9d9d9 1px, transparent 1px, transparent 4px);
}
.section_content{
	width: 100%;
     bottom: 18px; 
    margin-bottom: -18px;
}
.section_ttl{
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.section_ttl:after{
	width: 100px;
}
.section_ttl_en{
	font-size: 40px;
}
.section_ttl_ja{
	margin-top: 15px;
}
.section_concept_list{
	margin-top: 40px;
}
.section_concept_list_ttl{
	margin-bottom: 15px;
}
.section_concept_list ul li{
	width: 48.5%;
	margin-left: 3%;
}
.section_concept_list ul li:nth-child(even){
	margin-left: 3%;
}
.section_concept_list ul li:nth-child(odd){
	margin-left: 0;
}
.section_concept_list ul li:nth-child(n+3){
	margin-top: 3%;
}

/* .section_info_list li{
	display: block;
} */

/* .section_info_list_ttl{
	width: 100%;
	margin-right: 0;
} */
/* .section_info_list_txt{
	width: 100%;
	margin-top: 15px;	
} */
/* .section_info_list_txt p + h4 {
    margin-top: 10px;
}
.section_cv{
	margin: 40px auto 0;
	width: 100%;
}
.section_cv li{
	width: 48.5%;
	height: 45px;
}
.section_cv li a{
    width: 100%;
    height: 45px;
	line-height: 45px;
	font-size: 14px;
} */

.section_cv p{
	font-size: 10px;
}
}
@media only screen and (max-width: 359px) {
.section_content {
    bottom: 15px;
    margin-bottom: -15px;
}
.section_ttl_en{
	font-size: 35px;
}
.section_cv li a{
	font-size: 13px;
	letter-spacing: 1px;
}
}

/* ----------------------------section_movie ---------------------------- */

.section_movie{
	width: 100%;
	padding: 160px 30px 220px;
	box-sizing: border-box;
}
.section_movie .section_ttl{
	text-align: center;
}
.section_movie .section_ttl:after{
	right: 0;
	margin: 0 auto;
}
.movie_wrap {
	display: flex;
	justify-content: space-between;
}
.movie_ttl {
    width: fit-content;
	border-bottom: 1px solid;
	color: #94831f;
	font-family: 'ArcaMajora3-Bold', sans-serif;
	font-size: clamp(1rem, 0.7714rem + 0.5714vw, 1.2rem);
	font-weight: bold;
	text-align: center;
	margin: 0 auto 1em;
	padding-bottom: 5px;
}
.youtube{
	width: 48%;
    /* width: 100%;
    max-width: 780px;
	margin: 0 auto; */
}
.youtube_inner{
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.youtube.animate{
	display: block;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 639px) {
.movie_wrap {
	flex-direction: column;
	row-gap: min(50px, 80/780*100vw);
}
.youtube{
	width: 100%;
}
}

/* ----------------------------flow ---------------------------- */
.section_flow {
	width: 100%;
	background: #eff0f4;
	padding: min(100px, 100/780*100vw) 0 min(150px, 150/780*100vw);
	box-sizing: border-box;
}
.section_flow .inner{
	width: 90%;
}
.flow_row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 4%;
	position: relative;
}
.flow_row +.flow_row {
	margin-top: 5rem;
}
.flow_row +.flow_row::before {
	content: "";
    display: block;
    width: 20px;
    height: 20px;
	position: absolute;
	left: calc(50% - 20px);
	top: -3.2rem;
    border-top: 2px solid #94831f;
    border-right: 2px solid #94831f;
	transform: rotate(135deg) translateX(-50%);
}
.flow_col_img {
	width: 48%;
	opacity: 0;
	transition: .3s all ease-in;
}
.flow_col_txt {
	width: 48%;
	opacity: 0;
	transition: .3s all ease-in;
}
.flow_col_txt .title{
	font-size: clamp(0.9rem, 0.7909rem + 0.5455vw, 1.2rem);
	font-weight: bold;
	margin-bottom: 1rem;
}
.flow_row.in .flow_col_img,
.flow_row.in .flow_col_txt{
	animation: fadeInUp .4s ease-out forwards;
	opacity: 1;
	transition: .3s all ease-in;
}
@media only screen and (max-width: 767px) {
	.flow_row {
		flex-direction: column;
	}
	.flow_col_img {
		width: 100%;
	}
	.flow_col_txt {
		width: 100%;
	}
}


/* ----------------------------footer ---------------------------- */

.footer{
	padding: 60px 30px;
	background: #202229;
	text-align: center;
	position: relative;
}
.footer_back {
    position: absolute;
    top: -64px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90px;
	height: 64px;
    text-align: center;
    z-index: 2;
}
.footer_back a{
	display: block;
    color: #202229;
}
.footer_back a:before,
.footer_back a:after{
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 1px;
	height: 30px;
	background: #202229;
	-webkit-transition: height .3s cubic-bezier(0.2, 1, 0.3, 1);
	transition: height .3s cubic-bezier(0.2, 1, 0.3, 1);
}
.footer_back a:before{
	height: 0;
	-webkit-transition-delay:.3s;
	transition-delay:.3s;
}
.footer_logo{
	width: 140px;
	margin: 0 auto;
}
.footer_copy{
	margin-top: 30px;
	font-size: 10px;
	color: #fff;
}
@media only screen and (min-width: 768px) {
.footer_back a:hover:before{
	height: 30px;
}
.footer_back a:hover:after{
	height: 0;
}
}

@media only screen and (max-width: 767px) {
.footer{
	padding: 40px 20px;
}
.footer_back{
	top: -56px;
	font-size: 12px;
	height: 56px;
}
.footer_back a:before,
.footer_back a:after{
	height: 25px;
}
.footer_logo{
	width: 100px;
}
.footer_copy{
	margin-top: 20px;
}

}
/*----------------------animate----------------------------*/

.animate{
	position: relative;
	vertical-align: bottom;
	opacity: 0;
	display: inline-block;
}
.active.animate{
	opacity: 1;
}
.animate_span{
	content: "";
	background: #202229;
	width: 100%;
	height: calc(100% + 4px);
	position: absolute;
	top: -2px;
	right: 0;
	transition: width 0.55s;
	margin-right: -2px;/*safari*/
	z-index: 3;
}
.active .animate_span{
	width: 0;
}
.header_cv_pc_works,.header_cv_pc_contact,
.section_cv_works, .section_cv_contact{
	position: relative;
}
.header_cv_pc_works a,.header_cv_pc_contact a,
.section_cv_works a, .section_cv_contact a{
	position: relative;
	z-index: 2;
}
.header_cv_pc_works > span,.header_cv_pc_contact > span,
.section_cv_works > span, .section_cv_contact > span{
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.header_cv_pc_works > span,.header_cv_pc_contact > span{
	background: #fff;
}
.section_cv_works > span{
	background: #202229;
}
.section_cv_contact > span{
	background: #eff0f4;
}


@media only screen and (max-width: 767px) {
.animate_span{
	transition: width 0.4s;	
}

}

.thanks .header {
	position: static;
	background: #202229;
}

.thanks_container {
	width: 100%;
	min-height: calc(100vh - 296px);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: min(80px, 10vw) 0 min(90px, 12vw);
}
@media only screen and (max-width: 767px) {
	.thanks_container {
		min-height: calc(100vh - 50vw);
	}
}
.thanks_container .wrap {
	width: min(800px, 90%);
	margin: 0 auto;
}
.thanks_container .thanks_ttl {
	width: fit-content;
	border-bottom: 1px solid;
	font-size: clamp(1.1rem, 0.5667rem + 1.1111vw, 1.4rem);
	font-weight: bold;
	padding-bottom: 1rem;
	margin: 0 auto 1.5rem;
}
.thanks_container .txt {
	font-size: clamp(0.8rem, 0.4444rem + 0.7407vw, 1rem);
	line-height: 2;
}
.thanks_btn_box {
	margin-top: 3rem;
}
.thanks_btn {
	display: inline-block;
	width:fit-content;
	margin: 0 auto;
	background: #94831f;
	border: 1px solid #94831f;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	padding: 1rem 2rem;
	transition: .3s all ease-in;
}
.thanks_btn:hover {
	background: #fff;
	color: #94831f;
	opacity: .7;
	transition: .3s all ease-in;
}