@charset "UTF-8";

#wrapper {
	overflow: hidden;
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/

#splash {
	/*fixedで全面に固定*/
	position: fixed;
	z-index: 30000;
	width: 100%;
	height: 100%;
	background: #FFF;
	text-align: center;
	color: #000;
}

/* Loadingバー中央配置　*/
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #fff;
}




.container__w1200--p36 {
	width: 100%;
	max-width: 1272px;
	padding-inline: 36px;
	margin-inline: auto;
}

.container__w1166--p17 {
	width: 100%;
	max-width: 1200px;
	padding-inline: 17px;
	margin-inline: auto;
}

.container__w1200--p17 {
	width: 100%;
	max-width: 1200px;
	padding-inline: 17px;
	margin-inline: auto;
}

/*.container__w2368--p36 {
	width: 100%;
	max-width: 2440px;
	padding-inline: 36px;
	margin-inline: auto;
}*/
.dpn {
	display: none;
}

.btn--01 {
	background: #1A7567;
	border-radius: 100px;
	color: #FFF;
	text-align: center;
	border: #1A7567 1px solid;
}

.btn--01:hover {
	background: #FFF !important;
	color: #1A7567 !important;
}

.btn--02 {
	color: #FFF;
	display: block;
	border: #FFF 1px solid;
	width: 156px;
	padding: 13px 8px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
}

.btn--02::before {
	display: block;
	content: "";
	width: 39px;
	height: 39px;
	background: url(../../img/btn02-bf.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	right: 3px;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
}

.btn--02::after {
	display: block;
	content: "";
	width: 39px;
	height: 39px;
	background: url(../../img/btn02-af.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	opacity: 0;
}

.btn--02:hover {
	background: #FFF;
	color: #333;
}

.btn--02:hover::after {
	opacity: 1;
}

/*.btn--03*/
.btn--03 a {
	display: block;
	overflow: hidden;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	padding: 7px 19px;
	text-align: left;
	width: 156px;
	letter-spacing: 0.1em;
	border: #333 1px solid;
	height: 48px;
}

.btn--03 a:hover {
	border: none;
	color: #1A7567;
}

.btn--03 a:hover:before,
.btn--03 a:hover:after {
	width: 100%;
}

.btn--03 a:hover .line:before,
.btn--03 a:hover .line:after {
	height: 100%;
}

.btn--03 a:before {
	background-color: #1A7567;
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	transition: all 0.15s ease 0s;
	-webkit-transition: all 0.15s ease 0s;
	bottom: 0;
	height: 1px;
	right: 0;
	width: 0;
}

.btn--03 a:after {
	background-color: #1A7567;
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	transition: all 0.15s ease 0s;
	-webkit-transition: all 0.15s ease 0s;
	height: 1px;
	left: 0;
	top: 0;
	width: 0;
}

.btn--03 a .line:before {
	background-color: #1A7567;
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	transition: all 0.15s ease 0s;
	-webkit-transition: all 0.15s ease 0s;
	height: 0;
	right: 0;
	top: 0;
	width: 1px;
}

.btn--03 a .line:after {
	background-color: #1A7567;
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	transition: all 0.15s ease 0s;
	-webkit-transition: all 0.15s ease 0s;
	bottom: 0;
	height: 0;
	left: 0;
	width: 1px;
}

/*.btn--03*/

.head--01 {
	font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2424)), 16px);
	min-height: 0vw;
	font-weight: 700;
	margin-bottom: 40px;
}

.head--01::before {
	content: attr(data-eng);
	font-size: clamp(24px, calc(1.5rem + ((1vw - 3.75px) * 1.9394)), 40px);
	min-height: 0vw;
	font-weight: 900;
	display: block;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

.head--02 {
	font-size: 18px;
	font-weight: 700;
}

.head--02::after {
	display: block;
	content: "";
	width: 40px;
	height: 1px;
	background: #707070;
	margin-block: 8px;
}

.head--03 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 40px;
}

.head--04 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 40px;
}

.head--05 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
	padding-bottom: 14px;
	border-bottom: #A3A3A3 1px solid;
	letter-spacing: 0.03em;
	margin-top: 60px;
}

.head--06 {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
}

.head--07 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
}

.head--07::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #707070;
	margin: 8px auto;
}

.head--08 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 30px;
	letter-spacing: 0;
}

.dl-01__dt {
	font-weight: 700;
	border-bottom: #1A7567 1px solid;
	padding-block: 14px;
}

.dl-01__dd {
	border-bottom: #A3A3A3 1px solid;
	padding-block: 14px;
}

.dl-02 {
	margin-top: 20px;
}

.dl-02__dt {
	font-weight: 700;
}

.dl-02__dt.last {
	margin-top: 30px;
}

.ul-01__li {
	line-height: 2.25;
}

.ul-02__li {
	line-height: 2.25;
	text-align: left;
}

