@charset "utf-8";

@font-face {
  font-family: 'Noto Sans JP';
  src: url('font/NotoSansJP-VariableFont_wght.woff2') format('woff2'),
    url('font/NotoSansJP-VariableFont_wght.woff') format('woff'),
    url('font/NotoSansJP-VariableFont_wght.eot') format('eot'),
    url('font/NotoSansJP-VariableFont_wght.ttf') format('truetype'),
    font-family: 'Noto Serif JP';
  src: url('font/NotoSerifJP-VariableFont_wght.woff2') format('woff2'),
    url('font/NotoSerifJP-VariableFont_wght.woff') format('woff'),
    url('font/NotoSerifJP-VariableFont_wght.eot') format('eot'),
    url('font/NotoSerifJP-VariableFont_wght.ttf') format('truetype'),
}

/* ---------------------------------------------------
・このCSSはPCとSPの表示比率を合わせています。
・サイズの単位は原則remにしてください。1rem = 1vw換算です。
・rootセレクタ内で、色やサイズの設定を指定してください。
---------------------------------------------------- */
/* BASE
------------------------- */
:root {
  --black: #333;
  --red: #ad0002;
  --blue: #0a3068;
  --blue2: #1a3a89;
  --yellow: #fff958;
  --yellow2: #fff9e1;
  --green: ;
  --pink: ;
  --purple: ;
  --white: #fff;
  --gra: linear-gradient(to right, #1a3989 0%, #1c63ac 100%);
  --gra2: linear-gradient(to right, #ffe695 0%, #fffae5 50%, #ffe695 100%);
  --gra3: linear-gradient(to bottom, #001431 0%, #1a3989 100%);
  --contentWidth: max(500px, 20vw);
  --serif: "Noto Serif JP", serif;
  --radius: 1rem;
  /* 2つの値の大きい方が指定される (横幅)*/
}

.wht {
  color: var(--white);
}

.r {
  color: var(--red);
}

.y {
  color: var(--yellow);
}

.b {
  color: var(--blue2);
}

.grad {
  background-image: linear-gradient(90deg, #d7be72 0%, #fff7d7 50%, #d7be72 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.bold {
  font-weight: bold;
}

html {
  font-size: min(1vw, calc(var(--contentWidth) / 100));
  overflow-x: hidden;
}

body {
  width: 100%;
  font-size: 4.5rem;
  background-image: url("../img/backgraound.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed;
  color: var(--black);
  font-weight: 500;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}


/*css変更*/
/* ----------------------------------------------------
intro
--------------------------------------------------- */
#intro {
  padding: 8rem 0;
  background-color: #ffffff;
}

#intro .sub_head {
  margin-bottom: 4rem;
}

#intro .notice {
  padding-top: 0;
}

/* ----------------------------------------------------
intro2
--------------------------------------------------- */
#intro2 {
  background-image: url("../img/bg_night-sky.jpg");
  background-position: top center;
  padding-bottom: 24rem;
}

#intro2 .sub_head {
  color: #fff;
  position: relative;
  z-index: 2;
}

#intro2 .sub_head ::after {
  content: "";
  width: 32rem;
  height: 32rem;
  background: url("../img/intro_img1.png");
  background-size: cover;
  position: absolute;
  top: -12rem;
  right: -6rem;
  z-index: -1;
}

#intro2 .sub_head span {
  background: var(--gra2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
}

#intro2 p {
  color: #fff;
  text-align: center;
  font-size: 5rem;
}

/* ----------------------------------------------------
intro3
--------------------------------------------------- */
#intro3 {
  background: var(--yellow2);
  padding-top: 0;
  padding-bottom: 0;
}

#intro3::after {
  content: "";
  background: url("../img/wave.png");
  background-size: cover;
  width: 104rem;
  height: 20rem;
  position: absolute;
  top: -20rem;
  left: 0;
}

#intro3::before {
  content: "";
  bottom: -17.5rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-top: 9rem solid var(--yellow2);
  border-right: 53rem solid transparent;
  border-bottom: 9rem solid transparent;
  border-left: 53rem solid transparent;
  z-index: 1;
}

