@charset "UTF-8";


/*========================================

  indexページ

========================================*/
/* 共通 */

.bg_b {
	background-color: #ddeaf7;
}

.com_h2 {
	width: 790px;
	margin: 0 auto;
	font-size: 35px;
	font-weight: 700;
	border-bottom: 2px solid #004098;
	padding-bottom: .2em;
	padding-top: 80px;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.com_h2 {
		width: 100%;
		margin: 0 auto;
		font-size: 5vw;
		padding-top: 10vw;
		margin-bottom: 5vw;
	}
}


/* hero */
#hero .wrap_innr {
	background-image: url(../img/hero_img_pc.jpg);
	background-position-x: center;
	background-position-y: top;
	background-size: cover;
	height: 740px;
}

#hero .wrap_innr .sec_innr {
	text-align: left;
	padding-top: 120px;
}

#hero .web {
	background-image: url(../img/hero_bg_pc.png);
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	height: 160px;
	width: 100%;
	padding-top: 30px;
}

#hero .web ul li {
	list-style: none;
}

#hero .web ul li a:hover {
	opacity: .9;
	transition: .3s;
}

@media screen and (min-width: 768px) {
	#hero .web.active {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
	}
}



@media screen and (max-width: 767px) {
	#hero {
		padding-bottom: 0 !important;
	}

	#hero .wrap_innr {
		background-image: url(../img/hero_img_sp.jpg);
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: top;
		background-size: 100% auto;
		height: auto;
	}

	#hero .wrap_innr .sec_innr {
		text-align: center;
		padding-top: 53vw;
	}

	#hero .wrap_innr .sec_innr h1 {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 3vw;
	}

	#hero .web {
		background-image: url(../img/hero_bg_sp.png);
		background-position-x: center;
		background-position-y: center;
		background-size: cover;
		height: auto;
		padding-top: 0;
		padding: 3vw 0;
	}

	#hero .web ul li {
		padding: 1vw 0;
	}
}



/* sec001 */
#sec001 .innr_1 {
	padding-top: 100px;
	padding-bottom: 60px;
}

#sec001 .innr_1 .p01 {
	font-size: 25px;
	margin-top: 1em;
}

#sec001 .innr_1 .p02 {
	font-size: 27px;
	font-weight: 700;
	margin-top: 1em;
}

#sec001 .innr_1 .flex_box {
	width: 1140px;
	margin: 0 auto;
	margin-top: 20px;
}

#sec001 .innr_1 .flex_box .item {
	width: 355px;
}

#sec001 .innr_1 .flex_box .item h3 {
	position: relative;
	width: 330px;
	margin: 0 auto;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 10px;
	border: 3px solid #fff;
	background-color: #004098;
	margin-top: -30px;
	padding: .4em 0;
}

#sec001 .innr_2 {
	padding-top: 80px;
	padding-bottom: 110px;
}

#sec001 .innr_2 .flex_box {
	width: 960px;
	margin: 0 auto;
	margin-top: 40px;
}

#sec001 .innr_2 .flex_box .boxL {
	width: 480px;
	text-align: left;
}

#sec001 .innr_2 .flex_box .boxL h3 {
	position: relative;
	font-size: 30px;
	font-weight: 700;
}

#sec001 .innr_2 .flex_box .boxL h3::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 0;
	display: block;
	width: 520px;
	height: 3px;
	background-color: #036eb8;
}

#sec001 .innr_2 .flex_box .boxL p {
	font-size: 23px;
	margin-top: 1em;
}

#sec001 .innr_2 .flex_box .boxR img {
	width: 480px;
}