.ul-02__li .br {
	display: block;
	margin-left: 1em;
}

.ul-03__li {
	padding-left: 14px;
	text-indent: -14px;
}

.ul-03__li::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1A7567;
	vertical-align: 10%;
	margin-right: 8px;
}

.dl-04__dt {
	font-weight: 700;
	padding-block: 30px 20px;
	text-align: left;
	position: relative;
}

.dl-04__dt.required::after {
	content: "必須";
	background: #1A7567;
	border-radius: 100px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 8px;
	line-height: 1;
	margin-left: 13px;
}

.dl-04__dt.memo {
	padding-bottom: 60px;
}

.dl-04__dt.memo span {
	font-size: 14px;
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 0;
	font-weight: 400;
}

.dl-04__dd {
	border-bottom: #196A5C 1px solid;
	padding-bottom: 30px;
}

.dl-04__dd input[type="text"],
.dl-04__dd input[type="email"],
.dl-04__dd input[type="tel"],
.dl-04__dd textarea {
	font-family: 'Noto Sans JP';
	background: #EDEDED;
	border: none;
	font-size: 16px;
	width: 100%;
	padding: 10px;
}

.dl-04__p {
	margin-top: 30px;
	width: 100%;
	text-align: center;
}

/*	header
-------------------------------------------------------------------*/
.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 20000;
	background: #FFF;
	box-shadow: rgba(51, 51, 51, 0.12) 0 3px 6px;
}

.header-title {
	width: 190px;
	background: url(../../img/hd-logo-lead.png) left center no-repeat;
	background-size: contain;
	font-size: 16px;
	text-indent: -9999px;
	padding-block: 16px;
	position: relative;
	z-index: 20000;
}

.header-title__anchor {
	display: block;
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-global__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	grid-column-gap: 47px;
}

.nav-global__anchor {
	font-size: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.44;
}

.nav-global__anchor::before {
	content: attr(data-eng);
	display: block;
	font-size: 18px;
	color: #1A7567;
	font-weight: 900;
	line-height: 1.33;
	letter-spacing: 0.08em;
	margin-bottom: 7px;
}

.nav-global__anchor.btn--01 {
	width: 181px;
	height: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-global__anchor.btn--01::before {
	display: none;
}

.nav-global__anchor:hover {
	transform: translateY(-11px);
}

.nav-global__anchor.btn--01:hover {
	transform: none;
}










/*ドロワー*/
/*ボタン*/
.drawer__btn {
	position: absolute;
	top: 8px;
	right: 0;
	z-index: 10002;
	width: 98px;
	height: 44px;
	background-color: #1A7567;
	overflow: hidden;
	cursor: pointer;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}

.drawer__btn span {
	display: block;
	width: 24px;
	height: 4px;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: 0.3s;
}

.drawer__btn span:nth-of-type(1) {
	transform: translate(-120%, -10px);
}

.drawer__btn span:nth-of-type(2) {
	transform: translate(-120%, -50%);
}

.drawer__btn span:nth-of-type(3) {
	transform: translate(-120%, 6px);
}

.drawer__btn.active span:nth-of-type(1) {
	transform: translate(-120%, -50%) rotate(45deg);
}

.drawer__btn.active span:nth-of-type(2) {
	transform: translate(100%, -50%);
	opacity: 0;
}

.drawer__btn.active span:nth-of-type(3) {
	transform: translate(-120%, -50%) rotate(-45deg);
}

.drawer__menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10001;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	transition: 0.3s;
	transform: translateX(100%);
	opacity: 0;
}

.drawer__menu.active {
	transform: translateX(0);
	opacity: 1;
}

.drawer__bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	background-color: #FFF;
	transition: 0.3s;
	transform: translateX(100%);
	opacity: 0;
	cursor: pointer;
}

.drawer__bg.active {
	transform: translateX(0);
	opacity: 1;
}

/*ドロワーメニュー*/
.nav-drawer__list {
	background: #FFF;
	position: relative;
	padding: 81px 36px 51px 36px;
	box-shadow: rgba(51, 51, 51, 0.12) 0 3px 6px;
}

.nav-drawer__item+.nav-drawer__item {
	border-top: #E0E9DE 1px solid;
}

.nav-drawer__anchor {
	display: block;
	padding-block: 20px;
	color: #333;
	font-size: 14px;
}

.nav-drawer__anchor::before {
	display: block;
	content: attr(data-eng);
	font-weight: 900;
	font-size: 18px;
	color: #1A7567;
}

.nav-drawer__anchor.btn--01 {
	font-size: 18px;
	color: #FFF;
	padding-block: 16px;
	margin-top: 30px;
}







/* breadcrumb
-------------------------------------------------------------------*/
.breadcrumbs {
	padding-block: 10px 60px;
}

.breadcrumbs__list {
	list-style-type: none;
}

.breadcrumbs__item {
	color: #868686;
	font-size: 14px;
	display: inline-block;
}

