@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;600&display=swap');


/* ============================================================
default
============================================================ */

.disnone {
	display:none;
}

@media screen and (max-width: 759.9px) {
	#wrapper {
		line-height: 1.4;
	}
	.spnone {
		display: none;
	}
	#dirPathBlock,
	#anchorLinkBlock {
		font-size: 10px;
		margin: 1% 1% 0 1%;
	}
	#dirPathBlock p,
	#anchorLinkBlock a {
		font-size: 12px;
	}
	h1 {
		font-size: 12px;
		margin: 0 1%;
	}
	.inner {
		width: 96%;
		margin: 0 2%;
		padding: 24px 0;
		box-sizing: border-box;
	}
}/* end @media */

@media screen and (min-width: 760px),print {
	#wrapper {
		line-height: 1.231;
	}
	#dirPathBlock,
	h1,
	.iframe_end-content_gadget,
	#anchorLinkBlock {
		width: 100%;
		max-width:970px;
		min-width:760px;
		margin: auto;
	}
	#dirPathBlock,
	#anchorLinkBlock {
		width: 100%;
		margin: 0 auto;
		display: block;
		font-size: 12px;
	}
	#dirPathBlock p,
	#anchorLinkBlock a {
		font-size: 12px;
	}
	h1 {
		font-size: 14px;
		width: auto;
		max-width: 970px;
		margin: 0 auto 5px;
	}
	.inner {
		width: 96%;
		max-width:970px;
		margin: 0 auto;
		padding:50px 0;
		display: block;
	}
	u {
		text-decoration-color: red;
	}
}/* end @media */


/* ============================================================
entire (article & section)
============================================================ */

article {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

/* 
Noto Sans JP
Regular 400
Bold 700

Noto Serif JP
Regular 400
SemiBold 600
font-family: 'Noto Serif JP', serif;
 */

article section {
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #333;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
}
article section *,
article section :before,
article section :after {
	box-sizing: border-box;
}
article section img {
	display: block;
	max-width: 100%;
	/*margin: 0 auto;*/
}
article section div.inner {
	margin: 0;
	padding: 0;
	width: 100%;
}

article section a:hover {
	opacity: 1;
}

article section ul.notice li {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.3;
}
article section ul.notice li span {
	position: absolute;
	top: 0;
	left: 0;
}

@media (hover: hover) {

	article section a {
		transition: opacity .2s ease-in;
	}
	article section a:hover {
		opacity: 0.6;
	}

} /* end @media */


@media screen and (min-width: 760px),print {

	article section .sp {
		display: none !important;
	}
	article > section {
		line-height: 1.7;
		font-size: 25px;
	}
	article > section > div.inner {
		width: 970px;
		max-width: 96%;
		margin: 0 auto;
	}
	article section ul.notice li {
		font-size: 60%;
	}


} /* end @media */


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

	article section .pc {
		display: none !important;
	}
	article {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}
	article > section {
		padding: 30px 0 30px;
		font-size: 16px;
	}
	article > section > div.inner {
		width: calc(100% - 8vw);
		margin: 0 auto;
	}
	article section ul.notice li {
		font-size: 80%;
	}

} /* end @media */


/* ============================================================
PC & SP
============================================================ */

/* mv
-------------------------------------------------------------*/

/* sec_1
-------------------------------------------------------------*/

