@charset "utf-8";

@font-face {
	font-family: "GenJyuuGothic";
	font-weight: 500;
	src: url("../font/GenJyuuGothic-Medium.woff2") format("woff2"),
		 url("../font/GenJyuuGothic-Medium.woff") format("woff"),
		 url("../font/GenJyuuGothic-Medium.ttf") format("truetype");
}
@font-face {
	font-family: "GenJyuuGothic";
	font-weight: 700;
	src: url("../font/GenJyuuGothic-Bold.woff2") format("woff2"),
		 url("../font/GenJyuuGothic-Bold.woff") format("woff"),
		 url("../font/GenJyuuGothic-Bold.ttf") format("truetype");
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/* 
Noto Sans
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;

*/

/* 変数 */
:root {
	--red: #f90000;
	--blue: #3258b8;

	--yellow: #e2dc00;
	--hover_yellow: #d8cd00;

	--white: #f7f7f7;
	--hover_white: #e6e6e6;

	--black: #303030;
	--hover_black: #3a3a3a;

	--font_primary: "Noto Sans JP", '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	--genjyuu: "GenJyuuGothic", sans-serif;
	--en: Arial, Verdana, Helvetica, "Helvetica Neue", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	--skew_primary: skewY(-5deg);

	--linear_primary_yellow: linear-gradient(90deg, rgba(226, 220, 0, 0) 0%, rgba(226, 220, 0, 1) 35%);
	--w_linear_primary_yellow: -webkit-linear-gradient(0deg, rgba(226, 220, 0, 0) 0%, rgba(226, 220, 0, 1) 35%);
}

/* -------------
base
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}
html {
	line-height: 1;
}
ul, ol, summary{
	list-style-type: none;
}
summary::-webkit-details-marker {
	/* Safari-デフォルトの三角形を削除*/
	display: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}
img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}
img[src*=".svg"] {
	width: 100%;
}
picture{
	display: block;
	width: 100%;
	height: 100%;
}
video{
	max-width: 100%;
}
a {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}
table a,
article a{
	word-break: break-all;
}
*,
:before,
:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input,
button,
select,
textarea {
	-o-appearance: none;/*Opera対応*/
	-webkit-appearance: none;/*Google Chrome/Safari対応*/
	-moz-appearance: none;/*Firefox対応*/
	appearance: none;
	font: inherit;
	border: none;
	border-radius: 0;
	outline: none;
}
input::-webkit-calendar-picker-indicator {/* datalistタグの矢印 （たぶん消えない） */
	display: none; /* iOS対策 */
    appearance: none; /* SafariやChrome用 */
    -webkit-appearance: none; /* Safari用 */
    opacity: 0; /* 念のため */
    pointer-events: none; /* 矢印がクリックできないようにする */
}
input::-webkit-list-button{/* datalistタグの矢印iOS（これで消える） */
	content: none;
}

textarea {
	resize: none;
}
input[type='checkbox'],
input[type='radio'] {
	display: none;
}
input[type='submit'],
input[type='button'],
label,
button,
select,
summary{
	cursor: pointer;
}

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


/************************************************************************
	PC/SP
**************************************************************************/
.sp{ display: none; }


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

/************************************************************************
	フォント関係
**************************************************************************/
html {
	font-size: 62.5%;/* 1.6remで16px */
}
/* 以降 (XXpx/16)×0.625 */
@media screen and (max-width: 1200px){
	html {
		font-size: 58.59%;/* 1.6remで15px */
	}
}
@media screen and (max-width: 1024px){
	html {
		font-size: 54.69%;/* 1.6remで14px */
	}
}
/* 以降、350pxで14pxにしたいので1.4remで指定 */
/* font-size100%時、1.4rem=22.4pxなので、XXpx/22.4=目的の％ */
@media screen and (max-width: 768px){
	html {
		font-size: 93.75%;/* 1.4remで21px */
	}
}
@media screen and (max-width: 530px){/* 350px*1.5 */
	html {
		font-size: 78.13%;/* 1.4remで17.5px */
	}
}
@media screen and (max-width: 430px){
	html {
		font-size: 62.5%;/* 1.4remで14px */
	}
}

/*
 body
-------------------------------------------------------- */

body {
	font-family: "Noto Sans JP", '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: var(--black);
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.75;
	/* -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased; */
	word-wrap: normal;
}

@media screen and (max-width: 768px){
	body{/* 350pxのとき14px */
		font-size: 1.4rem;
	}
}

