@charset "utf-8";

/* 
HOT-ReishoRkk R
font-family: "hot-reishorkk", sans-serif;
font-weight: 400;
font-style: normal;
*/
/* 
AH Hakushu Clerical Script-W3 Regular
font-family: "ah-hakushu-clerical-script", sans-serif;
font-weight: 300;
font-style: normal;
*/

/* 変数 */
:root {
	--red: #f90000;
	--blue: #3258b8;
	--blue02: #5d6a9c;
	--blue02thin: #eef2f8;
	--purple: #9f3b61;
	--thin_purple: #fff3f7;
	--thin_purple02: #f7f1f3;
	--light_green: #429c1b;
	--thin_light_green: #e9f4e5;
	--gray: #4d4d4d;

	--yellow: #ad9463;
	--thin_yellow: #f7f3ec;
	--deep_blue: #01295b;
	--thin_blue: #eef2f8;

	--t_shadow: .2em .2em .5em rgba(0, 0, 0, .5);
	--a_brightness: brightness(85%);
	--a_brightness02: brightness(110%);
	
	--reisho: "hot-reishorkk", "ah-hakushu-clerical-script", sans-serif;
	--reisho_sub: "ah-hakushu-clerical-script", sans-serif;
}

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

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

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

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

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


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


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

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

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

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

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

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

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

.reisho{
	font-family: var(--reisho);
}
.reisho_sub{
	font-family: var(--reisho_sub);
	font-size: 1.1em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}


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

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

.fz80{
	font-size: 8rem;
}

.fz108{
	font-size: 10.8rem;
}

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

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

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

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

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

.lh150{ line-height: 1.5; }
.lh200{ line-height: 2; }
.lh225{ 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;
}


/* 
文字色
-------------------------------------------------------- */
.white{ color: #fff;}
.red{ color: var(--red);}
.blue{ color: var(--blue);}
.blue02{ color: var(--blue02);}
.purple{ color: var(--purple);}
.light_green{ color: var(--light_green);}
.gray{ color: var(--gray);}

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

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

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

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

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


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

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

/* 「⚫︎」 */
.circle li, .circle_mark{
	padding-left: 1.33em;
	position: relative;
}
.circle li::before, .circle_mark::before{
	content: " \025EF";
	display: block;
	position: absolute;
	left: 0;
	top:0;
}

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

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

}


/************************************************************************
	インナー　その他余白
**************************************************************************/
.inner{
	margin: auto;
}

.inner.primary{
	max-width: 910px;
	width: 92%;
}
.inner.secondary{
	max-width: 1200px;
	width: 94%;
}

.pl1em{
	padding-left: 1em;
}
.pl2em{
	padding-left: 2em;
}

@media screen and (max-width: 1520px) {
	.inner.primary{
		width: calc(96% - 26rem);
		margin-left: calc(26rem + 2%);
	}
	.inner.secondary{
		width: calc(98% - 26rem);
		margin-left: calc(26rem + 1%);
	}
}

@media screen and (max-width: 768px) {
	.inner.primary,
	.inner.secondary{/* 710/750 */
		width: 94.6%;
		margin: 0 auto;
	}

	.pl2em{
		padding-left: 1.66em;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pt150sp{ padding-top: 15rem;}
	.pb150sp{ padding-bottom: 15rem;}
}

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

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

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

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

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

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


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

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

a.pdf{
	display: inline-block;
	padding-right: 1.25em;
	position: relative;
}
a.pdf::after{
	content: "";
	display: block;
	width: 1em;
	height: 1.25em;
	background: url(../img/cmn/icon_pdf.svg) no-repeat center/contain;
	position: absolute;
	right: 0;
	top: calc(50% - .625em);
}

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

}

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

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

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

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

/************************************************************************
	タイトル
**************************************************************************/
.top_title_primary{
	font-size: 3rem;
	line-height: 1.4;
	width: fit-content;
	padding: 0 1.5em;
	margin-inline: auto;
	position: relative;
}

.top_title_primary::before{
	content: "";
	display: block;
	width: 1.1em;
	height: 1.1em;
	background: no-repeat center/contain;
	position: absolute;
	left: 0;
	top: calc(50% - .55em);
}

@media screen and (max-width: 768px) {
	.top_title_primary{
		font-size: 2.3rem;
		padding: 0 .33em 0 1.33em;
	}
}

.title_primary{
	font-family: var(--reisho);
	font-size: 3.6rem;
	text-align: center;
	line-height: 1.4;
	width: fit-content;
	margin-inline: auto;
	position: relative;
}

@media screen and (max-width: 768px) {
	.title_primary{
		font-size: 2.3rem;
	}
}


.title_secondary{
	font-family: var(--reisho);
	font-size: 2rem;
	color: #fff !important;
	background-color: var(--yellow);
	line-height: 1.4;
	padding: .5em 1em;
	margin-inline: auto;
	position: relative;
}
.title_secondary.blue{
	background-color: var(--deep_blue);
}
.title_secondary.blue02{
	background-color: var(--blue02);
}
.title_secondary.purple{
	background-color: var(--purple);
}

@media screen and (max-width: 768px) {
	.title_secondary{
		font-size: 1.8rem;
		padding: .75em 1em;
	}
}

.title_tertiary{
	font-family: var(--reisho);
	font-size: 2rem;
	line-height: 1.4;
	padding: .25em 1em;
	border-radius: .25em;
	background-color: var(--thin_purple02);
	position: relative;
	overflow: hidden;
}
.title_tertiary::before{
	content: "";
	display: block;
	width: .15em;
	height: 100%;
	background-color: var(--purple);
	position: absolute;
	left: 0;
	top: 0;
}

.title_tertiary.blue02{
	color: #000;
	background-color: #e3e6f3;
}
.title_tertiary.blue02::before{
	background-color: var(--blue02);
}

@media screen and (max-width: 768px) {
	.title_tertiary{
		font-size: 1.8rem;
	}
}

.u_bar_title{
	font-family: var(--reisho);
	font-size: 2.4rem;
	line-height: 1.4;
	padding-block: .25em;
	border-bottom: 1px solid #000;
}


@media screen and (max-width: 768px) {
	.u_bar_title{
		font-size: 1.8rem;
	}
	
}




.acc_trigger{
	cursor: pointer;
	padding-right: 1.5em;
	position: relative;
}

.acc_trigger::after{
	content: "";
	display: block;
	width: 1em;
	height: .6em;
	background: url(../img/cmn/arrow03_gray.svg) no-repeat center/contain;
	position: absolute;
	right: .5em;
	top: calc(50% - .3em);
	transition: transform .4s;
}
.acc_trigger.arrow_white::after{
	background-image: url(../img/cmn/arrow03_wh.svg);
}
.acc_trigger.acc_open::after{
	transform: scale(1, -1);
}

.acc_container{
	display: none;
}
/************************************************************************
	ボタン
**************************************************************************/
.link_primary{
	display: block;
	font-family: var(--reisho);
	font-size: 1.8rem;
	color: var(--purple);
	padding-right: 1.88em;
	position: relative;
}
.link_primary:hover{
	text-decoration: underline;
}
.link_primary::after{
	content: "";
	display: block;
	width: 1em;
	height: .74em;
	background: url(../img/cmn/arrow01.svg) no-repeat center/contain;
	position: absolute;
	right: 0;
	top: calc(50% - .37em);
}
@media screen and (max-width: 768px) {
	.link_primary{
		font-size: 1.4rem;
	}
}