#intro3 .sec_inner {
  padding: 0;
}

#intro3 .sub_head {
  margin-bottom: -2rem;
}

/* ----------------------------------------------------
case
--------------------------------------------------- */
#case {
  background: #d8e5f3;
  padding-top: 24rem;
  padding-bottom: 18rem;
}

#case .sec_inner {
  padding: 0;
}

.case_box {
  margin-bottom: 20rem;
}

.case_box:nth-of-type(2) {
  margin-bottom: 0;
}

.case_box:nth-of-type(2) .before-after_box {
  margin-top: 0;
}


.before-after_box {
  margin: 12rem 5rem 0 5rem;
}

.before_box {
  background: var(--black);
  margin-bottom: 4rem;
  border-radius: var(--radius);
}

.after_box {
  background: var(--gra);
  margin-top: 4rem;
  border-radius: var(--radius);
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

.after_box2 {
  background: var(--gra2);
  margin-top: 4rem;
  border-radius: var(--radius);
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

.before_box h4,
.after_box h4,
.after_box2 h4 {
  font-size: 6rem;
  padding: 2rem;
  color: #fff;
  text-align: center;
}

.after_txt,
.before_txt,
.after2_txt {
  padding: 3rem;
  line-height: 1.5;
}

.after_txt p,
.before_txt p,
.after2_txt p {
  color: #fff;
  text-align: center;
}


#case .fukidashi {
  background: var(--gra);
  margin: 8rem 0 9rem -10rem;
  padding: 6rem;
  width: 110rem;
  rotate: -3deg;
}

#case .fukidashi::after {
  display: none;
}

#case .fukidashi p {
  line-height: 1.3;
  font-weight: 900;
  font-style: italic;
}



.after_box2 h4,
.after_box2 p {
  color: var(--black);
  font-weight: 800;
}

.case_voice {
  margin-top: 12rem;
  position: relative;
}

.case_voice p {
  background: var(--gra2);
  width: 100%;
  padding: 4rem 8rem;
  margin-top: -6rem;
  border-radius: var(--radius);
  text-align: center;
  font-weight: bold;
  font-size: 5rem;
  color: var(--red);
  position: relative;
  z-index: 3;
}

#case .padding {
  padding-top: 1.4rem;
}

/* ----------------------------------------------------
step
--------------------------------------------------- */
#step {
  background-image: url("../img/bg_night-sky.jpg");
  padding-bottom: 12rem;
}

#step::after {
  content: "";
  background: url("../img/step_img4.png");
  background-size: cover;
  width: 24rem;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 0;
  left: 0;
}

#step::before {
  content: "";
  background: url("../img/step_img4.png");
  background-size: cover;
  width: 24rem;
  aspect-ratio: 1 / 1;
  rotate: 90deg;
  position: absolute;
  top: 0;
  right: 0;
}

#step .sub_head {
  color: #fff;
  font-size: 8rem;
  position: relative;
  z-index: 2;
}

#step .sub_head::after {
  content: "";
  background: var(--gra2);
  border-radius: 50%;
  width: 85rem;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 26rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#step .sub_head span {
  color: var(--black);
  line-height: 1.3;
  margin-top: 2rem;
  display: inline-block;
}

.step_wrap {
  padding: 8rem 5rem;
  margin-top: 0rem;
  border-radius: var(--radius);
  border: 1px solid #fff9e1;
  background: #0c182e;
  position: relative;
  z-index: 5;
}

.step_number {
  background: var(--gra2);
  border-radius: 50%;
  width: 12rem;
  height: 12rem;
  display: block;
  line-height: 11rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 8rem;
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
}

.step_img {
  position: relative;
  margin-top: 12rem;
}

.step_img img {
  border-radius: var(--radius);
  margin-bottom: 5rem;
}

#step h3 {
  text-align: center;
  font-size: 7rem;
  background: var(--gra2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  margin-top: 12rem;
  margin-bottom: 4rem;
  position: relative;
  margin-left: 2rem;
}

#step h3::after,
#step h3::before {
  content: "";
  width: 8rem;
  height: 24rem;
  background: url("../img/prezent.png");
  background-size: cover;
  position: absolute;
}

