@charset "utf-8";

.g-wrap {
	background-color: #fff;
}

.g-container{
	font-family: "Noto Sans", "Noto Sans CJK JP",'Hiragino Kaku Gothic ProN';
	background-color: #fff;
}

.u-container {
	padding: 0 0 1px 0;
}

.e-img {
	width: 100%;
}

.u-container p {
	letter-spacing: 0.1em;
	line-height: 2.2em;
	font-size: 16px;
}



.u-inner {
	max-width: 1080px;
	margin: 40px auto;
	padding: 40px 0px;
}

.l-subtitle .u-inner {
	background: transparent;
	padding: 30px 40px;
	margin: 0 auto;
}

.l-subtitle {
	width: 100%;
	background: transparent;
	background-color: #28344a;
}

.u-mgb_20{
	margin-bottom: 20px;
}

.u-mgb_40{
	margin-bottom: 40px;
}

.u-mgb_60{
	margin-bottom: 60px;
}

.u-mgb_80{
	margin-bottom: 80px;
}

.u-mgb_100{
	margin-bottom: 100px;
}

.u-mgb_120{
	margin-bottom: 120px;
}

/*Main Visual*/
.l-mv {
	position: relative;
	background: #222;
}

.l-mv-copy {
	color: #fff;
	text-align: left;
	width: calc(100% / 3);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}

.l-mv-copy__inner {
	letter-spacing: .075em;
	text-align: right;
	position: relative;
	text-shadow:
		0 0 3px rgba(0,0,0,1),
		0 0 6px rgba(0,0,0,1),
		0 0 9px rgba(0,0,0,1),
		0 0 12px rgba(0,0,0,1)
		;
}

.l-mv-copy__en {
	font-size: 6rem;
	display: block;
	z-index: 10;
}

.l-mv-copy__en:after {
	content: "";
	background: #fff;
	height: 2px;
	display: block;
	margin: 10px 0 20px;
	-webkit-box-shadow: 0px 0px 8px 8px rgb(0 0 0 / 50%);
	        box-shadow: 0px 0px 8px 8px rgb(0 0 0 / 50%);
	z-index: 5;
}

.l-mv-copy__jp {
	font-size: 1.8rem;
	display: block;
	z-index: 10;
}

.l-mv-bg img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.mainimg {
	margin-bottom: 60px;
}

.l-kb_img img{
	width: 100%;
}

.points p {
	margin-bottom: 30px;
}

.btn_tab {
	font-size: 0;
	letter-spacing: 0;
	margin-bottom: 40px;
}

.btn_tab li {
	display: inline-block;
	width: 50%;
	text-align: center;
	font-size: 15px;
}

.btn_tab li a {
	text-decoration: none;
	display: block;
	padding: 25px 0;
	position: relative;
	color: #6d6d6d;
	border: 1px solid #6d6d6d;
	background: #eeeeee;
}

.btn_tab li a:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 9px;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	background-repeat: no-repeat;
	right: 50%;
	top: 75%;
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotate(90deg);
	transform: rotateZ(90deg);
	background-image: url(../../img/common/arrow_B.png);
}

.btn_tab li a:hover {
	opacity: 1;
	color: #fff;
	background: #0e2141;
}

.btn_tab li a:hover:after {
	background-image: url(../../img/common/arrow_W.png);
}

/*-----アクティブ-----*/

.btn_tab li.active a {
	color: #fff;
	background: #0e2141;
}

.btn_tab li.active a:after {
	background-image: url(../../img/common/arrow_W.png);
}



.u-container p.name {
	font-size: 36px;
	text-align: center;
	margin: 40px auto 10px;
	color: #0e2141;
}

.u-inner .is-inner-short {
	max-width: none;
	margin: 0 auto;
	background: none;
	padding: 40px 40px;
}

.l-colom_container.is-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 40px -30px 0 0;
}

.l-colom_container.is-flex .l-colom_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 30px 0 0;
}

.l-colom_container.is-line3 {
	display: block;
	margin: 0 -30px 0 0;
	letter-spacing: -.5rem;
}