.btn_primary{
	display: block;
	font-family: var(--reisho);
	font-size: 2rem;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	width: 100%;
	max-width: 40rem;
	padding: .5em 2.2em;
	border: 2px solid var(--purple);
	background-color: var(--purple);
	border-radius: 5em;
	position: relative;
}
.btn_primary.thin{
	color: var(--purple);
	background-color: var(--thin_purple02);
}
.btn_primary.blue02{
	background-color: var(--blue02);
	border: 2px solid var(--blue02);
}
.btn_primary.blue02thin{
	color: var(--blue02);
	border: 2px solid var(--blue02);
	background-color: var(--blue02thin);
}

.btn_primary:hover{
	color: var(--purple);
	background-color: #fff;
}
.btn_primary.blue02:hover, .btn_primary.blue02thin:hover{
	color: var(--blue02);
	background-color: #fff;
}
.btn_primary::before,
.btn_primary::after{
	content: "";
	display: block;
	width: 1.4em;
	height: 1.4em;
	border-radius: 50%;
	position: absolute;
	right: .9em;
	top: calc(50% - .7em);
	transition: background-color .4s;
}

.btn_primary::before{
	background-color: #fff;
}
.btn_primary:hover::before{
	background-color: var(--purple);
}

.btn_primary.blue02thin::before{
	background-color: var(--blue02);
}
.btn_primary.blue02:hover::before, .btn_primary.blue02thin:hover::before{
	background-color: var(--blue02);
}

.btn_primary::after{
	-webkit-mask: url(../img/cmn/arrow01.svg) no-repeat center/60% 60%;
	mask: url(../img/cmn/arrow01.svg) no-repeat center/60% 60%;
	background-color: var(--purple);
}

.btn_primary.blue02::after{
	background-color: var(--blue02);
}
.btn_primary.blue02thin::after{
	background-color: #fff;
}

.btn_primary:hover::after{
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.btn_primary{
		font-size: 1.5rem;
	}
}


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

}

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

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

.nowrap {
	flex-wrap: nowrap;
}

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

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

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

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

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

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

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



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

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


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

.fit{
	width: fit-content;
}



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

.bg_thin_light_green{
	background-color: var(--thin_light_green);
}

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

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


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


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



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


/* 
 テストなどでお客様へ注意書き用
-------------------------------------------------------- */
.notes_text{
	font-size: 1.5em;
	font-weight: 700;
	color: rgba(255, 0, 0, .6);
	position: relative;
	z-index: 3;
	height: 0;
}

/************************************************************************
	クッキー
**************************************************************************/
#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;
	}
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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



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

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


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

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

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

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

}

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

/************************************************************************
	ヘッダー
**************************************************************************/
header{
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 26rem;
	max-height: calc(100lvh - 10rem);
	border-radius: 1rem;
	position: fixed;
	top: 1rem;
	left: .7%;
	z-index: 50;
	transition: background-color .4s;
	overflow: hidden;
}

.hd_logo{
	display: block;
	font-family: var(--reisho);
	font-size: 1.8rem;
	line-height: 1.2;
	padding: 2.5rem;
	background-color: #fff;
}
.hd_logo .main{
	font-size: 1.88em;
}
.hd_logo .main .text02{
	display: none;
}

.hd_logo .sub{
	margin-bottom: .25em;
}
.hd_logo .sub .pack{
	letter-spacing: -.66em;
}

header .hd_logo_wrapper:hover{
	opacity: .7;
}

header .hd_logo_wrapper .sub{
	font-weight: 500;
	color: var(--light_green);
	text-align: right;
	padding-right: .5em;
	margin-bottom: .15em;
}
header .hd_logo_wrapper .hd_logo{
	width: 100%;
}

@media screen and (max-width: 860px) {
	header .hd_logo_wrapper{
		width: 25rem;
	}

}


@media screen and (max-width: 768px) {
	header{
		width: fit-content;
		max-height: none;
		margin-left: 2.5%;
		border-radius: 0;
	}

	header .hd_logo{
		width: 15.5rem;
		padding: 0;
		margin-left: 0;
		background-color: transparent;
	}
	header .hd_logo .sub,
	.hd_logo .main .text01{
		display: none;
	}
	.hd_logo .main .text02{
		display: block;
	}
	.hd_logo .main .text02 img{
		vertical-align: baseline;
	}

	.hd_nav_wrapper{
		display: none; 
	}
}

/* ナビ
-------------------------------------------------------- */
.hd_nav_wrapper{
	color: #fff;
	padding: 1.25rem 1.75rem 1.5rem;
	background-color: var(--purple);
	overflow: auto;
}
.hd_nav_wrapper .list01{
	margin-bottom: 2rem;
}

.hd_nav_wrapper .list01 > li > a,
.hd_nav_wrapper .list01 > li .acc_trigger,
.hd_nav_wrapper .list02 > li > a{
	display: block;
	background-color: var(--purple);
	position: relative;
}
.hd_nav_wrapper .list01 > li > a,
.hd_nav_wrapper .list01 > li .acc_trigger{
	padding: .75em 1.25em .75em .75em;
}
.hd_nav_wrapper .list02 > li > a{
	padding: .33em 1.25em .33em .75em;
}

.hd_nav_wrapper .list01 > li > a:hover,
.hd_nav_wrapper .list01 > li .acc_trigger:hover,
.hd_nav_wrapper .list02 > li > a:hover{
	filter: var(--a_brightness02);
}

/* 通常 */
.hd_nav_wrapper .list01 > li > a::after{
	content: "";
	display: block;
	width: .94em;
	height: .66em;
	background: url(../img/cmn/arrow01_wh.svg) no-repeat center/contain;
	position: absolute;
	right: .25em;
	top: calc(50% - .33em);
}

/* アコーディオントリガー */
.hd_nav_wrapper .list01 > li .acc_trigger{
	transform: padding-bottom .4s;
}
.hd_nav_wrapper .list01 > li .acc_trigger.acc_open{
	padding-bottom: 1em;
}
.hd_nav_wrapper .list01 > li > .acc_trigger::before,
.hd_nav_wrapper .list01 > li > .acc_trigger::after{
	content: "";
	display: block;
	width: .94em;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: .25em;
	top: 50%;
}

.hd_nav_wrapper .list01 > li > .acc_trigger::after{
	transform: rotate(90deg);
	transition: transform .4s;
}
.hd_nav_wrapper .list01 > li > .acc_trigger.acc_open::after{
	transform: rotate(180deg);
}

/* 子ページリンク */
.hd_nav_wrapper .list02{
	display: none;
	padding-left: .25em;
}

.hd_nav_wrapper .list02 > li > a::before{
	content: "・";
	display: inline-block;
	margin-right: .85em;
}

/* 奈良商工会議所 */
.hd_nav_wrapper .to_kaigisho{
	display: block;
	padding: .5rem 4rem;
	border-radius: 5em;
	background-color: #fff;
	overflow: hidden;
}
.hd_nav_wrapper .to_kaigisho:hover{
	opacity: .7;
}

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


/* SP下固定ナビ
-------------------------------------------------------- */
#fixed_nav{
	width: 100%;
	padding: 1.5% 2.5% 1%;
	border-radius: .5rem .5rem 0 0;
	background-color: var(--purple);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 50;
	overflow: hidden;
	transition: opacity .4s, visibility .4s;
	opacity: 1;
	visibility: visible;
}
.arrive_ft #fixed_nav{
	opacity: 0;
	visibility: hidden;
}

#fixed_nav ul li{
	width: 20%;
}