#step h3::after {
  left: 2rem;
  top: 0;
}

#step h3::before {
  transform: scale(-1, 1);
  right: 4rem;
  top: 0;
}

/* ----------------------------------------------------
future
--------------------------------------------------- */
#future {
  background: url("../img/bg_night-sky.jpg");
  padding: 12rem 0 32rem 0;
}

#future span {
  display: block;
  font-size: 6rem;
  text-align: center;
  line-height: 1.4;
}

#future span:nth-of-type(2) {
  color: #fff;
  margin-bottom: 4rem;
}

#future span:nth-of-type(1) {
  background: var(--gra2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4rem;
}

#future span:nth-of-type(3) {
  background: var(--gra2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 8rem;
}

/* ----------------------------------------------------
voice
--------------------------------------------------- */
#voice {
  background: var(--yellow2);
  padding-top: 4rem;
  z-index: 7;
}

#voice::after {
  content: "";
  background: url("../img/wave.png");
  background-size: cover;
  width: 104rem;
  height: 20rem;
  position: absolute;
  top: -20rem;
  left: 0;
}

#voice .sec_inner {
  padding: 0;
}

#voice .sub_head {
  color: var(--red);
  font-size: 7rem;
  margin-bottom: 4rem;
  line-height: 1.4;
}

.voice_wrap {
  padding: 0 5rem;
  margin-top: 8rem;
}

.voice_box {
  border-top: 0.5rem dotted var(--red);
  border-bottom: 0.5rem dotted var(--red);
  background: url("../img/voice_bg.jpg");
  background-size: cover;
  margin-bottom: 8rem;
}

.voice_box:nth-of-type(3) {
  margin-bottom: 0;
}

.voice_box_top {
  padding: 8rem 0 0;
}

.voice_box_bottom {
  padding: 2rem 5rem 8rem;
}

.voice_box h3 {
  font-size: 6rem;
  text-align: center;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  color: var(--red);
}

.voice_name {
  text-align: center;
  font-size: 3.5rem;
}

#voice .fukidashi {
  width: 100%;
  margin-top: 5rem;
  font-size: 4.2rem;
}

#voice .fukidashi::after {
  top: -3.9rem;
  rotate: -180deg;
  left: 35rem;
}

/* ----------------------------------------------------
recommend
--------------------------------------------------- */
#recommend {
  background-color: #d8e5f3;
  background-image: url("../img/blue_bg.png");
  padding-bottom: 4rem;
}

#recommend .sub_head {
  font-size: 8rem;
  position: relative;
  background: var(--blue2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

#recommend .sub_head::after {
  content: "";
  background: url("../img/prezent_blue.png");
  background-size: cover;
  width: 4rem;
  height: 13rem;
  position: absolute;
  top: 0;
  left: 5rem;
}

#recommend .sub_head::before {
  content: "";
  background: url("../img/prezent_blue.png");
  background-size: cover;
  width: 4rem;
  height: 13rem;
  position: absolute;
  top: 0;
  right: 5rem;
  transform: scale(-1, 1);
}

.recommend_box {
  margin-top: 6rem;
  border-radius: var(--radius);
}

.recommend_box_bottom {
  background: var(--blue2);
  padding: 8rem 5rem;
  border-radius: 0 0 2rem 2rem;
  border-top: 0.5rem dotted #fff;
}

.recommend_box_bottom p {
  color: #fff;
}

/* ----------------------------------------------------
profile
--------------------------------------------------- */
#profile {
  background-color: #d8e5f3;
  background-image: url("../img/blue_bg.png");
  padding-top: 12rem;
  padding-bottom: 12rem;
}

#profile .sub_head {
  font-weight: 800;
  font-size: 6.4rem;
}

.profile_box {
  padding: 5rem 0 6rem 0;
  border-radius: var(--radius);
}

.profile_box-bottom {
  background: var(--gra);
  padding: 8rem 5rem;
  border-radius: 0 0 2rem 2rem;
}

.profile_box-bottom p {
  color: #fff;
  margin-bottom: 4rem;
}

/* ----------------------------------------------------
history
--------------------------------------------------- */
#history {
  background: #001431;
  padding-top: 15rem;
  padding-bottom: 0;
}

