@charset "utf-8";
/*
Theme Name: sankakuya_skelton
Theme URL: https://sankakux4.org
Description: original theme
Author:yuya matsuo
Version: 1.0.0
*/

/* reset */

html{
	scroll-behavior:smooth;
}

body{
	margin:0;
	width:100%;
	overflow-x:hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	text-rendering:optimizeSpeed;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}

*{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-block-start:0;
	margin-block-end:0;
	margin-inline-start:0;
	margin-inline-end:0;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}

*::before,
*::after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{
	font-size:1rem;
	font-weight:400;
	margin:0;
	padding:0;
	line-height:1.8;
}

p{
	margin:0;
	padding:0;
}

ul,
ol{
	list-style:none;
	padding:0;
	margin:0;
}

li{
	list-style-position: inside;
}

figure,
blockquote,
dl,
dd{
	margin:0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th{
	font-weight:400;
	text-align:left;
}

a:not([class]){
	text-decoration-skip-ink:auto;
}

::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
}

input,
button,
select,
textarea {
	background: transparent;
	border: none;
	border-radius: 0;
	font-family: inherit;
	outline: none;
	margin:0;
}

select,
select option{
	color:#000 !important;
}

textarea {
	resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
	display: none;
}

input[type="number"],
input[type="month"],
input[type="datetime-local"],
input[type="week"],
input[type="time"],
input[type="date"] {
	-moz-appearance: textfield;
}

input[type="date"]::-webkit-clear-button,
input[type="month"]::-webkit-clear-button,
input[type="datetime-local"]::-webkit-clear-button,
input[type="time"]::-webkit-clear-button,
input[type="week"]::-webkit-clear-button {
	-webkit-appearance: none;
}

@media(prefers-reduced-motion:reduce){
	*{
		animation-duration:.01ms !important;
		animation-iteration-count:1 !important;
		transition-duration:.01ms !important;
		scroll-behavior:auto !important;
	}
}

.wpcf7-spinner{
	display:none !important;
}

/* common */

html{
	font-size:16px;
}

body{
	background:#fff;
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	color:#111;
	font-weight:400;
	line-height:1.8;
	margin:0;
	overflow-wrap: anywhere;
	word-break:break-all;
	line-break: strict;
}

a{
	display:block;
	color:#111;
	transition: .5s;
	text-decoration:none;
	-webkit-tap-highlight-color: transparent;
}

a:hover{
	color:#111;
	text-decoration:none;
	opacity:0.8;
}

/* layout */

main{
	display:block;
	margin:0 auto;
}

.container{
	max-width:calc(100vw - 100px);
	width:1200px;
	margin:0 auto;
}

.container-min{
	max-width:calc(100vw - 100px);
	width:900px;
	margin:0 auto;
}

.flex-wrap{
	display:-webkit-box;
 	display:flex;
 	flex-wrap: wrap;
}

/* parts */

.yuji{
	font-family: "Yuji Syuku", serif;
}

.serif{
	font-family: "Noto Serif", serif;
}

.text-center{
	text-align:center;
}

.text-right{
	text-align:right;
}

.img-fluid{
	display:block;
	max-width:100%;
	width:100%;
	height:auto;
}

.img-trim{
	position: relative;
	overflow: hidden;
	padding-top: 100%;
}

.img-trim img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-trim.img-trim16x9{
	padding-top: 56.25%;
}

.img-trim.img-trim5x3{
	padding-top: 60%;
}

.img-trim.img-trim3x2{
	padding-top: 66%;
}

.img-trim.img-trim4x3{
	padding-top: 75%;
}

.img-trim.img-trim5x5{
	padding-top: 100%;
}

.img-trim.img-trim4x5{
	padding-top: 125%;
}

.btn{
	display:inline-block;
	background:#111;
	color:#fff;
	font-size:0.8rem;
	padding:0.5rem 2rem;
	border:2px solid #111;
}

.btn:hover{
	background:transparent;
	color:#111;
	opacity:1;
}

.btn_wh{
	background:#fff;
	color:#111;
}

.btn_wh:hover{
	background:#111;
	color:#fff;
}

/* fadein */

.fadeIn{
	transform: translate3d(0, 50px, 0);
	transition: 1s;
	opacity: 0;
}

.fadeIn.animated{
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* bogo */

.bogo-language-switcher{
	display:-webkit-box;
 	display:flex;
 	flex-wrap: wrap;
}

.bogo-language-switcher li.de{
	-webkit-box-ordinal-group:3;
	order:2;
}

.bogo-language-switcher li.en{
	-webkit-box-ordinal-group:2;
	order:1;
}

.bogo-language-switcher li.fr{
	-webkit-box-ordinal-group:4;
	order:3;
}

.bogo-language-switcher li.ja{
	-webkit-box-ordinal-group:5;
	order:4;
}

/* slick */

.slick-slider{
	display:none;
}

/* instagram feed */

#sb_instagram #sbi_images{
	padding:0 !important;
}

#sb_instagram.sbi_fixed_height{
	height:auto !important;
	overflow:visible !important;
}

/* modal-video */

.modal-video{
	background-color:#000;
}

.modal-video-body {
	max-width:90vw;
}

/* header */

.header {
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	z-index:1000;
	padding:16px 40px;
}

.header .h_inner{
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.header .h_inner .logo{
	width:48px;
}

.header .h_inner .nav_wrap{
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
}

.header .h_inner .nav_wrap .sub_nav ul{
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.header .h_inner .nav_wrap .sub_nav ul li{
	margin-left:1em;
}

.header .h_inner .nav_wrap .sub_nav ul li.current{
	font-weight:700;
}

.header .h_inner .nav_wrap .main_nav{
	margin-left:40px;
}

.header .h_inner .nav_wrap .main_nav .g_navi_btn{
	width:40px;
	height:35px;
	position: relative;
	transition: .5s;
	cursor: pointer;
	z-index:1001;
}

.header .h_inner .nav_wrap .main_nav .g_navi_btn .menu__line{
	background:#111;
	display: block;
	height:2px;
	position:absolute;
	transition:.5s;
	width:100%;
}

.header .h_inner .nav_wrap .main_nav .g_navi_btn .menu__line--center{
	top:16px;
}

.header .h_inner .nav_wrap .main_nav .g_navi_btn .menu__line--bottom{
	bottom:0;
}

.header .h_inner .nav_wrap .main_nav .g_navi_btn .menu__line--top.active{
	top:16px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background:#fff;
}

.header .h_inner .nav_wrap .main_nav .g_navi_btn .menu__line--center.active{
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
}

.header .h_inner .nav_wrap .main_nav .g_navi_btn .menu__line--bottom.active{
	bottom:16px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	background:#fff;
}

.header .h_inner .nav_wrap .main_nav .g_navi{
	position:fixed;
	z-index:999;
	top:0;
	right:0;
	width:280px;
	height:100vh;
	background:#111;
	transition:all .5s ease-in-out;
	transform:translateZ(0) translateX(100%);
	padding:120px 0 0 64px;
	overflow-y: scroll;
	color:#fff;
}

.header .h_inner .nav_wrap .main_nav .g_navi a{
	color:#fff;
}

.header .h_inner .nav_wrap .main_nav .g_navi.active{
	transform:translateZ(0) translateX(0);
}

.header .h_inner .nav_wrap .main_nav .g_navi .inner h6{
	width:100px;
	margin-bottom:32px;
}

.header .h_inner .nav_wrap .main_nav .g_navi .inner h6 img{
	  filter: brightness(0) invert(1);
}

.header .h_inner .nav_wrap .main_nav .g_navi .inner .list{
	margin-bottom:20px;
}

.header .h_inner .nav_wrap .main_nav .g_navi .inner .list li{
	margin-bottom:0.5rem;
}

.header .h_inner .nav_wrap .main_nav .g_navi .inner .list li:last-child{
	margin-bottom:0;
}

.header .h_inner .nav_wrap .main_nav .g_navi .inner .list li a{
	font-size:1.25rem;
	letter-spacing:0.1em;
}

.header .h_inner .nav_wrap .main_nav .g_navi .inner .list li a.current{
	color:#CE9B0E;
}

.header .h_inner .nav_wrap .main_nav .g_navi .inner a:hover{
	opacity:1;
	color:#CE9B0E;
}

.header .h_inner .nav_wrap .main_nav .g_navi .inner .sns li{
	margin-right:1rem;
}

.header .h_inner .nav_wrap .main_nav .g_navi .inner .sns li a{
	font-size:1.25rem;
}

/* footer */

.footer .f_instagram{
	padding-top:28px;
	background:url(./img/fc03_bg.jpg);
	background-size:5%;
}

#discover .footer .f_instagram,
#aboutus .footer .f_instagram,
#services .footer .f_instagram{
	background:#fff;
}

.footer .f_instagram p{
	font-size:1.25rem;
	line-height:1;
	letter-spacing:0.1em;
	margin-bottom:28px;
	margin-left:40px;
}

.footer .f_instagram p i{
	margin-right:0.25em;
	font-size:1.75rem;
}

.footer .copyright{
	background:#111;
	padding:16px 0 12px;
	color:#fff;
}

.footer h6{
	font-size:0.8rem;
}

/* home */

.fv .content_wrap .box{
	width:50%;
	padding:48px 0 48px 48px;
}

.fv .content_wrap .box .blank_img{
	width:100%;
	height:100%;
	background:#fff;
}

.front_content{
	padding:60px 0;
}

.fc01{
	padding:40px 0 120px;
}

.fc01 .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
}

