@charset "UTF-8";

/* ------------------------------------------------
                   テキストページ
--------------------------------------------------- */

/*---------- 共通 ----------*/
/* ページタイトル */
.sec-page-ttl {
	width: 100%;
	background: rgba(0, 144, 95, 0.2);
	position: relative;
}
.sec-page-ttl .cont-inn {
	height: 280px;
	padding: 36px 0;
}

.page-ttl-wrap {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.page-ttl-en {
	margin-bottom: 10px;
	color: var(--color-black);
	text-align: center;
	font-size: 1.4rem;
    font-weight: 500;
	line-height: 1.73;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
	opacity: 0.5;
}
.page-ttl {
	color: var(--color-darkgreen);
	text-align: center;
	font-size: 3.8rem;
    font-weight: 500;
	line-height: 1.05;
}



@media (max-width: 768px) {
	/* ページタイトル */
	.sec-page-ttl {
		width: 100%;
		border-top: none;
	}
	.sec-page-ttl .cont-inn {
		height: 53.33vw;
		padding: 1.6vw 0;
	}
	.sec-page-ttl .breadcrumb-wrap {
		margin-bottom: 4vw;
	}

	.page-ttl-en {
		margin-bottom: 2.66vw;
		font-size: var(--fs-sp-14);
		line-height: 1.35;
	}
	.page-ttl {
		font-size: var(--fs-sp-30);
		line-height: 1.73;
	}
	
}





/*---------- テキストコンテンツ ----------*/
.sec-pages {
	width: 100%;
	position: relative;
}

.sec-pages .cont-inn {
	padding: 80px 0 50px;
}
.page-cont {
	width: 100%;
	max-width: 790px;
	margin: 0 auto;
	color: var(--color-gray);
}


.page-cont h2 {
	margin: 40px auto 10px;
	color: var(--color-black);
	font-size: 1.7rem;
	font-weight: 600;
}
.page-cont h3 {
	margin-bottom: 10px;
	color: var(--color-black);
	font-size: 1.4rem;
	font-weight: 500;
}
.page-cont .ttl-large {
	margin-bottom: 20px;
	font-size: 2.3rem;
}
.page-cont .ttl-middle {
	margin-bottom: 20px;
	font-size: 1.9rem;
	font-weight: 400;
	color: var(--color-darkgray);
}

.fw-500 {
	font-weight: 500 !important;
}
.page-cont > p {
	margin-bottom: 30px;
	line-height: 2;
}
.page-cont .bold{
	color: var(--color-black);
	font-weight: 600;
}


.page-cont table {
	width: calc(100% - 10px);
	margin: 20px 0 20px auto;
	margin-left: auto;
	border-collapse: collapse;
}
.page-cont ul li table {
	width: 100%;
}
.page-cont th {
	padding: 12px;
	background: rgba(68, 68, 68, 0.1);
	border: 1px solid #707070;
	line-height: 1;
	text-align: center;
}
.page-cont th.bold {
	font-size: 1.7rem;
	font-weight: 600;
}
.page-cont td {
	padding: 10px;
	border: 1px solid #707070;
}

.page-cont table.table-blue {
	width: 100%;
	margin: 20px 0 40px auto;
	margin-left: auto;
	border-collapse: collapse;
}
.page-cont table.table-blue th {
	padding: 15px 20px;
	background: #E5EFF7;
	border: 1px solid var(--color-black);
	color: var(--color-black);
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	text-align: left;
}
.page-cont table.table-blue td {
	padding: 20px;
	border: 1px solid var(--color-black);
}

.num-list > li {
	text-indent: -1.6em;
	padding-left: 1.6em;
}
.num-list-wide > li {
	text-indent: -2.6em;
	padding-left: 2.6em;
}
.abc-list > li {
	text-indent: -1.6em;
	padding-left: 1.6em;
}

.num-list > li, 
.num-list-wide > li, 
.abc-list > li {
	margin-bottom: 10px;
	line-height: 2;
}

.txt-note {
	text-indent: -2.6em;
	padding-left: 2.6em;
}

.bnr-link {
	width: 158px;
	display: inline-block;
}

@media (max-width: 768px) {
	.sec-pages {
		width: 100%;
		position: relative;
	}

	.sec-pages .cont-inn {
		padding: 16vw 0 13.33vw;
	}
	.page-cont {
		width: 100%;
		max-width: initial;
	}


	.page-cont h2 {
		margin: 10.66vw auto 2.66vw;
		font-size: var(--fs-sp-17);
	}
	.page-cont h3 {
		margin-bottom: 2.66vw;
		font-size: var(--fs-sp-14);
	}
	.page-cont .ttl-large {
		margin-bottom: 5.33vw;
		font-size: var(--fs-sp-21);
	}
	.page-cont .ttl-middle {
		margin-bottom: 5.33vw;
		font-size: var(--fs-sp-19);
	}

	.page-cont > p {
		margin-bottom: 8vw;
	}
	
	.scroll-wrap {
		width: 100%;
		overflow: auto;
	}

	.page-cont table {
		width: calc(100% - 2.66vw);
		margin: 5.33vw 0 5.33vw auto;
	}
	.page-cont ul li table {
		width: 100%;
	}
	.page-cont th {
		padding: 3.2vw;
	}
	.page-cont th.bold {
		font-size: var(--fs-sp-17);
	}
	.page-cont td {
		padding: 2.66vw;
	}

	.page-cont table.table-blue {
		width: 100%;
		min-width: 900px;
		margin: 5.33vw 0 10.66vw;
		margin-left: auto;
		border-collapse: collapse;
	}
	.page-cont table.table-blue th {
		padding: 15px 5.33vw;
		font-size: var(--fs-sp-15);
	}
	.page-cont table.table-blue td {
		padding: 5.33vw;
	}

	
	.num-list > li, 
	.num-list-wide > li, 
	.abc-list > li {
		margin-bottom: 2.66vw;
	}

	
	.page-cont .pl30 {
		padding-left: 0 !important;
	}
}




/*---------- サイトマップ ----------*/
.sitemap-link {
	max-width: 790px;
	margin: 0 auto;
}
.sitemap-link > li > a, 
.sitemap-link-child > li > a, 
.sitemap-link-grandchild > li > a {
	margin-top: 12px;
	color: var(--color-link);
	font-size: 1.5rem;
	font-weight: 500;
	display: inline-block;
	transition: 0.3s ease-in-out;
	position: relative;
}
.sitemap-link > li > a.top-link {
	font-size: 1.6rem;
	margin-top: 25px;
}
.sitemap-link > li:first-child > a.top-link {
	margin-top: 0;
}

.sitemap-link > li > a.is-anchor-link, 
.sitemap-link-child > li > a.is-anchor-link, 
.sitemap-link-grandchild > li > a.is-anchor-link {
	color: var(--color-black);
	font-weight: 400;
}

.sitemap-link-child > li {
	padding-left: 1em;
	position: relative;
}
.sitemap-link-child > li::before {
	content: '└';
	color: var(--color-black);
	display: inline-block;
	margin-right: 0.1em;
}
.sitemap-link-grandchild > li {
	padding-left: 3em;
	position: relative;
}
.sitemap-link-grandchild > li::before {
	content: '└';
	color: var(--color-black);
	display: inline-block;
	margin-right: 0.3em;
}

.sitemap-link .is-disable {
	color: var(--color-black);
}

@media (min-width: 769px) {

	.sitemap-link > li > a::after, 
	.sitemap-link-child > li > a::after, 
	.sitemap-link-grandchild > li > a::after {
		content: '';
		width: 0;
		height: 1px;
		background: var(--color-sghblue);
		position: absolute;
		bottom: -5px;
		left: 0;
		transition: 0.3s ease-in-out;
	}
	.sitemap-link > li > a.is-anchor-link::after, 
	.sitemap-link-child > li > a.is-anchor-link::after, 
	.sitemap-link-grandchild > li > a.is-anchor-link::after {
		background: var(--color-black);
	}
	
	
	.sitemap-link > li > a:hover, 
	.sitemap-link-child > li > a:hover, 
	.sitemap-link-grandchild > li > a:hover {
		color: var(--color-sghblue);
	}
	.sitemap-link > li > a.is-anchor-link:hover, 
	.sitemap-link-child > li > a.is-anchor-link:hover, 
	.sitemap-link-grandchild > li > a.is-anchor-link:hover {
		color: var(--color-black);
	}
	.sitemap-link > li > a:hover::after, 
	.sitemap-link-child > li > a:hover::after, 
	.sitemap-link-grandchild > li > a:hover::after {
		width: 100%;
	}
	
}

@media (max-width: 768px) {
	.sitemap-link > li > a {
		margin-top: 4vw;
		font-size: var(--fs-sp-16);
		font-weight: 600;
	} 
	.sitemap-link-child > li > a, 
	.sitemap-link-grandchild > li > a {
		margin-top: 4vw;
		font-size: var(--fs-sp-14);
		font-weight: 600;
	}
	.sitemap-link > li > a.top-link {
		font-size: var(--fs-sp-16);
		margin-top: 6.66vw;
	}
	.sitemap-link > li:first-child > a.top-link {
		margin-top: 0;
	}
}




/*---------- お知らせ一覧 ----------*/

.sec-information {
	width: 100%;
	padding: 100px 0 110px;
	position: relative;
	z-index: 2;
}

.sec-information .sec-ttl {
	margin-bottom: 20px;
	color: var(--color-black);
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.73;
}

.information-wrap {
	width: 100%;
	max-width: 890px;
	margin: 0 auto;
}


/* リスト */
.information-list {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #C5C5C5;
}
.information-item {
	width: 100%;
	padding: 25px 0;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #C5C5C5;
	text-align: left;
}
.information-item-date {
	width: 85px;
	font-weight: 600;
	color: var(--color-black);
	transition: 0.3s ease-in-out;
}
.information-item-txt-wrap {
	width: calc(100% - 85px);
}
.information-item-ttl {
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.5rem;
	font-weight: 400;
	color: var(--color-darkgra);
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-color: transparent;
	transition: 0.3s ease-in-out;
}
.information-item-txt {
	width: 100%;
	font-size: 1.5rem;
	font-weight: 400;
	color: var(--color-gray);
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-color: transparent;
	transition: 0.3s ease-in-out;
}

.information-item-link {
	display: inline-block;
	color: var(--color-blue);
	font-size: 1.4rem;
	font-weight: 600;
	text-decoration: underline !important;
	text-underline-offset: 4px;
	text-decoration-color: transparent !important;
	transition: 0.3s ease-in-out;
}

@media (min-width: 769px) {
	.information-item-link:hover {
		text-decoration-color: var(--color-blue) !important;
	}
	
}

@media (max-width: 768px) {
	.sec-information {
		width: 100%;
		padding: 15vw 0;
	}

	.sec-information .sec-ttl {
		margin-bottom: 5.33vw;
		font-size: var(--fs-sp-23);
	}
	
	
	.information-list {
		width: 100%;
		margin: 8vw auto 14vw;
	}
	.information-item {
		width: 100%;
		padding: 3vw 0 5vw;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		text-align: left;
	}
	.information-item-date {
		width: 100%;
		margin-bottom: 2vw;
		font-size: var(--fs-sp-14);
	}
	.information-item-txt-wrap {
		width: 100%;
	}
	.information-item-ttl {
		width: 100%;
		margin-bottom: 2.66vw;
		font-size: var(--fs-sp-15);
	}
	.information-item-txt {
		width: 100%;
		font-size: var(--fs-sp-15);
	}

	.information-item-link {
		font-size: var(--fs-sp-14);
	}
	
}



/*---------- 約款 ----------*/

/* リスト */
.terms-list {
	width: 100%;
	max-width: 465px;
	margin: 0 auto 80px;
}

.terms-list-ttl-wrap {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--color-green);
	justify-content: space-between;
	align-content: flex-start;
}

