root {
  --color-pink: #ff66a4;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  height: 100%;
  font-size: 16px;
  color: #000;
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 600px) {
  body {
    font-size: 18px;
    background-image: url(../images/body_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
  }
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
}
.hsp5 {
  width: 100%;
  height: 5px;
}
.hsp10 {
  width: 100%;
  height: 10px;
}
.hsp20 {
  width: 100%;
  height: 20px;
}
.hsp50 {
  width: 100%;
  height: 50px;
}
.hsp100 {
  width: 100%;
  height: 100px;
}
.hsp200 {
  width: 100%;
  height: 200px;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
h1 {
  background: #ff66a4;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.6em;
}
@media screen and (min-width: 600px) {
  h1 {
    font-size: 18px;
  }
}
hr {
  margin: 20px auto !important;
  height: 1px;
  border: none;
  border-top: 1px #c7c7c7 solid;
  height: 1px;
  width: 90%;
}
.top_kv {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
}
.top_kv_sp {
  position: relative;
  overflow: hidden;
}
.kv_sp_bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
  z-index: 1;
}
.kv_sp_photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
}
.kv_sp_no1 {
  position: absolute;
  top: 0;
  left: -5%;
  width: 60%;
  height: auto;
  z-index: 12;
}
.kv_sp_stageup {
  position: absolute;
  top: 26%;
  left: 0;
  width: 60%;
  height: auto;
  z-index: 11;
}
.kv_sp_woman {
  position: absolute;
  top: 43%;
  left: 0;
  width: 80%;
  height: auto;
  z-index: 11;
}
.kv_sp_title {
  position: absolute;
  top: 0;
  right: -2%;
  width: auto;
  height: 80%;
  z-index: 12;
}
.kv_sp_hibarai {
  position: absolute;
  top: 56%;
  left: 29%;
  width: 50%;
  height: auto;
  z-index: 11;
}
.kv_sp_16000 {
  position: absolute;
  top: 57%;
  left: -7%;
  width: 50%;
  height: auto;
  z-index: 11;
}
.kv_sp_star {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 11;
}
.kv_sp_20 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 11;
}
.copyright {
  text-align: center;
  font-size: 12px;
  line-height: 1.6em;
}
@media screen and (min-width: 600px) {
  .copyright {
    font-size: 18px;
  }
}
.wrapper {
  width: 100%;
  max-width: 1160px;
  min-height: 1000px;
  margin: 10px auto 0 auto;
  padding: 15px;
  background-color: #fff;
}
.wrapper-inner {
  width: 100%;
  min-height: 300px;
  border: #ff66a4 1px solid;
  position: relative;
  padding: 15px;
}
@media screen and (max-width: 600px) {
  .wrapper {
    padding: 5px;
  }
  .wrapper-inner {
    padding: 5px;
  }
}

.news_title {
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .wrapper {
    margin: 10px auto 0 auto;
  }
  .news_title {
    top: -70px;
    width: 150px;
    z-index: 100;
  }
}

.img1col {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
}
.img2col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .img2col {
    display: block;
  }
}
.img2col a {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
  margin-top: 10px;
}
.img2col a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
}

.text1col {
  margin-top: 10px;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.6em;
}
@media screen and (max-width: 600px) {
  .text1col {
    font-size: 16px;
  }
}
strong {
  background: linear-gradient(transparent 40%, #ffd9e8 60%);
  padding: 0 10px;
}

.reason {
  margin-top: 20px;
  width: 100%;
}

.reason_list {
  background-image: url("../images/flower_bg.png");
  background-size: contain;
  background-position: center top;
  background-repeat: repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #000;
  position: relative;
  padding-bottom: 30px;
}
.reason_list li {
  width: 400px;
  border: #ffa1c7 1px solid;
  border-top: none;
  padding: 10px;
  padding-bottom: 50px;
  margin-top: 170px;
  position: relative;
}
.reason_title {
  width: 400px;
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .reason_list {
    margin: 0 auto;
  }
  .reason_title {
    width: 100%;
    top: -90px;
  }
  .reason_list li {
    width: 96%;
    padding: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 120px;
  }
}

.reason_text1 {
  margin-top: 45px;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.6em;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
}
.reason_note {
  display: block;
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px); /* 罫線の色と太さ */
  background-size: 100% 1.6em; /* 行の高さ */
  line-height: 1.6em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}
