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

Theme Name: Musse リクルート NEW テーマ
Author: Shimizu [ bran-new-days.com ]
Description: 2024/4/1

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

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

 全体 style

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

/* font-family: 'Prompt', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;600&display=swap');

:root {
	--color-text      : #333;
	--color-body      : #FFF;

	--color-primary   : #5ec0c2;
	--color-secondary : #2ac7ca;
	--color-tertiary  : #e6eaee;

	--color-line      : #22ba4f;
	--color-hpb       : #a62b57;
	--color-hpb2      : #e56b8b;
	--color-fb        : #315096;
	
	--color_white     : #FFF;
	--color_pgray     : #EEE;
	--color_lgray     : #CCC;
	--color_gray      : #666;
	--color_dark      : #222;
	--color_lred      : #E7CACA;
	--color_dred      : #C00;

	--layer_dark      : rgba(0,0,0,.7);
}

main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block;
}

html {
	font-size: 10px;
}

body {
	position: relative;
	left: 0;
	overflow: hidden;
	word-wrap: break-word;
	color: #444;
	font-size: 1.4rem;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1.6;
	background: var(--color-body) center center;
	background-attachment: fixed;
	background-image: url(./image/common/white_00007.jpg);
	background-size: cover;
}

a {
	color: #757474;
	text-decoration: underline;
}

a:hover {
	color: #6a645c;
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.font_gothic {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.font_mincho {
	font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

video, object {
	display: block;
	max-width: 100%;
	height: auto;
	border: none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

.vibtn {
	position: absolute;
	visibility: hidden;
}

/* iframeのレスポンシブ */

.youtube_container {
	position: relative;
	margin-bottom: 8px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


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

 layout

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

.mw-container {
	position: relative;
	overflow: hidden;
	max-width: 440px;
	margin: 0 auto;
	background-color: var(--color_white);
}
@media only screen and (min-width: 769px) {
	.mw-container {
		margin: 80px auto;
		box-shadow: 0 0 30px rgba(0,0,0,.05);
		z-index: 999999;
	}
}

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

 pc_container

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

.pc_container {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
}
.pc_content {
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-right: 14px;
}
.pc_container .left_contents ,
.pc_container .right_contents {
	width: calc(50% - 240px);
}
.pc_container .left_contents {
	display: flex;
	align-items: center;
	padding: 0 20px 40px;
}
.pc_container .right_contents {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 20px 40px;
}

.pc_container .logo a {
	display: block;
	width: 160px;
	max-width: 60%;
	margin: 0 0 20px 20px;
}

.navi_list {
	padding: 0 20px 15px;
}
.gnavi_list {
	padding: 15px 20px;
	background-color: #e6eaee;
}
.navi_list a ,
.gnavi_list a {
	display: block;
	padding: 4px 0;
	font-size: min(1.5rem);
	font-weight: 600;
	text-decoration: none;
}

.navi_list a.open::after ,
.gnavi_list a.open::after ,
.bnavi a.open::after ,
.bgnavi a.open::after {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: .25em;
	background: url(./image/common/icon_open.svg) no-repeat center center;
	background-size: 90% auto;
	vertical-align: middle;
}

.pc_content .btn_box {
	padding-top: 0;
	padding-bottom: 30px;
}

.pc_content .btn_box a ,
.pc_content .btn_box label {
	width: 220px;
	margin-bottom: .25em;
}
.sns a b {
	font-size: 1.6rem;
}


/* fix btn
------------------------------------------------------------- */

.fix_btn {
	position: fixed;
	z-index: 2147483;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
}
.fix_btn .fixbtn_list {
	display: flex;
	justify-content: center;
	text-align: center;
}

.fix_btn .fixbtn_list li {
	padding: 0;
	width: 50%;
}
.fix_btn .fixbtn_list .btn_box a ,
.fix_btn .fixbtn_list .btn_box label {
	display: block;
	width: 100%;
	padding: 10px 4px 8px;
	border-radius: 0;
	font-size: min(1.5rem,4vw);
	font-weight: 800;
	text-decoration: none;
}

@media only screen and (max-width: 1000px) {
	.pc_container {
		display: none;
	}
}
@media only screen and (min-width: 1001px) {
	.burger_btn_area ,
	.fix_btn {
		display: none;
	}
}


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

 contents

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

.contents_wrapper {
	clear: both;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

.main_contents {
	flex: 1;
	max-width: 1000px;
	margin: 0 auto;
}

.page:not(.home) .main_contents ,
.archive .main_contents ,
.single .main_contents {
	padding: 0 20px;
}

.contents {
	position: relative;
	zoom: 100%;
}
.contents.bgy {
	background-color: #dce2e9;
}
.contents.bg {
	background-color: #f4ead6;
}
.contents.gr {
	background-color: #bcd7bd;
}
.contents.or {
	background-color: #f9cba4;
}
.contents.gy {
	background-color: #EEE;
}
.contents.lbu {
	background-color: #d1e1ed;
}

.contents_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 20px;
}


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

 header

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

.header_wrapper {
	height: 70px;
}
.home .header_wrapper {
	height: 0;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.header_inner {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 20px 20px;
}

.header_inner .logo {
	width: 100px;
}
.header_inner .logo a {
	display: block;
}
.header_inner .logo .img {
	display: block;
	width: 60px;
	max-width: 10vw;
	margin-right: 10px;
	transition:all 300ms 0ms ease;
}


/* gnavi
------------------------------------------------------------- */

.header_inner .gnavi_block {
	max-width: 50%;
}
.gnavi {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	transition:all 300ms 0ms ease;
}
.gnavi li {
	position: relative;
	line-height: 1.2;
}
.gnavi a:hover ,
.gnavi label:hover {
	opacity: .65;
}


/* menu
------------------------------------------------------------- */

/* menu open btn */
.burger_btn_area {
	position: absolute;
	top: 0;
	right: 0;
}
.burger_btn_area .layer {
	position: absolute;
}
input[type="checkbox"]#burger_btn {
	position: absolute;
	visibility: hidden;
	bottom: 0;
}

/* ハンバーガーメニュー */
.burger_open_btn {
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 45px;
	height: 45px;
	z-index: 2147483646;
	background-color: var(--color_white);
	box-shadow: 0 0 4px rgba(0,0,0,.25);
}
.burger_open_btn span {
	position: relative;
	display: block;
	width: 30px;
	height: 2px;
	margin: 22px auto 0;
	background-color: #333;
	transition: 0.4s;
}
.burger_open_btn span::before ,
.burger_open_btn span::after {
	position: absolute;
	content: '';
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #333;
	transition: 0.4s;
}
.burger_open_btn span::before {
	top: -10px;
}
.burger_open_btn span::after {
	bottom: -10px;
}

/* ハンバーガーメニューを変形 */
input[type="checkbox"]#burger_btn:checked + .burger_open_btn ,
input[type="checkbox"]#burger_btn:checked + .burger_open_btn span {
	background: transparent;
}
input[type="checkbox"]#burger_btn:checked + .burger_open_btn span::before {
	top: 25%;
	transform: rotate(45deg);
}
input[type="checkbox"]#burger_btn:checked + .burger_open_btn span::after {
	bottom: 25%;
	transform: rotate(-45deg);
}