/*
 字体
-------------------------------------------------------- */
.mincho{
	font-family: '游明朝 Medium', 'Yu Mincho Medium', '游明朝', 'YuMincho', hiragino-mincho-pron, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.en{
	font-family: Arial, Verdana, Helvetica, "Helvetica Neue", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.genjyuu{
	font-family: "GenJyuuGothic", sans-serif;
}


/* 
 文字サイズ
-------------------------------------------------------- */
.fz12{
	font-size: 1.2rem;
}
.fz14{
	font-size: 1.4rem;
}
.fz15{
	font-size: 1.5rem;
}
.fz16{
	font-size: 1.6rem;
}
.fz18{
	font-size: 1.8rem;
}
.fz20{
	font-size: 2rem;
}
.fz23{
	font-size: 2.3rem;
}
.fz24{
	font-size: 2.4rem;
}
.fz25{
	font-size: 2.5rem;
}
.fz26{
	font-size: 2.6rem;
}
.fz28{
	font-size: 2.8rem;
}
.fz30{
	font-size: 3rem;
}
.fz34{
	font-size: 3.4rem;
}
.fz35{
	font-size: 3.5rem;
}
.fz36{
	font-size: 3.6rem;
}
.fz40{
	font-size: 4rem;
}
.fz42{
	font-size: 4.2rem;
}
.fz48{
	font-size: 4.8rem;
}
.fz51{
	font-size: 5.1rem;
}
.fz54{
	font-size: 5.4rem;
}
.fz56{
	font-size: 5.6rem;
}
.fz60{
	font-size: 6rem;
}

.fz70{
	font-size: 7rem;
}
.fz75{
	font-size: 7.5rem;
}

.fz80{
	font-size: 8rem;
}

.fz108{
	font-size: 10.8rem;
}

@media screen and (max-width: 768px){/* SPデザインなければ×0.66とか */
	.fz16{
		font-size: 1.4rem;
	}
	.fz18{
		font-size: 1.4rem;
	}
	.fz20{
		font-size: 1.5rem;
	}
	.fz23{
		font-size: 1.6rem;
	}
	.fz24{
		font-size: 1.65rem;
	}
	.fz25{
		font-size: 1.65rem;
	}
	.fz26{
		font-size: 1.72rem;
	}
	.fz28{
		font-size: 1.85rem;
	}
	.fz30{
		font-size: 2rem;
	}
	.fz34{
		font-size: 2.24rem;
	}
	.fz35{
		font-size: 2.31rem;
	}
	.fz36{
		font-size: 2.37rem;
	}
	.fz40{
		font-size: 2.64rem;
	}
	.fz42{
		font-size: 2.77rem;
	}
	.fz48{
		font-size: 3.16rem;
	}
	.fz51{
		font-size: 3.36rem;
	}
	.fz54{
		font-size: 3.56rem;
	}
	.fz56{
		font-size: 3.68rem;
	}
	.fz60{
		font-size: 3.96rem;
	}

	.fz70{
		font-size: 4.62rem;
	}
	.fz75{
		font-size: 4.95rem;
	}

	.fz80{
		font-size: 5.28rem;
	}

	.fz108{
		font-size: 7.12rem;
	}

	.fz12sp{
		font-size: 1.2rem;
	}
	.fz13sp{
		font-size: 1.3rem;
	}
	.fz14sp{
		font-size: 1.4rem;
	}
	.fz15sp{
		font-size: 1.5rem;
	}
	.fz16sp{
		font-size: 1.6rem;
	}
	.fz18sp{
		font-size: 1.8rem;
	}
	.fz19sp{
		font-size: 1.9rem;
	}
	.fz20sp{
		font-size: 2rem;
	}
	.fz21sp{
		font-size: 2.1rem;
	}
	.fz22sp{
		font-size: 2.2rem;
	}
	.fz24sp{
		font-size: 2.4rem;
	}
	.fz25sp{
		font-size: 2.5rem;
	}
	.fz28sp{
		font-size: 2.8rem;
	}
	.fz30sp{
		font-size: 3rem;
	}

	.fz84sp{
		font-size: 8.4rem;
	}
}

/* 
並び 間隔
-------------------------------------------------------- */
.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
.taj{ text-align: justify;}

.ls0{ letter-spacing: 0; }
.ls1{ letter-spacing: .1em; }
.ls05{ letter-spacing: .05em; }
.ls025{ letter-spacing: .025em; }

.lh150{ line-height: 1.5; }
.lh200{ line-height: 2; }

.v_rl{
	writing-mode: vertical-rl;
}
.upright{
	text-orientation: upright;
}

.indent{
	text-indent: 1em;
}
span.indent{
	display: inline-block;
}

.palt{
	font-feature-settings: "palt";
}

.capitalize{
	text-transform: capitalize;
}
.capitalize.no{
	text-transform: none;
}
.uppercase{
	text-transform: uppercase;
}


/* 
文字色
-------------------------------------------------------- */
.white{ color: var(--white);}
.red{ color: var(--red);}
.blue{ color: var(--blue);}

/* 
文字太さ 装飾
-------------------------------------------------------- */
.font_smooth{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.b { font-weight: 700; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw900 { font-weight: 900; }

.i{ font-style: italic; }
.u, .u_trance{
	text-decoration: underline;
}
.u_trance:hover{
	text-decoration: none;
}

.t_shadow{
	text-shadow: 0 .8rem 1.6rem rgba(0, 0, 0, .08), 0 .8rem 1.6rem rgba(0, 0, 0, .08);
}

.marker{
	background:linear-gradient(transparent 75%, #fff100 75%);
}


/************************************************************************
	リストなど　擬似要素装飾
**************************************************************************/
/* 「※」 */
.attention_mark{
	position: relative;
	padding-left: 1.1em;
}
.attention_mark::before{
	content: "\0203B";
	position: absolute;
	left: 0;
}
span.attention_mark{
	display: inline-block;
}


/* 「・」 */
.disk li, .disk_mark{
	padding-left: 1.33em;
	position: relative;
}
.disk li::before, .disk_mark::before{
	content: "・";
	position: absolute;
	left: .25em;
}
span.disk_mark{
	display: inline-block;
}

/* 「⚫︎」 */
.circle li, .circle_mark{
	padding-left: 1.33em;
	position: relative;
}
.circle li::before, .circle_mark::before{
	content: "";
	display: block;
	width: .625em;
	height: .625em;
	background-color: #0079c2;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .4em;
}

/* 「01.」 */
.num_list{
	counter-reset: num_list;
}
.num_list li{
	counter-increment: num_list;
	padding-left: 1.5em;
	position: relative;
}
.num_list li::before{
	content: counter(num_list, decimal-leading-zero)".";
	position: absolute;
	left: 0;
}

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

}


/************************************************************************
	インナー　その他余白
**************************************************************************/
.inner{
	margin: auto;
}
.inner.primary{
	max-width: 1100px;
	width: 92%;
}

.inner.secondary{
	max-width: 1480px;
	width: 94%;
}

@media screen and (max-width: 768px) {
	.inner.primary,
	.inner.secondary{
		width: 94.6%;
	}
}

/* padding ⚪︎⚪︎px/1600px */
.pt20{ padding-top: 2rem;}
.pb20{ padding-bottom: 2rem;}

.pt30{ padding-top: 3rem;}
.pb30{ padding-bottom: 3rem;}

.pt40{ padding-top: 4rem;}
.pb40{ padding-bottom: 4rem;}

.pt50{ padding-top: 5rem;}
.pb50{ padding-bottom: 5rem;}

.pt60{ padding-top: 6rem;}
.pb60{ padding-bottom: 6rem;}

.pt70{ padding-top: 7rem;}
.pb70{ padding-bottom: 7rem;}

.pt80{ padding-top: 8rem;}
.pb80{padding-bottom: 8rem;}

.pt90{ padding-top: 9rem;}
.pb90{ padding-bottom: 9rem;}

.pt100{ padding-top: 10rem;}
.pb100{ padding-bottom: 10rem;}

.pt110{ padding-top: 11rem;}
.pb110{ padding-bottom: 11rem;}

.pt120{ padding-top: 12rem;}
.pb120{ padding-bottom: 12rem;}

.pt130{ padding-top: 13rem;}
.pb130{ padding-bottom: 13rem;}

.pt140{ padding-top: 14rem;}
.pb140{ padding-bottom: 14rem;}

.pt150{ padding-top: 15rem;}
.pb150{ padding-bottom: 15rem;}

.pt160{ padding-top: 16rem;}
.pb160{ padding-bottom: 16rem;}

.pt170{ padding-top: 17rem;}
.pb170{ padding-bottom: 17rem;}

.pt180{ padding-top: 18rem;}
.pb180{ padding-bottom: 18rem;}

.pt190{ padding-top: 19rem;}
.pb190{ padding-bottom: 19rem;}

.pt200{ padding-top: 20rem;}
.pb200{ padding-bottom: 20rem;}

.pt210{ padding-top: 21rem;}
.pb210{ padding-bottom: 21rem;}

.pt220{ padding-top: 22rem;}
.pb220{ padding-bottom: 22rem;}

@media screen and (max-width: 768px) {/* pcの数字×0.5 */
	.pt20{ padding-top: 1rem;}
	.pb20{ padding-bottom: 1rem;}

	.pt30{ padding-top: 1.5rem;}
	.pb30{ padding-bottom: 1.5rem;}

	.pt40{ padding-top: 2rem;}
	.pb40{ padding-bottom: 2rem;}

	.pt50{ padding-top: 2.5rem;}
	.pb50{ padding-bottom: 2.5rem;}

	.pt60{ padding-top: 3rem;}
	.pb60{ padding-bottom: 3rem;}

	.pt70{ padding-top: 3.5rem;}
	.pb70{ padding-bottom: 3.5rem;}

	.pt80{ padding-top: 5rem;}
	.pb80{padding-bottom: 5rem;}

	.pt90{ padding-top: 4.5rem;}
	.pb90{ padding-bottom: 4.5rem;}

	.pt100{ padding-top: 5rem;}
	.pb100{ padding-bottom: 5rem;}

	.pt110{ padding-top: 5.5rem;}
	.pb110{ padding-bottom: 5.5rem;}

	.pt120{ padding-top: 6rem;}
	.pb120{ padding-bottom: 6rem;}

	.pt130{ padding-top: 6.5rem;}
	.pb130{ padding-bottom: 6.5rem;}

	.pt140{ padding-top: 7rem;}
	.pb140{ padding-bottom: 7rem;}

	.pt150{ padding-top: 7.5rem;}
	.pb150{ padding-bottom: 7.5rem;}

	.pt160{ padding-top: 8rem;}
	.pb160{ padding-bottom: 8rem;}

	.pt170{ padding-top: 8.5rem;}
	.pb170{ padding-bottom: 8.5rem;}

	.pt180{ padding-top: 9rem;}
	.pb180{ padding-bottom: 9rem;}

	.pt190{ padding-top: 9.5rem;}
	.pb190{ padding-bottom: 9.5rem;}

	.pt200{ padding-top: 10rem;}
	.pb200{ padding-bottom: 10rem;}

	.pt210{ padding-top: 10.5rem;}
	.pb210{ padding-bottom: 10.5rem;}

	.pt220{ padding-top: 11rem;}
	.pb220{ padding-bottom: 11rem;}

	/* sp デザイン350px時 */
	.pt20sp{ padding-top: 2rem;}
	.pb20sp{ padding-bottom: 2rem;}

	.pt30sp{ padding-top: 3rem;}
	.pb30sp{ padding-bottom: 3rem;}

	.pt40sp{ padding-top: 4rem;}
	.pb40sp{ padding-bottom: 4rem;}

	.pt50sp{ padding-top: 5rem;}
	.pb50sp{ padding-bottom: 5rem;}

	.pt60sp{ padding-top: 6rem;}
	.pb60sp{ padding-bottom: 6rem;}

	.pt70sp{ padding-top: 7rem;}
	.pb70sp{ padding-bottom: 7rem;}

	.pt80sp{ padding-top: 8rem;}
	.pb80sp{padding-bottom: 8rem;}

	.pt90sp{ padding-top: 9rem;}
	.pb90sp{ padding-bottom: 9rem;}

	.pt100sp{ padding-top: 10rem;}
	.pb100sp{ padding-bottom: 10rem;}

	.pt110sp{ padding-top: 11rem;}
	.pb110sp{ padding-bottom: 11rem;}

	.pt120sp{ padding-top: 12rem;}
	.pb120sp{ padding-bottom: 12rem;}
}

/* (主に文字上下余白) */
.pt025em{ padding-top: .25em;}
.pt033em{ padding-top: .33em;}
.pt05em{ padding-top: .5em;}
.pt066em{ padding-top: .66em;}
.pt075em{ padding-top: .75em;}
.pt1em{ padding-top: 1em;}
.pt125em{ padding-top: 1.25em;}
.pt133em{ padding-top: 1.33em;}
.pt15em{ padding-top: 1.5em;}
.pt166em{ padding-top: 1.66em;}
.pt175em{ padding-top: 1.75em;}
.pt2em{ padding-top: 2em;}
.pt225em{ padding-top: 2.25em;}
.pt233em{ padding-top: 2.33em;}
.pt25em{ padding-top: 2.5em;}
.pt266em{ padding-top: 2.66em;}
.pt275em{ padding-top: 2.75em;}
.pt3em{ padding-top: 3em;}
.pt35em{ padding-top: 3.5em;}
.pt4em{ padding-top: 4em;}
.pt45em{ padding-top: 4.5em;}
.pt5em{ padding-top: 5em;}

.m_a{ margin: auto;}
.mb025em{ margin-bottom: .25em;}
.mb033em{ margin-bottom: .33em;}
.mb05em{ margin-bottom: .5em;}
.mb066em{ margin-bottom: .66em;}
.mb075em{ margin-bottom: .75em;}
.mb1em{ margin-bottom: 1em;}
.mb125em{ margin-bottom: 1.25em;}
.mb133em{ margin-bottom: 1.33em;}
.mb15em{ margin-bottom: 1.5em;}
.mb166em{ margin-bottom: 1.66em;}
.mb175em{ margin-bottom: 1.75em;}
.mb2em{ margin-bottom: 2em;}
.mb225em{ margin-bottom: 2.25em;}
.mb233em{ margin-bottom: 2.33em;}
.mb25em{ margin-bottom: 2.5em;}
.mb266em{ margin-bottom: 2.66em;}
.mb275em{ margin-bottom: 2.75em;}
.mb3em{ margin-bottom: 3em;}
.mb35em{ margin-bottom: 3.5em;}
.mb4em{ margin-bottom: 4em;}
.mb45em{ margin-bottom: 4.5em;}
.mb5em{ margin-bottom: 5em;}

@media screen and (max-width: 768px) {/* pcの数字×0.8 */
	.pt025em{ padding-top: .2em;}
	.pt033em{ padding-top: .264em;}
	.pt05em{ padding-top: .4em;}
	.pt066em{ padding-top: .528em;}
	.pt075em{ padding-top: .6em;}
	.pt1em{ padding-top: .8em;}
	.pt125em{ padding-top: 1em;}
	.pt133em{ padding-top: 1.064em;}
	.pt15em{ padding-top: 1.2em;}
	.pt166em{ padding-top: 1.328em;}
	.pt175em{ padding-top: 1.4em;}
	.pt2em{ padding-top: 1.6em;}
	.pt225em{ padding-top: 1.8em;}
	.pt233em{ padding-top: 1.864em;}
	.pt25em{ padding-top: 2em;}
	.pt266em{ padding-top: 2.128em;}
	.pt275em{ padding-top: 2.2em;}
	.pt3em{ padding-top: 2.4em;}
	.pt35em{ padding-top: 2.8em;}
	.pt4em{ padding-top: 3.2em;}
	.pt45em{ padding-top: 3.6em;}
	.pt5em{ padding-top: 4em;}

	.pt025em_sp{ padding-top: .25em;}
	.pt033em_sp{ padding-top: .33em;}
	.pt05em_sp{ padding-top: .5em;}
	.pt066em_sp{ padding-top: .66em;}
	.pt075em_sp{ padding-top: .75em;}
	.pt1em_sp{ padding-top: 1em;}
	.pt125em_sp{ padding-top: 1.25em;}
	.pt133em_sp{ padding-top: 1.33em;}
	.pt15em_sp{ padding-top: 1.5em;}
	.pt166em_sp{ padding-top: 1.66em;}
	.pt175em_sp{ padding-top: 1.75em;}
	.pt2em_sp{ padding-top: 2em;}
	.pt225em_sp{ padding-top: 2.25em;}
	.pt233em_sp{ padding-top: 2.33em;}
	.pt25em_sp{ padding-top: 2.5em;}
	.pt266em_sp{ padding-top: 2.66em;}
	.pt275em_sp{ padding-top: 2.75em;}
	.pt3em_sp{ padding-top: 3em;}
	.pt35em_sp{ padding-top: 3.5em;}
	.pt4em_sp{ padding-top: 4em;}
	.pt45em_sp{ padding-top: 4.5em;}
	.pt5em_sp{ padding-top: 5em;}

	.mb025em{ margin-bottom: .2em;}
	.mb033em{ margin-bottom: .264em;}
	.mb05em{ margin-bottom: .4em;}
	.mb066em{ margin-bottom: .528em;}
	.mb075em{ margin-bottom: .6em;}
	.mb1em{ margin-bottom: .8em;}
	.mb125em{ margin-bottom: 1em;}
	.mb133em{ margin-bottom: 1.064em;}
	.mb15em{ margin-bottom: 1.2em;}
	.mb166em{ margin-bottom: 1.328em;}
	.mb175em{ margin-bottom: 1.4em;}
	.mb2em{ margin-bottom: 1.6em;}
	.mb225em{ margin-bottom: 1.8em;}
	.mb233em{ margin-bottom: 1.864em;}
	.mb25em{ margin-bottom: 2em;}
	.mb266em{ margin-bottom: 2.128em;}
	.mb275em{ margin-bottom: 2.2em;}
	.mb3em{ margin-bottom: 2.4em;}
	.mb35em{ margin-bottom: 2.8em;}
	.mb4em{ margin-bottom: 3.2em;}
	.mb45em{ margin-bottom: 3.6em;}
	.mb5em{ margin-bottom: 4em;}

	.mb025em_sp{ margin-bottom: .25em;}
	.mb033em_sp{ margin-bottom: .33em;}
	.mb05em_sp{ margin-bottom: .5em;}
	.mb066em_sp{ margin-bottom: .66em;}
	.mb075em_sp{ margin-bottom: .75em;}
	.mb1em_sp{ margin-bottom: 1em;}
	.mb125em_sp{ margin-bottom: 1.25em;}
	.mb133em_sp{ margin-bottom: 1.33em;}
	.mb15em_sp{ margin-bottom: 1.5em;}
	.mb166em_sp{ margin-bottom: 1.66em;}
	.mb175em_sp{ margin-bottom: 1.75em;}
	.mb2em_sp{ margin-bottom: 2em;}
	.mb225em_sp{ margin-bottom: 2.25em;}
	.mb233em_sp{ margin-bottom: 2.33em;}
	.mb25em_sp{ margin-bottom: 2.5em;}
	.mb266em_sp{ margin-bottom: 2.66em;}
	.mb275em_sp{ margin-bottom: 2.75em;}
	.mb3em_sp{ margin-bottom: 3em;}
	.mb35em_sp{ margin-bottom: 3.5em;}
	.mb4em_sp{ margin-bottom: 4em;}
	.mb45em_sp{ margin-bottom: 4.5em;}
	.mb5em_sp{ margin-bottom: 5em;}
}

/************************************************************************
	リンク
**************************************************************************/
a{
	transition: .4s;
}
.a_brightness:hover{
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}
.a_opacity:hover{
	opacity: .7;
}

a.no_anchor{
	pointer-events: none;
	text-decoration: none;
}

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

}

@media (min-width: 769px) {
	a[href*="tel:"] {
		pointer-events: none;
		text-decoration: none;
	}
}

/************************************************************************
	画像
**************************************************************************/
.img img,
.img picture{
	width: 100%;
}

.img_bg{
	position: relative;
	background: url(../img/cmn/dummy.png) no-repeat center/cover;
}
.img_bg::before{
	content: "";
	display: block;
	padding-top: 75%;
}

.img_ab{
	position: relative;
}
.img_ab::before{
	content: "";
	display: block;
	padding-top: 75%;
}
.img_ab img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/************************************************************************
	タイトル
**************************************************************************/
.btn_primary{
	--before_color: var(--white);
	display: block;
	color: var(--white) !important;
	width: fit-content;
	min-width: 12.875em;/* 206px/16px */
	background-color: var(--black);
	position: relative;
	transform: var(--skew_primary);
}
.btn_primary.yellow{
	--before_color: var(--yellow);
}
.btn_primary:hover{
	color: var(--black) !important;
}

.btn_primary::before{
	content: "";
	display: block;
	width: 0;
	height: calc(100% + 2px);
	background-color: var(--before_color);
	position: absolute;
	left: 0;
	top: -1px;
	transition: width .4s;
}
.btn_primary:hover::before{
	width: 100%;
}

.btn_primary .btn_text{
	display: block;
	text-align: center;
	padding: 1em;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.btn_primary{
		min-width: 11em;/* 206px/16px */
	}
	.btn_primary .btn_text{
		padding: .75em;
	}
}

/************************************************************************
	ボタン
**************************************************************************/


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


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

}


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

}

/************************************************************************
	フレックス
**************************************************************************/
/* flex系 */
.flex {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.flex_pc{/* 768以下block */
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.nowrap {
	flex-wrap: nowrap;
}

.fd_rr {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

.fd_c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.fd_cr {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}

.ai_fs {
	-webkit-box-align: start;
	align-items: flex-start;
}
.ai_fe {
	-webkit-box-align: end;
	align-items: flex-end;
}
.ai_c {
	-webkit-box-align: center;
	align-items: center;
}

.jc_fs {
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.jc_fe {
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.jc_c {
	-webkit-box-pack: center;
	justify-content: center;
}
.jc_sb {
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.jc_sa {
	justify-content: space-around;
}
.order1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.order2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

.fl_g{
	-webkit-box-flex:1;
	flex-grow:1;
}

@media screen and (max-width: 768px) {
	.flex_pc{
		display: block;
	}
}



/************************************************************************
	その他共通
**************************************************************************/
.hidden{
	overflow: hidden;
}

body.hmb_open, body.modal_open{
	overflow: hidden;
}


.block{
	display: block;
}
.dib{
	display: inline-block;
}

.fit{
	width: fit-content;
}



.z1{
	position: relative;
	z-index: 1;
}
.z2{
	position: relative;
	z-index: 2;
}
.z3{
	position: relative;
	z-index: 3;
}


/* 
 ボックスシャドウ
-------------------------------------------------------- */
.shadow, .shadow_trance{
	box-shadow: 0 .8rem 1.6rem .2rem rgba(0, 0, 0, .16);
}
a.shadow:hover, .shadow_trance:hover{
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .08);
	transform: translateY(.2rem);
}
@media (max-width: 768px) {
	.shadow{
		box-shadow: .33rem .33rem 1rem -.75rem rgba(144, 144, 144, .5);
	}
}

/* 
 Youtube埋め込みなど
-------------------------------------------------------- */
.map_box{
	position: relative;
}
.map_box::before{
	content: "";
	display: block;
	padding-top: 75%;
}
.map_box iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.movie_box{
	position: relative;
}
.movie_box::before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.movie_box iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}


/* 
ドラッグでテキスト選択した時の色
-------------------------------------------------------- */
/* ::-moz-selection {
	color: #fff;
	background: #1a1a1a;
}
::selection {
	color: #fff;
	background: #1a1a1a;
} */


/* 
swiper　無限ループ等速スライダー
-------------------------------------------------------- */
.swiper-wrapper.loop_slider{
	transition-timing-function: linear;
}
.swiper-wrapper.loop_slider .swiper-slide img {
	width: 100%;
}



@media screen and (min-width: 769px) {
	body.hmb_open{
		overflow: visible !important;
	}
	body.hmb_open.modal_open{
		overflow: hidden !important;
	}
}


/************************************************************************
	アニメーション
**************************************************************************/
/* フェードイン　*/
.fade, .fade_down, .fade_right, .fade_left{
	opacity: 0;
}

.animation.fade{/* 下から上へ */
	animation: fadeup .8s ease forwards;
}

.animation.fade_down{/* 上から下へ */
	animation: fadedown .8s ease forwards;
}
.animation.fade_right{/* 左から右へ */
	animation: faderight .8s ease forwards;
}
.animation.fade_left{/* 右から左へ */
	animation: fadeleft .8s ease forwards;
}

/* フェード移動量少なく */
.animation.few.fade{/* 下から上へ */
	animation: fadeup_few .8s ease forwards;
}

.animation.few.fade_down{/* 上から下へ */
	animation: fadedown_few .8s ease forwards;
}
.animation.few.fade_right{/* 左から右へ */
	animation: faderight_few .8s ease forwards;
}
.animation.few.fade_left{/* 右から左へ */
	animation: fadeleft_few .8s ease forwards;
}
	
@keyframes fadeup{
	from {
		opacity: 0;
		transform: translateY(2em);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadedown{
	from {
		opacity: 0;
		transform: translateY(-2em);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes faderight{
	from {
		opacity: 0;
		transform: translateX(-2em);
	}
	
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeleft{
	from {
		opacity: 0;
		transform: translateX(2em);
	}
	
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
	
@keyframes fadeup_few{
	from {
		opacity: 0;
		transform: translateY(.75em);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadedown_few{
	from {
		opacity: 0;
		transform: translateY(-.75em);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes faderight_few{
	from {
		opacity: 0;
		transform: translateX(-.75em);
	}
	
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeleft_few{
	from {
		opacity: 0;
		transform: translateX(.75em);
	}
	
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* スライドイン　*/
.slide_left{
	transform: translateX(-200vw);
}
.animation.slide_left{
	animation: slideleft 1s ease forwards;
}
.animation.slide_left.fast{
	animation-duration: .6s;
}
.animation.slide_left.slow{
	animation-duration: 1.5s;
}

.slide_right{
	transform: translateX(200vw);
}
.animation.slide_right{
	animation: slideright 1s ease forwards;
}
.animation.slide_right.fast{
	animation-duration: .6s;
}
.animation.slide_right.slow{
	animation-duration: 1.5s;
}

/* 
<p class="trigger slide_down"><span class="slide_child">上からスライド</span></p>
*/
.slide_child{
	display: inline-block;
}

.slide_up .slide_child{
	transform: translateY(200vh);
}
.animation.slide_up .slide_child{
	animation: slideup 1s ease forwards;
}
.animation.slide_up.fast .slide_child{
	animation-duration: .6s;
}
.animation.slide_up.slow .slide_child{
	animation-duration: 1.5s;
}

.slide_down .slide_child{
	transform: translateY(-200vh);
}
.animation.slide_down .slide_child{
	animation: slidedown 1s ease forwards;
}
.animation.slide_down.fast .slide_child{
	animation-duration: .6s;
}
.animation.slide_down.slow .slide_child{
	animation-duration: 1.5s;
}

@keyframes slideleft{
	from {
		transform: translateX(-200vw);
	}
	
	to {
		transform: translateX(0);
	}
}
@keyframes slideright{
	from {
		transform: translateX(200vw);
	}
	
	to {
		transform: translateX(0);
	}
}
@keyframes slideup{
	from {
		transform: translateY(200vh);
	}
	
	to {
		transform: translateY(0);
	}
}
@keyframes slidedown{
	from {
		transform: translateY(-200vw);
	}
	
	to {
		transform: translateY(0);
	}
}

/* 黒背景スライドしてから本来の要素がスライド　*/

.black_slide,
.black_slide_wrap{
	position: relative;
}
.black_slide_wrap.fit{
	width: fit-content;
}
.black_slide::after,
.black_slide_wrap::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 0;
	background-color: #000;
}

.black_slide.both::after,
.black_slide_wrap.both::after{/* 両方向から用 */
	top: auto;
	height: 60%;
}
.black_slide.both::before,
.black_slide_wrap::before{/* 両方向から用 */
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 0;
	height: 60%;
	background-color: #000;
	z-index: 2;
}

.animation.black_slide::after,
.animation.black_slide_wrap::after{
	animation: black_slide 1.2s ease-in-out forwards;
}
.animation.black_slide.reverse::after,
.animation.black_slide_wrap.reverse::after{
	animation: black_slide_reverse 1.2s ease-in-out forwards;
}
.animation.black_slide.both::before,
.animation.black_slide_wrap.both::before{/* 両方向から用 */
	animation: black_slide 1.2s ease-in-out forwards;
}
.animation.black_slide.both::after,
.animation.black_slide_wrap.both::after{/* 両方向から用 */
	animation: black_slide_reverse 1.2s ease-in-out forwards;
}

.black_slide > *,
.black_slide_wrap > *{
	opacity: 0;
}
.animation.black_slide > *,
.animation.black_slide_wrap > *{
	animation: black_fade 1.2s ease forwards;
}

.black_slide.animation.delay01::after,
.black_slide_wrap.animation.delay01::after,
.black_slide.both.animation.delay01::before,
.black_slide_wrap.animation.delay01::before,
.black_slide.animation.delay01 > *,
.black_slide_wrap.animation.delay01 > *{
	animation-delay: .1s !important;
}
.black_slide.animation.delay02::after,
.black_slide_wrap.animation.delay02::after,
.black_slide.both.animation.delay02::before,
.black_slide_wrap.animation.delay02::before,
.black_slide.animation.delay02 > *,
.black_slide_wrap.animation.delay02 > *{
	animation-delay: .2s !important;
}
.black_slide.animation.delay03::after,
.black_slide_wrap.animation.delay03::after,
.black_slide.both.animation.delay03::before,
.black_slide_wrap.animation.delay03::before,
.black_slide.animation.delay03 > *,
.black_slide_wrap.animation.delay03 > *{
	animation-delay: .3s !important;
}
.black_slide.animation.delay04::after,
.black_slide_wrap.animation.delay04::after,
.black_slide.both.animation.delay04::before,
.black_slide_wrap.animation.delay04::before,
.black_slide.animation.delay04 > *,
.black_slide_wrap.animation.delay04 > *{
	animation-delay: .4s !important;
}
.black_slide.animation.delay05::after,
.black_slide_wrap.animation.delay05::after,
.black_slide.both.animation.delay05::before,
.black_slide_wrap.animation.delay05::before,
.black_slide.animation.delay05 > *,
.black_slide_wrap.animation.delay05 > *{
	animation-delay: .5s !important;
}
.black_slide.animation.delay06::after,
.black_slide_wrap.animation.delay06::after,
.black_slide.both.animation.delay06::before,
.black_slide_wrap.animation.delay06::before,
.black_slide.animation.delay06 > *,
.black_slide_wrap.animation.delay06 > *{
	animation-delay: .6s !important;
}
.black_slide.animation.delay07::after,
.black_slide_wrap.animation.delay07::after,
.black_slide.both.animation.delay07::before,
.black_slide_wrap.animation.delay07::before,
.black_slide.animation.delay07 > *,
.black_slide_wrap.animation.delay07 > *{
	animation-delay: .7s !important;
}
.black_slide.animation.delay08::after,
.black_slide_wrap.animation.delay08::after,
.black_slide.both.animation.delay08::before,
.black_slide_wrap.animation.delay08::before,
.black_slide.animation.delay08 > *,
.black_slide_wrap.animation.delay08 > *{
	animation-delay: .8s !important;
}
.black_slide.animation.delay09::after,
.black_slide_wrap.animation.delay09::after,
.black_slide.both.animation.delay09::before,
.black_slide_wrap.animation.delay09::before,
.black_slide.animation.delay09 > *,
.black_slide_wrap.animation.delay09 > *{
	animation-delay: .9s !important;
}
.black_slide.animation.delay10::after,
.black_slide_wrap.animation.delay10::after,
.black_slide.both.animation.delay10::before,
.black_slide_wrap.animation.delay10::before,
.black_slide.animation.delay10 > *,
.black_slide_wrap.animation.delay10 > *{
	animation-delay: 1s !important;
}
.black_slide.animation.delay11::after,
.black_slide_wrap.animation.delay11::after,
.black_slide.both.animation.delay11::before,
.black_slide_wrap.animation.delay11::before,
.black_slide.animation.delay11 > *,
.black_slide_wrap.animation.delay11 > *{
	animation-delay: 1.1s !important;
}
.black_slide.animation.delay12::after,
.black_slide_wrap.animation.delay12::after,
.black_slide.both.animation.delay12::before,
.black_slide_wrap.animation.delay12::before,
.black_slide.animation.delay12 > *,
.black_slide_wrap.animation.delay12 > *{
	animation-delay: 1.2s !important;
}
.black_slide.animation.delay13::after,
.black_slide_wrap.animation.delay13::after,
.black_slide.both.animation.delay13::before,
.black_slide_wrap.animation.delay13::before,
.black_slide.animation.delay13 > *,
.black_slide_wrap.animation.delay13 > *{
	animation-delay: 1.3s !important;
}
.black_slide.animation.delay14::after,
.black_slide_wrap.animation.delay14::after,
.black_slide.both.animation.delay14::before,
.black_slide_wrap.animation.delay14::before,
.black_slide.animation.delay14 > *,
.black_slide_wrap.animation.delay14 > *{
	animation-delay: 1.4s !important;
}
.black_slide.animation.delay15::after,
.black_slide_wrap.animation.delay15::after,
.black_slide.both.animation.delay15::before,
.black_slide_wrap.animation.delay15::before,
.black_slide.animation.delay15 > *,
.black_slide_wrap.animation.delay15 > *{
	animation-delay: 1.5s !important;
}
.black_slide.animation.delay16::after,
.black_slide_wrap.animation.delay16::after,
.black_slide.both.animation.delay16::before,
.black_slide_wrap.animation.delay16::before,
.black_slide.animation.delay16 > *,
.black_slide_wrap.animation.delay16 > *{
	animation-delay: 1.6s !important;
}
.black_slide.animation.delay17::after,
.black_slide_wrap.animation.delay17::after,
.black_slide.both.animation.delay17::before,
.black_slide_wrap.animation.delay17::before,
.black_slide.animation.delay17 > *,
.black_slide_wrap.animation.delay17 > *{
	animation-delay: 1.7s !important;
}
.black_slide.animation.delay18::after,
.black_slide_wrap.animation.delay18::after,
.black_slide.both.animation.delay18::before,
.black_slide_wrap.animation.delay18::before,
.black_slide.animation.delay18 > *,
.black_slide_wrap.animation.delay18 > *{
	animation-delay: 1.8s !important;
}
.black_slide.animation.delay19::after,
.black_slide_wrap.animation.delay19::after,
.black_slide.both.animation.delay19::before,
.black_slide_wrap.animation.delay19::before,
.black_slide.animation.delay19 > *,
.black_slide_wrap.animation.delay19 > *{
	animation-delay: 1.9s !important;
}
.black_slide.animation.delay20::after,
.black_slide_wrap.animation.delay20::after,
.black_slide.both.animation.delay20::before,
.black_slide_wrap.animation.delay20::before,
.black_slide.animation.delay20 > *,
.black_slide_wrap.animation.delay20 > *{
	animation-delay: 2s !important;
}
.black_slide.animation.delay21::after,
.black_slide_wrap.animation.delay21::after,
.black_slide.both.animation.delay21::before,
.black_slide_wrap.animation.delay21::before,
.black_slide.animation.delay21 > *,
.black_slide_wrap.animation.delay21 > *{
	animation-delay: 2.1s !important;
}
.black_slide.animation.delay22::after,
.black_slide_wrap.animation.delay22::after,
.black_slide.both.animation.delay22::before,
.black_slide_wrap.animation.delay22::before,
.black_slide.animation.delay22 > *,
.black_slide_wrap.animation.delay22 > *{
	animation-delay: 2.2s !important;
}
.black_slide.animation.delay23::after,
.black_slide_wrap.animation.delay23::after,
.black_slide.both.animation.delay23::before,
.black_slide_wrap.animation.delay23::before,
.black_slide.animation.delay23 > *,
.black_slide_wrap.animation.delay23 > *{
	animation-delay: 2.3s !important;
}
.black_slide.animation.delay24::after,
.black_slide_wrap.animation.delay24::after,
.black_slide.both.animation.delay24::before,
.black_slide_wrap.animation.delay24::before,
.black_slide.animation.delay24 > *,
.black_slide_wrap.animation.delay24 > *{
	animation-delay: 2.4s !important;
}
.black_slide.animation.delay25::after,
.black_slide_wrap.animation.delay25::after,
.black_slide.both.animation.delay25::before,
.black_slide_wrap.animation.delay25::before,
.black_slide.animation.delay25 > *,
.black_slide_wrap.animation.delay25 > *{
	animation-delay: 2.5s !important;
}
.black_slide.animation.delay26::after,
.black_slide_wrap.animation.delay26::after,
.black_slide.both.animation.delay26::before,
.black_slide_wrap.animation.delay26::before,
.black_slide.animation.delay26 > *,
.black_slide_wrap.animation.delay26 > *{
	animation-delay: 2.6s !important;
}
.black_slide.animation.delay27::after,
.black_slide_wrap.animation.delay27::after,
.black_slide.both.animation.delay27::before,
.black_slide_wrap.animation.delay27::before,
.black_slide.animation.delay27 > *,
.black_slide_wrap.animation.delay27 > *{
	animation-delay: 2.7s !important;
}
.black_slide.animation.delay28::after,
.black_slide_wrap.animation.delay28::after,
.black_slide.both.animation.delay28::before,
.black_slide_wrap.animation.delay28::before,
.black_slide.animation.delay28 > *,
.black_slide_wrap.animation.delay28 > *{
	animation-delay: 2.8s !important;
}
.black_slide.animation.delay29::after,
.black_slide_wrap.animation.delay29::after,
.black_slide.both.animation.delay29::before,
.black_slide_wrap.animation.delay29::before,
.black_slide.animation.delay29 > *,
.black_slide_wrap.animation.delay29 > *{
	animation-delay: 2.9s !important;
}
.black_slide.animation.delay30::after,
.black_slide_wrap.animation.delay30::after,
.black_slide.both.animation.delay30::before,
.black_slide_wrap.animation.delay30::before,
.black_slide.animation.delay30 > *,
.black_slide_wrap.animation.delay30 > *{
	animation-delay: 3s !important;
}


@keyframes black_fade{
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	51% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes black_slide{
	0% {
		left: 0;
		width: 0;
	}

	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@keyframes black_slide_reverse{
	0% {
		left: 100%;
		width: 0;
	}

	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 0;
		width: 0;
	}
}

/* clip-path */
.clip{
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: -webkit-clip-path 1s ease-out, clip-path 1s ease-out;
}
.clip.fast{
	transition-duration: .6s;
}
.clip.late{
	transition-duration: 1.5s;
}

.clip.sec_clip{
	transition-duration: .4s;
}


.clip.left{
	-webkit-clip-path: inset(0 0 0 100%);
	clip-path: inset(0 0 0 100%);
}
.clip.down{
	-webkit-clip-path: inset(0 0 100% 0);
	clip-path: inset(0 0 100% 0);
}
.clip.up{
	-webkit-clip-path: inset(100% 0 0 0);
	clip-path: inset(100% 0 0 0);
}

.clip.animation{
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
}


/* 回転　*/
.rotate{
	animation:6s linear infinite rotate;
}

@keyframes rotate{
	0%{ transform:rotate(0);}
	100%{ transform:rotate(360deg); }
}

/* アニメーション時間差 */
.animation.delay01{
	animation-delay: .1s !important;
}
.animation.clip.delay01{
	transition-delay: .1s !important;
}
.animation.delay02{
	animation-delay: .2s !important;
}
.animation.clip.delay02{
	transition-delay: .2s !important;
}
.animation.delay03{
	animation-delay: .3s !important;
}
.animation.clip.delay03{
	transition-delay: .3s !important;
}
.animation.delay04{
	animation-delay: .4s !important;
}
.animation.clip.delay04{
	transition-delay: .4s !important;
}
.animation.delay05{
	animation-delay: .5s !important;
}
.animation.clip.delay05{
	transition-delay: .5s !important;
}
.animation.delay06{
	animation-delay: .6s !important;
}
.animation.clip.delay06{
	transition-delay: .6s !important;
}
.animation.delay07{
	animation-delay: .7s !important;
}
.animation.clip.delay07{
	transition-delay: .7s !important;
}
.animation.delay08{
	animation-delay: .8s !important;
}
.animation.clip.delay08{
	transition-delay: .8s !important;
}
.animation.delay09{
	animation-delay: .9s !important;
}
.animation.clip.delay09{
	transition-delay: .9s !important;
}
.animation.delay10{
	animation-delay: 1s !important;
}
.animation.clip.delay10{
	transition-delay: 1s !important;
}
.animation.delay11{
	animation-delay: 1.1s !important;
}
.animation.clip.delay11{
	transition-delay: 1.1s !important;
}
.animation.delay12{
	animation-delay: 1.2s !important;
}
.animation.clip.delay12{
	transition-delay: 1.2s !important;
}
.animation.delay13{
	animation-delay: 1.3s !important;
}
.animation.clip.delay13{
	transition-delay: 1.3s !important;
}
.animation.delay14{
	animation-delay: 1.4s !important;
}
.animation.clip.delay14{
	transition-delay: 1.4s !important;
}
.animation.delay15{
	animation-delay: 1.5s !important;
}
.animation.clip.delay15{
	transition-delay: 1.5s !important;
}
.animation.delay16{
	animation-delay: 1.6s !important;
}
.animation.clip.delay16{
	transition-delay: 1.6s !important;
}
.animation.delay17{
	animation-delay: 1.7s !important;
}
.animation.clip.delay17{
	transition-delay: 1.7s !important;
}
.animation.delay18{
	animation-delay: 1.8s !important;
}
.animation.clip.delay18{
	transition-delay: 1.8s !important;
}
.animation.delay19{
	animation-delay: 1.9s !important;
}
.animation.clip.delay19{
	transition-delay: 1.9s !important;
}
.animation.delay20{
	animation-delay: 2s !important;
}
.animation.clip.delay20{
	transition-delay: 2s !important;
}
.animation.delay21{
	animation-delay: 2.1s !important;
}
.animation.clip.delay21{
	transition-delay: 2.1s !important;
}
.animation.delay22{
	animation-delay: 2.2s !important;
}
.animation.clip.delay22{
	transition-delay: 2.2s !important;
}
.animation.delay23{
	animation-delay: 2.3s !important;
}
.animation.clip.delay23{
	transition-delay: 2.3s !important;
}
.animation.delay24{
	animation-delay: 2.4s !important;
}
.animation.clip.delay24{
	transition-delay: 2.4s !important;
}
.animation.delay25{
	animation-delay: 2.5s !important;
}
.animation.clip.delay25{
	transition-delay: 2.5s !important;
}
.animation.delay26{
	animation-delay: 2.6s !important;
}
.animation.clip.delay26{
	transition-delay: 2.6s !important;
}
.animation.delay27{
	animation-delay: 2.7s !important;
}
.animation.clip.delay27{
	transition-delay: 2.7s !important;
}
.animation.delay28{
	animation-delay: 2.8s !important;
}
.animation.clip.delay28{
	transition-delay: 2.8s !important;
}
.animation.delay29{
	animation-delay: 2.9s !important;
}
.animation.clip.delay29{
	transition-delay: 2.9s !important;
}



.animation.duration06{
	animation-duration: 0.6s;
}
.animation.duration10{
	animation-duration: 1s;
}

/* animation-delay PCだけ */
@media screen and (max-width: 768px) {
	.animation.delay_pc{
		animation-delay: 0s !important;
	}
}


/************************************************************************
	ローダー
**************************************************************************/
#loader{
    display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
    background-color: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

#loader .inner{
	max-width: 500px;
	width: 80%;
	padding: 5rem 0;
	margin: auto;
	position: relative;
	animation: loader_logo 1s ease .7s forwards;
	opacity: 0;
	transform: translateY(25%);
}

#loader .logo img{
	width: 100%;
}

@media (max-width: 768px) {
	
	#loader .inner{
		width: 86%;
		padding: 3rem 0;
		border-radius: 1.5rem;
	}

}

@keyframes loader_logo {
	0% {
		opacity: 0;
		transform: translateY(25%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



/************************************************************************
	その他共通
**************************************************************************/
main{
	overflow: hidden;
}

.skew_primary{/* 主にこちら */
	transform: var(--skew_primary);
}

/************************************************************************
	ヘッダー
**************************************************************************/
header{
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 1rem .5rem rgba(0, 0, 0, .1);
	position: fixed;
	top: 0;
	z-index: 50;
	transition: background-color .4s;
}

header .hd_logo{
	flex-shrink: 0;
	width: 57rem;
	margin-left: 1%;
	margin-right: auto;
}
header .hd_logo a{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}
header .hd_logo a:hover{
	opacity: .7;
}

header .hd_logo .text01{
	display: block;
	width: 61%;
}

header .hd_logo .text02{
	display: block;
	text-align: right;
	width: 39%;
	position: relative;
}
header .hd_logo .text02::before{
	content: "";
	display: block;
	width: .32em;
	height: 100%;
	background-color: var(--yellow);
	position: absolute;
	left: 10%;
	top: 0;
}


@media screen and (max-width: 980px) {
	header .hd_logo{
		width: 50rem;
	}

	header .hd_logo .text01{
		width: 58%;
	}

	header .hd_logo .text02::before{
		width: .2em;
		left: -2%;
	}
}


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

	header .hd_logo{
		max-width: 31rem;
		width: calc(97% - 5rem);
		margin-left: 2%;
	}

	header .hd_logo .text02{
		font-size: 1rem;
		font-weight: 700;
	}
}


/* -------------
	SNS
-------------------------------------------------------- */
.sns_wrapper{
	width: 20rem;
	margin-right: 1vw;
}

.sns_wrapper li{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 25%;
}
.sns_wrapper li a{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	height: 100%;
}

.sns_wrapper li .icon_wrap{
	display: block;
	height: fit-content;
	position: relative;
}
.sns_wrapper .facebook_li .icon_wrap{
	width: 30%;
}
.sns_wrapper .insta_li .icon_wrap{
	width: 55%;
}
.sns_wrapper .youtube_li .icon_wrap{
	width: 60%;
}
.sns_wrapper .x_li .icon_wrap{
	width: 54%;
}

.sns_wrapper li .icon_wrap::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-mask: url(../img/cmn/icon_facebook.svg) no-repeat center/contain;
	mask: url(../img/cmn/icon_facebook.svg) no-repeat center/contain;
	background-color: #000;
	opacity: 1;
	transition: background-color .4s;
}
.sns_wrapper li a:hover .icon_wrap::after{
	background-color: var(--yellow);
}

.sns_wrapper li a:hover img::after{
	background-color: var(--yellow);
}
.sns_wrapper .insta_li .icon_wrap::after{
	-webkit-mask-image: url(../img/cmn/icon_insta.svg);
	mask-image: url(../img/cmn/icon_insta.svg);
}
.sns_wrapper .youtube_li .icon_wrap::after{
	-webkit-mask-image: url(../img/cmn/icon_youtube.svg);
	mask-image: url(../img/cmn/icon_youtube.svg);
}
.sns_wrapper .x_li .icon_wrap::after{
	-webkit-mask-image: url(../img/cmn/icon_x.svg);
	mask-image: url(../img/cmn/icon_x.svg);
}

.sns_wrapper li .icon_wrap img{
	width: 100%;
	vertical-align: sub;
	opacity: 0;
}

@media screen and (max-width: 980px) {
	.sns_wrapper{
		width: 16rem;
	}
}

@media screen and (max-width: 768px) {
	header .sns_wrapper{
		display: none;
	}

	#global .sns_wrapper{
		width: 45%;
	}
}



/* -------------
	採用情報へボタン
-------------------------------------------------------- */
.to_recruit_btn{
	-ms-flex-item-align: stretch;
	align-self: stretch;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .2em;
	padding: 0 2em;
	background-color: var(--yellow);
	position: relative;
}
.to_recruit_btn:hover{
	color: var(--white);
}

.to_recruit_btn::before{
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background-color: var(--black);
	position: absolute;
	left: 0;
	top: 0;
	transition: width .4s;
}
.to_recruit_btn:hover::before{
	width: 100%;
}

.to_recruit_btn .text{
	display: block;
	position: relative;
	z-index: 1;
	white-space: nowrap;
}

@media screen and (max-width: 980px) {
	.to_recruit_btn{
		font-size: 1.6rem;
		letter-spacing: .1em;
		padding: 0 1.5em;
	}
}

@media screen and (max-width: 768px) {
	.to_recruit_btn{
		font-size: 1.3rem;
		letter-spacing: .2em;
		padding: 1.5em;
	}

	#global .to_recruit_btn{
		min-width: 45%;
		text-align: center;
	}
	
	header .to_recruit_btn{
		display: none;
	}
}




/* -------------
ハンバーガー
-------------------------------------------------------- */
#hmb{
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	width: 10rem;
	height: 10rem;
	background-color: var(--white);
	cursor: pointer;
	transition: .4s;
	position: relative;
	z-index: 100;
}
#hmb:hover{
	background-color: var(--hover_white);
}

#hmb .text{
	text-align: center;
	line-height: 1;
	margin-bottom: .33em;
}

.hmb_bar{
	width: 40%;
	height: 2.4rem;
	margin: auto;
	position: relative;
	transition: .4s;
}

.hmb_bar span{
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #000;
	position: absolute;
	right: 0; 
	transition: .4s;
}

.hmb_bar span:nth-of-type(1){
	top: 0;
}
.hmb_bar span:nth-of-type(2){
	top: calc(50% - 1px);
}
.hmb_bar span:nth-of-type(3){
	bottom: 0;
}

.hmb_open .hmb_bar span:nth-of-type(1){
	top: 47%;
	transform: rotate(-33deg);
}
.hmb_open .hmb_bar span:nth-of-type(2){
	opacity: 0;
}
.hmb_open .hmb_bar span:nth-of-type(3){
	width: 100%;
	bottom: 46%;
	transform: rotate(33deg);
}

@media screen and (max-width: 980px) {
	#hmb{
		width: 8rem;
		height: 8rem;
	}
}

@media screen and (max-width: 768px) {
	#hmb{
		width: 5rem;
		height: 5rem;
		background-color: var(--yellow);
	}
	#hmb:hover{
		background-color: var(--hover_yellow);
	}
	.hmb_bar{
		width: 45%;
		height: 1.4rem;
	}

	.hmb_bar span{
		height: 1px;
	}
}

/* グローバル
-------------------------------------------------------- */
#global{
	display: -webkit-box;
	display: flex;
	color: var(--black);
	width: 100%;
	min-height: 100lvh;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	position: fixed;
	right: -120%;
	top: 0;
	z-index: 40;
	transition: .4s;
	overflow: auto;
}
.hmb_open #global{
	right: 0;
}

#global .container{
	width: 90%;
	max-width: 65rem;
	height: fit-content;
	min-height: 100%;
	padding: 14rem 1.5%;
	margin-left: auto;
	background-color: var(--white);
}

#global .wrapper{
	margin-bottom: 5rem;
}
#global .wrapper02{
	margin-bottom: 0;
}
#global .wrapper_title{
	font-family: var(--genjyuu);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	padding: .25em 3%;
	text-transform: uppercase;
	border-bottom: 2px solid #000
}

#global .link_list{
	font-size: 1.8rem;
}
#global .link_list li{
	border-bottom: 1px solid #ccc;
}

