/*
Theme Name: original_theme
Description: This is our original theme.
Author: Wordpress Theme
Version: 1.0
*/

@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #343434;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .03em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;*/
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@media screen\0 {
	body {
		letter-spacing: normal;
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
@media print {
	body {
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	/* @pageの指定いらないかも */
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}

	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	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, acronym {
	border:0;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 50px;
	padding: 5px 20px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 17px;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 50px;
	padding: 5px 10px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 17px;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 150px;
	padding: 15px 20px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 17px;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #bababa;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #bababa;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #bababa;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #bababa !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #bababa;
}
/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height:100%;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a {
	text-decoration: none;
}
a:link {
	color: #323232;
}
a:visited {
	color: #323232;
}
a.normal:link {
	color: #323232;
}
a.normal:visited {
	color: #323232;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
.linkBox {
	cursor: pointer;
}
body {
	text-align: center;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}
.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.ovImg:hover img {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
@media screen\0 {
	.mincho {
		font-family: "YakuHanMP", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
	}
}
.gothic {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen\0 {
	.gothic {
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
.Montserrat {
	font-family: 'Montserrat', sans-serif;
}
* {
	box-sizing: border-box;
}


@media screen and (max-width:768px){
	input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	select {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
}

/**********************************

 general

***********************************/
.imgMax {
	max-width: none;
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.red {
	color: #ff3f00;
}
.blue {
	color: #1184df;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 60%, #ffbf00 60%);
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.underline {
	text-decoration: underline;
}

.js-fadeBlock {
	opacity: 0;
}

.is-fadeBlock__active {
	opacity: 1.0;
	transition: opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js-fadeUpBlockWrap {
	overflow: hidden;
}

.is-fadeUpBlock__active {
	opacity: 1.0;
	transform: translate(0,0);
	transition: opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js-fadeUpBlock {
	/*text-align: center;*/
	transition: .8s ease;
	transform: translate3d(0, 50px, 0);
	opacity: 0;
}

.is-fadeUpBlock__active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width:769px){
	.sp {
		display: none !important;
	}
}
@media screen and (max-width:768px){
	.pc {
		display: none !important;
	}
}

/**********************************

 parts

***********************************/
.define_wrap {
	padding: 0 50px;
}

.define_inner {
	max-width: 100%;
	width: 1145px;
	margin: 0 auto;
}

.js-objectFit {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: center;'
}

@media screen and (max-width:1244px){

	.define_wrap {
		padding: 0 4.016064257028112%;
	}
}


@media screen and (max-width:768px){

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

/**********************************

 layout

***********************************/
body {
	height: auto !important;
}
body.is-fixed {
	position: fixed;
	width: 100%;
	/*height: 100%;*/
}
.l-wrap {
	position: relative;
	overflow: hidden;
}

.l-wrap.is-noneActive .l-main,
.l-wrap.is-noneActive .l-footer {
	pointer-events: none;
}

.l-cover {
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: -webkit-transform 1.2s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: transform 1.2s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: transform 1.2s cubic-bezier(0, 0.45, 0.4, 0.85), -webkit-transform 1.2s cubic-bezier(0, 0.45, 0.4, 0.85);
	-webkit-transform: translate(-50%, 100%) rotate(-13deg);
	transform: translate(-50%, 100%) rotate(-13deg);
	position: fixed;
	top: 50%;
	left: 50%;
	width: 250vw;
	height: 140vh;
	max-height: none;
	background: #353535;
	pointer-events: none;
	z-index: 15;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.l-cover.is-active {
	pointer-events: auto;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: -webkit-transform 0.5s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: transform 0.5s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: transform 0.5s cubic-bezier(0, 0.45, 0.4, 0.85), -webkit-transform 0.5s cubic-bezier(0, 0.45, 0.4, 0.85);
}

/*.l-cover {*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*z-index: 15;*/
	/*background-color: #353535;*/
	/*pointer-events: none;*/
	/*opacity: 0;*/
	/*transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);*/
/*}*/

/*.l-cover.is-active {*/
	/*opacity: 1;*/
	/*pointer-events: auto;*/
/*}*/

.l-main {
}

.l-pageTop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 5;
}

@media screen and (max-width:1023px){

	.l-pageTop {
		width: 60px;
		bottom: 24px;
		right: 24px;
	}
}

@media screen and (max-width:768px){
	.l-wrap {
		padding-bottom: 70px;
	}
	
	.l-wrap.is-l-fixed-entry-none {
		padding-bottom: 0;
	}

	.l-pageTop {
		width: 32px;
		bottom: 15px;
		right: 4%;
	}
}


/**********************************

 ANIMATION

***********************************/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  出現アニメーション


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/* 下から文字が出現するアニメーション */
.js-slideInText > span {
	display: inline-flex;
	position: relative;
	background-image: linear-gradient(#353535, #353535);
	background-size: 100% 0%;
	background-position: bottom;
	background-repeat: no-repeat;
	transition: background-size .6s cubic-bezier(0.2, 0, 0.2, 1);
	/* white-space: nowrap; */
	padding-left: 12px;
	padding-right: 12px;
}

.js-slideInText.-lightblue > span {
	background-image: linear-gradient(#00AAEB, #00AAEB);
}

.js-slideInText > span > span {
	transition: opacity .4s;
	opacity: 0;
}

.js-slideInText > span:nth-of-type(1) {
	/* transition-delay: 1s; */
}
.js-slideInText > span:nth-of-type(2) {
	transition-delay: 0.2s;
}
.js-slideInText > span:nth-of-type(3) {
	transition-delay: 0.4s;
}
.js-slideInText > span:nth-of-type(1) > span {
	/* transition-delay: 1s; */
}
.js-slideInText > span:nth-of-type(2) > span {
	transition-delay: 0.2s;
}
.js-slideInText > span:nth-of-type(3) > span {
	transition-delay: 0.4s;
}

.js-slideInText.is-active > span {
	background-size: 100% 100%;
}

.js-slideInText.is-active > span > span {
	opacity: 1;
}

/* 画像にレイヤーが敷かれるアニメーション */
.js-imgMask {
	-webkit-transform: translate3d(0, 16px, 0);
	transform: translate3d(0, 16px, 0);
	-webkit-transition: opacity 1s, -webkit-transform 1.6s;
	transition: opacity 1s, -webkit-transform 1.6s;
	transition: transform 1.6s, opacity 1s;
	transition: transform 1.6s, opacity 1s, -webkit-transform 1.6s;
	opacity: 0;
	overflow: hidden;
	position: relative;
}

.js-imgMask__img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: 1.8s 0.2s;
	transition: 1.8s 0.2s;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.js-imgMask__overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: -webkit-transform 0.6s 0.2s;
	transition: -webkit-transform 0.6s 0.2s;
	transition: transform 0.6s 0.2s;
	transition: transform 0.6s 0.2s, -webkit-transform 0.6s 0.2s;
}

.js-imgMask__overlay.-blue {
	background: #0078c6;
	/*background: #0046EB;*/
}

.js-imgMask__overlay.-lightgreen {
	background: #CAFF34;
}

.js-imgMask__overlay.-green {
	background: #3AB7BA;
}

.js-imgMask__overlay.-pink {
	background: #FF42D1;
}

.js-imgMask__overlay.-yellow {
	background: #e5e500;
}

.js-imgMask__overlay.-red {
	background: #e5005a;
}

.js-imgMask__overlay.-purple {
	background: #0014B9;
}

.js-imgMask__overlay.-lightblue {
	background: #0078EB;
}

.js-imgMask.is-active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.js-imgMask.is-active .js-imgMask__img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.js-imgMask.is-active .js-imgMask__overlay {
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

/* 文字が下からfadeInするアニメーション */
.js-fadeInUp {
	opacity: 0;
}
.js-fadeInUp.is-active {
	-webkit-animation-name: view-fade;
	animation-name: view-fade;
	-webkit-animation-duration: .9s;
	animation-duration: .9s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes view-fade {
	0% {
		transform:translateY(30px);
		opacity:0;
		transition:all .6s
	}
	50% {
		transform:translateY(-5px)
	}
	to {
		transform:translate(0);
		opacity:1
	}
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  一覧に戻るボタン


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/* .interviewBackBtn .c-btn.-l {
  width: 100%;
}

.interviewBackBtn .c-btn {
  border: 1px solid #000;
}

.interviewBackBtn .c-btnText {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: "NotoSansCJKjp-Bold", sans-serif;s
} */

.interviewBackBtn {
	height: 85px;
}

.interviewBackBtn__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
}

.interviewBackBtn__text {
	font-size: 18px;
	letter-spacing: 0.1em;
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	position: relative;
}

.interviewBackBtn__text::before  {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url("images/common/icon_arrow.svg") no-repeat center center / 100% auto;
	margin-right: 24px;
	width: 31px;
	height: 7px;
	position: relative;
	top: -2px;
	transition: all 0.4s ease;
}

.interviewBackBtn__text::after {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 0;
	background: url("images/common/icon_arrow_on.svg") no-repeat center center / 100% auto;
	width: 31px;
	height: 7px;
	margin: auto;
	transition: all 0.4s ease;
	opacity: 0;
}

.interviewBackBtn__link:hover .interviewBackBtn__text::before {
	opacity: 0;
	transform: translate3d(-12px, 0, 0);
}
.interviewBackBtn__link:hover .interviewBackBtn__text::after {
	opacity: 1;
	transform: translate3d(-12px, 0, 0);
}

@media (min-width: 769px) {
	.interviewBackBtn {
		margin-right: auto;
		margin-left: auto;
		max-width: 847px;
	}
}

@media (max-width: 768px) {
	/* .interviewBackBtn .c-btn.-l {
	  height: 85px;
	} */
}



/*
  hover時のラベルアニメーション
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-hoverLabelAnim {
	position: relative; }

.c-hoverLabelAnim::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 17px;
	background: #626262;
	z-index: -1;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: translate3d(0, 0, 0) scaleX(0);
	transform: translate3d(0, 0, 0) scaleX(0); }

@media (max-width: 768px) {
	.c-hoverLabelAnim::before {
		height: 14px; } }

.c-hoverLabelAnim:hover::before {
	-webkit-transform: translate3d(0, 0, 0) scaleX(1);
	transform: translate3d(0, 0, 0) scaleX(1); }

.c-hoverLabelAnim__trigger:hover .c-hoverLabelAnim::before {
	-webkit-transform: translate3d(0, 0, 0) scaleX(1);
	transform: translate3d(0, 0, 0) scaleX(1); }

/*
  hover時のレイヤーが敷かれるアニメーション
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-hoverLayer {
	position: relative;
	-webkit-transition: color 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: color 0.75s cubic-bezier(0.075, 0.82, 0.165, 1); }

.c-hoverLayer__body {
	position: relative;
	z-index: 1; }

.c-hoverLayer::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	background: #353535; }

.c-hoverLayer:hover::after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1); }

.c-hoverLayer:hover {
	color: #fff; }

/**********************************

 ページ遷移時のマスク

***********************************/
/*
  下のレイヤー
ーーーーーーーーーーーーーーーーーー*/
.transitionMask {
	position: fixed;
	top: 0;
	left: 0;
	/*width: 250vw;*/
	height: 110vh;
	width: 100vw;
	/*height: 180vw;*/
	/*height: 150vw;*/
	max-height: none;
	overflow: hidden;
	z-index: 998;
	pointer-events: none;
}

.transitionMask * {
	max-height: none;
}

.transitionMask__under {
	/*background: #3ab7ba;*/
	z-index: 998;
	transform: translate(0, -110%) rotate(0deg);
	transform-origin: top right;
	/*transform: translate(-50%, -160%) rotate(0deg);*/
	position: absolute;
	bottom: 0;
	left: 0;
	/*width: 300vw;*/
	/*height: 200vw;*/
	/*width: 250vw;*/
	/*height: 170vw;*/
	width: 250vw;
	height: 110vh;
	will-change: transform;
	transition: transform 600ms cubic-bezier(0, 0.45, 0.4, 0.85),
				height 600ms cubic-bezier(0, 0.45, 0.4, 0.85);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

body.is-moving .transitionMask__under {
	top: 50%;
	left: 50%;
	width: 250vw;
	height: 110vh;
	/*width: 300vw;*/
	/*height: 200vw;*/
	/*width: 250vw;*/
	/*height: 150vw;*/
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: -webkit-transform 1.2s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: transform 1.2s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: transform 1.2s cubic-bezier(0, 0.45, 0.4, 0.85), -webkit-transform 1.2s cubic-bezier(0, 0.45, 0.4, 0.85);
	-webkit-transform: translate(-50%, 100%) rotate(-13deg);
	transform: translate(-50%, 100%) rotate(-13deg);
	transition: none;
}

body.is-transition .transitionMask__under {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: -webkit-transform 0.5s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: transform 0.5s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: transform 0.5s cubic-bezier(0, 0.45, 0.4, 0.85), -webkit-transform 0.5s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: transform 500ms cubic-bezier(0, 0.45, 0.4, 0.85),
	height 500ms cubic-bezier(0, 0.45, 0.4, 0.85);
}

body.is-first .transitionMask__under {
	/*-webkit-transform: translate3d(-50%, 100%, 0) rotate(-15deg);*/
	/*transform: translate3d(-50%, 100%, 0) rotate(-15deg);*/
	transform: translate(0, 10%) rotate(0deg);
	/*transform: translate(0, 30%) rotate(0deg);*/
	clip-path: polygon(0 0, 100% 0, 100% 46%, 0% 100%);
}

/*
  上のレイヤー
ーーーーーーーーーーーーーーーーーー*/
.transitionMask__over {
	/*background: #0046eb;*/
	z-index: 999;
	transform: translate(0, -110%) rotate(0deg);
	transform-origin: top right;
	/*transform: translate(-50%, -160%) rotate(0deg);*/
	position: absolute;
	bottom: 0;
	left: 0;
	width: 250vw;
	height: 110vh;
	/*width: 300vw;*/
	/*height: 210vw;*/
	/*width: 250vw;*/
	/*height: 180vw;*/
	/*height: 150vw;*/
	will-change: transform;
	transition: transform 500ms cubic-bezier(0, 0.45, 0.4, 0.85),
				height 500ms cubic-bezier(0, 0.45, 0.4, 0.85);
}

body.is-moving .transitionMask__over {
	top: 50%;
	left: 50%;
	width: 250vw;
	height: 110vh;
	/*width: 250vw;*/
	/*height: 150vw;*/
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: -webkit-transform 1.2s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: transform 1.2s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: transform 1.2s cubic-bezier(0, 0.45, 0.4, 0.85), -webkit-transform 1.2s cubic-bezier(0, 0.45, 0.4, 0.85);
	-webkit-transform: translate(-50%, 100%) rotate(-13deg);
	transform: translate(-50%, 100%) rotate(-13deg);
	transition: none;
}

body.is-transition .transitionMask__over {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: -webkit-transform 0.5s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: transform 0.5s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: transform 0.5s cubic-bezier(0, 0.45, 0.4, 0.85), -webkit-transform 0.5s cubic-bezier(0, 0.45, 0.4, 0.85);
	transition: transform 600ms cubic-bezier(0, 0.45, 0.4, 0.85),
				height 600ms cubic-bezier(0, 0.45, 0.4, 0.85);
}

body.is-first .transitionMask__over {
	/*-webkit-transform: translate3d(-50%, 100%, 0) rotate(-13deg);*/
	/*transform: translate3d(-50%, 100%, 0) rotate(-13deg);*/
	transform: translate(0, 0) rotate(3deg);
	/*transform: translate(0, 10%) rotate(3deg);*/
	/*clip-path: polygon(0 0, 100% 0, 100% 46%, 0% 100%);*/
}

/*
  カラー
ーーーーーーーーーーーーーーーーーー*/
body.selectColor_1 .transitionMask__under {
	background-color: rgb(0, 170, 235);
}

body.selectColor_1 .transitionMask__over {
	background-color: rgb(255, 66, 209);
}

body.selectColor_2 .transitionMask__under {
	background-color: rgb(202, 255, 52);
}

body.selectColor_2 .transitionMask__over {
	background-color: rgb(0, 170, 235);
}

body.selectColor_3 .transitionMask__under {
	background-color: rgb(0, 120, 235);
}

body.selectColor_3 .transitionMask__over {
	background-color: rgb(202, 255, 52);
}

body.selectColor_4 .transitionMask__under {
	background-color: rgb(58, 183, 186);
}

body.selectColor_4 .transitionMask__over {
	background-color: rgb(243, 56, 90);
}

body.selectColor_5 .transitionMask__under {
	background-color: rgb(0, 70, 235);
}

body.selectColor_5 .transitionMask__over {
	background-color: rgb(58, 183, 186);
}

body.selectColor_6 .transitionMask__under {
	background-color: rgb(58, 233, 186);
}

body.selectColor_6 .transitionMask__over {
	background-color: rgb(58, 183, 186);
}

body.selectColor_7 .transitionMask__under {
	background-color: rgb(255, 235, 56);
}

body.selectColor_7 .transitionMask__over {
	background-color: rgb(243, 56, 90);
}

body.selectColor_8 .transitionMask__under {
	background-color: rgb(0, 20, 185);
}

body.selectColor_8 .transitionMask__over {
	background-color: rgb(243, 56, 90);
}

body.selectColor_9 .transitionMask__under {
	background-color: rgb(0, 120, 235);
}

body.selectColor_9 .transitionMask__over {
	background-color: rgb(58, 233, 186);
}

body.selectColor_10 .transitionMask__under {
	background-color: rgb(202, 255, 52);
}

body.selectColor_10 .transitionMask__over {
	background-color: rgb(58, 233, 186);
}


/**********************************

 l-humberger

***********************************/
@media screen and (max-width:768px){

	.l-humberger {
		width: 30px;
		height: 10px;
/*		position: absolute;*/
		position: fixed;
		top: 30px;
/*		top: 46px;*/
		right: 24px;
		z-index: 25;
		-webkit-transform: translate3d(0, -70px, 0);
		transform: translate3d(0, -70px, 0);
	}

	.l-humberger.is-active,
	.l-humberger.is-fixed {
/*
		position: fixed;
		top: 30px;
*/
	}

	.l-humberger.is-show {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 0.4s;
		transition: -webkit-transform 0.4s;
		transition: transform 0.4s;
		transition: transform 0.4s, -webkit-transform 0.4s;
	}

	.l-humberger a {
		display: block;
		width: 30px;
		height: 20px;
		overflow: visible;
		transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-humberger a.is-active {
		/*background-color: #000;*/
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 30px;
		height: 20px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}
	.l-humberger.is-color .menu-trigger span {
		background-color: #353535;
	}
	.menu-trigger.is-active span {
		background-color: #fff;
	}
	.l-humberger.is-color .menu-trigger.is-active span {
		background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		width: 30px;
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		width: 30px;
		bottom: 10px;
	}

	.menu-trigger.is-active span:nth-of-type(1) {
		/*width: 25px;*/
		-webkit-transform: translateY(9px) rotate(30deg);
		transform: translateY(9px) rotate(30deg);
		/*-webkit-transform: translateY(10px) rotate(-45deg);*/
		/*transform: translateY(10px) rotate(-45deg);*/
		/*transform-origin: left top;*/
	}
	.menu-trigger.is-active span:nth-of-type(2) {
		/*width: 25px;*/
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
		/*-webkit-transform: translateY(-10px) rotate(45deg);*/
		/*transform: translateY(-10px) rotate(45deg);*/
		/*transform-origin: left bottom;*/
	}
}


/**********************************

 l-drawerMenu

***********************************/
@media screen and (max-width:768px){

	.l-drawerMenu {
		display: block;
		width: 100%;
		height: 100vh;
		/*background-color: rgba(0,0,0,.9);*/
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 20;
		/*transform: translateX(105%);*/
		/*-webkit-transform: translateX(105%);*/
		pointer-events: none;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-drawerMenu.is-active {
		opacity: 1;
		pointer-events: auto;
		/*transform: none;*/
		/*-webkit-transform: none;*/
		transition-delay: 300ms;
	}

	.l-drawerMenu__inner {
		padding-top: 120px;
	}

	.l-drawerMenu__inner-logo-area {
		display: flex;
		align-items: center;
		position: absolute;
		top: 0;
		/*top: 16px;*/
		left: 0;
		z-index: 1;
	}

	.l-drawerMenu__inner-logo-area-logo {
		width: 120px;
	}

	.l-drawerMenu__inner-logo-area-copy {
		margin-left: 1em;
		color: #fff;
		font-size: 10px;
		font-weight: 500;
		line-height: 1.2;
		letter-spacing: .09em;
	}

	.l-drawerMenu__inner-logo-area-copy a {
		color: #fff;
		transition: color 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-drawerMenu__inner-list {
		padding: 0 10.666666666666667%;
		margin-bottom: 35px;
	}

	.l-drawerMenu__inner-list ul {
	}

	.l-drawerMenu__inner-list ul li {
		margin-bottom: 20px;
		font-weight: bold;
	}

	.l-drawerMenu__inner-list ul li:last-child {
		margin-bottom: 0;
	}

	.l-drawerMenu__inner-list ul li a {
		display: block;
		color: #fff;
		text-decoration: none;
		overflow: visible;
	}

	.l-drawerMenu__inner-list ul li a .jp {
		display: inline-block;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: .14em;
		position: relative;
		z-index: 1;
	}

	.l-drawerMenu__inner-list ul li a .en {
		display: inline-block;
		margin-left: 15px;
		color: #c4c4c4;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: .14em;
	}

	.l-drawerMenu__inner-sub-list {
		display: flex;
		align-items: center;
		padding: 0 10.666666666666667%;
	}

	.l-drawerMenu__inner-sub-list-insta {
		width: 22px;
		margin-right: 27px;
	}

	.l-drawerMenu__inner-sub-list-insta a,
	.l-drawerMenu__inner-sub-list-insta a img {
		display: block;
	}

	.l-drawerMenu__inner-sub-list ul {
		display: flex;
		font-size: 10px;
	}

	.l-drawerMenu__inner-sub-list ul li {
	}

	.l-drawerMenu__inner-sub-list ul li a {
		color: #fff;
	}

	.l-drawerMenu__inner-entry {

	}

	.l-drawerMenu__inner-entry a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		background-color: #3ae9ba;
		position: relative;
		z-index: 1;
	}

	.l-drawerMenu__inner-entry a:after {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #3ab7ba;
		-webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
		transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
		transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
		transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
		-webkit-transform-origin: right;
		transform-origin: right;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
	}

	.l-drawerMenu__inner-entry a:hover:after {
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	.l-drawerMenu__inner-entry a span {
		position: relative;
		z-index: 1;
	}

	.l-drawerMenu__inner-copy {
		margin-top: 12px;
	}

	.l-drawerMenu__inner-copy p {
		color: #fff;
		font-size: 9px;
		letter-spacing: .09em;
		text-align: center;
		line-height: 1;
	}
}

/**********************************

 l-header

***********************************/
.l-header {
}

.l-header.is-show {
}

.l-header__box {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transform: translate3d(0, -102px, 0);
	transform: translate3d(0, -102px, 0);
}

.l-header.is-show .l-header__box {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}

.l-header__box.is-top {
	/*position: fixed;*/
	/*z-index: 25;*/
}

.l-header__box-logo {

}

.l-header__box-copy {
	margin-left: 1.5625em;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .09em;
}

.l-header__box-copy a {
	color: #fff;
	transition: color 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}


.l-header__box.is-color .l-header__box-copy a {
	color: #343434;
}

@media screen and (max-width:768px){

	.l-header__navi {
		display: none;
/*		display: flex;*/
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 16px;
		padding: 0 16px;
		font-size: 10px;
		font-weight: bold;
		line-height: 1;
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		/*z-index: 26;*/
	}

	.l-header__navi-prev a:after,
	.l-header__navi-next a:before {
		content: "";
		display: block;
		position: absolute;
		width: calc(100% + 12px);
		height: 100%;
		background: #fff;
		top: 0;
		z-index: 1; }

	.l-header__navi-prev a:after {
		right: 0;
		-webkit-transform-origin: left center;
		transform-origin: left center; }

	.l-header__navi-next a:before {
		left: 0;
		-webkit-transform-origin: right center;
		transform-origin: right center; }

	.l-header__navi-prev {
	}

	.l-header__navi-prev a {
		position: relative;
		z-index: 1;
	}

	.l-header__navi-prev a:before {
		content: "";
		display: inline-block;
		background: url(images/common/icon_pager_prev.png) no-repeat center;
		background-size: 100% auto;
		vertical-align: middle;
		position: relative;
		top: -1px;
		margin-right: 5px;
		width: 7px;
		height: 8px;
		top: -1px;
	}

	.l-header__navi.is-active .l-header__navi-prev a:before {
		-webkit-animation: pager_arrow_prev 2s infinite 1.2s;
		animation: pager_arrow_prev 2s infinite 1.2s;
	}

	.l-header__navi.is-active .l-header__navi-prev a:after {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transition: 0.5s;
		transition: 0.5s;
		/*-webkit-transition: 0.5s 0.5s;*/
		/*transition: 0.5s 0.5s;*/
	}

	.l-header__navi-top {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
	}

	.l-header__navi-next {

	}

	.l-header__navi-next a {
		position: relative;
		z-index: 1;
	}

	.l-header__navi-next a:after {
		content: "";
		display: inline-block;
		background: url(images/common/icon_pager_next.png) no-repeat center;
		background-size: 100% auto;
		vertical-align: middle;
		position: relative;
		top: -1px;
		margin-left: 5px;
		width: 7px;
		height: 8px;
		top: -1px;
	}

	.l-header__navi.is-active .l-header__navi-next a:after {
		-webkit-animation: pager_arrow_next 2s infinite 1.2s;
		animation: pager_arrow_next 2s infinite 1.2s;
	}

	.l-header__navi.is-active .l-header__navi-next a:before {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transition: 0.5s;
		transition: 0.5s;
		/*-webkit-transition: 0.5s 0.5s;*/
		/*transition: 0.5s 0.5s;*/
	}

	@-webkit-keyframes pager_arrow_next {
		0% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0); }
		50% {
			-webkit-transform: translate3d(5px, 0, 0);
			transform: translate3d(5px, 0, 0); }
		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0); } }

	@keyframes pager_arrow_next {
		0% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0); }
		50% {
			-webkit-transform: translate3d(5px, 0, 0);
			transform: translate3d(5px, 0, 0); }
		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0); } }

	@-webkit-keyframes pager_arrow_prev {
		0% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0); }
		50% {
			-webkit-transform: translate3d(-5px, 0, 0);
			transform: translate3d(-5px, 0, 0); }
		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0); } }

	@keyframes pager_arrow_prev {
		0% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0); }
		50% {
			-webkit-transform: translate3d(-5px, 0, 0);
			transform: translate3d(-5px, 0, 0); }
		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0); } }

	.l-header__box,
	.l-header__box.is-top {
		position: absolute;
		top: 0;
/*		top: 16px;*/
		-webkit-transform: translate3d(0, -70px, 0);
		transform: translate3d(0, -70px, 0);
	}

	.l-header__box-logo {
		width: 120px;
	}

	.l-header__box-copy {
		margin-left: 1em;
		font-size: 10px;
	}
}

/**********************************

 l-fixed-entry

***********************************/

@media screen and (min-width:769px){

	.l-fixed-entry {
		display: none;
	}
}

@media screen and (max-width:768px){

	.l-fixed-entry {
		width: 100%;
		height: 70px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
	}

	.l-fixed-entry a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 70px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		background-color: #3ae9ba;
		letter-spacing: .09em;
		position: relative;
		z-index: 1;
	}

	.l-fixed-entry a:after {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #3ab7ba;
		-webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
		transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
		transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
		transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
		-webkit-transform-origin: right;
		transform-origin: right;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
	}

	.l-fixed-entry a:hover:after {
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	.l-fixed-entry a span {
		position: relative;
		z-index: 1;
	}
}

/**********************************

 l-footer

***********************************/
.l-footer {

}

.l-footer__entry {

}

.l-footer__entry a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 240px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background-color: #3ae9ba;
	letter-spacing: .09em;
	position: relative;
	z-index: 1;
}

.l-footer__entry a:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #3ab7ba;
	-webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.l-footer__entry a:hover:after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.l-footer__entry a span {
	position: relative;
	z-index: 1;
}

.l-footer__bottom {
	padding: 0 30px 0 20px;
	background-color: #353535;
}

.l-footer__bottom-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 80px 0 20px;
}

.l-footer__bottom-inner-box {
	display: flex;
	align-items: center;
	margin-right: 115px;
}

.l-footer__bottom-inner-box .logo {
	margin-right: 40px;
}

.l-footer__bottom-inner-box .copy {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .09em;
	line-height: 1.2;
}

.l-footer__bottom-inner-box .copy a {
	color: #fff;
}

.l-footer__bottom-inner-list {

}

.l-footer__bottom-inner-list ul {
	display: flex;
	line-height: 1;
}

.l-footer__bottom-inner-list ul li {
	padding-right: 30px;
	margin-right: 30px;
	position: relative;
	z-index: 1;
}

.l-footer__bottom-inner-list ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.l-footer__bottom-inner-list ul li:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.l-footer__bottom-inner-list ul li:last-child:before {
	display: none;
}

.l-footer__bottom-inner-list ul li a {
	color: #fff;
}

.l-footer__bottom-inner-list ul li a span {
	padding-bottom: 7px;
}

.l-footer__bottom-inner-copy {
	width: 100%;
	margin-top: 70px;
}

.l-footer__bottom-inner-copy p {
	color: #fff;
	font-size: 10px;
	text-align: right;
	line-height: 1;
	letter-spacing: .09em;
}

@media screen and (max-width:1023px){

	.l-footer__bottom-inner-box {
		margin-right: 50px;
	}

}

@media screen and (max-width:768px){

	.l-footer__entry a {
		height: 100px;
		font-size: 16px;
	}

	.l-footer__bottom {
		padding: 0;
		background-color: #353535;
	}

	.l-footer__bottom-inner {
		display: block;
		padding: 0 0 30px;
	}

	.l-footer__bottom-inner-box {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 65px 0;
		margin-right: 0;
		border-bottom: 1px solid #fff;
	}

	.l-footer__bottom-inner-box .logo {
		width: 95px;
		margin-right: 24px;
	}

	.l-footer__bottom-inner-box .logo a,
	.l-footer__bottom-inner-box .logo a img {
		display: block;
	}

	.l-footer__bottom-inner-box .copy {
		font-size: 10px;
	}

	.l-footer__bottom-inner-box .copy a {
		color: #fff;
	}

	.l-footer__bottom-inner-list {
		padding: 30px 4.66666667% 25px;
	}

	.l-footer__bottom-inner-list ul {
		display: flex;
		justify-content: center;
		font-size: 10px;
		line-height: 1;
	}

	.l-footer__bottom-inner-list ul li {
		padding-right: 15px;
		margin-right: 15px;
	}

	.l-footer__bottom-inner-list ul li:last-child {
		padding-right: 0;
		margin-right: 0;
	}

	.l-footer__bottom-inner-list ul li:before {
		content: "";
		display: block;
		width: 1px;
		height: 100%;
		background-color: #fff;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}

	.l-footer__bottom-inner-list ul li:last-child:before {
		display: none;
	}

	.l-footer__bottom-inner-list ul li a {
		color: #fff;
	}

	.l-footer__bottom-inner-list ul li a span {
		padding-bottom: 7px;
	}

	.l-footer__bottom-inner-copy {
		width: auto;
		padding: 30px 4.66666667% 0;
		margin-top: 0;
	}

	.l-footer__bottom-inner-copy p {
		font-size: 9px;
		text-align: center;
	}
}

/**********************************

 c-title01

***********************************/
.c-title01 {
	margin-bottom: 50px;
}

.c-title01 .jp {
	display: block;
	margin-top: -.3em;
	margin-bottom: .2em;
	font-size: 29px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-title01 .en {
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	letter-spacing: .09em;
}

@media screen and (max-width:768px){
	.c-title01 {
		margin-bottom: 35px;
	}

	.c-title01 .jp {
		margin-top: -.3em;
		margin-bottom: .35em;
		font-size: 26px;
		letter-spacing: .12em;
	}

	.c-title01 .en {
		font-size: 11.5px;
	}
}

/**********************************

 c-title02

***********************************/
.c-title02 {
	padding: 25px 0;
	margin-bottom: 60px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #dddddd;
}

@media screen and (max-width:768px){

	.c-title02 {
		padding: 12px 0;
		margin-bottom: 25px;
		font-size: 16px;
		text-align: center;
	}
}

/**********************************

 c-sec

***********************************/
.c-sec {
}

.c-sec__head {
}

.c-sec__head__inner {
}

.c-sec__head__inner__ttl {
}

.c-sec__body {

}

@media screen and (max-width:768px){
}

/**********************************

 c-sub-hero

***********************************/
.c-sub-hero {
	padding: 0 100px;
	background-color: #0078c6;
	position: relative;
	z-index: 1;
}

.c-sub-hero.member01 {
	background: url(images/interview/member01/img_cover.webp) no-repeat center;
	background-size: cover;
}

.c-sub-hero.member01:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.5;
}

.c-sub-hero.member02 {
	background: url(images/interview/member03/img_cover_3.webp) no-repeat center;
	background-size: cover;
}

.c-sub-hero.member02:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.5;
}

.c-sub-hero.member03 {
	background: url(images/interview/member02/img_cover_2.webp) no-repeat center;
	background-size: cover;
}

.c-sub-hero.member03:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.5;
}

.c-sub-hero.member04 {
	background: url(images/interview/member01/img_cover_1.webp) no-repeat center;
	background-size: cover;
}
.c-sub-hero.member04:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.5;
}