/* レイヤー */
input[type="checkbox"]#burger_btn:checked ~ .layer {
	position: fixed;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	top: 0;
	right: 0;
	visibility: visible;
	z-index: 2147483644;
}

/* メニューを格納 */
.burger_content {
	position:fixed;
	top: 0;
	right: -105%;
	width: 100%;
	height: 100%;
	transition: 0.1s ease-in-out;
}

/* メニューオープン時 */
input[type="checkbox"]#burger_btn:checked ~ .burger_content {
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
	z-index: 2147483645;
	right: 0;
}

.burger_content {
	padding: 20px 20px;
	background-color: var(--color_white);
}

.burger_content .logo {
	margin-bottom: 10px;
	text-align: center;
}
.burger_content .logo img {
	width: 25%;
}

.burger_content .bnavi ,
.footer .fnavi {
	margin-bottom: 20px;
}
.burger_content .bnavi li:not(:last-child) ,
.footer .fnavi li:not(:last-child) {
	border-bottom: 1px solid #e6eaee;
}
.burger_content .bgnavi ,
.footer .fgnavi {
	margin-bottom: 10px;
	padding: 10px 0;
	background-color: #e6eaee;
}
.burger_content .bgnavi li:not(:last-child) ,
.footer .fgnavi li:not(:last-child) {
	border-bottom: 1px solid var(--color_white);
}
.burger_content .bnavi a ,
.burger_content .bgnavi a ,
.footer .fnavi a ,
.footer .fgnavi a {
	display: block;
	height: auto;
	padding: 10px 10px;
	font-size: min(1.5rem);
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 1.6;
}

.burger_content .btn_box {
	padding-bottom: 0;
}
.burger_content .btn_box a ,
.burger_content .btn_box label {
	width: 250px;
	margin-bottom: .25em;
}

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

 side bar

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

.side h4 {
	margin-bottom: 10px;
	padding: 4px 4px 10px;
	border-bottom: 2px solid #CCC;
	font-weight: bold;
}

.side .wiget_box div {
	margin-bottom: 20px;
}

.side .wiget_box ul {
	margin-left: 10px;
}

.side .tagcloud {
	margin-left: 10px;
}

.side .tagcloud a {
	display: inline-block;
	margin: 0 2px 0 0;
	font-size: 14px !important;
	font-weight: bold;
	vertical-align: middle;
}
.side .tagcloud a::before {
	content: '#';
}


/* new post
-----------------------------------------------------------*/

.newpost_area {
	margin: 0 auto 20px;
}
.list_newpost li {
	clear: both;
	border-top: 1px dotted #CCC;
}
.list_newpost li:first-child {
	border-top: none;
}
.list_newpost a {
	display: block;
	padding: 10px 0 10px;
}
.list_newpost img {
	float: left;
	width: 100px;
	height: auto;
	margin: 0 10px 10px 0;
}
.list_newpost .data {
	font-size: 1rem;
}


/* calender
-----------------------------------------------------------*/

.side .calendar_wrap {
	position: relative;
	margin: 0 15px;
}

.wp-calendar-table {
	width: 100%;
}

.wp-calendar-table th {
	padding: 4px 0;
	border-bottom: 2px solid #666;
	text-align: center;
}

.wp-calendar-table td {
	padding: 4px 0;
	border-bottom: 1px solid #999;
	text-align: center;
}

.calendar_wrap .wp-calendar-nav {
	position: absolute;
	width: 100%;
	top: 0;
}

.calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
	display: inline-block;
	float: right;
}



/* 検索フォーム
-----------------------------------------------------------*/

.side aside .search_area {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

.search_input {
	height: 34px;
	padding: 5px 65px 10px 5px;
	width: 100%;
	border: 1px solid #CCC;
	border-radius: 4px;
	z-index: 10;
}

.searchsubmit {
	overflow: hidden;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 40px;
	height: 30px;
	border: none;
	background: url('data:image/svg+xml,%3Csvg%20enable-background%3D%22new%200%200%20512%20512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%234b4b4b%22%3E%3Cpath%20d%3D%22m361.7%20301.5c19.4-30.4%2030.6-66.5%2030.6-105.2%200-108.3-88-196.3-196.1-196.3-38.7%200-74.8%2011.2-105.2%2030.7-24.3%2015.4-44.9%2036.1-60.3%2060.3-19.4%2030.4-30.7%2066.6-30.7%20105.3%200%20108.2%2088%20196.3%20196.2%20196.3%2038.7%200%2074.8-11.3%20105.2-30.7%2024.2-15.5%2044.8-36.1%2060.3-60.4zm-101.9%2018.7c-19.1%209.8-40.7%2015.4-63.6%2015.4-76.8%200-139.3-62.5-139.3-139.4%200-22.9%205.6-44.6%2015.4-63.6%2013.3-25.9%2034.5-47%2060.3-60.3%2019.1-9.8%2040.7-15.4%2063.6-15.4%2076.8%200%20139.3%2062.5%20139.3%20139.4%200%2022.9-5.6%2044.5-15.4%2063.6-13.4%2025.8-34.5%2047-60.3%2060.3z%22%2F%3E%3Cpath%20d%3D%22m499.5%20439.2-113.2-113c-16.1%2023.6-36.8%2044.2-60.3%2060.3l113.2%20113c8.3%208.3%2019.2%2012.5%2030.1%2012.5s21.8-4.2%2030.2-12.5c16.7-16.7%2016.7-43.7%200-60.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
	background-size: auto 80%;
	text-indent: 200%;
	white-space: nowrap;
	z-index: 20;
}


/* RSS購読するボタン
-----------------------------------------------------------*/

.rss_box a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #333;
	color: #FFF;
	text-decoration: none;
}

.rss_box a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}


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

 .footer

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