#global .link_list li a{
	display: block;
	padding: .85em 2.5em .85em 3%;
	position: relative;
}

#global .link_list li .li_title{
	color: #000;
	line-height: 1.5;
	margin-bottom: .25em;
	transition: color .4s;
}
#global .link_list li .li_sub{
	color: #666;
	line-height: 1.5;
	padding-left: 1.5em;
	transition: color .4s;
}
#global .link_list li a:hover .li_title,
#global .link_list li a:hover .li_sub{
	color: var(--yellow);
}

#global .link_list li .btn{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 2.2em;
	height: 1.6em;
	background-color: var(--black);
	position: absolute;
	right: 3%;
	top: calc(50% - .8em);
	transform: skewY(-4deg);
}
#global .link_list li .btn::before{
	content: "";
	display: block;
	width: 0;
	height: calc(100% + 2px);
	background-color: var(--yellow);
	position: absolute;
	left: 0;
	top: -1px;
	transition: width .3s;
}
#global .link_list li a:hover .btn::before{
	width: 100%;
}

#global .link_list li .btn img{
	width: 66%;
	position: relative;
	z-index: 1;
}

#global .btn_wrapper{
	display: none;
}


@media screen and (max-width: 768px) {
	#global .container{
		width: 100%;
		padding: 7.5rem 3%;
		margin-left: auto;
		background-color: var(--white);
	}

	#global .wrapper{
		margin-bottom: 3rem;
	}
	#global .wrapper02{
		margin-bottom: 2rem;
	}
	#global .wrapper_title{
		font-size: 1.5rem;
		padding: .25em 5%;
	}

	#global .link_list{
		font-size: 1.4rem;
	}

	#global .link_list li a{
		padding: .85em 2.5em .85em 5%;
	}

	#global .btn_wrapper{
		display: -webkit-box;
		display: flex;
		justify-content: space-around;
	}
	
}