.l-colom_container.is-line3 .l-colom_item {
	display: inline-block;
	letter-spacing: 0.1rem;
	padding: 0 30px 30px 0;
	width: calc(100% / 2);
}

.is-guide-nav {
	counter-reset: number 0;
	background: #eae3d0;
	padding: 40px 40px 0 40px;
}

.is-guide-nav .l-colom_item {
	position: relative;

}

.is-guide-nav .l-colom_item:before {
	counter-increment: number 1;
	content: counter(number);
	padding-right: 5px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #0a8779;
	padding: 7px 11px;
	color: #fff;
	font-size: 1.8rem;
	border-radius: 50%;
}

.is-guide-nav .l-colom_item:after {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #00326c;
	top: 37%;
	/* bottom: 0; */
	right: 9px;
}

.is-guide-nav .l-colom_item:nth-child(even):after {
	content: none;
}

.is-guide-nav .l-colom_item .l-note {
	padding-top: 8px;
	line-height: 1.6rem;

}

.l-note .l-note_number {
	display: table-cell;
	vertical-align: top;
	line-height: 1.4;
	padding: 5px 10px 0px 8px;
}

.l-note .l-note_number span {
	background: #0a8779;
	padding: 4px 12px 4px 12px;
	color: #fff;
	font-size: 1.8rem;
	border-radius: 50%;
	letter-spacing: 0;
	line-height: 1.4;

}

.l-note .l-note_text {
	display: table-cell;
	line-height: 1.4;
	vertical-align: bottom;
}


.is-bg_brown {
	background: #eae3d0;
}

.is-guide .is-section_02 {
	margin-top: -40px;
}

.l-guide-detail {
	letter-spacing: -.4em;
	/* max-width: 1000px; */
	margin: 0 -20px 0 -20px;
	padding: 0px;
}

.l-guide-detail .u-inner:after {
	content: '';
	display: block;
	clear: both;
}

.l-guide-detail-item {
	letter-spacing: 0;
	width: 50%;
	display: inline-block;
}

.l-guide-detail-title {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	padding: 0 0 15px;
	border-bottom: 2px solid #ddd;
}

.l-guide-detail .e-button-items {
	padding: 30px 0 0;
}

.l-guide-detail .e-button-item {
	width: calc(50% - 10px);
	float: left;
}

.l-guide-detail .e-button-item:nth-of-type(even) {
	float: right;
}

.l-guide-detail .e-button-item .e-link {
	min-height: 80px;
	display: block;
	border: 1px solid #bd9d6d;
	position: relative;
}