.terms-list-ttl-en {
	color: var(--color-black);
	font-size: 1.7rem;
    font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
	opacity: 0.5;
}
.page-cont h2.terms-list-ttl {
	margin: 0 auto;
	color: var(--color-black);
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.73;
}

.terms-list-links {
	width: 100%;
}
.terms-list-links li {
	width: 100%;
	margin-top: 20px;
}
.terms-list-links li a {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.2;
	position: relative;
	transition: 0.3s ease-in-out;
}
.terms-list-links li a::after {
	content: '';
	width: 0;
	height: 1px;
	background: var(--color-darkgray);
	position: absolute;
	bottom: -8px;
	left: 0;
	transition: 0.3s ease-in-out;
}
@media (min-width: 769px) {
	.terms-list-links li a:hover::after {
		width: 100%;
	}
}


@media (max-width: 768px) {
	
	/* リスト */
	.terms-list {
		width: 100%;
		margin: 0 auto 21.33vw;
	}

	.terms-list-ttl-wrap {
		width: 100%;
		padding-bottom: 5.33vw;
		margin-bottom: 5.33vw;
	}
	
	.terms-list-ttl-en {
		font-size: var(--fs-sp-17);
	}
	.page-cont h2.terms-list-ttl {
		font-size: var(--fs-sp-23);
	}

	.terms-list-links {
		width: 100%;
	}
	.terms-list-links li {
		margin-top: 3.2vw;
	}
	.terms-list-links li:first-child {
		margin-top: 0;
	}
	.terms-list-links li a {
		font-size: var(--fs-sp-15);
	}
}