.reason_text2 {
  text-align: center;
  font-size: 1em;
  line-height: 1.6em;
  font-feature-settings: "palt";
}
.reason_bottom {
  position: absolute;
  width: 60px;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  object-fit: cover;
}
.corner_left_top {
  position: absolute;
  top: -15px;
  left: -15px;
}
.corner_right_top {
  position: absolute;
  top: -15px;
  right: -15px;
}
.corner_left_bottom {
  position: absolute;
  bottom: -15px;
  left: -15px;
}
.corner_right_bottom {
  position: absolute;
  bottom: -15px;
  right: -15px;
}
.corner_ribon {
  position: absolute;
  top: -20px;
  left: auto;
  right: auto;
  width: 150px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .corner_ribon {
    width: 80px;
    height: auto;
    top: -10px;
  }
  .corner_left_top {
    width: 30px;
    height: auto;
    top: -5px;
    left: -5px;
  }
  .corner_right_top {
    width: 30px;
    height: auto;
    top: -5px;
    right: -5px;
  }
  .corner_left_bottom {
    width: 30px;
    height: auto;
    bottom: -5px;
    left: -5px;
  }
  .corner_right_bottom {
    width: 30px;
    height: auto;
    bottom: -5px;
    right: -5px;
  }
}
.text_red {
  color: #ff0000;
}
.text_small {
  font-size: 0.6em;
}

.features_list {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
  border-top: #ffa1c7 2px dashed;
  margin-top: 20px;
}
.features_list li {
  display: flex;
  align-items: center;
  border-bottom: #ffa1c7 2px dashed;
  padding: 10px;
  font-size: 1.2em;
  flex-grow: 1;
}
.features_list li img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
  margin-right: 10px;
}

.h2before {
  color: #ff66a4;
  text-align: center;
  font-size: 4em;
  font-variant: small-caps;
  font-family: "Kaisei Tokumin", serif;
}
.h2before::before {
  content: "";
  display: inline-block;
  width: 65px;
  height: 65px;
  background-image: url("../images/h2_before.png");
  background-position: center;
  background-size: contain;
}
.h2before::after {
  content: "";
  display: inline-block;
  width: 65px;
  height: 65px;
  background-image: url("../images/h2_after.png");
  background-position: center;
  background-size: contain;
}
h2 {
  font-family: "Kaisei Tokumin", serif;
  color: #ff66a4;
  text-align: center;
  font-size: 1.6em;
  margin-top: -5px;
}
h2::before,
h2::after {
  content: "～";
  font-family: "Kaisei Tokumin", serif;
  color: #ff66a4;
  font-size: 1.2em;
}
@media screen and (max-width: 600px) {
  .h2before {
    font-size: 2.4em;
  }
  h2 {
    font-size: 1em;
  }
  .h2before::before {
    width: 30px;
    height: 30px;
    background-position: bottom;
  }
  .h2before::after {
    width: 30px;
    height: 30px;
    background-position: bottom;
  }
}

.income_list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 20px;
}
.income_list li {
  width: 360px;
}
.income_list li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .income_list {
    display: block;
  }
  .income_list li {
    width: 100%;
  }
}