article section.sec_1 {
	background: #fdf8ea;
	text-align: center;
	line-height: 1.44;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

article section.sec_1 strong {
	font-weight: 600;
	color: #d1362f;
}

/* sec_2
-------------------------------------------------------------*/

article section.sec_2 {
	text-align: center;
}
article section.sec_2 p {
	line-height: 1.44;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

article section.sec_2 strong {
	font-weight: 600;
	color: #d1362f;
}
article section.sec_2 p.btn a {
	display: block;
	margin: 0 auto;
}

/* wester
-------------------------------------------------------------*/

article section.wester strong {
	font-weight: 700;
	color: #d1362f;
}

/* sec_3
-------------------------------------------------------------*/

article section.sec_3 {
	background: #fdf8ea;
}

/* sec_4
-------------------------------------------------------------*/

article section.sec_4 strong {
	font-weight: 700;
	font-size: 120%;
	color: #d1362f;
}


/* ============================================================
PC
============================================================ */

@media screen and (min-width: 760px),print {

/* common
-------------------------------------------------------------*/

article section h3 img {
	width: 300px;
	margin: 0 auto;
}

/* mv
-------------------------------------------------------------*/

article section.mv {
	width: 100%;
	height: 515px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/sec_mv_bg_pc.jpg) no-repeat center center;
	background-size: cover;
}
article section.mv h2 img {
	position: relative;
	top: 94px;
	left: 150px;
	display: block;
	width: 668px;
	max-width: 62%;
	height: auto;
	margin: 0 auto;
}

/* sec_1
-------------------------------------------------------------*/

article section.sec_1 {
	padding: 55px 0 100px;
	font-size: 25px;
}

article section.sec_1 p:nth-of-type(1) { margin-bottom: 30px;}
article section.sec_1 h3 { margin-bottom: 55px;}
article section.sec_1 p:nth-of-type(2) { margin-bottom: 40px;}

article section.sec_1 h3 img {
	width: 563px;
	margin: 0 auto;
}

/* sec_2
-------------------------------------------------------------*/

article section.sec_2 {
	padding: 70px 0 130px;
	font-size: 25px;
}

article section.sec_2 {
	background-image: url(../images/sec_2_bg_3.png), url(../images/sec_2_bg_2.png), url(../images/sec_1_bg.jpg);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: center top 450px, center top 85px, left top;/* 530 */
	background-size: 1058px, 1171px, auto;
	background-blend-mode: normal, multiply, normal;
}

article section.sec_2 h3 {
	margin-bottom: 35px;
}
article section.sec_2 p:nth-of-type(1) {margin-bottom: 40px;}
article section.sec_2 p:nth-of-type(2) {margin-bottom: 110px;}/*40*/
article section.sec_2 p:nth-of-type(3) {margin-bottom: 120px;}
article section.sec_2 p:nth-of-type(4) {margin-bottom: 120px;}
article section.sec_2 p:nth-of-type(5) {margin-bottom: 90px;}

article section.sec_2 ul.notice {
	display: inline-block;
	margin: 0 0 30px;
	text-align: left;
}

article section.sec_2 p.btn a {
	width: 400px;
}

/* wester
-------------------------------------------------------------*/

article section.wester div.inner {
	padding: 80px 0 90px;
	text-align: center;
}

article section.wester h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

article section.wester dl {
	position: relative;
	width: 660px;
	height: 270px;
	margin: 0 auto;
}
article section.wester dl dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 185px;
	height: 185px;
}
article section.wester dl dd {
	position: absolute;
}
article section.wester dl dd img {
	height: 70px;
	width: auto;
}
article section.wester dl dd.d1 {
	top: 37px;
	left: 230px;
	width: 430px;
	line-height: 1.2;
	font-size: 25px;
}
article section.wester dl dd.d2 {top: 116px;left: 230px;}
article section.wester dl dd.d3 {top: 116px;left: 440px;}

article section.wester dl dd.d4 {
	bottom: 0;
	left: 25px;
	font-size: 25px;
}

article section.wester dl dd.d4 li {
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	font-weight: normal;
}

/* sec_3
-------------------------------------------------------------*/

article section.sec_3 {
	padding: 90px 0 130px;
	background-image: url(../images/sec_3_bg.png);
	background-repeat: no-repeat;
	background-position: center top 90px;
	background-size: 1170px;
	background-blend-mode: multiply;
}
article section.sec_3 div.inner {
}
article section.sec_3 h3 {
	margin: 0 auto 60px;
	width: 550px;
}

/* #switching_tab_menu */

#switching_tab_menu {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 30px;
}
#switching_tab_menu li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24%;
	height: 63px;
	padding-bottom: 2px;
	text-align: center;
	background-color: #904a26;
	line-height: 1;
	color: #fff;
	font-size: 24px;
	transition: opacity .1s ease-in;
}
#switching_tab_menu li:not(.select) {
	cursor: pointer;
}

#switching_tab_menu li.select {
	position: relative;
	height: 92px;
	padding-bottom: 30px;
	border: none;
	background: url(../images/sec_3_tab_current.png) no-repeat center top;
	background-size: 100% 92px;
	color: #904a26;
}

#switching_tab_menu li:not(.select):hover {
	opacity: 0.6;
}

/* div.switching_contents */

div.switching_contents {
	padding: 30px;
	background: #fff;
	border: solid 3px #904a26;
	color: #622d0d;
}
div.switching_contents li {
	display: flex;
}
div.switching_contents li:not(:last-child) {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: solid 3px #904a26;
}
div.switching_contents li p {
	width: 280px;
	margin: 0 25px 0 0;
	padding: 0;
}
div.switching_contents li p img {
	display: block;
}
div.switching_contents li > dl {
	width: 580px;
	text-align: left;
}
div.switching_contents li > dl > dt {
	margin-bottom: 0.1em;
	line-height: 1.2;
	font-size: 26px;
}