.footer_inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 15px 60px;
}

.copy_area {
	margin-top: 40px;
	font-size: 1.4rem;
	text-align: center;
}


/* page top
-----------------------------------------------------------*/

.page_top_fx {
	position: fixed;
	overflow: hidden;
	bottom: 50px;
	right: 10px;
	z-index: 99999;
}
.page_top_fx a {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50vw;
	background: url('data:image/svg+xml,%3Csvg%20enable-background%3D%22new%200%200%2036%2020%22%20height%3D%2220%22%20viewBox%3D%220%200%2036%2020%22%20width%3D%2236%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m35.6%2018.1c0%20.5-.2.9-.5%201.3-.7.7-1.8.7-2.5%200l-14.8-15.2-14.8%2015.2c-.7.7-1.8.7-2.5%200s-.7-1.8%200-2.5l16.1-16.4c.7-.7%201.8-.7%202.5%200l16%2016.4c.3.3.5.8.5%201.2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') rgba(0,0,0,0.3)  50% 45% no-repeat;
	background-size: 40% auto;
	text-indent: 100%;
	white-space: nowrap;
}
@media only screen and (min-width: 1001px) {
	.page_top_fx {
		bottom: 20px;
		right: 20px;
	}
}


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

 メインコンテンツ

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

/* パンくず
-----------------------------------------------------------*/

.breadcrumb {
	clear: both;
	max-width: 1040px;
	margin: 20px auto 20px;
	padding: 0 20px;
	color: #666;
}

.breadcrumb li {
	display: inline-block;
	padding: 0 8px 0 0;
}



/* ページネーション/ページャー
-----------------------------------------------------------*/

.pagination {
	clear: both;
	position: relative;
	line-height: 1.2;
}

.pagination span,
.pagination a {
	width: auto;
	margin-right: 4px;
	padding: 6px 8px 5px 8px;
	border-radius: 4px;
}

.pagination a {
	display: inline-block;
	border: 1px solid #CCC;
	text-decoration: none;
}

.pagination a:hover {
	color: #fff;
	background: #EEE;
}

.pagination span {
	display: none;
}

.pagination .current {
	display: inline-block;
	padding: 6px 8px 5px 8px;
	border: 1px solid #EEE;
	background: #EEE;
}



/* sns
-----------------------------------------------------------*/

ul.sns_list {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	max-width: 1000px;
	margin: 0 12px 20px;
	padding-left: 0;
	line-height: 1;
}
ul.sns_list li {
	margin: 0 8px;
	list-style-type: none;
}

.sns a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.sns a span {
	display: inline-block;
	width: 36px;
	height: 36px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 100%;
	text-indent: -9999px;
	vertical-align: middle;
}
.sns a em {
	display: block;
	margin-top: 8px;
	font-weight: normal;
}
.sns a b {
	display: inline-block;
	margin-left: .5em;
	vertical-align: middle;
}
.sns a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.sns li.fb a span {
	background-image: url(./image/common/icon_sns_fb.svg);
}
.sns li.tw a span {
	background-image: url(./image/common/icon_sns_tw.svg);
}
.sns li.insta a span {
	background-image: url(./image/common/icon_sns_insta.svg);
}
.sns li.pin a span {
	background-image: url(./image/common/icon_sns_pin.svg);
}
.sns li.line a span {
	background-size: 100% auto;
	background-image: url(./image/common/icon_sns_line.svg);
}
.sns li.linesq a span {
	background-image: url(./image/common/icon_sns_linesq.svg);
}



/* animation parts
------------------------------------------------------------- */

/* fadein */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 800ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein.fast {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 250ms;
}
.fadein.fast.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein.left {
	opacity : 0;
	transform : translate(-100px, 0);
	transition : all 250ms;
}
.fadein.left.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}



/* modal
------------------------------------------------------------- */