#fixed_nav ul li a,
#fixed_nav ul li #hmb{
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	background-color: var(--purple);
	transition: -webkit-filter .4s, filter .4s;
	height: 100%;
}
#fixed_nav ul li a:hover,
#fixed_nav ul li #hmb:hover{
	-webkit-filter: var(--a_brightness02);
	filter: var(--a_brightness02);
}

#fixed_nav ul li .icon{
	width: 25%;
	margin: 0 auto auto;
}
#fixed_nav ul li .icon img{
	width: 100%;
	vertical-align: middle;
}
#fixed_nav ul li .btn_text{
	font-size: 3vw;
	color: #fff;
	text-align: center;
}

#hmb{
	cursor: pointer;
}
.hmb_bar{
	width: 25%;
	padding-top: 30%;
	margin: auto;
	position: relative;
	transition: .4s;
}

.hmb_bar span{
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 0;
	transition: .4s;
}
.top.hmb_open .hmb_bar span{
	background-color: #fff;
}
.top.surpass_mv.hmb_open .hmb_bar span{
	background-color: var(--blue);
}

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

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

#hmb .btn_text::after{
	content: "MENU";
	display: block;
}
.hmb_open #hmb .btn_text::after{
	content: "CLOSE";
}

@media screen and (min-width: 769px) {
	#fixed_nav{
		display: none;
	}
}


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


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



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

#global .container{
	width: 100%;
	max-width: 40rem;
	min-height: 100%;
	padding: 10rem 0;
	margin-left: auto;
	background-color: #404040;
	position: relative;
}

#gl_close{
	display: block;
	width: 5rem;
	padding: 1rem;
	background-color: #404040;
	position: absolute;
	right: 3%;
	top: 4.5rem;
	transition: -webkit-filter .4s, filter .4s;
}
#gl_close:hover{
	-webkit-filter: var(--a_brightness02);
	filter: var(--a_brightness02);
}

/* ナビの詳細CSSはフッター参照 */

.gl_sns_list{
	padding-top: 3rem;
}

.gl_sns_list li{
	width: 23%;
	max-width: 4rem;
	margin: 0 1rem;
}

.gl_sns_list li a{
	display: block;
}
.gl_sns_list li a:hover{
	opacity: .7;
}
.gl_sns_list li a img{
	width: 100%;
}


@media screen and (min-width: 769px) {
	#global{
		display: none;
	}
}

/************************************************************************
	フッター
**************************************************************************/
footer{
	margin-top: -12rem;
	position: relative;
	z-index: 3;
}
/* 飾り
-------------------------------------------------------- */
.ft_deco_area{
	width: 100%;
	height: 12rem;
	background: url(../img/cmn/ft_deco.png) no-repeat right bottom/auto 100%;
}

@media screen and (min-width: 1601px) {
	.ft_deco_area{
		background-size: 100% 100%;
	}
}

@media screen and (max-width: 768px) {
	.ft_deco_area{
		height: 7.5rem;
	}
}



/* フッターメイン領域
-------------------------------------------------------- */
.ft_main{
	font-size: 1.4rem;
	color: #fff;
	background-color: #404040;
}

.ft_inner{
	max-width: 1040px;
	width: 92%;
	padding: 4.5rem 0 6rem;
	margin: 0 auto;
}


@media screen and (max-width: 768px) {
	.ft_inner{
		display: block;
		width: 100%;
		padding: 5rem 0 0;
	}
}



/* 左
-------------------------------------------------------- */
.ft_main .left_wrapper{
	width: 42%;
}

.ft_logo{
	width: 31rem;
	margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
	.ft_main .left_wrapper{
		width: 100%;
		margin-bottom: 3.5rem;
	}

	.ft_logo{
		width: 23rem;
		margin: 0 auto 1.5rem;
	}

	.ft_main .left_wrapper .text_box{
		width: fit-content;
		margin: 0 auto;
	}

	.ft_main .left_wrapper .text_box .text{
		font-size: 1.3rem;
		width: fit-content;
	}
	.ft_main .left_wrapper .text_box .text .dib{
		display: inline;
	}
}




/* 右
-------------------------------------------------------- */
.ft_main .right_wrapper{
	max-width: 530px;
	width: 54%;
}

.ft_nav .list{
	margin-right: 10%;
}
.ft_nav .list:nth-last-of-type(1){
	margin-right: 0;
}

.ft_nav .list li{
	margin-bottom: .5em;
}
.ft_nav .list li .acc_trigger,
.ft_nav .list02 > li{
	margin-bottom: .2em;
}

.ft_nav .list li a{
	display: block;
	padding: 0 .25em .25em;
	position: relative;
}
.ft_nav .list li a:hover{
	text-decoration: underline;
}

.ft_nav .list li > .acc_trigger{
	cursor: pointer;
	display: none;
	position: relative;
}


.ft_nav .list02 > li a{
	padding-left: 1.5em;
}
.ft_nav .list02 > li a::before{
	content: "・";
	display: block;
	position: absolute;
	left: 0;
	top: .1em;
}

.ft_nav .list02 > .control{
	display: none;
}

@media screen and (max-width: 768px) {
	.ft_main .right_wrapper{
		width: 100%;
		max-width: none;
	}

	.ft_nav{
		display: block;
	}

	.ft_nav .list{
		margin: 0;
	}

	.ft_nav .list li{
		margin-bottom: 0;
	}
	.ft_nav .list li .acc_trigger,
	.ft_nav .list02 > li{
		margin-bottom: 0;
	}

	.ft_nav .list > li{
		border-bottom: 1px solid #8c8c8c;
	}
	.ft_nav .list > li:nth-of-type(1){
		border-top: 1px solid #8c8c8c;
	}
	.ft_nav .list > li:nth-last-of-type(1){
		border-bottom: none;
	}
	#global .ft_nav .list > li:nth-last-of-type(1){
		border-bottom: 1px solid #8c8c8c;
	}

	.ft_nav .list > li a,
	.ft_nav .list li > .acc_trigger{
		text-align: center;
	}

	.ft_nav .list > li > a,
	.ft_nav .list li > .acc_trigger{
		font-size: 1.5rem;
		padding: .75em 1.5em;
		transition: background-color .4s;
	}

	.ft_nav .list li a:hover{
		text-decoration: none;
		background-color: #4a4a4a;
	}
	.ft_nav .list li > .acc_trigger:hover{
		background-color: #4a4a4a;
	}

	.ft_nav .list > li > a::after{
		content: "";
		display: block;
		width: .9em;
		height: .7em;
		background: url(../img/cmn/arrow01_wh.svg) no-repeat center/contain;
		position: absolute;
		right: .5em;
		top: calc(50% - .35em);
	}
	.ft_nav .list li > .acc_trigger::before,
	.ft_nav .list li > .acc_trigger::after{
		content: "";
		display: block;
		width: .94em;
		height: 1px;
		background-color: #fff;
		position: absolute;
		right: .5em;
		top: 50%;
	}

	.ft_nav .list li > .acc_trigger::after{
		transform: rotate(90deg);
		transition: transform .4s;
	}
	.ft_nav .list li > .acc_trigger.acc_open::after{
		transform: rotate(180deg);
	}

	.ft_nav .list li > .has_child{
		display: none;
	}
	.ft_nav .list li > .acc_trigger{
		display: block;
		text-align: center;
	}

	.ft_nav .list02{
		display: none;
		padding-bottom: .5em;
	}

	.ft_nav .list02 > li a{
		padding: .25em 1.5em;
	}
	.ft_nav .list02 > .control{
		display: block;
	}

	.ft_nav .list02 > li a::before{
		display: none;
	}
	.ft_nav .list02 > li a::after{
		content: "";
        display: block;
        width: .9em;
        height: .7em;
        background: url(../img/cmn/arrow01_wh.svg) no-repeat center / contain;
        position: absolute;
        right: .5em;
        top: calc(50% - .35em);
	}

}




