@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');


/* 
Robot
font-family: "Roboto", sans-serif;
700

Zen Kaku Gothic New
font-family: "Zen Kaku Gothic New", sans-serif;
500 700
*/

/* 変数 */
:root {
	/* 色 */
	--font_color: #000;
	--red: #B93131;
	--green: #01BFA9;
	--deep_green: #0BA08F;
	--gray: #6F6F6F;
	
	/* フォント */
	--font_primary: "Zen Kaku Gothic New", '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	--mincho: '游明朝 Medium', 'Yu Mincho Medium', '游明朝', 'YuMincho', hiragino-mincho-pron, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	--en: "Roboto", Helvetica, "Helvetica Neue", Arial, Verdana, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	/* ボックスシャドウ */
	--shadow_primary: 0 .2rem 1.2rem -.5rem rgba(0, 0, 0, .16);
	--text_shadow_primary: 0 0 .3em rgba(0, 0, 0, .2), 0 0 .3em rgba(0, 0, 0, .2);

	/* vwの値をスクロールバーを含めて考慮 */
	--js_windowWidth : 100vw;/* JSで書き換え。（ウインドウ幅-スクロールバー）px */
	--js_vw : 1vw;/* JSで書き換え。(（ウインドウ幅-スクロールバー）/100)pxで、vwのように使用する。 */
	/* marjin-inline: calc(50% - 50wv); をスクロールバー考慮できるように。 */
	--break_through: calc(50% - var(--js_windowWidth) / 2);
	--break_through_half: calc(25% - var(--js_windowWidth) / 4);

	/* カテゴリ用色 */
	--cat_color: #EDF199;
	--cat_color01: #EDF199;
	--cat_color02: #B1ECB0;
	--cat_color03: #C6C2E3;
	--cat_color04: #B2EFF3;
	--cat_color05: #EBE2D6;
	--cat_color06: #F7D7EC;
	--cat_color07: #F4D7A8;
	--cat_color08: #BAD7F8;
}

.cat_color01{ --cat_color: var(--cat_color01);}
.cat_color02{ --cat_color: var(--cat_color02);}
.cat_color03{ --cat_color: var(--cat_color03);}
.cat_color04{ --cat_color: var(--cat_color04);}
.cat_color05{ --cat_color: var(--cat_color05);}
.cat_color06{ --cat_color: var(--cat_color06);}
.cat_color07{ --cat_color: var(--cat_color07);}
.cat_color08{ --cat_color: var(--cat_color08);}

@media screen and (max-width: 768px) {
	:root{
		--shadow_primary: 0 .1rem 1.2rem -.6rem rgba(0, 0, 0, .16);
	}
}

/* =====
	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;
	transition: .4s;
}
table a,
article a{
	word-break: break-all;
}
button{
	color: var(--font_color);
	transition: .4s;
}
*,
: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: calc(2.551 * var(--js_vw));/* 392pxで10px 1.4remで14px */
	}
}

/* =====
	body
======================================================== */
body {
	font-family: var(--font_primary);
	color: var(--font_color);
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.625;
	word-wrap: normal;
	background-color: #F9FCF9;
}

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

/* =====
	字体
======================================================== */
.mincho{
	font-family: var(--mincho);
	font-weight: 500;
}

.en{
	font-family: var(--en);
}


/* =====
	文字サイズ
======================================================== */
.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;
}
.fz22{
	font-size: 2.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;
}

.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;
	}
	.fz22{
		font-size: 1.6rem;
	}
	.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;
	}

	.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;
	}
	.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;
	}

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


/* =====
	文字色
======================================================== */
.white{ color: #fff;}
.red{ color: var(--red);}
.green{ color: var(--green);}
.gray01{ color: #464545;}
.gray02{ color: #6F6F6F;}

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

.bold { 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;
}

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

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

.lh14{ line-height: 1.4; }
.lh15{ line-height: 1.5; }
.lh1625{ line-height: 1.625; }
.lh175{ line-height: 1.75; }
.lh1875{ line-height: 1.875; }
.lh2{ line-height: 2; }
.lh225{ line-height: 2.25; }

@media screen and (max-width: 768px) {
	.tac_pc { text-align: left; }
	.tar_pc { text-align: left; }
	.tac_sp { text-align: center; }
	.tar_sp { text-align: right; }
	.lh14sp{ line-height: 1.4; }
	.lh15sp{ line-height: 1.5; }
	.lh1625sp{ line-height: 1.625; }
	.lh175sp{ line-height: 1.75; }
	.lh1875sp{ line-height: 1.875; }
	.lh2sp{ line-height: 2; }
	.lh225sp{ line-height: 2.25; }
}

/* =====
	文字関係その他
======================================================== */
.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;
}

.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;
}

/* 「・」 */
.disc li, .disc_mark{
	padding-left: 1.33em;
	position: relative;
}
.disc li::before, .disc_mark::before{
	content: "・";
	position: absolute;
	left: .25em;
}
span.disc_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: 1120px;
	width: 90%;
}

.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;}

.pt230{ padding-top: 23rem;}
.pb230{ padding-bottom: 23rem;}

.pt240{ padding-top: 24rem;}
.pb240{ padding-bottom: 24rem;}

@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;}

	.pt230{ padding-top: 11.5rem;}
	.pb230{ padding-bottom: 11.5rem;}

	.pt240{ padding-top: 12rem;}
	.pb240{ padding-bottom: 12rem;}

	/* 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;}

	.pt130sp{ padding-top: 13rem;}
	.pb130sp{ padding-bottom: 13rem;}

	.pt140sp{ padding-top: 14rem;}
	.pb140sp{ padding-bottom: 14rem;}
}

/* (主に文字上下余白) */
.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;}
.mi_a{ margin-inline: 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;}
}

/* (主に文字左右余白) */
.pl025em{ padding-left: .25em;}
.pl033em{ padding-left: .33em;}
.pl05em{ padding-left: .5em;}
.pl066em{ padding-left: .66em;}
.pl075em{ padding-left: .75em;}
.pl1em{ padding-left: 1em;}
.pl125em{ padding-left: 1.25em;}
.pl133em{ padding-left: 1.33em;}
.pl15em{ padding-left: 1.5em;}
.pl166em{ padding-left: 1.66em;}
.pl175em{ padding-left: 1.75em;}
.pl2em{ padding-left: 2em;}
.pl225em{ padding-left: 2.25em;}
.pl233em{ padding-left: 2.33em;}
.pl25em{ padding-left: 2.5em;}
.pl266em{ padding-left: 2.66em;}
.pl275em{ padding-left: 2.75em;}
.pl3em{ padding-left: 3em;}
.pl35em{ padding-left: 3.5em;}
.pl4em{ padding-left: 4em;}
.pl45em{ padding-left: 4.5em;}
.pl5em{ padding-left: 5em;}

.pr025em{ padding-right: .25em;}
.pr033em{ padding-right: .33em;}
.pr05em{ padding-right: .5em;}
.pr066em{ padding-right: .66em;}
.pr075em{ padding-right: .75em;}
.pr1em{ padding-right: 1em;}
.pr125em{ padding-right: 1.25em;}
.pr133em{ padding-right: 1.33em;}
.pr15em{ padding-right: 1.5em;}
.pr166em{ padding-right: 1.66em;}
.pr175em{ padding-right: 1.75em;}
.pr2em{ padding-right: 2em;}
.pr225em{ padding-right: 2.25em;}
.pr233em{ padding-right: 2.33em;}
.pr25em{ padding-right: 2.5em;}
.pr266em{ padding-right: 2.66em;}
.pr275em{ padding-right: 2.75em;}
.pr3em{ padding-right: 3em;}
.pr35em{ padding-right: 3.5em;}
.pr4em{ padding-right: 4em;}
.pr45em{ padding-right: 4.5em;}
.pr5em{ padding-right: 5em;}

@media screen and (max-width: 768px) {/* pcの数字×0.8 */
	.pl025em{ padding-left: .2em;}
	.pl033em{ padding-left: .264em;}
	.pl05em{ padding-left: .4em;}
	.pl066em{ padding-left: .528em;}
	.pl075em{ padding-left: .6em;}
	.pl1em{ padding-left: .8em;}
	.pl125em{ padding-left: 1em;}
	.pl133em{ padding-left: 1.064em;}
	.pl15em{ padding-left: 1.2em;}
	.pl166em{ padding-left: 1.328em;}
	.pl175em{ padding-left: 1.4em;}
	.pl2em{ padding-left: 1.6em;}
	.pl225em{ padding-left: 1.8em;}
	.pl233em{ padding-left: 1.864em;}
	.pl25em{ padding-left: 2em;}
	.pl266em{ padding-left: 2.128em;}
	.pl275em{ padding-left: 2.2em;}
	.pl3em{ padding-left: 2.4em;}
	.pl35em{ padding-left: 2.8em;}
	.pl4em{ padding-left: 3.2em;}
	.pl45em{ padding-left: 3.6em;}
	.pl5em{ padding-left: 4em;}

	.pl025em_sp{ padding-left: .25em;}
	.pl033em_sp{ padding-left: .33em;}
	.pl05em_sp{ padding-left: .5em;}
	.pl066em_sp{ padding-left: .66em;}
	.pl075em_sp{ padding-left: .75em;}
	.pl1em_sp{ padding-left: 1em;}
	.pl125em_sp{ padding-left: 1.25em;}
	.pl133em_sp{ padding-left: 1.33em;}
	.pl15em_sp{ padding-left: 1.5em;}
	.pl166em_sp{ padding-left: 1.66em;}
	.pl175em_sp{ padding-left: 1.75em;}
	.pl2em_sp{ padding-left: 2em;}
	.pl225em_sp{ padding-left: 2.25em;}
	.pl233em_sp{ padding-left: 2.33em;}
	.pl25em_sp{ padding-left: 2.5em;}
	.pl266em_sp{ padding-left: 2.66em;}
	.pl275em_sp{ padding-left: 2.75em;}
	.pl3em_sp{ padding-left: 3em;}
	.pl35em_sp{ padding-left: 3.5em;}
	.pl4em_sp{ padding-left: 4em;}
	.pl45em_sp{ padding-left: 4.5em;}
	.pl5em_sp{ padding-left: 5em;}


	.pr025em{ padding-right: .2em;}
	.pr033em{ padding-right: .264em;}
	.pr05em{ padding-right: .4em;}
	.pr066em{ padding-right: .528em;}
	.pr075em{ padding-right: .6em;}
	.pr1em{ padding-right: .8em;}
	.pr125em{ padding-right: 1em;}
	.pr133em{ padding-right: 1.064em;}
	.pr15em{ padding-right: 1.2em;}
	.pr166em{ padding-right: 1.328em;}
	.pr175em{ padding-right: 1.4em;}
	.pr2em{ padding-right: 1.6em;}
	.pr225em{ padding-right: 1.8em;}
	.pr233em{ padding-right: 1.864em;}
	.pr25em{ padding-right: 2em;}
	.pr266em{ padding-right: 2.128em;}
	.pr275em{ padding-right: 2.2em;}
	.pr3em{ padding-right: 2.4em;}
	.pr35em{ padding-right: 2.8em;}
	.pr4em{ padding-right: 3.2em;}
	.pr45em{ padding-right: 3.6em;}
	.pr5em{ padding-right: 4em;}

	.pr025em_sp{ padding-right: .25em;}
	.pr033em_sp{ padding-right: .33em;}
	.pr05em_sp{ padding-right: .5em;}
	.pr066em_sp{ padding-right: .66em;}
	.pr075em_sp{ padding-right: .75em;}
	.pr1em_sp{ padding-right: 1em;}
	.pr125em_sp{ padding-right: 1.25em;}
	.pr133em_sp{ padding-right: 1.33em;}
	.pr15em_sp{ padding-right: 1.5em;}
	.pr166em_sp{ padding-right: 1.66em;}
	.pr175em_sp{ padding-right: 1.75em;}
	.pr2em_sp{ padding-right: 2em;}
	.pr225em_sp{ padding-right: 2.25em;}
	.pr233em_sp{ padding-right: 2.33em;}
	.pr25em_sp{ padding-right: 2.5em;}
	.pr266em_sp{ padding-right: 2.66em;}
	.pr275em_sp{ padding-right: 2.75em;}
	.pr3em_sp{ padding-right: 3em;}
	.pr35em_sp{ padding-right: 3.5em;}
	.pr4em_sp{ padding-right: 4em;}
	.pr45em_sp{ padding-right: 4.5em;}
	.pr5em_sp{ padding-right: 5em;}
}