.modal_wrap input {
	display: none;
}
.modal_wrap label {
	text-decoration: none;
}
.modal_layer {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
	z-index: 2147483647;
}
.modal_layer_close {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.modal_content {
	position: relative;
	align-self: center;
	width: 90%;
	max-width: 640px;
	max-height: 80%;
	transform: scale(0.3);
	transition: 0.25s;
}
.modal_close_button {
	position: fixed;
	cursor: pointer;
	top: -15px;
	right: -15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #333;
	color: #FFF;
	font-size: 40px;
	line-height: 32px;
	text-align: center;
}

.modal_content_inner {
	padding: 25px 25px;
	background: #EEE;
	text-align: center;
	font-size: 1.4rem;
}
.modal_content h1 {
	margin-bottom: 20px;
	font-size: 1.8rem;
	text-align: center;
}
.modal_content h2 {
	margin-bottom: .75em;
}
.modal_content p {
	margin-bottom: 1em;
}
.modal_content p.btn_box:last-child {
	padding-bottom: 0;
}

.modal_wrap input:checked + .modal_layer {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.modal_wrap input:checked + .modal_layer .modal_content {
	transform: scale(1);
}



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

 投稿 post

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

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

 アーカイブ archive / blog

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

/* アーカイブ一覧表示 dl
-----------------------------------------------------------*/

.entry-explain_list dt {
	position: relative;
	clear: both;
	float: left;
	width: 120px;
}
.entry-explain_list dt img {
	width: 100%;
}
.entry-explain_list dd {
	min-height: 120px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 140px;
	border-bottom: 1px dotted var(--color_lgray);
}
.entry-explain_list dd:last-child {
	border-style: none;
}

/* cate */
.entry-explain_list dt .cate_box {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
}
.entry-explain_list .cate_box a {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 10px;
	background: var(--color-primary);
	color: var(--color_white);
	font-size: .75rem;
	text-decoration: none;
	line-height: 1.2;
	vertical-align: middle;
}

/* tag */
.entry-explain_list .tag_box a {
	display: inline-block;
	margin: 0 2px 0 0;
	font-size: 1rem;
	font-weight: bold;
	vertical-align: middle;
}
.entry-explain_list .tag_box a::before {
	content: '#';
}


/* アーカイブ一覧表示
-----------------------------------------------------------*/

.entry-vertical_list {
	margin-bottom: -20px;
}
.entry-vertical_list li {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted var(--color_lgray);
}
.entry-vertical_list li:last-child {
	border-style: none;
}

/* cate */
.entry-vertical_list li .cate_box {
	float: right;
}
.entry-vertical_list .cate_box a {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 10px;
	background: var(--color-primary);
	color: var(--color_white);
	font-size: .75rem;
	text-decoration: none;
	line-height: 1.2;
	vertical-align: middle;
}

ul.entry-vertical_list a {
	display: block;
	text-decoration: none;
}
ul.entry-vertical_list h3 {
	text-decoration: underline;
}

.entry-vertical_list h3 {
	overflow: hidden;
	height: 1.4em;
	margin: 4px 0 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.entry-vertical_list .entry_info {
	margin-bottom: 8px;
	font-size: 1rem;
	line-height: 1.2;
}

/* tag */
.entry-vertical_list .tag_box a {
	display: inline-block;
	margin: 0 2px 0 0;
	font-size: 1rem;
	font-weight: bold;
	vertical-align: middle;
}
.entry-vertical_list .tag_box a::before {
	content: '#';
}


/* アーカイブ一覧表示 block
-----------------------------------------------------------*/

.entry-card_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.entry-card_list li {
	flex-grow: 0;
	width: 50%;
}
.entry-card_list li > div {
	position: relative;
	padding: 0 10px 30px;
}

.entry-card_list a {
	display: block;
	text-decoration: none;
}

.entry-card_list .thumb {
	display: block;
	margin-bottom: 15px;
}
.entry-card_list .thumb img {
	width: 100%;
	height: auto;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.entry-card_list .cate_box {
	position: absolute;
	display: block;
	top: -2px;
	right: 8px;
}
.entry-card_list .cate_box a {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 15px;
	background: var(--color-primary);
	color: var(--color_white);
	font-size: 1rem;
	text-decoration: none;
	vertical-align: middle;
}

.entry-card_list em {
	display: block;
	position: relative;
	overflow: hidden;
	height: 2.8em;
	margin: 8px 0 8px;
	line-height: 1.4;
}
.entry-card_list em::before ,
.entry-card_list em::after {
	position: absolute;
	background: var(--color_white);
}
.entry-card_list em::before {
	content: '\FF65\FF65\FF65';
	bottom: 0;
	right: 0;
	padding-left: 3px;
}
.entry-card_list em::after {
	content: '';
	width: 100%;
	height: 100%;
}

.entry-card_list em.one_line {
	height: 1.4em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.entry-card_list .entry_info {
	height: 1.2em;
	margin-bottom: 8px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.entry-card_list .entry_txt {
	display: block;
	height: 5em;
	line-height: 1.4;
}


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

 記事 single / page

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

.entry_content {
	line-height: 1.8;
}

.page_content {
	line-height: 1.8;
}


.entry_title ,
.page_title  {
	margin-bottom: 20px;
	padding: 10px 8px;
	border-bottom: 1px solid #CCC;
	color: #333;
	font-size: 140%;
	text-align: left;
	line-height: 1.8;
}


/* title 下
-----------------------------------------------------------*/

.entry_content .entry_info {
	margin-bottom: 10px;
	line-height: 1.2;
}
.entry_content .entry_info p {
	margin: 0;
}

.entry_content .cate_box {
	float: left;
	line-height: 1;
}
.entry_content .cate_box a {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 15px;
	background: var(--color-primary);
	color: #FFF;
	font-size: 1.2rem;
	text-decoration: none;
	vertical-align: middle;
}

.entry_content .data_box {
	padding: 0 8px;
	text-align: right;
}

.entry_content .data_box span {
	display: inline-block;
}

.entry_content .tag_box a {
	display: inline-block;
	margin: 0 2px 0 0;
	font-weight: bold;
	vertical-align: middle;
}
.entry_content .tag_box a::before {
	content: '#';
}


/* 汎用
-----------------------------------------------------------*/

.entry_content p {
	margin-bottom: 1.6em;
}

.entry_content hr {
	margin-bottom: 1.6em;
}

.page_content hr {
	margin-top: 1.6em;
	margin-bottom: 1.6em;
}

.entry_content em {
	display: inline-block;
	font-weight: bold;
}


/* 記事内見出し ----------------------------- */

.entry_content h2 {
	position: relative;
	margin-bottom: 20px;
	font-size: 110%;
}

.entry_content h3 {
	margin-bottom: 20px;
	font-size: 110%;
}

.entry_content h4 {
	margin-bottom: 15px;
}

.entry_content h5 {
	margin-bottom: 15px;
}

.entry_content h6 {
	margin-bottom: 10px;
}


/* テーブル ----------------------------- */

.entry_content table {
	min-width: 70%;
	margin: 10px 0 30px 10px;
	border-collapse: collapse;
	text-align: left;
}
.entry_content table th {
	padding: 10px;
	border: 1px solid #CCC;
	font-weight: bold;
}
.entry_content table td {
	padding: 10px;
	border: 1px solid #CCC;
}


/* リスト ----------------------------- */

.entry_content ul {
	margin-bottom: 30px;
	padding-left: 30px;
	text-align: left;
}
.entry_content ul li {
	list-style-type: disc;
}

.entry_content ol {
	margin-bottom: 30px;
	padding-left: 30px;
	text-align: left;
}
.entry_content ol li {
	list-style-type: decimal;
}


/* 引用  ------------------------------- */
/* 引用じゃないけど引用と同じデザインにしたい時 */

.entry_content blockquote ,
.quote_area {
	margin: 20px 0 20px 10px;
	padding: 30px 20px 20px 40px;
	background: url('data:image/svg+xml,%3Csvg%20enable-background%3D%22new%200%200%20512%20512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23ddd%22%3E%3Cpath%20d%3D%22m392.5%20445.4c66%200%20119.5-53.5%20119.5-119.5s-53.5-119.5-119.5-119.5c0%200%20.6-44.4%2036.6-108.3%204-12.8-3.1-26.4-15.9-30.4-9.1-2.9-18.7-.1-24.8%206.4-82.9%2090.7-115.4%20197.4-115.4%20251.8%200%2066%2053.5%20119.5%20119.5%20119.5z%22%2F%3E%3Cpath%20d%3D%22m119.5%20445.4c66%200%20119.5-53.5%20119.5-119.5s-53.5-119.5-119.5-119.5c0%200%20.6-44.4%2036.6-108.3%204-12.8-3.1-26.4-15.9-30.4-9.1-2.9-18.7-.1-24.8%206.4-82.9%2090.7-115.4%20197.4-115.4%20251.8%200%2066%2053.5%20119.5%20119.5%20119.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') #f2f2f2 no-repeat 10px 10px;
	background-size: 80px auto;
}

.entry_content blockquote p ,
.quote_area p {
	margin: 0;
}

/* 画像 ------------------------------- */

/* 投稿画像 */

img.size-full ,
img.size-large {
	margin-bottom: 10px;
}

.image_iblock {
	display: inline-block;
	margin: 10px 10px 20px;
	font-size: 1.2rem;
	vertical-align: top;
}

.image_iblock .wp-caption {
	position: relative;
	max-width: 100%;
	height: auto;
}

.image_iblock .wp-caption-text {
	position: absolute;
	bottom: -10px;
	width: 100%;
	margin-bottom: 0;
	padding: 5px;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	text-align: center;
}

.image_iblock .wp-caption-text a,
.image_iblock .wp-caption-text {
	font-size: 100%;
	color: #FFF;
}


/* 画像位置 */

img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
}
img.float-right {
	float: right;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.ie8 img {
	width: auto;
}


/* SNS share
-----------------------------------------------------------*/

.share_area {
	max-width: 600px;
	margin: 20px auto;
}
 
.share_list {
	display: -webkit-flex;
	display: flex;
}
 
.share_list li {
	width: 25%;
	padding: 2px;
}

.share_list li span {
	display: none;
}

.share_list li a {
	display: block;
	padding: 2px;
	border-radius: 50vh;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
.share_list li a:hover {
	opacity: .8;
}

.share_list li i {
	margin-right: .3em;
}

.share_list .tweet a {
	background: #55acee;
}
.share_list .line a {
	background: #1dcd00;
}
.share_list .facebook a {
	background: #315096;
}
.share_list .googleplus a {
	background: #dd4b39;
}
.share_list .hatena a {
	background: #008fde;
}

.fa-hatena:before {
	font-family: Verdana;
	font-weight: bold;
	content: 'B!';
}


/* 関連記事
-----------------------------------------------------------*/

.kanren_area {
	margin-bottom: 40px;
}

.kanren_area h3 {
	margin-bottom: 20px;
}


/* PREV NEXT
-----------------------------------------------------------*/

.p-navi {
	margin-bottom: 40px;
	padding: 20px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.p-navi img {
	margin-bottom: 10px;
}

.p-navi .prev {
	float: right;
	width: 50%;
	text-align: right;
}
.p-navi .prev div {
	padding-left: 10px;
}
.p-navi .prev img {
	float: right;
	width: 100px;
	margin-left: 15px;
}

.p-navi .next {
	float: left;
	width: 50%;
}
.p-navi .next div {
	padding-right: 10px;
	border-right: 1px solid #CCC;
}
.p-navi .next img {
	float: left;
	width: 100px;
	margin-right: 15px;
}

.p-navi a {
	display: block;
	text-decoration: none;
}

.p-navi a span {
	display: block;
}

.p-navi a em {
	display: inline-block;
	margin-bottom: 8px;
	padding: 2px 10px;
	background: #999;
	color: #FFF;
}

.p-navi a b {
	display: block;
	font-weight: normal;
}

.p-navi a:hover em {
	opacity: 0.7;
	filter: alpha(opacity=70);
}



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

 ページ

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

/* タイトル
-----------------------------------------------------------*/

/* title */
.title_block {
	margin-bottom: 30px;
	text-align: center;
}
.title_block .inner {
	position: relative;
	display: inline-block;
	padding: 1em 2em 0;
}

.title_block h1 {
	line-height: 1.8;
}
.title_block h1 .en {
	display: block;
	font-size: 1.8rem;
}
.title_block h1 .en.bg {
	color: #c49e53;
	font-size: 2.4rem;
}
.title_block h1 .en.ques {
	display: inline-block;
	margin-right: .25em;
	color: #88b58a;
	font-size: 3.2rem;
}
.title_block h1 .en.ans {
	display: inline-block;
	color: #07913a;
	margin-left: .25em;
	font-size: 3.2rem;
}
.title_block h1 .or {
	color: #d89764;
}
.title_block h1 .ja {
	display: inline-block;
	font-size: 2rem;
}
.title_block h1 .ja_s {
	display: inline-block;
	font-size: 1.4rem;
}
.title_block p {
	margin-top: 10px;
}

/* icon / image */
.title_block .icon.bg {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	padding: 4px 8px;
	border-radius: 2px;
	background-color: #c49e53;
	color: #FFF;
	font-size: 1.2rem;
	transform:rotate(-10deg);
}
.title_block .image {
	display: inline-block;
	width: 95%;
}
.title_block .image_s {
	display: inline-block;
	width: 50%;
}

/* 装飾 */
.title_block .wh {
	color: #FFF;
}
.title_block .line {
	border-bottom: 2px solid #333;
}

.title_min {
	margin-bottom: 15px;
	font-size: 2rem;
	text-align: center;
}
.title_min b ,
.title_min em {
	position: relative;
}
.title_min b.line {
	display: inline-block;
	padding: 8px .5em;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}
.title_min em {
	display: inline-block;
	padding: 8px 1.5em;
	border-radius: 50vh;
}
.title_min em.wh {
	background-color: #FFF;
	color: #315096;
}
.title_min em.bgy {
	background-color: #dce2e9;
	color: #315096;
}
.title_min .text {
	display: block;
	margin-top: 10px;
	font-weight: normal;
}
.title_min.voice .line::after {
	position: absolute;
	content: '';
	right: -3em;
	width: 2em;
	height: 2em;
	background: url(./image/common/icon_speaker.svg) no-repeat;
	background-size: 100% auto;
}
.title_min.exhibition .line::after {
	position: absolute;
	content: '';
	left: -3em;
	width: 2em;
	height: 2em;
	background: url(./image/common/icon_festival.svg) no-repeat;
	background-size: 100% auto;
}


/* テキスト
-----------------------------------------------------------*/

.text_block p {
	margin-bottom: 1.8em;
}
.text_block p:last-child {
	margin-bottom: .4em;
}

.marker__txt {
	display: inline;
}
.marker__txt.yw {
	background: #faf6c6;
}
.marker__txt.ywh {
	background: linear-gradient(transparent 50%, #faf6c6 0%);
}


/* table
------------------------------------------------------------- */

.tbl {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
}
.tbl th {
	padding: 15px 10px;
	border-bottom: 1px solid #CCC;
	text-align: center;
	white-space: nowrap;
}
.tbl td {
	padding: 15px 10px;
	border-bottom: 1px solid #CCC;
}


/* ボタンボックス
-----------------------------------------------------------*/

.btn_box {
	clear: both;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
.btn_box a ,
.btn_box label {
	cursor: pointer;
	display: inline-block;
	width: 240px;
	padding: 10px 10px;
	border-radius: 50vh;
	background: var(--color-primary);
	color: #FFF;
	font-size: 1.8rem;
	text-decoration: none;
}
.btn_box a:hover ,
.btn_box label:hover {
	opacity: .5;
}
.btn_box .text {
	display: block;
	margin-top: 10px;
}

/* youtube */
.btn_box.btn_youtube a {
	padding: 12px 2em;
	background: #FFF;
	line-height: 1;
}
.btn_box.btn_youtube img {
	display: inline-block;
	width: auto;
	height: 1.2em;
}

/* LINE */
.btn_box.btn_line a ,
.btn_box.btn_line label {
	padding: 10px 15px;
	background: #22ba4f;
	color: #FFF;
}
.btn_box.btn_line a::before ,
.btn_box.btn_line label::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 1.65em;
	height: 1.5em;
	background: url(./image/common/icon_sns_linewh.svg) no-repeat;
	background-size: cover;
	vertical-align: middle;
}

/* TEL */
.btn_box.btn_tel a {
	padding: 10px 15px;
	background: rgb(117, 97, 78);
	color: #FFF;
}
.btn_box.btn_tel a::before ,
.btn_box.btn_tel label::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 1.5em;
	height: 1.5em;
	background: url(./image/common/icon_tel03wh.svg) no-repeat;
	background-size: cover;
	vertical-align: middle;
}

/* cal */
.btn_box.btn_cal a {
	padding: 10px 30px;
}
.btn_box.btn_cal a::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 32px;
	height: 32px;
	background: url(./image/common/icon_cale_wh.svg) no-repeat;
	background-size: cover;
	vertical-align: middle;
}


/* accordion
-----------------------------------------------------------*/

.contents_open {
	display: none;
}

/*@media only screen and (max-width: 1000px) {
	.contents .contents_open {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 40px 20px 20px;
		text-align: center;
	}
	.contents.bgy .contents_open {
		background: linear-gradient(180deg, rgba(220,226,233,0) 0%, rgba(220,226,233,1) 75%);
	}
	.contents.bg .contents_open {
		background: linear-gradient(180deg, rgba(244,234,214,0) 0%, rgba(244,234,214,1) 75%);
	}
	.contents.gr .contents_open {
		background: linear-gradient(180deg, rgba(188,215,189,0) 0%, rgba(188,215,189,1) 75%);
	}
	.contents.or .contents_open {
		background: linear-gradient(180deg, rgba(249,203,164,0) 0%, rgba(249,203,164,1) 75%);
	}
	.contents_open .accordion__label {
		cursor: pointer;
		display: inline-block;
		width: 360px;
		max-width: 60%;
		padding: 10px 2em;
		border-radius: 50vh;
		background-color: #999;
		color: #FFF;
		font-size: 1.6rem;
		font-weight: 600;
	}
	.contents.bgy .contents_open .accordion__label {
		background-color: #87a0bc;
	}
	.contents.bg .contents_open .accordion__label {
		background-color: #c49e53;
	}
	.contents.gr .contents_open .accordion__label {
		background-color: #88b58a;
	}
	.contents.or .contents_open .accordion__label {
		background-color: #d89764;
	}
	.contents .vibtn:checked ~ .contents_open .accordion__label .text {
		display: none;
	}
	.accordion__label .close {
		display: none;
	}
	.contents .vibtn:checked ~ .contents_open .accordion__label .close {
		display: inline;
	}
	.contents .contents_open .accordion__label:hover {
		background-color: #CCC!important;
	}

	.contents_curric .contents_inner ,
	.contents_oneday .contents_inner ,
	.contents_faq .contents_inner ,
	.contents_hukuri .contents_inner {
		overflow: hidden;
		position: relative;
		padding-bottom: 80px;
		transition: 0.4s;
	}
	.contents_curric .contents_inner {
		height: 400px;
	}
	.contents_oneday .contents_inner {
		height: 500px;
	}
	.contents_faq .contents_inner {
		height: 550px;
	}
	.contents_hukuri .contents_inner {
		height: 400px;
	}
	.contents_curric .vibtn:checked ~ .contents_inner ,
	.contents_oneday .vibtn:checked ~ .contents_inner ,
	.contents_faq .vibtn:checked ~ .contents_inner ,
	.contents_hukuri .vibtn:checked ~ .contents_inner {
		height: auto;
		display: block;
		transition: 0.4s;
	}
}
@media only screen and (min-width: 1001px) {
	.contents_open {
		display: none;
	}
}*/

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

 index

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

/* cover
-----------------------------------------------------------*/

.cover {
	position: relative;
}
.cover .cover_image .image01 {
	position: relative;
}
.cover .cover_image .image01 .logo {
	position: absolute;
	right: 8%;
	top: 8%;
	width: 40%;
}


/* infinite swiper
-----------------------------------------------------------*/

.contents_slide .contents_inner {
	padding-top: 50px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
	font-size: 1.4rem;
}

.slide_logo {
	padding: 20px;
}


/* exhibition
-----------------------------------------------------------*/

.exhibition_list li {
	padding: 15px 0;
}
.exhibition_list li:not(:last-child) {
	border-bottom: 1px solid var(--color_lgray);
}
.exhibition_list .data {
	display: block;
}
.exhibition_list .title {
	display: block;
}

.news_area {
	margin-top: 40px;
	padding: 20px;
	background-color: var(--color_pgray);
}
.news_list li:not(:last-child) {
	margin-bottom: .5em;
}
.news_list a {
	display: flex;
	text-decoration: none;
}
.news_list .data {
	width: 9.5em;
}
.news_list .title {
	display: block;
	flex: 1;
}

/* curric
-----------------------------------------------------------*/

/* swipe css only */
.curric_wrap {
	position: relative;
	margin: 20px -20px;
	padding: 0 0 0 20px;
}
.curric_inner {
	overflow-x: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
.curric_box {
	min-width: 1600px;
	padding-bottom: 20px;
}
.curric_box img {
	width: 100%;
}

.curric_4point {
	margin-bottom: 40px;
}
.curric_4point .fig_box {
	margin-bottom: 20px;
}

.fuki_box {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.fuki_box .fig {
	width: 120px;
}
.fuki_box .fig img {
	max-width: calc(100% + 20px);
	margin-left: -20px;
}
.fuki_box .fuki {
	flex: 1;
	padding: 15px;
	border-radius: 15px;
	background-color: #FFF;
}

.voice_area {
	padding: 30px 20px;
	background-color: #FFF;
}
.voice_list li:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
.voice_list .fig_block {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.voice_list .fig_block .fig_box {
	width: 120px;
}
.voice_list .fig_block .text_box {
	flex: 1;
}
.voice_list .fig_block .text_box .name {
	display: block;
	margin-bottom: 8px;
	font-size: 2rem;
	text-align: center;
}
.voice_list .fig_block .text_box .school {
	display: block;
	margin-bottom: 8px;
	font-size: 1rem;
	text-align: center;
}
.voice_list .fig_block .text_box .desc {
	color: #e27b88;
	font-size: 1rem;
	text-align: center;
}

.voice_list .text_block h2 {
	margin-bottom: 15px;
	font-size: min(2rem,5vw);
	font-weight: normal;
	text-align: center;
}
.voice_list .text_block h2 em {
	color: #e27b88;
}


/* oneday
-----------------------------------------------------------*/

.oneday_area {
	padding: 20px 20px;
	background-color: #FFF;
	text-align: center;
}
.oneday_area img {
	max-width: 320px;
}


/* total
-----------------------------------------------------------*/

.total_list li {
	margin-bottom: 30px;
}
.total_list li:last-child {
	margin-bottom: 0;
}
.total_list .fig_box {
	margin-bottom: 10px;
}
.total_list .text_box h2 {
	margin-bottom: 10px;
	font-size: 2.8rem;
}
.total_list .text_box h2 .label img {
	display: inline-block;
	width: auto;
	height: 2em;
}
.total_list .text_box p {
	color: #666;
}


/* faq
----------------------------------------------------------- */

.faq_area {
	padding: 30px 20px;
	background-color: #FFF;
}

.faq_block {
	position: relative;
	margin-bottom: 15px;
	padding: 10px 0 5px;
}
.faq_block label {
	cursor: pointer;
	display: block;
	padding-bottom: 10px;
	padding-left: 2em;
	z-index: 999999;
}
.faq_block label .text {
	display: block;
}
.faq_block label .text b {
	color: #88b58a;
}

.faq_block label::before ,
.faq_block .txt::before {
	position: absolute;
	left: .2em;
	top: .25em;
	font-size: 150%;
	font-weight: 600;
	font-family: 'Prompt', sans-serif;
}
.faq_block label::before {
	content: 'Q';
	color: #88b58a;
}
.faq_block .txt::before {
	content: 'A';
	color: #07913a;
	transition: 0.4s;
}

/* アコーディオン */
.faq_block .txt {
	position: relative;
	opacity: 0;
	height: 0;
	margin: 0;
	padding-left: 2em;
	transition: 0.4s;
	height: auto;
	opacity: 1;
	padding-top: 10px;
	border-top: 2px dotted #8cba8c;
}
.faq_block .vibtn:checked ~ .txt::before {
	top: .5em;
}

/* icon
.faq_block .icon::before ,
.faq_block .icon::after {
	position: absolute;
	visibility: visible;
	content: '';
	top: 25px;
	right: 20px;
	width: 20px;
	height: 0;
	border-top: 2px solid #CCC;
	z-index: 1;
}
.faq_block .icon::before {
	transform: rotate(90deg);
	transition: 0.4s;
}
.faq_block .vibtn:checked + .icon::before {
	transform: rotate(0);
}
 */


/* salon
----------------------------------------------------------- */

.salon_list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -5px -30px;
}
.salon_list li {
	position: relative;
	width: 50%;
	padding: 0 5px 30px;
}
.salon_list li.wide {
	width: 100%;
}
.salon_list a {
	display: block;
	text-decoration: none;
}

.salon_list .title_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.salon_list .wide .title_box {
	position: absolute;
	top: 0;
	left: 0;
}
.salon_list h2 {
	font-size: 2.4rem;
	font-family: 'Prompt', sans-serif;
}
.salon_list .icons .icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background: no-repeat 50% 50%;
	background-size: auto 100%;
}
.salon_list .icons .icon.kitsuke {
	background-image: url(./image/common/icon_kitsuke.svg);
}
.salon_list .icons .icon.nail {
	background-image: url(./image/common/icon_nail.svg);
}
.salon_list .icons .icon.eye {
	background-image: url(./image/common/icon_eye.svg);
}
.salon_list .icons .icon.relac {
	background-image: url(./image/common/icon_hand.svg);
}

.salon_list .fig_box {
	margin-bottom: 10px;
}

.salon_list .text_box {
	text-align: center;
}
.salon_list .access {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 2px dotted #8cba8c;
	font-size: 1.2rem;
}
.salon_list .access::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background: no-repeat 50% 50%;
	background-image: url(./image/common/icon_train.svg);
	background-size: auto 100%;
}
.salon_list .access.none::before {
	content: none;
}
.salon_list .catch {
	font-weight: 600;
}
.salon_list .text {
	margin-top: 10px;
	text-align: left;
}

@media only screen and (min-width: 769px) {
	.salon_list .icons .icon {
		width: 2.4rem;
		height: 2.4rem;
	}
}

/* hukuri
----------------------------------------------------------- */

/* list */
.hukuri_list {
	display: flex;
	margin: 0 -5px 20px;
	color: #FFF;
	text-align: center;
}
.hukuri_list li {
	position: relative;
	width: 33.33333%;
	padding: 0 5px 2em;
}
.hukuri_list li:not(:last-child) {
	line-height: 3;
}
.hukuri_list li > div {
	height: calc(100% );
	padding: 15px 5px;
	border: 2px solid #FFF;
}
.hukuri_list .label {
	display: block;
	font-size: min(1.6rem);
}
.hukuri_list .min {
	font-size: 1.2rem;
	font-weight: normal;
}
.hukuri_list li > .min {
	position: absolute;
	right: 0;
	bottom: 0;
	white-space: nowrap;
}

/* block */
.hukuri_block {
	margin-bottom: 15px;
}
.hukuri_block h2 {
	margin-bottom: 10px;
	color: #FFF;
	font-size: 2rem;
}

/* card */
.hukuri_card_list {
	display: flex;
	margin: 0 -5px 30px;
}
.hukuri_card_list li {
	padding: 0 5px;
}
.hukuri_card_list li:first-child {
	width: 65%;
}
.hukuri_card_list li:nth-child(2) {
	width: 35%;
}
.hukuri_card_list li > div {
	height: calc(100%);
	padding: 10px 0 15px 15px;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.hukuri_card_list h2 {
	margin-bottom: 10px;
	color: #FFF;
}

/* ex */
.hukuri_ex {
	margin: 20px 6px;
	padding: 20px;
	outline: 2px solid #FFF;
	outline-offset: 4px;
	background-color: rgba(255, 255, 255, .5);
}
.hukuri_ex .caption {
	margin-bottom: 8px;
	color: #d89764;
	text-align: center;
}
.hukuri_ex h2 {
	margin-bottom: 8px;
	text-align: center;
}
.hukuri_ex h2 .icon {
	display: inline-block;
	margin-right: .5em;
	padding: .25em .5em;
	font-size: 1.2rem;
	border: 2px solid #d89764;
	font-weight: normal;
	vertical-align: middle;
}
.hukuri_ex h2 b {
	display: inline-block;
	font-size: 3.2rem;
	font-weight: normal;
	vertical-align: middle;
}
.hukuri_ex .memo {
	margin-top: 10px;
	padding: 10px;
	background-color: #eeb98b;
	color: #FFF;
	text-align: center;
}

/* ex list */
.hukuri_ex_list.flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.hukuri_ex_list li {
	display: flex;
	justify-content: space-between;
	margin: 0 15px;
	padding: 2px 0;
}
.hukuri_ex_list.flex li {
	width: 50%;
	margin: auto;
	padding: 5px 10px 10px;
}
.hukuri_ex_list li.border {
	border-top: 1px solid #666;
}
.hukuri_ex_list .label {
	text-align: left;
}
.hukuri_ex_list .label em {
	display: inline-block;
	padding: 2px 4px;
	background-color: #FFF;
	line-height: 1.2;
}
.hukuri_ex_list .price {
	text-align: right;
}

/* check */
.check_list li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 2em;
}
.check_list li:last-child {
	margin-bottom: 0;
}
.check_list li::before {
	position: absolute;
	display: block;
	content: '';
	top: .25em;
	left: 0;
	width:  1.5em;
	height: 1.5em;
	background: no-repeat 50% 50%;
	background-image: url(./image/common/icon_check.svg);
	background-size: 100% auto;
}
.check_list h3 {
	font-size: 1.8rem;
	font-weight: normal;
}


/* message
----------------------------------------------------------- */

.daihyo_prog_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 10px;
}
.daihyo_prog_block .fig {
	width: 100px;
	max-width: 30%;
}
.daihyo_prog_block .text .logo {
	width: auto;
	height: 2em;
	margin-bottom: 10px;
}


/* company
----------------------------------------------------------- */

.company_area {
	margin-bottom: 40px;
}

.school_list li {
	padding: 5px;
	border-bottom: 1px dotted #999;
}



/* flow
----------------------------------------------------------- */

.flow_area {
	width: 60%;
	margin: 0 auto;
}
.flow_list li {
	margin-bottom: 20px;
}
.flow_list li:last-child {
	margin-bottom: 0;
}
.flow_list h2 {
	margin-bottom: 10px;
	font-size: 2rem;
}
.flow_list h2 .num {
	display: inline-block;
	width: 1.75em;
	height: 1.75em;
	margin-right: .5em;
	border-radius: 50%;
	background-color: #315096;
	color: #FFF;
	font-weight: normal;
	font-family: 'Prompt', sans-serif;
	text-align: center;
	line-height: 1.75;
}
.flow_list h2 {
}

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

 aboutus

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




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

 汎用CSS

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

/* テキスト関係 --------------------- */

.attention { /* 注意色(基本赤) */
	color: #CC0000;
}

.attentionB { /* 注意色(基本赤) */
	color: #CC0000;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.text_SS {
	font-size: 75%;
}

.text_S {
	font-size: 86%;
}

.text_L {
	font-size: 120%;
}

.text_LL {
	font-size: 150%;
}

.text_LLL {
	font-size: 180%;
}


/* テキスト位置設定 ---------------- */

.entry_content p.center ,
.center {
	margin: auto;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


/* マージン関係 ------------------- */

.m0 {
	margin: 0;
}

.m10 {
	margin: 10px;
}

.mT10 {
	margin-top: 10px;
}

.mT20 {
	margin-top: 20px;
}

.mB5 {
	margin-bottom: 5px;
}

.mB10 {
	margin-bottom: 10px;
}

.mB20 {
	margin-bottom: 20px;
}

.mR5 {
	margin-right: 5px;
}

.mR10 {
	margin-right: 10px;
}

.mR20 {
	margin-right: 20px;
}

.mL5 {
	margin-left: 5px;
}

.mL10 {
	margin-left: 10px;
}

.mL20 {
	margin-left: 20px;
}

.mRL10 {
	margin: auto 10px;
}

/*　パディング関係 ------------------ */
.p0 {
	padding: 0;
}

.p10 {
	padding: 10px;
}

.pT5 {
	padding-top: 5px;
}

.pT10 {
	padding-top: 10px;
}

.pB10 {
	padding-bottom: 10px;
}

.pR10 {
	padding-right: 10px;
}

.pL10 {
	padding-left: 10px;
}

.pB20 {
	padding-bottom: 20px;
}

.pRL10 {
	padding: auto 10px;
}

/* フロート関係 ------------------- */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear,
.clearBoth {
	clear: both;
}

.clearfix {
	/zoom : 1; /* IE6-7 */
}

.clearfix:after { /* modern */
	content : '';
	display : block;
	clear : both;
	height: 0;
}


/* 画像関係
-----------------------------------------------------------*/

.figOne {
	margin-bottom: 40px;
}

.figLeft,
.figRight {
	display: block;
	margin: 0 auto 15px;
	text-align: center;
}

.fig_list {
	margin: 0 -10px 20px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.fig_list li {
	flex-grow: 0;
	width: 33.33333%;
}

.fig_list li div {
	padding: 0 10px 20px;
}



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

 デバイス別

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

@media only screen and (max-width: 768px) {
	.sp_hide {
		display: none;
	}
}
@media only screen and (min-width: 769px) {
	.pc_hide {
		display: none;
	}
	.footer_inner {
		padding: 50px 20px;
	}
	.figLeft {
		float: left;
		margin-right: 30px;
		margin-bottom: 10px;
	}
	.figRight {
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
	}
}