/*---------- お問い合わせ ----------*/



.sec-page-copy {
	width: 100%;
	padding: 70px 0 110px;
	text-align: center;
}
.page-copy {
	color: var(--color-black);
	font-size: 1.9rem;
	line-height: 2;
}

@media (max-width: 768px) {
	.sec-page-copy {
		padding: 18.66vw 0 29.33vw;
		text-align: left;
	}
	.page-copy {
		color: var(--color-gray);
		font-size: var(--fs-sp-14);
	}
}

.sec-contact .cont-inn {
	max-width: 960px;
	padding: 0 0 160px;
}

/* リスト */
.contact-list-wrap {
	width: 100%;
	justify-content: space-between;
	
}
.contact-list {
	width: calc((100% - 20px) / 2);
}

.contact-list-ttl-wrap {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--color-green);
	justify-content: space-between;
	align-content: flex-start;
}

.contact-list-ttl-en {
	color: var(--color-black);
	font-size: 1.7rem;
    font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
	opacity: 0.5;
}
.page-cont h2.contact-list-ttl {
	margin: 0 auto;
	color: var(--color-black);
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.73;
}

.contact-list-txt {
	width: 100%;
	margin-top: 20px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
	position: relative;
}
.contact-list-txt a {
	display: inline-block;
	position: relative;
}
.contact-list-txt a::after {
	content: '';
	width: 0;
	height: 1px;
	background: var(--color-darkgray);
	position: absolute;
	bottom: -8px;
	left: 0;
	transition: 0.3s ease-in-out;
}
@media (min-width: 769px) {
	
	.contact-list-txt a:hover::after {
		width: 100%;
	}
}


@media (max-width: 768px) {
	.sec-contact .cont-inn {
		max-width: initial;
		padding: 0 0 21.33vw;
	}

	
	/* リスト */
	.contact-list-wrap {
		width: 100%;
		margin: 0 auto;
	}
	.contact-list {
		width: 100%;
		margin: 0 auto 21.33vw;
	}

	.contact-list-ttl-wrap {
		width: 100%;
		padding-bottom: 5.33vw;
		margin-bottom: 5.33vw;
	}
	
	.contact-list-ttl-en {
		font-size: var(--fs-sp-17);
	}
	.page-cont h2.contact-list-ttl {
		font-size: var(--fs-sp-23);
	}

	.contact-list-txt {
		font-size: var(--fs-sp-15);
	}
}