/************************************************************************
	リンク
**************************************************************************/
.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{/* .imgで囲んでいないimgは、元画像の大きさ準拠にしたいので */
	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;
}

/************************************************************************
	タイトル
**************************************************************************/
/* =====
	英語付きタイトル
======================================================== */
.title_primary{
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5;
}
.title_primary .sub{
	font-family: var(--en);
	font-size: .625em;/* 20/32 */
	color: var(--green);
	text-transform: capitalize;
}
.title_primary .main{
	letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
	.title_primary{
		font-size: 2.2rem;
	}
	.title_primary .sub{
		font-size: .727em;/* 16/22 */
		transform: translateX(-.1em);
	}
	.title_primary.tac .sub,
	.title_primary.tac_pc .sub,
	.title_primary.tac_sp .sub{
		transform: none;
	}
}

/* =====
	
======================================================== */

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

/* =====
	
======================================================== */

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


/************************************************************************
	ボタン
**************************************************************************/
/* =====
	通常ボタン
======================================================== */
.btn_primary{
	display: block;
	color: var(--green);
	font-weight: 700;
	text-align: center;
	width: fit-content;
	min-width: 18.75em;/* 300/16 */
	padding: 1.15em 3.25em;
	border: 1px solid var(--green);
	border-radius: 10em;
	background-color: transparent;
	position: relative;
}
.btn_primary:hover{
	background-color: #DFF5F0;
}
.btn_primary::before,
.btn_primary::after{
	content: "";
	display: block;
	width: 1.875em;
	height: 1.875em;
	position: absolute;
	right: 1em;
	top: calc(50% - .9375em);
}
.btn_primary::before{
	background-color: var(--green);
	border-radius: 50%;
}
.btn_primary::after{
	background: url(../img/cmn/btn_arrow_wh.svg) no-repeat center/60%;
	z-index: 1;
}

.btn_primary.back::before,
.btn_primary.back::after{
	right: auto;
	left: 1em;
}
.btn_primary.back::after{
	transform: scale(-1, 1);
}

@media screen and (max-width: 768px) {
	.btn_primary{
		min-width: 18.57em;/* 260/14 */
		padding: 1em 3.25em;
	}
	.btn_primary::before,
	.btn_primary::after{
		width: 1.72em;
		height: 1.72em;
		top: calc(50% - .86em);
	}
}

/* =====
	
======================================================== */

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

}

/* =====
	
======================================================== */

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

}

/************************************************************************
	フレックス
**************************************************************************/
.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.gl_open, body.modal_open{
	overflow: hidden;
}


.block{
	display: block;
}
.dib, .dib_pc{
	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;
}

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

/* =====
	ボックスシャドウ
======================================================== */
.shadow, .shadow_trance{
	box-shadow: var(--shadow_primary);
}
a.shadow:hover, .shadow_trance:hover{
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .08);
	transform: translateY(.2rem);
}


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


/************************************************************************
	アニメーション
**************************************************************************/
/* =====
	フェードイン
======================================================== */
.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);
	}
}

/* =====
	回転
======================================================== */
.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;
	}
	.animation.clip.delay_pc{
		transition-delay: 0s !important;
	}
}


/************************************************************************
	クッキー
**************************************************************************/
#cookie-notice {
	font-size: 1.8rem;
	z-index: 999;
}
#cookie-notice .cn-button {
	color: #1a1a1a;
	background: #00ff00;
	border-radius: .6rem;
	line-height: 1;
	padding: 1rem 1.5rem;
}
.cn-close-icon {
	opacity: 1;
}
.cn-close-icon:before,
.cn-close-icon:after {
	background: #fff;
}
@media screen and (max-width: 768px) {
	.page_content { padding: 6rem 0; }
	.c_section { padding: 4rem 0; }
	#cookie-notice {
		font-size: 1.4rem;
	}
}


/************************************************************************
	ローダー
**************************************************************************/
#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 .logo_container{
	font-size: 2.8rem;
	width: 92%;
	position: relative;
}
#loader .logo_container .sub{
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	height: fit-content;
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(1em);
	animation: loader_text 2s ease .5s forwards;
}
#loader .logo_container .logo{
	width: 92%;
	max-width: 8.57em;/* 240px/28px */
	margin: auto;
	opacity: 0;
	transform: translateY(1em);
	animation: loader_logo .5s ease 2s forwards;/* textが3.6秒で、25%秒フェード＝.9秒フェードなので。 */
	position: relative;
}
#loader .logo_container .logo img{
	width: 100%;
}

#loader .logo_container .logo .logo_shape{
	width: 94%;
	height: 70%;
	background-color: var(--green);
	-webkit-clip-path: url(#logo_shape_clip);
	clip-path: url(#logo_shape_clip);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media (max-width: 768px) {
	
	#loader .logo_container{
		font-size: 2rem;
	}
	#loader .logo_container .logo{
		max-width: 7em;/* 140px/20px */
	}

}

@keyframes loader_text {
	0% {
		opacity: 0;
		transform: translateY(1em);
	}
	25%,75% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(-1em);
	}
}
@keyframes loader_logo {
	0% {
		opacity: 0;
		transform: translateY(1em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



/************************************************************************
	ページ全体
**************************************************************************/
main{
	overflow: hidden;
	position: relative;
}

@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) {

}


/************************************************************************
	ヘッダー
**************************************************************************/
header{
	width: 100%;
	padding: 2.5rem 2.8%;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: 50;
}
header > *{
	pointer-events: all;
}

header .hd_logo{
	width: 50%;
	max-width: 10rem;
}
header .hd_logo a{
	display: block;
	position: relative;
}
header .hd_logo a img{
	width: 100%;
}

header .hd_logo .logo_shape{
	width: 94%;
	height: 70%;
	background-color: var(--green);
	-webkit-clip-path: url(#logo_shape_clip);
	clip-path: url(#logo_shape_clip);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
header .hd_logo #logo_shape_svg{
	position: absolute;
}



.logo_lottie{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15%;
	margin: auto;
}

@media screen and (max-width: 768px) {
	header{
		padding: 1.25rem 2.8%;
	}

	header .hd_logo{
		width: 5.65rem;/* デザインより1.1倍 */
	}
}


/* =====
	追従ボタン
======================================================== */
#hd_btn_wrapper{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: fixed;
	top: 1rem;
	right: 2.8%;
	z-index: 60;
}

#hd_btn_wrapper .to_about{
	display: block;
	font-family: var(--en);
	font-size: 2rem;
	font-weight: 700;
	text-transform: capitalize;
	padding: .75em .25em;
	margin-right: 1em;
}
#hd_btn_wrapper .to_about:hover{
	color: var(--gray);
}

#gl_trigger{
	display: block;
	font-weight: 700;
	color: #fff;
	padding: .75em 3.25em .75em 1.75em;
	border-radius: 10em;
	background-color: #464545;
	position: relative;
	transition: background-color .4s;
}
#gl_trigger:hover{
	background-color: var(--gray);
}
#gl_trigger::after{
	content: "";
	display: block;
	width: 1.2em;
	height: 1.2em;
	background: url(../img/cmn/icon_search_wh.svg) no-repeat center/contain;
	position: absolute;
	right: 1.25em;
	top: calc(50% - .6em);
}


@media screen and (max-width: 768px) {
	#hd_btn_wrapper{
		top: 1rem;
	}

	#hd_btn_wrapper .to_about{
		font-size: 1.45rem;/* デザインの1.1倍くらい */
		margin-right: 1em;
	}

	#gl_trigger{
		font-size: 1.2rem;/* デザインの1.1倍くらい */
		padding: .45em 2.6em .55em 1.15em;
		border-radius: 10em;
		background-color: #464545;
		position: relative;
		transition: background-color .4s;
	}
	#gl_trigger::after{
		width: 1.1em;
		height: 1.1em;
		right: 1em;
		top: calc(50% - .55em);
	}


}

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


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

}



/************************************************************************
	グローバル
**************************************************************************/
#global{
	display: -webkit-box;
	display: flex;
	color: #fff;
	width: 100%;
	min-height: 100dvh;
	height: 100%;
	padding: 10rem 0 5rem;/* ヘッダーの高さ確保 */
	overflow: auto;
	position: fixed;
	left: 0;
	top: 2rem;
	z-index: 40;
	transform: scale(.95);
	transition: .4s;
	opacity: 0;
	visibility: hidden;
}
.gl_open #global{
	top: 0;
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

#global .container{
	max-width: 1120px;
	width: 94%;
	height: fit-content;
	padding: 5.5rem 3.5%;
	margin: auto;
	border-radius: 3rem;
	background-color: rgba(119, 119, 119, .95);
	position: relative;
}

#gl_close{
	display: block;
	width: 4rem;
	height: 4rem;
	background: url(../img/cmn/close_wh.svg) no-repeat center/60%;
	position: absolute;
	right: 2%;
	top: 1.5rem;
	transition: opacity .4s, background-size .4s;
}
#gl_close:hover{
	background-size: 70%;
	opacity: .7;
}

#global .search_wrapper{
	width: 100%;
	max-width: 65rem;
	margin-bottom: 5.5rem;
}
#global .search_box{
	position: relative;
}
#global .search_box input[type="text"]{
	font-size: 2.4rem;
	width: 100%;
	padding: .4em 2em .4em 1em;
	border: 1px solid #fff;
	border-radius: 10em;
	background-color: transparent;
}
#global .search_box input[type="text"]::placeholder{
	color: #AAA;
}
#global .search_box button{
	display: block;
	width: 2rem;
	height: 2rem;
	background: url(../img/cmn/icon_search_wh.svg) no-repeat center/contain;
	position: absolute;
	right: 2.4rem;
	top: calc(50% - 1rem);
	transition: opacity .4s;
}
#global .search_box button:hover{
	opacity: .7;
}

#global .flex_area{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

#global .flex_area .left,
#global .flex_area .right{
	width: 48.4%;
	max-width: 45rem;
}

#global .flex_area .left li,
#global .flex_area .right .title_box{
	padding-bottom: .75rem;
	border-bottom: 1px solid #9B9B9B;
}

#global .flex_area .left li{
	margin-bottom: 3.5rem;
}
#global .flex_area .left li:nth-last-of-type(1){
	margin-bottom: 0;
}

#global .gl_nav_title{
	font-size: 2.2rem;
	font-weight: 700;
}
#global .gl_nav_title .sub{
	font-size: .73em;/* 16/22 */
	text-transform: capitalize;
}
#global a.gl_nav_title .main{
	transition: opacity .4s;
}
#global a.gl_nav_title:hover .main{
	opacity: .7;
}

#global .flex_area .right .wrapper{
	margin-bottom: 8rem;
}
#global .flex_area .right .wrapper:nth-last-of-type(1){
	margin: 0;
}

/* タグの部分だけボーダーの位置が違う */
#global .flex_area .right .wrapper.tag_wrapper{
	border-bottom: 1px solid #9B9B9B;
}
#global .flex_area .right .wrapper.tag_wrapper .title_box{
	border-bottom: none;
}

