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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html { 
	font-size: 62.5%;
}

body {
	inline-size: 100%;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	color: #403A3A;
	font-size: 18px;
  font-optical-sizing: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	background: #fff;
}

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}

* {box-sizing: border-box;}

.pc { display: block !important;}
.sp { display: none !important;}

.dsp_li { display: inline-block !important;}

@media screen and (max-width:768px) {
.pc { display: none !important }
.sp { display: block !important }
img { max-width: 100%; height: auto; width: auto; }
body { min-width: auto !important; overflow: inherit !important; font-size: 4.5vw; }
div, p, dd, dl, dt, th, td, span, li { box-sizing: border-box; }
}


/* --------------------
レイアウト
--------------------*/
.inner {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}

/* --------------------
ボタン
--------------------*/
.btn_01 {
	position: relative;
	top: 0;
	display: inline-block;
	width: 100%;
	padding: min(2.5vw, 20px) min(5vw, 40px);
	color: #fff;
	font-size: min(36px, 4.5vw);
	font-weight: 700;
	text-decoration: none;
	background: #E4566C;
	border-radius: min(2.5vw, 10px);
	box-shadow: 0px min(8px, 1vw) 0px 0px rgba(190,60,80,1.00);
	transition: .2s ease-in-out;
}

.btn_01:hover {
  top: min(8px, 1vw);
  box-shadow: 0px 0px 0px 0px rgba(190,60,80,1.00);
}

.btn_01::before,
.btn_01::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: min(2.5vw, 20px);
  width: min(4vw, 21.1px);
  height: min(0.7vw, 3px);
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 1.5px) 50%;
}

.btn_01::before {
  transform: rotate(48.35deg);
}

.btn_01::after {
  transform: rotate(-48.35deg);
}

/* --------------------
見出し
--------------------*/
.headline_01 {
	margin: 1em;
	color: #403A3A;
	font-size: min(28px, 3.8vw);
	text-align: center;
}

/* --------------------
文字色
--------------------*/
.fc_01 {color: #FFF43A;}
.fc_02 {color: #003C7A;}
.fc_03 {color: #0074EB;}


/* --------------------

header, footer

--------------------*/
header {
	display: none;
	background: #fff;
}

header .inner {
	padding: min(1.25vw, 10px);
	text-align: center;
}

header img {
	width: min(38vw, 164px);
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
	width: 100%;
}

footer .inner {
	padding: min(2.5vw, 20px) min(5vw, 40px);
	text-align: center;
	background: #4F4F4F;
}



/* --------------------

main

--------------------*/
main {
	display: block;
	margin-bottom: min(20vw, 150px);
}

/* --------------------
#sec_01
--------------------*/
#sec_01 .inner {
	position: relative;
}

#sec_01 .text {
	position: absolute;
	bottom: min(5vw, 40px);
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: min(5vw, 40px);
	width: calc(100% -  min(10vw, 80px));
	text-align: center;
	background: rgba(255,255,255,0.8);
	border-radius: min(2.5vw, 10px);
}

#sec_01 .text .txt {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	width: min(33vw, 255px);
	height: min(33vw, 255px);
	margin: -260px 0 0 -15px;
	padding: min(3vw, 15px);
	font-size: min(3.8vw, 30px);
	font-weight: 900;
	line-height: 1.5;
	background: url("../images/fv_txtbg_01.png") no-repeat center center / 100% 100%;
}

@media screen and (max-width:768px) {
#sec_01 .text .txt {
	margin: -33vw 0 0 -5vw;
}
}

#sec_01 .text .txt span {
	width: 100%;
	padding: min(1vw, 5px) 0;
}

#sec_01 .text .txt .line {
	display: block;
	border-bottom: 2px solid #000;
}

#sec_01 .text .txt .fs_s {
	font-size: min(3.3vw, 26px);
}

#sec_01 .text h1 {
	margin: 0 0 0.8em 0;
	font-weight: 700;
}

#sec_01 .text h1 .line {
	display: inline-block;
	margin-bottom: 0.2em;
	padding-bottom: 0.5em;
	font-size: min(5vw, 40px);
	background: url("../images/fv_line.png") no-repeat bottom center / 100% auto;
}

#sec_01 .text h1 .fs_l {
	font-size: min(12vw, 100px);
}

#sec_01 .text h1 .fs_s {
	font-size: min(10vw, 80px);
}

#sec_01 .text p {
	margin: 0.2em 0;
	padding: 0.5em 0 0.8em;
	color: #fff;
	font-size: min(4.5vw, 36px);
	font-weight: 700;
	line-height: 1;
	background: url("../images/fv_txtbg_02.png") no-repeat center center / 100% 100%;
}

#sec_01 .text p .nom {
	font-size: min(5.8vw, 46px);
	font-weight: 600;
}

/* --------------------
#sec_02
--------------------*/
#sec_02 .inner {
	padding: min(2.5vw, 20px) min(5vw, 40px);
	background: #EFEFEF;
	border-top: 2px solid #003C7A;
}

#sec_02 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	padding: min(2.5vw, 20px) min(5vw, 40px);
	list-style: none;
	background: #fff;
	border-radius: min(1.2vw, 5px);
}

#sec_02 li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 28%;
	padding: min(1.2vw, 10px) 0;
	text-align: center;
}

#sec_02 li img {
	max-width: 100%;
}

#sec_02 p {
	margin: 0.5em auto;
	font-size: min(1.8vw, 14px);
	text-align: right;
}

/* --------------------
#sec_03
--------------------*/
#sec_03 .inner {
	padding: min(2.5vw, 20px) min(5vw, 40px);
	background: #EDF4FF;
}

