@charset "UTF-8";

@font-face {
	font-family: 'Avenir';
	src: url(/font/avenir.woff);
}
@font-face {
	font-family: 'YuGoPr6N-R';
	src: url(/font/YuGo/subset/YuGoPr6N-R.otf);
}
@font-face {
	font-family: 'YuGoPr6N-D';
	src: url(/font/YuGo/subset/YuGoPr6N-D.otf);
}
@font-face {
	font-family: 'YuGoPr6N-L';
	src: url(/font/YuGo/subset/YuGoPr6N-L.otf);
}
@font-face {
	font-family: 'YuGoPr6N-M';
	src: url(/font/YuGo/subset/YuGoPr6N-M.otf);
}
@font-face {
	font-family: 'YuGoPr6N-B';
	src: url(/font/YuGo/subset/YuGoPr6N-B.otf);
}

html,body{height:100%;}

body{
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt" 1;
	position: relative;
}
body.en{
	font-family: 'Avenir' !important;
}

/* default */

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q::before,q::after{content:'';}
abbr{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
pre,code,kbd,samp{font-family:monospace;*font-size:108%;line-height:100%;}
.aligncenter{text-align:center;}
figure{padding:0;margin:0;}
img{
	vertical-align: bottom;
	line-height: 1;
	width:100%;
	height:auto;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

a{text-decoration: none;color:#000;}
a:hover{}

*{box-sizing:border-box;}


/* common item ---------------------------------------*/

.clearfix::after,
.inner::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .foo { color: red } /* IE11 */
}

@media all and (-ms-high-contrast:none){
	.foo { color: green } /* IE10〜Edge */
}


/* layout ---------------------------------------*/

.wrapper{}
.gray{background: #F2F2F2 !important;}
.lower-wrapper{padding-top: 200px;}

.inner{
	max-width:1128px;
	padding: 0 20px;
	margin:0 auto;
}

.section{margin-bottom: 50px;}

.ov-h{overflow: hidden;}
.overlay{display: none;}


/* header ---------------------------------------*/

header{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}

.header-inner{
	height:78px;
	margin:0 auto;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 95%;
}

.header-logo{
	display: block;
	background: url('/img/common/logo_header.png') left center no-repeat;
	background-size: 100%;
	transition: 0.3s;
	width: 228px;
	height: 38px;
}

.header-logo:hover{opacity: 0.6;}

.header-submenu{display: block;}

.header-submenu-list{
	font-size: 0px;
	display: flex;
}

.header-submenu-list-item, .header-menu-langage-list-item{
	font-size: 16px;
	display: inline-block;
	line-height: 1.0;
	padding:0 11px;
}

.header-submenu-list-item:last-of-type{padding: 0 0 0 11px;}

.header-submenu-list-item a, .header-menu-langage-list-item a{
	display: inline-block;
	color:#000;
	padding-bottom: 5px;
	font-family: 'Avenir';
	letter-spacing: 1.1px;
	font-weight: 600;
	position: relative;
}

.header-submenu-list-item a[target="_blank"]{
	padding-right: 35px;
}
.header-submenu-list-item a[target="_blank"]::after{
	display: block;
	content: '';
	background: url(/img/common/icon_blank.png) no-repeat center center;
	background-size: 100%;
	width: 23px;
	height: 15px;
	position: absolute;
	right: 0px;
	top: calc(50% - 4px);
	transform: translate(0,-50%);
}

.header-submenu-list-item a[target="_blank"]:hover::after {top: calc(50% - 3.5px);}

.header-submenu-list-item a::before, .header-menu-langage-list-item a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);/*--ここを0にすることで下線は非表示となる--*/
	-ms-transform: scaleX(0);/*--ここを0にすることで下線は非表示となる--*/
	transform: scaleX(0);/*--ここを0にすることで下線は非表示となる--*/
	background-color: #000;
	-webkit-transition: all .3s; /*--0.3秒かけて下線が表示される--*/
	transition: all .3s;/*--0.3秒かけて下線が表示される--*/
}
.header-submenu-list-item a:hover::before, .header-menu-langage-list-item a:hover::before{
	-webkit-transform: scaleX(1); 
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

#header.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

#header.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

.header-menu-langage-list{
	padding-left: 13px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
.header-menu-langage-list .header-menu-langage-list-item:nth-child(1){order: 1}
.header-menu-langage-list .header-menu-langage-list-item:nth-child(2){order: 3}
.header-menu-langage-list::before{
	content: "/";
	order: 2;
	display: inline-block;
	color:#000;
	padding-bottom: 5px;
	font-family: 'Avenir','YuGoPr6N-M';
	letter-spacing: 1.1px;
	font-weight: 600;
	position: relative;
	font-size: 16px;
	line-height: 1.0;
}


/* gnav ---------------------------------------*/

.gnav{
	position:absolute;
	left: 150px;
	top: 12px;
	width: calc(100% - 300px);
	display: none;
}

.gnav-list{
	font-size:0px;
}

.gnav-list-item{
	display: inline-block;
	font-size:16px;
	margin: 0 10px;
	font-weight:bold;
}

.gnav-list-item a{
	display: block;
}

.gnav-list-item a.current{
}

.gnav-list-item a:hover{
}


#openmenu{display:none;}


/* footer ---------------------------------------*/

footer{
	padding:115px 0 55px;
	background: #F2F2F2;
}

.footer-inner{
	margin:0 auto;
	position:relative;
	max-width: 1128px;
	padding: 0 20px;
}

.footer-title{
	font-size: 20px;
	line-height: 2;
	margin-bottom: 40px;
	display: block;
	font-family: 'Avenir';
	letter-spacing: 3.2px;
	font-weight: 500;
}

.footer-title span{font-family: 'YuGoPr6N-D';}
.en .footer-title span{
	font-family: 'Avenir';
	font-weight: 600;
	letter-spacing: calc(25em / 1000);
}

.footernsns-list{
	display: flex;
	margin-bottom: 45px;
	cursor: pointer;
}

.footersns-list-item{
	width: 40px;
	height: 40px;
	margin-right: 16px;
	transition: 0.3s;
}

.footersns-list-item:last-of-type{margin-right: 0;}

.footersns-list-item a{
	display: block;
	width: 100%;
	height: 100%;
}

.copyright{
	display: block;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 1px;
	font-family: 'Avenir';
	font-weight: 500;
}

.copyright a{transition: 0.3s;}
.copyright a:hover{opacity: 0.6;}

/* premium member recruitment ---------------------------------------*/
.premium-member-recruitment{
	position: fixed;
	bottom: 34px;
	left: 30px;
	z-index: 101;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: bottom 1.25s ease;
}
.premium-member-recruitment:hover{
	transition: all .3s ease;
	opacity: 0.6;
}

.premium-member-recruitment.is-up{
	bottom: 100px;
}

.premium-member-recruitment-img{
	width: 104px;
	box-shadow: 0 0 10px 0 rgba(103, 103, 103, 0.22);
	border-radius: 50%;
	opacity: 0;
}
.is-view .premium-member-recruitment-img{
	animation: premium-member-recruitment forwards;
	animation-duration: .5s;
}

.premium-member-recruitment-message{
	position: relative;
	margin-left: 25px;
	opacity: 0;
}
.is-view .premium-member-recruitment-message{
	animation: premium-member-recruitment forwards;
	animation-duration: .5s;
	animation-delay: .4s;
}

@keyframes premium-member-recruitment{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.premium-member-recruitment-message, .premium-member-recruitment-message::before, .premium-member-recruitment-message::after{
	background: #FFF;
}

.premium-member-recruitment-message, .premium-member-recruitment-message::before{
	box-shadow: 0 0 14px 0 rgba(103, 103, 103, 0.22);
}

.premium-member-recruitment-message, .premium-member-recruitment-message::after{
	border-radius: 11px;
}

.premium-member-recruitment-message::before, .premium-member-recruitment-message::after{
	content: '';
	display: block;
	position: absolute;
}

.premium-member-recruitment-message::before{
	top: 50%;
	left: -1px;
	width: 27.5px;
	height: 27.5px;
	transform: translateY(-50%) rotate(45deg) skew(-13deg,-13deg);
}

.premium-member-recruitment-message::after{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.premium-member-recruitment-message span{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px 20px;
	position: relative;
	z-index: 1;
	font-size: 14px;
	font-weight: bold;
	line-height: (18.4 / 14);
	letter-spacing: 0.025em;
}

.premium-member-recruitment-message span::after{
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	margin-left: 23px;
	background-image: url(/img/common/icon_arrow_right_black.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* sns ---------------------------------------*/

.icon-facebook{
	background: url(/img/common/icon_facebook.png) no-repeat center center;
	background-size: 100%;
}
.icon-twitter{
	background: url(/img/common/icon_twitter.png) no-repeat center center;
	background-size: 100%;
}
.icon-instagram{
	background: url(/img/common/icon_instagram.png) no-repeat center center;
	background-size: 100%;
}
.icon-youtube{
	background: url(/img/common/icon_youtube.png) no-repeat center center;
	background-size: 100%;
}
.icon-spotify{
	background: url(/img/common/icon_spotify.png) no-repeat center center;
	background-size: 100%;
}
.icon-tiktok{
	background: url(/img/common/icon_tiktok.png) no-repeat center center;
	background-size: 100%;
}
.icon-voicy{
	background: url(/img/common/icon_voicy.png) no-repeat center center;
	background-size: 100%;
}
.icon-line{
	background: url(/img/common/icon_line.png) no-repeat center center;
	background-size: 100%;
}
.icon-x{
	background: url(/img/common/icon_x.png) no-repeat center center;
	background-size: 100%;
}

.icon-facebook:hover{
	background: url(/img/common/icon_facebook_hover.png) no-repeat center center;
	background-size: 100%;
}
.icon-twitter:hover{
	background: url(/img/common/icon_twitter_hover.png) no-repeat center center;
	background-size: 100%;
}
.icon-instagram:hover{
	background: url(/img/common/icon_instagram_hover.png) no-repeat center center;
	background-size: 100%;
}
.icon-youtube:hover{
	background: url(/img/common/icon_youtube_hover.png) no-repeat center center;
	background-size: 100%;
}
.icon-spotify:hover{
	background: url(/img/common/icon_spotify_hover.png) no-repeat center center;
	background-size: 100%;
}
.icon-tiktok:hover{
	background: url(/img/common/icon_tiktok_hover.png) no-repeat center center;
	background-size: 100%;
}
.icon-voicy:hover{
	background: url(/img/common/icon_voicy_hover.png) no-repeat center center;
	background-size: 100%;
}
.icon-line:hover{
	background: url(/img/common/icon_line_hover.png) no-repeat center center;
	background-size: 100%;
}
.icon-x:hover{
	background: url(/img/common/icon_x_hover.png) no-repeat center center;
	background-size: 100%;
}


/* grid ---------------------------------------*/

.l-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.l-col-1, .l-col-2, .l-col-2-4, .l-col-3, .l-col-4, .l-col-5, .l-col-6, .l-col-7, .l-col-8, .l-col-9, .l-col-10, .l-col-11, .l-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.l-col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.l-col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.l-col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.l-col-2-4 {
	flex: 0 0 20%;
	max-width: 20%;
}

.l-col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.l-col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.l-col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.l-col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.l-col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.l-col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.l-col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.l-col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.l-col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.l-col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {order: -1;}
.order-last {order: 13;}
.order-0 {order: 0;}
.order-1 {order: 1;}
.order-2 {order: 2;}
.order-3 {order: 3;}
.order-4 {order: 4;}
.order-5 {order: 5;}
.order-6 {order: 6;}
.order-7 {order: 7;}
.order-8 {order: 8;}
.order-9 {order: 9;}
.order-10 {order: 10;}
.order-11 {order: 11;}
.order-12 {order: 12;}
.offset-1 {margin-left: 8.3333333333%;}
.offset-2 {margin-left: 16.6666666667%;}
.offset-3 {margin-left: 25%;}
.offset-4 {margin-left: 33.3333333333%;}
.offset-5 {margin-left: 41.6666666667%;}
.offset-6 {margin-left: 50%;}
.offset-7 {margin-left: 58.3333333333%;}
.offset-8 {margin-left: 66.6666666667%;}
.offset-9 {margin-left: 75%;}
.offset-10 {margin-left: 83.3333333333%;}
.offset-11 {margin-left: 91.6666666667%;}


/* margin ---------------------------------------*/

.mt-0{margin-top:0px !important;}
.mt-5{margin-top:5px !important;}
.mt-10{margin-top:10px !important;}
.mt-15{margin-top:15px !important;}
.mt-20{margin-top:20px !important;}
.mt-25{margin-top:25px !important;}
.mt-30{margin-top:30px !important;}
.mt-35{margin-top:35px !important;}
.mt-40{margin-top:40px !important;}
.mt-45{margin-top:45px !important;}
.mt-50{margin-top:50px !important;}
.mt-55{margin-top:55px !important;}
.mt-60{margin-top:60px !important;}
.mt-65{margin-top:65px !important;}
.mt-70{margin-top:70px !important;}
.mt-75{margin-top:75px !important;}
.mt-80{margin-top:80px !important;}
.mt-85{margin-top:85px !important;}
.mt-90{margin-top:90px !important;}
.mt-95{margin-top:95px !important;}
.mt-100{margin-top:100px !important;}

.mb-0{margin-bottom:0px !important;}
.mb-5{margin-bottom:5px !important;}
.mb-10{margin-bottom:10px !important;}
.mb-15{margin-bottom:15px !important;}
.mb-20{margin-bottom:20px !important;}
.mb-25{margin-bottom:25px !important;}
.mb-30{margin-bottom:30px !important;}
.mb-35{margin-bottom:35px !important;}
.mb-40{margin-bottom:40px !important;}
.mb-45{margin-bottom:45px !important;}
.mb-50{margin-bottom:50px !important;}
.mb-55{margin-bottom:55px !important;}
.mb-60{margin-bottom:60px !important;}
.mb-65{margin-bottom:65px !important;}
.mb-70{margin-bottom:70px !important;}
.mb-75{margin-bottom:75px !important;}
.mb-80{margin-bottom:80px !important;}
.mb-85{margin-bottom:85px !important;}
.mb-90{margin-bottom:90px !important;}
.mb-95{margin-bottom:95px !important;}
.mb-100{margin-bottom:100px !important;}
.mb-110{margin-bottom:110px !important;}
.mb-120{margin-bottom:120px !important;}
.mb-130{margin-bottom:130px !important;}
.mb-140{margin-bottom:140px !important;}


/* width ---------------------------------------*/

.wid-10per{width:10% !important;}
.wid-15per{width:15% !important;}
.wid-20per{width:20% !important;}
.wid-25per{width:25% !important;}
.wid-30per{width:30% !important;}
.wid-40per{width:40% !important;}
.wid-50per{width:50% !important;}
.wid-60per{width:60% !important;}
.wid-70per{width:70% !important;}
.wid-80per{width:80% !important;}
.wid-100per{width:100% !important;}

.wid-300{width:300px !important;}


/* title ---------------------------------------*/

.section-title{
	font-size: 26px;
	font-family: 'Avenir';
	margin-bottom: 50px;
	font-weight: 600;
	letter-spacing: 3px;
}

.lower-title-wrapper{
	padding-top: 200px;
	background: #fff;
}

.lower-title{
	font-size: 26px;
	text-align: center;
	font-family: 'Avenir';
	letter-spacing: 3px;
	font-weight: 600;
}

.lower-title-wrapper-beige{background: #F2F2F2;}

/* movie ---------------------------------------*/

.moviebackground{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
}

.moviebackground video{
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*縦横幅指定*/
	min-width: 100%;
	min-height: 100vh;
	max-width: 120%;
	max-height: 120vh;
}

/* .gutter{display: none;}

.moviemiddle{
	background: url(/img/common/img_middle.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	height: 570px;
}

.moviebottom{
	background: url(/img/common/img_bottom.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	height: 570px;
} */


/* text ---------------------------------------*/

.text-center{text-align: center !important;}
.text-right{text-align: right !important;}
.text-left{text-align: left !important;}

.text-s{
	font-size: 1.2rem;
	line-height: 1.5;
}

.text-m{
	font-size: 1.4rem;
	line-height: 1.5;
}

.text-l{
	font-size: 1.8rem;
	color: #484848;
	line-height: 1.94;
}

.text-bold{font-weight:600;}

.text-red{color: #aa0000 !important;}


.text-ellipsis-2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-ellipsis-3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-ellipsis-4{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

@media all and (-ms-high-contrast:none){
	.text-ellipsis-2 { height: 3.2em; } /* IE10〜Edge */
	.text-ellipsis-3 { height: 4.7em; } /* IE10〜Edge */
}

.text-ellipsis-count::after{content: '…';}

.text-link{text-decoration: underline;}
.text-link:hover{text-decoration: none;}	


/* -------------------- pankuzu --------------------- */

.pankuzu{
	border-bottom:1px solid #ddd;
}

.pankuzu-list{}
.pankuzu-list > li{
	display: inline-block;
	font-size:13px;
}

.pankuzu-list > li a,
.pankuzu-list > li span{
	display: block;
	padding: 0px 30px 0px 10px;
	line-height: 40px;
	position: relative;
}

.pankuzu-list > li a{text-decoration:none;}

.pankuzu-list > li a::after{
	display:block;
	content:'';
	width:25px;
	height:25px;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	transform: rotate(45deg) translate(0,-50%);
	position:absolute;
	right:10px;
	top:45%;
}

.pankuzu-list > li span{}


/* list ---------------------------------------*/

.list{}
.list li{
	margin-bottom: 10px;
	font-size:16px;
	line-height: 1.73;
	position:relative;
	padding-left: 15px;
	letter-spacing:0.1em;
}

.list li:last-child{margin-bottom: 0;}

.list li::before{
	display:block;
	content:'';
	background:#2A619B;
	background-size: 100%;
	width:6px;
	height:6px;
	position:absolute;
	left:0;
	top:11px;
}

ul.list-simple li{
	margin-bottom: 15px;
	font-size:16px;
	line-height: 1.73;
	position:relative;
	padding-left: 10px;
}

ul.list-simple li::before{
	display:block;
	content:'';
	background:#222;
	width:4px;
	height:4px;
	border-radius:50%;
	position:absolute;
	left:0px;
	top:13px;
}

ol.list-simple{
	padding-left: 15px;
}

ol.list-simple li{
	margin-bottom: 15px;
	font-size:16px;
	line-height: 1.73;
	position:relative;
	list-style-type: decimal;
}

ol.list-simple li::before{}

.table-blue .list-simple li{margin-bottom:5px;}

.noticelist li{
	text-indent:-1em;
	margin-left: 1em;
	font-size:12px;
	line-height: 1.8;
}


/* btn ---------------------------------------*/

.btn{
	display: inline-block;
	min-width: 160px;
	padding: 10px 24px;
	border-radius: 4px;
	border:1px solid #07629f;
	background-color: #07629f;
	line-height: 1.1;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	font-weight:600;
	cursor: pointer;
}

.btn:hover{
	background-color:#008CEA;
	opacity: 1;
}

.btn.is-primary:hover{border-color:#008CEA;}

.btn.is-secondary{
	background: none;
	color: #07629f;
	background: #fff;
}

.btn.is-secondary:hover{
	background-color: #07629f;
	color: #fff;
}

.btn.is-tertiary{
	background: none;
	color: #767676;
	border-color: #919191;
}

.btn.is-tertiary:hover{
	background: #919191;
	color: #fff;
}

.btn.is-attention{
	background-color: #c35d59;
	border-color: #c35d59;
}

.btn.is-attention:hover{
	background: #EF6C66;
	border-color: #EF6C66;
}

.btn.is-s{
	min-width:50px;
	font-size:13px;
	padding: 5px;
}

.btn.is-l{
	min-width:250px;
	font-size:18px;
	padding: 15px;
}


/* -------------------- table --------------------- */

.table-horizontal{font-size:14px}

.table-horizontal thead th,
.table-horizontal thead td{
	background: #767676;
	color: #fff;
	line-height: 1.94;
	padding: 3px 4px;
	border-top:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	border-left:1px solid #dbdbdb;
	text-align:center;
	white-space: nowrap;
}

.table-horizontal tbody th,
.table-horizontal tbody td{
	line-height: 1.75;
	padding: 6px 8px;
	background: #fff;
	border:1px solid #dbdbdb;
}

.table-horizontal tbody th{text-align:center;}

.table-horizontal tbody td.td-grouptitle{
	font-weight:600;
	text-align:center;
	background: #DCE3E8;
	color: #484848;
}

.table-horizontal.is-zebra tbody tr:nth-child(2n) th,
.table-horizontal.is-zebra tbody tr:nth-child(2n) td{background: #F4F4F4;}

.table-vertical{border-top:1px solid #DBDBDB;}

.table-vertical th{
	text-align: left;
	padding: 16px;
	background: #F4F4F4;
	vertical-align: top;
	font-weight:600;
	border-bottom:1px solid #DBDBDB;
	color: #333;
	line-height: 1.6;
	text-align: left;
	min-width: 145px;
	vertical-align: middle;
}

.table-vertical td{
	text-align: left;
	padding: 16px 16px;
	vertical-align: top;
	border-bottom:1px solid #DBDBDB;
	line-height: 1.6;
	color: #484848;
}

.table-horizontal td a,
.table-vertical td a{color: #0078C6;}

.table-horizontal td a:hover,
.table-vertical td a:hover{text-decoration: underline;}

.table-vertical td small{
	line-height: 1.3;
	display: inline-block;
	font-size:12px;
}


/* modal ---------------------------------------*/

.modal-wrapper{display: none;}

.modal{background: #fff;}

.modal-inner{
	width: 100%;
	padding: 30px;
	background: #fff;
}

.modal-inner-manual{
	text-align: center;
}

.modal-inner-manual iframe{
	width: 600px;
	height: 500px
}

.modal-inner-close{
	position:absolute;
	right: 10px;
	top: 10px;
}


/* form ---------------------------------------*/

.form-area .submit{
	text-align: center;
}

select::-ms-expand {
	display: none;
}

.form-text{
	padding:13px 5px;
	border:1px solid #999;
	width:100%;
	box-sizing:border-box;
	-webkit-appearance: none;
	outline: none;
	border-radius:0;
}

.form-radio {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	font-size: 14px;
	position:relative;
}

.form-radio label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 25px;
	position: relative;
	vertical-align: top;
}

.form-radio input[type="radio"]{position: absolute;left:0px;top:0px;width:1px;height:1px;overflow: hidden;opacity:0;}

.form-radio label::before{
	display:block;
	content:'';
	border:1px solid #aaa;
	border-radius:50%;
	width:20px;
	height:20px;
	position:absolute;
	left: 0;
	top:50%;
	transform: translate(0,-50%);
}

.form-radio input:checked + label::after{
	display:block;
	content:'';
	background: #2A619B;
	border-radius:50%;
	width:14px;
	height:14px;
	position:absolute;
	left: 4px;
	top:50%;
	transform: translate(0,-50%);
}

.form-radio input:disabled + label {opacity: 0.7;}

.form-checkbox {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	font-size: 14px;
	position:relative;
}

.form-checkbox label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 30px;
	position: relative;
	vertical-align: top;
}

.form-checkbox input[type="checkbox"]{position: absolute;left:0px;top:0px;width:1px;height:1px;overflow: hidden;opacity:0;}

.form-checkbox label::before{
	display:block;
	content:'';
	border:1px solid #aaa;
	border-radius:2px;
	width:20px;
	height:20px;
	position:absolute;
	left: 0;
	top:50%;
	transform: translate(0,-50%);
}

.form-checkbox input:checked + label::after{
	display:block;
	content:'';
	background: #2A619B;
	border-radius:1px;
	width:14px;
	height:14px;
	position:absolute;
	left: 4px;
	top:50%;
	transform: translate(0,-50%);
}

.form-checkbox input:disabled + label {opacity: 0.7;}

.form-textarea{
	padding:13px 5px;
	border:1px solid #999;
	width:100%;
	box-sizing:border-box;
	height:80px;
	-webkit-appearance: none; 
	outline: none;
	border-radius:0;
}

::placeholder {color:#ccc;}

.toggle-switch {
	position: relative;
	width: 60px;
	height: 30px;
	margin: auto;
	display: inline-block;
}

.toggle-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}

.toggle-switch label{
	width: 60px;
	height: 30px;
	background: #ccc;
	position: relative;
	display: inline-block;
	border-radius: 30px;
	transition: 0.1s;
	box-sizing: border-box;
}

.toggle-switch label::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: 0.1s;
}

.toggle-input:checked + label{background-color: #4BD865;}
.toggle-input:checked + label::after{left: 30px;}

.must{color:#aa0000;}


/* accordion ---------------------------------------*/

.accordion{}
.accordion-title{
	position:relative;
	display: inline-block;
	padding-right: 50px;
	cursor: pointer;
}

.accordion-title:hover{
	color:#2A619B;
	text-decoration: underline;
}

.accordion-title::after{
	display:block;
	content:'';
	border-bottom:3px solid #2A619B;
	border-right:3px solid #2A619B;
	width:10px;
	height:10px;
	margin-top:-17px;
	position:absolute;
	right:10px;
	top:50%;
	transform: rotate(45deg);
	transition: all .25s ease;
}

.accordion-title.is-open::after{
	transform: rotate(225deg);
}

.accordion-body{
	display: none;
}


/* tab ---------------------------------------*/

.tab{}


/* back ---------------------------------------*/

.lower-back-wrapper{text-align:center;}

.lower-back{
	font-size: 16px;
	font-family: 'Avenir';
	font-weight: 500;
	position: relative;
	padding-left: 40px;
	letter-spacing: 2px;
}

.lower-back::before {
	display: block;
	content: '';
	background: url('/img/common/icon_arrow_back.png') no-repeat center center; 
	background-size: 100%;
	width: 24px;
	height: 8px;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translate(0,-50%);
	transition: 0.3s;
}

.lower-back::after{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000000;
	bottom: -10px;
	transform: scale(0, 1);
	transform-origin: center top;  
	transition: 0.3s;
}
		
.lower-back:hover::after {transform: scale(1, 1); }

.lower-back:hover::before{left: 0px;}


/* scroll ---------------------------------------*/

.scroll{transition: 0.3s;}

.scroll li{display: none;}

.scroll li.scroll-view{display: block;}

/* .scroll li{
	opacity: 0;
	transition: all 1s ease;
}

.scroll li.show {
	opacity: 1;
	transform: none;
} */

/* loading ---------------------------------------*/

.loading{
	display: none;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: url(/img/common/icon_loading.gif) no-repeat center center #fff;
	background-size: 30px;
	z-index: 1000;
}

.loading.is-show{display: block;}

/* pcのみ */
@media screen and (min-width: 1001px){
	.sp{display: none !important;}
	.spbr{display: none;}
}




/* small pc */
@media screen and (min-width: 769px) and (max-width: 1200px){


}


@media screen and (max-width: 1000px){

	/* default ---------------------------------------*/

	img{width:100%;}
	*{box-sizing:border-box;}


	/* common item ---------------------------------------*/

	.pc{display: none !important;}
	.pcbr{display: none;}

	/* layout ---------------------------------------*/

	.header-inner,
	.footer-inner,
	.inner,
	.wrapper{
		min-width:0;
		width:100%;
		padding: 0;
	}

	/* header ---------------------------------------*/

	header{
		width:100%;
		background-color:#fff;
		position:fixed;
		left:0px;
		top:0px;
		z-index: 1000;
		padding:0px 0 0 0;
	}

	.header-inner{
		width:auto;
		padding:0px 0 0px 0;
		text-align: center;
		position: relative;
		z-index:200;
	}

	.header-inner.is-open{background: #fff}

	.header-logo{
		display: block;
		background: url('/img/common/logo_header.png') left center no-repeat;
		background-size: 100%;
		transition: 0.3s;
		width: 163px;
		height: 27px;
		margin-left: 25px;
	}

	.is-open .header-logo{}

	#openmenu{
		display: block;
		width: 50px;
		height: 35px;
		text-indent: -99em;
		overflow: hidden;
		position: absolute;
		right: 15px;
		top: 15px;
	}

	#openmenu span{
		content:'';
		display: block;
		width:40px;
		height:1px;
		background: #000;
		position: absolute;
		left:5px;
		transition: all .25s ease;
	}

	#openmenu span:nth-child(1){top:8px;}
	#openmenu span:nth-child(2){top:16px;}
	#openmenu span:nth-child(3){top:24px;}

	#openmenu.is-open span:nth-child(1){
		transform:rotate(25deg);
		top:16px;
		left:5px;
	}

	#openmenu.is-open span:nth-child(2){
		opacity:0;
		left:-25px;
	}

	#openmenu.is-open span:nth-child(3){
		transform:rotate(-25deg);
		top:16px;
		left:4px;
	}

	.bodyfixed{
		position: fixed;
		width: 100%;
		height: 100%;
	}

	/* gnav ---------------------------------------*/

	.overlay{
		background: #fff;
		content:'';
		display: block;
		position:fixed;
		width:100%;
		height:100vh;
		left:0;
		top:0;
		z-index: 102;
		transform: translate(0,100%);
	}

	.overlay.is-active{
		transition: all .5s ease;
		transform: translate(0,0);
	}

	.overlay.is-close{
		transform: translate(0,-100%);
	}

	.gnav{
		border:none;
		padding-bottom: 30px;
		overflow:auto;
		z-index:100;
		position: absolute;
		left:0px;
		top:0px;
		width:100%;
		height: 100vh;
		transform:translate3d(0,10px,0);
		opacity: 0;
		display: none;
	}

	.gnav.is-active{
		transition: all .5s ease;
		transform:translate3d(0,0,0);
		opacity:1;
	}

	.gnav.is-close{
		transform:translate3d(0,-10px,0);
		opacity:0;
	}

	.gnav-inner{position: relative;}


	.gnav-list{
		width:auto;
		border-left:none;
		padding: 93px 28px 5px;
	}

	.gnav-list-item{
		width: 100%;
		margin: 0 auto 19px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	}

	.gnav-list-item a{
		display: inline-block;
		font-family: 'Avenir';
		letter-spacing: 0.8px;
		font-weight: 500;
		display: block;
		padding-bottom: 22px;
	}

	.gnav-list-item a[target="_blank"] span{
		position: relative;
		padding-right: 33px;
	}

	.gnav-list-item a[target="_blank"] span::after {
		display: block;
		content: '';
		background: url('/img/common/icon_blank.png') no-repeat center center; 
		background-size: 100%;
		width: 23px;
		height: 15px;
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translate(0,-50%);
	}

	.gnav-logo{
		position: absolute;
		display: block;
		background: url('/img/common/logo_header.png') left center no-repeat;
		background-size: 100%;
		width: 163px;
		height: 27px;
		top: 24px;
		left: 24px;
		opacity: 0;
	}

	.is-active .gnav-logo{
		opacity: 1;
	}

	.gnav-sns-list{
		display: flex;
		justify-content: space-between;
		padding: 0 28px;
		max-width: 500px;
	}

	.gnav-sns-list-item{width: 10%;}

	.header-menu-langage-list{
		padding: 0 17px 30px;
	}


	/* footer ---------------------------------------*/

	.gotop{
	}

	.gotop a{
	}


	footer{padding:75px 35px;}

	.footer-inner{padding: 0 ;}
	
	.footer-title{
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 48px;
		letter-spacing: 2.5px;
	}
	
	.footer-title span{
		display: block;
		margin-top: 20px;
		letter-spacing: 4px;
	}
	
	.footernsns-list{
		justify-content: space-between;
		margin-bottom: 40px;
		max-width: 400px;
	}
	
	.footersns-list-item{
		width: 30px;
		height: 30px;
		margin-right: 0;
	}
	
	.footersns-list-item:last-of-type{margin-right: 0;}
	
	.copyright{
		font-size: 12px;
		line-height: 2.5;
		letter-spacing: 0.7px;
	}


	/* premium member recruitment ---------------------------------------*/
	.premium-member-recruitment{
		left: 0;
		bottom: 7px;
		width: 100%;
		justify-content: center;
	}
	.premium-member-recruitment:hover{
		opacity: 1;
	}

	.premium-member-recruitment.is-up{
		bottom: 130px;
	}

	.premium-member-recruitment-img{
		width: 80px;
	}

	.premium-member-recruitment-message{
		margin-left: 15px;
	}

	.premium-member-recruitment-message::before{
		width: 24.7px;
		height: 24.7px;
	}

	.premium-member-recruitment-message span{
		padding: 12px 20px;
	}


	/* grid ---------------------------------------*/

	.row {
		margin-right: -4px;
		margin-left: -4px;
	}

	.col-1, .col-2, .col-2-4, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		padding-right: 4px;
		padding-left: 4px;
	}

	.col-sp-1, .col-sp-2, .col-sp-2-4, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12 {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 4px;
		padding-left: 4px;
	}

	.col {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sp-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sp-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-sp-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-sp-2-4 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-sp-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sp-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-sp-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-sp-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sp-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-sp-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-sp-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sp-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-sp-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-sp-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}


	/* margin ---------------------------------------*/

	.mt-sp-0{margin-top:0px !important;}
	.mt-sp-5{margin-top:5px !important;}
	.mt-sp-10{margin-top:10px !important;}
	.mt-sp-15{margin-top:15px !important;}
	.mt-sp-20{margin-top:20px !important;}
	.mt-sp-25{margin-top:25px !important;}
	.mt-sp-30{margin-top:30px !important;}
	.mt-sp-35{margin-top:35px !important;}
	.mt-sp-40{margin-top:40px !important;}
	.mt-sp-45{margin-top:45px !important;}
	.mt-sp-50{margin-top:50px !important;}
	.mt-sp-55{margin-top:55px !important;}
	.mt-sp-60{margin-top:60px !important;}
	.mt-sp-65{margin-top:65px !important;}
	.mt-sp-70{margin-top:70px !important;}
	.mt-sp-75{margin-top:75px !important;}
	.mt-sp-80{margin-top:80px !important;}
	.mt-sp-85{margin-top:85px !important;}
	.mt-sp-90{margin-top:90px !important;}
	.mt-sp-95{margin-top:95px !important;}
	.mt-sp-100{margin-top:100px !important;}

	.mb-sp-0{margin-bottom:0px !important;}
	.mb-sp-5{margin-bottom:5px !important;}
	.mb-sp-10{margin-bottom:10px !important;}
	.mb-sp-15{margin-bottom:15px !important;}
	.mb-sp-20{margin-bottom:20px !important;}
	.mb-sp-25{margin-bottom:25px !important;}
	.mb-sp-30{margin-bottom:30px !important;}
	.mb-sp-35{margin-bottom:35px !important;}
	.mb-sp-40{margin-bottom:40px !important;}
	.mb-sp-45{margin-bottom:45px !important;}
	.mb-sp-50{margin-bottom:50px !important;}
	.mb-sp-55{margin-bottom:55px !important;}
	.mb-sp-60{margin-bottom:60px !important;}
	.mb-sp-65{margin-bottom:65px !important;}
	.mb-sp-70{margin-bottom:70px !important;}
	.mb-sp-75{margin-bottom:75px !important;}
	.mb-sp-80{margin-bottom:80px !important;}
	.mb-sp-85{margin-bottom:85px !important;}
	.mb-sp-90{margin-bottom:90px !important;}
	.mb-sp-95{margin-bottom:95px !important;}
	.mb-sp-100{margin-bottom:100px !important;}


	/* width ---------------------------------------*/

	.wid-sp-100per{width:100% !important;}
	.wid-sp-50per{width:50% !important;}

	.wid-sp-400{width:400px !important;}
	.wid-sp-500{width:500px !important;}
	.wid-sp-600{width:600px !important;}
	.wid-sp-700{width:700px !important;}
	.wid-sp-800{width:800px !important;}
	.wid-sp-900{width:900px !important;}

	/* title ---------------------------------------*/

	.title-page{}

	.section-title{
		font-size: 22px;
		letter-spacing: 2.5px;
		margin-bottom: 40px;
	}


	/* movie ---------------------------------------*/

	.moviebackground{
	}

	.moviebackground video{
		position: absolute;
		z-index: -1;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		/*縦横幅指定*/
		min-width: 100%;
		min-height: 100vh;
		max-width: 410%;
		max-height: 100vh;
	}

	/* .moviemiddle,
	.moviebottom{
		background: none;
		position: relative;
		height: 570px;
	}

	.moviemiddle::after {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
		background: url(/img/common/img_middle_sp.jpg) center no-repeat;
		background-size: cover;
	}

	.moviebottom::after {
		background: url(/img/common/img_bottom_sp.jpg) center no-repeat;
		background-size: cover;
	} */

	/* .gutter{
		height: 570px;
		display: block;
	}

	.moviemiddle,
	.moviebottom{
		display: block;
		position: sticky;
		top: 0;
		z-index: -1;
		height: 0;
		max-height: 0;
		overflow: visible;
	}

	.moviemiddle::after,
	.moviebottom::after {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
	}

	.moviemiddle::after{
		background: url(/img/common/img_middle_sp.jpg) center no-repeat;
		background-size: cover;
	}

	.moviebottom::after {
		background: url(/img/common/img_bottom_sp.jpg) center no-repeat;
		background-size: cover;
	} */

	/* text ---------------------------------------*/

	.text-sp-center{text-align:center;}
	.text-sp-right{text-align:right;}
	.text-sp-left{text-align:left;}


	/* pankuzu ---------------------------------------*/

	.pankuzu{display: none}


	/* list ---------------------------------------*/

	.list li{
		padding-left: 15px;
	}


	/* btn ---------------------------------------*/


	/* table ---------------------------------------*/

	.table-wrapper{margin-bottom: 55px;}

	.table-horizontal,
	.table-horizontal tbody,
	.table-horizontal tr,
	.table-horizontal th,
	.table-horizontal td{
		display: block;
		width:100%;
	}


	.table-horizontal th,
	.table-horizontal td{
		font-size:16px;
		border:none;
	}

	.table-horizontal th{padding: 18px 20px 18px 20px;}
	.table-horizontal td{padding: 25px 20px 25px 20px;}

	.table-sp-scroll{
		overflow: auto;
		width: calc(100% + 30px);
		margin: 0 -15px;
		padding-left: 15px;
	}

	.table-sp-scroll table{min-width:450px;}


	/* modal ---------------------------------------*/

	.modal-wrapper{display: none;}

	.modal{padding: 60px 10px 20px;}

	.modal-inner-close{
		width: 320px;
		max-width: 100%;
		margin:  30px auto;
	}


	/* form ---------------------------------------*/


	/* title ---------------------------------------*/

	.indexsection-title{
		font-size: 22px;
		margin-bottom: 40px;
		letter-spacing: 2.5px;
	}

	.lower-title-wrapper{
		padding-top: 170px;
	}
	
	.lower-title{
		font-size: 22px;
		padding-bottom: 40px;
		letter-spacing: 2.5px;
	}


	/* back ---------------------------------------*/

	.lower-back-wrapper{text-align:center;}

	.lower-back{margin-right: 20px;}







}




/* iphone5 iphoneSE用 */
@media screen and (max-width: 375px){
	.premium-member-recruitment-img{
		width: 70px;
	}
	.premium-member-recruitment-message span{
		font-size: clamp(10px, 1vw, 14px);
	}
}