#global .flex_area .right .wrapper .acc_trigger{
	cursor: pointer;
	padding-right: 2.5rem;
	position: relative;
}
#global .flex_area .right .wrapper .acc_trigger .main{
	transition: opacity .4s;
}
#global .flex_area .right .wrapper .acc_trigger:hover .main{
	opacity: .7;
}

#global .flex_area .right .wrapper .acc_trigger::before,
#global .flex_area .right .wrapper .acc_trigger::after{
	content: "";
	display: block;
	width: 2rem;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 2.5rem;
	transition: transform .4s, background-color .4s;
}
#global .flex_area .right .wrapper .acc_trigger::after{
	transform: rotate(90deg);
}
#global .flex_area .right .wrapper .acc_trigger.acc_open::after{
	transform: rotate(0);
}

#global .flex_area .right .cat_nav,
#global .flex_area .right .tag_box{
	padding-top: 1.5rem;
}

#global .flex_area .right .cat_nav{
	font-size: 1.4rem;
	color: #353837;
	width: calc(100% + .75em);
}
#global .flex_area .right .cat_nav li a{
	min-width: 7.25em;
	padding-inline: .75em;
}

#global .flex_area .right .tag_box{
	display: none;
	font-size: 1.4rem;
}
#global .flex_area .right .tag_box .tag_nav li{
	margin-right: 1.25em;
}
#global .flex_area .right .tag_box .tag_nav li a:hover{
	color: #fff;
	opacity: .7;
}

@media screen and (max-width: 768px) {
	#global{
		padding: 6rem 0 4rem;/* ヘッダーの高さ確保 */
	}

	#global .container{
		padding: 3.5rem 5%;
		border-radius: 2rem;
	}

	#gl_close{
		width: 3rem;
		height: 3rem;
		background-size: 50%;
		right: 4%;
		top: 1rem;
	}

	#global .search_wrapper{
		max-width: none;
		margin-bottom: 3rem;
	}
	#global .search_box input[type="text"]{
		font-size: 1.4rem;
		padding-right: 3em;
	}
	#global .search_box button{
		right: 1.5rem;
	}

	#global .flex_area{
		display: block;
	}

	#global .flex_area .left,
	#global .flex_area .right{
		width: 100%;
		max-width: none;
	}

	

	#global .flex_area .left li,
	#global .flex_area .right .title_box{
		padding-bottom: .5rem;
	}

	#global .flex_area .left{
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
		margin-bottom: 3.5rem;
	}
	#global .flex_area .left li{
		width: 48%;
		margin-bottom: 3.5rem;
	}
	#global .flex_area .left li:nth-last-of-type(-n+2){
		margin-bottom: 0;
	}

	#global .gl_nav_title{
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#global .gl_nav_title .sub{
		font-size: .86em;/* 12/14 */
	}

	#global .flex_area .right .wrapper{
		margin-bottom: 3rem;
	}
	#global .flex_area .right .wrapper:nth-last-of-type(1){
		margin: 0;
	}

	#global .flex_area .right .wrapper .acc_trigger{
		padding-right: 2rem;
	}

	#global .flex_area .right .wrapper .acc_trigger::before,
	#global .flex_area .right .wrapper .acc_trigger::after{
		width: 1.6rem;
		height: 1px;
		bottom: 2rem;
	}

	#global .flex_area .right .cat_nav,
	#global .flex_area .right .tag_box{
		padding-top: 1.25rem;
	}

	#global .flex_area .right .cat_nav{
		font-size: 1.2rem;
		width: 100%;
	}
	#global .flex_area .right .cat_nav li{
		margin-right: 1.5em;
	}
	#global .flex_area .right .cat_nav li a{
		min-width: 7.5em;
		padding: .25em .75em;
	}

	#global .flex_area .right .tag_box{
		font-size: 1.2rem;
	}
}

/************************************************************************
	フッター
**************************************************************************/
footer{
	color: #fff;
	background-color: var(--deep_green);
	padding: 7rem 0 2rem;
	position: relative;
	z-index: 1;
}

.ft_btn{
	display: block;
	font-size: 2.4rem;
	text-align: center;
	max-width: 25em;/* 600/24 */
	padding: .8em;
	margin: 0 auto 1.1em;
	border: 1px solid #fff;
	border-radius: 10em;
}
.ft_btn:hover{
	opacity: .7;
}

.ft_insta{
	display: block;
	width: 4rem;
	padding: 1rem;
	margin: 0 auto 3.5rem;
}
.ft_insta:hover{
	opacity: .7;
}
.ft_insta img{
	width: 100%;
}

footer .other_logo_wrapper{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 3rem;
	margin-bottom: 6rem;
}
footer .other_logo_wrapper a{
	display: block;
}
footer .other_logo_wrapper a:hover{
	opacity: .7;
}
footer .other_logo_wrapper a img{
	width: 100%;
}

.ft_logo_jindai{
	max-width: 13rem;
	margin-right: 4.5rem;
}
.ft_logo_university{
	max-width: 17rem;
}

.copyright{
	font-size: 1.1rem;
	color: #88D8CE;
	text-align: center;
}

@media screen and (max-width: 768px) {
	footer{
		padding: 4.5rem 0 1.5rem;
	}

	.ft_btn{
		font-size: 1.4rem;
		max-width: 21.5em;/* 300/14 */
		padding: .9em;
		margin-bottom: 1.25em;
	}
	
	.ft_insta{
		margin-bottom: 1.25rem;
	}

	footer .other_logo_wrapper{
		padding-left: 0;
		margin-bottom: 3.5rem;
	}
	.ft_logo_jindai{
		max-width: 10rem;
		margin-right: 4.5rem;
	}
	.ft_logo_university{
		max-width: 9rem;
	}
}


/* =====
	
======================================================== */


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

}

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


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

}


/* =====
	
======================================================== */


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

}

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


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

}



/************************************************************************
	TOP MV
**************************************************************************/
#top_mv{
	position: relative;
}

#top_mv .mv_img img{
	width: 100%;
}

#top_mv h2{
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .1em;
	position: absolute;
	left: 4.5%;
	bottom: 17%;
}

#mv_new_question{
	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;
	text-align: center;
	color: #fff;
	min-width: 12.2em;/* 220px/18px */
	min-height: 7.78em;/* 140px/18px */
	padding: 2em 3.25em 2em 3em;
	background: url(../img/top/new_question_bg.svg) no-repeat center/100% 100%;
	position: absolute;
	right: -1.25em;
	bottom: 2.5%;
	z-index: 5;
}
#mv_new_question:hover{
	color: #DFF5F0;
}

#top_mv .mv_hide{
	width: 106%;
	padding-top: 9.94%;
	background-color: #F9FCF9;
	-webkit-clip-path: url(#mv_hide_clip_pc);
	clip-path: url(#mv_hide_clip_pc);
	position: absolute;
	bottom: -1px;
	left: -3%;
	z-index: 1;
}
#mv_hide_svg_pc,
#mv_hide_svg_sp{
	position: absolute;
}

@media screen and (max-width: 768px) {
	#top_mv{
		padding-bottom: 5%;
		margin-bottom: 5.5rem;
	}
	#top_mv h2{
		font-size: 2.8rem;
		line-height: 1.286;
		letter-spacing: 0;
		left: 4.5%;
		bottom: 20%;
	}

	#mv_new_question{
		font-size: 1.4rem;
		line-height: 1.286;
		min-width: 11.4em;/* 160px/14px */
		min-height: 6.86em;/* 96px/14px */
		padding: 1.75em 3em 1.75em 2.75em;/* PCの設定から各所.25em減らす */
		right: -1.25em;
		bottom: 1%;
	}

	#top_mv .mv_hide{
		width: 112%;
		padding-top: 30.6%;
		-webkit-clip-path: url(#mv_hide_clip_sp);
		clip-path: url(#mv_hide_clip_sp);
		left: -6%;
	}

}


/* =====
	
======================================================== */


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

}

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


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

}


/************************************************************************
	TOP まちといとは？
**************************************************************************/
#top_intro{
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	#top_intro .guidance{
		max-width: 23em;
		margin-inline: auto;
	}

	#top_intro .title_primary .sub{
		font-size: .636em;/* 14/22 */
		transform: translateX(-.5em);
	}
}



/************************************************************************
	TOP まちを耕す10の問い
**************************************************************************/
#top_pick{
	position: relative;
	z-index: 1;
}
#top_pick .title_wrapper{
	margin-bottom: 3rem;
	position: relative;
	z-index: 1;
}

#top_pick .title_wrapper::before{
	content: "";
	display: block;
	width: 121rem;
	height: 64rem;
	background: url(../img/top/pick_deco.svg) no-repeat center/contain;
	position: absolute;
	left: -45rem;
	top: -31rem;
	z-index: -1;
}


@media screen and (max-width: 768px) {
	#top_pick .title_wrapper{
		margin-bottom: 0;
	}

	#top_pick .title_wrapper::before{
		width: 54rem;
		height: 28.7rem;
		left: -20rem;
		top: -10rem;
	}

	#top_pick .title_wrapper .guidance{
		font-feature-settings: "palt";
		letter-spacing: -.02em;
	}
}


/* =====
	10の問い並び
======================================================== */
#top_pick .list{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
	font-size: min(10px, calc(.849 * var(--js_vw)));/* ウィンドウ1178px以上はfz10px */
	max-width: 1060px;
	margin-inline: auto;
	position: relative;
	z-index: 2;
}

#top_pick .list li{
	width: 47.2%;/* 500pxのものが多いので */
	margin-bottom: 9em;
}

#top_pick .list li svg{
	position: absolute;
}

#top_pick .list li a{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
	padding: 3.5em 3% 8em;
	height: 100%;
	background-color: #B2EFF3;
}

#top_pick .list li .img{
	width: 42%;
	transition: opacity .4s;
}
#top_pick .list li a:hover .img{
	opacity: .7;
}
#top_pick .list li .text_wrapper{
	width: 50%;
	max-width: 23em;
	padding-top: 5em;
	transition: color .4s;
}
#top_pick .list li a:hover .text_wrapper{
	color: var(--gray);
}

#top_pick .list li:nth-of-type(1){
	margin-left: 4%;
}
#top_pick .list li:nth-of-type(1) a{
	-webkit-clip-path: url(#pick01bg);
	clip-path: url(#pick01bg);
}
#top_pick .list li:nth-of-type(1) .img{
	width: 41%;
	margin-left: 6%;
}

#top_pick .list li:nth-of-type(2){
	margin-top: 15em;
	margin-left: -1%;
	margin-right: 2%;
}
#top_pick .list li:nth-of-type(2) a{
	-webkit-clip-path: url(#pick02bg);
	clip-path: url(#pick02bg);
	padding: 1.5em 3% 11em;
	background-color: #EDF199;
}
#top_pick .list li:nth-of-type(2) .img{
	width: 41%;
	margin-left: 6%;
}
#top_pick .list li:nth-of-type(2) a .text_wrapper{
	padding-top: 7em;
}

#top_pick .list li:nth-of-type(3){
	margin-top: -16em;
	margin-left: 3%;
}
#top_pick .list li:nth-of-type(3) a{
	-webkit-clip-path: url(#pick03bg);
	clip-path: url(#pick03bg);
	padding: 3.5em 3% 6em;
	background-color: #B1ECB0;
}
#top_pick .list li:nth-of-type(3) .img{
	width: 41%;
	margin-left: 3%;
}
#top_pick .list li:nth-of-type(3) a .text_wrapper{
	margin-right: 2%;
}

