@charset "utf-8";
/* CSS Document */
html {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #000;
	font-size: 62.5%;
}
body {
	color: #0d1c26;
	letter-spacing: 1px;
	font-size: 1.6rem;
	line-height: 2.0;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	;
	font-feature-settings: 'palt'1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	scroll-behavior: smooth;
}

@media screen and (max-width: 780px) { /*---------------------------SP----- */
	body {
		font-size: 1.5rem;
		line-height: 1.875em;
		letter-spacing: 0.1em;
	}
}

@media only screen and (min-width: 781px) {
    .sp { display: none!important; }
    .pc { display: block; }
}
@media only screen and (max-width: 780px) {
    .pc { display: none!important; }
    .sp { display: block!important; }
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.0rem;
	font-weight: 900;
	color: #123D83;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.6;
	background: url("image/h2_line.png") bottom center no-repeat;
	background-size: 100px 3px;
	padding-bottom: 24px;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	h2 {
		font-size: 2.1rem;
		margin-bottom: 30px;
		background: url("image/h2_line.png") bottom center no-repeat;
		background-size: 80px 2px;
		padding-bottom: 20px;
	}
}


/* header
--------------------------------------------------------*/
header {
	position: fixed;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 20px 30px;
	background: #fff;
	z-index: 100;
	height: 90px;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
header .logo {
	line-height: 1;
}
header .logo a {
	color: #1E73D4;
	text-decoration: none;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: bold;
}
header .logo a span {
	color: #123D83;
	font-size: 2.2rem;
	font-weight: 900;
	font-family: 'Noto Serif JP', serif;
	display: block;
	margin-bottom: 4px;
}
header .head_btn {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header .head_mail:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
header .head_tel {
	width: 170px;
	margin-right: 20px;
}
header .head_mail {
	width: 190px;
}
header .head_mail:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	header {
		padding: 0;
		height: 50px;
	}
	header .logo {
		display: flex;
		align-items: center;
		padding-left: 14px;
	}
	header .logo a {
		font-size: 1.0rem;
	}
	header .logo a span {
		font-size: 1.6rem;
		margin-bottom: 2px;
	}
	header .head_tel {
		width: 50px;
		margin-right: 0;
	}
	header .head_mail {
		width: 50px;
	}
}


/* mv
--------------------------------------------------------*/
.mv {
	padding: 90px 20px 0;
	background: url("image/mv_bg.jpg") center top no-repeat;
	background-size: cover;
}
h1 {
	max-width: 1134px;
	margin: 0 auto;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.mv {
		padding: 50px 0 0;
		background: url("image/mv_bg_sp.png") center top no-repeat;
		background-size: cover;
	}
	h1 {
		max-width: 100%;
	}
}


/* sec1
--------------------------------------------------------*/
.sec1 {
	padding: 60px 30px 100px;
}
.sec1_wrap {
	max-width: 1130px;
	margin: 0 auto;
}
p.exp {
	text-align: center;
	margin-bottom: 50px;
}

.sec1 ul {
	display: flex;
	justify-content: space-between;
}
.sec1 li {
	width: calc( 100% / 3 - 20px );
	border: 1px solid #123D83;
	padding: 10px 10px 20px;
}
@media screen and (max-width: 1100px) { /*---------------------------SP----- */
	.sec1 li {
		width: calc( 100% / 3 - 10px );
	}
}
.sec1 li img {
	margin-bottom: 10px;
}
.sec1 li h3 {
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.sec1 li p {
	text-align: justify;
	padding: 0 10px;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec1 {
		padding: 2em 20px 4em;
	}
	.sec1_wrap {
		max-width: 100%;
	}
	p.exp {
		text-align: justify;
		margin-bottom: 30px;
	}
	.sec1 ul {
		display: block;
	}
	.sec1 li {
		width: 100%;
		padding: 20px 20px 20px;
		margin-bottom: 20px;
	}
	.sec1 li:last-child {
		margin-bottom: 0;
	}
	.sec1 li img {
		margin-bottom: 20px;
	}
	.sec1 li h3 {
		font-size: 1.7rem;
		margin-bottom: 10px;
	}
	.sec1 li p {
		text-align: justify;
		padding: 0;
	}
}


/* sec2
--------------------------------------------------------*/
.sec2 {
	padding: 0 30px 100px;
}
.sec2_wrap {
	max-width: 1130px;
	margin: 0 auto;
	background-color: #E6F0F7;
	border-radius: 10px;
	padding: 30px;
}
.sec2 ul {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 20px;
    row-gap: 20px;
}
@media screen and (max-width: 1200px) { /*---------------------------SP----- */
	.sec2 ul {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media screen and (max-width: 840px) { /*---------------------------SP----- */
	.sec2 ul {
		grid-template-columns: 1fr 1fr;
	}
}
.sec2 li {
	border: 2px solid #1E73D4;
	background-color: #fff;
	text-align: center;
	line-height: 1;
	padding: 20px 0;
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec2 {
		padding: 0 20px 4em;
	}
	.sec2_wrap {
		max-width: 100%;
		padding: 30px;
	}
	.sec2 ul {
		display: block;
	}
	.sec2 li {
		padding: 14px 0;
		font-size: 1.5rem;
		margin-bottom: 6px;
	}
	.sec2 li:last-child {
		margin-bottom: 0;
	}
}


/* sec3
--------------------------------------------------------*/
.sec3 {
	padding: 0 30px 100px;
}
.sec3_wrap {
	max-width: 860px;
	margin: 0 auto;
}
.sec3 li {
	border: 3px solid #123D83;
	border-radius: 10px;
	display: flex;
	margin-bottom: 30px;
}
.sec3 li:last-child {
	margin-bottom: 0;
}
.step {
	background-color: #123D83;
	color: #fff;
	font-family: 'Roboto';
	font-style: italic;
	font-size: 3.0rem;
	line-height: 1;
	text-align: center;
	display: flex;
	align-items: center;
	padding: 0 30px;
}
.step span {
	display: block;
	font-size: 7.0rem;
}
.flow {
	padding: 40px;
}
.flow h3 {
	font-size: 2.4rem;
	margin-bottom: 12px;
	line-height: 1;
}
.flow p {
	text-align: justify;
}
.flow_btn {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.flow_tel {
	width: 190px;
	margin-right: 30px;
}
.flow_mail {
	width: 190px;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec3 {
		padding: 0 20px 4em;
	}
	.sec3_wrap {
		max-width: 100%;
	}
	.sec3 li {
		border: 2px solid #123D83;
		border-radius: 10px;
		display: block;
		margin-bottom: 20px;
	}
	.sec3 li:last-child {
		margin-bottom: 0;
	}
	.step {
		border-radius: 5px 5px 0 0;
		font-size: 1.5rem;
		display: block;
		padding: 10px;
		text-align: center;
	}
	.step span {
		display: inline;
		font-size: 2.0rem;
		margin-left: 2px;
	}
	.flow {
		padding: 30px;
	}
	.flow h3 {
		font-size: 1.8rem;
		margin-bottom: 14px;
		text-align: center;
	}
	.flow_btn {
		display: block;
		margin-top: 20px;
	}
	.flow_tel {
		width: 190px;
		margin: 0 auto 20px;
	}
	.flow_mail {
		width: 190px;
		margin: 0 auto;
	}
}


/* sec4
--------------------------------------------------------*/
.sec4 {
	padding: 0 30px 100px;
}
.sec4 table {
	max-width: 820px;
	margin: -50px auto 0;
}
.sec4 table th {
	font-weight: bold;
	border-bottom: 2px solid #1E73D4;
	padding: 50px 50px 10px 30px;
	text-align: left;
	white-space: nowrap;
}
.sec4 table td {
	border-bottom: 1px solid #636363;
	padding: 50px 50px 10px 30px;
	text-align: left;
	border-left: 4px solid #fff;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec4 {
		padding: 0 20px 4em;
	}
	.sec4 table {
		max-width: 100%;
		margin: -20px auto 0;
	}
	.sec4 table th {
		padding: 20px 10px 4px 0;
		border-bottom: 1px solid #1E73D4;
		white-space: nowrap;
		font-size: 1.3rem;
	}
	.sec4 table td {
		padding: 20px 0 4px 0;
		border-left: 2px solid #fff;
	}
}




/* form
--------------------------------------------------------*/
.form {
	padding: 140px 30px 140px;
	background-color: #E6F0F7;
}

form#mailformpro {
    max-width: 680px;
    margin: 0 auto;
}
form#mailformpro input, form#mailformpro select {
	width: 100%;
	padding: 10px 14px;
	background-color: #fff;
	border: none;
}
form#mailformpro textarea {
	width: 100%;
	padding: 10px 14px;
	background-color: #fff;
	border: none;
}
form#mailformpro .agree {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 30px;
}
form#mailformpro .agree a {
	color: #D90313;
}
form#mailformpro button {
	width: 240px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background-color: transparent;
	display: block;
	cursor: pointer;
}
form#mailformpro button img:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.form {
		padding: 80px 20px 4em;
	}
	form#mailformpro {
		max-width: 100%;
	}
	form#mailformpro .agree {
		margin-bottom: 20px;
		text-align: justify;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	form#mailformpro button {
		max-width: 100%;
		width: 70%;
	}
	form#mailformpro dl {
		margin-bottom: 24px!important;
	}
}