/************************************************************************
	フッター
**************************************************************************/
footer{
	padding-bottom: 3rem;
	margin-top: -9vw;
	color: var(--white);
	background-color: var(--black);
	position: relative;
	z-index: 1;
	-webkit-clip-path: polygon(0 0, 100% 8.75vw, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 8.75vw, 100% 100%, 0 100%);
}

@media screen and (max-width: 768px) {
	footer{
		padding-bottom: 1rem;
	}
	
}



/* バナー
-------------------------------------------------------- */
.ft_bnr_area{
	padding: calc(2rem + 9vw) 0;
	background-color: var(--hover_black);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8.75vw), 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8.75vw), 0 100%);
}

.ft_bnr_area .list li{
	width: 23.7%;
}
.ft_bnr_area .list li a{
	display: block;
}
.ft_bnr_area .list li a:hover{
	opacity: .7;
}

.ft_bnr_area .list li img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	.ft_bnr_area{
		padding: calc(2rem + 15vw) 0;
	}

	.ft_bnr_area .list li{
		width: 48.4%;
		margin-bottom: 3%;
	}
	.ft_bnr_area .list li:nth-last-of-type(-n+2){
		margin-bottom: 0;
	}
}


/* ロゴ　住所
-------------------------------------------------------- */
.ft_logo{
	max-width: 20rem;
	width: 90%;
	margin: 0 auto 3rem;
}