#top_pick .list li:nth-of-type(4){
	margin-top: -6em;
	margin-right: 2%;
}
#top_pick .list li:nth-of-type(4) a{
	-webkit-clip-path: url(#pick04bg);
	clip-path: url(#pick04bg);
	padding: 6em 3%;
}
#top_pick .list li:nth-of-type(4) .img{
	padding-top: 2.5em;
	margin-left: 5%;
}
#top_pick .list li:nth-of-type(4) .text_wrapper{
	width: 45%;
	margin-right: 2%;
}

#top_pick .list li:nth-of-type(5){
	margin-top: -11em;
	margin-left: 2%;
}
#top_pick .list li:nth-of-type(5) a{
	-webkit-clip-path: url(#pick05bg);
	clip-path: url(#pick05bg);
	padding: 2em 3% 6em;
	background-color: #EDF199;
}
#top_pick .list li:nth-of-type(5) .img{
	padding-top: 7em;
	margin-left: 4%;
}

#top_pick .list li:nth-of-type(6){
	width: 45.6%;/* 486px */
	margin-right: 3%;
	margin-top: 2em;
}
#top_pick .list li:nth-of-type(6) a{
	-webkit-clip-path: url(#pick06bg);
	clip-path: url(#pick06bg);
	padding: 5em 3% 8em;
	background-color: #C6C2E3;
}
#top_pick .list li:nth-of-type(6) .img{
	padding-top: 1em;
	margin-left: 4%;
}
#top_pick .list li:nth-of-type(6) .text_wrapper{
	padding-top: 8em;
}

#top_pick .list li:nth-of-type(7){
	margin-top: -11em;
	margin-left: 1.5%;
}
#top_pick .list li:nth-of-type(7) a{
	-webkit-clip-path: url(#pick07bg);
	clip-path: url(#pick07bg);
	padding: 4em 3% 5.5em;
}
#top_pick .list li:nth-of-type(7) .img{
	width: 38%;
	padding-top: 4em;
	margin-left: 4%;
}
#top_pick .list li:nth-of-type(7) .text_wrapper{
	padding-top: 2.5em;
	margin-right: 2%;
}

#top_pick .list li:nth-of-type(8){
	margin-top: .5em;
	margin-right: 1%;
}
#top_pick .list li:nth-of-type(8) a{
	-webkit-clip-path: url(#pick08bg);
	clip-path: url(#pick08bg);
	padding: 7em 3% 10em;
	background-color: #C6C2E3;
}
#top_pick .list li:nth-of-type(8) .img{
	width: 38%;
	padding-top: 2em;
	margin-left: 9%;
}
#top_pick .list li:nth-of-type(8) .text_wrapper{
	padding-top: 4em;
	max-width: 14em;
	margin-right: 12%;
}

#top_pick .list li:nth-of-type(9){
	width: 49.6%;/* 526px */
	margin-top: -17.5em;
	margin-left: 1.5%;
}
#top_pick .list li:nth-of-type(9) a{
	-webkit-clip-path: url(#pick09bg);
	clip-path: url(#pick09bg);
	padding: 6em 3% 7.5em;
	background-color: #EDF199;
}
#top_pick .list li:nth-of-type(9) .img{
	width: 40%;
	margin-left: 3%;
}
#top_pick .list li:nth-of-type(9) .text_wrapper{
	padding-top: 3em;
	margin-right: 2.5%;
}

#top_pick .list li:nth-of-type(10){
	margin-top: 3em;
}
#top_pick .list li:nth-of-type(10) a{
	-webkit-clip-path: url(#pick10bg);
	clip-path: url(#pick10bg);
	padding: 2.5em 3% 5em;
	background-color: #B1ECB0;
}
#top_pick .list li:nth-of-type(10) .img{
	width: 40%;
	margin-left: 7%;
	padding-top: 7em;
}
#top_pick .list li:nth-of-type(10) .text_wrapper{
	max-width: 21em;
	margin-right: 4%;
}

#top_pick .list li .text_wrapper hgroup p{
	font-size: 1.6em;
	letter-spacing: -.02em;
	margin-bottom: .5em;
}
#top_pick .list li .text_wrapper hgroup h3{
	font-size: 2.2em;
	line-height: 1.45;
	letter-spacing: -.02em;
	margin-bottom: .25em;
}

#top_pick .list li .text_wrapper .arrow{
	font-size: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	width: fit-content;
	padding-right: 1em;
	position: relative;
}
#top_pick .list li .text_wrapper .arrow::after{
	content: "";
	display: block;
	width: .5em;
	height: .74em;
	background: url(../img/cmn/arrow01_black.svg) no-repeat center/contain;
	position: absolute;
	right: 0;
	top: calc(50% - .37em);
}

@media screen and (max-width: 768px) {
	#top_pick .list{
		display: block;
		font-size: calc(2.55 * var(--js_vw));/* 10/392 */
	}

	#top_pick .list li{
		width: 86%;
		margin-bottom: 1.75em;
	}
	#top_pick .list li a{
		padding: 1em 6% 4em 3%;
	}

	#top_pick .list li .text_wrapper{
		padding-top: 2em;
		max-width: 14em;
	}

	#top_pick .list li:nth-of-type(1){
		margin-left: 0;
	}

	#top_pick .list li:nth-of-type(2){
		margin-top: 0;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: 0;
	}
	#top_pick .list li:nth-of-type(2) a{
		padding: 1em 4% 4.5em;
	}
	#top_pick .list li:nth-of-type(2) .img{
		margin-left: 8%;
	}
	#top_pick .list li:nth-of-type(2) a .text_wrapper{
		max-width: 12.5em;
		padding-top: 3em;
	}

	#top_pick .list li:nth-of-type(3){
		width: 77%;
		margin-top: -1em;
		margin-bottom: .75em;
		margin-left: 3%;
	}
	#top_pick .list li:nth-of-type(3) a{
		padding: 2em 4% 3.5em;
	}
	#top_pick .list li:nth-of-type(3) .img{
		width: 44%;
		margin-left: 3%;
	}
	#top_pick .list li:nth-of-type(3) a .text_wrapper{
		margin-right: 0;
	}

	#top_pick .list li:nth-of-type(4){
		width: 82%;
		margin-top: 0;
		margin-bottom: 1em;
		margin-right: 4%;
		margin-left: auto;
	}
	#top_pick .list li:nth-of-type(4) a{
		padding: 3.5em 4%;
	}
	#top_pick .list li:nth-of-type(4) .img{
		padding-top: 1.5em;
		margin-left: 2%;
	}
	#top_pick .list li:nth-of-type(4) .text_wrapper{
		margin-right: 4%;
	}

	#top_pick .list li:nth-of-type(5){
		width: 82%;
		margin-top: 0;
		margin-left: 4%;
	}
	#top_pick .list li:nth-of-type(5) a{
		padding: 1.5em 4% 4.5em;
	}
	#top_pick .list li:nth-of-type(5) .img{
		padding-top: 3.5em;
	}
	#top_pick .list li:nth-of-type(5) .text_wrapper{
		width: 52%;
		max-width: 15em;
	}

	#top_pick .list li:nth-of-type(6){
		width: 77%;
		margin-left: auto;
		margin-top: 0;
		margin-bottom: 1em;
	}
	#top_pick .list li:nth-of-type(6) a{
		padding: 1em 6% 4em 1%;
	}
	#top_pick .list li:nth-of-type(6) .img{
		width: 43%;
		margin-left: 3%;
	}
	#top_pick .list li:nth-of-type(6) .text_wrapper{
		width: 54%;
		max-width: 15em;
		padding-top: 6em;
	}

	#top_pick .list li:nth-of-type(7){
		width: 80%;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 4%;
	}
	#top_pick .list li:nth-of-type(7) a{
		padding: 1em 4% 3em;
	}
	#top_pick .list li:nth-of-type(7) .img{
		margin-left: 2%;
	}
	#top_pick .list li:nth-of-type(7) .text_wrapper{
		padding-top: 1.5em;
	}

	#top_pick .list li:nth-of-type(8){
		width: 80%;
		margin-top: -1.5em;
		margin-bottom: 0;
		margin-right: 3%;
		margin-left: auto;
	}
	#top_pick .list li:nth-of-type(8) a{
		padding: 2.5em 8% 5.5em;
	}

	#top_pick .list li:nth-of-type(8) .text_wrapper{
		padding-top: 2em;
		width: 40%;
		max-width: 12em;
		margin-right: 10%;
	}

	#top_pick .list li:nth-of-type(9){
		width: 84%;
		margin-top: -2.5em;
		margin-bottom: 2.5em;
		margin-left: 3%;
	}
	#top_pick .list li:nth-of-type(9) a{
		padding: 3.5em 4% 3em;
	}
	#top_pick .list li:nth-of-type(9) .text_wrapper{
		padding-top: 1.75em;
	}

	#top_pick .list li:nth-of-type(10){
		width: 80%;
		margin-top: 0;
		margin-left: auto;
		margin-right: 5%;
	}
	#top_pick .list li:nth-of-type(10) a{
		padding: 2em 4% 2.5em;
	}
	#top_pick .list li:nth-of-type(10) .img{
		width: 42%;
		padding-top: 3.5em;
		margin-left: 4%;
	}
	#top_pick .list li:nth-of-type(10) .text_wrapper{
		max-width: 14em;
		margin-right: 2%;
	}

	#top_pick .list li .text_wrapper hgroup p{
		font-size: 1.2em;
	}
	#top_pick .list li .text_wrapper hgroup h3{
		font-size: 1.6em;
		line-height: 1.375;
	}
	#top_pick .list li .text_wrapper .arrow{
		font-size: 1.2em;
	}

}


/* =====
	最近追加された問いから探す/よく読まれている問いから探す
======================================================== */
/* さらに気になる問いを探す
-------------------------------------------------------- */
#top_more_area .deco_text{
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: .05em;
	color: var(--green);
	width: fit-content;
	padding-inline: 2.5em;
	margin-inline: auto;
	position: relative;
}
#top_more_area .deco_text::before,
#top_more_area .deco_text::after{
	content: "";
	display: block;
	width: 1.4em;/* 31/22 */
	height: 2.6em;/* 58/22 */
	background: url(../img/cmn/diagonal01_green.svg) no-repeat center/contain;
	position: absolute;
	top: 0;
}
#top_more_area .deco_text::before{
	left: 0;
}
#top_more_area .deco_text::after{
	right: 0;
	transform: scale(-1, 1);
}

#top_more_area .deco_text .bg{
	display: block;
	width: 113rem;
	height: 60rem;
	background: url(../img/top/pick_deco.svg) no-repeat center/contain;
	position: absolute;
	left: -5rem;
	top: -25rem;
	z-index: -1;
	transform: scale(-1, -1);
}

@media screen and (max-width: 768px) {
	#top_more_area .deco_text{
		font-size: 1.4rem;
	}

	#top_more_area .deco_text .bg{
		width: 51rem;
		height: 27rem;
		top: -14rem;
	}
}

/* 最近追加された問いから探す
-------------------------------------------------------- */
.top_search_sec{
	position: relative;
}
.top_search_sec::after{
	content: "";
	display: block;
	width: calc(50% + (var(--js_windowWidth) / 2));
	max-width: 1420px;
	height: 1px;
	margin-right: var(--break_through);
	background-color: #D9D9D9;
	position: absolute;
	bottom: 0;
}

.top_question_swiper_area{
	font-size: min(10px, .804vw);/* 1244pxから縮む */
	position: relative;
}
.top_question_swiper_area .swiper_container{
	padding-left: 1px;/* cardのborderがたまに消えるので */
	overflow: hidden;
	max-width: 1420px;
	margin-right: var(--break_through);
}
.top_question_swiper{
	overflow: visible;
	max-width: 1120px;
	width: 96%;
	margin-left: 0;
}