.c-sub-hero.member05 {
	background: url(images/interview/member04/img_cover_1.webp) no-repeat center;
	background-size: cover;
}
.c-sub-hero.member05:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.5;
}

.c-sub-hero.member06 {
	background: url(images/interview/member06/img_cover_1.webp) no-repeat center;
	background-size: cover;
}
.c-sub-hero.member06:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.5;
}

.c-sub-hero.member07 {
	background: url(images/interview/member07/img_cover_1.webp) no-repeat center;
	background-size: cover;
}
.c-sub-hero.member07:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.5;
}

.c-sub-hero.member08 {
	background: url(images/interview/member08/img_cover_1.webp) no-repeat center;
	background-size: cover;
}
.c-sub-hero.member08:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.5;
}

.c-sub-hero.member09 {
	background: url(images/interview/member09/img_cover_1.webp) no-repeat center;
	background-size: cover;
}
.c-sub-hero.member09:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.5;
}

.c-sub-hero.member10 {
	background: url(images/interview/member10/img_cover_1.webp) no-repeat center;
	background-size: cover;
}
.c-sub-hero.member10:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.5;
}

.c-sub-hero.member11 {
	background: url(images/interview/member11/img_cover_1.webp) no-repeat center;
	background-size: cover;
}
.c-sub-hero.member11:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.5;
}