div.switching_contents li > dl > dt > span{
		font-size: 16px;
	}

div.switching_contents li > dl > dd {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
}
div.switching_contents li > dl > dd.text {
	margin-bottom: 0.5em;
}
div.switching_contents li > dl > dd dl div {
	display: flex;
}
div.switching_contents li > dl > dd dl div dt {
	white-space: nowrap;
}

/* switching_contents_inner */

div.switching_contents {
	position: relative;
	z-index: 2;
}
dl.switching_contents_inner > div > dt {
	display: none;
}
dl.switching_contents_inner > div > dd {
	display: none;
}
dl.switching_contents_inner > div.tab_show > dd {
	display: block;
}


/* sec_4
-------------------------------------------------------------*/

article section.sec_4 {
	padding: 80px 0 130px;
	background: url(../images/sec_4_bg.jpg) center top;
	background-size: cover;
	line-height: 1.4;
	color: #622d0d;
}

article section.sec_4 h3 {
	margin: 0 auto 55px;
	width: 550px;
}

article section.sec_4 h4 {
	margin-bottom: 15px;
}
article section.sec_4 h4 img {
	width: auto;
	height: 30px;
	display: inline-block;
}

article section.sec_4 ul.notice {
	margin: 15px 0 40px;
}

article section.sec_4 p span.notice {
	font-size: 75%;
}

article section.sec_4 dl.join > div {
	position: relative;
	margin: 0 0 40px;
	padding: 40px 50px 50px;
	background: #fff;
}
article section.sec_4 dl.join > div > dt {
	position: absolute;
	top: 25px;
	left: 20px;
}
article section.sec_4 dl.join > div > dt img {
	width: 88px;
}
article section.sec_4 dl.join > div > dd:nth-of-type(1) {
	margin-bottom: 30px;
	padding-left: 90px;
}
article section.sec_4 dl.join > div > dd:nth-of-type(1) p {
	font-size: 20px;
    margin-bottom: 40px;
}
	
article section.sec_4 dl.join > div > dd.lastcontent{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 90px;
}
article section.sec_4 dl.join > div > dd.lastcontent p {
	font-size: 20px;
    margin-bottom: 40px;
}

article section.sec_4 dl.wester {
	display: flex;
	align-items: center;
	width: 612px;
	margin: 20px auto -20px;
}
article section.sec_4 dl.wester dt img {
	width: 130px;
}
article section.sec_4 dl.wester dd:nth-of-type(1) {
	margin: 0 20px 0 50px;
}
article section.sec_4 dl.wester dd:nth-of-type(1) img {
	width: 184px;
}
article section.sec_4 dl.wester dd:nth-of-type(2) img {
	width: 222px;
}

article section.sec_4 dd.notice {
	position: absolute;
	left: auto;
	bottom: -30px;
	right: 0 !important;
	font-size: 16px;
	font-weight: normal;
}

article ul.ss_flow {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 30px 20px 30px;
	background: #fbf2d5;
}
article ul.ss_flow li {
	width: 21%;
}
article ul.ss_flow li.arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
}
article ul.ss_flow li.arrow img {
	width: 14px;
}
article ul.ss_flow li img {
	display: block;
	margin: 10px 0;
}
article ul.ss_flow li span {
	display: block;
	line-height: 1.4;
}
article ul.ss_flow li span.txt {
	font-size: 17px;
}
article ul.ss_flow li span.cap {
	text-align: center;
	font-size: 16px;
}
article ul.ss_flow li:nth-child(5) span.cap {
	text-align: left;
}


/* sec_5
-------------------------------------------------------------*/

article section.sec_5 {
	background: #fff;
	background-size: 100% auto;
}

article section.sec_5 div.inner {
	padding: 100px 0 90px;
	font-size: 16px;
}
article section.sec_5 div.inner p.t1 {
	line-height: 1.2;
	text-align: center;
	font-size: 17px;
}
article section.sec_5 div.inner h2 {
	margin: 0 0 30px;
	padding: 0;
	font-size: 24px;
	background: none;
    text-align: center;
}
article section.sec_5 div.inner h3 {
	font-size: 19px;
	font-weight: bold;
}

article section.sec_5 div.inner ul {
	margin: 0 0 40px;
}
article section.sec_5 div.inner ul.mbs {
	margin: 0 0 20px;
}