.top_question_swiper_area .arrow_container{
	width: var(--js_windowWidth);
	margin-inline: var(--break_through);
	position: absolute;
	top: 16em;
	left: 0;
}
@media screen and (min-width: 1360px) {
	.top_question_swiper_area .arrow_container{
		width: calc(100% + 22em);
		margin-inline: -11em;
	}
}
.top_question_prev,
.top_question_next{
	width: 4.2em;
	height: 4.2em;
	border: 2px solid var(--green);
	border-radius: 50%;
	background: #F9FCF9 url(../img/cmn/btn_arrow_green.svg) no-repeat center/80%;
	transition: background-color .4s;
}
.top_question_prev:hover,
.top_question_next:hover{
	background-color: #DFF5F0;
}
.top_question_prev{
	transform: scale(-1, 1);
	left: 3%;
}
.top_question_next{
	right: 2%;
}
.top_question_prev::after,
.top_question_next::after{
	display: none;
}

.question_list > li .card{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	height: 34em;
	padding: 5em 2em 3.75em;
	border-radius: 2em;
	border: 1px solid var(--green);
	background-color: #fff;
	position: relative;
}
.question_list > li .card:hover{
	background-color: #DBF2EA;
}

.question_list > li .card .num{
	font-size: 1.6em;
	position: absolute;
	top: 1.75em;
	left: 1.25em;
	z-index: 1;
}
.question_list > li .card .title{
	font-size: 2.2em;
	line-height: 1.5;
	letter-spacing: -.02em;
	position: relative;
	z-index: 1;
}

.question_list > li .card .shape{
	width: 77%;/* 185/240 */
	height: 70%;/* 238/338 */
	margin: auto;
	-webkit-mask: url(../img/shape/shape01.svg) no-repeat center/contain;
	mask: url(../img/shape/shape01.svg) no-repeat center/contain;
	background-color: var(--cat_color);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.question_list > li .card .shape02{
	-webkit-mask-image: url(../img/shape/shape02.svg);
	mask-image: url(../img/shape/shape02.svg);
}
.question_list > li .card .shape03{
	-webkit-mask-image: url(../img/shape/shape03.svg);
	mask-image: url(../img/shape/shape03.svg);
}
.question_list > li .card .shape04{
	-webkit-mask-image: url(../img/shape/shape04.svg);
	mask-image: url(../img/shape/shape04.svg);
}
.question_list > li .card .shape05{
	-webkit-mask-image: url(../img/shape/shape05.svg);
	mask-image: url(../img/shape/shape05.svg);
}
.question_list > li .card .shape06{
	-webkit-mask-image: url(../img/shape/shape06.svg);
	mask-image: url(../img/shape/shape06.svg);
}
.question_list > li .card .shape07{
	-webkit-mask-image: url(../img/shape/shape07.svg);
	mask-image: url(../img/shape/shape07.svg);
}
.question_list > li .card .shape08{
	-webkit-mask-image: url(../img/shape/shape08.svg);
	mask-image: url(../img/shape/shape08.svg);
}
.question_list > li .card .shape09{
	-webkit-mask-image: url(../img/shape/shape09.svg);
	mask-image: url(../img/shape/shape09.svg);
}
.question_list > li .card .shape10{
	-webkit-mask-image: url(../img/shape/shape10.svg);
	mask-image: url(../img/shape/shape10.svg);
}
.question_list > li .card .shape11{
	-webkit-mask-image: url(../img/shape/shape11.svg);
	mask-image: url(../img/shape/shape11.svg);
}
.question_list > li .card .shape12{
	-webkit-mask-image: url(../img/shape/shape12.svg);
	mask-image: url(../img/shape/shape12.svg);
}
.question_list > li .card .shape13{
	-webkit-mask-image: url(../img/shape/shape13.svg);
	mask-image: url(../img/shape/shape13.svg);
}
.question_list > li .card .shape14{
	-webkit-mask-image: url(../img/shape/shape14.svg);
	mask-image: url(../img/shape/shape14.svg);
}
.question_list > li .card .shape15{
	-webkit-mask-image: url(../img/shape/shape15.svg);
	mask-image: url(../img/shape/shape15.svg);
}
.question_list > li .card .shape16{
	-webkit-mask-image: url(../img/shape/shape16.svg);
	mask-image: url(../img/shape/shape16.svg);
}
.question_list > li .card .shape17{
	-webkit-mask-image: url(../img/shape/shape17.svg);
	mask-image: url(../img/shape/shape17.svg);
}
.question_list > li .card .shape18{
	-webkit-mask-image: url(../img/shape/shape18.svg);
	mask-image: url(../img/shape/shape18.svg);
}
.question_list > li .card .shape19{
	-webkit-mask-image: url(../img/shape/shape19.svg);
	mask-image: url(../img/shape/shape19.svg);
}
.question_list > li .card .shape20{
	-webkit-mask-image: url(../img/shape/shape20.svg);
	mask-image: url(../img/shape/shape20.svg);
}
.question_list > li .card .shape21{
	-webkit-mask-image: url(../img/shape/shape21.svg);
	mask-image: url(../img/shape/shape21.svg);
}
.question_list > li .card .shape22{
	-webkit-mask-image: url(../img/shape/shape22.svg);
	mask-image: url(../img/shape/shape22.svg);
}
.question_list > li .card .shape23{
	-webkit-mask-image: url(../img/shape/shape23.svg);
	mask-image: url(../img/shape/shape23.svg);
}
.question_list > li .card .shape24{
	-webkit-mask-image: url(../img/shape/shape24.svg);
	mask-image: url(../img/shape/shape24.svg);
}
.question_list > li .card .shape25{
	-webkit-mask-image: url(../img/shape/shape25.svg);
	mask-image: url(../img/shape/shape25.svg);
}
.question_list > li .card .shape26{
	-webkit-mask-image: url(../img/shape/shape26.svg);
	mask-image: url(../img/shape/shape26.svg);
}
.question_list > li .card .shape27{
	-webkit-mask-image: url(../img/shape/shape27.svg);
	mask-image: url(../img/shape/shape27.svg);
}
.question_list > li .card .shape28{
	-webkit-mask-image: url(../img/shape/shape28.svg);
	mask-image: url(../img/shape/shape28.svg);
}
.question_list > li .card .shape29{
	-webkit-mask-image: url(../img/shape/shape29.svg);
	mask-image: url(../img/shape/shape29.svg);
}
.question_list > li .card .shape30{
	-webkit-mask-image: url(../img/shape/shape30.svg);
	mask-image: url(../img/shape/shape30.svg);
}
.question_list > li .card .shape31{
	-webkit-mask-image: url(../img/shape/shape31.svg);
	mask-image: url(../img/shape/shape31.svg);
}
.question_list > li .card .shape32{
	-webkit-mask-image: url(../img/shape/shape32.svg);
	mask-image: url(../img/shape/shape32.svg);
}
.question_list > li .card .shape33{
	-webkit-mask-image: url(../img/shape/shape33.svg);
	mask-image: url(../img/shape/shape33.svg);
}
.question_list > li .card .shape34{
	-webkit-mask-image: url(../img/shape/shape34.svg);
	mask-image: url(../img/shape/shape34.svg);
}
.question_list > li .card .shape35{
	-webkit-mask-image: url(../img/shape/shape35.svg);
	mask-image: url(../img/shape/shape35.svg);
}
.question_list > li .card .shape36{
	-webkit-mask-image: url(../img/shape/shape36.svg);
	mask-image: url(../img/shape/shape36.svg);
}
.question_list > li .card .shape37{
	-webkit-mask-image: url(../img/shape/shape37.svg);
	mask-image: url(../img/shape/shape37.svg);
}
.question_list > li .card .shape38{
	-webkit-mask-image: url(../img/shape/shape38.svg);
	mask-image: url(../img/shape/shape38.svg);
}
.question_list > li .card .shape39{
	-webkit-mask-image: url(../img/shape/shape39.svg);
	mask-image: url(../img/shape/shape39.svg);
}
.question_list > li .card .shape40{
	-webkit-mask-image: url(../img/shape/shape40.svg);
	mask-image: url(../img/shape/shape40.svg);
}

.question_list > li .text_wrapper{
	font-size: 1.2em;
	padding-top: 1em;
}
.question_list > li .text_wrapper a:hover,
.question_list > li .text_wrapper button:hover{
	color: var(--gray);
}
.question_list > li .text_wrapper .date_box{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: .25em;
}
.question_list > li .text_wrapper .date{
	flex-shrink: 0;
	margin-right: 1em;
}
.question_list > li .cat_list{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.question_list > li .cat_list li{
	margin-right: 1em;
}
.question_list > li .cat_list li button{
	padding: 0;
	background-color: transparent;
}
.question_list > li .tag_list{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.question_list > li .tag_list li{
	margin-right: 1em;
}
.question_list > li .tag_list li button{
	padding: 0;
	background-color: transparent;
}
.question_list > li .tag_list li a::before,
.question_list > li .tag_list li button::before{
	content: "#";
	display: inline-block;
	margin-right: .25em;
}


@media screen and (max-width: 1024px) {
	.top_question_swiper_area{
		font-size: .977vw;/* 1024pxでfz10px */
		position: relative;
	}
}

@media screen and (max-width: 768px) {
	.top_search_sec::after{
		width: 100%;
	}

	.top_question_swiper_area{
		font-size: calc(2.55 * var(--js_vw));/* 10/392 */
	}
	.top_question_swiper_area .swiper_container{
		padding-left: 0;
		margin-right: 0;
	}
	.top_question_swiper{
		width: 100%;
	}

	.top_question_swiper_area .arrow_container{
		display: none;
	}

	.top_question_swiper .swiper-wrapper{
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
	}
	.top_question_swiper .swiper-wrapper .swiper-slide{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4.25em;
	}
	.top_question_swiper .swiper-wrapper .swiper-slide:nth-of-type(2n){
		margin-right: 0;
	}
	.top_question_swiper .swiper-wrapper .swiper-slide:nth-of-type(n+9){
		display: none;
	}

	.question_list > li .card{
		height: 24em;
		padding: 5em 2em 3.75em;
		border-radius: 1em;
		position: relative;
	}

	.question_list > li .card .num{
		font-size: 1.2em;
		top: 1em;
	}
	.question_list > li .card .title{
		font-size: 1.6em;
	}
}

/* よく読まれている問いから探す
-------------------------------------------------------- */
#top_ranking .title_primary .main{
	letter-spacing: -.02em;
}


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

}

/* カテゴリーから探す
-------------------------------------------------------- */
.cat_nav{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	font-size: 2rem;
}

.cat_nav li{
	margin-right: .75em;
	margin-bottom: .75em;
}
.cat_nav li a{
	display: block;
	text-align: center;
	min-width: 8em;
	padding: .25em 1em;
	background-color: var(--cat_color);
	border-radius: 10em;
}
.cat_nav li a:hover{
	background-color: #DBF2EA !important;
}


@media screen and (max-width: 768px) {
	.cat_nav{
		font-size: 1.6rem;
	}
	.cat_nav li{
		margin-right: 1.25em;
		margin-bottom: 1.25em;
	}
	.cat_nav li a{
		min-width: 8.5em;
		padding: .5em 1.25em;
	}
}


/* キーワード一覧から探す
-------------------------------------------------------- */
#top_tag::after{
	display: none;
}
#top_tag .container{
	font-size: 2rem;
	border: 1px solid var(--green);
	border-radius: 1em;
	padding-block: 1em;/* スクロールバーが枠線に被ってしまうため */
	background-color: #fff;
}
#top_tag .container .overflow_wrapper{
	max-height: 15.5em;/* 310px */
	padding: .75em 0 .25em 3.5%;
	overflow: auto;
}
.tag_nav{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.tag_nav li{
	margin-right: 1.75em;
	margin-bottom: .8em;
}
.tag_nav li a{
	display: block;
}
.tag_nav li a:hover{
	color: var(--gray);
}
.tag_nav li a::before{
	content: "#";
	display: inline-block;
	margin-right: .25em;
}

@media screen and (max-width: 768px) {
	#top_tag .container{
		font-size: 1.6rem;
		border-radius: .625em;
	}
	#top_tag .container .overflow_wrapper{
		max-height: 19em;
	}

	.tag_nav li{
		margin-right: 1.5em;
		margin-bottom: 1em;
	}
}