.ft_address_list{
	margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
	.ft_logo{
		max-width: 10rem;
		margin: 0 auto 2.5rem;
	}

	.ft_address_list{
		margin-bottom: 5rem;
	}
}


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

/************************************************************************
	トップ MV
**************************************************************************/
main{
	overflow: hidden;
}

#top_mv{
	padding: 14.5rem 0 4.5rem;
	background-color: var(--yellow);
}



#top_mv img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	#top_mv{
		padding: 7.5rem 0 3.5rem;
	}
}

/* スワイパー
-------------------------------------------------------- */
#top_mv_swiper{
	padding-bottom: 1.3vw;
	position: relative;
}

#top_mv_swiper .mv_text{
	position: absolute;
	z-index: 2;
	pointer-events: none;
}
#top_mv_swiper .mv_text img{
	width: 100%;
}

#top_mv_swiper .text01{
	width: 31.25%;
	top: 0;
	left: 23%;
}
#top_mv_swiper .text02{
	width: 35.75%;
	right: 20%;
	bottom: 0;
}

#top_mv_swiper .swiper-slide a{
	display: block;
	padding-right: 1.5vw;
	position: relative;
	z-index: 1;
}
#top_mv_swiper .swiper-slide a:hover{
	opacity: .9;
}

#top_mv_swiper .swiper-slide picture{
	-webkit-clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 5vw), 0 100%);
	clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 5vw), 0 100%);
}
#top_mv_swiper .swiper-slide img{
	transition: transform .4s;
}
#top_mv_swiper .swiper-slide a:hover img{
	transform: scale(1.05);
}

#top_mv_swiper .swiper-slide a::before{
	content: "";
	display: block;
	width: calc(100% - 1.5vw);
	height: 100%;
	background-color: var(--hover_yellow);
	-webkit-clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 5vw), 0 100%);
	clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 5vw), 0 100%);
	position: absolute;
	top: 1.25vw;
	right: 0;
}

#top_mv_swiper .text_wrapper{
	pointer-events: none;
	font-size: 2.8125vw;/* 45px/1600 */
	padding: 1.5vw .5vw 1.5vw 6.5vw;
	background-image: -webkit-linear-gradient(0deg, rgba(226, 220, 0, 0) 0%, rgba(226, 220, 0, 1) 35%);
	background-image: linear-gradient(90deg, rgba(226, 220, 0, 0) 0%, rgba(226, 220, 0, 1) 35%);
	position: absolute;
	right: 22.5%;
	top: 27%;
	z-index: 2;
	transform: var(--skew_primary);
}
#top_mv_swiper .text_wrapper h2{
	font-family: var(--genjyuu);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#top_mv_swiper{
		padding: 2vw 0 4vw;
	}

	#top_mv_swiper .text01{
		width: 55%;
		top: 0;
		left: 5%;
	}
	#top_mv_swiper .text02{
		width: 63%;
		right: 3%;
		bottom: 2.5vw;
	}

	#top_mv_swiper .text_wrapper{
		font-size: 5.066vw;/* 38px/750 */
		padding: 3vw 1vw 3vw 6.5vw;
		background-image: -webkit-linear-gradient(0deg, rgba(226, 220, 0, 0) 0%, rgba(226, 220, 0, 1) 35%);
		background-image: linear-gradient(90deg, rgba(226, 220, 0, 0) 0%, rgba(226, 220, 0, 1) 35%);
		position: absolute;
		right: 5.25%;
		top: 27%;
		z-index: 2;
		transform: var(--skew_primary);
	}

	#top_mv_swiper .swiper-slide a{
		padding-right: 3vw;
	}

	#top_mv_swiper .swiper-slide picture{
		-webkit-clip-path: polygon(0 8vw, 100% 0, 100% calc(100% - 8vw), 0 100%);
		clip-path: polygon(0 8vw, 100% 0, 100% calc(100% - 8vw), 0 100%);
	}

	#top_mv_swiper .swiper-slide a::before{
		width: calc(100% - 3vw);
		-webkit-clip-path: polygon(0 8vw, 100% 0, 100% calc(100% - 8vw), 0 100%);
		clip-path: polygon(0 8vw, 100% 0, 100% calc(100% - 8vw), 0 100%);
		top: 2.5vw;
	}
}


/* 矢印　数字 */
#top_mv_swiper .swiper_btn_wrapper{
	font-size: 1.8rem;
	width: fit-content;
	position: absolute;
	right: 21%;
	bottom: 3.5%;
	z-index: 5;
	transform: rotate(-4.5deg);
}
#top_mv_swiper .swiper-button-prev,
#top_mv_swiper .swiper-button-next{
	width: 1em;
	height: 1em;
	margin: 0 .25em;
	position: static;
	background: url(../img/cmn/arrow01.svg) no-repeat center/contain;
	transition: opacity .4s;
}
#top_mv_swiper .swiper-button-next{
	transform: scale(-1, 1);
}
#top_mv_swiper .swiper-button-prev:hover,
#top_mv_swiper .swiper-button-next:hover{
	opacity: .7;
}

#top_mv_swiper .swiper-button-prev:after,
#top_mv_swiper .swiper-button-next:after{
	display: none;
}

#top_mv_swiper .swiper-pagination{
	font-weight: 700;
	color: transparent;
	letter-spacing: .1em;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
}
#top_mv_swiper .swiper-pagination::before{
	content: "";
	display: block;
	width: 2.5em;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 2em;
	top: calc(50% - 1px);
}

#top_mv_swiper .swiper-pagination-current,
#top_mv_swiper .swiper-pagination-total{
	color: var(--white);
	display: inline-block;
	transform: skew(-4deg);
}
#top_mv_swiper .swiper-pagination-current{
	margin-right: 2.15em;
}


@media screen and (max-width: 768px) {
	#top_mv_swiper .swiper_btn_wrapper{
		font-size: 1.7rem;
		right: 5%;
		bottom: 0;
		z-index: 5;
	}
}

/* 
-------------------------------------------------------- */


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


/************************************************************************
	トップ 冒頭
**************************************************************************/
#top_intro{
	position: relative;
}
#top_intro .inner{
	padding: 10rem 0 9vw;
}

#top_intro .text_wrapper{
	width: 55rem;
	padding: 5.75rem 1% 5.75rem 0;
	position: relative;
	z-index: 1;
}
#top_intro .text_wrapper::before{
	content: "";
	display: block;
	width: 80rem;
	height: 100%;
	background-image: var(--w_linear_primary_yellow);
	background-image: var(--linear_primary_yellow);
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	transform: var(--skew_primary);
}

#top_intro .img{
	width: calc(97% - 55rem);
}

@media screen and (max-width: 768px) {
	#top_intro .inner{
		display: block;
		padding: 8rem 0 12vw;
	}

	#top_intro .text_wrapper{
		width: 100%;
		margin: auto;
		padding: 4.5rem 2% 8rem;
		position: relative;
		z-index: 1;
	}
	#top_intro .text_wrapper h2{
		line-height: 2;
		margin-bottom: 1em;
	}

	#top_intro .img{
		width: 50%;
		margin-top: -6rem;
		margin-left: auto;
		position: relative;
		z-index: 1;
	}
}

/************************************************************************
	未来を共創する大学
**************************************************************************/
#top_about{
	margin-top: -12.75vw;
	position: relative;
}

#top_about section{
	padding: calc(15vw + 5rem) 0 calc(18vw + 4rem);
	-webkit-clip-path: polygon(0 0, 100% 8.75vw, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 8.75vw, 100% 100%, 0 100%);
	background: url(../img/top/about_bg.jpg) no-repeat center/cover;
}

#top_about .movie_box{
	width: calc(97% - 38.5rem);
}

#top_about .text_wrapper{
	width: 38.5rem;
}

#top_about h2{
	padding: 1.25em 0 1em;
	margin-bottom: .75em;
	position: relative;
	z-index: 1;
	transform: var(--skew_primary);
}
#top_about h2::before{
	content: "";
	display: block;
	width: 64rem;
	height: 100%;
	background-image: -webkit-linear-gradient(180deg, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 1) 35%);
	background-image: linear-gradient(270deg, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 1) 35%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#top_about h2 .yellow_wrap{
	display: block;
	color: var(--black);
	width: fit-content;
	padding: .25em .75em .25em .5em;
	margin-bottom: .25em;
	background-color: var(--yellow);
}
#top_about h2 .sub{
	display: inline-block;
	margin-left: .5em;
}

#top_about .text_wrapper .text{
	line-height: 2.25;
	width: 36rem;
	margin-left: auto;
}


@media screen and (max-width: 768px) {
	#top_about section{
		padding: calc(10vw + 5rem) 0 calc(18vw + 4rem);
		background-image: url(../img/top/about_bg_sp.jpg);
	}

	#top_about .inner{
		display: block;
	}

	#top_about .text_wrapper{
		width: 96%;
		margin-left: auto;
	}

	#top_about h2{
		padding: 1.25em 0 1em;
		margin-bottom: 1.5em;
	}

	#top_about h2 .yellow_wrap{
		display: inline-block;
		padding: .25em .75em .25em .5em;
		margin-bottom: .25em;
		background-color: var(--yellow);
	}

	#top_about .text_wrapper .text{
		line-height: 1.7;
		width: 90%;
		margin: 0 auto 3em;
	}

	#top_about .movie_box{
		width: 100%;
	}
}

/* 
-------------------------------------------------------- */


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


/************************************************************************
	トップ NAIST PEOPLE
**************************************************************************/
#top_member{
	padding: 4vw 0 8.7vw;
	margin-top: -13.5vw;
	position: relative;
	z-index: 1;
}

#top_member .deco01wrap{
	width: 100%;
	height: 17vw;
	position: absolute;
	right: 0;
	top: 0;
	
}
#top_member .deco01{
	height: 100%;
	background-color: var(--hover_black);
	-webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

#top_member .deco02wrap{
	width: 100%;
	height: 17.4vw;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	
}
#top_member .deco02{
	height: 100%;
	background-color: var(--hover_black);
	-webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}


#top_member section{
	color: var(--white);
	padding: calc(8vw + 2.5rem) 0 calc(4vw + 6rem);
	background-color: var(--black);
	-webkit-clip-path: polygon(0 0, 100% 8.75vw, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 8.75vw, 100% 100%, 0 100%);
}

#top_member .list li{
	width: 27.4%;
	margin-right: 8.9%;
	margin-bottom: 8rem;
}
#top_member .list li:nth-of-type(3n){
	margin-right: 0;
}

#top_member .list li a{
	display: block;
	position: relative;
}
#top_member .list li a:hover{
	opacity: .7;
}

#top_member .list li .cat{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	--cat_color: var(--yellow);
	color: var(--black);
	line-height: 1.2;
	width: fit-content;
	max-width: 98%;
	padding: 0 1em;
	height: 4em;
	background-color: var(--cat_color);
	transform: var(--skew_primary);
	position: absolute;
	left: -1.25em;
	top: -2.5em;
	z-index: 1;
}
#top_member .list li .cat.red{
	--cat_color: #c75555;
	color: var(--white);
}
#top_member .list li .cat.green{
	--cat_color: #48a045;
	color: var(--white);
}
#top_member .list li .cat.blue{
	--cat_color: #457fa3;
	color: var(--white);
}

