@charset "UTF-8";
/* CSS Document */

/* 基本スタイル
 * ========================================================================== */
html {
  scroll-padding-top: 45px; /* サイト内リンク時のヘッダーの高さ分設定 */
}
 body {
	font-family: "Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
	background-color: #f8fbf8;
}
h2 {
	width: 100%;
	font-size: clamp(1.125rem, calc(1.25vw + 1rem), 2rem);
	text-align: center;
}
/*// 青ライン／背景灰色＋青ライン見出し===== //*/
h2.blueline,
h2.g-blueline {
	padding-bottom: 1%;
	padding-top: 1.5%;
	position: relative;
	text-align: center;
	margin: 2% 0 5%;
}
h2.blueline::before,
h2.g-blueline::before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0271ad;
}
h2.g-blueline {
	background-color: #f1f3f6;
}
h3,
p,
dd,
li,
button {
	font-size: clamp(.875rem, calc(0.25vw + .8125rem), 1.25rem);
}
/*// 青文字=================== //*/
p.blue {
	color: #0271ad;
	font-size: clamp(1.125rem, calc(1.25vw + 1rem), 2rem);
	font-weight: 300;
	text-align: center;
}
/*// 下線装飾文字=================== //*/
span.underLine {
	text-decoration: underline;
}

/* 背景クリッピング要素
 * ========================================================================== */
.white-bg {
	width: 100%;
	padding: 3rem 0;
	margin: 5rem 0;
	background-color: #fff;
}
.footer-bg,
.attention-bg {
	width: 100%;
	margin: 0;
	padding: 1.5rem 0;
	position: relative;
	overflow: hidden;
}
.footer-bg::before,
.attention-bg::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #0271ad;
	z-index: -1;
}
.attention-bg::before {
	background-color: #f1f3f6;
}
.footer-bg p {
	color: #fff;
	line-height: 1.5em;
}
.footer-bg a {
	color: #fff;
}

/* 各パーツ
 * ========================================================================== */
.planeBox-wrap,
.header-grid-wrap,
.grid-wrap {
	width: 60%;
	margin: 0 auto;
}
.header-grid-wrap,
.planeBox-wrap {
	display: grid;
}
.header-grid-wrap > h1.logo {
	margin-bottom: 2%; 
	margin-top: 0;
}
.header-grid-wrap > .head_image img {
	width: 100%;
}
.planeBox-wrap > img {
	width: 30%;
	display: block;
	margin: 3% auto;
}
.grid-wrap {
	padding-left: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px; 
}
.grid-wrap > li,
.grid-wrap > li.bg-star {
	background-color: #f1f3f6;
	list-style: none;
	padding: 4vh;
	border-radius: 15px;
}
.grid-wrap > li .image-area,
.grid-wrap > li.bg-star .image-area {
	grid-area: image;
}
.grid-wrap > li .image-area img,
.grid-wrap > li.bg-star .image-area img {
	object-fit: cover;
	width: 100%;
	height: auto;
	margin-top: 5%;
	margin-bottom: 5.5%;
}
.grid-wrap > li.bg-star {
	background-image: url("../img/bg_star.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

/*// HOVER設定=================== //*/
/*// PCにのみかかる設定でSPでは動作しない様に制御 //*/
@media (hover: hover) {
	.grid-wrap > li .btn:hover {
		box-shadow: none;
		transform: translateY(.2rem);
		transition: 0.3s;
	}
}

/*// ボタン設定=================== //*/
.grid-wrap > li .btn {
	width: 250px;
	border-radius: 100vmax;
	border: none;
	font-weight: 700;
	padding: 1.3em .5em;
	background-color: #0271ad;
	box-shadow: 0 .2rem 0 #000;
	color: #fff;
	text-decoration: none;
}
/*// Procedures部分の設定=================== //*/
h3.menuTitle {
    background-color: rgb(0 0 0 / .1);
    border: none;
    box-shadow: 0 1px 0 rgb(255 255 255 / 1);
    height: 1px;
    line-height: 3em;
}
.planeBox-wrap > ul.menu-List {
	margin-top: 5%;
    margin-bottom: 0;
    padding-left: 0;
}
.planeBox-wrap > .menu-List > li {
	list-style: none;
	margin-top: 1rem;
}
.planeBox-wrap > .menu-List a {
    color: #000;
}

/*// マテリアルアイコン カスタマイズ設定=================== //*/
.material-icons {
    font-size: clamp(.875rem, calc(0.25vw + .8125rem), 1.25rem);
    padding-left: 1%;
    padding-right: 1%;
    display: inline-flex;
    vertical-align: middle;
}

/*// STEP文字設定=================== //*/
.planeBox-wrap > .step-List {
	width: 90%;
	margin: 5% auto;
	padding-left: 0;
}
.planeBox-wrap > .step-List > li {
	list-style: none;
	margin: 1.3rem auto;
	padding-bottom: 1.3rem;
	border-bottom: 2px solid #f1f3f6;
}
.planeBox-wrap > .step-List > li:last-child {
	border-bottom: none;
}
.planeBox-wrap > .step-List > li dl dt {
	font-size: clamp(.875rem, calc(0.25vw + .8125rem), 1.25rem);
	font-weight: 700;
	margin-bottom: 1%;
}
.step-List > li .f-icon {
	line-height: 1;
	font-size: clamp(1.125rem, calc(1.25vw + 1rem), 2rem);
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
}
.step-List > li .f-icon::before {
	content: 'FEATURE';
	font-size: clamp(.875rem, calc(0.25vw + .8125rem), 1.25rem);
	display: block;
	font-weight: normal;
}
.step-List > li dl dd {
	margin: 0;
}

/*// PAGE TOP=================== //*/
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 22%;
    bottom: 5%;
    background: #fff;
    border: solid 2px #0271ad;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #0271ad;
    border-right: 3px solid #0271ad;
    transform: translateY(20%) rotate(-45deg);
}

/* for TB
 * ========================================================================== */
@media screen and (min-width:769px) and (max-width:1024px) {

	p.blue {
		font-weight: normal;
	}
	.header-grid-wrap {
		width: 100%;
		padding: 0;
	}
	.white-bg {
		padding: 8rem 0;
		margin: 5rem 0;
	}
	.planeBox-wrap,
	.grid-wrap {
		width: 100%;
		margin: 0 auto;
		padding: 0 4vh;
	}
	.pagetop {
		height: 45px;
	    width: 45px;
		right: 5%;
	}
}

/* for SP
 * ========================================================================== */
@media screen and (max-width:768px) {
	
	p.blue {
		font-weight: normal;
	}
	.header-grid-wrap {
		width: 100%;
		padding: 0;
	}
	.header-grid-wrap > h1.logo {
		margin-bottom: 1%;
	}
	.header-grid-wrap > h1.logo img {
		width: 20%;
	}
	.white-bg {
		padding: 1rem 0 3rem;
		margin: 3rem 0;
	}
	.planeBox-wrap,
	.grid-wrap {
		width: 100%;
		padding: 0 4vh;
	}
	.planeBox-wrap > .step-List {
		width: 95%;
	}
	.planeBox-wrap > .attention-List {
		padding-left: 5%; 
	}
	.grid-wrap > li .btn{
		width: 100%;
	}
	.pagetop {
		height: 45px;
	    width: 45px;
		right: 5%;
		bottom: 8%;
	}
}
/* for old-SP
 * ========================================================================== */
@media screen and (max-width:350px) {
	.grid-wrap {
		grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	}
}