/* =====
	インスタ
======================================================== */
#top_insta{
	color: #fff;
	background-color: var(--green);
	position: relative;
}

#top_insta .hide_item{
	width: 106%;
	padding-top: 9.94%;
	background-color: #F9FCF9;
	-webkit-clip-path: url(#mv_hide_clip_pc);
	clip-path: url(#mv_hide_clip_pc);
	position: absolute;
	top: -1px;
	left: -3%;
	z-index: 1;
	transform: scale(1, -1);
}

#top_insta .title{
	display: block;
	width: fit-content;
	padding-right: 1.14em;
	position: relative;
}
#top_insta .title::after{
	content: "";
	display: block;
	width: .8em;/* 64/80 */
	height: .8em;
	border: 3px solid #fff;
	border-radius: 50%;
	background: url(../img/cmn/btn_arrow_wh.svg) no-repeat center/60%;
	position: absolute;
	right: 0;
	top: calc(50% - .4em);
}
#top_insta .title:hover{
	opacity: .7;
}


@media screen and (max-width: 768px) {
	#top_insta{
		padding-top: 10%;
	}
	#top_insta .hide_item{
		width: 112%;
		padding-top: 30.6%;
		-webkit-clip-path: url(#mv_hide_clip_sp);
		clip-path: url(#mv_hide_clip_sp);
		left: -6%;
	}
}

/* スライダー部分
-------------------------------------------------------- */
#insta_list{
	overflow: hidden;
	display: -webkit-box;
	display: flex;
	padding-top: 10rem;
	margin-inline: var(--break_through);
}
@media screen and (min-width: 1435px) {
	#insta_list{
		width: 1420px;
		margin-left: -150px;
		margin-right: auto;
	}
}

#insta_list ul{
	display: -webkit-box;
	display: flex;
	animation: slider-left 25s infinite linear 0.5s both;
}
@keyframes slider-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

#insta_list ul li{
	width: 32rem;
}
#insta_list ul li a{
	display: block;
	position: relative;
}
#insta_list ul li a::before{
	content: "";
	display: block;
	padding-top: 100%;
}
#insta_list ul li a:hover{
	opacity: .7;
}
#insta_list ul li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 768px) {
	#insta_list{
		padding-top: 6rem;
	}
	#insta_list ul li{
		width: 15.5rem;
	}
}




/************************************************************************
	問い一覧ページ
**************************************************************************/
#question_archive{
	overflow: visible;
}

.question_archive_area{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
	padding: 22.5rem 0;
}


@media screen and (max-width: 768px) {
	.question_archive_area{
		display: block;
		padding: 9.75rem 0 9rem;
	}
}

/* =====
	サイドバー
======================================================== */
.question_archive_area aside{
	width: 18.5rem;
	padding-right: .5rem;
	max-height: calc(100vh - 6rem);
	flex-shrink: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 6rem;
	overflow: auto;
}

.question_archive_area aside .aside_cat_wrapper{
	margin-bottom: 6em;
}
.question_archive_area aside .aside_tag_wrapper{
	border-bottom: 1px solid #000;
}

.question_archive_area aside .hide_input_wrapper{
	display: none;
}

.question_archive_area aside .acc_trigger{
	cursor: pointer;
	padding-bottom: .25em;
	padding-right: 1.5em;
	position: relative;
}
.question_archive_area aside .acc_trigger::before,
.question_archive_area aside .acc_trigger::after{
	content: "";
	display: block;
	width: 1em;
	height: 1px;
	background-color: #000;
	position: absolute;
	right: .25em;
	bottom: .85em;
	transition: transform .4s;
}
.question_archive_area aside .acc_trigger::after{
	transform: rotate(90deg);
}
.question_archive_area aside .acc_trigger.acc_open::after{
	transform: rotate(0deg);
}

.question_archive_area aside .aside_cat_wrapper .acc_trigger{
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
}
.question_archive_area aside .aside_tag_wrapper .acc_trigger{
	margin-bottom: .5em;
}

.question_archive_area aside .acc_box{
	display: none;
}

.question_archive_area aside .cat_list{
	font-size: .875em;/* 14/16 */
}
.question_archive_area aside .cat_list > li{
	margin-bottom: .5em;
}
.question_archive_area aside .cat_list > li input[type="checkbox"] + label,
.question_archive_area aside .cat_list > li > a{
	display: block;
	padding: .15em 0;
	transition: color .4s, opacity .4s;
}
.question_archive_area aside .cat_list > li input[type="checkbox"]:checked + label{
	color: var(--green);
}
.question_archive_area aside .cat_list > li input[type="checkbox"]:hover + label,
.question_archive_area aside .cat_list > li > a:hover{
	opacity: .7;
}

.question_archive_area aside .tag_list{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	font-size: .75em;/* 12/16 */
}
.question_archive_area aside .tag_list > li{
	margin-right: .75em;
	margin-bottom: .5em;
}
.question_archive_area aside .tag_list > li input[type="checkbox"] + label{
	display: block;
	padding: .25em 0;
	position: relative;
	transition: color .4s, opacity .4s;
}
.question_archive_area aside .tag_list > li input[type="checkbox"] + label::before{
	content: "#";
	display: inline-block;
	margin-right: .2em;
}
.question_archive_area aside .tag_list > li input[type="checkbox"]:checked + label{
	color: var(--green);
}
.question_archive_area aside .tag_list > li input[type="checkbox"]:hover + label{
	opacity: .7;
}

@media screen and (min-width: 769px) {
	.question_archive_area aside .aside_cat_wrapper .acc_trigger{
		pointer-events: none;
	}
	.question_archive_area aside .aside_cat_wrapper .acc_trigger::before,
	.question_archive_area aside .aside_cat_wrapper .acc_trigger::after{
		display: none;
	}
	.question_archive_area aside .aside_cat_wrapper .acc_box{
		display: block !important;
	}
}

@media screen and (max-width: 1200px) {
	.question_archive_area aside{
		width: 17.05rem;/* 18*.925 + .5rem */
		font-size: .925em;/* 少し小さくする */
	}
}

@media screen and (max-width: 768px) {
	.question_archive_area aside{
		width: 100%;
		max-height: 50vh;
		margin-bottom: 6rem;
		position: static;
		top: 0;
	}

	.question_archive_area aside .aside_cat_wrapper{
		margin-bottom: 2.5em;
		border-bottom: 1px solid #000;
	}
	
	.question_archive_area aside .acc_trigger{
		padding-bottom: .5em;
	}
	.question_archive_area aside .acc_trigger::before,
	.question_archive_area aside .acc_trigger::after{
		bottom: 1.25em;
	}

	.question_archive_area aside .aside_cat_wrapper .acc_trigger{
		border-bottom: none;
		margin-bottom: 0;
	}
	.question_archive_area aside .aside_tag_wrapper .acc_trigger{
		margin-bottom: 0;
	}

	.question_archive_area aside .acc_box{
		padding-top: .5em;
	}

	.question_archive_area aside .cat_list{
		font-size: 1em;
	}
	.question_archive_area aside .cat_list > li{
		margin-bottom: 1em;
	}

	.question_archive_area aside .tag_list{
		font-size: .8572em;/* 12/14 */
	}
	.question_archive_area aside .tag_list > li{
		margin-right: 1em;
		margin-bottom: .8em;
	}
}

/* =====
	一覧
======================================================== */
.question_list_container{
	width: calc(96% - 18rem);
	max-width: 83rem;
}
.question_list_container .question_list{
	font-size: min(10px, calc(1.1 * var(--js_vw)));/* 10/900 　900pxからvwになるように（見た目で判断） */
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	width: 106%;
}
#question_archive .question_list > li{
	width: 28.2%;
	margin-right: calc(15.4% / 3);
	margin-bottom: 6.75em;
}

.question_list_container #not_found{
	display: none;
}
.question_list_container #not_found .icon{
	max-width: 22rem;
	margin: 0 auto 8rem;
}

@media screen and (max-width: 1200px) {
	.question_list_container{
		width: calc(96% - 17.05rem);
	}

	#question_archive .question_list > li{
		width: 31%;
		margin-right: calc(7% / 3);
	}
}

@media screen and (max-width: 768px) {
	.question_list_container{
		width: 100%;
		max-width: none;
	}
	.question_list_container .question_list{
		font-size: calc(2.55 * var(--js_vw));/* 10/392 */
		width: 103%;
	}
	#question_archive .question_list > li{
		width: 47%;
		margin-right: 3%;
		margin-bottom: 4.5em;
	}

	.question_list_container #not_found .icon{
		max-width: 12rem;
		margin: 0 auto 4rem;
	}

}



/************************************************************************
	問い詳細ページ
**************************************************************************/
.question_single_head{
	background-color: var(--cat_color);
}

.question_single_head .num{
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 2em;
}
.question_single_head h1{
	font-size: 4.2rem;
	line-height: 1.62;
	width: fit-content;
	margin-inline: auto;
}

.question_single_area .inner{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 768px) {
	.question_single_head .num{
		font-size: 1.2rem;
		margin-bottom: 1.5em;
	}
	.question_single_head h1{
		font-size: 2.2rem;
		line-height: 1.45;
	}
}

/* サイド
-------------------------------------------------------- */
.question_single_area .supple_wrapper{
	width: 36rem;
}

.question_single_area .supple_wrapper .box{
	padding: 3.5rem 8.25% 5rem;
	margin-bottom: 2.75rem;
	border-radius: 2rem;
	background-color: #DBF2EA;
}
.question_single_area .supple_wrapper .box:nth-last-of-type(1){
	margin-bottom: 0;
}

.question_single_area .supple_wrapper .box h3{
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	color: var(--green);
	margin-bottom: 1em;
}

.question_single_area .supple_wrapper .writer .group{
	margin-bottom: 3.5rem;
}
.question_single_area .supple_wrapper .writer .group:nth-last-of-type(1){
	margin-bottom: 0;
}