/* コピーライト
-------------------------------------------------------- */
.copyright{
	font-size: 1.3rem;
	padding: .25em 0 .5em;
}

.ft_bnr{
	display: none;
	border-top: 1px solid #8c8c8c;
	border-bottom: 1px solid #8c8c8c;
}
.ft_bnr:hover{
	opacity: .7;
}
.ft_bnr img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	.ft_bnr{
		display: block;
	}
	
	.copyright{
		font-size: 1.2rem;
	}
	
}


/************************************************************************
	ページ共通
**************************************************************************/
main{
	overflow: hidden;
}


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

}


/* 背景
-------------------------------------------------------- */
.bg01{
	background: url(../img/cmn/bg01.jpg) repeat-y center top/100%;
}

@media screen and (max-width: 768px) {
	.bg01{
		background-image: url(../img/cmn/bg01sp.jpg);
	}
}



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


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


/************************************************************************
	MV
**************************************************************************/
#top_mv{
	position: relative;
}
#top_mv .img{
	width: 100%;
	position: relative;
}

#top_mv hgroup{
	font-size: 6.25vw;/* 100px */
	text-shadow: 0 0 .25em rgba(0, 0, 0, .75);
	letter-spacing: .1em;
	line-height: 1.2;
	position: absolute;
	left: calc(50% - 3em);
	top: calc(50% - 1.2em);
}

#top_mv hgroup .sub{
	font-size: .4em;
	text-shadow: 0 0 .25em rgba(0, 0, 0, .75);
	margin-bottom: .4em;
}

#top_mv .to_about{
	display: block;
	width: 13rem;
	position: absolute;
	bottom: 0;
	right: 2%;
	transform: translateY(50%);
}
#top_mv .to_about:hover{
	opacity: .7;
}
#top_mv .to_about img{
	width: 100%;
}


@media screen and (max-width: 1400px) {
	#top_mv .to_about{
		width: 12rem;
		transform: translateY(30%);
	}
}

@media screen and (max-width: 1200px) {
	#top_mv hgroup{
		left: calc(50% - 3em + 10rem);
	}
}

@media screen and (max-width: 768px) {
	#top_mv .to_about{
		display: none;
	}

	#top_mv hgroup{
		font-size: 13vw;/* 50px */
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	#top_mv hgroup .sub,
	#top_mv hgroup h2{
		letter-spacing: -.005em;
		text-align: center;
	}

}


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


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

/************************************************************************
	トップお知らせ
**************************************************************************/
#top_news{
	position: relative;
	z-index: 2;
}

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


/* タイトル部分
-------------------------------------------------------- */


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

/* 一覧部分
-------------------------------------------------------- */
.news_list{
	padding: 2.5rem 1% 2.5rem .5%;
	position: relative;
}
.news_list::before,
.news_list::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
}
.news_list::before{
	top: 0;
}
.news_list::after{
	bottom: 0;
}

.news_list li{
	margin-bottom: .6em;
}
.news_list li:nth-last-of-type(1){
	margin-bottom: 0;
}
.news_list li a{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: .25em 0;
	position: relative;
}
.news_list li a::after{
	content: "";
	display: block;
	width: 1em;
	height: 1.2em;
	background: url(../img/cmn/arrow01.svg) no-repeat center/contain;
	position: absolute;
	right: .25em;
	top: calc(50% - .6em);
	transition: opacity .4s;
}
.news_list li.to_pdf a::after{
	background-image: url(../img/cmn/icon_pdf.svg);
}
.news_list li a:hover::after{
	opacity: .7;
}

.news_list li .date{
	width: 7.5em;
}

.news_list li .news_title{
	letter-spacing: .1em;
	font-feature-settings: "palt";
	width: calc(100% - 7.5em);
	padding: .2em 2em .2em 3%;
	border-left: 1px solid #000;
	/* 行数指定 */
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.news_list li a:hover .news_title{
	text-decoration: underline;
}

@media screen and (max-width: 1200px) {
	.news_list li .news_title{
		/* 行数指定 */
		-webkit-line-clamp: 2;
	}
}

@media screen and (max-width: 768px) {
	.news_list{
		padding: 2rem 0;
	}
	.news_list::before,
	.news_list::after{
		width: 102vw;
		left: calc(50% - 50vw);
	}

	.news_list li{
		margin-bottom: 1.25em;
		border-left: 1px solid #000;
	}
	.news_list li:nth-last-of-type(1){
		margin-bottom: .25em;
	}

	.news_list li a{
		display: block;
		padding: .25em 0 .25em 2%;
	}
	.news_list li a::after{
		right: .25em;
		top: auto;
		bottom: .5em;
	}

	.news_list li .date{
		font-size: 1.3rem;
		width: 100%;
	}

	.news_list li .news_title{
		font-size: 1.3rem;
		width: 100%;
		padding: 0 2em 0 0;
		border-left: none;
	}

	
}

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


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

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


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


/************************************************************************
	トップ 奈良まほろばソムリエ検定とは
**************************************************************************/
#top_about{
	position: relative;
	z-index: 1;
}
#top_about .deco{
	width: 36rem;
	position: absolute;
	left: 3%;
	bottom: 45%;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	#top_about .deco{
		display: none;
	}
}

/* 冒頭
-------------------------------------------------------- */
#top_about .title_wrapper{
	margin-bottom: 5rem;
}

#top_about h2{
	margin-top: -.15em;
	margin-left: 3%;
}

#top_about .guidance{
	line-height: 2.25;
}

@media screen and (max-width: 768px) {
	#top_about .title_wrapper{
		margin-bottom: 3.5rem;
	}
	
	#top_about h2{
		margin-left: 4.5%;
	}

	
	#top_about .guidance{
		font-size: 1.3rem;
		line-height: 2.15;
	}
}

/* リンク
-------------------------------------------------------- */
#top_about .list li{
	width: 30%;
	max-width: 26rem;
}
#top_about .list li:nth-of-type(2){
	width: 38%;
	max-width: 32rem;
}

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

#top_about .list li .img{
	width: fit-content;
	height: 23rem;
	margin: 0 auto;
}
#top_about .list li .img img{
	max-width: 100%;
	width: auto;
	height: 100%;
}

#top_about .list li h3{
	font-family: var(--reisho);
	font-size: 2.7rem;
	text-align: center;
	line-height: 1.2;
	width: fit-content;
	padding: 0 1.5em;
	margin: 0 auto;
	position: relative;
}
#top_about .list li:nth-of-type(2) h3{
	padding: 0 1.25em 0 .25em;
}

#top_about .list li h3::after{
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background: url(../img/cmn/arrow02.svg) no-repeat center/contain;
	position: absolute;
	right: 0;
	top: calc(50% - .5em);
}

@media screen and (max-width: 1024px) {
	#top_about .list li .img{
		height: 16rem;
	}
}

@media screen and (max-width: 768px) {
	#top_about .list li{
		width: 32%;
		max-width: 28rem;
	}
	#top_about .list li:nth-of-type(2){
		width: 32%;
		max-width: 28rem;
	}

	#top_about .list li h3{
		font-size: 1.5rem;
		padding: 0;
	}
	#top_about .list li:nth-of-type(2) h3{
		padding: 0;
	}

	#top_about .list li h3::after{
		display: none;
	}
	#top_about .list li a{
		height: 100%;
		padding-bottom: 1.8rem;
	}
	#top_about .list li a::after{
		content: "";
		display: block;
		width: 1.4rem;
		height: 1.4rem;
		background: url(../img/cmn/arrow02.svg) no-repeat center/contain;
		position: absolute;
		right: calc(50% - .7rem);
		bottom: 0;
	}
	
	#top_about .list li .img{
		width: 100%;
		height: auto;
		margin: 0 auto 1%;
	}
	#top_about .list li .img img{
		width: 100%;
		height: auto;
	}
}