#history .sub_head {
  color: #fff;
  margin-bottom: 16rem;
  font-size: 8rem;
}

.history_box {
  margin-bottom: 8rem;
  position: relative;
  z-index: 2;
}

.history_box::after {
  content: "";
  background: url("../img/history_img1.png");
  background-size: cover;
  position: absolute;
  top: -4rem;
  right: -5rem;
  width: 42rem;
  height: 60rem;
  z-index: -1;
}

.history_box p {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 6.5rem;
  margin-bottom: 4rem;
}

.history_box .box {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 8rem;
  display: inline-block;
  background: var(--black);
  border-radius: var(--radius);
  padding: 0rem 4rem 1rem;
  margin-bottom: 1.6rem;
}

.history_box:nth-of-type(2) {
  text-align: right;
  margin-top: 10rem;
}

.history_box:nth-of-type(2)::after {
  content: "";
  background: url("../img/history_img2.png");
  background-size: cover;
  position: absolute;
  top: 0rem;
  left: -5rem;
  width: 44rem;
  height: 55rem;
  z-index: -1;
}

/* ----------------------------------------------------
history2
--------------------------------------------------- */
#history2 {
  background-image: url("../img/bg_night-sky.jpg");
}

#history2 .sub_head {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 8rem;
  margin-bottom: 4rem;
}

#history2 .box {
  display: inline-block;
  background: var(--gra2);
  border-radius: var(--radius);
  color: var(--black);
  padding: 0 4rem;
}

#history2 .box:nth-of-type(1) {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

#history2 p {
  text-align: center;
  color: #fff;
  font-size: 6rem;
}

#history2 p:nth-of-type(1) {
  position: relative;
  margin-top: 10rem;
  margin-bottom: 4rem;
}

#history2 p:nth-of-type(1)::after {
  content: "";
  width: 90rem;
  height: 5rem;
  background: url("../img/history2_img1.png");
  background-size: cover;
  position: absolute;
  top: -6rem;
  left: 0;
}

#history2 p:nth-of-type(1)::before {
  content: "";
  width: 90rem;
  height: 5rem;
  background: url("../img/history2_img1.png");
  background-size: cover;
  position: absolute;
  bottom: -5rem;
  left: 0;
}

/* ----------------------------------------------------
content
--------------------------------------------------- */
#content {
  background-color: #d8e5f3;
  background-image: url("../img/blue_bg.png");
  padding-bottom: 0;
}

#content .sub_head {
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  font-size: 7rem;
  margin-bottom: 3rem;
}

.content_box {
  margin-top: 20rem;
  position: relative;
  background: var(--blue);
  border-radius: var(--radius);
  padding: 13rem 5rem 10rem;
}

.content_box:nth-of-type(1) {
  margin-top: 0rem;
}

.content_number {
  background-image: url("../img/ribon.png");
  background-size: cover;
  width: 64rem;
  height: 14.5rem;
  position: absolute;
  top: -7.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: var(--blue);
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 5.5rem;
  line-height: 13.2rem;
}

.content_number span {
  font-size: 120%;
}

#content h3 {
  display: block;
  padding: 2rem 0;
  border-top: 0.5rem dotted #fff;
  border-bottom: 0.5rem dotted #fff;
  font-size: 5rem;
  color: #fff;
  text-align: center;
  margin-bottom: 2.4rem;
}

.content_txt {
  color: #fff;
  font-size: 7rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  text-align: center;
  background: var(--gra2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 3rem;
}

/* ----------------------------------------------------
Information
--------------------------------------------------- */
#information {
  padding: 10rem 0;
  background: #fff;
  color: #000;
}

#information p {
  font-size: 3.9rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

#information ul {
  font-size: 3rem;
  line-height: 1.5;
}

#information ul li {
  text-align: justify;
  text-indent: -1em;
  padding: 0.2em 0 0.2em 1em;
}

#information ul li::before {
  content: "●";
}

/* Footer
------------------------- */
footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  background: #dddddd;
  color: #707070;
  padding: 5rem;
}

#footer_logo {
  text-align: center;
  width: 65%;
  margin: 0 auto;
}