.question_single_area .supple_wrapper .writer .img{
	width: 50%;
	max-width: 10.5rem;
	margin: 0 auto 3rem;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.question_single_area .supple_wrapper .writer .img::before{
	content: "";
	display: block;
	padding-top: 100%;
}
.question_single_area .supple_wrapper .writer .img img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.question_single_area .supple_wrapper .writer .name_group{
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: .5em;
}
.question_single_area .supple_wrapper .writer .name_group .sub{
	font-size: .6em;/* 12/20 */
}
.question_single_area .supple_wrapper .writer .text{
	font-size: 1.4rem;
	line-height: 1.857;
}

.question_single_area .supple_wrapper .subject ul{
	padding-top: 1rem;
}
.question_single_area .supple_wrapper .subject ul > li{
	font-size: 1.8rem;
	padding: 1.25em 0;
	border-top: 1px solid #D3D3D3;
}
.question_single_area .supple_wrapper .subject ul > li:nth-last-of-type(1){
	border-bottom: 1px solid #D3D3D3;
}

@media screen and (max-width: 768px) {
	.question_single_area .inner{
		display: block;
	}
	.question_single_area aside.supple_wrapper{
		display: none;
	}
	.question_single_area .supple_wrapper{
		width: 100%;
		max-width: 45rem;
		margin: 0 auto 7rem;
	}

	.question_single_area .supple_wrapper .writer .img{
		width: 66%;
		margin: 0 auto 2.5rem;
	}

	.question_single_area .supple_wrapper .writer .name_group{
		font-size: 1.8rem;
		margin-bottom: .75em;
	}
	.question_single_area .supple_wrapper .writer .name_group .sub{
		font-size: .667em;/* 12/18 */
	}
}

/* メインエリア
-------------------------------------------------------- */
.question_single_area .container{
	width: calc(96% - 36rem);
	max-width: 65rem;
	margin-bottom: 16rem;
}

@media screen and (max-width: 768px) {
	.question_single_area .container{
		width: 100%;
		max-width: none;
		margin-bottom: 7rem;
	}
}

/* エディター下タグ
-------------------------------------------------------- */
.question_single_area .tag_list{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	margin-bottom: 13em;
}
.question_single_area .tag_list li{
	margin-right: 1.5em;
}
.question_single_area .tag_list li a::before{
	content: "#";
	display: inline-block;
	margin-right: .25em;
}
.question_single_area .tag_list li a:hover{
	opacity: .7;
}

@media screen and (max-width: 768px) {
	.question_single_area .tag_list{
		font-size: 1.2rem;
		margin-bottom: 6em;
	}
}

/* この問いのヒントになるコンテンツ
-------------------------------------------------------- */
.question_single_area .tips_wrapper{
	counter-reset: tips_num;
}
.question_single_area .tips_wrapper h3{
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: .5em;
	margin-bottom: .5em;
	border-radius: .4em;
	background-color: var(--green);
}

.question_single_area .tips_wrapper .box{
	counter-increment: tips_num;
	padding: 2rem 0;
	border-bottom: 1px solid var(--green);
}

.question_single_area .tips_wrapper .box h4{
	font-size: 2rem;
	font-weight: 700;
	padding-left: 1.5em;
	margin-bottom: .5em;
	position: relative;
}
.question_single_area .tips_wrapper .box h4::before{
	content: counter(tips_num);
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	font-size: .8em;
	line-height: 1;
	width: 1.5em;
	height: 1.5em;
	padding-bottom: .125em;
	border: 1px solid #000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .225em;
}

.question_single_area .tips_wrapper .box .text{
	font-size: 1.8rem;
	line-height: 1.78;
}
.question_single_area .tips_wrapper .box .img{
	width: 80%;
	max-width: 38rem;
	margin: 4rem auto 0;
	background-color: #fff;
	position: relative;
}
.question_single_area .tips_wrapper .box .img::before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.question_single_area .tips_wrapper .box .img img{
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	object-fit: contain;
}
.question_single_area .tips_wrapper .box .url{
	display: block;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 任意の行数を指定 */
	max-height: 3.25em;/* 古いSafariで、heightを指定しないとoverflow:hidden;が効かないみたいなので。 */
	margin-top: 1rem;
}
.question_single_area .tips_wrapper .box .url:hover{
	opacity: .7;
}

@media screen and (max-width: 768px) {
	.question_single_area .tips_wrapper h3{
		font-size: 1.8rem;
		padding: .6em .5em;
		margin-bottom: 0;
	}

	.question_single_area .tips_wrapper .box{
		padding: 4rem 0;
	}

	.question_single_area .tips_wrapper .box h4{
		font-size: 1.8rem;
	}
	.question_single_area .tips_wrapper .box .text{
		font-size: 1.4rem;
		line-height: 2.1;
	}
	.question_single_area .tips_wrapper .box .img{
		width: 100%;
		max-width: 45rem;
		margin: 2rem auto 0;
	}
}

/* 関連する問いを探す
-------------------------------------------------------- */
#related_area{
	padding: 7rem 0 11rem;
	background-color: #DBF2EA;
}

#related_area .swiper_container{
	font-size: min(10px, calc(.7353 * var(--js_vw)));/* 10/1360 */
	max-width: 1360px;
	margin-inline: auto;
}
@media screen and (max-width: 1024px) {
	#related_area .swiper_container{
		font-size: min(10px, calc(.9766 * var(--js_vw)));/* 10/1024 */
	}
}

#related_swiper{
	width: calc(100% + 5em);
	margin-left: -2.5em;
}

#related_swiper .top_question_prev,
#related_swiper .top_question_next{
	top: 17em;
}
#related_swiper .top_question_prev{
	left: calc(2.5em + 3%);
}
#related_swiper .top_question_next{
	right: calc(2.5em + 3%);
}

@media screen and (max-width: 768px) {
	#related_area{
		padding: 4rem 0;
	}
	#related_area .swiper_container{
		font-size: calc(2.55 * var(--js_vw));/* 10/392 */
		width: 94.6%;
	}
	#related_swiper{
		width: 100%;
		margin-left: 0;
	}

	#related_swiper .swiper-wrapper{
		flex-wrap: wrap;
	}
	#related_swiper .swiper-wrapper .swiper-slide:nth-of-type(n+9){
		display: none;
	}
	#related_swiper .swiper-wrapper .swiper-slide{
		width: 47%;
		margin-right: 6%;
		margin-bottom: 4.5em;
	}
	#related_swiper .swiper-wrapper .swiper-slide:nth-of-type(2n){
		margin-right: 0;
	}

	#related_swiper .top_question_prev,
	#related_swiper .top_question_next{
		display: none;
	}
}


/************************************************************************
	エディター出力部分（ブロックエディタ）
**************************************************************************/
/* -----
	共通
-------------------- */
.content{
	font-size: 1.8rem;/* 本文18px */
	margin-top: -3.5rem;
	margin-bottom: 6rem;
}
.content > *{/* .contentは<?php the_content(); ?>を囲む要素なので、任意のクラス名 */
	line-height: 2.33;
    margin-bottom: 2.8rem;
    margin-top: 2.8rem;
}

.content :where(.wp-block-columns.has-background) {/* 背景色のある要素 */
    padding: 1.25em 2.375em;
}

/* 各色はfunction.phpで追加後、CSSに記述 */
.has-blue-background-color {
	background-color: #003C97;
}
.has-blue-color {
	color: #003C97;
}

.has-pink-background-color {
	background-color: #fd5a68;
}
.has-pink-color {
	color: #fd5a68;
}

.has-green-background-color {
	background-color: #01BFA9;
}
.has-green-color {
	color: #01BFA9;
}

.has-cat-yellow-background-color {
	background-color: var(--cat_color01);
}
.has-cat-yellow-color {
	color: var(--cat_color01);
}

.has-cat-green-background-color {
	background-color: var(--cat_color02);
}
.has-cat-green-color {
	color: var(--cat_color02);
}

.has-cat-purple-background-color {
	background-color: var(--cat_color03);
}
.has-cat-purple-color {
	color: var(--cat_color03);
}

.has-cat-lightblue-background-color {
	background-color: var(--cat_color04);
}
.has-cat-lightblue-color {
	color: var(--cat_color04);
}

.has-cat-beige-background-color {
	background-color: var(--cat_color05);
}
.has-cat-beige-color {
	color: var(--cat_color05);
}

.has-cat-pink-background-color {
	background-color: var(--cat_color06);
}
.has-cat-pink-color {
	color: var(--cat_color06);
}

.has-cat-orange-background-color {
	background-color: var(--cat_color07);
}
.has-cat-orange-color {
	color: var(--cat_color07);
}

.has-cat-blue-background-color {
	background-color: var(--cat_color08);
}
.has-cat-blue-color {
	color: var(--cat_color08);
}

@media screen and (max-width: 768px) {
	.content{
		font-size: 1.4rem;/* 本文18px */
		margin-top: 0;
	}
	.content > *{/* .contentは<?php the_content(); ?>を囲む要素なので、任意のクラス名 */
		margin-bottom: 1.4rem;
		margin-top: 1.4rem;
	}
}


/* -----
	文字
-------------------- */
strong{/* 太字 */
	font-weight: 600;
}
.content em{/* イタリック */
	font-style: italic;
}

.content sup{/* 上付き文字 */
	vertical-align: super;
    font-size: smaller;
}
.content sub{/* 下付き文字 */
	vertical-align: sub;
    font-size: smaller;
}

.content a{
	cursor: pointer;
	color: #2271b1;
	text-decoration: underline;
	transition: .4s;
}
.content a:hover{
	text-decoration: none;
}

.wp-element-caption{
	font-size: .778em;/* 14/18 */
}

/* -----
	見出し
-------------------- */
.wp-block-heading{
	font-weight: 700;
}
h2.wp-block-heading{/* デザインに合わせる可能性あり */
	font-size: 1.44em;
}
h3.wp-block-heading{/* デザインに合わせる可能性あり */
	font-size: 1.3em;
}
h4.wp-block-heading{
	font-size: 1.15em;
}
h5.wp-block-heading{
	font-size: 1.05em;
}
h6.wp-block-heading{
	font-size: 1em;
}

/* -----
	リスト
-------------------- */
.wp-block-list{
	list-style-type: disc;
	padding-left: 1em;/* リストの記号がインナー外にでるため */
}
.wp-block-list .wp-block-list{
	list-style-type: circle;
	padding-left: 2em;
}
.wp-block-list .wp-block-list .wp-block-list{
	list-style-type: square;
}

ol.wp-block-list{
	list-style-type: decimal;
}

/* -----
	ボタン
-------------------- */
/* 通常のボタン */
.content .wp-block-button__link:not(.has-vivid-red-color){
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}
.content .wp-block-button__link:not(.has-text-color){
	color: #fff;
}
.content .wp-block-button__link:not(.has-background){
    background-color: #32373c;
}

.content .wp-block-button__link{/* .content aを上書きするため、「.content」も必要 */
	text-decoration: none;
}

/* オリジナルボタン */
.content .wp-block-button .is-style-editor_btn_primary a{
	display: block;
	color: var(--green);
	font-weight: 700;
	text-align: center;
	width: fit-content;
	min-width: 18.75em;/* 300/16 */
	padding: 1.15em 3.25em;
	border: 1px solid var(--green);
	border-radius: 10em;
	background-color: #fff;
	position: relative;
	transition: background-color .4s;
}
.content .wp-block-button .is-style-editor_btn_primary:hover a{
	background-color: #DFF5F0;
}
.content .wp-block-button .is-style-editor_btn_primary a::before,
.content .wp-block-button .is-style-editor_btn_primary a::after{
	content: "";
	display: block;
	width: 1.875em;
	height: 1.875em;
	position: absolute;
	right: 1em;
	top: calc(50% - .9375em);
}
.content .wp-block-button .is-style-editor_btn_primary a::before{
	background-color: var(--green);
	border-radius: 50%;
}
.content .wp-block-button .is-style-editor_btn_primary a::after{
	background: url(../img/cmn/btn_arrow_wh.svg) no-repeat center/60%;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.content .wp-block-button .is-style-editor_btn_primary a{
		min-width: 18.57em;/* 260/14 */
		padding: 1em 3.25em;
	}
	.content .wp-block-button .is-style-editor_btn_primary a::before,
	.content .wp-block-button .is-style-editor_btn_primary a::after{
		width: 1.72em;
		height: 1.72em;
		top: calc(50% - .86em);
	}
}

/* -----
	テーブル
-------------------- */
/* 
	テーブルはCSS調整必要なし。
	プラグイン「Flexible Table Block」を導入すること。
*/


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

/************************************************************************
	Aboutページ
**************************************************************************/
/* =====
	まちを耕す人をつくる
======================================================== */
#about_concept{
	position: relative;
	z-index: 1;
}
#about_concept::before{
	content: "";
	display: block;
	width: 84rem;
	height: 51rem;
	background: url(../img/about/deco01.svg) no-repeat center/contain;
	position: absolute;
	left: -27rem;
	top: 22rem;
	z-index: -1;
}

#about_concept .title_primary{
	font-size: 4.2rem;
}
#about_concept .title_primary .sub{
	font-size: .476em;/* 20/42 */
}
#about_concept .title_primary .main{
	letter-spacing: .2em;
}