@media screen and (max-width: 767px) {
	#sec001 .innr_1 {
		padding-top: 10vw;
		padding-bottom: 5vw;
	}

	#sec001 .innr_1 .p01 {
		font-size: 3.6vw;
	}

	#sec001 .innr_1 .p02 {
		font-size: 3.8vw;
	}

	#sec001 .innr_1 .flex_box {
		width: 100%;
		margin: 0 auto;
		margin-top: 0;
	}

	#sec001 .innr_1 .flex_box .item {
		width: 90%;
		margin: 0 auto;
		margin-top: 3vw;
	}

	#sec001 .innr_1 .flex_box .item h3 {
		width: 70%;
		margin: 0 auto;
		font-size: 4vw;
		border-radius: 3vw;
		margin-top: -6vw;
		padding: .5em 0;
	}

	#sec001 .innr_2 {
		padding-top: 8vw;
		padding-bottom: 10vw;
	}

	#sec001 .innr_2 .flex_box {
		width: 100%;
		margin: 0 auto;
		margin-top: 5vw;
	}

	#sec001 .innr_2 .flex_box .boxL {
		width: 100%;
		text-align: center;
	}

	#sec001 .innr_2 .flex_box .boxL h3 {
		position: relative;
		display: inline;
		font-size: 4vw;
		border-bottom: 2px solid #036eb8;
		padding-bottom: .3em;
	}

	#sec001 .innr_2 .flex_box .boxL h3::after {
		display: none;
	}

	#sec001 .innr_2 .flex_box .boxL p {
		font-size: 3.4vw;
		text-align: justify;
		text-justify: inter-ideograph;
		margin-top: 1em;
		margin-bottom: 2vw;
	}

	#sec001 .innr_2 .flex_box .boxR img {
		width: 100%;
	}
}



/* sec002 */
#sec002 {
	padding-top: 80px;
	padding-bottom: 80px;
}

#sec002 .ttl {
	position: relative;
}

#sec002 .ttl .s01 {
	position: absolute;
	top: -170px;
	left: 100px;
}

#sec002 .p01 {
	font-size: 25px;
	margin-top: 1em;
}

#sec002 .p01 strong {
	font-weight: 700;
}

#sec002 .white_box {
	border-radius: 25px;
	background-color: #fff;
	margin-top: 50px;
	padding: 90px 30px 60px 30px;
}

#sec002 .white_box .flex_box {
	flex-wrap: wrap;
}

#sec002 .white_box .item {
	width: 355px;
	border-radius: 15px;
	border: 4px solid #004098;
	padding-bottom: 20px;
}

#sec002 .white_box .item:nth-child(n+4) {
	margin-top: 80px;
}

#sec002 .white_box .item span {
	display: block;
	width: 130px;
	margin: 0 auto;
	margin-top: -50px;
}

#sec002 .white_box .item .point {
	display: block;
	color: #036eb8;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
}

#sec002 .white_box .item h3 {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2em;
	margin-top: .3em;
}

#sec002 .white_box .item p {
	width: 300px;
	margin: 0 auto;
	font-size: 18px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 1em;
}

#sec002 .white_box .item p strong {
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	#sec002 {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	#sec002 .ttl .s01 {
		position: absolute;
		top: auto;
		bottom: 0;
		left: -3vw;
	}

	#sec002 .ttl .s01 img {
		width: 40vw;
	}

	#sec002 .ttl h2 {
		position: relative;
		z-index: 50;
	}

	#sec002 .p01 {
		font-size: 3.8vw;
	}

	#sec002 .white_box {
		border-radius: 5vw;
		margin-top: 5vw;
		padding: 0 5vw 5vw 5vw;
	}

	#sec002 .white_box .item {
		width: 100%;
		border-radius: 3vw;
		border: 3px solid #004098;
		padding-bottom: 5vw;
		margin-top: 12vw;
	}

	#sec002 .white_box .item:nth-child(n+4) {
		margin-top: 12vw;
	}

	#sec002 .white_box .item span {
		width: 20vw;
		margin: 0 auto;
		margin-top: -10vw;
	}

	#sec002 .white_box .item .point {
		font-size: 3.6vw;
		margin-top: 2vw;
	}

	#sec002 .white_box .item h3 {
		font-size: 4.5vw;
		line-height: normal;
	}

	#sec002 .white_box .item p {
		width: 90%;
		margin: 0 auto;
		font-size: 3.6vw;
		line-height: 1.6em;
		margin-top: .5em;
	}
}