/************************************************************************
	トップ　奈良検定を受ける方へ
**************************************************************************/

#top_examinee .list li{
	max-width: 430px;
	width: 48.4%;
	margin-bottom: 5rem;
}
#top_examinee .list li a{
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	position: relative;
}
#top_examinee .list li a:hover{
	opacity: .7;
}

#top_examinee .list li .img{
	margin-bottom: 1.5rem;
	border-radius: 1rem;
	overflow: hidden;
}

#top_examinee .list li .img img{
	transition: transform .4s;
}
#top_examinee .list li a:hover .img img{
	transform: scale(1.1);
}

#top_examinee .list li h3{
	font-family: var(--reisho);
	font-size: 3rem;
	line-height: 1.5;
	margin-bottom: .25em;
}
#top_examinee .list li h3.pad{
	padding-right: 4em;
}

#top_examinee .list li .text{
	line-height: 2.05;
	padding-bottom: 3em;
}

#top_examinee .list li .link_primary{
	width: fit-content;
	position: absolute;
	right: 0;
	bottom: 1.25rem;
}

#top_examinee .list li a:hover .link_primary{
	text-decoration: underline;
}

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

	#top_examinee .list{
		display: block;
	}

	#top_examinee .list li{
		width: 100%;
		max-width: none;
		margin: 0 auto 3rem;
	}

	#top_examinee .list li .img{
		margin-bottom: 1rem;
		border-radius: .5rem;
	}

	#top_examinee .list li h3{
		font-size: 2.2rem;
	}

	#top_examinee .list li .text{
		padding-bottom: 2em;
	}
}


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


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

/************************************************************************
	トップ 奈良検定PR動画
**************************************************************************/
#top_pr .movie_box{
	max-width: 74rem;
	margin: 0 auto;
}

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


/************************************************************************
	トップ 観光動画の紹介
**************************************************************************/
#top_concierge .list{
	margin-bottom: 8rem;
}

#top_concierge .list li{
	width: 49%;
}
#top_concierge .list li a{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 15% 0;
	border-radius: 1rem;
	position: relative;
	overflow: hidden;
}
#top_concierge .list li a:hover{
	opacity: .7;
}

#top_concierge .list li .bg,
#top_concierge .list li .bg img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
}
#top_concierge .list li .bg img{
	object-fit: cover;
	transition: transform .4s;
}
#top_concierge .list li a:hover .bg img{
	transform: scale(1.1);
}

#top_concierge .list li h3{
	width: 75%;
	max-width: 30rem;
	position: relative;
	z-index: 1;
}


@media screen and (max-width: 960px) {
	#top_concierge .list{
		display: block;
		margin-bottom: 6rem;
	}
	
	#top_concierge .list li{
		width: 100%;
		max-width: 540px;
		margin: 0 auto 4%;
	}

}


@media screen and (max-width: 768px) {
	#top_concierge .inner{
		padding-bottom: 19rem;
	}

	#top_concierge .list{
		width: 92%;
		margin: 0 auto 7rem;
	}
	#top_concierge .list li a{
		border-radius: .5rem;
	}
}


/* Nara観光コンシェルジュとは
-------------------------------------------------------- */
#top_concierge .explanation{
	padding: 3rem 5.5%;
	position: relative;
}
#top_concierge .explanation::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid var(--purple);
	clip-path: polygon(0 0, 2.5% 0, 2.5% 5px, calc(2% + 35rem) 5px, calc(2% + 35rem) 0, 100% 0, 100% 100%, 0 100%);
	position: absolute;
	left: 0;
	top: -2px;
}

#top_concierge .explanation h3{
	width: fit-content;
	position: absolute;
	top: 0;
	left: 4%;
	transform: translateY(-55%);
}

@media screen and (max-width: 768px) {
	#top_concierge .explanation::before{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		border: 1px solid var(--purple);
		clip-path: polygon(0 0, calc(47% - 12rem) 0, calc(47% - 12rem) 5px, calc(53% + 12rem) 5px, calc(53% + 12rem)0, 100% 0, 100% 100%, 0 100%);
		position: absolute;
		left: 0;
		top: -2px;
	}

	#top_concierge .explanation h3{
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

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


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

/************************************************************************
	下層共通
**************************************************************************/
/* ページタイトル
-------------------------------------------------------- */
.lower_title{
	min-height: 40rem;
	background: url(../img/title/about.jpg) no-repeat center/cover;
	position: relative;
}

.lower_title .inner{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.lower_title h1{
	font-family: var(--reisho);
	font-size: 4.8rem;
	letter-spacing: .025em;
	color: #fff;
	padding-top: .5em;
}

.lower_title .supple_wrapper{
	max-width: 74rem;
	width: 100%;
	padding: 1.5rem 1rem;
	background-color: #fff;
	border-radius: .5rem;
}

/* 過去問題 */
#exam .lower_title{
	background-image: url(../img/title/exam.jpg);
}
/* お知らせ */
#news .lower_title{
	background-image: url(../img/title/news.jpg);
}
/* 認定支援セミナー */
#seminar .lower_title{
	background-image: url(../img/title/seminar.jpg);
}
/* お問い合わせ */
#contact .lower_title{
	background-image: url(../img/title/contact.jpg);
}
/* 体験学習プログラム */
#program .lower_title{
	background-image: url(../img/title/program.jpg);
}
/* 試験結果 */
#result .lower_title{
	background-image: url(../img/title/result.jpg);
}

@media screen and (max-width: 768px) {
	.lower_title{
		min-height: 23rem;
		background-image: url(../img/title/about_sp.jpg);
	}
	.lower_title h1{
		font-size: 3rem;
	}



	/* 過去問題 */
	#exam .lower_title{
		background-image: url(../img/title/exam_sp.jpg);
	}
	/* お知らせ */
	#news .lower_title{
		background-image: url(../img/title/news_sp.jpg);
	}
	/* 認定支援セミナー */
	#seminar .lower_title{
		background-image: url(../img/title/seminar_sp.jpg);
	}
	/* お問い合わせ */
	#contact .lower_title{
		background-image: url(../img/title/contact_sp.jpg);
	}
	/* 体験学習プログラム */
	#program .lower_title{
		background-image: url(../img/title/program_sp.jpg);
	}
	/* 試験結果 */
	#result .lower_title{
		background-image: url(../img/title/result_sp.jpg);
	}
}


/* パンクズリスト
-------------------------------------------------------- */
.breadcrumb_area{
	font-size: 1.4rem;
	padding: .5em 0;
	background-color: #404040;
}

.breadcrumb_area .list{
	color: #fff;
}

.breadcrumb_area .list li{
	margin-right: .6em;
	position: relative;
}
.breadcrumb_area .list li::after{
	content: "\0FF1E";
	display: inline-block;
	margin-left: .6em;
}
.breadcrumb_area .list li:nth-last-of-type(1)::after{
	display: none;
}

.breadcrumb_area .list li a{
	display: inline-block;
}
.breadcrumb_area .list li a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.breadcrumb_area{
		font-size: 1rem;
	}
	.breadcrumb_area .list{
		width: 94.6%;
	}
}