.fc01 .content_wrap .txt{
	width:46%;
	padding-top:120px;
}

.fc01 .content_wrap .txt h2{
	font-size:2rem;
	font-weight:700;
	letter-spacing:0.1em;
	margin-bottom:1em;
}

.fc01 .content_wrap .txt p{
	margin-bottom:1rem;
}

.fc01 .content_wrap .txt p:last-child{
	margin-bottom:0;
}

.fc01 .content_wrap .img{
	width:48%;
}

.fc02{
	position:relative;
	padding:0;
}

.fc02 .video{
	width:calc(100% - 96px);
	-webkit-box-align: end;
	align-items: flex-end;
}

.fc02 .video video{
	width: 100%;
	max-width: 100%;
	height: auto;
}

.fc02 .mute{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:28px;
	width:40px;
	height:40px;
	border:1px solid #111;
	color:#111;
	border-radius:50%;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	cursor:pointer;
	transition:.5s;
}

.fc02 .mute span{
	line-height:1;
	font-size:0.9rem;
}

.fc02 .mute:hover{
	background:#111;
	color:#fff;
	opacity:1;
}

.fc03{
	background:url(./img/fc03_bg.jpg);
	background-size:5%;
	padding:120px 0 60px;
}

.fc03 .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.fc03 .content_wrap .img{
	width:52%;
	height:990px;
	position:relative;
	margin-top:16px;
}

.fc03 .content_wrap .img div{
	position:absolute;
}

.fc03 .content_wrap .img div:first-child{
	width:180px;
	top:0;
	left:0;
}

.fc03 .content_wrap .img div:nth-child(2){
	width:400px;
	top:180px;
	right:0;
}

.fc03 .content_wrap .img div:nth-child(3){
	width:360px;
	left:40px;
	bottom:0;
}

.fc03 .content_wrap .txt{
	width:42%;
}

.ja .fc03 .content_wrap .txt{
	padding-top:3.6rem;
}

.fc03 .content_wrap .txt h2{
	font-size:2rem;
	font-weight:700;
	letter-spacing:0.1em;
	margin-bottom:0.5em;
}

.fc03 .content_wrap .txt .block{
	margin-bottom:60px;
	position:relative;
}

.fc03 .content_wrap .txt .block::after{
	position:absolute;
	top:calc(100% + 6px);
	left:0.75rem;
	content:"";
	width:1px;
	height:52px;
	background:#111;
}

.fc03 .content_wrap .txt .block:nth-child(4){
	margin-bottom:40px;
}

.fc03 .content_wrap .txt .block:nth-child(4)::after{
	content:none;
}

.fc03 .content_wrap .txt h3{
	font-size:1.75rem;
}

.fc03 .content_wrap .txt h3 span{
	font-size:1rem;
}

.fc03 .content_wrap .txt .thumb{
	width:440px;
	margin:80px 0 0 auto;
}

.fc03 .content02{
	margin-top:-80px;
}

.fc03 .content02 .box{
	width:50%;
	margin-bottom:40px;
}

.fc03 .content02 .box:last-child{
	margin-bottom:0;
}

.fc03 .content02 .box .btn{
	margin-top:1rem;
}

.fc04 h3{
	font-size:2rem;
	font-weight:700;
	letter-spacing:0.1em;
	margin-bottom:1em;
}

.fc04 .content_wrap{
	-webkit-box-align: start;
	align-items: flex-start;
}

.fc04 .content_wrap .box{
	width:23%;
	margin-right:2%;
}

.fc04 .content_wrap .box .txt{
	padding:0.5rem 0.5rem 0;
}

.fc04 .content_wrap .box .txt h4{
	font-weight:700;
	font-size:1rem;
	line-height:1.6;
	margin-bottom:0.5rem;
}

.fc04 .content_wrap .box .txt h4 span{
	display:block;
	font-size:0.8rem;
}

.fc04 .content_wrap .box .txt h4 a{
	display:inline-block;
	text-decoration:underline;
}

.fc04 .content_wrap .box .txt h5{
	font-size:0.8rem;
	line-height:1.6;
	color:#444;
	margin-bottom:0.5em;
}

.fc04 .content_wrap .box .txt p{
	font-size:0.9rem;
	font-weight:500;
	line-height:1.6;
}

.fc04 .content_wrap .box .txt p a{
	-webkit-box-align: center;
	align-items: center;
	color:#CE9B0E;
}

.fc04 .content_wrap .box .txt p a i{
	margin-right:0.25em;
}

.fc04 .content_wrap .box .txt ul{
	font-size:0.8rem;
	line-height:1.6;
	margin-top:0.25rem;
}

.fc05{
	padding:20px 0;
}

.fc05 .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.fc05 .content_wrap h3{
	font-size:2rem;
	letter-spacing:0.1em;
}

.fc05 .content_wrap .news_slick{
	width:calc(100% - 96px - 92px - 68px);
}