/* sec003 */
#sec003 {
	padding-bottom: 150px;
}

#sec003 .table table {
	border-collapse: collapse;
}

#sec003 .table table th {
	width: 400px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 1em 0;
}

#sec003 .table table th.h02 {
	position: relative;
}

#sec003 .table table th.h02 .ai {
	display: inline-block;
	padding-left: 6em;
}

#sec003 .table table th.h02 small {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

#sec003 .table table th.h02 .s01 {
	position: absolute;
	top: -25px;
	left: 25px;
}

#sec003 .table table th.h02 .s01 img {
	width: 160px;
}

#sec003 .table table th.h01 {
	border-right: 2px solid #fff;
	background-color: #9fa0a0;
}

#sec003 .table table th.h02 {
	border-right: 2px solid #fff;
	background-color: #004098;
}

#sec003 .table table th.h03 {
	background-color: #7191a9;
}

#sec003 .table table td {
	font-size: 24px;
	font-weight: 700;
	border-top: 2px solid #fff;
	padding: 1.4em 0;
}

#sec003 .table table td.d01 {
	border-right: 2px solid #fff;
	background-color: #dcdddd;
}

#sec003 .table table td.d02 {
	border-right: 2px solid #fff;
	background-color: #c7d9f0;
}

#sec003 .table table td.d03 {
	background-color: #d4dde1;
}

#sec003 .table .note {
	display: none;
}

#sec003 .table .atten {
	display: block;
	margin-top: 1em;
	font-size: 14px;
}

#sec003 .flex_box .boxL span {
	display: block;
	width: 500px;
	margin: 0 auto;
	border: 5px solid #036eb8;
	padding: 50px 0;
}

#sec003 .flex_box .boxL small {
	display: block;
	font-size: 16px;
	margin-top: .5em;
}

@media screen and (max-width: 767px) {
	#sec003 {
		padding-bottom: 10vw;
	}

	#sec003 .table table {
		width: 100%;
	}

	#sec003 .table table th {
		width: 33%;
		font-size: 3.8vw;
		line-height: 1.4em;
		padding: .5em 0;
	}

	#sec003 .table table th.h02 .ai {
		display: block;
		padding-left: 0;
	}

	#sec003 .table table th.h02 small {
		display: none;
	}

	#sec003 .table table th.h02 .s01 {
		position: absolute;
		top: -3.5vw;
		left: auto;
		right: 3vw;
	}

	#sec003 .table table th.h02 .s01 img {
		width: 15vw;
	}

	#sec003 .table table td {
		width: 33%;
		font-size: 3.6vw;
		padding: 1.4em 0;
	}

	#sec003 .table .note {
		display: block;
		font-size: 3vw;
		margin-top: 1em;
	}

	#sec003 .table .atten {
		margin-top: .2em;
		font-size: 3vw;
	}

	#sec003 .youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		/* 16:9のアスペクト比 */
		height: 0;
	}

	#sec003 .youtube iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#sec003 .flex_box {
		flex-direction: column-reverse;
	}

	#sec003 .flex_box .boxL {
		display: flex;
		margin-top: 3vw;
	}

	#sec003 .flex_box .boxL span {
		width: 55%;
		margin: 0 auto;
		border: 3px solid #036eb8;
		padding: 3vw 3vw;
		margin-right: 5%;
	}

	#sec003 .flex_box .boxL small {
		width: 40%;
		font-size: 2.8vw;
		text-align: left;
		margin-top: 0;
	}

	#sec003 .flex_box .boxr {
		width: 100%;
	}
}



/* sec004 */
#sec004 {
	padding-bottom: 5px;
}