.iframe-container {
  position: relative;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
  max-width: 1000px;
  height: 1300px;
  padding-bottom: 100px;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.form_area {
  text-align: center;
  background-color: #ffffff;
  width: 94%;
  max-width: 650px;
  margin: 0 auto;
}
.form_area_title {
  font-size: 1.6em;
  line-height: 1.6em;
}
.form_title {
  background-color: #ff66a4;
  text-align: center;
  font-size: 1.2em;
  width: 90%;
  padding: 10px;
  margin: 10px auto;
  color: #fff;
}
.form_title span {
  display: inline-block;
  background-color: #626262;
  color: #fff;
  padding: 5px;
}
.form_text_s {
  text-align: center;
  font-size: 1.2em;
}

input[type="text"] {
  width: 94%;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 20px;
}
.input_60 {
  width: 54% !important;
}
.selectbox-mail {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.selectbox-mail::after {
  position: absolute;
  right: 5px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.selectbox-mail select {
  appearance: none;
  width: auto;
  min-width: 30%;
  height: 2.8em;
  /*    padding: .4em calc(.8em + 30px) .4em .8em;*/
  padding: 0.4em 20px 0.4em 0;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .selectbox-mail select {
    min-width: 30% !important;
  }
  .input_60 {
    width: 70% !important;
  }
}

.radio_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 2em;
  border: none;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: 30%;
}

.radio_btn label {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
}

.radio_btn label::before,
.radio_btn label::after {
  border-radius: 50%;
  content: "";
}

.radio_btn label::before {
  width: 18px;
  height: 18px;
  border: 2px solid #dee5eb;
  box-sizing: border-box;
}

.radio_btn label::after {
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  background-color: #dee5eb;
}

.radio_btn label:has(:checked)::after {
  background-color: #686868;
  animation: anim-radio-2 0.3s linear;
}

@keyframes anim-radio-2 {
  0% {
    box-shadow: 0 0 0 1px transparent;
  }
  50% {
    box-shadow: 0 0 0 10px #68686833;
  }
  100% {
    box-shadow: 0 0 0 10px transparent;
  }
}

.radio_btn input {
  display: none;
}
.textbox {
  width: 90%;
  min-height: 100px;
  margin: 0 auto;
  padding: 8px 10px;
  border: 1px solid #969da3;
  border-radius: 3px;
  color: #333;
  font-size: 1em;
  line-height: 1.5;
}

.textbox::placeholder {
  color: #999;
}

.button-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94%;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: none;
  border-radius: 5px;
  background-color: #23a6d1;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}

.button-submit:hover {
  background-color: #1396c1;
}

.step-sp {
  position: relative;
  margin: 50px auto 0 auto;
}
.step-sp li {
  position: relative;
  margin: 10px auto 0 auto;
}
.step-sp-box {
  border-bottom: 1px solid #ff66a4;
  border-left: 1px solid #ff66a4;
  border-right: 1px solid #ff66a4;
  padding: 10px;
  position: relative;
  margin: 0 auto;
  width: 94%;
  margin-top: -20px;
  padding-top: 20px;
}
.step-sp-title {
  width: 100%;
  height: auto;
}

.step-sp-text1 {
  font-size: 1.4em;
  color: #ff66a4;
  margin-bottom: 10px;
}
.step-sp-text2 {
  line-height: 1.4em;
}

/* ========================================
   ページ内ナビゲーションメニュー
   ======================================== */
.page-nav {
  margin: 10px 0;
  padding: 20px 0;
  background: #ffeef5;
  border-radius: 20px;
  /* box-shadow: 0 8px 32px rgba(255, 102, 164, 0.2); */
  position: relative;
  overflow: hidden;
}

.page-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.nav-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 0.8em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}

.nav-link:hover::before {
  left: 100%;
}

.nav-link:hover {
  transform: translateY(-5px) scale(1.02);
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 8px 25px rgba(255, 102, 164, 0.3);
  color: #ff66a4;
}

.nav-icon {
  font-size: 2em;
  margin-bottom: 8px;
  display: block;
  transition: transform 0.3s ease;
  color: #ff66a4;
}

.nav-icon i {
  font-size: 1em;
  display: block;
}

.nav-link:hover .nav-icon {
  transform: scale(1.1) rotate(5deg);
}

.nav-text {
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .page-nav {
    margin: 30px 15px;
    border-radius: 15px;
  }

  .nav-container {
    padding: 0 15px;
  }

  .nav-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .nav-link {
    padding: 15px 10px;
    font-size: 0.8em;
  }

  .nav-icon {
    font-size: 1.6em;
    margin-bottom: 6px;
  }

  .nav-text {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}

@media (max-width: 480px) {
  .page-nav {
    margin: 10px;
    padding: 15px 0;
  }

  .nav-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .nav-link {
    padding: 8px 5px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .nav-icon {
    font-size: 1.2em;
    margin-bottom: 4px;
    margin-right: 0;
  }

  .nav-text {
    text-align: center;
    font-size: 0.9em;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}

/* スムーズスクロール */
html {
  scroll-behavior: smooth;
}

/* ========================================
   フッターナビゲーション
   ======================================== */
.fixet_bottom_nav {
  display: none;
}
@media screen and (max-width: 600px) {
  .fixet_bottom_nav {
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: rgba(255, 102, 164, 0.7);
    /* backdrop-filter: blur(10px); */
  }
  .fixet_bottom_nav ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .fixet_bottom_nav li {
  }
  .fixet_bottom_nav li:first-child {
    margin-right: auto;
  }
  .fixet_bottom_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .fixet_bottom_nav li a img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: center;
  }
}