#top_member .list li .img_ab{
	width: 100%;
	margin-bottom: 1rem;
	overflow: hidden;
}
#top_member .list li .img_ab::before{
	padding-top: 83.3%;
}
#top_member .list li .img_ab img{
	transition: transform .4s;
}
#top_member .list li a:hover .img_ab img{
	transform: scale(1.1);
}

#top_member .list li h3{
	font-size: 1.125em;
	line-height: 1.4;
	/* ...省略 */
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
	#top_member section{
		padding: calc(8vw + 2.5rem) 0 calc(4vw + 1rem);
	}

	#top_member .inner{
		width: 90%;
	}
	#top_member .list li{
		width: 47%;
		margin-right: 6%;
		margin-bottom: 6rem;
	}
	#top_member .list li:nth-of-type(3n){
		margin-right: 6%;
	}
	#top_member .list li:nth-of-type(2n){
		margin-right: 0;
	}

	#top_member .list li .cat{
		font-size: 1.2rem;
		padding: 0 .75em;
		left: -.5em;
		z-index: 1;
	}

	#top_member .list li .date{
		font-size: 1.1rem;
	}

	#top_member .list li h3{
		font-size: 1.35rem;
		/* ...省略 */
		-webkit-line-clamp: 3;
	}
}

/* 
-------------------------------------------------------- */


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



/************************************************************************
	トップ DATA
**************************************************************************/
#top_data{
	padding: 9vw 0 3vw;
	margin-top: -9vw;
	position: relative;
}

#top_data .deco01wrap{
	width: 100%;
	height: 17vw;
	position: absolute;
	right: 0;
	top: -5vw;
}
#top_data .deco01{
	height: 100%;
	background-color: var(--hover_white);
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

#top_data .deco02wrap{
	width: 100%;
	height: 9vw;
	position: absolute;
	right: 0;
	bottom: 0;
	
}
#top_data .deco02{
	height: 100%;
	background-color: var(--hover_white);
	-webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 100%, 0 100%);
}

#top_data section{
	padding: 4vw 0 calc(4vw + 4rem);
}

#top_data .img_wrapper{
	margin-right: calc(1.5% - 1.5vw);
	margin-bottom: 4%;
}
#top_data .img_wrapper .img{
	width: 55.5%;
}
#top_data .img_wrapper .img:nth-last-of-type(1){
	margin-top: 2%;
	margin-left: -11%;
}
#top_data .img_wrapper .img img{
	-webkit-filter: drop-shadow(1.5vw 1.25vw 0px var(--yellow));
	filter: drop-shadow(1.5vw 1.25vw 0px var(--yellow));
}

#top_data .guidance{
	line-height: 1.875;
}
@media screen and (max-width: 768px) {

	#top_data .deco01wrap{
		top: -7vw;
	}

	#top_data .deco02wrap{
		height: 14vw;
		z-index: 1;
	}
	#top_data .deco02{
		height: 100%;
		background-color: var(--hover_white);
		-webkit-clip-path: polygon(0 0, 100% calc(100% - 6vw), 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% calc(100% - 6vw), 100% 100%, 0 100%);
	}

	#top_data section{
		padding: calc(16vw + 6rem) 0 calc(10vw + 4rem);
		margin-top: -18.5vw;
		-webkit-clip-path: polygon(0 1vw, 50% 4.25vw, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 1vw, 50% 4.25vw, 100% 0, 100% 100%, 0 100%);
	}

	#top_data .img_wrapper{
		display: block;
		margin-bottom: 10%;
	}

	#top_data .img_wrapper .img{
		width: 86%;
	}
	#top_data .img_wrapper .img:nth-last-of-type(1){
		margin-top: -12%;
		margin-left: auto;
		margin-right: 4%;
	}
	#top_data .img_wrapper .img img{
		-webkit-filter: drop-shadow(4vw 3vw 0px var(--yellow));
		filter: drop-shadow(4vw 3vw 0px var(--yellow));
	}
	
}

/************************************************************************
	NAISTで、あなたの個性と情熱を生かしてみませんか?
**************************************************************************/
#to_recruit{
	margin-top: -9vw;
	position: relative;
	z-index: 1;
}
#to_recruit .deco01wrap{
	width: 100%;
	height: 17vw;
	position: absolute;
	left: 0;
	top: 2vw;
}
#to_recruit .deco01{
	height: 100%;
	background-color: var(--black);
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

#top_data.top_recruit .deco01wrap{
	display: none;
}

#to_recruit section{
	padding: calc(12vw + 4rem) 0 calc(10vw + 3.5rem);
	background-color: var(--yellow);
	-webkit-clip-path: polygon(0 8.75vw, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 8.75vw, 100% 0, 100% 100%, 0 100%);
}
#to_recruit.top_recruit section{
	padding-top: calc(9.5vw + 3rem);
	padding-bottom: 0;
}

#to_recruit .deco_text{
	width: 25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#to_recruit .deco_text.text01{
	left: 0;
	transform: translateY(-40%);
}
#to_recruit .deco_text.text02{
	right: 0;
}

#to_recruit .img{
	padding-top: 4%;
}
#to_recruit .img img{
	-webkit-filter: drop-shadow(-.5vw -.1vw 0px rgba(35, 24, 21, .2));
	filter: drop-shadow(-.5vw -.1vw 0px rgba(35, 24, 21, .2));
}

@media screen and (max-width: 768px) {
	#to_recruit{
		margin-top: -9vw;
	}
	#to_recruit section{
		padding-top: calc(12vw + 3rem);
	}

	#to_recruit .deco_text{
		width: 6rem;
	}

	#to_recruit .img{
		padding-top: 10%;
	}
	#to_recruit .img img{
		-webkit-filter: drop-shadow(-1.5vw -.5vw 0px rgba(35, 24, 21, .2));
		filter: drop-shadow(-1.5vw -.5vw 0px rgba(35, 24, 21, .2));
	}
}

/* 
-------------------------------------------------------- */


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


/************************************************************************
	下層共通
**************************************************************************/
main{
	--page_color: #457fa3;
	--page_color_deep: #0e5988;
	--page_color_thin: #6e9fb7;
	--page_linear: linear-gradient(90deg, var(--page_color_thin) 0%, var(--page_color_deep) 100%);
	--page_linear_w: linear-gradient(0deg, var(--page_color_thin) 0%, var(--page_color_deep) 100%);
	--page_white: #e6e6e6;
}
#interview01,
#interview03{
	--page_color: #c75555;
	--page_color_deep: #ba2d2d;
	--page_color_thin: #cd6f70;
}
#interview04{
	--page_color: #48a045;
	--page_color_deep: #007d00;
	--page_color_thin: #74b573;
}

.title_primary{
	font-family: var(--genjyuu);
	font-size: 6rem;
	color: var(--white);
	letter-spacing: .025em;
	text-transform: uppercase;
	line-height: 1.5;
	width: fit-content;
	padding: .15em .75em .15em 0;
	transform: var(--skew_primary);
	position: relative;
	z-index: 1;
}
.title_primary::before{
	content: "";
	display: block;
	width: calc(100% + 20vw);
	height: 100%;
	background-color: var(--page_color);
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	-webkit-clip-path: inset(0 0 0 100%);
	clip-path: inset(0 0 0 100%);
	transition: -webkit-clip-path .4s linear, clip-path .4s linear;
}
.title_primary.animation::before{
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
}

@media screen and (max-width: 768px) {
	.title_primary{
		font-size: 3rem;
		padding: .15em .75em .15em 1.25em;
	}
}

/************************************************************************
	下層 MV
**************************************************************************/
#lower_mv{
	font-size: min(10px, .82vw);/* ウィンドウ1220pxでフォント10px */
	padding: 14.5rem 0 3.5vw;
	background-color: var(--page_color);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8.5vw), 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8.5vw), 0 100%);
}

#lower_mv .mv_container{
	max-width: 1154px;
	width: 96%;
	margin: 0 auto;
	position: relative;
}
#lower_mv .mv_container::before{
	content: "";
	display: block;
	padding-top: 57.5%;
}

#lower_mv .bg{
	width: 95.4%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
	clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
}
#lower_mv .bg picture,
#lower_mv .bg img{
	width: 100%;
}

#lower_mv .name{
	width: 55.7em;
	position: absolute;
	left: 2%;
	top: 1em;
	z-index: 1;
}

#lower_mv .text_wrapper{
	position: absolute;
	bottom: 20%;
	right: 0;
	z-index: 1;
}

#lower_mv .text_wrapper .sub{
	font-family: var(--genjyuu);
	font-size: 4em;
	width: fit-content;
	padding: 1em .75em .75em 1.5em;
	margin-right: 2.5em;
	margin-bottom: -1em;
	background-color: var(--white);
	transform: var(--skew_primary);
	position: relative;
	z-index: 2;
}

#lower_mv .text_wrapper h1{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	font-size: 2em;
	color: var(--hover_white);
	width: fit-content;
	padding: 2.5em 3em 1.5em;
	margin-left: auto;
	position: relative;
	z-index: 1;
}

#interview02 #lower_mv .text_wrapper h1{
	min-width: 22em;
}
#lower_mv .text_wrapper h1::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--page_color_deep);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transform: var(--skew_primary);
}

#lower_mv .text_wrapper h1 .h1_wrap{
	display: block;
	width: fit-content;
}

#lower_mv .text_wrapper h1 .text01{
	display: block;
	width: fit-content;
	font-size: 1.5em;
	line-height: 1.1;
	margin-bottom: .25em;
}
#lower_mv .text_wrapper h1 .text02{
	display: block;
	width: fit-content;
}

#lower_mv .mv_img{
	width: 39%;
	position: absolute;
	bottom: -3vw;
	left: 7%;
}


@media screen and (max-width: 768px) {
	#lower_mv{
		font-size: 2.66vw;/* ウィンドウ375pxでフォント10px */
		padding: 7rem 0 9vw;
	}

	#lower_mv .mv_container{
		padding-top: 1em;
	}
	#lower_mv .mv_container::before{
		padding-top: 69.5%;
	}

	#lower_mv .bg{
		width: 100%;
		height: calc(100% - 1em);
		top: auto;
		bottom: 0;
		-webkit-clip-path: polygon(0 8.5vw, 100% 0, 100% calc(100% - 8.5vw), 0 100%);
		clip-path: polygon(0 8.5vw, 100% 0, 100% calc(100% - 8.5vw), 0 100%);
	}

	#lower_mv .name{
		width: 27.3em;
		left: 3%;
		top: 0;
	}

	#lower_mv .text_wrapper{
		width: 96%;
		margin: -2.5em auto 0;
		position: static;
	}

	#lower_mv .text_wrapper .sub{
		font-size: 2em;
		padding: .75em 1em;
		max-width: 98%;
		margin-right: auto;
		margin-bottom: -1em;
	}

	#lower_mv .text_wrapper h1{
		font-size: 1.3em;
		min-width: 0;
		max-width: 98%;
		padding: 3.5em 1.5em 2em;
		margin-left: auto;
	}
	#interview02 #lower_mv .text_wrapper h1{
		min-width: 0;
	}

	#lower_mv .text_wrapper h1 .text01{
		font-size: 1.307em;
	}

	#lower_mv .mv_img{
		width: 45%;
		position: absolute;
		bottom: 3vw;
		left: 27%;
	}
}



/* 他ページの調整
--------------------------------------------------------　 */
/* interview01 */
#interview01 #lower_mv .name{
	width: 74em;
	left: 2%;
	top: -1.5em;
}

#interview01 #lower_mv .text_wrapper{
	bottom: 17%;
}

#interview01 #lower_mv .text_wrapper .sub{
	line-height: 1.5;
	padding: .75em 1em;
}

#lower_mv .text_wrapper h1{
	padding: 3em 3em 1.5em;
}

#interview01 #lower_mv .text_wrapper h1 .text01{
	line-height: 1;
}
#interview01 #lower_mv .text_wrapper h1 .text01 .times{
	display: inline-block;
	font-size: .75em;
	font-weight: 400;
	padding-left: 3em;
	padding-block: .15em;
}

#interview01 #lower_mv .mv_img{
	width: 64%;
    position: absolute;
    bottom: -5vw;
    left: -5%;
}

@media screen and (max-width: 768px) {
	/* interview01 */
	#interview01 #lower_mv .name{
		width: 30em;
		left: 4%;
		top: 0;
	}

	#interview01 #lower_mv .mv_img{
		width: 86%;
		position: absolute;
		bottom: -5vw;
		left: 4%;
	}

	#interview01 #lower_mv .text_wrapper .sub{
		font-size: 1.8em;
	}

}

/* interview03 */
#interview03 #lower_mv .name{
    width: 50em;
}
#interview03 #lower_mv .mv_img{
    width: 57%;
    bottom: -7vw;
    left: 10%;
}

#interview03 #lower_mv .text_wrapper .sub{
	padding: 1em;
}

@media screen and (max-width: 768px) {
	#interview03 #lower_mv .name{
		width: 22em;
		top: .5em;
	}
}

/* interview04 */
#interview04 #lower_mv .name{
    width: 51em;
}

#interview04 #lower_mv .mv_img{
    width: 35%;
    bottom: -2.5vw;
    left: 7%;
}

#interview04 #lower_mv .text_wrapper .sub{
	padding: 1.5em 1em;
}


@media screen and (max-width: 768px) {
	#interview04 #lower_mv .name{
		width: 25em;
	}

	#interview04 #lower_mv .mv_img{
		width: 44%;
		left: 28%;
	}

	#interview04 #lower_mv .text_wrapper .sub{
		padding: .75em;
	}
}

/************************************************************************
	下層 冒頭
**************************************************************************/
#lower_intro{
	margin-top: -8.5vw;
	position: relative;
	z-index: 1;
}
#lower_intro .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-clip-path: polygon(0 8.5vw, 100% 0, 100% calc(100% - 8.5vw), 0 100%);
	clip-path: polygon(0 8.5vw, 100% 0, 100% calc(100% - 8.5vw), 0 100%);
}
#lower_intro .bg::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,.55);
	position: absolute;
	left: 0;
	top: 0;
}
#lower_intro .bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#lower_intro .text{
	line-height: 2.25;
	padding: 11.5vw 0;
	margin: auto;
	position: relative;
	z-index: 1;
}