#footer_info p {
  font-size: 2rem;
  text-align: center;
}

#footer_info ul {
  width: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 2rem;
}

#footer_info ul li a {
  display: block;
  padding: 0.5em;
  font-size: 3rem;
  text-align: center;
  color: inherit !important;
  text-decoration: none;
}

#footer_info p a {
  color: inherit !important;
  text-decoration: none;
}

/* Scfooter
------------------------- */
#scfooter {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2rem);
  position: sticky;
  bottom: 0;
  max-width: var(--contentWidth);
  margin-inline: auto;
  z-index: 100;
}

#scfooter .form {
  max-width: var(--contentWidth);
  padding: 3rem 5rem;
  margin-inline: auto;
  background: transparent;
}

#scfooter .form form {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 0 2rem;
}

#scfooter .form_input {
  padding: 0.5em 0.5em 0.5em 10rem;
  font-size: 4rem;
  height: 100%;
}

#scfooter .form_must {
  width: auto;
  padding: 0.5em;
  font-size: 2.5rem;
  line-height: 1.2;
}

#scfooter .form_label {
  font-size: 3rem;
  left: 10rem;
}

#scfooter .form_input:focus+.form_label,
#scfooter .form_input:not(:placeholder-shown)+.form_label {
  top: 20%;
  font-size: 2rem;
}

#scfooter .form_btn button {
  font-size: 4rem;
  line-height: 1.3;
  padding-right: 0.5em;
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: underline;
  color: revert;
}

#contents {
  background: #fff;
  max-width: var(--contentWidth);
  margin-inline: auto;
  box-shadow: 0 0 20rem 0 rgba(0, 0, 0, 0.3);
}

main {
  overflow: hidden;
}

.l-header-info {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: calc(50% - 250px);
  display: grid;
  place-content: center stretch;
}

.l-header-logo {
  width: 50%;
  margin: 0 auto;
}

header {
  background: var(--blue2);
}

/*------------------------------------------------
カウントダウンタイマー
--------------------------------------------------*/
#scheader {
  z-index: 100;
  /* Updated to higher z-index */
  position: sticky;
  /* Changed from fixed to sticky */
  top: 0;
  /* Added for sticky positioning */
  width: 100%;
  font-size: 3.5rem;
  font-weight: bold;
  /* Removed duplicate declaration */
  text-align: center;
  background: var(--blue2);
  /* Updated to use variable */
  color: #fff;
  padding: 2rem 0;
  /* Added for consistent spacing */
  line-height: 1;
  /* Unified line-height */
}

#scheader .countdown {
  padding: 1rem 0;
  margin: 0 auto;
  line-height: 1.2;
  /* Retained specific line-height */
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif, monospace;
}

#scheader .countdown .timer_num {
  display: inline-block;
  padding: 0 0.4rem;
  margin: 0 0.4rem;
  border-radius: 3px;
  color: var(--black);
  font-size: 150%;
  background: #fff;
}

/*--------------------------------------------------
 Section
-------------------------------------------------- */
section {
  padding: 15rem 0;
  position: relative;
}

.sub_head {
  font-size: 6rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}

.img_arrow {
  width: 60%;
  margin: 0 auto;
  margin-top: 3rem;
}

.sec_inner {
  padding: 0 5rem;
}

video {
  width: 100%;
}

/*--------------------------------------------------
 Form
-------------------------------------------------- */
.form {
  background: var(--blue2);
  position: relative;
  color: #fff;
}

.form.form_arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 7rem solid transparent;
  border-left: min(calc(var(--contentWidth) / 2), 50vw) solid var(--formColor);
  border-right: min(calc(var(--contentWidth) / 2), 50vw) solid var(--formColor);
  border-bottom: none;
  top: calc(-7rem + 1px);
  left: 0;
}

.form form {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr auto;
  gap: 3rem;
}

header .form {
  border-top: 1px solid var(--blue2);
}

header .form form {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 0 2rem;
}

.header .form_text-wrap {
  border: 1px dotted #fff;
  font-weight: 500;
}