.fc05 .content_wrap .news_slick .article{
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.fc05 .content_wrap .news_slick .article h4{
	width:calc(100% - 100px);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

.fc05 .content_wrap .btn{
	display:block;
	width:92px;
	text-align:center;
	padding:0.25rem 0;
}

.fc06,
.discover02{
	background:url(./img/fc03_bg.jpg);
	background-size:5%;
	padding:0;
}

.fc06 .content_wrap,
.discover02 .content_wrap{
	-webkit-box-align: center;
	align-items: center;
}

.fc06 .content_wrap .txt,
.discover02 .content_wrap .txt{
	width:60%;
	padding:0 120px;
}

.discover02 .content_wrap .txt{
	padding:0 160px;
}

.discover02 .content_wrap .txt .block{
	margin-bottom:40px;
}

.discover02 .content_wrap .txt .block:last-child{
	margin-bottom:0;
}

.fc06 .content_wrap .txt h2,
.discover02 .content_wrap .txt h2{
	font-size:2rem;
	font-weight:700;
	letter-spacing:0.1em;
	margin-bottom:1em;
}

.fc06 .content_wrap .txt p{
	margin-bottom:1rem;
}

.fc06 .content_wrap .txt p.quote,
.discover02 .content_wrap .txt p.quote{
	color:#aaa;
	font-size:0.8rem;
	margin-top:1em;
}

.fc06 .content_wrap .txt p.quote{
	margin:2rem 0;
}

.fc06 .content_wrap .img,
.discover02 .content_wrap .img{
	width:40%;
}

/* page */

.page_header{
	background:url(./img/fc03_bg.jpg);
	background-size:5%;
	padding:100px 0 60px;
}

.page_header .page_title{
	font-size:3rem;
	letter-spacing:0.1em;
}

.page_content{
	padding:60px 0;
}

/* archive */

.pagination .page-numbers{
	display:-webkit-box;
 	display:flex;
 	flex-wrap: wrap;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
}

.pagination .page-numbers li{
	margin-left:1rem;
}

.pagination .page-numbers li span.current{
	font-weight:700;
}

/* news */

.news_archive{
	margin-bottom:40px;
}

.news_archive a{
	padding:24px 28px;
	border-bottom:1px solid #111;
	-webkit-box-align: center;
	align-items: center;
}

.news_archive a p{
	width:100px;
}

.news_archive a h2{
	width:calc(100% - 100px);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

.news_header{
	padding:0 40px 24px;
	margin-bottom:28px;
	border-bottom:1px solid #111;
}

.news_header p{
	color:#CE9B0E;
}

.news_header h1{
	font-size:1.5rem;
	font-weight:700;
}

.news_content{
	padding:0 40px;
	margin-bottom:40px;
}

.news_content img{
	max-width:100%;
	height:auto;
}

/* blog */

.blog_archive{
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.blog_archive::after{
	display: block;
	content:"";
	width: 31%;
}

.blog_archive a{
	width:31%;
	margin-bottom:28px;
}

.blog_archive a .txt{
	padding:0.5rem 0.5rem 0;
}

.blog_archive a .txt p{
	color:#CE9B0E;
	font-size:0.8rem;
}

.blog_archive a .txt h2{
	font-size:0.8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

/* participant */

.participant_archive article{
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
	margin-bottom:60px;
}

.participant_archive article .img_wrap{
	width:30%;
}

.participant_archive article .img_wrap .img{
	position:relative;
	margin-bottom:24px;
}

.participant_archive article .img_wrap .img img{
	border-radius:50%;
}

.participant_archive article .img_wrap h2{
	font-size:1.25rem;
}

.participant_archive article .img_wrap .flag{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:-24px;
}

.participant_archive article .img_wrap .flag span{
	font-size:48px;
	border-radius:50%;
	outline:4px solid #fff;
}

.participant_archive article .img_wrap .video_btn_wrap{
	margin-top:10px;
}

.participant_archive article .txt{
	width:66%;
	margin-top:80px;
}

.participant_archive article .txt p{
	font-size:0.9rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:4;
}

.participant_archive article .txt ul{
	margin-bottom:1rem;
}

.participant_archive article .txt ul li{
	margin-right:1em;
	color:#CE9B0E;
	font-size:0.8rem;
}

.participant_archive article .txt ul li:last-child{
	margin-right:0;
}

.participant_archive article .txt .btn{
	transition:.5s;
	margin-top:1rem;
}

.participant_archive article .work{
	background:#f6f6f6;
	padding:20px;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
}

.participant_archive article .work .img{
	width:24%;
}

.participant_archive article .work dl{
	width:72%;
}

.participant_archive article .work dl dt{
	font-weight:700;
	font-size:0.8rem;
	width:6em;
	margin-bottom:0.5em;
}

.ja .participant_archive article .work dl dt{
	width:3em;
}

.participant_archive article .work dl dd{
	font-size:0.8rem;
	width:calc(100% - 6em);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:2;
	margin-bottom:0.5em;
}

.ja .participant_archive article .work dl dd{
	width:calc(100% - 3em);
}

/* form */

.form_wrap dl{
	margin-bottom:28px;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.form_wrap dl dt{
	width:20%;
	line-height:1.4;
	margin-bottom:28px;
}

.form_wrap dl dt span{
	color:#B22222;
}

.form_wrap dl dd{
	width:80%;
	margin-bottom:28px;
}

.form_wrap .policy{
	height:240px;
	overflow:auto;
	padding:20px 28px;
	border:1px solid #aaa;
	margin-bottom:28px;
}

.form_wrap .policy .inner .block{
	margin-bottom:1rem;
	font-size:0.8rem;
}

.form_wrap .policy .inner .block:last-child{
	margin-bottom:0;
}

.form_wrap .policy .inner .block h5{
	font-weight:700;
}

.form_wrap .policy .inner .block h6{
	font-weight:700;
	font-size:0.8rem;
	margin-top:0.5em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea{
	border:1px solid #111;
	padding:1rem;
	width:100%;
	background:#fff;
	font-size:1rem;
	transition:.5s;
	border-radius:4px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus{
	outline:none;
	outline-offset:0;
	background:#f6f6f6;
	border:1px solid #111;
}

input[type="submit"]{
	font-size:1rem;
	transition: 0.5s;
}

input[type="submit"]:focus{
	outline:none;
	outline-offset:0;
}

.grecaptcha-badge {
	visibility: hidden;
}

/* about */

#aboutus .page_content{
	padding:60px 0 0;
}

.about_content{
	margin-bottom:60px;
}

.about_content:last-child{
	margin-bottom:0;
}

.about_content h2{
	font-size:1.5rem;
	font-weight:700;
	letter-spacing:0.1em;
	margin-bottom:1em;
}

.about01 .content_wrap .box{
	width:30%;
	margin:0 3% 40px 0;
}

.about01 .content_wrap .box .img{
	margin-bottom:1rem;
}

.about01 .content_wrap .box .txt h3{
	font-size:1.5rem;
	font-weight:700;
	letter-spacing:0.1em;
	text-indent:0.1em;
	line-height:1.6;
	margin-bottom:0.5rem;
}

.about01 .content_wrap .box .txt h3 span{
	display:block;
	font-size:1rem;
	letter-spacing:0;
	text-indent:0;
	margin-right:0.5em;
}

.about01 .content_wrap .box .txt p{
	font-size:0.9rem;
}

.about01 .content_wrap .box .txt p span{
	color:#CE9B0E;
}

.about01 .content_wrap .box .txt p span{
	display:block;
	font-weight:700;
}

.about02 .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
}

.about02 .content_wrap .img{
	width:48%;
}

.about02 .content_wrap .txt{
	width: 46%;
	padding-top: 120px;
}

.about02 .content_wrap .txt h2{
	font-size:2rem;
}

.about02 .content_wrap .txt p{
	margin-bottom:1rem;
}

.about02 .content_wrap .txt p:last-child{
	margin-bottom:0;
}

.about03{
	background:url(./img/fc03_bg.jpg);
	background-size:5%;
	padding:60px 0;
	margin-bottom:0;
}

.about03 h2{
	margin-bottom:0;
}

.about03 dl{
	margin-bottom:60px;
}

.about03 dl:last-child{
	margin-bottom:0;
}

.about03 dl dt{
	width:22%;
	border-bottom:1px solid #111;
	font-weight:700;
	padding:24px 14px 24px 28px;
}

.about03 dl dd{
	width:78%;
	border-bottom:1px solid #111;
	padding:24px 28px 24px 14px;
}

.about03 dl dd .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom:60px;
}

.about03 dl dd .content_wrap:last-child{
	margin-bottom:0;
}

.about03 dl dd .content_wrap .box{
	width:48%;
	margin-bottom:20px;
}

.about03 dl dd .content_wrap .box .img{
	margin-bottom:0.5rem;
}

.about03 dl dd .content_wrap .box .img.comingsoon{
	position:relative;
}

.about03 dl dd .content_wrap .box .img.comingsoon img{
	filter:grayscale(100%);
}

.about03 dl dd .content_wrap .box .img.comingsoon::after{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:100%;
	content:"Coming Soon";
	color:#fff;
	font-size:2rem;
	text-align:center;
}

.about03 dl dd .content_wrap .box p{
	font-size:0.9rem;
}

.about03 dl dd .content_wrap .box ul{
	font-size:0.8rem;
	color:#777;
}

.about03 dl dd .content_wrap .box ul li{
	text-indent:-1em;
	padding-left:1em;
}

/* service */

#services .page_content{
	padding:60px 0 0;
}

.service_content{
	margin-bottom:60px;
}

.service_content:last-child{
	margin-bottom:0;
}

.service01 h2{
	font-size:2rem;
	font-weight:700;
	letter-spacing:0.1em;
	margin-bottom:40px;
}

.service01 .content_wrap{
	margin-bottom:48px;
	-webkit-box-pack: justify;
	justify-content: space-between;
	position:relative;
}

.service01 .content_wrap::before{
	position:absolute;
	top:130px;
	left:17px;
	content:"";
	width:1px;
	height:calc(100% - 130px + 40px);
	background:#111;
}

.ja .service01 .content_wrap::before{
	top:100px;
	height:calc(100% - 100px + 40px);
}

.en-US .service01 .content_wrap:nth-child(2)::before{
	top:160px;
	height:calc(100% - 160px + 40px);
}

.service01 .content_wrap:last-child{
	margin-bottom:0;
}

.service01 .content_wrap:last-child::before{
	content:none;
}

.service01 .content_wrap .title{
	width:17%;
}

.service01 .content_wrap .title h3{
	font-size:2rem;
	
}

.service01 .content_wrap .title h3 span{
	font-size:1rem;
}

.service01 .content_wrap .title h5{
	line-height:1.6;
}

.ja .service01 .content_wrap .title h3,
.ja .service01 .content_wrap .title h5{
	font-weight:700;
}

.service01 .content_wrap .box{
	width:26%;
}

.service01 .content_wrap .box:nth-child(5){
	margin-left:18%;
}

.service01 .content_wrap .box .img{
	margin-bottom:0.75rem;
}

.service01 .content_wrap .box .txt{
	padding:0 1rem;
}

.service01 .content_wrap .box .txt h4{
	font-weight:700;
}

.service01 .content_wrap .box .txt h6{
	font-size:0.9rem;
	margin-bottom:0.25em;
	color:#CE9B0E;
}

.service01 .content_wrap .box .txt p{
	font-size:0.8rem;
}

.ja .service01 .content_wrap .box .txt p{
	font-size:0.9rem;
}

.service01 .content_wrap .box .txt p a{
	color:#aaa;
	text-decoration:underline;
}

.service02{
	background:url(./img/fc03_bg.jpg);
	background-size:5%;
	padding:60px 0 36px;
	margin-bottom:60px;
}

.service02 h2{
	font-size:2rem;
	font-weight:700;
	letter-spacing:0.1em;
	margin-bottom:40px;
}

.service02 .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.service02 .content_wrap .box{
	width:49%;
	background:rgba(255,255,255,0.5);
	padding:20px 28px;
	border-radius:8px;
	margin-bottom:24px;
}

.service02 .content_wrap .box h3{
	font-size:1.25rem;
	font-weight:700;
}

.service02 .content_wrap .box h4{
	color:#CE9B0E;
	margin-bottom:0.5rem;
}

.service02 .content_wrap .box dl{
	margin-bottom:0.5rem;
}

.service02 .content_wrap .box dl dt{
	width:20%;
	font-size:0.8rem;
	font-weight:700;
}

.service02 .content_wrap .box dl dd{
	width:80%;
	font-size:0.8rem;
	color:#777;
}

.service02 .content_wrap .box h5{
	font-size:0.8rem;
	color:#B22222;
}

.service02 .content_wrap .box p{
	font-size:0.8rem;
}

.ja .service02 .content_wrap .box dl dt,
.ja .service02 .content_wrap .box dl dd,
.ja .service02 .content_wrap .box h5,
.ja .service02 .content_wrap .box p{
	font-size:0.9rem;
}

.service03{
	margin-bottom:60px;
}

.service03 h2{
	font-size:2rem;
	font-weight:700;
	letter-spacing:0.1em;
	margin-bottom:1rem;
}

.service03 .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
	margin-bottom:24px;
	padding:0 28px 24px;
	border-bottom:1px solid #ddd;
}

.service03 .content_wrap:last-child{
	margin-bottom:0;
	padding:0 28px;
	border-bottom:0;
}

.service03 .content_wrap span{
	font-size:2rem;
	line-height:1;
	color:#CE9B0E;
}

.service03 .content_wrap .txt{
	width:calc(100% - 3rem - 4px);
}

.service03 .content_wrap .txt h3{
	font-weight:700;
}

.service03 .content_wrap .txt p{
	font-size:0.9rem;
}

.service03 .content_wrap .txt p a{
	display:inline-block;
	text-decoration:underline;
}

.service04{
	background:url(./img/fc03_bg.jpg);
	background-size:5%;
	padding:60px 0;
}

.service04 .title{
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom:40px;
}

.service04 .title h2{
	font-size:2rem;
	font-weight:700;
	letter-spacing:0.1em;
}

.service04 .participant_archive02{
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.service04 .participant_archive02 article{
	width:23%;
	margin-bottom:0;
}

.service04 .participant_archive02 article .img_wrap{
	width:100%;
}

.service04 .participant_archive02 article .txt{
	width:100%;
	margin-top:0;
	padding:0 1rem;
}

.service04 .participant_archive02 article .txt h2{
	font-size:1.25rem;
	margin-bottom:0.25em;
}

/* discover */

#discover .page_content{
	padding:60px 0 0;
}

.discover01{
	padding:0 0 80px;
}

.discover01 .lead{
	margin-bottom:60px;
}

.discover01 .lead h2{
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}

.discover01 .lead p{
	width:60%;
	margin-bottom:1rem;
}

.ja .discover01 .lead p{
	width:100%;
}

.discover01 .lead p:last-child{
	margin-bottom:0;
}

.discover01 .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
}

.discover01 .content_wrap .box{
	width:23%;
	position:relative;
}

.discover01 .content_wrap .box:nth-child(even){
	margin-top:3%;
}


.discover01 .content_wrap .box h3{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	font-size:2.5rem;
	color:#fff;
	
	line-height:1;
}

.ja .discover01 .content_wrap .box h3{
	font-size:3rem;
	font-weight:700;
}

.discover03{
	padding:60px 0 44px;
}

.discover03 h2{
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}

.discover03 .content_wrap article{
	width:15%;
	margin-right:1%;
	-webkit-box-pack: justify;
	justify-content: space-between;
	border:1px solid #aaa;
	border-radius:8px;
	padding:8px 12px;
	margin-bottom:16px;
}

.discover03 .content_wrap article h3{
	font-size:2.5rem;
	line-height:1;
}

.discover03 .content_wrap article .txt{
	width:calc(100% - 3.25rem);
	margin-top:0.5rem;
}

.discover03 .content_wrap article .txt dl{
	margin-bottom:0.5rem;

}

.discover03 .content_wrap article dl dt{
	
	font-size:0.7rem;
	color:#aaa;
	line-height:1.2;
}

.discover03 .content_wrap article dl dd{
	font-size:0.9rem;
	line-height:1.2;
}

.discover04{
	background:url(./img/fc03_bg.jpg);
	background-size:5%;
	padding:60px 0 28px;
}

.discover04 .title{
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom:40px;
}

.discover04 .title h2{
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.discover04 .blog_archive a{
	width:23%;
}

/* display */

.pc-none{
	display:none;
}

@media (max-width: 1366px) {

	/* common */
	
	html{
		font-size:calc(100vw / 1366 * 16);
	}
	
	/* layout */
	
	.container{
		max-width:calc(100vw - (100vw / 1366 * 100));
		width:calc(100vw / 1366 * 1200);
	}
	
	.container-min{
		max-width:calc(100vw - (100vw / 1366 * 100));
		width:calc(100vw / 1366 * 900);
	}
	
	/* header */
	
	.header{
		padding:calc(100vw / 1366 * 16) calc(100vw / 1366 * 40);
	}
	
	.header .h_inner .logo{
		width:calc(100vw / 1366 * 48);
	}
	
	.header .h_inner .nav_wrap .main_nav{
		margin-left:calc(100vw / 1366 * 40);
	}
	
	.header .h_inner .nav_wrap .main_nav .g_navi_btn{
		width:calc(100vw / 1366 * 40);
		height:calc(100vw / 1366 * 35);
	}
	
	.header .h_inner .nav_wrap .main_nav .g_navi_btn .menu__line{
		height:calc(100vw / 1366 * 2);
	}
	
	.header .h_inner .nav_wrap .main_nav .g_navi_btn .menu__line--center{
		top:calc(100vw / 1366 * 16);
	}
	
	.header .h_inner .nav_wrap .main_nav .g_navi_btn .menu__line--top.active{
		top:calc(100vw / 1366 * 16);
	}
	
	.header .h_inner .nav_wrap .main_nav .g_navi_btn .menu__line--bottom.active{
		bottom:calc(100vw / 1366 * 16);
	}
	
	.header .h_inner .nav_wrap .main_nav .g_navi{
		width:calc(100vw / 1366 * 280);
		padding:calc(100vw / 1366 * 120) 0 0 calc(100vw / 1366 * 64);
	}
	
	.header .h_inner .nav_wrap .main_nav .g_navi .inner h6{
		width:calc(100vw / 1366 * 100);
		margin-bottom:calc(100vw / 1366 * 32);
	}
	
	.header .h_inner .nav_wrap .main_nav .g_navi .inner .list{
		margin-bottom:calc(100vw / 1366 * 20);
	}
	
	.header .h_inner .nav_wrap .main_nav .g_navi .inner .list li:last-child{
		margin-bottom:0;
	}
	
	/* footer */
	
	.footer .f_instagram{
		padding-top:calc(100vw / 1366 * 28);
	}
	
	.footer .f_instagram p{
		margin-bottom:calc(100vw / 1366 * 28);
		margin-left:calc(100vw / 1366 * 40);
	}
	
	.footer .copyright{
		padding:calc(100vw / 1366 * 16) 0 calc(100vw / 1366 * 12);
	}
	
	/* home */
	
	.fv .content_wrap .box{
		padding:calc(100vw / 1366 * 48) 0 calc(100vw / 1366 * 48) calc(100vw / 1366 * 48);
	}
	
	.front_content{
		padding:calc(100vw / 1366 * 60) 0;
	}
	
	.fc01{
		padding:calc(100vw / 1366 * 40) 0 calc(100vw / 1366 * 120);
	}
	
	.fc01 .content_wrap .txt{
		padding-top:calc(100vw / 1366 * 120);
	}
	
	.fc02 .video{
		width:calc(100% - (100vw / 1366 * 96));
	}
	
	.fc02 .mute{
		right:calc(100vw / 1366 * 28);
		width:calc(100vw / 1366 * 40);
		height:calc(100vw / 1366 * 40);
	}
	
	.fc03{
		padding:calc(100vw / 1366 * 120) 0 calc(100vw / 1366 * 60);
	}
	
	.fc03 .content_wrap .img{
		height:calc(100vw / 1366 * 990);
		margin-top:calc(100vw / 1366 * 16);
	}
	
	.fc03 .content_wrap .img div:first-child{
		width:calc(100vw / 1366 * 180);
	}
	
	.fc03 .content_wrap .img div:nth-child(2){
		width:calc(100vw / 1366 * 400);
		top:calc(100vw / 1366 * 180);
	}
	
	.fc03 .content_wrap .img div:nth-child(3){
		width:calc(100vw / 1366 * 360);
		left:calc(100vw / 1366 * 40);
	}
	
	.fc03 .content_wrap .txt .block{
		margin-bottom:calc(100vw / 1366 * 60);
	}
	
	.fc03 .content_wrap .txt .block::after{
		top:calc(100% + (100vw / 1366 * 6));
		height:calc(100vw / 1366 * 52);
	}
	
	.fc03 .content_wrap .txt .block:nth-child(4){
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	.fc03 .content_wrap .txt .thumb{
		width:calc(100vw / 1366 * 440);
		margin:calc(100vw / 1366 * 80) 0 0 auto;
	}
	
	.fc03 .content02{
		margin-top:-calc(100vw / 1366 * 80);
	}
	
	.fc03 .content02 .box{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	.fc03 .content02 .box:last-child{
		margin-bottom:0;
	}
	
	.fc05{
		padding:calc(100vw / 1366 * 20) 0;
	}
	
	.fc05 .content_wrap .news_slick{
		width:calc(100% - (100vw / 1366 * 96) - (100vw / 1366 * 92) - (100vw / 1366 * 68));
	}
	
	.fc05 .content_wrap .news_slick .article h4{
		width:calc(100% - (100vw / 1366 * 100));
	}
	
	.fc05 .content_wrap .btn{
		width:calc(100vw / 1366 * 92);
	}
	
	.fc06 .content_wrap .txt,
	.discover02 .content_wrap .txt{
		padding:0 calc(100vw / 1366 * 120);
	}
	
	.discover02 .content_wrap .txt{
		padding:0 calc(100vw / 1366 * 160);
	}
	
	.discover02 .content_wrap .txt .block{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	/* page */
	
	.page_header{
		padding:calc(100vw / 1366 * 100) 0 calc(100vw / 1366 * 60);
	}
	
	.page_content{
		padding:calc(100vw / 1366 * 60) 0;
	}
	
	/* news */
	
	.news_archive{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	.news_archive a{
		padding:calc(100vw / 1366 * 24) calc(100vw / 1366 * 28);
	}
	
	.news_archive a p{
		width:calc(100vw / 1366 * 100);
	}
	
	.news_archive a h2{
		width:calc(100% - (100vw / 1366 * 100));
	}
	
	.news_header{
		padding:0 calc(100vw / 1366 * 40) calc(100vw / 1366 * 24);
		margin-bottom:calc(100vw / 1366 * 28);
	}
	
	.news_content{
		padding:0 calc(100vw / 1366 * 40);
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	/* blog */
	
	.blog_archive a{
		margin-bottom:calc(100vw / 1366 * 28);
	}
	
	/* participant */
	
	.participant_archive article{
		margin-bottom:calc(100vw / 1366 * 60);
	}
	
	.participant_archive article .img_wrap .img{
		margin-bottom:calc(100vw / 1366 * 24);
	}
	
	.participant_archive article .img_wrap .flag{
		bottom:calc(100vw / 1366 * -24);
	}
	
	.participant_archive article .img_wrap .flag span{
		font-size:calc(100vw / 1366 * 48);
		outline:calc(100vw / 1366 * 4) solid #fff;
	}
	
	.participant_archive article .img_wrap .video_btn_wrap{
		margin-top:calc(100vw / 1366 * 10);
	}
	
	.participant_archive article .txt{
		margin-top:calc(100vw / 1366 * 80);
	}
	
	.participant_archive article .work{
		padding:calc(100vw / 1366 * 20);
	}
	
	/* form */
	
	.form_wrap dl{
		margin-bottom:calc(100vw / 1366 * 28);
	}
	
	.form_wrap dl dt{
		margin-bottom:calc(100vw / 1366 * 28);
	}
	
	.form_wrap dl dd{
		margin-bottom:calc(100vw / 1366 * 28);
	}
	
	.form_wrap .policy{
		height:calc(100vw / 1366 * 240);
		padding:calc(100vw / 1366 * 20) calc(100vw / 1366 * 28);
		margin-bottom:calc(100vw / 1366 * 28);
	}
	
	/* about */
	
	#aboutus .page_content{
		padding:calc(100vw / 1366 * 60) 0 0;
	}
	
	.about_content{
		margin-bottom:calc(100vw / 1366 * 60);
	}
	
	.about_content:last-child{
		margin-bottom:0;
	}
	
	.about01 .content_wrap .box{
		margin:0 3% calc(100vw / 1366 * 40) 0;
	}
	
	.about02 .content_wrap .txt{
		padding-top:calc(100vw / 1366 * 120);
	}
	
	.about03{
		padding:calc(100vw / 1366 * 60) 0;
	}
	
	.about03 dl{
		margin-bottom:calc(100vw / 1366 * 60);
	}
	
	.about03 dl:last-child{
		margin-bottom:0;
	}
	
	.about03 dl dt{
		padding:calc(100vw / 1366 * 24) calc(100vw / 1366 * 14) calc(100vw / 1366 * 24) calc(100vw / 1366 * 28);
	}
	
	.about03 dl dd{
		padding:calc(100vw / 1366 * 24) calc(100vw / 1366 * 28) calc(100vw / 1366 * 24) calc(100vw / 1366 * 14);
	}
	
	.about03 dl dd .content_wrap{
		margin-bottom:calc(100vw / 1366 * 60);
	}
	
	.about03 dl dd .content_wrap .box{
		margin-bottom:calc(100vw / 1366 * 20);
	}
	
	/* service */
	
	#services .page_content{
		padding:calc(100vw / 1366 * 60) 0 0;
	}
	
	.service_content{
		margin-bottom:calc(100vw / 1366 * 60);
	}
	
	.service_content:last-child{
		margin-bottom:0;
	}
	
	.service01 h2{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	.service01 .content_wrap{
		margin-bottom:calc(100vw / 1366 * 48);
	}
	
	.service01 .content_wrap::before{
		top:calc(100vw / 1366 * 130);
		left:calc(100vw / 1366 * 17);
		height:calc(100% - (100vw / 1366 * 130) + (100vw / 1366 * 40));
	}
	
	.ja .service01 .content_wrap::before{
		top:calc(100vw / 1366 * 100);
		height:calc(100% - (100vw / 1366 * 100) + (100vw / 1366 * 40));
	}
	
	.en-US .service01 .content_wrap:nth-child(2)::before{
		top:calc(100vw / 1366 * 160);
		height:calc(100% - (100vw / 1366 * 160) + (100vw / 1366 * 40));
	}
	
	.service01 .content_wrap:last-child{
		margin-bottom:0;
	}
	
	.service02{
		padding:calc(100vw / 1366 * 60) 0 calc(100vw / 1366 * 36);
		margin-bottom:calc(100vw / 1366 * 60);
	}
	
	.service02 h2{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	.service02 .content_wrap .box{
		padding:calc(100vw / 1366 * 20) calc(100vw / 1366 * 28);
		border-radius:calc(100vw / 1366 * 8);
		margin-bottom:calc(100vw / 1366 * 24);
	}
	
	.service03{
		margin-bottom:calc(100vw / 1366 * 60);
	}
	
	.service03 .content_wrap{
		margin-bottom:calc(100vw / 1366 * 24);
		padding:0 calc(100vw / 1366 * 28) calc(100vw / 1366 * 24);
	}
	
	.service03 .content_wrap:last-child{
		padding:0 calc(100vw / 1366 * 28);
	}
	
	.service03 .content_wrap .txt{
		width:calc(100% - 3rem - (100vw / 1366 * 4));
	}
	
	.service04{
		padding:calc(100vw / 1366 * 60) 0;
	}
	
	.service04 .title{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	/* discover */
	
	#discover .page_content{
		padding:calc(100vw / 1366 * 60) 0 0;
	}
	
	.discover01{
		padding:0 0 calc(100vw / 1366 * 80);
	}
	
	.discover01 .lead{
		margin-bottom:calc(100vw / 1366 * 60);
	}
	
	.discover03{
		padding:calc(100vw / 1366 * 60) 0 calc(100vw / 1366 * 44);
	}
	
	.discover03 .content_wrap article{
		border-radius:calc(100vw / 1366 * 8);
		padding:calc(100vw / 1366 * 8) calc(100vw / 1366 * 12);
		margin-bottom:calc(100vw / 1366 * 16);
	}
	
	.discover04{
		padding:calc(100vw / 1366 * 60) 0 calc(100vw / 1366 * 28);
	}
	
	.discover04 .title{
		margin-bottom:calc(100vw / 1366 * 40);
	}

}

@media (max-width: 768px){

	/* display */

	.pc-none{
		display:block;
	}
	
	.sp-none{
		display:none;
	}

	/* common */
	
	html{
		font-size:calc(100vw / 375 * 14);
	}
	
	/* layout */
	
	.container,
	.container-min{
		width:90vw;
	}
	
	/* modal-video */

	.modal-video-body {
		max-width:100vw;
	}
	
	/* header */
	
	.header{
		padding:calc(100vw / 375 * 12) 5vw;
	}
	
	.header .h_inner .logo{
		width:calc(100vw / 375 * 36);
	}
	
	.header .h_inner .nav_wrap .main_nav{
		margin-left:5vw;
	}
	
	.header .h_inner .nav_wrap .main_nav .g_navi_btn{
		width:calc(100vw / 375 * 28);
		height:calc(100vw / 375 * 21);
	}
	
	.header .h_inner .nav_wrap .main_nav .g_navi_btn .menu__line{
		height:calc(100vw / 375 * 2);
	}
	
	.header .h_inner .nav_wrap .main_nav .g_navi_btn .menu__line--center{
		top:calc(100vw / 375 * 9.5);
	}
	
	.header .h_inner .nav_wrap .main_nav .g_navi_btn .menu__line--top.active{
		top:calc(100vw / 375 * 9.5);
	}
	
	.header .h_inner .nav_wrap .main_nav .g_navi_btn .menu__line--bottom.active{
		bottom:calc(100vw / 375 * 9.5);
	}
	
	.header .h_inner .nav_wrap .main_nav .g_navi{
		width:calc(100vw / 375 * 240);
		padding:calc(100vw / 375 * 80) 0 0 calc(100vw / 375 * 48);
	}
	
	.header .h_inner .nav_wrap .main_nav .g_navi .inner h6{
		width:calc(100vw / 375 * 92);
		margin-bottom:calc(100vw / 375 * 24);
	}
	
	.header .h_inner .nav_wrap .main_nav .g_navi .inner .list{
		margin-bottom:calc(100vw / 375 * 20);
	}
	
	.header .h_inner .nav_wrap .main_nav .g_navi .inner .list li:last-child{
		margin-bottom:0;
	}
	
	/* footer */
	
	.footer .f_instagram{
		padding-top:calc(100vw / 375 * 28);
	}
	
	.footer .f_instagram p{
		margin-bottom:calc(100vw / 375 * 28);
		margin-left:5vw;
	}
	
	.footer .copyright{
		padding:calc(100vw / 375 * 16) 0 calc(100vw / 375 * 12);
	}
	
	/* home */
	
	.fv .content_wrap .box{
		padding:calc(100vw / 375 * 80.55) 0 calc(100vw / 375 * 24) 5vw;
	}
	
	.front_content{
		padding:calc(100vw / 375 * 40) 0;
	}
	
	.fc01{
		padding:0 0 calc(100vw / 375 * 40);
	}
	
	.fc01 .content_wrap{
		position:relative;
	}
	
	.fc01 .content_wrap .txt{
		padding-top:0;
		width:100%;
		margin-bottom:calc(100vw / 375 * 20);
	}
	
	.fc01 .content_wrap .txt h2{
		font-size:1.75rem;
		margin-bottom:0.75em;
	}
	
	.fc01 .content_wrap .img{
		position:absolute;
		bottom:0;
		right:0;
		width:80%;
		opacity:0.2;
	}
	
	.fc02{
		padding:0;
	}
	
	.fc02 .video{
		width:100%;
	}
	
	.fc02 .mute{
		right:auto;
		top:calc(100% + (100vw / 375 * 16));
		left:50%;
		transform:translateX(-50%);
		width:calc(100vw / 375 * 40);
		height:calc(100vw / 375 * 40);
	}
	
	.fc03{
		padding:calc(100vw / 375 * 60) 0;
	}
	
	.fc03 .content_wrap .img{
		-webkit-box-ordinal-group:3;
		order:2;
		width:calc(100% + 10vw);
		margin:0 -5vw calc(100vw / 375 * 35);
		height:calc(100vw / 375 * 630);
		margin-top:0;
	}
	
	.fc03 .content_wrap .img div:first-child{
		width:calc(100vw / 375 * 100);
	}
	
	.fc03 .content_wrap .img div:nth-child(2){
		width:calc(100vw / 375 * 240);
		top:calc(100vw / 375 * 100);
	}
	
	.fc03 .content_wrap .img div:nth-child(3){
		width:calc(100vw / 375 * 280);
		left:calc(100vw / 375 * 35);
	}
	
	.fc03 .content_wrap .txt{
		-webkit-box-ordinal-group:2;
		order:1;
		width:100%;
	}
	
	.ja .fc03 .content_wrap .txt{
		padding-top:0;
	}
	
	.fc03 .content_wrap .txt h2{
		font-size:1.75rem;
		margin-bottom:0.75em;
		line-height:1.6;
	}
	
	.fc03 .content_wrap .txt .block{
		margin-bottom:calc(100vw / 375 * 40);
	}
	
	.fc03 .content_wrap .txt .block::after{
		top:calc(100% + (100vw / 375 * 6));
		height:calc(100vw / 375 * 32);
	}
	
	.fc03 .content_wrap .txt .block:nth-child(4){
		margin-bottom:calc(100vw / 375 * 40);
	}
	
	.fc03 .content_wrap .txt .thumb{
		width:calc(100vw / 375 * 440);
		margin:calc(100vw / 375 * 80) 0 0 auto;
	}
	
	.fc03 .content02{
		margin-top:0;
	}
	
	.fc03 .content02 .box{
		width:100%;
		margin-bottom:calc(100vw / 375 * 35);
	}
	
	.fc03 .content02 .box:last-child{
		margin-bottom:0;
	}
	
	.fc03 .content02 .thumb{
		width:calc(100% - 35px);
		margin:0 -5vw 0 auto;
	}
	
	.fc04 h3{
		font-size:1.75rem;
		margin-bottom:0.75em;
		line-height:1.6;
	}
	
	.fc04 .content_wrap .box{
		width:100%;
		margin:0 auto calc(100vw / 375 * 32);
	}
	
	.fc04 .content_wrap .box:last-child{
		margin:0 auto;
	}
	
	.fc04 .content_wrap .box .txt{
		padding:1rem 1rem 0;
	}
	
	.fc04 .content_wrap .box .txt h4{
		font-size:1.25rem;
	}
	
	.fc04 .content_wrap .box .txt h4 span,
	.fc04 .content_wrap .box .txt h5{
		font-size:1rem;
	}
	
	.fc05{
		padding:calc(100vw / 375 * 40) 0;
	}
	
	.fc05 .content_wrap h3{
		width:50%;
		-webkit-box-ordinal-group:2;
		order:1;
		font-size:1.75rem;
	}
	
	.fc05 .content_wrap .news_slick{
		width:100%;
		-webkit-box-ordinal-group:4;
		order:3;
		margin-top:calc(100vw / 375 * 12);
	}
	
	.fc05 .content_wrap .news_slick .article p{
		color:#CE9B0E;
	}
	
	.fc05 .content_wrap .news_slick .article h4{
		width:calc(100% - (100vw / 375 * 80));
	}
	
	.fc05 .content_wrap .btn{
		width:auto;
		-webkit-box-ordinal-group:3;
		order:2;
		padding: 0.5rem 2rem;
		margin:0 0 0 auto;
	}
	
	.fc06{
		padding:calc(100vw / 375 * 40) 0 0;
	}
	
	.fc06 .content_wrap .txt,
	.discover02 .content_wrap .txt{
		width:100%;
		padding:0 5vw;
		margin-bottom:calc(100vw / 375 * 32);
	}
	
	.fc06 .content_wrap .txt h2,
	.discover02 .content_wrap .txt h2{
		font-size:1.75rem;
		margin-bottom:0.75em;
		line-height:1.6;
	}
	
	.fc06 .content_wrap .txt p.quote{
		margin:1rem 0;
	}
	
	.discover02 .content_wrap .txt .block{
		margin-bottom:calc(100vw / 375 * 40);
	}
	
	.fc06 .content_wrap .img,
	.discover02 .content_wrap .img{
		width:100%;
	}
	
	/* page */
	
	.page_header{
		padding:calc(100vw / 375 * 80) 0 calc(100vw / 375 * 20);
	}
	
	.page_header .page_title{
		font-size:2rem;
	}
	
	.page_content{
		padding:calc(100vw / 375 * 24) 0 calc(100vw / 375 * 40);
	}
	
	/* news */
	
	.news_archive{
		margin-bottom:calc(100vw / 375 * 20);
	}
	
	.news_archive a{
		padding:1rem;
	}
	
	.news_archive a p{
		color:#CE9B0E;
		width:100%;
	}
	
	.news_archive a h2{
		width:100%;
	}
	
	.news_header{
		padding:0 1rem calc(100vw / 375 * 20);
		margin-bottom:calc(100vw / 375 * 20);
	}
	
	.news_header h1{
		font-size:1.25rem;
	}
	
	.news_content{
		padding:0 1rem;
		margin-bottom:calc(100vw / 375 * 24);
	}
	
	/* blog */
	
	.blog_archive a{
		width:48%;
		margin-bottom:calc(100vw / 375 * 20);
	}
	
	/* participant */
	
	.participant_archive article{
		margin-bottom:calc(100vw / 375 * 48);
	}
	
	.participant_archive article .img_wrap{
		width:60%;
		margin:0 auto calc(100vw / 375 * 16);
	}
	
	.participant_archive article .img_wrap .img{
		margin-bottom:calc(100vw / 375 * 24);
	}
	
	.participant_archive article .img_wrap .flag{
		bottom:calc(100vw / 375 * -24);
	}
	
	.participant_archive article .img_wrap .flag span{
		font-size:calc(100vw / 375 * 48);
		outline:calc(100vw / 375 * 4) solid #fff;
	}
	
	.participant_archive article .img_wrap .video_btn_wrap{
		margin-top:calc(100vw / 375 * 10);
	}
	
	.participant_archive article .txt{
		margin-top:0;
		width:100%;
	}
	
	.participant_archive article .txt p{
		font-size:1rem;
	}
	
	.participant_archive article .txt ul li{
		font-size:0.9rem;
	}
	
	.participant_archive article .work{
		padding:1rem;
	}
	
	.participant_archive article .work .img{
		width:28%;
	}
	
	.participant_archive article .work dl{
		width:66%;
	}
	
	.participant_archive article .work dl dt,
	.participant_archive article .work dl dd{
		font-size:0.9rem;
	}
	
	/* form */
	
	.form_wrap dl{
		margin-bottom:0;
	}
	
	.form_wrap dl dt{
		width:100%;
		margin-bottom:0.5rem;
	}
	
	.form_wrap dl dd{
		width:100%;
		margin-bottom:calc(100vw / 375 * 20);
	}
	
	.form_wrap .policy{
		height:calc(100vw / 375 * 200);
		padding:1rem;
		margin-bottom:calc(100vw / 375 * 24);
	}
	
	/* about */
	
	#aboutus .page_content{
		padding:calc(100vw / 375 * 40) 0 0;
	}
	
	.about_content{
		margin-bottom:calc(100vw / 375 * 40);
	}
	
	.about_content:last-child{
		margin-bottom:0;
	}
	
	.about_content h2{
		font-size:1.5rem;
		margin-bottom:0;
	}
	
	.about01 h2{
		display:none;
	}
	
	.about01 .content_wrap .box{
		width:100%;
		margin-bottom:calc(100vw / 375 * 28);
	}
	
	.about01 .content_wrap .box:last-child{
		margin-bottom:0;
	}
	
	.about01 .content_wrap .box .img{
		width:60%;
		margin:0 auto 1rem;
	}
	
	.about01 .content_wrap .box .txt h3{
		font-size:1.25rem;
	}
	
	.about01 .content_wrap .box .txt h3 span{
		font-size:0.9rem;
	}
	
	.about01 .content_wrap .box .txt p{
		font-size:1rem;
	}
	
	.about02 .content_wrap .img{
		width:60%;
		margin:0 0 0 auto;
	}
	
	.about02 .content_wrap .txt{
		width:100%;
		padding-top:0;
		margin-top:calc(100vw / 375 * -140);
	}
	
	.about02 .content_wrap .txt h2{
		font-size:1.5rem;
		margin-bottom:3.5em;
	}
	
	.about03{
		padding:calc(100vw / 375 * 40) 0;
	}
	
	.about03 dl{
		margin-bottom:calc(100vw / 375 * 60);
	}
	
	.about03 dl:last-child{
		margin-bottom:0;
	}
	
	.about03 dl dt{
		width:100%;
		border-bottom:0;
		padding:1rem 1rem 0;
	}
	
	.about03 dl dd{
		width:100%;
		padding:0 1rem 1rem;
	}
	
	.about03 dl dd .content_wrap{
		margin-top:0.5rem;
	}
	
	.about03 dl dd .content_wrap .box{
		width:46%;
		margin-bottom:calc(100vw / 375 * 20);
	}
	
	.about03 dl dd .content_wrap .box .img.comingsoon::after{
		font-size:1rem;
	}
	
	/* service */
	
	#services .page_content{
		padding:calc(100vw / 375 * 40) 0 0;
	}
	
	.service_content{
		margin-bottom:calc(100vw / 375 * 40);
	}
	
	.service_content:last-child{
		margin-bottom:0;
	}
	
	.service01 h2{
		font-size:1.75rem;
		margin-bottom:0.75em;
	}
	
	.service01 h2{
		line-height:1.6;
	}
	
	.service01 .content_wrap{
		margin-bottom:calc(100vw / 375 * 40);
	}
	
	.service01 .content_wrap::before,
	.ja .service01 .content_wrap::before,
	.en-US .service01 .content_wrap:nth-child(2)::before{
		content:none;
	}
	
	.service01 .content_wrap:last-child{
		margin-bottom:0;
	}
	
	.service01 .content_wrap .title{
		width:100%;
		margin-bottom:1rem;
	}
	
	.service01 .content_wrap .box{
		width:100%;
		margin-bottom:calc(100vw / 375 * 28);
	}
	
	.service01 .content_wrap .box:nth-child(5){
		margin-left:0;
	}
	
	.service01 .content_wrap .box:last-child{
		margin-bottom:0;
	}
	
	.service01 .content_wrap .box .txt h4{
		font-size:1.25rem;
	}
	
	.service01 .content_wrap .box .txt h6{
		font-size:1rem;
	}
	
	.service02{
		padding:calc(100vw / 375 * 40) 0 calc(100vw / 375 * 16);
		margin-bottom:calc(100vw / 375 * 40);
	}
	
	.service02 h2{
		margin-bottom:0.75em;
	}
	
	.service02 .content_wrap .box{
		width:100%;
		padding:calc(100vw / 375 * 20);
		border-radius:calc(100vw / 375 * 8);
		margin-bottom:calc(100vw / 375 * 24);
	}
	
	.service02 .content_wrap .box dl dt{
		width:30%;
	}
	
	.service02 .content_wrap .box dl dd{
		width:70%;
	}
	
	.service02 .content_wrap .box h5,
	.ja .service02 .content_wrap .box h5,
	.service02 .content_wrap .box p,
	.ja .service02 .content_wrap .box p{
		font-size:1rem;
	}
	
	.service03{
		margin-bottom:calc(100vw / 375 * 40);
	}
	
	.service03 h2{
		font-size:1.75rem;
		margin-bottom:0.75em;
	}
	
	.service03 .content_wrap{
		margin-bottom:calc(100vw / 375 * 20);
		padding:0 1rem calc(100vw / 375 * 20);
	}
	
	.service03 .content_wrap:last-child{
		padding:0 calc(100vw / 375 * 28);
	}
	
	.service03 .content_wrap .txt{
		width:calc(100% - 2.75rem);
	}
	
	.service04{
		padding:calc(100vw / 375 * 40) 0 calc(100vw / 375 * 12);
	}
	
	.service04 .title{
		margin-bottom:calc(100vw / 375 * 40);
	}
	
	.service04 .title h2{
		font-size:1.75rem;
	}
	
	.service04 .participant_archive02 article{
		width:46%;
		margin-bottom:calc(100vw / 375 * 28);
	}
	
	.service04 .participant_archive02 article .txt{
		padding:0;
	}
	
	/* discover */
	
	#discover .page_content{
		padding:calc(100vw / 375 * 40) 0 0;
	}
	
	.discover01{
		padding:0 0 calc(100vw / 375 * 40);
	}
	
	.discover01 .lead{
		margin-bottom:calc(100vw / 375 * 28);
	}
	
	.discover01 .lead h2{
		font-size:1.75rem;
		margin-bottom:0.75em;
		line-height:1.6;
	}
	
	.discover01 .lead p{
		width:100%;
	}
	
	.discover01 .content_wrap .box{
		width:46%;
	}
	
	.discover01 .content_wrap .box:nth-child(even){
		margin-top:10%;
	}
	
	.discover01 .content_wrap .box h3,
	.ja .discover01 .content_wrap .box h3{
		font-size:2rem;
	}
	
	.discover02 .content_wrap{
		-webkit-box-orient: vertical;
	  	-webkit-box-direction: reverse;
	  	flex-direction: column-reverse;
	}
	
	.discover02 .content_wrap .txt{
		padding:calc(100vw / 375 * 40) 5vw 0;
	}
	
	.discover03{
		padding:calc(100vw / 375 * 40) 0 calc(100vw / 375 * 20);
	}
	
	.discover03 .container{
		width:calc(100% + 5vw);
		margin:0 0 0 5vw;
	}
	
	.discover03 h2{
		font-size:1.75rem;
		margin-bottom:0.75em;
	}
	
	.discover03 .sp_scroll_wrap{
		overflow-x: scroll;
	}
	
	.discover03 .content_wrap{
		width:380%;
	}
	
	.discover03 .content_wrap article{
		width:9%;
		border-radius:calc(100vw / 375 * 8);
		padding:calc(100vw / 375 * 6) calc(100vw / 375 * 10);
		margin-bottom:calc(100vw / 375 * 16);
	}
	
	.discover03 .content_wrap article h3{
		font-size:2rem;
	}
	
	.discover03 .content_wrap article .txt{
		width:calc(100% - 2.5rem);
	}
	
	.discover04{
		padding:calc(100vw / 375 * 60) 0 calc(100vw / 375 * 28);
	}
	
	.discover04 .title{
		margin-bottom:calc(100vw / 375 * 20);
	}
	
	.discover04 .title h2{
		font-size:1.75rem;
	}
	
	.discover04 .blog_archive a{
		width:48%;
	}

}