article section.sec_5 div.inner li {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.4;
	font-size: 16px;
	font-weight: normal;
}
article section.sec_5 div.inner li::before {
	content: '';
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 0.9em;
	height: 0.9em;
	border-radius: 50%;
	background: #5a4123;
}
article section.sec_5 div.inner dl {
	border: solid 2px #5a4123;
	padding: 10px 20px;
	text-align: center;
}
article section.sec_5 div.inner dl dt {
	font-size: 20px;
}
article section.sec_5 div.inner dl dd {
	font-size: 16px;
}
article section.sec_5 div.inner dl dd span {

	font-size: 13px;
}


} /* end @media */


/* ============================================================
SP
============================================================ */

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


/* common
-------------------------------------------------------------*/

article section h3 img {
	width: 200px;
	margin: 0 auto;
}


/* mv
-------------------------------------------------------------*/

article section.mv {
	padding: 0;
}

article section.mv h2 img {
	width: 100%;
	height: auto;
}


/* sec_1
-------------------------------------------------------------*/


article section.sec_1 {
	padding: 50px 0 50px;
	font-size: 20px;
}

article section.sec_1 p:nth-of-type(1) { margin-bottom: 25px;}

article section.sec_1 h3 {
	margin-bottom: 25px;
}
article section.sec_1 h3 img {
	width: 100%;
}


article section.sec_1 p:nth-of-type(2) { margin-bottom: 30px;}

article section.sec_1 p:nth-of-type(3) {
	padding: 0 16vw;
}

/* sec_2
-------------------------------------------------------------*/

article section.sec_2 {
	padding: 50px 0 50px;
	font-size: 20px;
}

article section.sec_2 {
	background: url(../images/sec_1_bg.jpg);
}

article section.sec_2 h3 {
	margin-bottom: 35px;
}
article section.sec_2 p {margin-bottom: 20px;}

article section.sec_2 ul.notice {
	display: inline-block;
	margin: 0 0 30px;
	text-align: left;
}

article section.sec_2 p.btn a {
	width: 280px;
	margin-top: 40px;
}


/* wester
-------------------------------------------------------------*/

article section.wester div.inner {
	padding: 40px 3vw 40px;
}

article section.wester h3 {
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
}

article section.wester dl {
	margin: 0 auto;
}
article section.wester dl dt img {
	width: 60vw;
	height: auto;
	margin: 0 auto 20px;
}
article section.wester dl dd img {
	width: auto;
	height: 14vw;
	margin: 0 auto;
}
article section.wester dl dd.d1 {
	margin-bottom: 20px;
	line-height: 1.2;
	font-size: 20px;
}
article section.wester dl dd.d2 {float: left;}
article section.wester dl dd.d3 {top: 116px;left: 440px;}

article section.wester dl dd.d4 {
	clear: both;
	margin-top: 20px;
	font-size: 25px;
}
article section.wester dl dd.d4 li {
	position: relative;
	padding-left: 1.2em;
	text-align: left;
	line-height: 1.4;
	font-size: 16px;
	font-weight: normal;
}
article section.wester dl dd.d4 li span {
	position: absolute;
	top: 0;
	left: 0;
}

/* sec_3
-------------------------------------------------------------*/

article section.sec_3 {
	padding: 50px 0 50px;
	font-size: 16px;
}


article section.sec_3 h3 {
	margin: 0 0 35px;
}

/* #switching_tab_menu */

#switching_tab_menu {
	display: flex;
	justify-content: space-between;
	column-gap: 1%;
	margin: 0 auto;
}
#switching_tab_menu li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33%;
	height: 3em;
	margin-bottom: 10px;
	text-align: center;
	background: #904a26;
	line-height: 1.2;
	color: #fff;
	font-size: 16px;
}

#switching_tab_menu li.select {
	position: relative;
	height: calc(3em + 10px);
	padding-bottom: 10px;
	border: none;
	background: url(../images/sec_3_tab_current_sp.png) no-repeat center top;
	background-size: 100% calc(3em + 10px);
	color: #904a26;
}

/* div.switching_contents */

div.switching_contents {
	padding: 6vw;
	background: #fff;
	border: solid 3px #904a26;
}
div.switching_contents li:not(:last-child) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 3px #904a26;
}
div.switching_contents li p {
	margin: 0 0 10px;
	padding: 0;
}
div.switching_contents li p img {
	display: block;
	width: 100%;
}
div.switching_contents li > dl {
	text-align: left;
}
div.switching_contents li > dl > dt {
	margin-bottom: 0.1em;
	line-height: 1.2;
	font-size: 20px;
}

	div.switching_contents li > dl > dt > span{
		font-size: 14px;
	}