.l-guide-detail .e-button-item .e-image {
	width: 65px;
	border: 1px solid rgba(0, 0, 0, .1);
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.l-guide-detail .e-button-item .e-caption {
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0;
	width: 100%;
	padding: 20px 40px 20px 90px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.l-guide-detail .e-button-item .e-caption .e-note {
	font-size: 1.2rem;
	font-weight: 400;
	padding: 5px 0 0;
	display: block;
}

.search-head-inbox .print-btn .e-link .e-sub {
	font-size: 1rem;
	font-weight: 700;
	display: block;
}

.search-head .e-detail {
	display: none;
}

.l-guide-detail-item {
	width: calc(50% - 35px);
	margin: 30px 0 0;
	border: 2px solid #ddd;
}

.l-guide-detail-item:nth-of-type(odd) {
	margin-right: 15px;
	margin-left: 20px;
	/*	float: left;*/
}

.l-guide-detail-item:nth-of-type(even) {
	margin-left: 15px;
	margin-right: 20px;
	float: right;
}

.l-guide-detail-item:nth-of-type(1),
.l-guide-detail-item:nth-of-type(2) {
	min-height: 165px;
}

.l-guide-detail-item:nth-of-type(3),
.l-guide-detail-item:nth-of-type(4) {
	min-height: 170px;
}

.l-guide-detail-item .e-title {
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: .15em;
	margin: -2px -2px 0 -2px;
	padding: 17px 0;
	background: #666;
	-webkit-transform: rotate(.05deg);
	    -ms-transform: rotate(.05deg);
	        transform: rotate(.05deg);
}

.l-guide-detail-item .e-item {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	padding: 45px 0 0;
	-webkit-transform: rotate(.05deg);
	    -ms-transform: rotate(.05deg);
	        transform: rotate(.05deg);
}

.l-guide-detail-item:nth-of-type(3) .e-items {
	line-height: 1.35;
	padding: 10px 15px;
}

.l-guide-detail-item:nth-of-type(3) .e-items dt {
	width: 5em;
	padding: 5px 0 0;
	float: left;
}

.l-guide-detail-item:nth-of-type(3) .e-items dd {
	margin: 0 0 0 5em;
	padding: 5px 0 0;
}

.l-guide-detail-item:nth-of-type(4) .e-item {
	padding: 45px 0 0;
}

.l-guide-detail-item.is-line__2 .e-item {
	padding: 30px 0 0;
}

.l-guide-detail-01 {
	padding: 0 40px 0 40px;
	margin-top: 80px;
}

.l-guide-detail-01 {
	padding: 0 40px 0 40px;
	margin-top: 80px;
}

.l-guide-detail-01 .l-section-subtitle {
	margin-bottom: 0;
}


.l-mv {
	background-color: transparent;
	color: #595757;
}

.l-subtitle {
	width: 100%;
	background-color: transparent;
	font-size: 3.2rem;
	line-height: 1.6;
	padding-top: 0;
	padding-bottom: 40px;
	font-weight: bold;
}

.l-mb_sub {
	max-width: 1080px;
	margin: 0 auto 7% auto;
	padding: 5% 0 0 5%;
	border-left: 1px solid #231815;
}

.l-mb_sub .l-subtitle {
	color: #000;
	text-align: left;
}

.l-mb_sub .l-section_text {
	font-size: 1.8rem;
	line-height: 2.4;
	letter-spacing: 0.3rem;
}

.l-mv-copy {
	color: #000;
	text-align: center;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: none;
	z-index: 100;
	padding-top: 10%;
	padding-bottom: 10%;
}

.l-copy_small {
	letter-spacing: 0.5rem;
	padding-bottom: 20px;
}

.l-copy_large {
	font-size: 4rem;
	line-height: 1.2;
	letter-spacing: .3rem;
	font-weight: bold;
}

.l-section_text {
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.3rem;
}

.u-inner {
	max-width: 1080px;
	margin: 40px auto;
	background-color: transparent;
	padding: 0;
}

.l-subtitle__min {
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.1rem;
	margin-bottom: 40px;
}

.section_img {
	max-width: 80%;
	margin: 0 auto;
	display: block;
	padding: 20px 0;
}

.section_img_min {
	max-width: 60%;
	margin: 0 auto;
	display: block;
	padding: 20px 0;
}

.l-section_bg {
	background-color: #EAE4D1;
	padding: 5% 0;
}


.l-section01 .l-subtitle{
	background: #B59A5B;
	text-align: center;
	padding: 20px 0;
	width: 60%;
	margin: -260px auto 40px auto;
	border-radius: 110px;
	color: #fff;
	line-height: 1.2;
	font-size: 2.6rem;
}

.l-section01{
	margin-top: 10%;
	padding: 7% 0 1% 0;
}

.l-coloum_container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.l-coloum_container.l-coloum_3{
	margin-right: -40px;
}

.l-coloum_3 .l-coloum_item {
	width: calc(100% / 3);
	padding-right: 40px;
}


.l-heading {
	background: #28344A;
	padding: 15px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 20px;
}

.l-section_text {
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: .1rem;
}

.l-note {
	font-size: 1.1rem;
	line-height: 1.4;
	padding-top: 10px;
}

.l-section02 {
	padding: 5% 0;
}

.l-subtitle {
	color: #B59A5B;
	text-align: center;
}

.l-read_text {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
}

.l-section03 .l-coloum_container.l-coloum_3 {
	margin-right: -50px;
	margin-top: 60px;
}

.l-section03 .l-coloum_3 .l-coloum_item {
	width: calc(100% / 3);
	padding-right: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 260px;
}

.l-nav_title {
	text-align: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;

	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	width: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.l-colom_nav .l-nav_title{
	padding: 40px;
	height: 260px;
}

.l-nav_title span{
	display: block;
	width: 100%;
	font-size: 3rem;
}

.l-nav_title_min {
	font-size: 6rem;
	padding: 1% 0 4% 0;
	display: block;
	position: relative;
	width: 100%;
}

.l-colom_nav .l-nav_title_min {
	padding: 5% 0 20% 0;
}

.l-nav_title_min:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 200px;
	bottom: 20%;
	left: 41%;
	right: auto;
	background-color: #000;
}

.l-colom_nav .l-nav_title_min:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 20%;
	left: 0;
	background-color: #000;
}

.l-colom_nav a{
	text-decoration: none;
}

.l-nav_title{
	background-position: right;
}
.l-colom_nav .l-nav_title:hover{
color: #fff;
	 text-shadow: 0px 0px 5px rgba(20, 20, 20, 1), 0px 0px 14px rgba(20, 20, 20, 0.46);
}

.l-colom_nav .l-nav_title:hover .l-nav_title_min:after{
	background-color: #fff;
}

.l-coloum_nav1 .l-nav_title:hover{
	background: url(../../img/structure/l-section-01-7.webp) no-repeat right / cover;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.l-coloum_nav2 .l-nav_title:hover{
	background: url(../../img/structure/l-section-01-8.webp) no-repeat right / cover;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.l-coloum_nav3 .l-nav_title:hover{
	background: url(../../img/structure/l-section-01-9.webp) no-repeat right / cover;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.coloum_img{
	padding: 20px 0;
}

.l-section_kv {
	width: 80%;
	margin: 10% auto 5% auto;
}

.l-kv_title {
	font-size: 3rem;
	text-align: center;
	padding: 5% 0 15% 0;
line-height: 1.4;
}

.l-heading_min {
	font-size: 2.4rem;
	text-align: center;
	padding: 5% 0;
	line-height: 1.4;
}

.l-coloum-subtitle__min {
	font-size: 1.8rem;
}


.l-coloum_container .l-coloum_2{
	margin-right: -50px;
}

.l-coloum_2 .l-coloum_item {
	width: calc(100% / 2);
	padding-right: 50px;
}

.l-section04,.l-section05,.l-section06{
	padding-bottom: 5%;
}

.l-heading.l-heading_arrow {
	background-color: #B59A5B;
	position: relative;
}

.l-heading.l-heading_arrow:before {
	background-color: #B59A5B;
	position: relative;
}

.l-btn{
	background: #B5B5B6;
	color: #fff;
	padding: 10px;
	width: 300px;
	text-align: center;
	position: relative;
	text-decoration: none;
	display: block;
}

.c-text_right{
	text-align: right;
}

.l-coloum_container.l-coloum_2_flex{
	margin-right: -40px;
}

.l-coloum_container.l-coloum_2_flex .l-coloum_item{
	padding-right: 40px;
}

.l-coloum_container.l-coloum_2_flex .l-coloum_item.coloum__01{
	width: 45%;
}

.l-coloum_container.l-coloum_2_flex .l-coloum_item.coloum__02{
	width: 55%;
}

.l-coloum_container.l-coloum_2_flex.l-coloum_min{
	margin-right: -20px;
}

.l-coloum_container.l-coloum_2_flex.l-coloum_min .l-coloum_item{
	padding-right: 20px;
}

.l-coloum_container.l-coloum_2_flex.l-coloum_min .l-coloum_item.coloum__01{
	width: 40%;
}

.l-coloum_container.l-coloum_2_flex.l-coloum_min .l-coloum_item.coloum__02{
	width: 60%;
}

.l-heading.l-heading_arrow:after {
	content: '';
	width: 42px;
	height: 34px;
	display: inline-block;
	background: url(../../img/structure/arrow.webp) no-repeat center / 100% auto;
	top: -53px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
}

.l-mb_sub:first-of-type {
	margin-bottom: 13%;
	position: relative;
}

.l-mb_sub:first-of-type:after {
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 50px;
	display: inline-block;
	background-color: #B59A5B;
	bottom: -18%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
}