.breadcrumbs__anchor {
	color: #868686;
}

.breadcrumbs__item+.breadcrumbs__item::before {
	display: inline-block;
	content: "";
	width: 5px;
	height: 11px;
	background: url(../../img/arrow-bread.png) center center no-repeat;
	background-size: contain;
	margin-left: 10px;
	margin-right: 10px;
	white-space: normal;
}

.breadcrumbs__item:last-child {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: calc(100% - 120px);
	vertical-align: middle;
}

/* article
-------------------------------------------------------------------*/
.content {
	padding-block: 56px 120px;
}

.content-header {
	background: #1A7567;
}

.content-header__container {
	background: url(../../img/content-hd-bg-sp.png) center center no-repeat;
	background-size: cover;
	height: clamp(160px, calc(10rem + ((1vw - 3.75px) * 29.0909)), 400px);
	min-height: 0vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.content-header__title {
	font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 1.9394)), 32px);
	min-height: 0vw;
	font-weight: 700;
	color: #FFF;
}

.content-header__title::before {
	content: attr(data-eng);
	display: block;
	color: #FFF;
	font-size: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 3.6364)), 60px);
	min-height: 0vw;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.pagination {
	display: flex;
	justify-content: center;
}

.pagination-inner {
	display: flex;
	justify-content: center;
	grid-column-gap: 8px;
}

.prev-page button,
.next-page button,
.pagination-inner li {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: #333 1px solid;
}

.pagination-inner a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.pagination-inner li.current {
	background: #333;
}

.pagination-inner li.current a {
	color: #FFF;
}

.prev-page button {
	background: #FFF;
	margin-right: 8px;
	color: #333;
}

.next-page button {
	background: #FFF;
	margin-left: 8px;
	color: #333;
}


/*	footer
-------------------------------------------------------------------*/
.ft-contact {
	background: linear-gradient(180deg, rgba(26, 117, 103, 0.8), rgba(0, 21, 18, 0.8)), url(../../img/ft-contact-bg-sp.jpg);
	background-size: cover;
	background-position: center center;
	padding-block: 29px 40px;
	position: relative;
	padding-inline: 36px;
}

.ft-contact__container {
	background: #FFF;
	padding-block: 17px;
}

.ft-contact__container .head--01 {
	margin-bottom: 24px;
}

.ft-contact__item {
	padding: 30px 6px;
}

.ft-contact__item:first-child {
	padding-top: 0;
}

.ft-contact__item:last-child {
	padding-block: 0;
}

.ft-contact__item+.ft-contact__item {
	border-top: #707070 1px solid;
}

.ft-contact__item--position {
	font-size: 14px;
	font-weight: 700;
}

.ft-contact__item--tel {
	font-size: 32px;
	font-weight: 700;
	font-family: 'Noto Sans JP';
	line-height: 1.4;
}

.ft-contact__item--time {
	font-size: 14px;
	letter-spacing: 0;
}

.ft-contact__item .btn--01 {
	display: block;
	margin: 20px auto 0;
	padding-block: 25px;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	line-height: 1.45;
	width: 100%;
	letter-spacing: 0.02em;
}

.ft-contact__item .btn--01 span {
	width: 120px;
	margin-inline: auto;
	display: block;
}

.ft-infomation {
	background: #333;
	color: #FFF;
	padding-block: 40px 33px;
}

.footer-title {
	width: 262px;
	background: url(../../img/ft-logo-lead.png) left center no-repeat;
	background-size: contain;
	font-size: 16px;
	text-indent: -9999px;
	padding-block: 16px;
	margin-inline: auto;
}

.footer-title__anchor {
	display: block;
}

.ft-information__left--01 .btn--02 {
	margin: 30px auto 20px auto;
}

.ft-information__left--img {
	background: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 156px;
}

.ft-information__left--02 {
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column-gap: 14px;
}

.ft-information__left--img01 {
	width: 38px;
}

.ft-information__left--img02 {
	width: 108px;
}

.ft-information__left--iso {
	line-height: 1.625;
}

.nav-footer__anchor {
	color: #FFF;
}

.ft-copyright {
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	margin-top: 60px;
}

.ft-copyright small {
	display: block;
	margin-top: 40px;
	font-size: 16px;
}


/* 2025.04.23 smcp追記 */
.top-news__banner {
	width: 604px;
	height: auto;
	display: block;
	margin: 5px auto 0 auto;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

/* 2025.08.05 smcp追記 */
.banner-note {
	font-weight: 700;
	text-align: center;
	position: relative;
	width: fit-content;
	margin: 60px auto 0 auto;
}

.banner-note br {
	display: none;
}

.banner-note::before {
	content: "＼";
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translateY(-50%);
}

.banner-note::after {
	content: "／";
	position: absolute;
	right: -18px;
	top: 50%;
	transform: translateY(-50%);
}