/* テーブル
-------------------------------------------------------- */
.tbl_primary{
	--tbl_color: var(--yellow);
	--thin_color: var(--thin_yellow);
	width: 100%;
	border: 1px solid var(--tbl_color);
}
.tbl_primary.blue_tbl{
	--tbl_color: var(--deep_blue);
	--thin_color: var(--thin_blue);
}
.tbl_primary.purple_tbl{
	--tbl_color: var(--purple);
	--thin_color: var(--thin_purple);
}
.tbl_primary.purple_tbl{
	--tbl_color: var(--purple);
	--thin_color: var(--thin_purple);
}
.tbl_primary.program_tbl{
	--tbl_color: var(--blue02);
	--thin_color: #f7f6f3;
}

.tbl_primary th,
.tbl_primary td{
	line-height: 1.875;
	padding: .75em 1em;
	border-bottom: 1px solid #b3b3b3;
}
.tbl_primary tr:nth-last-of-type(1) th,
.tbl_primary tr:nth-last-of-type(1) td{
	border-bottom: none;
}

.tbl_primary th{
	font-weight: 700;
	width: 20rem;
	background-color: var(--thin_color);
}
.tbl_primary td{
	width: calc(100% - 20rem);
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.tbl_primary,
	.tbl_primary tbody,
	.tbl_primary tr,
	.tbl_primary th,
	.tbl_primary td{
		display: block;
	}

	.tbl_primary th,
	.tbl_primary td{
		width: 100%;
	}
	.tbl_primary tr:nth-last-of-type(1) th{
		border-bottom: 1px solid #b3b3b3;
	}
}

/* テーブル2
-------------------------------------------------------- */
.tbl_secondary{
	table-layout: fixed; /* テーブルの幅を固定 */
	word-wrap: break-word; /* 長い単語を折り返す */
	width: 100%;
	border: 1px solid #b3b3b3;
}

.tbl_secondary a.pdf{
	margin-right: 1.25em;
}
.tbl_secondary a.pdf:hover{
	opacity: .7;
}

.tbl_secondary tr:nth-of-type(2n){
	background-color: #fff;
}
.tbl_secondary tr:nth-of-type(2n+1){
	background-color: #f7f6f3;
}

.tbl_secondary th,
.tbl_secondary td{
	line-height: 1.875;
	padding: .75em 1em;
}
.tbl_secondary th{
	text-align: center;
	font-weight: 700;
}

/* 2カラム */
.tbl_secondary.column02 th{
	width: 20rem;
	border-right: 1px solid #b3b3b3;
}
.tbl_secondary.column02 td{
	width: calc(100% - 20rem);
}


/* 4カラム */
.tbl_container{
	overflow: auto;
}
.tbl_secondary.column04{
	border: none;
	min-width: 84rem;
}

.tbl_secondary.column04 thead tr{
	background-color: transparent;
}
.tbl_secondary.column04 thead th{
	font-family: var(--reisho);
	color: #fff;
	width: calc((100% - 18rem) / 3);
}
.tbl_secondary.column04 thead th.empty{
	width: 18rem;
	background-color: transparent;
}
.tbl_secondary.column04 thead th.yellow_th{
	background-color: var(--yellow);
	border-left: 1px solid var(--yellow);
}
.tbl_secondary.column04 thead th.blue_th{
	background-color: var(--deep_blue);
	border-left: 1px solid var(--deep_blue);
}
.tbl_secondary.column04 thead th.purple_th{
	background-color: var(--purple);
	border-left: 1px solid var(--purple);
}

.tbl_secondary.column04 tbody tr{
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}
.tbl_secondary.column04 tbody tr:nth-of-type(1){
	border-top: 1px solid #b3b3b3;
}
.tbl_secondary.column04 tbody tr:nth-last-of-type(1){
	border-bottom: 1px solid #b3b3b3;
}

.tbl_secondary.column04 tbody th{
	width: 18rem;
}
.tbl_secondary.column04 tbody td{
	width: calc((100% - 18rem) / 3);
	border-left: 1px solid #b3b3b3;
}

@media screen and (max-width: 768px) {
	.tbl_secondary.column02,
	.tbl_secondary.column02 tbody,
	.tbl_secondary.column02 tr,
	.tbl_secondary.column02 th,
	.tbl_secondary.column02 td{
		display: block;
		width: 100%;
	}
	.tbl_secondary.column02 tr{
		background-color: transparent;
	}
	.tbl_secondary.column02 th{
		background-color: #f7f6f3;
		border-right: none;
		text-align: left;
	}
	.tbl_secondary.column02 th,
	.tbl_secondary.column02 td{
		border-bottom: 1px solid #b3b3b3;
	}
	.tbl_secondary.column02 tr:nth-last-of-type(1) td{
		border-bottom: none;
	}
}

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


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

/************************************************************************
	過去問題
**************************************************************************/
#exam01 .tbl_secondary td{
	text-align: center;
}


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


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


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

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


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

/************************************************************************
	お問い合わせ
**************************************************************************/
#contact01 .text_wrapper{
	width: 48%;
}

#contact01 .tel_btn{
	display: block;
	color: var(--purple);
	text-align: center;
	width: 48%;
	max-width: 400px;
	padding: .25em .25em .1em;
	border: 2px solid var(--purple);
	border-radius: 5em;
	background-color: var(--thin_purple02);
}
#contact01 .tel_btn:hover{
	opacity: .7;
}

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

	#contact01 .text_wrapper{
		width: 100%;
		margin-bottom: 2rem;
	}
	
	#contact01 .tel_btn{
		width: 90%;
		max-width: none;
		margin: 0 auto;
	}
}



/* フォームテープル
-------------------------------------------------------- */
.form_container{
	padding: 4rem 4%;
	background-color: #fff;
	box-shadow: 0 .8rem 1.6rem .2rem rgba(0, 0, 0, .08);
	position: relative;
	z-index: 1;
}
#form .form_tbl{
	margin-bottom: 5rem;
}
#form .form_tbl .wrapper{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
#form .form_tbl .wrapper.ai_fs{
	-webkit-box-align: start;
	align-items: flex-start;
}

#form .form_tbl .wrapper dt{
	font-weight: 700;
	width: 20rem;
	padding: .5em;
}
#form .form_tbl .wrapper dt .required_mark{
	color: #d4145a;
}

#form .form_tbl .wrapper dd{
	width: calc(100% - 20rem);
	padding: .5em;
}

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

	#form .form_tbl{
		margin-bottom: 2.5rem;
	}

	#form .form_tbl .wrapper{
		display: block;
		padding: 1rem 1rem 1.25rem;
	}

	#form .form_tbl .wrapper dt{
		font-size: 1.4rem;
		text-align: left;
		width: 100%;
		padding: 0;
		margin-bottom: .5em;
	}
	#form .form_tbl .wrapper dd{
		font-size: 1.4rem;
		width: 100%;
		padding: 0;
	}

}

/* フォーム要素
-------------------------------------------------------- */
::placeholder{
	color: #aaa;
}
/* type=textなど */
#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form textarea{
	width: 100%;
	padding: .75em .5em;
	border-radius: .5rem;
	background-color: #f7f6f3;
}
#form textarea{
	height: 12.5em;
}

@media screen and (max-width: 768px) {
	#form textarea{
		height: 10em;
	}
}

/* ラジオボタン */
#form .wpcf7-form-control{
	display: block;
}
#form .wpcf7-list-item{
	display: inline-block;
	width: fit-content;
}
#form .wpcf7-list-item-label{
	display: inline-block;
	width: fit-content;
}