#lower_intro .deco_wrap{
	width: 100%;
	height: 9vw;
	position: absolute;
	right: 0;
	bottom: 3vw;
	z-index: -1;
}
#lower_intro .deco{
	width: 100%;
	height: 100%;
	background-color: var(--black);
	-webkit-clip-path: polygon(0 8.5vw, 100% 0, 100% calc(100% - 8.5vw), 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}


@media screen and (max-width: 768px) {
	#lower_intro .text{
		line-height: 1.92;
		padding: 21vw 0;
	}
}



/* 他ページの調整
--------------------------------------------------------　 */


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



/************************************************************************
	下層 プロフィール
**************************************************************************/
#profile{
	padding: calc(1.5rem + 2.5vw) 0 calc(3rem + 3vw);
}

#profile .container .title_wrapper{
	font-size: min(36px, 2.95vw);/* 36px */
	line-height: 1.5;
	padding: 2em .25em 2em 6.25em;
	background-image: var(--page_linear_w);
	background-image: var(--page_linear);
	position: relative;
}
#profile .container .title_wrapper .img{
	width: 16.9%;
	position: absolute;
	left: 4%;
	bottom: 0;
}

#profile .container .title_wrapper h3{
	font-weight: 700;
	color: var(--white);
}

#profile .container .career_wrapper{
	padding: 4.5rem 3%;
	background-color: var(--page_white);
}

#profile .container .career_wrapper h4{
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
	padding-left: .6em;
	margin-bottom: 1.5em;
	position: relative;
}
#profile .container .career_wrapper h4::before{
	content: "";
	display: block;
	width: .2em;
	height: 100%;
	background-color: var(--page_color);
	position: absolute;
	left: 0;
	top: 0;
}

#profile .container .career_box{
	width: 53%;
}

#profile .container .career_box ol li{
	display: -webkit-box;
	display: flex;
	padding-bottom: 1rem;
	position: relative;
}
#profile .container .career_box ol li.no_year{
	padding-left: 10rem;
}

#profile .container .career_box ol li::before{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: var(--page_color);
	position: absolute;
	top: 1rem;
	left: 8.5rem;
}
#profile .container .career_box ol li:nth-last-of-type(1)::before{
	display: none;
}
#profile .container .career_box ol li::after{
	content: "";
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background-color: var(--page_color);
	position: absolute;
	left: calc(8.5rem - .6rem + .5px);
	top: 1rem;
}


#profile .container .career_box .year{
	font-size: 2.4rem;
	font-weight: 600;
	color: var(--page_color);
	line-height: 1.2;
	width: 10rem;
	padding-left: .5em;
}

#profile .container .career_box .month{
	font-size: 1.8rem;
	font-weight: 600;
	width: 4.5rem;
}
#profile .container .career_box .content{
	width: calc(100% - 14.5rem);
}
#profile .container .career_box .no_year .content{
	width: calc(100% - 4.5rem);
}

#profile .container .hobby_box{
	width: 45.5%;
}

#profile .container .hobby_text01{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
	padding-left: 1rem;
	margin-bottom: .5em;
}
#profile .container .hobby_text02{
	padding-left: 1rem;
}

@media screen and (max-width: 768px) {
	#profile{
		padding: calc(2rem + 2.5vw) 0 calc(3.5rem + 3.5vw);
	}

	#profile .container .title_wrapper{
		font-size: 4.8vw;/* 18px/375 */
		line-height: 1.3;
		padding: 1.4em .25em 1.4em 8em;
	}

	#profile .container .title_wrapper .img{
		width: 26%;
		left: 11%;
	}

	#profile .container .career_wrapper{
		display: block;
		padding: 2rem 4% 3rem;
	}

	#profile .container .career_box{
		width: 100%;
		margin-bottom: 1rem;
	}

	#profile .container .career_wrapper h4{
		font-size: 1.6rem;
		margin-bottom: 1.25em;
	}

	#profile .container .career_box ol li.no_year{
		padding-left: 7.5rem;
	}

	#profile .container .career_box ol li::before{
		left: 6.3rem;
	}
	#profile .container .career_box ol li::after{
		width: .8rem;
		height: .8rem;
		left: calc(6.3rem - .4rem);
		top: .8rem;
	}

	#profile .container .career_box .year{
		font-size: 1.7rem;
		width: 7.5rem;
	}
	#profile .container .career_box .month{
		font-size: 1.4rem;
		width: 3.5rem;
	}
	#profile .container .career_box .content{
		font-size: 1.3rem;
		width: calc(100% - 11rem);
	}
	#profile .container .career_box .no_year .content{
		width: calc(100% - 3.5rem);
	}

	#profile .container .hobby_box{
		width: 100%;
	}
	
	#profile .container .hobby_text01{
		font-size: 1.4rem;
		margin-bottom: .75em;
	}
	#profile .container .hobby_text02{
		font-size: 1.3rem;
		padding-left: 1rem;
	}

}


/* 他ページの調整
--------------------------------------------------------　 */
/* interview01 */
#interview01 #profile{
	margin-bottom: 5rem;
}
#profile .career_flex .career_block{
	width: 48.6%;
}

#profile .career_flex .career_block .career_box{
	width: 100%;
}

#interview01 #profile .container .block01 .title_wrapper{
	padding-left: 4em;
	padding-right: .15em;
}
#interview01 #profile .container .block01 .title_wrapper .img{
	width: 33%;
	left: 3%;
}

#interview01 #profile .container .block02 .title_wrapper{
	padding-left: 6.25em;
}
#interview01 #profile .container .block02 .title_wrapper .img{
	width: 36%;
	left: 9%;
}

#interview01 #profile .container .career_flex .career_wrapper{
	padding: 4rem 4%;
}

#interview01 #profile .block02 .career_wrapper{
	-webkit-box-flex:1;
	flex-grow:1;
}
#interview01 #profile .block02 .career_box{
	margin-bottom: 6rem;
}

#profile .career_flex .career_block .hobby_box{
	width: 100%;
}

@media screen and (max-width: 768px) {
	#profile .career_flex{
		display: block;
	}
	#profile .career_flex .career_block{
		width: 100%;
	}

	#interview01 #profile .container .block01 .title_wrapper{
		padding: 2em .25em 2em 7em;
	}
	#interview01 #profile .container .block02 .title_wrapper{
		padding: 2em .25em 2em 8em;
	}

	#interview01 #profile .container .block01 .title_wrapper .img{
		width: 27%;
		left: 8%;
	}
	#interview01 #profile .container .block02 .title_wrapper .img{
		width: 27%;
		left: 10%;
	}

	#interview01 #profile .container .career_flex .career_wrapper{
		padding: 2rem 4%;
	}
	#profile .career_flex .career_block.block01 .career_wrapper{
		margin-bottom: 1.5rem;
	}

}


/* interview03 */
#interview03 #profile .container .title_wrapper .img {
    width: 15%;
}

@media screen and (max-width: 768px) {
	#interview03 #profile .container .title_wrapper{
		padding: 2em .25em 2em 8em;
	}
	#interview03 #profile .container .title_wrapper .img {
		width: 24%;
	}
}

/* interview04 */
#interview04 #profile .container .title_wrapper .img {
    width: 16%;
}


@media screen and (max-width: 768px) {
	#interview04 #profile .container .title_wrapper{
		padding: 2em .25em 2em 8em;
	}
	#interview04 #profile .container .title_wrapper .img {
		width: 25%;
	}
}

/************************************************************************
	下層 インタビュー
**************************************************************************/
#interview .flex_container.negative_mr{
	margin-right: max(-250px, calc(50% - 50vw));
}
#interview .flex_container.negative_ml{
	margin-left: max(-250px, calc(50% - 50vw));
}

#interview .flex_container .img{
	width: 44.4%;
}

#interview .flex_container .text_wrapper{
	width: 52%;
	padding-top: 1%;
}

#interview .flex_container h3{
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--page_color);
	width: 104%;
	padding-left: 1.5em;
	margin-bottom: .75em;
	position: relative;
}
#interview .flex_container h3::before{
	content: "";
	display: block;
	width: 1.3em;
	height: 1.3em;
	-webkit-mask: url(../img/cmn/q.svg) no-repeat center/contain;
	mask: url(../img/cmn/q.svg) no-repeat center/contain;
	background-color: var(--page_color);
	position: absolute;
	left: 0;
	top: .25em;
}

@media screen and (max-width: 768px) {
	#interview .inner{
		width: 100%;
	}

	#interview .title_primary{
		margin-bottom: -.75em;
	}

	#interview .flex_container{
		display: block;
		margin-bottom: 3.5rem;
	}
	#interview .flex_container.negative_mr{
		margin-right: 0;
	}
	#interview .flex_container.negative_ml{
		margin-left: 0;
	}

	#interview .flex_container .img{
		width: 100%;
		margin-bottom: 2.5rem;
	}
	
	#interview .flex_container .text_wrapper{
		width: 94.6%;
		padding-top: 0;
		margin: 0 auto;
	}

	#interview .flex_container h3{
		font-size: 1.5rem;
		line-height: 1.2;
		width: 100%;
		padding-left: 2em;
	}
	#interview .flex_container h3::before{
		width: 1.4em;
		height: 1.4em;
		top: 0;
	}
}



/* 他ページの調整
--------------------------------------------------------　 */
/* interview01 */
#interview01 #interview .title_primary{
	margin-bottom: -.75em;
}

#interview01 #interview .sec_mv{
	max-width: 1600px;
	margin: 0 max(-250px, calc(50% - 50vw));
	position: relative;
}
#interview01 #interview .sec_mv::after{
	content: "";
	display: block;
	width: 100%;
	height: 19rem;
	background-image: linear-gradient(180deg, rgba(30,30,30,0) 0%, rgba(30,30,30,.8) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

#interview01 #interview .sec_mv img{
	width: 100%;
}

#interview01 #interview .sec_mv h3{
	font-size: 3.6rem;
	color: var(--white);
	width: 92%;
	max-width: 1100px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: .5em;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	#interview01 #interview .sec_mv::after{
		height: 10rem;
	}

	#interview01 #interview .sec_mv h3{
		font-size: 1.8rem;
		text-align: center;
	}
}

/* 対談部分 */
#interview .dialogue_container{
	padding: 6.5rem 0 8.5rem;
}

#interview .dialogue_container .wrapper{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}
#interview .dialogue_container .wrapper01{
	margin-bottom: 4.5rem;
}
#interview section.last .dialogue_container .wrapper01{
	margin-bottom: 0;
}
#interview .dialogue_container .wrapper02{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

#interview .dialogue_container .wrapper .img_box{
	width: 20rem;
	position: relative;
}
#interview .dialogue_container .wrapper .img{
	margin-bottom: .75rem;
}
#interview .dialogue_container .wrapper .img_box::before{
	content: "";
	display: block;
	width: 4rem;
	height: 3.4rem;
	background: url(../img/interview01/bubble_parts.svg) no-repeat center/100% 100%;
	position: absolute;
	left: calc(100% + 1px);
	top: 66%;
}
#interview .dialogue_container .wrapper.wrapper02 .img_box::before{
	left: auto;
	right: calc(100% + 1px);
	transform: scale(-1, 1);
}

#interview .dialogue_container .wrapper .bubble{
	width: calc(100% - 24rem);/* 吹き出しの尖り部分4rem */
	padding: 4rem 6% 3rem;
	border-radius: 1rem;
	background-color: var(--hover_white);
	position: relative;
}

#interview .dialogue_container .wrapper .bubble .attention{
	font-size: .9em;
	position: absolute;
	top: calc(100% + .75em);
}

#interview01 .small_attention{
	display: inline-block;
	font-size: .8em;
	vertical-align: top;
	margin-left: -.75em;
	margin-right: .5em;
}


@media screen and (max-width: 768px) {
	#interview .dialogue_container{
		width: 94.6%;
		padding: 2rem 0 8.5rem;
		margin: 0 auto;
	}
	#interview .dialogue_container .wrapper{
		display: block;
	}
	#interview .dialogue_container .wrapper01{
		margin-bottom: 2rem;
	}

	#interview .dialogue_container .wrapper .img_box{
		display: -webkit-box;
		display: flex;
		-webkit-box-align: end;
		align-items: flex-end;
		width: 90%;
		margin: 0 auto -9rem;
		position: relative;
		z-index: 1;
	}
	#interview .dialogue_container .wrapper02 .img_box{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		flex-direction: row-reverse;
	}

	#interview .dialogue_container .wrapper .img{
		width: 15rem;
		margin-bottom: .75rem;
	}
	#interview .dialogue_container .wrapper .img_box p{
		width: calc(100% - 15rem);
		padding-bottom: 1.5em;
	}

	#interview .dialogue_container .wrapper .img_box::before{
		display: none;
	}

	#interview .dialogue_container .wrapper .bubble{
		width: 100%;
		padding: 10rem 6% 3rem;
		border-radius: .75rem;
	}

	#interview .dialogue_container .wrapper .bubble.animation{
		animation: fadeup .8s ease forwards;
	}
}




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


/************************************************************************
	下層 メッセージ
**************************************************************************/
#message .outer{
	padding: 12rem 0;
}

#message .container_wrap{
	position: relative;
}
#message .container_wrap::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--hover_black);
	position: absolute;
	left: min(32px, 2vw);
	top: min(32px, 2vw);
	-webkit-clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
	clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
}

#message .container{
	padding: 6.5vw 5% 7.5vw;
	background-image: var(--page_linear_w);
	background-image: var(--page_linear);
	position: relative;
	z-index: 1;
	-webkit-clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
	clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
}


#message .container h2{
	transform: var(--skew_primary);
	margin-bottom: 2.25em;
}
#message .container h2 .sub,
#message .container h2 .main{
	display: inline-block;
}
#message .container h2 .sub{
	width: 19.16em;
	margin-right: .75em;
}


