@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho:wght@400;500;600;700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #2B2B2B;
	font-family: "Noto Sans JP", sans-serif;
	background: #F5F5F5;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.1em;
}
body.open,
body.reserve_open,
body.modal_open {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}
.wrapper {
	overflow: clip;
	position: relative;
}
.sub .wrapper::before {
	content: "";
	position: absolute;
	width: 59rem;
	height: 95.3rem;
	top: 0;
	right: 0;
	background: url("../img/common/bg-main.png") no-repeat center / cover;
	z-index: -1;
}
@media only screen and (max-width: 768px) {
	.sub .wrapper::before {
		width: 12rem;
		height: 54rem;
	}
}
a {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
@media (hover: hover) {
	a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1350px) {
	html {
		font-size: .7407vw;
	}
}
@media only screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 768px) {
	img {
		width: 100%;
	}
	html {
		font-size: 2.6667vw;
	}
}

/* font
----------------------------------------*/
.en {
	font-family: "Urbanist", sans-serif;
}
.serif {
	font-family: "Noto Serif JP", serif;
}
.gothic {
	font-family: "Noto Sans JP", sans-serif;
}
.shippori {
	font-family: "Shippori Mincho", serif;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2500;
}
.header::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 7.4rem;
	transition: background .3s;
}
.scroll .header::before,
.header.scroll::before {
	background: rgba(255, 255, 255, .9);
}
.header_inner {
	max-width: 136.6rem;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.header_logo {
	width: 18.184rem;
	padding-top: 2.6rem;
	margin-left: 3rem;
	z-index: 1000;
	pointer-events: all;
}
.header_logo a {
	display: block;
}
.header_logo a img {
	width: 100%;
}
.header_btn {
	display: none;
}
@media only screen and (max-width: 768px) {
	.header {
		padding: 0 2.5rem 0 0;
		mix-blend-mode: normal;
		position: static;
	}
	.header::before {
		height: 7rem;
		position: fixed;
		z-index: 1000;
	}
	.open .header {
		mix-blend-mode: normal;
	}
	.header_logo {
		width: 16.3rem;
		padding-top: 2.5rem;
		margin-left: 2.4rem;
		position: fixed;
		top: 0;
		mix-blend-mode: normal;
		z-index: 1500;
	}
	.header_btn {
		display: block;
		appearance: none;
		margin: 2.4rem 0 0;
		border: 0;
		padding: 0;
		background: none;
		z-index: 3000;
		outline: none;
		position: fixed;
		top: 0;
		right: 2.5rem;
		color: #fff;
		font-size: 1.4rem;
		letter-spacing: .05em;
		transition: .3s;
		padding-right: 2.1rem;
		font-weight: 500;
	}
	.scroll .header .header_btn,
	.header.scroll .header_btn,
	.sub .header_btn {
		color: #2B2B2B;
	}
	.header_btn::before,
	.header_btn::after {
		content: '';
		position: absolute;
		right: 0;
		top: .4rem;
		width: 1.2rem;
		height: 1.2rem;
		margin: auto 0;
		background-size: 100% auto;
		background-repeat: no-repeat;
		transition: opacity .3s ease;
	}
	.scroll .header .header_btn::before,
	.header.scroll .header_btn::before,
	.sub .header_btn::before {
		background-image: url(../img/common/gnav_arrow_icon_black.svg);
	}
	.header_btn::before {
		background-image: url(../img/common/gnav_arrow_icon.svg);
		opacity: 1;
	}
	.header_btn::after {
		background-image: url(../img/common/gnav_close_icon.svg);
		opacity: 0;
	}
	.open .header_btn::before {
		opacity: 0;
	}
	.open .header_btn::after {
		opacity: 1;
	}
	.open.sub .header_btn {
		color: #fff;
	}
}

/*gnav
----------------------------------------*/
.gnav {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .12em;
}
.sub .gnav {
	color: #2B2B2B;
}
.gnav > ul {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.gnav > ul > li:not(.gnav--blue):not(.gnav--gray) {
	padding-top: 2.7rem;
	padding-bottom: 2.6rem;
	margin-right: 4.26rem;
}
.gnav > ul > li.gnav_parent:not(.gnav_parent + .gnav_parent) {
	margin-right: 1rem;
}
.gnav li .gnav_sub {
	margin-top: 1rem;
}
@media (hover:hover) {
	.gnav li .gnav_sub {
		opacity: 0;
		pointer-events: none;
		transition: opacity .3s;
	}
	.gnav_parent:hover .gnav_sub {
		opacity: 1;
		pointer-events: all;
	}
	.gnav_parent:hover button {
		opacity: .6;
	}
}
.gnav li .gnav_sub li {
	padding: .5rem 1.5rem .5rem 0;
}
.gnav li .gnav_sub li a {
	width: fit-content;
}
.gnav li.gnav--blue,
.gnav li.gnav--gray {
	font-weight: bold;
}
.gnav li.gnav--blue a,
.gnav li.gnav--gray a {
	padding-top: 2.7rem;
	padding-bottom: 2.6rem;
}
.sub .gnav li.gnav--blue,
.sub .gnav li.gnav--gray {
	color: #fff;
}
.sub .gnav li.gnav--blue a::after,
.sub .gnav li.gnav--gray a::after {
	background: url(../img/common/gnav_arrow_icon.svg) no-repeat left top / 100% auto;
}
.gnav li a,
.gnav li button {
	appearance: none;
	display: block;
	border: 0;
	background: none;
	color: inherit;
	font-family: inherit;
	cursor: pointer;
}
.sub .gnav li a {
	color: #fff;
}
.sub .gnav li:not(.gnav--blue):not(.gnav--gray) > a {
  mix-blend-mode: normal;
	color: #2B2B2B;
}
.open.sub .gnav li:not(.gnav--blue):not(.gnav--gray) > a,
.open.sub .gnav li:not(.gnav--blue):not(.gnav--gray) > button {
	color: #fff;
}
.gnav li a::after {
	content: '';
	display: block;
	width: .96rem;
	height: .96rem;
	background: url(../img/common/gnav_arrow_icon.svg) no-repeat left top / 100% auto;
	position: absolute;
	right: -1.4rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.gnav li.gnav--blue a::after {
	width: 1.128rem;
	height: 1.128rem;
	right: 3.6rem;
}
.gnav li.gnav--gray a::after {
	width: 1.128rem;
	height: 1.128rem;
	right: 5rem;
}
.sub .gnav li a::after {
	background: url(../img/common/gnav_arrow_icon_black.svg) no-repeat left top / 100% auto;
}
.open.sub .gnav li a::after {
	background: url(../img/common/gnav_arrow_icon.svg) no-repeat left top / 100% auto;
}
.gnav li a span {
	display: none;
}
.gnav--blue {
	background: #00419A;
	border-bottom-left-radius: .8rem;
}
.gnav--blue a {
	padding-inline: 3.5rem 5.5rem;
}
.gnav--gray {
	background: #25292F;
	border-bottom-right-radius: .8rem;
}
.gnav--gray a {
	padding-inline: 4.9rem 7.1rem;
}
@media only screen and (min-width: 769px) {
	.sub .gnav li:not(.gnav--blue):not(.gnav--gray):not(:first-child) > a,
	.sub .gnav li:not(.gnav--blue):not(.gnav--gray):not(:first-child) > button,
	.sub .gnav li .gnav_sub li a {
		transition: color .3s;
	}
	.sub:not(.scroll) .gnav li:not(.gnav--blue):not(.gnav--gray):not(:first-child) > a,
	.sub:not(.scroll) .gnav li:not(.gnav--blue):not(.gnav--gray):not(:first-child) > button,
	.sub:not(.scroll) .gnav li .gnav_sub li a {
		color: #fff;
	}
	.sub .gnav li:not(.gnav--blue):not(.gnav--gray):not(:first-child) > a::after,
	.sub .gnav li .gnav_sub li a::after {
		transition: filter .3s;
	}
	.sub:not(.scroll) .gnav li:not(.gnav--blue):not(.gnav--gray):not(:first-child) > a::after,
	.sub:not(.scroll) .gnav li .gnav_sub li a::after {
		filter: brightness(0) invert(1);
	}
	@media (hover:none) {
		.gnav li .gnav_sub {
			height: 0;
			overflow: hidden;
			transition: height .3s;
		}
		.gnav_parent button:focus + .gnav_sub {
			height: 8.2rem;
		}
		.gnav_parent button:focus + .gnav_sub {
			display: block;
		}
	}
}
@media only screen and (max-width: 768px) {
	.gnav {
		background: #333;
		margin: 0;
		color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		mix-blend-mode: normal;
		overflow: auto;
		padding-bottom: 3rem;
		z-index: 2500;
		transform: translateY(-100%);
		pointer-events: none;
		transition: transform .3s;
	}
	.open .gnav {
		pointer-events: all;
		transform: translateY(0);
	}
	.gnav p {
		font-size: 1rem;
		letter-spacing: .08em;
		color: #fff;
		line-height: 2;
		max-width: 33rem;
		font-weight: 400;
		padding: 2.7rem 0 0;
		margin: 0 auto;
	}
	.gnav p span {
		display: inline-block;
		margin-top: .2rem;
	}
	.gnav > ul {
		max-width: 29rem;
		margin: 7rem auto 7rem;
		display: block;
	}
	.gnav > ul > li {
		border-bottom: .1rem solid #fff;
	}
	.gnav > ul > li:not(.gnav--blue):not(.gnav--gray) {
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
	}
	.gnav li.gnav--blue,
	.gnav li.gnav--gray {
		border-bottom: none;
	}
	.gnav li {
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		padding-right: 3rem;
	}
	.gnav > ul > li.gnav_parent:not(.gnav_parent + .gnav_parent) {
		margin-right: 0;
	}
	.gnav > ul > li:not(.gnav--blue):not(.gnav--gray) > a,
	.gnav > ul > li:not(.gnav--blue):not(.gnav--gray) > button {
		mix-blend-mode: normal;
	}
	.gnav li a,
	.gnav li button {
		width: 100%;
		display: flex;
		justify-content: space-between;
		font-size: 1.4rem;
		font-weight: 600;
	}
	.gnav li .gnav_sub {
		margin: -.5rem 0 1rem 2rem;
	}
	.gnav li .gnav_sub li {
		padding-block: 1rem;
	}
	.gnav li .gnav_sub li a {
		width: 100%;
	}
	.gnav > ul > li:not(.gnav--blue):not(.gnav--gray) > a,
	.gnav > ul > li:not(.gnav--blue):not(.gnav--gray) > button {
		padding: 2.07rem 4.5rem 2.07rem 0;
	}
	.gnav li.gnav--blue a,
	.gnav li.gnav--gray a {
		padding-top: 2.1rem;
		padding-bottom: 2rem;
	}
	.gnav li.gnav--blue a::after,
	.gnav li.gnav--gray a::after {
		right: 2rem;
	}
	.gnav--blue {
		margin-top: 3rem;
		border-radius: .8rem;
	}
	.gnav--gray {
		margin-top: 2rem;
		border-radius: .8rem;
	}
}

/*ttl_page
----------------------------------------*/
.ttl_page {
	padding: 34.4rem 0 0;
	max-width: 110rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.ttl_page figure {
	width: 98rem;
	position: absolute;
	top: 0;
	left: calc(50% - 29.8rem);
}
.ttl_page figure::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00419A;
	opacity: .4;
	z-index: 5;
}
.ttl_page::before {
	content: '';
	position: absolute;
	left: -14.4rem;
	top: 10.3rem;
	width: 64.7rem;
	height: 38.8rem;
	background: url(../img/common/bg-title.svg) no-repeat center / contain;
	z-index: 1;
}
.ttl_page h1 {
	font-size: 3.6rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	z-index: 2;
}
.ttl_page h1 .en {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 2rem;
	margin-left: 1.5rem;
	letter-spacing: .1em;
}
.ttl_page h1 .en::before {
	content: "";
	position: absolute;
	width: 0.5rem;
	height: 0.5rem;
	background-color: #00419A;
	border-radius: 50%;
	top: 50%;
	left: -1.5rem;
	transform: translateY(-50%);
	z-index: 2;
}
@media only screen and (max-width: 768px) {
	.ttl_page {
		padding: 12.5rem 2rem 0;
		flex-direction: column;
		align-items: flex-start;
		color: #fff;
	}
	.ttl_page figure {
		width: 100%;
		top: 7rem;
		left: 0;
	}
	.ttl_page::before {
		top: 0;
		left: -3rem;
		width: 23.13rem;
		height: 15.12rem;
	}
	.ttl_page h1 {
		font-size: 3.8rem;
		z-index: 10;
	}
	.ttl_page h1 .en {
		margin-top: 0;
	}
}

/*title
----------------------------------------*/
.content h2 {
	font-size: 3rem;
	margin-bottom: 3.8rem;
	font-weight: 400;
}
.content h3 {
	font-size: 1.8rem;
	margin-top: 4.5rem;
	margin-bottom: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.content h4 {
	font-size: 1.6rem;
	margin-top: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 1.1rem;
}
.content h5 {
	font-size: 1.4rem;
	margin-top: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-bottom: 0.4rem;
}

@media only screen and (max-width: 768px) {
	.content h2 {
		font-size: 2.4rem;
		margin-bottom: 2rem;
	}
	.content h3 {
		font-size: 1.6rem;
		margin-top: 3rem;
		margin-bottom: .5rem;
	}
	.content h4 {
		font-size: 1.5rem;
		margin-top: 2rem;
	}
	.content h5 {
		margin-top: 1rem;
	}
}

/*topic_path
----------------------------------------*/
.topic_path ol {
	display: flex;
	font-size: 1.1rem;
	letter-spacing: .05em;
	gap: 1rem 2.8rem;
	z-index: 10;
	color: #fff;
	overflow: auto;
}
.topic_path ol li {
	flex-shrink: 0;
}
.topic_path ol li::after {
	content: '';
	position: absolute;
	right: -1.8rem;
	top: 50%;
	transform: translateY(-50%);
	width: .6rem;
	height: .8rem;
	background: url(../img/common/ico-slash.svg) no-repeat center / contain;
	filter: brightness(0) invert(1);
}
.topic_path ol li:last-child::after {
	display: none;
}
.topic_path ol li a {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
	.topic_path {
		margin: 1.5rem -2rem 0 0;
	}
	.topic_path ol {
		color: inherit;
	}
	.topic_path li:last-child {
		padding-right: 1rem;
	}
}

/*アンカーリンク
----------------------------------------*/
@media only screen and (max-width: 768px) {
	#contents01,
	#contents02,
	#contents03,
	#contents04,
	#contents05 {
		padding-top: 6rem;
    margin-top: -6rem;
	}
}

/*content
----------------------------------------*/
.content {
	padding-top: 15.3rem;
	padding-bottom: 18.2rem;
}
.content_inner {
	max-width: 110rem;
	margin: 0 auto;
}
.content_box {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 768px) {
	.content {
		padding-top: 5rem;
		padding-bottom: 8rem;
	}
	.content_box {
		flex-direction: column-reverse;
		max-width: 33rem;
		margin: 0 auto;
	}
}

/*side-nav
----------------------------------------*/
.side_nav_title {
	font-size: 1.4rem;
	padding-bottom: 2.4rem;
	border-bottom: .1rem solid #707070;
	width: 17rem;
	margin-top: 4.8rem;
}
.side_nav_title:first-child {
	margin-top: 0;
}
.side_nav_inner {
	position: sticky;
	top: 12rem;
}
.side_nav_list {
	padding-left: 2.25rem;
	padding-top: 2.8rem;
}
.side_nav_list li {
	position: relative;
}
.side_nav_list li + li {
	margin-top: 1.9rem;
}
.side_nav_list li.is-current::before {
	content: "";
	position: absolute;
	width: 0.5rem;
	height: 0.5rem;
	background-color: #00419A;
	border-radius: 50%;
	top: 50%;
	left: -2.2rem;
	transform: translateY(-50%);
	z-index: 2;
}
@media only screen and (max-width: 768px) {
	.side_nav_title {
		width: 100%;
		padding-bottom: 1.8rem;
	}
	.side_nav_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 2rem;
		padding-top: 1.8rem;
		padding-left: 0;
	}
	.side_nav_list li a {
		display: block;
		padding: 0 2.25rem;
	}
	.side_nav_list li a::after {
		content: '';
		display: block;
		width: .7rem;
		height: .7rem;
		border-top: .1rem solid #000;
		border-right: .1rem solid #000;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 1rem;
		margin: auto 0;
	}
	.side_nav_list li a[href^="#"]::after {
		transform: rotate(135deg);
	}
	.side_nav_list li + li {
		margin-top: 0;
	}
	.side_nav_list li + li::after {
		content: '';
		display: block;
		height: .1rem;
		background: #999;
		position: absolute;
		top: -1rem;
		left: 0;
		right: 0;
	}
	.side_nav_list li::before {
		content: "";
		position: absolute;
		width: 0.5rem;
		height: 0.5rem;
		background-color: #00419A;
		border-radius: 50%;
		top: 50%;
		left: .5rem !important;
		transform: translateY(-50%);
		z-index: 2;
	}
}

/*btn
----------------------------------------*/
.btn {
	width: fit-content;
	display: block;
	min-width: 24.7rem;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 1.6rem 4rem 2rem 2.5rem;
	background: #00419A;
	color: #fff;
	border-radius: .8rem;
}
.btn::after {
	content: '';
	display: block;
	width: .96rem;
	height: .96rem;
	background: url(../img/common/gnav_arrow_icon.svg) no-repeat left top / 100% auto;
	position: absolute;
	right: 2rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.btn_prev,
.btn_next {
	width: fit-content;
	display: block;
	min-width: 24.7rem;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 1.6rem 2.5rem 2rem;
	border: .1rem solid #00419A;
	background: transparent;
	color: #2B2B2B;
	border-radius: .8rem;
}
span.btn_prev,
span.btn_next {
	opacity: .5;
}
.btn_prev {
	text-align: right;
}
.btn_next {
	text-align: left;
}
.btn_prev::after,
.btn_next::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 1.354rem;
	height: 1.354rem;
	background: url(../img/common/btn_arrow_icon.svg) no-repeat left top / 100% auto;
}
.btn_prev::after {
	left: 2rem;
}
.btn_next::after {
	right: 2rem;
	transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
	.btn {
		margin-inline: auto;
	}
}


/*btn_more
----------------------------------------*/
.btn_more {
	width: fit-content;
	display: block;
	min-width: 15.6rem;
	border-bottom: .1rem solid rgba(76, 76, 76, .5);
	font-size: 1.5rem;
	letter-spacing: .12em;
	font-weight: 700;
	padding: 0 4.5rem .9rem 0;
}
.btn_more span {
	font-size: 1.2rem;
	letter-spacing: .1em;
	font-weight: 400;
	margin-left: 1.6rem;
}
.btn_more::after {
	content: '';
	display: block;
	background: url(../img/common/icon_arrow.svg) no-repeat left top / 100% auto;
	width: 3rem;
	height: 3rem;
	position: absolute;
	right: 0;
	bottom: .6rem;
}
.btn_more.white {
	border-bottom: .1rem solid #fff;
}
.btn_more.white::after {
	background-image: url(../img/common/icon_arrow_white.svg);
}
.btn_more.white span {
	margin-left: .8rem;
	font-size: 1.1rem;
	letter-spacing: .15em;
}
@media only screen and (max-width: 768px) {
	.btn_more {
		min-width: 29rem;
		margin: 0 auto;
	}
	.btn_more span {
		margin-left: .8rem;
	}
}

/*contact
----------------------------------------*/
.contact_txt {
	max-width: 95.9rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact_txt h2 {
	font-size: 3.6rem;
	font-weight: 400;
}
.contact_txt h2 .en {
	position: relative;
	display: block;
	margin-top: 6.25rem;
	font-size: 1.4rem;
}
.contact_txt h2 .en::after {
	content: '';
	display: block;
	background: url(../img/common/gnav_arrow_icon.svg) no-repeat left top / 100% auto;
	width: .958rem;
	height: .958rem;
	position: absolute;
	right: 12rem;
	bottom: .6rem;
}
.contact_txt p {
	line-height: 2.5;
}
@media only screen and (max-width: 768px) {
	.contact_inner figure img {
		height: 28rem;
		object-fit: cover;
	}
	.contact_txt h2 {
		display: contents;
	}
	.contact_txt h2 .en {
		position: absolute;
		bottom: 2rem;
		right: 2rem;
	}
	.contact_txt h2 .en::after {
		right: -2rem;
	}
	.contact_txt {
		display: block;
		max-width: 33rem;
		height: 28rem;
		top: 0;
		padding-top: 2.6rem;
		transform: none;
	}
	.contact_txt p {
		margin-top: 1.2rem;
		line-height: 1.92;
		font-size: 1.3rem;
	}
}

/*footer
----------------------------------------*/
.footer {
	border-top: .1rem solid #E1D6CC;
	z-index: 5;
}
.footer_inner {
	color: #2B2B2B;
	padding: 9.3rem 0 4.4rem;
}
.footer_inner::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #F5F5F5;
}
.footer_logo {
	color: #00419A;
}
.footer_logo a {
	display: block;
	width: 21.7rem;
	margin: 0 0 3.7rem;
}
.footer_logo img {
	width: 100%;
}
.footer_box {
	max-width: 110rem;
	margin: 0 auto;
}
.footer_box h2 {
	width: 100%;
}
.footer_navi {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.footer_navi_menu {
	font-size: 1.2rem;
	letter-spacing: .1em;
}
.footer_navi_menu p {
	line-height: 1.66;
}
.footer_navi_menu p + p {
	margin-top: 2rem;
}
.footer_box .btn {
	width: 29.5rem;
	margin: 3.5rem auto -3rem;
	left: -.2rem;
	letter-spacing: .05em;
}
.footer_box .btn::after {
	right: 2.5rem;
	width: 1rem;
	height: 1rem;
}
.footer_navi_list {
	font-size: 1.4rem;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	gap: 0 6.88rem;
}
.footer_navi_list_item li:not(.is-nolink)::before {
	content: "";
	position: absolute;
	width: 0.87rem;
	height: 0.87rem;
	background-color: #00419A;
	border-radius: 50%;
	top: 50%;
	left: -2.6rem;
	transform: translateY(-50%);
	z-index: 2;
}
.footer_navi_list_item li + li {
	margin-top: 1.1rem;
}
.footer_navi_list_item .is-nolink {
	color: #6F6F6F;
	font-weight: 400;
}
.footer_navi_list_item .is-nolink a {
	text-decoration: underline;
	text-underline-offset: .2rem;
}
.footer .copyright {
	color: #2B2B2B;
	background: #F5F5F5;
	display: block;
	font-size: 1.1rem;
	letter-spacing: .05em;
	text-align: center;
	padding: 2.3rem;
}
@media only screen and (max-width: 768px) {
	.footer_inner {
		padding-block: 3rem;
	}
	.footer_contact h2 {
		text-align: center;
		font-size: 1.8rem;
		letter-spacing: .2em;
		margin-bottom: 4.9rem;
	}
	.footer_navi {
		flex-direction: column-reverse;
		align-items: center;
	}
	.footer_logo a {
		margin-inline: auto;
	}
	.footer_box .btn {
		display: none;
	}
	.footer_navi_menu {
		margin-top: 5.3rem;
	}
	.footer_navi_menu p {
		text-align: center;
	}
	.footer_navi_list {
		font-size: 1.1rem;
		letter-spacing: .1em;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.91rem 5.5rem;
		padding-inline: 5.2rem 3.71rem;
	}
	.footer_navi_list .footer_navi_list_item:last-of-type {
		margin-top: -2.2rem;
	}
	.footer_navi_list_item li {
		margin-right: -1rem;
	}
	.footer_navi_list_item li + li {
		margin-top: .7rem;
	}
	.footer_navi_list_item li:not(.is-nolink)::before {
		width: 0.735rem;
		height: 0.735rem;
		left: -2.4rem;
	}
	.footer .copyright {
		padding-top: 5rem;
	}
	.footer_box {
		display: block;
	}
}

/*inview
----------------------------------------*/
.inview {
	opacity: 0;
	transform: translateY(2rem);
	transition: opacity 1.2s, transform 1.25s;
}
.inview.show {
	opacity: 1;
	transform: none;
}