#form .privacy_check .wpcf7-list-item-label{
	width: 4.5em;
}

#form label{
	display: inline-block;
	position: relative;
	padding-left: 1.25em;
	margin-right: 5%;
	margin-bottom: .25em;
}
#form input[type="checkbox"]{
	display: inline-block;
	position: absolute;
	left: 0;
	top: .33em;
}
#form input[type="checkbox"]::before{
	content: "";
	display: block;
	width: .9em;
	height: .9em;
	border: 1px solid #bcbcbc;
	background-color: #fff;
	position: absolute;
	left: -.5em;
	top: 0;
	z-index: 1;
	transition: background-color .4s;
}
#form input[type="checkbox"]::after{
	content: "";
	display: block;
	width: .9em;
	height: .9em;
	background: url(../img/cmn/icon_form_check.svg) no-repeat center/90% 90%;
	position: absolute;
	left: -.5em;
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity .4s;
}
#form input[type="checkbox"]:checked::after{
	opacity: 1;
}
/* #form input[type="radio"]::after{
	content: "";
	display: block;
	width: .9em;
	height: .9em;
	border-radius: .3rem;
	background-color: var(--blue);
	position: absolute;
	left: -.1em;
	top: -.1em;
	z-index: 2;
	transform: scale(.66);
	opacity: 0;
} */
/* #form input[type="radio"]:checked::after{
	opacity: 1;
} */

#form .form_tbl .wpcf7-list-item{
	display: block;
}
#form .form_tbl .radio_wrap label:nth-last-of-type(1){
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	#form label{
		margin-bottom: 0.5em;
		margin-right: 7%;
	}

	#form input[type="radio"]{
		left: 0;
		top: .25em;
	}
}

/* 送信ボタン */
#form .wpcf7-spinner{
	display: none;
}
.form_submit_wrapper{
	width: 100%;
	max-width: 40rem;
	margin: 0 auto;
}
.form_submit_wrapper p{
	width: 100%;
	position: relative;
}

.form_submit_wrapper p input{
	display: block;
	font-family: var(--reisho);
	font-size: 2rem;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	width: 100%;
	max-width: 40rem;
	padding: .5em 2.2em;
	border: 2px solid var(--purple);
	background-color: var(--purple);
	border-radius: 5em;
	position: relative;
	transition: .4s;
}
.form_submit_wrapper p input:hover{
	color: var(--purple);
	background-color: #fff;
}

.form_submit_wrapper p::before,
.form_submit_wrapper p::after{
	content: "";
	display: block;
	width: 1.4em;
	height: 1.4em;
	border-radius: 50%;
	position: absolute;
	right: .9em;
	top: calc(50% - .7em);
	z-index: 1;
	transition: background-color .4s;
	pointer-events: none;
}

.form_submit_wrapper p::before{
	background-color: #fff;
}
.form_submit_wrapper p:hover::before{
	background-color: var(--purple);
}

.form_submit_wrapper p::after{
	-webkit-mask: url(../img/cmn/arrow01.svg) no-repeat center/60% 60%;
	mask: url(../img/cmn/arrow01.svg) no-repeat center/60% 60%;
	background-color: var(--purple);
}
.form_submit_wrapper p:hover::after{
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.form_submit_wrapper p input{
		font-size: 1.4rem;
		padding: .75em 1.5em;
	}
}

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


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

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


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

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


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

/************************************************************************
	奈良検定について
**************************************************************************/
.content_inner{
	width: 96%;
	margin-inline: auto;
}
#about02_03 .flex_wrapper .text_wrapper{
	width: 62%;
}
#about02_03 .flex_wrapper .img{
	width: 36%;
}

#about03 .flex_wrapper .left{
	width: 65%;
}

#about03 .flex_wrapper .right{
	width: 32%;
}

#about04 .flex_wrapper01{
	padding-top: 1rem;
}
#about04 .flex_wrapper01 .img{
	width: 44.5%;
	padding-left: 1rem;
	position: relative;
}
#about04 .flex_wrapper01 .img .icon{
	display: block;
	width: 20%;
	position: absolute;
	left: -1rem;
	top: -1rem;
}

#about04 .flex_wrapper01 .text_wrapper{
	width: 52.5%;
}


#about04 .flex_wrapper02 .text_wrapper{
	width: 78%;
}
#about04 .flex_wrapper02 .img{
	width: 20%;
}


@media screen and (max-width: 768px) {
	#about02_03 .flex_wrapper{
		display: block;
	}
	#about02_03 .flex_wrapper .text_wrapper{
		width: 100%;
		margin-bottom: 2rem;
	}
	#about02_03 .flex_wrapper .img{
		width: 100%;
	}

	#about03 .flex_wrapper{
		display: block;
	}
	#about03 .flex_wrapper .left{
		width: 100%;
		margin-bottom: 2rem;
	}
	#about03 .flex_wrapper .right{
		width: 70%;
		margin: 0 auto;
	}
	
	#about04 .flex_wrapper01{
		display: block;
	}
	#about04 .flex_wrapper01 .img{
		width: 80%;
		margin: 0 auto 2rem;
	}
	#about04 .flex_wrapper01 .text_wrapper{
		width: 96%;
		margin: 0 auto;
	}

	#about04 .flex_wrapper02{
		display: block;
	}
	#about04 .flex_wrapper02 .text_wrapper{
		width: 100%;
		margin-bottom: 2rem;
	}
	#about04 .flex_wrapper02 .img{
		width: 80%;
	}

}


/* 社寺一覧
-------------------------------------------------------- */
.temple_list01{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}
.temple_list01 dt,
.temple_list01 dd{
	padding: 1em .25em 1em .75em;
	border-top: 1px solid #b3b3b3;
}

.temple_list01 dt{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-weight: 700;
	width: 13rem;
	background-color: #f7f6f3;
}
.temple_list01 dd{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: calc(50% - 13rem);
}

.temple_list01 dd:nth-of-type(2n+1){
	border-right: 1px solid #b3b3b3;
}

.temple_list01 dt p span,
.temple_list01 dd p span{
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.temple_list01 dt,
	.temple_list01 dd{
		padding: 1em .25em 1em .5em;
	}

	.temple_list01 dt{
		width: 11rem;
	}
	.temple_list01 dd{
		width: calc(100% - 11rem);
	}
	.temple_list01 dd:nth-of-type(2n+1){
		border-right: none;
	}
}

/************************************************************************
	お知らせ一覧
**************************************************************************/

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


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

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


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


/* ページャー
-------------------------------------------------------- */
.pager .wp-pagenavi{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	font-size: 2rem;
	padding-top: 1.5em;
	text-align: center;
	position: relative;
	z-index: 1;
}
.wp-pagenavi a, .wp-pagenavi span{
	display: block;
	line-height: 1.2;
}

.wp-pagenavi .current{
	color: #c2c2c2;
	padding: .1em .33em;
	margin: 0 .2em;
	border-radius: 50%;
}
.wp-pagenavi .page{
	color: #4d4d4d;
	padding: .1em .33em;
	margin: 0 .2em;
	position: relative;
	overflow: hidden;
}
.wp-pagenavi .page:hover{
	color: var(--light_green);
}

.wp-pagenavi .page::after{
	content: "";
	display: block;
	width: 1em;
	height: 1px;
	background-color: #dcdcdc;
	position: absolute;
	bottom: 0;
	left: calc(50% - .5em);
	transition: .4s;
}
.wp-pagenavi .page:hover::after{
	background-color: var(--light_green);
}

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

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

