/* CSS Document */
@charset "utf-8";

body *{
	font-size: 12vw;
	line-height: 1.7;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	box-sizing: border-box;
	
}
body a{
	text-decoration: none;
}

body{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
body .eng{
	font-family: "Noto Serif", "Times New Roman", serif, sans-serif;
}


h1,h2,h3{
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 1em;
}
h1{
	font-size: 3em;
}
h2{
	font-size: 2em;
}
h3{
	font-size: 1.5em;
}

.mb10{ margin-bottom: 10px; }
.mb20{ margin-bottom: 20px; }
.mb50{ margin-bottom: 50px; }

.conWrap{
	padding: 0 3vw;
}

.pc{
	display: none!important;
}
.sp{}

/* option
***************************************/
.mb10{ margin-bottom: 10px; }
.mb20{ margin-bottom: 20px; }
.mb50{ margin-bottom: 50px; }

.mt10{ margin-top: 10px; }
.mt20{ margin-top: 20px; }
.mt50{ margin-top: 50px; }

.title_01{
	display: block;
	padding: 0.5em 0.5em;
	width: 100%;
	background-color: #001e43;
	color: #FFF;
}

.title_green{
	display: block;
	padding: 0.5em 0.5em;
	width: 100%;
	background-color: #0b985e;
	color: #FFF;
}
.font_size_26{
	font-size: 26px;
}

.text_align_right{
	text-align: right;
}
.text_align_center{
	text-align: center;
}

.tbl01{
	width: 100%;
}
.tbl01 th{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.tbl01 th,
.tbl01 td{
	padding: 1em;
	border: 2px solid #001e43;;
}

.list__decimal{
	list-style: decimal;
	margin-left: 1.4em;
}
.text_mrkr_yellow{
	background:linear-gradient(transparent 80%, #ff6 80%);
}

.c_yellow{
	color: #ff6!important;
}

/* Header
***************************************/
header{}
	.header_wrap{
		padding: 3vw 1vw 3vw;
	}
		header a{
			text-decoration: none;
		}
	header .h_logo{
		display: block;
		width: 40vw;
		margin-left: 1vw;
	}
		header .h_logo img{
			display: block;
			width: 100%;
			height: auto;
		}
	header .h_t01{
        font-size: 3vw;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 2vw;
		display: none;
	}
		header .h_t01 br{
			display: none;
		}
	header .h_t02{
		display: none;
	}
header .h_cta {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    background-color: #ed770a;
    color: #FFF;
    border-radius: 10vw;
    padding: 4vw 5vw 4vw 14vw;
    position: relative;
	margin-bottom: 6vw;
}
	header .h_cta .h_cta_1 {
		font-size: 4vw;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 7vw;
		line-height: 1.2;
		width: 14vw;
		height: 14vw;
		background-color: #FFF;
		color: #333;
		position: absolute;
		left: 3vw;
		top: 50%;
		margin-top: -7vw;
	}
	header .h_cta b{
		display: block;
		width: 100%;
		font-size: 6.2vw;
		text-align: center;
		line-height: 1;
		color: #FFF;
	}
	header .h_cta .h_cta_2{
		display: block;
		width: 100%;
		font-size: 4vw;
		text-align: center;
		line-height: 1;
		color: #FFF;
	}
header nav{
	grid-column: 1 / 5;
	grid-row: 2 / 3;
}
	header nav ul{
		display: block;
	}
header nav ul li a {
    display: block;
    padding: 0.8em 0;
    font-size: 18px;
    line-height: 1;
    border-bottom: 1px solid #001e43;
    color: #001e43;
    position: relative;
    padding-left: 6vw;
    font-weight: bold;
}
			header nav ul li a::before {
				content: "";
				display: block;
				width: 1vw;
				height: 1vw;
				border-top: 2px solid #333;
				border-right: 2px solid #333;
				transform: rotate(45deg);
				position: absolute;
				top: 50%;
				left: 0;
				margin-top: -0.5vw;
			}
		header nav ul li:last-child a{
			border-right: none;
		}

.page_column header{
	background-color: #001e43;
}
.page_column header .h_logo img{
	filter: brightness(0) invert(1);
}

.page_column header .h_t01{
	color: #FFF;
    margin-bottom: 0;
	padding-bottom: 2vw;
}

/* CTA */
.btn_cta_fix{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;                 /* 常にbottom:0 を基準にして… */
  transform: translateY(120%); /* 初期は画面外に退避（確実に見えない） */
  transition: transform .4s ease;
  z-index: 9999;

  width: 100%;
  background-image: url(../img/common/bg_btn_cta_sp1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 20px 5px;

  display: flex !important; /* 他CSSに潰されないよう保険 */
  justify-content: center;
}
.btn_cta_fix.show{
  transform: translateY(0);   /* 表示状態（スライドイン） */
}

.btn_cta_fix a{
  display: block;
  width: auto;
  height: 120px;
}
.btn_cta_fix a img{
  display: block;
  width: auto;
  height: 120px;
}
.sp.btn_cta_fix{
	display: block;
}


/* ハンバーガーメニュー
***************************************/
.hamburger {
    position: absolute;
    width: 30px;
    height: 22px;
    cursor: pointer;
    z-index: 6;
    top: 13px;
    right: 13px;
    border: none;
    background: none;
}
  .hamburger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #001e43;
	border-radius: 4px;
  }
  .hamburger span,
  .hamburger.active span {
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
  }
	.hamburger span:nth-child(1) {
		top: 0;
	}
	.hamburger span:nth-child(2) {
		top: 10px;
	}
	.hamburger span:nth-child(3) {
		bottom: 0;
	}


	.hamburger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
	}
	.hamburger.active span:nth-of-type(2) {
	opacity: 0;
	}
	.hamburger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
	}

	button.hamburger.sp.active {
		position: fixed;
	}

  .header-menu {
    display: none;
    flex-direction: column;
    background: rgb(255 255 255 / 90%);
    padding: 10%;
	z-index: 5;
	transition: all .5s;
  }

  .header-menu.active {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
    display: flex;
	transition: all .5s;
	padding-top: 14vw;
  }

.page_column .hamburger span {
	background-color: #FFF;
  }
.page_column .hamburger.active span {
	background-color: #001e43;
  }



/* Footer
***************************************/
footer{
	background-color: #001e43;
}
	.serviceList {
		display: flex;
		flex-wrap: wrap;
		gap: 3vw;
		width: 94%;
		margin: 0 auto;
		padding: 10vw 0;
		justify-content: center;
	}
	.serviceList li{
		width: 100%;
	}
	.serviceList li a {
		display: flex;
		text-align: center;
		align-items: center;
		color: #333;
		gap: 4vw;
		text-decoration: none;
	}
		.serviceList li img {
			display: block;
			width: 42%;
			height: auto;
			border: 1px solid #0b985e;
			padding: 2vw 3vw;
			margin-bottom: 2vw;
		}
	.serviceList p {
		font-size: 3.5vw;
		line-height: 1.5;
		margin-bottom: 3vw;
		text-align: left;
	}
		.serviceList p br {
			display: none;
		}
	.serviceList p b{
		display: block;
		font-size: 5vw;
		font-weight: bold;
		margin-bottom: 1vw;
	}

	.footerWrap{
		width: 94%;
		margin: 0 auto;
		padding: 10vw 0 5vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
		.footerWrap *{
			color: #FFF;
		}
		.footerWrap .logo{
			width: 340px;
		}
.footerWrap .logo a {
    width: 100%;
    max-width: 280px;
    display: block;
    margin: 0 auto 3vw;
}
				.footerWrap .logo a img{
					width: 100%;
					height: auto;
					display: block;
				}
			.footerWrap .logo p{
				font-size: 3vw;
				margin-bottom: 10vw;
				text-align: center;
			}
		.footerWrap .footerWrap_dl_1{
			width: 45%;
			margin-bottom: 10vw;
		}
			.footerWrap .footerWrap_dl_1 p{
				font-size: 4.3vw;
				margin-bottom: 3vw;
				font-weight: bold;
			}
			.footerWrap .footerWrap_dl_2 ul{
				margin-top: 10vw;
				
			}
			.footerWrap .footerWrap_dl_1 ul li,
			.footerWrap .footerWrap_dl_2 ul li{
				margin-bottom: 1vw;
			}
			.footerWrap .footerWrap_dl_1 ul li a,
			.footerWrap .footerWrap_dl_2 ul li a{
				font-size: 3.5vw;
			}



	footer .copyright{
	background-color: #001e43;
		color: #FFF;
		text-align: center;
		padding: 0.5em 0;
		font-size: 0.8em;
	}

/* パンくず
***************************************/

.pankuzu{
	border-top: 1px solid #001e43;
	margin-bottom: 5vw;
}
.pankuzu ul{
	width: 100%;
	padding: 0.3em 0;
	margin: 0 auto;
	overflow-x: scroll;
	white-space: nowrap;
}
.pankuzu ul li{
	display: inline-block;
	position: relative;
	padding-right: 0.8em;
	margin-right: 0.3em;
	color: #001e43;
	padding: 1vw 2vw;
}
.pankuzu ul li::after{
	content: "";
	display: block;
	height: 18px;
	transform: rotate(15deg);
	border-right: 1px solid #001e43;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}
.pankuzu ul li:last-child::after{
	display: none;
}
.pankuzu ul li a{
	text-decoration: underline;
}
.pankuzu ul li,
.pankuzu ul li a{
	font-size: 3.5vw;
}

/* ページコンテンツ
***************************************/
.bg_pages{
	background-image: url(../img/common/bg_page.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 200vw;
}
.pages_sec {
    background-color: #f6f6f6;
    padding: 6vw 6vw;
    box-sizing: border-box;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.pages_sec h1{
	font-size: 6vw;
	font-weight: bold;
}
.pages_sec h2{
	font-size: 5vw;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
}
	.pages_sec time{
		display: block;
		margin-bottom: 20px;
	}
	.pages_sec img.img100{
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.pages_sec a{
		word-break: break-all;
	}

/* タイトル
***************************************/
.ti01{
	font-size: 40px;
	font-weight: bold;
}
.ti02{
	font-size: 16px;
	font-weight: normal;
}

/* ページネーション
***************************************/
.pagenation {
    padding: 10vw 3%;
    /* width: 100%; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    display: flex;
    justify-content: center;
}
	.pagenation ul {
		display: flex;
		justify-content: left;
		flex-wrap: wrap;
		gap: 1vw;
	}
		.pagenation ul li{
		}
			.pagenation ul li a {
				display: inline-block;
				padding: 4vw 4vw;
				/* width: 5vw; */
				/* height: 5vw; */
				background-color: #f7ffef;
				border: 1px solid #0b985e;
				text-decoration: none;
				line-height: 0;
				border-radius: 1.5em;
				text-align: center;
			}
			.pagenation ul li .chk{
				background-color: #0b985e;
				color: #FFF;
			}
			.pagenation ul li .prev,
			.pagenation ul li .next{
				position: relative;
			}
				.pagenation ul li .prev::before,
				.pagenation ul li .next::before{
					content: "";
					display: block;
					width: 10px;
					height: 10px;
					border-top: 2px solid #0b985e;
					position: absolute;
					top: 50%;
					margin-top: -6px;
				}
				.pagenation ul li .prev::before{
					border-left: 2px solid #0b985e;
					transform: rotate(-45deg);
					margin-top: -6px;
					margin-right: -9px;
					right: 50%;
				}
				.pagenation ul li .next::before{
					border-right: 2px solid #0b985e;
					transform: rotate(45deg);
					margin-top: -6px;
					margin-left: -7px;
					left: 50%;
				}

.dl_term{
	width: 100%;
}
	.dl_term dt{
		width: 100%;
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 0.2em;
	}
	.dl_term dd{
		width: 100%;
		margin-bottom: 1em;
	}
.dl_history{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	.dl_history > dt{
		width: 100%;
		font-weight: bold;
		margin-bottom: 1em;
		background-color: #001e43;
		color: #FFF;
		padding: 0.5em 1em;
	}
	.dl_history > dd{
		width: 100%;
		
	}
		.dl_history > dd dl{
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			margin-bottom: 1em;
		}
			.dl_history > dd dl dt{
				width: 25%;
			}
			.dl_history > dd dl dd{
				width: 70%;
			}