.c-sub-hero.member12 {
	background: url(images/interview/member12/img_cover_1.webp) no-repeat center;
	background-size: cover;
}
.c-sub-hero.member12:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.5;
}

.c-sub-hero.member13 {
	background: url(images/interview/member13/img_cover_1.webp) no-repeat center;
	background-size: cover;
}
.c-sub-hero.member13:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.5;
}

.c-sub-hero.member14 {
	background: url(images/interview/member14/img_cover_1.webp) no-repeat center;
	background-size: cover;
}
.c-sub-hero.member14:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.5;
}

.c-sub-hero.member15 {
	background: url(images/interview/member15/img_cover_1.webp) no-repeat center;
	background-size: cover;
}
.c-sub-hero.member15:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.5;
}

.c-sub-hero.member16 {
	background: url(images/interview/member16/img_cover_1.webp) no-repeat center;
	background-size: cover;
}
.c-sub-hero.member16:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.5;
}

.c-sub-hero.member17 {
	background: url(images/interview/member17/img_cover_1.webp) no-repeat center;
	background-size: cover;
}
.c-sub-hero.member17:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.5;
}

.c-sub-hero.member18 {
	background: url(images/interview/member18/img_cover_1.webp) no-repeat center;
	background-size: cover;
}
.c-sub-hero.member18:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.5;
}


.c-sub-hero .layer {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	right: 0;
	bottom: 0;
	z-index: 2;
	background-color: #0078c6;
}

.c-sub-hero.is-active .layer {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 600ms;
}

.c-sub-hero.is-active .layer {
	-webkit-animation: imgCover_slideAnim 0.9s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
	animation: imgCover_slideAnim 0.9s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}

.c-sub-hero__inner {
	display: flex;
	align-items: center;
	height: 350px;
	padding-top: 75px;
}

.c-sub-hero__inner--interview-detail {
	height: 500px;
}

.c-sub-hero__inner-box {
	position: relative;
	z-index: 3;
}

.c-sub-hero__inner-box-ttl {

}

.c-sub-hero__inner-box-ttl .txt01 {
	display: block;
	margin-bottom: .25em;
	color: #fff;
	font-size: 29px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .03em;
}