.wp-pagenavi .previouspostslink::after, .wp-pagenavi .nextpostslink::after{
	content: "";
	display: block;
	width: .6em;
	height: .6em;
	-webkit-mask: url(../img/cmn/arrow02.svg) no-repeat center/contain;
	mask: url(../img/cmn/arrow02.svg) no-repeat center/contain;
	background-color: #000;
	position: absolute;
	left: calc(50% - .3em);
	top: calc(50% - .3em);
	transition: .3s;
}
.wp-pagenavi .previouspostslink::after{
	transform: scale(-1, 1);
}

.wp-pagenavi .previouspostslink:hover::after{
	left: calc(50% - .4em);
	background-color: var(--light_green);
}
.wp-pagenavi .nextpostslink:hover::after{
	left: calc(50% - .2em);
	background-color: var(--light_green);
}

@media screen and (max-width: 768px) {
	.pager .wp-pagenavi{
		font-size: 1.6rem;
		text-align: center;
		position: relative;
		z-index: 1;
	}
	
	.wp-pagenavi .previouspostslink{
		margin-right: .5em;
	}
	.wp-pagenavi .nextpostslink{
		margin-left: .5em;
	}

	.wp-pagenavi .previouspostslink::after, .wp-pagenavi .nextpostslink::after{
		width: .67em;
		height: .67em;
		left: calc(50% - .33em);
		top: calc(50% - .33em);
	}
	.wp-pagenavi .previouspostslink:hover::after{
		left: calc(50% - .43em);
	}
	.wp-pagenavi .nextpostslink:hover::after{
		left: calc(50% - .2em);
	}
}


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


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

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


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


/************************************************************************
	認定支援セミナー
**************************************************************************/
#seminar_intro .flex_container .text_wrapper{
	width: 64%;
}

#seminar_intro .flex_container .img{
	width: 33.4%;
}

#seminar_outer .seminar_container{
	margin-bottom: 5rem;
}
#seminar_outer .seminar_container:nth-last-of-type(1){
	margin-bottom: 0;
}



@media screen and (max-width: 768px) {
	#seminar_intro .flex_container{
		display: block;
	}
	#seminar_intro .flex_container .text_wrapper{
		width: 100%;
		margin-bottom: 3rem;
	}
	
	#seminar_intro .flex_container .img{
		width: 70%;
		margin: 0 auto;
	}
}

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


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

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


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


/************************************************************************
	体験学習プログラム
**************************************************************************/

#program_intro .flex_container .text_wrapper{
	width: 64%;
}

#program_intro .flex_container .img{
	width: 33.4%;
}


.tbl_secondary.program_tbl tr td:nth-of-type(1){
	width: 5rem;
	padding-inline: .75em;
}
.tbl_secondary.program_tbl tr td:nth-of-type(2){
	width: 18rem;
}
.tbl_secondary.program_tbl tr th{
	font-weight: 500;
	text-align: left;
	width: calc(100% - 23rem);
}

#program01 .tbl_primary .border_wrapper{
	display: block;
	padding: 1rem 1.5rem;
	border: 1px solid var(--blue02);
	border-radius: .5rem;
}

#program01 .tbl_primary ul li,
#program01 .tbl_primary ol li{
	margin-bottom: .5em;
}

#program_certificate .img{
	width: 70%;
	max-width: 520px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#program_intro .flex_container{
		display: block;
	}
	#program_intro .flex_container .text_wrapper{
		width: 100%;
		margin-bottom: 3rem;
	}
	
	#program_intro .flex_container .img{
		width: 70%;
		margin: 0 auto;
	}

	.tbl_secondary.program_tbl,
	.tbl_secondary.program_tbl tbody,
	.tbl_secondary.program_tbl th,
	.tbl_secondary.program_tbl td{
		display: block;
	}

	.tbl_secondary.program_tbl tr{
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
	}


	.tbl_secondary.program_tbl tr td{
		line-height: 1.5;
		padding: .75em .75em .25em;
	}
	.tbl_secondary.program_tbl tr td:nth-of-type(1){
		width: 4rem;
	}
	.tbl_secondary.program_tbl tr td:nth-of-type(2){
		width: calc(100% - 4rem);
	}
	.tbl_secondary.program_tbl tr th{
		width: 100%;
		padding: .5em .75em;
	}
}


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

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


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

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


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


/************************************************************************
	試験結果
**************************************************************************/
.result_sec{
	padding-bottom: 2rem;
}
.result_sec .acc_container{
	margin-bottom: 5rem;
}

.tbl_secondary.result_tbl td{
	text-align: center;
}

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

	.result_sec .acc_container{
		margin-bottom: 3rem;
	}
}

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


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




/************************************************************************
	お知らせ詳細ページ
**************************************************************************/
/* ul[style="list-style-type: square;"] li{
	padding-left: 1.33em;
}
ul[style="list-style-type: square;"] li::before{
	content: "\025AA\0FE0E";
	position: absolute;
	left: .25em;
}
ol{
	counter-reset: num_ol;
}
ol li{
	counter-increment: num_ol;
	padding-left: 1.5em;
	position: relative;
}
ol li::before{
	content: counter(num_ol)".";
	position: absolute;
	left: .25em;
}

strong{
	font-weight: 700;
}

table th,
table td{
	vertical-align: top;
	padding: .5em;
	border: 1px solid #333;
}

table th{
	background-color: #eef1f9;
}

h2{
	font-size: 1.875em;
	font-weight: 600;
	color: var(--blue);
	margin-bottom: .85em;
}

h3,
h4,
h5,
h6{
	font-weight: 600;
}
h3{
	font-size: 1.5em;
}
h4{
	font-size: 1.25em;
}
h5{
	font-size: 1.125em;
}


.article_btn_primary{
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 600;
	color: var(--blue);
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	width: 100%;
	max-width: 16.4em;
	padding: .66em .5em;
	border: 2px solid var(--blue);
	border-radius: 5em;
	background-color: #fff;
	position: relative;
	z-index: 1;
	transition: .4s;
}
.article_btn_primary:hover{
	color: #fff;
	background-color: var(--blue);
	border-color: #fff;
} */

.flex2, .flex3, .flex4,
.flex2pc, .flex3pc, .flex4pc, .flex4_2pc{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.flex2 > br, .flex3 > br, .flex4 > br,
.flex2pc > br, .flex3pc > br, .flex4pc > br, .flex4_2pc > br{
	display: none;
}
.flex2 > *, .flex3 > *, .flex4 > *,
.flex2pc > *, .flex3pc > *, .flex4pc > *, .flex4_2pc > *{
	margin-bottom: 1.5rem;
}

.flex2 > *, .flex2pc > *{
	width: 48.4% !important;
}
.flex3 > *, .flex3pc > *{
	width: 32.6% !important;
}
.flex4 > *, .flex4pc > *, .flex4_2pc > *{
	width: 24% !important;
}

@media screen and (max-width: 768px) {
	.flex4pc > *{
		width: 48.4% !important;
	}
}

@media screen and (max-width:560px) {
	/* h2{
		font-size: 1.5em;
	}
	h3{
		font-size: 1.25em;
	}
	h4{
		font-size: 1.125em;
	}
	h5{
		font-size: 1.1em;
	}

	.article_btn_primary{
		font-size: 1.5rem;
		padding: .75em .5em;
	} */

	.flex2pc, .flex3pc, .flex4pc{
		display: block;
	}
	.flex2pc > *, .flex3pc > *, .flex4pc > *{
		width: auto !important;
	}
	.flex4_2pc > *{
		width: 48.4% !important;
	}
}


a.yet{
	pointer-events: none !important;
}