/* footer
--------------------------------------------------------*/
footer {
	background: #123D83;
	padding: 40px 30px 30px;
	color: #fff;
	text-align: center;
}
footer h3 {
	font-size: 2.0rem;
	margin-bottom: 30px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 900;
}
.foot_info {
	line-height: 1.5;
	margin-bottom: 60px;
	font-size: 1.4rem;
}
.copyright {
    text-align: center;
	color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.1em;
}
.pagetop {
	position: fixed;
	z-index: 99;
	right: 20px;
	bottom: 20px;
	width: 60px;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	footer {
		padding: 40px 20px 70px;
	}
	footer h3 {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.foot_info {
		margin-bottom: 30px;
	}
	.copyright {
		font-size: 1.0rem;
	}
	.pagetop {
		right: 10px;
		bottom: 10px;
		width: 40px;
	}
}



/* サンクスページ
--------------------------------------------------------*/
.thanks {
	max-width: 800px;
	margin: 0 auto 160px;
	padding-top: 140px;
}
.thanks h1 {
	text-align: center;
	border-bottom: 2px solid #123D83;
	font-size: 3.0rem;
	margin-bottom: 60px;
	padding-bottom: 20px;
}
.thanks p {
	text-align: center;
	line-height: 2.0;
	margin-bottom: 1.4em;
}
.thanks_btn a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 320px;
	margin: 60px auto 0;
	padding: 1rem 1rem;
	font-weight: bold;
	border: 2px solid #123D83;
	color: #123D83;
	transition: 0.5s;
}
.thanks_btn a:hover {
	color: #fff;
	background: #123D83;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.thanks {
		max-width: 100%;
		margin: 0 auto 8em;
		padding: 7em 20px 0;
	}
	.thanks h1 {
		font-size: 1.8rem;
		margin-bottom: 40px;
		padding-bottom: 14px;
	}
	.thanks p {
		text-align: justify;
		line-height: 2.0;
		margin-bottom: 1.4em;
	}
	.thanks p br {
		display: none;
	}
	.thanks_btn a {
		width: 84%;
	}
}