#message .container .img{
	width: 29%;
	position: absolute;
	right: 64%;
	bottom: 0;
}
#message .container .text_wrapper{
	width: 64%;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	#message .outer{
		padding: 2rem 0 calc(3rem + 7vw);
	}

	#message .container_wrap::before{
		-webkit-clip-path: polygon(0 8vw, 100% 0, 100% calc(100% - 8vw), 0 100%);
		clip-path: polygon(0 8vw, 100% 0, 100% calc(100% - 8vw), 0 100%);
	}
	#message .container{
		padding: 10vw 5% 60vw;
		-webkit-clip-path: polygon(0 8vw, 100% 0, 100% calc(100% - 8vw), 0 100%);
		clip-path: polygon(0 8vw, 100% 0, 100% calc(100% - 8vw), 0 100%);
	}

	#message .container h2{
		text-align: right;
	}
	#message .container h2 .sub{
		display: block;
		width: 100%;
		max-width: 19.4em;
		margin-right: auto;
	}

	#message .container .img{
		width: 46%;
		right: 27%;
	}

	#message .container .text_wrapper{
		width: 100%;
		margin-left: 0;
	}
}



/* 他ページの調整
--------------------------------------------------------　 */


/* interview03 */
#interview03 #message .container{
	padding-bottom: 15vw;
}

#interview03 #message .container h2 {
    margin-bottom: 4.5em;
}

#interview03 #message .container .img {
    width: 46%;
    right: 50%;
    bottom: -8%;
}

@media screen and (max-width: 768px) {
	#interview03 #message .container{
		padding-bottom: 64vw;
	}
	
	#interview03 #message .container h2 {
		margin-bottom: 2.5em;
	}
	
	#interview03 #message .container .img {
		width: 76%;
		right: 12%;
		bottom: -7vw;
	}
}

/* interview04 */
#interview04 #message .container .img {
    width: 45%;
	right: 55%;
    bottom: -8%;
}
#interview04 #message .container h2{
	margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
	#interview04 #message .container{
		padding-bottom: 72vw;
	}
	#interview04 #message .container .img {
		width: 80%;
		right: 10%;
		bottom: -1vw;
	}
}


/************************************************************************
	下層 他のインタビューも見る
**************************************************************************/
#other{
	position: relative;
}
#other .deco01wrap{
	width: 100%;
	height: 17vw;
	position: absolute;
	right: 0;
	top: 0;
	
}
#other .deco01{
	height: 100%;
	background-color: var(--hover_white);
	-webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}


#other section{
	padding: calc(11vw + 3rem) 0 calc(12vw + 3rem);
	-webkit-clip-path: polygon(0 0, 100% 8.5vw, 100% calc(100% - 8.5vw), 0 100%);
	clip-path: polygon(0 0, 100% 8.5vw, 100% calc(100% - 8.5vw), 0 100%);
	background: url(../img/cmn/other_bg.jpg) no-repeat center/cover;
}
#other .bg_sp{
	display: none;
}

#other .list li{
	width: 27.4%;
	margin-right: 8.9%;
}
#other .list li:nth-of-type(3n){
	margin-right: 0;
}

#other .list li a{
	display: block;
	position: relative;
}
#other .list li a:hover{
	-webkit-filter: brightness(85%);
	filter: brightness(85%);
}

#other .list li .cat{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: var(--white);
	line-height: 1.2;
	width: fit-content;
	max-width: 98%;
	padding: 0 1em;
	height: 4em;
	background-color: var(--black);
	transform: var(--skew_primary);
	position: absolute;
	left: -1.25em;
	top: -2.5em;
	z-index: 1;
}

#other .list li .img_ab{
	width: 100%;
	margin-bottom: 1rem;
	overflow: hidden;
}
#other .list li .img_ab::before{
	padding-top: 83.3%;
}
#other .list li .img_ab img{
	transition: transform .4s;
}
#other .list li a:hover .img_ab img{
	transform: scale(1.1);
}

#other .list li h3{
	font-size: 1.125em;
	line-height: 1.4;
	color: var(--white);
	/* ...省略 */
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media screen and (max-width: 768px) {
	#other section{
		padding: calc(11vw + 3rem) 0 calc(13vw + 4rem);
		background: none;
		position: relative;
	}

	#other .bg_sp{
		display: block;
		width: 100%;
		height: 100lvh;
		background: url(../img/cmn/other_bg_sp.jpg) no-repeat center/cover;
		position: fixed;
		top: 0;
		left: 0;
	}

	#other .list{
		display: block;
		width: 67%;
		margin: 0 auto;
	}

	#other .list li{
		width: 100%;
		margin-top: 8rem;
	}
	#other .list li:nth-last-of-type(1){
		margin-bottom: 4rem;
	}

	#other .list li .cat{
		font-size: 1.3rem;
		top: -2.75em;
	}
}




/************************************************************************
	NAIST DATA
**************************************************************************/

/* MV
--------------------------------------------------------　 */
#data_mv{
	padding: calc(14rem + 4vw) 0 calc(6rem + 6vw);
	background: url(../img/data/mv_bg.jpg) no-repeat center/cover;
	position: relative;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8.5vw), 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8.5vw), 0 100%);
}

#data_mv::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.4);
	position: absolute;
	left: 0;
	top: 0;
}


#data_mv .inner{
	width: 94.6%;
	max-width: 1200px;
	position: relative;
	z-index: 1;
}

#data_mv .left_container{
	width: 55.8%;
	padding: calc(2rem + 4vw) 4% calc(1.5rem + 1.5vw);
	margin-right: -5.5%;
	position: relative;
	z-index: 1;
}
#data_mv .left_container::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--white);
	transform: var(--skew_primary);
	position: absolute;
	left: 0;
	top: 0;
}

#data_mv .left_container > *{
	position: relative;
	z-index: 1;
}

#data_mv .left_container h1{
	width: 87%;
	position: absolute;
	top: max(-55px, -3.5vw);
	left: 8%;
}

#data_mv .right_container{
	width: 49.7%;
	margin-top: 2.25%;
	padding: calc(2.5vw + 2rem) 3% calc(2vw + 1.5rem) 8%;
	position: relative;
}

#data_mv .right_container::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--yellow);
	position: absolute;
	left: 0;
	top: 0;
	transform: var(--skew_primary);
}

#data_mv .right_container > *{
	position: relative;
	z-index: 1;
}

#data_mv .right_container ul{
	max-width: 460px;
	margin: 0 auto;
}
#data_mv .right_container ul li{
	width: 49%;
	margin-bottom: .5em;
}

#data_mv .right_container ul li a{
	display: block;
	padding-left: 1em;
	position: relative;
}
#data_mv .right_container ul li a::before{
	content: "";
	display: block;
	width: .64em;
	height: .74em;
	background: url(../img/data/triangle01.svg) no-repeat center/contain;
	position: absolute;
	left: 0;
	top: .5em;
}
#data_mv .right_container ul li a:hover::before{
	background-image: url(../img/data/triangle02.svg);
}

@media screen and (max-width: 768px) {
	#data_mv{
		padding: calc(8rem + 4vw) 0 calc(3rem + 3vw);
		background-image: url(../img/data/mv_bg_sp.jpg);
	}

	#data_mv .inner{
		display: block;
	}

	#data_mv .left_container{
		width: 96%;
		padding: calc(2rem + 5vw) 4% calc(1.5rem + 1.5vw);
		margin-right: 0;
	}

	#data_mv .left_container h1{
		width: 87%;
		top: -8vw;
		left: 2%;
	}

	#data_mv .right_container{
		width: fit-content;
		margin-top: -4rem;
		margin-left: auto;
		padding: calc(5vw + 3rem) 12% calc(2vw + 1.5rem);
		position: relative;
	}

	#data_mv .right_container ul{
		display: block;
		max-width: none;
		margin: 0 auto;
	}
	#data_mv .right_container ul li{
		width: 100%;
		margin-bottom: .15em;
	}

	#data_mv .right_container ul li a{
		padding-left: 1.15em;
	}
	#data_mv .right_container ul li a::before{
		width: .8em;
		height: .92em;
	}
}

/* 
--------------------------------------------------------　 */
#data_outer{
	padding: calc(1vw + .5rem) 0 calc(10vw + 5rem);
}

#data_outer section{
	margin-bottom: 11rem;
}

#data_outer section h2{
	font-family: var(--genjyuu);
	font-size: 3.6rem;
	font-weight: 700;
	color: var(--white);
	line-height: 1.5;
	letter-spacing: .1em;
	width: fit-content;
	padding: .75em 1em;
	margin-bottom: -2em;
	background-color: var(--black);
	transform: var(--skew_primary);
}
#data_outer section h2 .small01{
	font-size: .666em;
}

#data_outer section h2 .small02{
	font-size: .444em;
}

#data_outer section .container{
	width: 95.5%;
	padding: 12rem 2.5% 5rem;
	margin-left: auto;
	background-color: var(--hover_white);
}

#data_outer section .container .flex_wrapper .left_box{
	width: 44%;
}
#data_outer section .container .flex_wrapper .right_box{
	width: 53%;
}

#data_outer section .container .flex_wrapper .right_box .text{
	font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
	#data_outer{
		padding: calc(2vw + 1rem) 0 calc(5vw + 3rem);
	}

	#data_outer section {
		margin-bottom: 6rem;
	}
	
	#data_outer section h2{
		font-size: 2rem;
		padding: .66em 1em;
		margin-left: -1em;
	}

	#data_outer section .container{
		width: 100%;
		padding: 7rem 3.5% 4rem;
		margin-left: 0;
	}

	#data_outer section .container .flex_wrapper{
		display: block;
	}

	#data_outer section .container .flex_wrapper .left_box{
		width: 100%;
		margin-bottom: 3rem;
	}
	#data_outer section .container .flex_wrapper .right_box{
		width: 100%;
	}

}

/* 各調整
--------------------------------------------------------　 */
#data01 .img{
	width: 68%;
	margin: auto;
}
#data02 .img{
	width: 94%;
	margin: auto;
}

#data03 .single_img{
	width: 92%;
	margin: 0 auto 4rem;
}
#data03 .single_img_sp{
	display: none;
}

#data03 .single_img img{
	width: 100%;
}

#data03 .img{
	width: 95%;
	margin: auto;
}

#data04 .img{
	width: 95%;
	margin: auto;
}

#data05 .img{
	width: 80%;
	margin: auto;
}


#data_swiper{
	width: 82%;
	margin-bottom: 3.5rem;
}
#data_swiper .swiper-button-prev:after,
#data_swiper .swiper-button-next:after{
	display: none;
}
#data_swiper .swiper-button-prev,
#data_swiper .swiper-button-next{
	width: 2rem;
	height: 3rem;
	background: url(../img/data/swiper_arrow.svg) no-repeat center/contain;
}
#data_swiper .swiper-button-prev{
	left: 4%;
}
#data_swiper .swiper-button-next{
	right: 4%;
	transform: scale(-1, 1);
}

#data_swiper .swiper-pagination-bullet-active{
	background-color: #457fa3;
}

#data_swiper .swiper-slide{
	position: relative;
}
#data_swiper .swiper-slide .modal_trigger{
	width: 5rem;
	height: 5rem;
	background: url(../img/data/icon_modal.svg) no-repeat center/70% 70%;
	position: absolute;
	right: 10%;
	bottom: 5%;
	transition: opacity .4s;
}
#data_swiper .swiper-slide .modal_trigger:hover{
	opacity: .7;
}

#data06 p{
	width: 82%;
	margin: 0 auto;
}

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

	#data_outer section .container .flex_wrapper .right_box .text{
		font-size: 1.4rem;
	}
	#data_outer section .container .flex_wrapper .right_box .source{
		font-size: 1.3rem;
	}

	#data01 .img{
		width: 60%;
	}
	#data02 .img{
		width: 83%;
	}

	#data03 .single_img{
		display: none;
	}
	#data03 .single_img_sp{
		display: block;
	}

	#data03 .single_img_sp .text01{
		font-size: 3.2vw;/* 24px/750 */
		font-weight: 400;
		text-align: center;
		margin-bottom: 1em;
	}

	#data03 .single_img_sp .img_wrap{
		overflow: auto;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
	#data03 .single_img_sp .img_wrap img{
		width: 175%;
		max-width: none;
	}
	

	#data_swiper{
		width: 100%;
	}
	#data_swiper .swiper-button-prev,
	#data_swiper .swiper-button-next{
		width: 1.2em;
		height: 1.8rem;
		top: auto;
		bottom: 4.5%;
	}
	#data_swiper .swiper-button-prev{
		left: 10%;
	}
	#data_swiper .swiper-button-next{
		right: 10%;
	}
	
	#data_swiper .swiper-pagination{
		bottom: 4.5%;
	}
	#data_swiper .swiper-pagination-bullet{
		width: .8rem;
		height: .8rem;
		margin: 0 .4rem;
	}

	#data_swiper .swiper-slide .modal_trigger{
		background-size: 50% 50%;
		right: 10%;
		bottom: 18%;
	}


	#data06 p{
		width: 100%;
	}
}



/* モーダル
--------------------------------------------------------　 */
.modal_container{
	display: -webkit-box;
	display: flex;
	width: 100%;
	height: 100%;
	padding: min(200px, 12.5%) min(80px, 5%);
	background-color: rgba(48,48,48,7);
	overflow: auto;
	opacity: 0;/* アニメーションしたいからdisplay:none;の代わり */
	visibility: hidden;/* アニメーションしたいからdisplay:none;の代わり */
	transition: .3s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 180;
}
.modal_container.active{/* JSでクラス着脱 */
	opacity: 1;
	visibility: visible;
}

.modal_wrapper{
	max-width: 1200px;
	width: 96%;
	height: fit-content;
	margin: auto;
	transition: .3s;
	position: relative;
	z-index: 200;
}

.modal_container .btn_close{
	width: 3rem;
	height: 3rem;
	background: url(../img/data/modal_close.svg) no-repeat center/contain;
	position: absolute;
	top: -5rem;
	right: 0;
}

.modal_wrapper img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	.modal_container{
		padding: 12.5% 2%;
	}
}

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


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

/* 
--------------------------------------------------------　 */


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

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


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

/* 
--------------------------------------------------------　 */


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

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


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

/* 
--------------------------------------------------------　 */


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