#sec004 .flex_box {
	position: relative;
	align-items: center;
	margin-bottom: 110px;
}

#sec004 .flex_box::after {
	position: absolute;
	content: "";
	bottom: -143px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 85px;
	height: 150px;
	background-image: url(../img/step_arrow_pc.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#sec004 .flex_box:last-child::after {
	display: none;
}

#sec004 .flex_box h3 {
	width: 440px;
	font-size: 35px;
	font-weight: 700;
	text-align: right;
}

#sec004 .flex_box .txt {
	width: 440px;
}

#sec004 .flex_box .txt h4 {
	display: none;
}

#sec004 .flex_box .txt p {
	width: 350px;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
	#sec004 {
		padding-bottom: 1vw;
	}

	#sec004 .flex_box {
		margin-bottom: 13vw;
	}

	#sec004 .flex_box::after {
		position: absolute;
		content: "";
		bottom: -11vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		width: calc(82vw * .13);
		height: calc(73vw * .13);
		background-image: url(../img/step_arrow_sp.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	#sec004 .flex_box h3 {
		display: none;
	}

	#sec004 .flex_box .step {
		width: 40vw;
	}

	#sec004 .flex_box .txt {
		width: 80%;
		margin: 0 auto;
	}

	#sec004 .flex_box .txt h4 {
		display: block;
		font-size: 4.5vw;
		font-weight: 700;
		margin-top: .3em;
	}

	#sec004 .flex_box .txt p {
		width: 100%;
		font-size: 3.6vw;
		font-weight: normal;
		margin-top: .5em;
	}
}



/* sec005 */
#sec005 {
	padding-top: 120px;
	padding-bottom: 100px;
}

#sec005 .box {
	background-image: url(../img/img_07_pc.png);
	background-size: cover;
	height: 370px;
}

#sec005 .box h2 {
	position: relative;
	padding-left: 100px;
}

#sec005 .box h2::before {
	position: absolute;
	content: "";
	bottom: 10px;
	left: 120px;
	display: block;
	width: 80px;
	height: 70px;
	background-image: url(../img/img_08.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#sec005 .box p {
	width: 790px;
	margin: 0 auto;
	font-size: 28px;
	font-weight: 700;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 1em;
}

#sec005 .qa {
	border-radius: 10px;
	background-color: #c7d9f0;
	margin-bottom: 30px;
}

#sec005 .qa dl {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0;
}

#sec005 .qa dl dt {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	cursor: pointer;
}

#sec005 .qa dl dt:before {
	position: absolute;
	content: "";
	top: -5px;
	left: -100px;
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../img/icon_07.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#sec005 .qa dl dt:after {
	position: absolute;
	content: "";
	top: 0px;
	right: -120px;
	display: block;
	width: 38px;
	height: 38px;
	background-image: url(../img/icon_09.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#sec005 .qa dt.open::after {
	background-image: url(../img/icon_10.svg);
}

#sec005 .qa dl dd {
	display: none;
	position: relative;
	font-size: 18px;
	margin-top: 1.5em;
}

#sec005 .qa dl dd::before {
	position: absolute;
	content: "";
	top: -5px;
	left: -100px;
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../img/icon_08.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#sec005 .form {
	background-color: #f5f1df;
}

#sec005 .teltxt {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	padding: 1.5em;
}

#sec005 .policy {
	background-color: #f5f1df;
	margin-top: 100px;
	padding-bottom: 50px;
}

#sec005 .policy h2 {
	font-size: 28px;
	font-weight: 700;
	border-bottom: 4px solid #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

#sec005 .policy p {
	width: 1140px;
	margin: 0 auto;
	font-size: 16px;
	text-align: justify;
	text-justify: inter-ideograph;
	border: 1px solid #231815;
	margin-top: 30px;
	padding: 20px;
}