/* ポップアップ表示
+++++++++++++++++++++++++++++++++++++ */
.popup {  /* ポップアップの背景 */
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 0, 0, 0.7);
    z-index: 500;
    text-align: center;
    opacity: 0; /* 最初は透明 */
    transition: opacity 0.3s; /* アニメーションを適用 */
}
.popup-content {  /* ポップアップコンテンツ */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 3% 5%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	width: 60%;
	max-width: 800px;
}
.popup-content h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
	line-height: 1.4;
}
.popup-content h4::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #D90313;
    position: absolute;
    left: 50%; /* 横方向の中央揃え */
    transform: translateX(-50%); /* 横方向の中央揃え */
    bottom: 0; /* 下に配置 */
}
.popup-content .txt {
	overflow-y: scroll;
	height: 220px;
	margin-bottom: 50px;
	padding-right: 30px;
}
.popup-content .txt::-webkit-scrollbar{
	width: 6px;
}
.popup-content .txt::-webkit-scrollbar-track{
	background-color: #ccc;
}
.popup-content .txt::-webkit-scrollbar-thumb{
	background-color: #BB494B;
}
.popup-content .txt p:last-child {
	margin-bottom: 0;
}
.popup-content .txt .btn a {
	text-decoration: none;
	display: inline;
	background-color: #F2F5FA;
	color: #000;
	padding: 10px 20px;
	line-height: 1;
	font-weight: bold;
}
.popup-content .txt .btn a::before {
    content: "";
    display: inline-block;
    background: url('image/popup_icon.png') no-repeat; /* アイコン画像のURLを指定 */
    width: 16px; /* アイコンの幅 */
    height: 16px; /* アイコンの高さ */
    margin-right: 10px; /* テキストとアイコンの間隔を調整 */
}
.close-popup {  /* 閉じるボタン */
    font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
    cursor: pointer;
	line-height: 1;
	padding: 10px 50px;
	background-color: #D90313;
}
.close-popup:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.popup-content {  /* ポップアップコンテンツ */
		padding: 8% 5%;
		width: 90%;
		max-width: 100%;
	}
	.popup-content h4 {
		font-size: 2.0rem;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.popup-content h4::after {
		width: 80px;
	}
	.popup-content .txt {
		overflow-y: scroll;
		height: 220px;
		margin-bottom: 40px;
		padding-right: 14px;
	}
	.close-popup {  /* 閉じるボタン */
		font-size: 1.4rem;
	}
}



/* プライバシーポリシー
--------------------------------------------------------*/
.privacy {
	max-width: 800px;
	margin: 0 auto 160px;
	padding-top: 140px;
}
.privacy h1 {
	text-align: center;
	border-bottom: 2px solid #123D83;
	font-size: 3.0rem;
	margin-bottom: 60px;
	padding-bottom: 20px;
}
.privacy h2 {
	font-size: 2.0rem;
	margin-top: 60px;
}
.privacy p {
	text-align: justify;
	line-height: 2.0;
	margin-bottom: 1.4em;
}
.privacy li {
    padding-left: 1.7rem;
    text-indent: -1.7rem;
	line-height: 1.6;
	margin-bottom: 10px;
	text-align: justify;
}
.link_privacy {
	text-align: center;
	font-size: 15px;
	margin-top: 40px;
}
.link_privacy a {
	font-weight: bold;
	color: #0064AC;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.privacy {
		max-width: 100%;
		margin: 0 auto 5em;
		padding: 8em 20px 0;
	}
	.privacy h1 {
		font-size: 1.8rem;
		margin-bottom: 40px;
		padding-bottom: 14px;
	}
	.privacy h2 {
		font-size: 1.8rem;
	}
	.privacy p {
		line-height: 2.0;
		margin-bottom: 1.4em;
	}
	.link_privacy {
		text-align: center;
		font-size: 14px;
		line-height: 1.6;
	}
}