#about_concept .text_wrapper{
	font-size: 1.8rem;
	max-width: 31em;
	margin-left: auto;
	margin-top: -1em;
}
#about_concept .text_wrapper p{
	line-height: 2.11;
	letter-spacing: -.02em;
	margin-bottom: 2.15em;
}


@media screen and (max-width: 768px) {
	#about_concept::before{
		width: 37.2rem;
		height: 22.3rem;
		left: -14rem;
		top: 8rem;
	}

	#about_concept .title_primary{
		font-size: 3.2rem;
	}
	#about_concept .title_primary .sub{
		font-size: .4375em;/* 14/32 */
		margin-bottom: .5em;
	}
	#about_concept .title_primary .main{
		letter-spacing: 0;
	}

	#about_concept .text_wrapper{
		font-size: 1.4rem;
		max-width: none;
		margin-left: 0;
		margin-top: 0;
	}
	#about_concept .text_wrapper p{
		line-height: 2;
		margin-bottom: 1.5em;
	}

}


/* =====
	まち再生コースの研究室
======================================================== */
#about_laboratory{
	position: relative;
}

#about_laboratory::before{
	content: "";
	display: block;
	width: 87rem;
	height: 52rem;
	background: url(../img/about/deco02.svg) no-repeat center/contain;
	position: absolute;
	right: -32.5rem;
	top: -3rem;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	#about_laboratory::before{
		width: 37.7rem;
		height: 22.6rem;
		right: auto;
		left: 13rem;
		top: -.5rem;
	}
	#about_laboratory .title_primary{
		font-size: 2.6rem;
	}
	#about_laboratory .title_primary .sub{
		font-size: .5385em;
		margin-bottom: .2em;
	}

}

/* 各研究室調整 (全体・飾り)
-------------------------------------------------------- */
.laboratory_sec{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}

#laboratory01::after{
	content: "";
	display: block;
	width: 96.1rem;
	height: 58.6rem;
	background: url(../img/about/deco03.svg) no-repeat center/contain;
	position: absolute;
	left: -63rem;
	bottom: -10rem;
	z-index: -1;
}

#laboratory03{
	z-index: 3;
}

#laboratory04::before{
	content: "";
	display: block;
	width: 85rem;
	height: 51rem;
	background: url(../img/about/deco04.svg) no-repeat center/contain;
	position: absolute;
	top: -23.5rem;
	right: -34rem;
	z-index: -1;
}

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

	#laboratory01::after{
		width: 41.7rem;
		height: 25.2rem;
		left: -18rem;
		bottom: -2.5rem;
	}

	#laboratory04::before{
		width: 37rem;
		height: 22rem;
		top: -18rem;
		right: -12rem;
	}

}

/* 各研究室調整 (テキスト領域)
-------------------------------------------------------- */
.laboratory_sec .text_wrapper{
	width: 50%;
}
#laboratory01 .text_wrapper{
	padding-top: 7.5%;
}
#laboratory02 .text_wrapper{
	padding-top: 4%;
}


.laboratory_sec h3{
	font-size: 3.2rem;
	font-weight: 700;
	color: var(--green);
	line-height: 1.32;
	margin-bottom: .8em;
}
.laboratory_sec h4{
	font-size: 2.6rem;
	margin-bottom: .6em;
}
.laboratory_sec .text_wrapper .text{
	font-size: 1.8rem;
	line-height: 2.33;
	letter-spacing: -.02em;
}

@media screen and (max-width: 768px) {
	.laboratory_sec .text_wrapper{
		width: 100%;
		margin-bottom: 2.5rem;
	}
	#laboratory01 .text_wrapper{
		padding-top: 0;
	}
	#laboratory02 .text_wrapper{
		padding-top: 0;
	}

	.laboratory_sec h3{
		font-size: 2.2rem;
		line-height: 1.6;
		margin-bottom: 1.25em;
	}
	.laboratory_sec h4{
		font-size: 1.8rem;
		line-height: 1.78;
		margin-bottom: .5em;
	}
	.laboratory_sec .text_wrapper .text{
		font-size: 1.4rem;
		line-height: 2.42;
	}
}

/* 各研究室調整 (画像)
-------------------------------------------------------- */
.laboratory_sec .member_wrapper{
	width: 48%;
	max-width: 51rem;
}
.laboratory_sec .member_box{
	max-width: 38.9rem;
	width: 90%;
}
.laboratory_sec .member_box img{
	width: 100%;
}
.laboratory_sec .member_box figcaption{
	font-size: 1.8rem;
	line-height: 1.55;
	display: block;
	width: fit-content;
}

.laboratory_sec .member_box.member01{
	margin-bottom: 7rem;
}
.laboratory_sec .member_box.member01 figcaption{
	padding-left: 2%;
	padding-top: .5%;
}
.laboratory_sec .member_box.member02{
	max-width: 36.7rem;
	width: 84.9%;
	margin-left: auto;
}
.laboratory_sec .member_box.member02 figcaption{
	padding-right: 10%;
	margin-top: -5%;
	margin-left: auto;
}

#laboratory02 .member_wrapper{
	max-width: 44rem;
	margin-inline: auto;
}
.laboratory_sec .member_box.member03{
	max-width: 37.9rem;
	width: 87.7%;
	margin-bottom: 3rem;
}
.laboratory_sec .member_box.member03 figcaption{
	padding-left: 2%;
	margin-top: -12%;
}
.laboratory_sec .member_box.member04{
	max-width: 37.6rem;
	width: 87%;
	margin-left: auto;
}
.laboratory_sec .member_box.member04 figcaption{
	padding-left: 2%;
	margin-top: -13%;
}

.laboratory_sec .member_box.member05{
	max-width: 36.7rem;
	width: 84.9%;
	margin-top: 12%;
	margin-inline: auto;
}
.laboratory_sec .member_box.member05 figcaption{
	margin-top: 1.5%;
}

.laboratory_sec .member_box.member06{
	max-width: 40.5rem;
	width: 93.7%;
	margin-top: 13%;
	margin-right: 4.5%;
	margin-left: auto;
}
.laboratory_sec .member_box.member06 figcaption{
	margin-top: 5%;
}

@media screen and (max-width: 768px) {
	.laboratory_sec .member_wrapper{
		width: 100%;
		max-width: 44rem;
		margin-inline: auto;
	}
	.laboratory_sec .member_box{
		max-width: 23rem;
		width: 80%;
	}
	.laboratory_sec .member_box figcaption{
		font-size: 1.4rem;
		line-height: 1.4285;
	}

	.laboratory_sec .member_box.member01{
		margin-bottom: 0;
	}
	.laboratory_sec .member_box.member01 figcaption{
		padding-left: 0;
		padding-top: 1%;
	}
	.laboratory_sec .member_box.member02{
		max-width: 21.7rem;
		width: 75.7%;
	}
	.laboratory_sec .member_box.member02 figcaption{
		padding-right: 0;
		margin-top: 0;
	}

	.laboratory_sec .member_box.member03{
		max-width: 23.4rem;
		width: 81.5%;
		padding-top: 5rem;
		margin-bottom: 3rem;
	}
	.laboratory_sec .member_box.member03 figcaption{
		padding-left: 0;
		margin-top: -8%;
	}
	.laboratory_sec .member_box.member04{
		max-width: 22.3rem;
		width: 77.6%;
		margin-top: -15%;
	}
	.laboratory_sec .member_box.member04 figcaption{
		margin-top: -5%;
	}

	.laboratory_sec .member_box.member05{
		max-width: 22.2rem;
		width: 77.3%;
	}
	.laboratory_sec .member_box.member05 figcaption{
		margin-top: 3%;
		margin-left: 1em;
	}


	.laboratory_sec .member_box.member06{
		max-width: 23.9rem;
		width: 83.3%;
		padding-top: 2%;
		margin-top: 0;
		margin-right: auto;
	}

}

/* コース詳細はこちらボタン
-------------------------------------------------------- */
#about .to_course_area{
	position: relative;
	z-index: 1;
}
#about .to_course_area::before{
	content: "";
	display: block;
	width: 76.9rem;
	height: 51.5rem;
	background: url(../img/about/deco05.svg) no-repeat center/contain;
	position: absolute;
	left: -28rem;
	bottom: -6.5rem;
	z-index: -1;
}

#about .to_course_area .btn{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	font-size: 2rem;
	color: var(--green);
	font-weight: 700;
	text-align: center;
	line-height: 1.428;
	width: 100%;
	max-width: 30em;/* 600/20 */
	padding: 1.75em;
	margin-inline: auto;
	border: 1px solid var(--green);
	border-radius: 10em;
	background-color: #fff;
	position: relative;
}
#about .to_course_area .btn:hover{
	background-color: #DFF5F0;
}

#about .to_course_area .btn .sub{
	display: block;
	font-size: .8em;
	margin-bottom: .5em;
}

@media screen and (max-width: 768px) {
	#about .to_course_area::before{
		width: 33.4rem;
		height: 22.4rem;
		left: -11rem;
		bottom: 6.5rem;
	}

	#about .to_course_area .btn{
		font-size: 1.4rem;
		max-width: 25.72em;/* 360/14 */
		padding: 1em 1.75em;
	}
	#about .to_course_area .btn .sub{
		margin-bottom: .8em;
	}

}

/************************************************************************
	
**************************************************************************/
/* =====
	
======================================================== */


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


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

}


/* =====
	
======================================================== */


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

}

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


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

}



/* --------------------------------------------------------
	今後お知らせ実装用に残しておく
-------------------------------------------------------- */
.wp-pagenavi{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	font-family: var(--en);
	font-size: 3rem;
	font-weight: 700;
	padding-top: 17rem;
	text-align: center;
	position: relative;
	z-index: 1;
}
.wp-pagenavi a, .wp-pagenavi span{
	display: block;
}

.wp-pagenavi .current{
	color: #000;
	padding: .1em .33em;
	margin: 0 .75em;
}
.wp-pagenavi .page{
	color: #aaa;
	padding: .1em .33em;
	margin: 0 .75em;
	position: relative;
	overflow: hidden;
}
.wp-pagenavi .page:hover{
	color: var(--green);
}

.wp-pagenavi .current::after{
	content: "";
	display: block;
	width: 1.2em;
	height: 3px;
	background-color: var(--green);
	position: absolute;
	bottom: 0;
	left: calc(50% - .6em);
	transition: .4s;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink{
	padding: .33em .8em;
	position: relative;
	overflow: hidden;
	text-indent: -999999999999px;
}

.wp-pagenavi .previouspostslink{
	margin-right: .5em;
}
.wp-pagenavi .nextpostslink{
	margin-left: .5em;
}

.wp-pagenavi .previouspostslink::after, .wp-pagenavi .nextpostslink::after{
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background: url(../img/cmn/btn_arrow_green_bold.svg) no-repeat center/contain;
	position: absolute;
	left: calc(50% - .5em);
	top: calc(50% - .5em);
	transition: .4s;
}
.wp-pagenavi .previouspostslink::after{
	transform: scale(-1, 1);
}

.wp-pagenavi .previouspostslink:hover::after{
	left: calc(50% - .6em);
	opacity: .7;
}
.wp-pagenavi .nextpostslink:hover::after{
	left: calc(50% - .4em);
	opacity: .7;
}

@media screen and (max-width: 768px) {
	.wp-pagenavi{
		font-size: 1.6rem;
		padding-top: 4rem;
	}
	.wp-pagenavi .previouspostslink::after, .wp-pagenavi .nextpostslink::after{
		width: 1.5em;
		height: 1.5em;
		left: calc(50% - .75em);
		top: calc(50% - .75em);
	}
	.wp-pagenavi .previouspostslink:hover::after{
		left: calc(50% - .95em);
	}
	.wp-pagenavi .nextpostslink:hover::after{
		left: calc(50% - .55em);
	}
}