#sec_03 .item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: min(2.5vw, 20px) 0;
	padding: min(3.8vw, 30px) min(2.5vw, 20px);
	background: #fff;
}

#sec_03 .item .icon {
	width: min(16vw, 120px);
	margin: 0 min(2.5vw, 20px) 0 0;
}

#sec_03 .item .text {
	flex: 1;
}

#sec_03 .item .text h3 {
	margin: 0 0 0.5em;
	color: #003C7A;
	font-size: min(3.3vw, 26px);
}

#sec_03 .item .text h3 .line {
	position: relative;
	z-index: 5;
	display: inline-block;
	padding: 0 0.3em;
}

#sec_03 .item .text h3 .line::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.2em;
	z-index: -1;
	width: 100%;
	height: 0.5em;
	background: #FFF43A;
}

#sec_03 .item .text p {
	margin: 0;
	font-size: min(2.5vw, 20px);
}

/* --------------------
#sec_04
--------------------*/
#sec_04 .inner {
	padding: min(2.5vw, 20px) min(5vw, 40px);
	background: #fff;
}

#sec_04 .item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: min(2.5vw, 20px) 0;
	padding: min(3.8vw, 30px) min(2.5vw, 20px);
	background: #fff;
	border: 2px solid #003C7A;
	border-radius: min(2.5vw, 10px);
	box-shadow: 0px min(0.7vw, 6px) 0px 0px rgba(0,0,0,0.1);
}

#sec_04 .item .icon {
	width: min(16vw, 120px);
	margin: 0 min(2.5vw, 20px) 0 0;
}

#sec_04 .item .text {
	flex: 1;
}

#sec_04 .item .text h3 {
	margin: 0 0 0.5em;
	color: #003C7A;
	font-size: min(3.3vw, 26px);
}

#sec_04 .item .text p {
	margin: 0;
	font-size: min(3vw, 24px);
}

/* --------------------
申込みフォーム
--------------------*/
.entry_form {
	display: block;
	min-height: 100vh;
	padding: 40px 0;
	background: #F2F4F6;
}

.entry_form .inner {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0 min(5vw, 80px);
}

.entry_form .step {
	display: flex;
	justify-content: center;
}

.entry_form .step div {
	width: 80px;
}

.entry_form .step div .txt {
	display: block;
	margin: 1em 0;
	color: #A5A5A5;
	font-size: 10px;
	text-align: center;
}

.entry_form .step div .number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin: auto;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #A6A6A6;
	border-radius: 50%;
}

.entry_form .step .on .txt {
	color: #DB0037;
}

.entry_form .step .on .number {
	background: #DB0037;
}

.entry_form .step .on .number img {
	width: 16px;
}

.entry_form .step .line {
	width: 30px;
	height: 2px;
	margin-top: 16px;
	background: #A6A6A6;
}

.entry_form .input {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.entry_form .title {
	margin: 2em 0;
	text-align: center;
	font-size: 16px;
}

.entry_form .year_btn {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 16px;
}

.entry_form .year_btn span {
	margin: 0;	
}

.entry_form .year_btn label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 100%;
    font-size: 14px;
    background: #fff;
    border: 1px solid #A6A6A6;
    border-radius: 6px;
}

.entry_form .btn_next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 160px;
	height: 48px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	background: #7D7D7D;
	box-sizing: border-box;
	border: none;
	border-radius: 3px;
}

.entry_form .btn_back {
	display: inline-block;
	width: 100%;
	padding-left: 10px;
	color: #A5A5A5;
	font-size: 16px;
	text-align: left;
	text-decoration: underline;
	background: none;
	border: none;
}

.entry_form .back_arrow {
	position: relative;
}

.entry_form .back_arrow::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	height: 8px;
	width: 8px;
	border-left: 2px solid #a0a0a0;
	border-bottom: 2px solid #a0a0a0;
	transform: translateY(-50%) rotate(45deg);
}

.entry_form .input_item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.entry_form .input_label {
	font-size: 14px;
	font-weight: 700;
}

.entry_form .input_label .req {
	color: #DB0037;
}

.entry_form .input_column {
	display: flex;
	gap: 12px 8px;
	width: 100%;
	margin: 0;
}

.entry_form .input_text,
.entry_form .input_select {
    width: 100%;
    height: 52px;
    font-size: 14px;
    padding: 12px;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #A6A6A6;
    border-radius: 6px;
}

.entry_form .optional {
    font-size: 14px;	
}

.entry_form .optional a {
    color: #1665C3;
	text-decoration: none;
}

.entry_form .wpcf7-form-control-wrap {
	width: 100%;
}

.entry_form .wpcf7-spinner {
    visibility: hidden !important;
}

.entry_form .wpcf7-spinner {
    display: none;
}

.entry_form .wpcf7-not-valid-tip {
	font-size: 14px;
}

.wpcf7-list-item-label {
	font-size: 14px;
}

/* --------------------
送信完了ページ
--------------------*/
.thanks {
	display: block;
	min-height: 100vh;
	padding: 0 0 40px;
}

.thanks h1 {
	margin: 0;
	padding: 3em;
	font-size: 24px;
	text-align: center;
	background: #F2F4F6;
}

.thanks h2 {
	margin: 0;
	padding: 2em 0;
	font-size: 20px;
	text-align: center;
}

.thanks p {
	font-size: 14px;
}

.thanks .inner {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0 min(5vw, 80px);
}

.thanks .pic {
	padding: 3em 0 0;
	text-align: center;
}

.thanks .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 160px;
	height: 48px;
	margin-top: 5em;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	background: #DB0037;
	box-sizing: border-box;
	border: 1px solid #DB0037;
	border-radius: 50px;
}

.thanks .btn:hover {
	color: #DB0037;
	background: #fff;
}