.c-sub-hero__inner-box-ttl .txt01:last-child {
	margin-bottom: 0;
}

.c-sub-hero__inner-box-ttl .txt02 {
	display: block;
	margin-bottom: .5em;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .09em;
}

.c-sub-hero__inner-box-ttl .txt02:last-child {
	margin-bottom: 0;
}

@-webkit-keyframes imgCover_slideAnim {
	0% {
		left: -100%; }
	50% {
		left: 0%; }
	100% {
		left: 100%; } }

@keyframes imgCover_slideAnim {
	0% {
		left: -100%; }
	50% {
		left: 0%; }
	100% {
		left: 100%; } }

@media screen and (max-width:768px){

	.c-sub-hero {
		padding: 0 10.666666666666667%;
	}

	.c-sub-hero.member01 {
		background: url(images/interview/member01/img_cover_sp.webp) no-repeat center;
		background-size: cover;
	}

	.c-sub-hero.member02 {
		background: url(images/interview/member02/img_cover_sp_2.webp) no-repeat center;
		background-size: cover;
	}

	.c-sub-hero.member03 {
		background: url(images/interview/member03/img_cover_sp_3.webp) no-repeat center;
		background-size: cover;
	}

	.c-sub-hero.member04 {
		background: url(images/interview/member04/img_cover_sp_1.webp) no-repeat center;
		background-size: cover;
	}

	.c-sub-hero.member07 {
		background: url(images/interview/member07/img_cover_sp_1.webp) no-repeat center;
		background-size: cover;
	}

	.c-sub-hero.member08 {
		background: url(images/interview/member08/img_cover_sp_1.webp) no-repeat center;
		background-size: cover;
	}

	.c-sub-hero.member09 {
		background: url(images/interview/member09/img_cover_sp_1.webp) no-repeat center;
		background-size: cover;
	}

	.c-sub-hero.member10 {
		background: url(images/interview/member10/img_cover_sp_1.webp) no-repeat center;
		background-size: cover;
	}

	.c-sub-hero.member11 {
		background: url(images/interview/member11/img_cover_sp_1.webp) no-repeat center;
		background-size: cover;
	}

	.c-sub-hero.member12 {
		background: url(images/interview/member12/img_cover_sp_1.webp) no-repeat center;
		background-size: cover;
	}

	.c-sub-hero.member13 {
		background: url(images/interview/member13/img_cover_sp_1.webp) no-repeat center;
		background-size: cover;
	}

	.c-sub-hero.member14 {
		background: url(images/interview/member14/img_cover_sp_1.webp) no-repeat center;
		background-size: cover;
	}

	.c-sub-hero.member15 {
		background: url(images/interview/member15/img_cover_sp_1.webp) no-repeat center;
		background-size: cover;
	}

	.c-sub-hero.member16 {
		background: url(images/interview/member16/img_cover_sp_1.webp) no-repeat center;
		background-size: cover;
	}

	.c-sub-hero.member17 {
		background: url(images/interview/member17/img_cover_sp_1.webp) no-repeat center;
		background-size: cover;
	}

	.c-sub-hero.member18 {
		background: url(images/interview/member18/img_cover_sp_1.webp) no-repeat center;
		background-size: cover;
	}

	.c-sub-hero__inner {
		height: 200px;
		padding-top: 75px;
	}

	.c-sub-hero__inner--interview-detail {
		height: 256px;
	}

	.c-sub-hero__inner-box-ttl .txt01 {
		margin-bottom: .25em;
		font-size: 18px;
	}

	.c-sub-hero__inner-box-ttl .txt02 {
		font-size: 9px;
	}
}

/**********************************

 c-pager

***********************************/
.c-pager {
	margin-top: 50px;
}

.c-pager ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -10px;
}

.c-pager ul li {
	margin: 10px;
}

.c-pager ul li a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #0078c6;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border: 1px solid #0078c6;
	position: relative;
	z-index: 1;
	-webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-pager ul li a.prev,
.c-pager ul li a.next {
	width: 70px;
}

.c-pager ul li a:hover {
	color: #fff;
}

.c-pager ul li a:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: #0078c6;
	-webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.c-pager ul li a:hover:after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.c-pager ul li span {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #0078c6;
	border: 1px solid #0078c6;
}

@media screen and (max-width:768px){
	.c-pager {
		margin-top: 25px;
	}

	.c-pager ul {
		display: flex;
		justify-content: center;
		margin: -5px;
	}

	.c-pager ul li {
		margin: 5px;
	}

	.c-pager ul li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		border: 1px solid #0078c6;
	}

	.c-pager ul li a.prev,
	.c-pager ul li a.next {
		width: 60px;
	}

	.c-pager ul li span {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		border: 1px solid #0078c6;
	}
}

/**********************************

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 200px;
	border: 1px solid #c4c4c4;
	position: relative;
	z-index: 1;
	-webkit-transition: color 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: color 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
}

a.c-btn01:hover {
	color: #fff;
}

a.c-btn01 span {
	position: relative;
	z-index: 2;
}


@media screen and (max-width:768px){
	a.c-btn01 {
		padding: 12px 15px;
		margin-bottom: 4px;
		font-size: 16px;
	}
}

/**********************************

 c-btn02

***********************************/
a.c-btn02 {
	display: block;
	width: 100%;
	padding: 22px 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 200px;
	background-color: #3ae9ba;
	position: relative;
	z-index: 1;
	-webkit-transition: color 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: color 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
}

a.c-btn02:hover {
	color: #fff;
}

a.c-btn02:after {
	background-color: #3ab7ba;
}

a.c-btn02 span {
	position: relative;
	z-index: 2;
}


@media screen and (max-width:768px){
	a.c-btn02 {
		padding: 13px 15px;
		font-size: 16px;
	}
}

/**********************************

 c-form

***********************************/
.c-form {
}

.c-form__content {
}

.c-form__content dl {
	display: table;
	width: 100%;
}

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

.c-form__content dl dt {
	display: table-cell;
	width: 300px;
	padding: 25px 20px 25px 39px;
	vertical-align: middle;
	background-color: #f7f7f7;
	border-bottom: 1px solid #dddddd;
}

.c-form__content dl dt .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	line-height: 1.5;
}

.c-form__content dl dt .inner .name {
	/*color: #fff;*/
	font-size: 19px;
	font-weight: bold;
}

.c-form__content dl dt .inner .require {
	padding: 3px 5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background-color: #e5005a;
}

.c-form__content dl dt .inner .any {
	padding: 3px 5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background-color: #0078c6;
}