#sec005 .policy p a {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	#sec005 {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	#sec005 .box {
		background-image: url(../img/img_07_sp.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		height: auto;
		padding-top: 8vw;
		padding-bottom: 12vw;
	}

	#sec005 .box h2 {
		position: relative;
		padding-left: 0;
	}

	#sec005 .teltxt {
		font-size: 4vw;
	}

	#sec005 .box h2::before {
		position: absolute;
		content: "";
		bottom: auto;
		top: -1vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		width: calc(80vw * .15);
		height: calc(70vw * .15);
		background-image: url(../img/img_08.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	#sec005 .box p {
		width: 80%;
		margin: 0 auto;
		font-size: 3.6vw;
		margin-top: .7em;
	}

	#sec005 .qa {
		border-radius: 3vw;
		margin-bottom: 3vw;
	}

	#sec005 .qa dl {
		width: 76%;
		margin: 0 auto;
		padding: 5vw 0;
	}

	#sec005 .qa dl dt {
		position: relative;
		font-size: 3.8vw;
	}

	#sec005 .qa dl dt:before {
		position: absolute;
		content: "";
		top: 0;
		left: -7vw;
		display: block;
		width: 5vw;
		height: 5vw;
		background-image: url(../img/icon_07.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	#sec005 .qa dl dt:after {
		position: absolute;
		content: "";
		top: 0;
		right: -8vw;
		display: block;
		width: 5vw;
		height: 5vw;
		background-image: url(../img/icon_09.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	#sec005 .qa dl[open] dt::after {
		position: absolute;
		content: "";
		top: 0;
		right: -8vw;
		display: block;
		width: 5vw;
		height: 5vw;
		background-image: url(../img/icon_10.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	#sec005 .qa dl dd {
		position: relative;
		font-size: 3.4vw;
		margin-top: 1.2em;
	}

	#sec005 .qa dl dd::before {
		position: absolute;
		content: "";
		top: 0;
		left: -7vw;
		display: block;
		width: 5vw;
		height: 5vw;
		background-image: url(../img/icon_08.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	#sec005 .form {}

	#sec005 .policy {
		margin-top: 5vw;
	}

	#sec005 .policy h2 {
		font-size: 4.5vw;
		padding-top: 5vw;
		padding-bottom: 5vw;
	}

	#sec005 .policy p {
		width: 90%;
		margin: 0 auto;
		font-size: 3.3vw;
		margin-top: 5vw;
		padding: 3vw;
	}
}


.fixbtn {
	display: none;
}

@media screen and (max-width: 767px) {
	.fixbtn {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		z-index: 9999;
		background-color: rgba(255, 255, 255, .9);
		width: 100%;
		height: 14vw;
	}

	.fixbtn ul {
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.fixbtn ul li {
		margin: 0;
		padding: 0;
	}

	.fixbtn ul li a {
		display: inline-block;
		font-size: 4.6vw;
		background-color: #ff9523;
		color: #fff;
		border-radius: 9999px;
		font-weight: bold;
		height: 10vw;
		line-height: 10vw;
		margin-top: 2vw;
		width: 65vw;
		text-align: center;
	}

	.fixbtn ul li.fb01 a {
		margin-left: 5vw;
	}

	.fixbtn ul li.fb01 a img {
		width: 8vw;
		margin-right: 2vw;
		transform: translateY(-1.4vw);
	}

	.fixbtn ul li.fb02 a {
		width: 10vw;
		margin-left: 2vw;
		background-color: #4879d4;
	}
}

.target {
	opacity: 0;
	transition: opacity .5s;
}

.target.is-show {
	opacity: 1;
	transform: translateY(0);
}

#formWrap {
	padding-top: 100px;
}

.com_table {
	background-color: #f5f1df;
	margin-top: 50px;
}


@media screen and (max-width: 767px) {
	#formWrap {
		padding-top: 10vw;
	}

	.com_table {
		margin-top: 5vw;
	}
}