.form_prev {
  margin: 0rem 0 5rem;
  font-size: 3.7rem;
  font-weight: bold;
  text-align: center;
}

.form_prev p {
  line-height: 1.3;
}

.form_box {
  position: relative;
}

.form_input {
  position: relative;
  background: #fff;
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 2rem;
  color: #111111;
  text-align: left;
  padding: 0.5em 0.5em 0.5em 10rem;
  font-size: 4rem;
  height: 100%;
}

header .form_prev {
  margin: 0rem 0 3rem;
}

.form_must {
  position: absolute;
  /* width: 10rem; */
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-size: 3rem;
  text-align: center;
  /* padding: 0.2em 0; */
  z-index: 10;
  width: auto;
  padding: 0.4em 0.4em 0.45em 0.4em;
  font-size: 2.5rem;
  line-height: 1.2;
}

.form_label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: ease 0.3s;
  pointer-events: none;
  color: #aaa;
  z-index: 10;
  font-size: 3rem;
  left: 11rem;
}

header .form_label {
  left: 9rem;
}

.form_input:focus+.form_label,
.form_input:not(:placeholder-shown)+.form_label {
  top: 15%;
  font-size: 3rem;
  color: #3377ff;
}

.form_btn button {
  position: relative;
  width: 100%;
  height: 100%;
  background: #00ad48;
  border: 2px solid #7dff88;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 4rem;
  line-height: 1.3;
  padding-right: 0.5em;
}

.form_btn button .form_btn_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.6em;
  height: 0.6em;
  border-top: 0.5rem solid #fff;
  border-right: 0.5rem solid #fff;
  transform: translate(0.1em, -50%) rotate(45deg);
  filter: drop-shadow(0 2px 3px #00865c);
}

.form_btn button:hover {
  filter: brightness(1.2);
}

.form_notice p {
  font-size: 2.5rem;
  padding-top: 0.5rem;
  text-align: center;
}

.header2 .form_notice p {
  padding-top: 3.5rem;
}

.ui-autocomplete {
  position: absolute !important;
  background: #fff;
  list-style: none;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 100;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.ui-autocomplete li {
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  font-family: inherit !important;
  text-align: left;
  color: #111111;
}

.ui-autocomplete li:hover,
.ui-state-focus {
  background: #ff7;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

.form_merit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  text-align: center;
}

.form_merit p {
  font-size: 3.5rem;
  width: 32%;
  margin: 1rem 0rem;
  padding: 1rem;
  border: 1px dotted #fff;
  border-radius: 2rem;
  line-height: 1.3;
  align-items: center;
  justify-content: center;
}

header .form_merit p {
  width: 49%;
}

.form_icon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  align-items: stretch;
  /* 子要素の高さを揃える */
}

.form_icon p {
  font-weight: bold;
  font-size: 3.5rem;
  margin: 1rem 0;
  padding: 1rem;
  width: 49%;
  /* 横幅の調整 */
  border: 1px dotted #fff;
  border-radius: 2rem;
  text-align: center;
  display: flex;
  /* コンテンツを中央揃え */
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  /* パディング込みで幅を調整 */
}

.chapter_wrap2 .cv_intro {
  position: relative;
  padding: 1rem 3rem 2rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 7rem;
  font-size: 130%;
  color: #fff;
  background: #000000;
  line-height: 1.3;
}

.chapter_wrap2 .cv_intro:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  box-sizing: border-box;
  border-right: 50rem solid transparent;
  border-left: 50rem solid transparent;
  border-top: 9rem solid #000;
  width: 100%;
}

.chapter_wrap2 .cv_intro:after {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #00435c;
  position: absolute;
  left: 0;
  bottom: -8rem;
  z-index: -1;
  content: "";
}

.form_inner {
  padding: 5rem;
}

/*アニメーション*/
/* ----------------------------------------------------
ふわっと表示
------------------------------------------------------ */
.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}

.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* ----------------------------------------------------
Bパターン用CSS
------------------------------------------------------ */
.index-b header button,
.index-b #scfooter button {
  font-size: 3.2rem;
  line-height: 1.2;
}

.index-b header .form_btn_icon::after,
.index-b .form_btn_icon::after {
  right: 3rem;
}