.c-form__content dl dd {
	display: table-cell;
	padding: 30px 40px;
	font-size: 17px;
	line-height: 1.5;
	vertical-align: middle;
	background-color: #fff;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

.c-form__content dl dd input:read-only.job {
	width: 100%;
	height: auto;
	padding: 0;
	outline: none;
	cursor: text;
	border: none;
}

.c-form__content dl dd .wfull {
	width: 100%;
}

.c-form__content dl dd .example {
	padding-left: 20px;
	margin-top: .5em;
	color: #bbbbbb;
}

.mw_wp_form_confirm .c-form__content dl dd .example {
	display: none;
}

.c-form__content dl dd .wpcf7-radio {
	margin: 0 -10px;
	font-size: 18px;
}

.c-form__content dl dd .wpcf7-list-item {
	margin: 0 10px;
}

.c-form__content dl dd .wpcf7-list-item input {
	margin-right: .25em;
}

.c-form__box {
	padding: 5.008347245409015% 3.25542570951586% 0;
	/*padding: 5.008347245409015% 3.25542570951586%;*/
}

.c-form__privacy {

}

.mw_wp_form_confirm .c-form__privacy {
	display: none;
}

.c-form__privacy-box {
	padding: 20px 0 20px 30px;
	margin-bottom: 40px;
	border: 1px solid #dddddd;
}

.c-form__privacy-box * {
	max-height: none;
}

.c-form__privacy-box-scroll {
	height: 150px;
	padding-right: 40px;
	overflow-y: scroll;
}

.c-form__privacy-box-scroll p {

}

.c-form__privacy-txt01 {
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.c-form__privacy-txt01 .mwform-checkbox-field-text {
	font-weight: bold;
}

.c-form__privacy-txt01 input {
	margin-right: .5em;
}

.c-form__btn-area {
	display: flex;
	justify-content: center;
}

.c-form__submit {
	width: 420px;
	max-width: 100%;
	margin: 0 auto;
}

.c-form__btn-area .c-form__submit {
	margin: 0;
}

.c-form__submit button,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .03em;
	line-height: 1.5;
	border-radius: 100px;
	background: #3ae9ba;
	overflow: hidden;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1;
}

.c-form__submit button:after,
.c-form__confirmBtn__btn .submit:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #3ab7ba;
	-webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.c-form__submit button:hover:after,
.c-form__confirmBtn__btn .submit:hover:after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.c-form__submit button:disabled,
.c-form__confirmBtn__btn .submit:disabled {
	background: #999999;
}

.c-form__submit button:disabled:hover,
.c-form__confirmBtn__btn .submit:disabled:hover {
	opacity: 1;
	cursor: default;
}

.c-form__submit button:disabled:after,
.c-form__confirmBtn__btn .submit:disabled:after {
	display: none;
}

.c-form__submit button span,
.c-form__confirmBtn__btn .submit span {
	position: relative;
	z-index: 2;
}

.c-form__confirmBtn {
	display: flex;
	justify-content: center;
}

.c-form__confirmBtn__btn {
	width: 360px;
}

.c-form__confirmBtn__btn:first-child {
	margin-right: 30px;
}

.c-form__back {
	width: 420px;
	max-width: 100%;
	margin-right: 30px;
}

.mw_wp_form_input .c-form__back {
	display: none;
}

.mw_wp_form_confirm .c-form__back {
	display: block;
}

.c-form__back button,
.c-form__back .submit {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .03em;
	line-height: 1.5;
	border-radius: 100px;
	background: #999;
	overflow: hidden;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1;
}

.c-form__back button:after,
.c-form__back .submit:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #666;
	-webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.c-form__back button:hover:after,
.c-form__back .submit:hover:after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.c-form__back button:disabled,
.c-form__back .submit:disabled {
	background: #999999;
}

.c-form__back button:disabled:hover,
.c-form__back .submit:disabled:hover {
	opacity: 1;
	cursor: default;
}

.c-form__back button:disabled:after,
.c-form__back .submit:disabled:after {
	display: none;
}

.c-form__back button span,
.c-form__back .submit span {
	position: relative;
	z-index: 2;
}


@media screen and (max-width:768px){

	.c-form__content {
	}

	.c-form__content dl {
		display: block;
		width: auto;
	}

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 10px 15px;
		border-bottom: none;
	}

	.c-form__content dl dt .inner {
		display: block;
		width: auto;
		position: relative;
	}

	.c-form__content dl dt .inner .name {
		font-size: 14px;
		text-align: center;
	}

	.c-form__content dl dt .inner .require {
		padding: 3px 5px;
		font-size: 9px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dt .inner .any {
		padding: 3px 5px;
		font-size: 9px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dd {
		display: block;
		padding: 14px;
		font-size: 14px;
		border-left: none;
		background-color: #fafafa;
		border-bottom: 1px solid #dddddd;
		box-shadow: none;
	}

	.c-form__content dl:last-child dd {
		border-bottom: none;
	}

	.c-form__content dl dd .example {
		padding-left: 15px;
		font-size: 14px;
	}

	.c-form__content dl dd .wpcf7-radio {
		margin: 0 -7px;
		font-size: 14px;
		font-weight: bold;
	}

	.c-form__content dl dd .wpcf7-list-item {
		margin: 0 7px;
	}

	.c-form__box {
		padding: 0 4.328358208955224% 0;
		/*padding: 0 4.328358208955224% 25px;*/
	}

	.c-form__privacy {
		background-color: #fafafa;
	}

	.c-form__privacy-box {
		padding: 10px 0 10px 15px;
		margin-bottom: 15px;
		background-color: #fff;
	}

	.c-form__privacy-box-scroll {
		height: 75px;
		padding-right: 20px;
	}

	.c-form__privacy-box-scroll p {
		font-size: 12px;
	}

	.c-form__privacy-txt01 {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.c-form__privacy-txt01 input {
		margin-right: .5em;
	}

	.c-form__btn-area {
		margin-top: 15px;
	}

	.c-form__submit {
		width: 240px;
	}

	.c-form__submit button,
	.c-form__confirmBtn__btn .submit {
		padding: 12px 15px;
		font-size: 16px;
	}

	.c-form__confirmBtn {
		justify-content: space-between;
	}

	.c-form__confirmBtn__btn {
		width: 47.5%;
	}

	.c-form__confirmBtn__btn:first-child {
		margin-right: 0;
	}

	.c-form__confirmBtn__btn .back {
		padding: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #333333;
	}

	.c-form__back {
		width: 240px;
		margin-right: 15px;
	}

	.c-form__back button,
	.c-form__back .submit {
		padding: 12px 15px;
		font-size: 16px;
	}

}


/**********************************

 c-faq

***********************************/
.c-faq {
}

.c-faq dl {
	margin-bottom: 60px;
}

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

.c-faq dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}

.c-faq dl dt .icon {
	width: 68px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 68px;
	background-color: #2b536a;
	border-radius: 5px;
}

.c-faq dl dt .ttl {
	flex: 1;
	min-height: 68px;
	padding: 14px 29px;
	margin-left: 12px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: 5px;
}

.c-faq dl dd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.c-faq dl dd .icon {
	width: 68px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 68px;
	background-color: #4481a5;
	border-radius: 5px;
}

.c-faq dl dd .cont {
	flex: 1;
	min-height: 68px;
	padding: 19px 29px;
	margin-left: 12px;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: 5px;
}

.c-faq dl dd .cont p {
}

@media screen and (max-width:768px){

	.c-faq {
	}

	.c-faq dl {
		margin-bottom: 30px;
	}

	.c-faq dl dt {
		margin-bottom: 20px;
	}

	.c-faq dl dt .icon {
		width: 40px;
		font-size: 16px;
		line-height: 40px;
		border-radius: 4px;
	}

	.c-faq dl dt .ttl {
		flex: 1;
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		font-size: 16px;
		border-radius: 4px;
	}

	.c-faq dl dd .icon {
		width: 40px;
		font-size: 16px;
		line-height: 40px;
		border-radius: 4px;
	}

	.c-faq dl dd .cont {
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		border-radius: 4px;
	}

	.c-faq dl dd .cont p {
	}

}



/**********************************

 c-completeSec

***********************************/
.c-completeSec {

}

.c-completeSec__inner {
	padding: 120px 0;
}

.c-completeSec__inner .intro {
	margin-bottom: 50px;
	/*font-size: 18px;*/
}

.c-completeSec__inner .back {
	max-width: 430px;
	margin: 0 auto;
}


@media screen and (max-width:768px){

	.c-completeSec__inner {
		padding: 60px 0;
	}

	.c-completeSec__inner .intro {
		margin-bottom: 30px;
		font-size: 14px;
	}

	.c-completeSec__inner .back {
		max-width: 215px;
	}
}



/**********************************

 c-hero-pc

***********************************/
.c-hero-pc {
	height: 41.979166666666667vw;
	/*height: 806px;*/
	/*height: 100vh;*/
	position: relative;
	z-index: 1;
}

.c-hero-pc__content {
	display: flex;
	justify-content: space-between;
	height: 100%;
	margin: 0 -5px;
}

.c-hero-pc__content-item {
	width: 20%;
	height: 100%;
	/*margin: 0 5px;*/
	/*cursor: pointer;*/
	position: relative;
	z-index: 1;
}

.c-hero-pc__content-item.is-none:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 6;
}

.c-hero-pc__content-item:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #0078c6;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	-webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1),
				-webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-delay: 0s;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

.c-hero-pc__content-item:nth-child(1):before {
	background: #0078c6;
	/*-webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	/*transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	/*transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	/*transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1),*/
	/*-webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	transition-delay: 0s;
}

.c-hero-pc__content-item:nth-child(2):before {
	background-color: #e5e500;
	/*-webkit-transition: -webkit-transform 1.75s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	/*transition: -webkit-transform 1.75s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	/*transition: transform 1.75s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	/*transition: transform 1.75s cubic-bezier(0.075, 0.82, 0.165, 1),*/
	/*-webkit-transform 1.75s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	transition-delay: .2s;
}

.c-hero-pc__content-item:nth-child(3):before {
	background-color: #e5005a;
	/*-webkit-transition: -webkit-transform 2.25s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	/*transition: -webkit-transform 2.25s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	/*transition: transform 2.75s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	/*transition: transform 2.75s cubic-bezier(0.075, 0.82, 0.165, 1),*/
	/*-webkit-transform 2.75s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	transition-delay: .4s;
}

.c-hero-pc__content-item:nth-child(4):before {
	background-color: #1a1a1a;
	/*-webkit-transition: -webkit-transform 2.25s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	/*transition: -webkit-transform 2.25s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	/*transition: transform 2.25s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	/*transition: transform 2.25s cubic-bezier(0.075, 0.82, 0.165, 1),*/
	/*-webkit-transform 2.25s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	transition-delay: .3s;
}

.c-hero-pc__content-item:nth-child(5):before {
	background-color: #666666;
	/*-webkit-transition: -webkit-transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	/*transition: -webkit-transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	/*transition: transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	/*transition: transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1),*/
	/*-webkit-transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1);*/
	transition-delay: .1s;
}

.c-hero-pc__content-item.is-hidden:before {
	/*-webkit-transform-origin: bottom;*/
	/*transform-origin: bottom;*/
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.c-hero-pc__content-item:nth-child(1):before {
}

.c-hero-pc__content-item:nth-child(2):before {
}

.c-hero-pc__content-item:nth-child(3):before {
}

.c-hero-pc__content-item:nth-child(4):before {
}

.c-hero-pc__content-item:nth-child(5):before {
}

.c-hero-pc__content-item.is-hidden:before {
}

.c-hero-pc__content-item01 {
	background: url(images/top/hero_slide01_p.webp) no-repeat center;
	background-size: cover;
}

.c-hero-pc__content-item02 {
	background: url(images/top/hero_slide02_p.webp) no-repeat center;
	background-size: cover;
}

.c-hero-pc__content-item03 {
	background: url(images/top/hero_slide03_p.webp) no-repeat center;
	background-size: cover;
}

.c-hero-pc__content-item04 {
	background: url(images/top/hero_slide04_p.webp) no-repeat center;
	background-size: cover;
}

.c-hero-pc__content-item05 {
	background: url(images/top/hero_slide05_p.webp) no-repeat center;
	background-size: cover;
}

.c-hero-pc__box {
	margin: 0 0 4.947916666666667% 5.208333333333333%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
}

.c-hero-sp__box-copy {
	margin-left: em;
	margin-bottom: .3em;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: normal;
	background-color:#e5005a;
	
}


.under_line{ text-decoration: underline 10px #00d138; }

.c-hero-pc__box-copy {
	margin-left: -em;
	color: #fff;
	font-size: 78px;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration:underline 80px;
	text-decoration-color:#e6005a;
	text-underline-offset: -0.9em;
  
}

.c-hero-pc__box-txt01 .inner {
	position: relative;
	display: block;
	width: 0;
	height: 20px;
	padding: 0;
	background-color: #fff;
	white-space: nowrap;
}

.c-hero-pc.is-active .c-hero-pc__box-txt01 .inner {
	width: 275px;
	padding: 0 5px;
	clip-path: inset(0);
	transition: 0.6s ease;
}

.c-hero-pc__box-txt01 .inner .text {
	width: 275px;
	transition: 0.6s ease;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	white-space: nowrap;
	transition-delay: .5s;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	margin: auto;
	display: inline-block;
	white-space: nowrap;
	font-weight: 600;
	font-size: 11px;
	color: #353535;
	padding: 2px 0px 0px 6px;
}

.c-hero-pc.is-active .c-hero-pc__box-txt01 .inner .text {
	clip-path: inset(0);
}

.c-hero-pc__box-txt01 .inner .bg {
	width: 275px;
	transition: 0.6s ease;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	white-space: nowrap;
	transition-delay: 0.22s;
	width: auto;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
	margin: auto;
	padding-right: 12px;
	display: block;
	background: #fff;
	white-space: nowrap;
	font-weight: 600;
	font-size: 11px;
	color: transparent;
}

.c-hero-pc.is-active .c-hero-pc__box-txt01 .inner .bg {
	clip-path: inset(0);
}

.c-hero-pc__box-txt01 span {
}

@media screen and (max-width:1023px){
	.c-hero-pc__box-copy {
		font-size: 7.617vw;
	}

	.c-hero-pc__box-txt01 {
		font-size: 1.074vw;
	}

}



/**********************************

 c-hero-sp

***********************************/
.c-hero-sp {
	position: relative;
	z-index: 1;
}

.c-hero-sp__cover {
	display: block;
	width: 100%;
	height: 100%;
	background: #0078c6;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	-webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1),
				-webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.c-hero-sp__cover.is-active {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.c-hero-sp__cover,
.c-hero-sp__cover.is-active {
	background-color: #0078c6;
}

.c-hero-sp__cover[data-color="0"],
.c-hero-sp__cover[data-color="0"].is-active {
	background-color: #e5e500;
}

.c-hero-sp__cover[data-color="1"],
.c-hero-sp__cover[data-color="1"].is-active {
	background-color: #e5005a;
}

.c-hero-sp__cover[data-color="2"],
.c-hero-sp__cover[data-color="2"].is-active {
	background-color: #1a1a1a;
}

.c-hero-sp__cover[data-color="3"],
.c-hero-sp__cover[data-color="3"].is-active {
	background-color: #666666;
}

.c-hero-sp__cover[data-color="4"],
.c-hero-sp__cover[data-color="4"].is-active {
	background-color: #0078c6;
}


.c-hero-sp__slider {
	height: 95.733333333333333vw;
	/*height: 100vh;*/
}

.c-hero-sp__slider .slick-list,
.c-hero-sp__slider .slick-track,
.c-hero-sp__slider-item {
	height: 100%;
}

.c-hero-sp__slider-item01 {
	background: url(images/top/hero_slide01_s.webp) no-repeat center;
	background-size: cover;
}

.c-hero-sp__slider-item02 {
	background: url(images/top/hero_slide02_s.webp) no-repeat center;
	background-size: cover;
}

.c-hero-sp__slider-item03 {
	background: url(images/top/hero_slide03_s.webp) no-repeat center;
	background-size: cover;
}

.c-hero-sp__slider-item04 {
	background: url(images/top/hero_slide04_s.webp) no-repeat center;
	background-size: cover;
}

.c-hero-sp__slider-item05 {
	background: url(images/top/hero_slide05_s.webp) no-repeat center;
	background-size: cover;
}

.c-hero-sp__box {
	margin: 0 0 4.947916666666667% 4%;
	position: absolute;
	top: 80%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 2;
	pointer-events: none;
}

.c-hero-sp__box-copy {
	margin-left: em;
	margin-bottom: .3em;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: normal;
	
}

.c-hero-sp__box-txt01 {
	font-size: 9px;
	font-weight: bold;
	letter-spacing: .09em;
}

.c-hero-sp__box-txt01 .inner {
	position: relative;
	display: block;
	width: 0;
	height: 15px;
	padding: 0;
	background-color: #fff;
	white-space: nowrap;
}

.c-hero-pc.is-active .c-hero-sp__box-txt01 .inner {
	width: 220px;
	padding: 0 5px;
	clip-path: inset(0);
	transition: 0.6s ease;
}

.c-hero-sp__box-txt01 .inner .text {
	width: 220px;
	transition: 0.6s ease;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	white-space: nowrap;
	transition-delay: .5s;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	margin: auto;
	display: inline-block;
	white-space: nowrap;
	font-weight: 600;
	font-size: 9px;
	color: #353535;
	padding: 0 0px 0px 6px;
}

.c-hero-sp.is-active .c-hero-sp__box-txt01 .inner .text {
	clip-path: inset(0);
}

.c-hero-sp__box-txt01 .inner .bg {
	width: 220px;
	transition: 0.6s ease;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	white-space: nowrap;
	transition-delay: 0.22s;
	width: auto;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
	margin: auto;
	padding-right: 12px;
	display: block;
	background: #fff;
	white-space: nowrap;
	font-weight: 600;
	font-size: 9px;
	color: transparent;
}

.c-hero-sp.is-active .c-hero-sp__box-txt01 .inner .bg {
	clip-path: inset(0);
}

.c-hero-sp__box-txt01 span {
}


@media screen and (max-width:768px){

}


/**********************************

 c-about

***********************************/
.c-about {

}

.c-about__inner {
	padding: 100px 0 50px;
}

.c-about__inner-copy {
	margin-bottom: 0.833333333333333em;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-about__inner-txt01 {
	margin-bottom: 1.5em;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 2.4;
}

.c-about__inner-txt01:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:1244px){

	.c-about__inner-copy {
		font-size: 4.819vw;
	}

	.c-about__inner-txt01 {
		font-size: 1.928vw;
	}
}

@media screen and (max-width:768px){

	.c-about__inner {
		padding: 30px 0 25px;
	}

	.c-about__inner-copy {
		margin-top: -.3em;
		margin-bottom: 0.833333333333333em;
		font-size: 30px;
	}

	.c-about__inner-txt01 {
		margin-bottom: 1.5em;
		font-size: 12px;
	}
}


/**********************************

 c-staff

***********************************/
.c-staff {

}

.c-staff__inner {
	padding: 50px 0 70px;
}

.c-staff__inner--archive {
	padding: 130px 0 140px;
}

.c-staff__inner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -4px;
}

.c-staff__inner-list--archive {
	display: block;
	max-width: 958px;
	margin: 0 auto 0;
}

.c-staff__inner-list-item {
	width: calc(50% - 2px);
	height: 220px;
	margin-bottom: 4px;
}

.c-staff__inner-list-item--archive {
	width: auto;
	margin-bottom: 60px;
}

.c-staff__inner-list-item--archive:last-child {
	margin-bottom: 0;
}

.c-staff__inner-list-item:nth-child(odd) {
	margin-right: 2px;
}

.c-staff__inner-list-item:nth-child(even) {
	margin-left: 2px;
}

.c-staff__inner-list-item a {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
	z-index: 1;
}

.c-staff__inner-list-item a .text-area {
	position: relative;
	z-index: 2;
	width: 70%;
}

.c-staff__inner-list-item a .text-area:hover p {
	color: #fff;
}

.c-staff__inner-list-item a .text-area .ttl {
	color: #343434;
	font-size: 22px;
}

.c-staff__inner-list-item a .text-area .bg {
	display: block;
	background: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0) 100%);
	padding-left: 10%;
	padding-top: 3%;
	padding-bottom: 3%;
	text-shadow:
	2px  0px 2px #ffffff,
	0px  2px 2px #ffffff,
   -2px  0px 2px #ffffff,
	0px -2px 2px #ffffff;        /* 文字の影 */
}

.c-staff__inner-list-item a .text-area .bg:hover {
	display: block;
	background: none;
	text-shadow: none;
}


.c-staff__inner-list-item a .text-area .name {
	color: #343434;
	font-size: 16px;
	margin-top: 9px;
}

.c-staff__inner-list-item a .text-area .position {
	color: #343434;
	font-size: 14px;
	margin-top: 2px;
}

.c-staff__inner-list-item a .pic {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.c-staff__inner-list-item a .pic img {
	-webkit-transition: -webkit-transform 20s cubic-bezier(0.03, 0.71, 0.12, 0.96);
	transition: -webkit-transform 20s cubic-bezier(0.03, 0.71, 0.12, 0.96);
	transition: transform 20s cubic-bezier(0.03, 0.71, 0.12, 0.96);
	transition: transform 20s cubic-bezier(0.03, 0.71, 0.12, 0.96), -webkit-transform 20s cubic-bezier(0.03, 0.71, 0.12, 0.96);
	width: 100%;
	height: 100%;
}

.c-staff__inner-list-item a:hover .pic img {
	-webkit-transform: scale(1.6) translate3d(0, -5%, 0);
	transform: scale(1.6) translate3d(0, -5%, 0);
	-webkit-transition: -webkit-transform 100s cubic-bezier(0, 0.1, 0.05, 0.99);
	transition: -webkit-transform 100s cubic-bezier(0, 0.1, 0.05, 0.99);
	transition: transform 100s cubic-bezier(0, 0.1, 0.05, 0.99);
	transition: transform 100s cubic-bezier(0, 0.1, 0.05, 0.99), -webkit-transform 100s cubic-bezier(0, 0.1, 0.05, 0.99);
}

.c-staff__inner-list-item a .layer {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	background: #00aaeb;
}

.c-staff__inner-list-item a:hover .layer {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.c-staff__inner-list-item:nth-child(1) a .layer {
	background: #0078EB;
}
.c-staff__inner-list-item:nth-child(2) a .layer {
	background: #3AB7BA;
}
.c-staff__inner-list-item:nth-child(3) a .layer {
	background: #0014B9;
}
.c-staff__inner-list-item:nth-child(4) a .layer {
	background: #F3385A;
}
.c-staff__inner-list-item:nth-child(5) a .layer {
	background: #FF42D1;
}
.c-staff__inner-list-item:nth-child(6) a .layer {
	background: #CAFF34;
}
.c-staff__inner-list-item:nth-child(7) a .layer {
	background: #FFA500;
}
.c-staff__inner-list-item:nth-child(8) a .layer {
	background: #8A2BE2;
}
.c-staff__inner-list-item:nth-child(9) a .layer {
	background: #FF6347;
}
.c-staff__inner-list-item:nth-child(10) a .layer {
	background: #00FF7F;
}
.c-staff__inner-list-item:nth-child(11) a .layer {
	background: #FF1493; /* ディープピンク */
}
.c-staff__inner-list-item:nth-child(12) a .layer {
	background: #00CED1; /* ダークターコイズ */
}
.c-staff__inner-list-item:nth-child(13) a .layer {
	background: #FFD700; /* ゴールド */
}
.c-staff__inner-list-item:nth-child(14) a .layer {
	background: #FF4500; /* オレンジレッド */
}
.c-staff__inner-list-item:nth-child(15) a .layer {
	background: #7FFF00; /* チャートリューズ */
}
.c-staff__inner-list-item:nth-child(16) a .layer {
	background: #FF69B4; /* ホットピンク */
}
.c-staff__inner-list-item:nth-child(17) a .layer {
	background: #40E0D0; /* ターコイズ */
}
.c-staff__inner-list-item:nth-child(18) a .layer {
	background: #DC143C; /* クリムゾン */
}
.c-staff__inner-list-item:nth-child(19) a .layer {
	background: #00BFFF; /* ディープスカイブルー */
}
.c-staff__inner-list-item:nth-child(20) a .layer {
	background: #ADFF2F; /* グリーンイエロー */
}

.c-staff__inner-list-item a .arrow {
	width: 38px;
	height: 7px;
	position: absolute;
	top: 0;
	right: 50px;
	bottom: 0;
	background: url(images/common/icon_arrow_white.png) no-repeat center center/100% auto;
	margin: auto 0;
	z-index: 2;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.c-staff__inner-list-item a:hover .arrow {
	-webkit-transform: translate3d(12px, 0, 0);
	transform: translate3d(12px, 0, 0);
}

@media screen and (max-width:1024px){

	.c-staff__inner-list-item a .text-area .ttl {
		font-size: 16px;
	}

	.c-staff__inner-list-item a .text-area .name {
		font-size: 16px;
	}

	.c-staff__inner-list-item a .text-area .position {
		font-size: 14px;
	}

	.c-staff__inner-list-item a .arrow {
		right: 20px;
	}
}

@media screen and (max-width:768px){

	.c-staff--archive {
		padding: 0;
	}

	.c-staff__inner {
		padding: 25px 0 20px;
	}

	.c-staff__inner--archive {
		padding: 40px 0;
	}

	.c-staff__inner-list {
		display: block;
		margin-bottom: 0;
	}

	.c-staff__inner-list-item {
		width: auto;
		height: 200px;
		margin-bottom: 4px;
	}

	.c-staff__inner-list-item:last-child {
		margin-bottom: 0;
	}

	.c-staff__inner-list-item:nth-child(odd) {
		margin-right: 0;
	}

	.c-staff__inner-list-item:nth-child(even) {
		margin-left: 0;
	}

	.c-staff__inner-list-item a {
		display: flex;
		align-items: center;
		height: 100%;
		position: relative;
		z-index: 1;
	}

	.c-staff__inner-list-item a .text-area {
		position: relative;
		z-index: 2;
	}

	.c-staff__inner-list-item a .text-area .ttl {
		font-size: 18px;
		line-height: 1.6;
	}

	.c-staff__inner-list-item a .text-area .name {
		font-size: 14px;
		margin-top: 9px;
	}

	.c-staff__inner-list-item a .text-area .position {
		font-size: 14px;
		margin-top: 2px;
	}

	.c-staff__inner-list-item a .arrow {
		bottom: 20px;
		right: 20px;
		margin: 0;
		top: auto;
		width: 42px;
		height: 8px;
	}

	.c-staff__inner-list-item a:hover .arrow {
		-webkit-transform: translate3d(12px, 0, 0);
		transform: translate3d(12px, 0, 0);
	}
}


/**********************************

 c-movie

***********************************/
.c-movie {

}

.c-movie__inner {
	padding: 70px 0 140px;
}

.c-movie__inner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -.873362445414847%;
}

.c-movie__inner-list:after {
	content: "";
	display: block;
	width: 32.751091703056769%;
}

.c-movie__inner-list-item {
	width: 32.751091703056769%;
	margin-bottom: .873362445414847%;
	position: relative;
	z-index: 1;
	margin-right: 3px;
}

.c-movie__inner-list-item img {
	width: 100%;
	max-width: none;
}

.c-movie__inner-list-item video {
	width: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	max-width: 100vw;
}

.c-movie__inner-list-item.is-play video,
.c-movie__inner-list-item.is-loaded video {
	display: block;
}

.c-movie__inner-list-item .play {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	cursor: pointer;
}

.c-movie__inner-list-item .play:before {
	content: "";
	display: block;
	background: url("images/common/icon_start.svg") no-repeat center center/cover;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.c-movie__inner-list-item.is-play .play:before {
	opacity: 0;
}

.c-movie__inner-list-item .play:after {
	content: "";
	display: block;
	background: url("images/common/icon_stop.svg") no-repeat center center/cover;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	opacity: 0;
}

.c-movie__inner-list-item.is-play .play:after {
	-webkit-transition: 0.8s ease;
	transition: 0.8s ease;
	opacity: 1;
}

@media screen and (max-width:1024px){

}

@media screen and (max-width:768px){

	.c-movie {
		padding: 0;
	}

	.c-movie__inner {
		padding: 20px 0 0;
	}

	.movie__inner--archive {
		padding: 40px 0;
	}

	.c-movie__inner-list {
		display: block;
		margin-bottom: 0;
	}

	.c-movie__inner-list:after {
		display: none;
	}

	.c-movie__inner-list-item {
		width: auto;
		margin-bottom: 60px;
	}

	.c-movie__inner-list-item .play {
		position: absolute;
		z-index: 5;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: 0.5s ease;
		transition: 0.5s ease;
		cursor: pointer;
	}

	.c-movie__inner-list-item .play:before {
		content: "";
		display: block;
		background: url("images/common/icon_start.svg") no-repeat center center/cover;
		width: 70px;
		height: 70px;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		-webkit-transition: 0.5s ease;
		transition: 0.5s ease;
	}

	.c-movie__inner-list-item.is-play .play:before {
		opacity: 0;
	}

	.c-movie__inner-list-item .play:after {
		content: "";
		display: block;
		background: url("images/common/icon_stop.svg") no-repeat center center/cover;
		width: 70px;
		height: 70px;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		opacity: 0;
	}

	.c-movie__inner-list-item.is-play .play:after {
		-webkit-transition: 0.8s ease;
		transition: 0.8s ease;
		opacity: 1;
	}
}


/**********************************

 c-entry-archive

***********************************/
.c-entry-archive {

}

.c-entry-archive__inner {
	width: 1200px;
	padding: 130px 0 140px;
}

.c-entry-archive__inner-result {
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.c-entry-archive__inner-result span {
	font-size: 19px;
}

.c-entry-archive__inner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -5%;
}

.c-entry-archive__inner-list:after {
	content: "";
	display: block;
	width: 30%;
}

.c-entry-archive__inner-list-sec {
	width: 30%;
	margin-bottom: 5%;
}

.c-entry-archive__inner-list-sec a {
	display: block;
	height: 100%;
	padding: 8.055555555555556%;
	border: 1px solid #dddddd;
}

.c-entry-archive__inner-list-sec .pic {
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	overflow: hidden;
}

.c-entry-archive__inner-list-sec.is-active .pic {
	opacity: 1;
}

.c-entry-archive__inner-list-sec .pic img {
	width: 100%;
	-webkit-transition: -webkit-transform 20s cubic-bezier(0.03, 0.71, 0.12, 0.96);
	transition: -webkit-transform 20s cubic-bezier(0.03, 0.71, 0.12, 0.96);
	transition: transform 20s cubic-bezier(0.03, 0.71, 0.12, 0.96);
	transition: transform 20s cubic-bezier(0.03, 0.71, 0.12, 0.96), -webkit-transform 20s cubic-bezier(0.03, 0.71, 0.12, 0.96);
}

.c-entry-archive__inner-list-sec .pic .layer {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #3AB7BA;

	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: -webkit-transform 0.6s 0.2s;
	transition: -webkit-transform 0.6s 0.2s;
	transition: transform 0.6s 0.2s;
	transition: transform 0.6s 0.2s, -webkit-transform 0.6s 0.2s;
}

.c-entry-archive__inner-list-sec.is-active .pic .layer {
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.c-entry-archive__inner-list-sec .ttl {
	margin-bottom: .65em;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.8;
}

.c-entry-archive__inner-list-sec .ttl:last-child {
	margin-bottom: 0;
}

.c-entry-archive__inner-list-sec .txt01 {
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 2;
}

.c-entry-archive__inner-list-sec .txt01:last-child {
	margin-bottom: 0;
}

.c-entry-archive__inner-list-sec .tags {
	margin: -5px;
	font-size: 0;
}

.c-entry-archive__inner-list-sec .tags li {
	display: inline-block;
	padding: 2px 5px;
	margin: 5px;
	font-size: 12px;
	background-color: #f7f7f7;
}

@media screen and (max-width:1023px){

	.c-entry-archive__inner-list:after {
		width: 47%;
	}

	.c-entry-archive__inner-list-sec {
		width: 47%;
	}

}

@media screen and (min-width:769px){

	.c-entry-archive__inner-list-sec a:hover .pic img {
		-webkit-transform: scale(1.6) translate3d(0, -5%, 0);
		transform: scale(1.6) translate3d(0, -5%, 0);
		-webkit-transition: -webkit-transform 100s cubic-bezier(0, 0.1, 0.05, 0.99);
		transition: -webkit-transform 100s cubic-bezier(0, 0.1, 0.05, 0.99);
		transition: transform 100s cubic-bezier(0, 0.1, 0.05, 0.99);
		transition: transform 100s cubic-bezier(0, 0.1, 0.05, 0.99), -webkit-transform 100s cubic-bezier(0, 0.1, 0.05, 0.99);
	}
}

@media screen and (max-width:768px){

	.c-entry-archive {
		padding: 0 5.333333333333333%;
		background-color: #fafafa;
	}

	.c-entry-archive__inner {
		padding: 40px 0;
	}

	.c-entry-archive__inner-result {
		margin-bottom: 18px;
		font-size: 10px;
	}

	.c-entry-archive__inner-result span {
		font-size: 15px;
	}

	.c-entry-archive__inner-list {
		display: block;
		margin-bottom: 0;
	}

	.c-entry-archive__inner-list:after {
		display: none;
	}

	.c-entry-archive__inner-list-sec {
		width: auto;
		margin-bottom: 30px;
		background-color: #fff;
	}

	.c-entry-archive__inner-list-sec:last-child {
		margin-bottom: 0;
	}

	.c-entry-archive__inner-list-sec a {
		display: block;
		padding: 4.328358208955224%;
		border: 1px solid #dddddd;
	}

	.c-entry-archive__inner-list-sec .pic {
		margin-bottom: 12px;
	}

	.c-entry-archive__inner-list-sec .ttl {
		margin-bottom: .5em;
		font-size: 16px;
		line-height: 1.8;
	}

	.c-entry-archive__inner-list-sec .ttl:last-child {
		margin-bottom: 0;
	}

	.c-entry-archive__inner-list-sec .txt01 {
		margin-bottom: 1em;
		font-size: 12px;
	}

	.c-entry-archive__inner-list-sec .txt01:last-child {
		margin-bottom: 0;
	}

	.c-entry-archive__inner-list-sec .tags {
		margin: -5px;
	}

	.c-entry-archive__inner-list-sec .tags li {
		padding: 2px 5px;
		margin: 5px;
		font-size: 10px;
	}

}


/**********************************

 c-entry-detail

***********************************/
.c-entry-detail {

}

.c-entry-detail__inner {
	width: 1200px;
	padding: 130px 0 140px;
}

.c-entry-detail__inner-sec {
	margin-bottom: 80px;
}

.c-entry-detail__inner-sec:last-child {
	margin-bottom: 0;
}

.c-entry-detail__inner-sec-intro {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
}

.c-entry-detail__inner-sec-intro:last-child {
	margin-bottom: 0;
}

.c-entry-detail__inner-sec-intro .pic {
	width: 33.333333333333333%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.c-entry-detail__inner-sec-intro .pic img {
	width: 100%;
	max-width: none;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: 1.8s 0.2s;
	transition: 1.8s 0.2s;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.c-entry-detail__inner-sec-intro .pic.is-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.c-entry-detail__inner-sec-intro .content {
	width: 61.666666666666667%;
}

.c-entry-detail__inner-sec-intro .content .sec {
	margin-bottom: 30px;
}

.c-entry-detail__inner-sec-intro .content .sec:first-child {
	margin-top: -.5em;
}

.c-entry-detail__inner-sec-intro .content .sec:last-child {
	margin-bottom: 0;
}

.c-entry-detail__inner-sec-intro .content .sec .ttl {
	margin-bottom: .5em;
	font-size: 19px;
	font-weight: bold;
}

.c-entry-detail__inner-sec-intro .content .sec .txt01 {
	font-size: 17px;
	line-height: 2;
}

.c-entry-detail__inner-sec-point {
	padding: 2.5% 3.333333333333333%;
	background-color: #f7f7f7;
}

.c-entry-detail__inner-sec-point:last-child {
	margin-bottom: 0;
}

.c-entry-detail__inner-sec-point-ttl {
	margin-bottom: 15px;
	font-size: 19px;
	font-weight: bold;
}

.c-entry-detail__inner-sec-point .sec {
	margin-bottom: 20px;
}

.c-entry-detail__inner-sec-point .sec:last-child {
	margin-bottom: 0;
}

.c-entry-detail__inner-sec-point .sec .ttl {
	margin-bottom: .5em;
	font-size: 17px;
	font-weight: bold;
}

.c-entry-detail__inner-sec-point .sec .txt01 {
	font-size: 17px;
	line-height: 2;
}

.c-entry-detail__inner-sec-table {

}

.c-entry-detail__inner-sec-table:last-child {
	margin-bottom: 0;
}

.c-entry-detail__inner-sec-table table {
	width: 100%;
	border-collapse: collapse;
}

.c-entry-detail__inner-sec-table table tr {
}

.c-entry-detail__inner-sec-table table tr th {
	width: 400px;
	padding: 19px 19px;
	font-size: 17px;
	font-weight: bold;
	background-color: #f7f7f7;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-entry-detail__inner-sec-table table tr td {
	padding: 19px 19px;
	font-size: 17px;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-entry-detail__inner-sec-table table tr td .map {
	margin-top: 15px;
}

.c-entry-detail__inner-sec-table table tr td .map iframe {
	display: block;
	width: 100%;
	height: 400px;
}

.c-entry-detail__inner-btn {
	width: 420px;
	max-width: 100%;
	margin: -20px auto 0;
}

@media screen and (max-width:768px){
	.c-entry-detail {
		padding: 0 5.333333333333333%;
	}

	.c-entry-detail__inner {
		padding: 40px 0;
	}

	.c-entry-detail__inner-sec {
		margin-bottom: 40px;
	}

	.c-entry-detail__inner-sec-intro {
		display: block;
		margin-bottom: 25px;
	}

	.c-entry-detail__inner-sec-intro .pic {
		width: 59.701492537313433%;
		margin: 0 auto 20px;
	}

	.c-entry-detail__inner-sec-intro .content {
		width: auto;
	}

	.c-entry-detail__inner-sec-intro .content .sec {
		margin-bottom: 20px;
	}

	.c-entry-detail__inner-sec-intro .content .sec:first-child {
		margin-top: -.5em;
	}

	.c-entry-detail__inner-sec-intro .content .sec .ttl {
		margin-bottom: .5em;
		font-size: 16px;
	}

	.c-entry-detail__inner-sec-intro .content .sec .txt01 {
		font-size: 14px;
	}

	.c-entry-detail__inner-sec-point {
		padding: 4.477611940298507% 5.223880597014925%;
	}

	.c-entry-detail__inner-sec-point:last-child {
		margin-bottom: 0;
	}

	.c-entry-detail__inner-sec-point-ttl {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.c-entry-detail__inner-sec-point .sec {
		margin-bottom: 20px;
	}

	.c-entry-detail__inner-sec-point .sec .ttl {
		margin-bottom: .5em;
		font-size: 14px;
	}

	.c-entry-detail__inner-sec-point .sec .txt01 {
		font-size: 14px;
	}

	.c-entry-detail__inner-sec-table table {
		border-bottom: 1px solid #dddddd;
	}

	.c-entry-detail__inner-sec-table table tr {
	}

	.c-entry-detail__inner-sec-table table tr th {
		display: block;
		width: auto;
		padding: 7px 14px;
		font-size: 14px;
		text-align: center;
		background-color: #f7f7f7;
		border-top: 1px solid #dddddd;
		border-left: 1px solid #dddddd;
		border-right: 1px solid #dddddd;
		border-bottom: none;
	}

	.c-entry-detail__inner-sec-table table tr td {
		display: block;
		padding: 7px 14px;
		font-size: 14px;
		border-top: none;
		border-left: 1px solid #dddddd;
		border-right: 1px solid #dddddd;
		border-bottom: none;
	}

	.c-entry-detail__inner-sec-table table tr td .map {
		margin-top: 10px;
		margin-bottom: 7px;
	}

	.c-entry-detail__inner-sec-table table tr td .map iframe {
		height: 53.333333333333333vw;
	}

	.c-entry-detail__inner-btn {
		width: 240px;
		max-width: 100%;
		margin: -10px auto 0;
	}
}


/**********************************

 c-entry-form

***********************************/
.c-entry-form {

}

.c-entry-form__inner {
	width: 1200px;
	padding: 130px 0 140px;
}

.c-entry-form__inner-content {
	padding-bottom: 5.008347245409015%;
	border-top: 1px solid #343434;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-entry-form__inner-content form .wpcf7-response-output {
	margin: 0 3.25542570951586%;
	/*margin-left: 3.25542570951586%;*/
	/*margin-right: 3.25542570951586%;*/
}

@media screen and (max-width:768px){
	.c-entry-form {
		padding: 0 5.333333333333333%;
		background-color: #fafafa;
	}

	.c-entry-form__inner {
		padding: 40px 0;
	}

	.c-entry-form__inner-content {
		padding-bottom: 25px;
	}

	.c-entry-form__inner-content form .wpcf7-response-output {
		margin: 0 4.328358208955224%;
		/*margin-left: 4.328358208955224%;*/
		/*margin-right: 4.328358208955224%;*/
	}

}


/**********************************

 インタビュー詳細

***********************************/
/* コンテンツ */
@media (min-width: 769px) {
	.interviewSec {
		padding: 80px 0 193px;
	}
}

@media (max-width: 768px) {
	.interviewSec {
		padding: 50px 0 70px;
	}
}

.c-inner {
	margin: 0 auto;
	width: calc(100% - 48px);
}


.interviewProfile {
	background: #F7F7F7;
}

.interviewProfile__title {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.interviewProfile__name {
	font-family: "NotoSansCJKjp-Black", sans-serif;
	letter-spacing: 0.02em;
	margin-top: 15px;
}

.interviewProfile__business {
	font-size: 14px;
	letter-spacing: 0.02em;
	margin-top: 2px;
}

.interviewProfile__comment {
	font-size: 16px;
	line-height: 180%;
	margin-top: 8px;
}

.interviewProfileTag__name:not(:last-child) {
	margin-bottom: 5px;
	line-height: 1.5;
}

.interviewProfileTag__link {
	font-size: 14px;
	letter-spacing: 0.02em;
}

.interviewProfileTag__link:hover {
	text-decoration: underline;
}

@media (min-width: 769px) {
	.interviewProfile {
		max-width: 1038px;
		margin: 0 auto;
		padding: 56px 52px 46px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.interviewProfileDetail {
		max-width: 640px;
		padding-right: 30px;
		border-right: 1px solid #C9C9C9;
		margin-right: 20px;
		width: 69%;
	}
	.interviewProfile__name {
		font-size: 20px;
	}
	.interviewProfileTag {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

@media (max-width: 768px) {
	.interviewProfile {
		padding: 36px 20px 34px;
	}
	.interviewProfileDetail {
		border-bottom: 1px solid #C9C9C9;
		padding-bottom: 22px;
		margin-bottom: 20px;
	}
	.interviewProfile__name {
		font-size: 18px;
	}
	.interviewProfile__comment {
		margin-top: 14px;
	}
}


/* リスト */
.interview__heading {
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	color: #fff;
	letter-spacing: 0.02em;
	font-size: 14px;
	line-height: 200%;
}

.interview__heading.js-slideInText > span {
	padding-left: 5px;
	padding-right: 5px;
}

.interview__heading > span:not(:last-child) {
	margin-bottom: 4px;
}

.interview__title {
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	line-height: 150%;
}

.interview__text {
	font-size: 16px;
}

.interview__img img {
	width: 100%;
}

@media (min-width: 769px) {
	.interview__list {
		max-width: 1440px;
		margin: 104px auto 0;
	}
	.interview__col2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.interview__col2.-flexEnd {
		-webkit-box-pack: flex-end;
		-ms-flex-pack: flex-end;
		justify-content: flex-end;
	}
	.interview__item:not(:last-child) {
		margin-bottom: 130px;
	}
	.interviewTextArea.-pcRight {
		order: 2;
	}
	.interviewTextArea.-pcLeft {
		margin-right: 3%;
	}
	.interviewImgArea.-pcLeft {
		order: 1;
		margin-right: 3%;
	}
	.interviewTextArea {
		width: 53.1%;
	}
	.interviewTextArea__inner {
		max-width: 585px;
	}
	.interviewTextArea.-pcRight .interviewTextArea__inner {
		padding-right: 20px;
	}
	.interviewTextArea.-pcLeft .interviewTextArea__inner {
		padding-left: 20px;
		margin-left: auto;
	}
	.interviewImgArea.-large {
		max-width: 628px;
		width: 43.6%;
	}
	.interview__item.-small {
		max-width: 890px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
	.interview__item.-medium {
		max-width: 1240px;
		margin-right: auto;
		margin-left: auto;
	}
	.interview__item.-medium .interviewImgArea {
		max-width: 450px;
		width: 36.9%;
	}
	.interview__item.-medium .interviewTextArea {
		width: 59.1%;
	}
	.interview__title {
		font-size: 28px;
		letter-spacing: 0.08em;
		margin-top: 15px;
	}
	.interview__text {
		line-height: 200%;
		margin-top: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.interview__title {
		font-size: 24px;
	}
}


@media (max-width: 768px) {
	.interview__list {
		margin-top: 62px;
	}
	.interview__item:not(:last-child) {
		margin-bottom: 50px;
	}
	.interview__item {
		margin-right: 20px;
		margin-left: 20px;
	}
	.interviewImgArea {
		display: none;
	}
	.interview__title {
		font-size: 20px;
		letter-spacing: 0.02em;
		margin-top: 8px;
	}
	.interview__text {
		line-height: 180%;
		margin-top: 32px;
	}
	.interview__img {
		margin-top: 35px;
		width: 84%;
	}
	.interview__img.-left {
		margin-left: -20px;
	}
	.interview__img.-right {
		margin-right: -20px;
		margin-left: auto;
	}
}


/* DAILY SCHEDULE */
.interviewScheduleBox {
	background: #F7F7F7;
}

.interviewSchedule__label {
	color: #fff;
	background: #353535;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	display: inline-block;
}

.interviewScheduleTimeline small {
	font-size: 14px;
	color: #787878;
}

.interviewScheduleTimeline__list {
	margin-bottom: 20px;
}

.interviewScheduleTimeline__time {
	font-size: 18px;
	letter-spacing: 0.02em;
	font-family: "NotoSansCJKjp-Bold", sans-serif;
}

.interviewScheduleTimeline__title {
	font-size: 18px;
	letter-spacing: 0.02em;
	font-family: "NotoSansCJKjp-Bold", sans-serif;
}

.interviewScheduleTimeline__text {
	font-size: 14px;
	line-height: 150%;
	margin-top: 7px;
}

.interviewSchedule__img img {
	width: 100%;
}

@media (min-width: 769px) {
	.interviewSchedule {
		max-width: 1038px;
		margin-right: auto;
		margin-left: auto;
	}
	.interviewScheduleBox {
		padding: 50px 50px 64px 102px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.interviewSchedule__label {
		font-size: 25px;
		padding: 2px 11px;
	}
	.interviewScheduleTimeline {
		max-width: 505px;
		width: 56.3%;
	}
	.interviewScheduleImgArea {
		max-width: 335px;
		width: 37.4%;
	}
	.interviewScheduleTimeline__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.interviewScheduleTimeline__time {
		width: 50px;
		margin-right: 20px;
		text-align: right;
		padding-top: 20px;
	}
	.interviewScheduleTimeline__detail {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-left: 28px;
		border-left: 2px solid #C6C6C6;
		padding-top: 20px;
	}
	.interviewSchedule__img:not(:last-child) {
		margin-bottom: 50px;
	}
	.interviewSchedule__img:first-child {
		width: 85%;
	}
	.interviewSchedule__img:nth-child(2) {
		width: 58.2%;
		margin-left: auto;
	}
	.interviewSchedule__img:nth-child(3) {
		width: 71.6%;
		margin-left: 15%;
	}
}

@media (max-width: 768px) {
	.interviewSchedule {
		margin-right: 0px;
		margin-left: 0px;
		position: relative;
	}
	.interviewSchedule__label {
		font-size: 20px;
		padding: 5px 20px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.interviewScheduleBox {
		padding: 73px 20px 54px;
	}
	.interviewScheduleTimeline__time {
		width: 50px;
		margin-right: 20px;
		display: inline-block;
		vertical-align: top;
	}
	.interviewScheduleTimeline__item:not(:last-child) {
		border-bottom: 1px solid #C9C9C9;
		padding-bottom: 18px;
	}
	.interviewScheduleTimeline__title.sp {
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 80px);
	}
	.interviewScheduleTimeline__item:not(:last-child) {
		margin-bottom: 15px;
	}
	.interviewSchedule__img:not(:last-child) {
		margin-bottom: 22px;
	}
	.interviewScheduleImgArea {
		margin-top: 40px;
	}
	.interviewSchedule__img:first-child {
		width: 64%;
	}
	.interviewSchedule__img:nth-child(2) {
		width: 44%;
		margin-left: auto;
	}
	.interviewSchedule__img:nth-child(3) {
		width: 56%;
		margin-left: 20px;
	}
}


/* COLUMN */
.interviewColumn {
	background: #F7F7F7;
	position: relative;
}

.interviewColumn__label {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background: #353535;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.interviewColumn__title {
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	line-height: 160%;
}

.interviewColumn__text {
	font-size: 16px;
	line-height: 180%;
}

@media (min-width: 769px) {
	.interviewColumn {
		max-width: 1038px;
		margin: 118px auto 0;
		padding: 76px 5% 58px;
	}
	.interviewColumn__label {
		font-size: 25px;
		padding: 2px 11px;
	}
	.interviewColumn__title {
		font-size: 18px;
	}
	.interviewColumn__col2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 32px;
	}
	.interviewColumn__img {
		width: 50%;
	}
	.interviewColumn__text {
		width: 47%;
	}
}

@media (max-width: 768px) {
	.interviewColumn {
		margin-top: 80px;
		padding: 78px 20px 43px;
	}
	.interviewColumn__label {
		font-size: 20px;
		padding: 5px 10px 5px 20px;
	}
	.interviewColumn__title {
		font-size: 16px;
		letter-spacing: 0.02em;
	}
	.interviewColumn__col2 {
		margin-top: 23px;
	}
	.interviewColumn__img img {
		width: 100%;
	}
	.interviewColumn__text {
		margin-top: 20px;
	}
}


/* 一覧に戻るボタン */
@media (min-width: 769px) {
	.interviewBackBtn {
		margin-top: 87px;
	}
}

@media (max-width: 768px) {
	.interviewBackBtn {
		margin-top: 50px;
	}
}


/* スライドショー */
.interviewSlider {
	letter-spacing: 0.02em;
}

.interviewSlider__link {
	display: block;
}

.interviewSlider__img {
	position: relative;
	overflow: hidden;

	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.interviewSlider__img img {
	width: 100%;
	-webkit-transition: -webkit-transform 20s cubic-bezier(0.03, 0.71, 0.12, 0.96);
	transition: -webkit-transform 20s cubic-bezier(0.03, 0.71, 0.12, 0.96);
	transition: transform 20s cubic-bezier(0.03, 0.71, 0.12, 0.96);
	transition: transform 20s cubic-bezier(0.03, 0.71, 0.12, 0.96), -webkit-transform 20s cubic-bezier(0.03, 0.71, 0.12, 0.96);
}

.interviewSlider__layer {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1); */
	background: #3AB7BA;

	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: -webkit-transform 0.6s 0.2s;
	transition: -webkit-transform 0.6s 0.2s;
	transition: transform 0.6s 0.2s;
	transition: transform 0.6s 0.2s, -webkit-transform 0.6s 0.2s;
}

.interviewSlider__img.is-active {
	opacity: 1;
}

.interviewSlider__img.is-active .interviewSlider__layer {
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}


.interviewSlider__title {
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	font-size: 18px;
	margin-top: 20px;
	border-bottom: 2px solid #C4C4C4;
	padding-bottom: 13px;
	margin-bottom: 13px;
	line-height: 160%;
}

.interviewSlider__name {
	font-family: "NotoSansCJKjp-Black", sans-serif;
	font-size: 16px;
	line-height: 160%;
}

.interviewSlider__business {
	font-size: 16px;
	line-height: 160%;
}

.interviewSlider .slick-prev,
.interviewSlider .slick-next {
	width: 50px;
	height: 50px;
	transform: translate(0, -90%);
	z-index: 2;
}

.interviewSlider .slick-prev:before,
.interviewSlider .slick-next:before {
	display: none;
}

.interviewSlider .slick-prev {
	background: url("images/common/interview_icon_prev_slider.svg") no-repeat center center / 100% auto;
	left: -7px;
}

.interviewSlider .slick-next {
	background: url("images/common/interview_icon_next_slider.svg") no-repeat center center / 100% auto;
	right: -7px;
}

@media (min-width: 769px) {
	.interviewSlider {
		margin: 143px auto 0;
		max-width: 1238px;
	}
	.interviewSlider__item {
		margin: 0 20px;
	}
	.interviewSlider__link:hover .interviewSlider__img img {
		-webkit-transform: scale(1.6) translate3d(0, -5%, 0);
		transform: scale(1.6) translate3d(0, -5%, 0);
		-webkit-transition: -webkit-transform 100s cubic-bezier(0, 0.1, 0.05, 0.99);
		transition: -webkit-transform 100s cubic-bezier(0, 0.1, 0.05, 0.99);
		transition: transform 100s cubic-bezier(0, 0.1, 0.05, 0.99);
		transition: transform 100s cubic-bezier(0, 0.1, 0.05, 0.99), -webkit-transform 100s cubic-bezier(0, 0.1, 0.05, 0.99);
	}

	/* .interviewSlider__link:hover .interviewSlider__layer {
	  -webkit-transform-origin: left;
	  transform-origin: left;
	  -webkit-transform: scale(1, 1);
	  transform: scale(1, 1);
	} */
}

@media (min-width: 768px) and (max-width: 1024px) {
	.interview__title {
		font-size: 24px;
	}
	.interviewSlider .slick-prev,
	.interviewSlider .slick-next {
		transform: translate(0, -90%);
	}
}

@media (max-width: 768px) {
	.interviewSlider {
		margin: 100px 20px 0;
	}
	.interviewSlider .slick-prev,
	.interviewSlider .slick-next {
		transform: translate(0, -60%);
	}
	.interviewSlider .slick-prev {
		left: -23px;
	}
	.interviewSlider .slick-next {
		right: -23px;
	}
}



/**********************************

 c-404

***********************************/
.c-404 {

}

.c-404__inner {
	padding: 130px 0 140px;
}

.c-404__inner-txt01 {
	margin-bottom: 50px;
}

.c-404__inner-btn {
	width: 420px;
	max-width: 100%;
	margin: 0 auto;
}

@media screen and (max-width:768px){

	.c-404__inner {
		padding: 40px 0;
	}

	.c-404__inner-txt01 {
		margin-bottom: 30px;
		font-size: 14px;
	}

	.c-404__inner-btn {
		width: 240px;
	}

}



/**********************************

 xxx

***********************************/

@media screen and (max-width:768px){

}