div.switching_contents li > dl > dd {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
}
div.switching_contents li > dl > dd.text {
	margin-bottom: 0.5em;
}
div.switching_contents li > dl > dd dl div {
	display: flex;
}
div.switching_contents li > dl > dd dl div dt {
	white-space: nowrap;
}


/* switching_contents_inner */

div.switching_contents {
	position: relative;
	z-index: 2;
}
dl.switching_contents_inner > div > dt {
	display: none;
}
dl.switching_contents_inner > div > dd {
	display: none;
}
dl.switching_contents_inner > div.tab_show > dd {
	display: block;
}


/* sec_4
-------------------------------------------------------------*/

article section.sec_4 {
	padding: 40px 0 20px;
	background: #d2b669;
}
article section.sec_4 p {
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 18px;
}
article section.sec_4 p em {
	font-size: 22px;
}
article section.sec_4 p br {
	display: none;
}

article section.sec_4 h4 {
	margin-bottom: 15px;
}
article section.sec_4 h4 img {
	width: auto;
	height: 24px;
	    margin: 0 0 10px 0;
}

article section.sec_4 ul.notice {
	margin: 15px 0 40px;
}

article section.sec_4 p span.notice {
	font-size: 75%;
}


article section.sec_4 h3 {
	margin: 0 auto 20px;
}

article section.sec_4 dl.join > div {
	position: relative;
	margin: 0 0 40px;
	padding: 20px 3vw 20px;
	background: #fff;
}
article section.sec_4 dl.join > div > dt {
}
article section.sec_4 dl.join > div > dt img {
	width: 88px;
	margin: 0 auto 20px;
}

article section.sec_4 dl.wester {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
article section.sec_4 dl.wester dt {
	width: 60vw;
	margin-bottom: 20px;
}
article section.sec_4 dl.wester dd {
	margin: 0 1vw;
}
article section.sec_4 dl.wester dd:nth-of-type(1) {width: 33vw;}
article section.sec_4 dl.wester dd:nth-of-type(2) {width: 41vw;}


article ul.ss_flow {
	padding: 30px 3vw 10px;
	background: #fbf2d5;
}
article ul.ss_flow li {
	margin-bottom: 20px;
}
article ul.ss_flow li.arrow img {
	width: 50px;
	margin: 0 auto;
}

article ul.ss_flow li img {
	margin: 10px auto;
}
article ul.ss_flow li span {
	display: block;
	line-height: 1.4;
}
article ul.ss_flow li span.txt {
	height: auto !important;
	font-size: 17px;
}
article ul.ss_flow li span.cap {
	text-align: center;
	font-size: 16px;
}
article ul.ss_flow li:nth-child(5) span.cap {
	text-align: left;
}

article section.sec_4 div.d3 img {
	width: 74vw;
	max-width: 390px;
	margin: 0 auto 30px;
}
article section.sec_4 dd.notice {
	position: absolute;
	left: auto;
	bottom: -24px;
	right: 0 !important;
	font-size: 14px;
	font-weight: normal;
}

article section.sec_4 div.d1 {
	text-align: center;
}


/* sec_5
-------------------------------------------------------------*/

article section.sec_5 {
	background: #fff;
	background-size: 100% auto;
}

article section.sec_5 div.inner {
	padding: 100px 6vw 90px;
	font-size: 14px;
}
article section.sec_5 div.inner p.t1 {
	line-height: 1.2;
	text-align: center;
	font-size: 15px;
}
article section.sec_5 div.inner h2 {
	margin: 0 0 30px;
	padding: 0;
	font-size: 20px;
	background: none;
    text-align: center;
}
article section.sec_5 div.inner h3 {
	font-size: 16px;
	font-weight: bold;
}

article section.sec_5 div.inner ul {
	margin: 0 0 20px;
}
article section.sec_5 div.inner li {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.4;
	font-size: 14px;
	font-weight: normal;
}
article section.sec_5 div.inner li::before {
	content: '';
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 0.9em;
	height: 0.9em;
	border-radius: 50%;
	background: #5a4123;
}
article section.sec_5 div.inner dl {
	border: solid 2px #5a4123;
	padding: 10px 20px;
}
article section.sec_5 div.inner dl dt {
	line-height: 1.4;
	font-size: 18px;
}
article section.sec_5 div.inner dl dd {
	font-size: 14px;
}
article section.sec_5 div.inner dl dd span {
	font-size: 11px;
}




} /* end @media */


/* ============================================================
intermediate
============================================================ */

@media screen and (min-width:760px) and (max-width:900px) {

article section.sec_0 h2 img {
	top: 100px;
	left: 80px;
	max-width: 70%;
	height: auto;
	margin: 0 auto;
}


} /* end @media */


