html {
  scroll-behavior: smooth;
}
body {
  text-align: left;
  background-color: #fefefe;
  /* overflow-x: hidden; */
}
* {
  color: #121212;
}
a {
  transition: opacity 0.5s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.all_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  display: none!important; /* 2024/1/18　背景あしらい削除依頼 */
  z-index: -10;
  padding-top: 156px;
}

/* --------------------------
ヘッダー
-----------------------------*/
.lp_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.lp_header.change-color {
  background-color: rgba(255, 255, 255, 0.82);
  transition: 0.5s;
}
.lp_header_inner {
  display: flex;
}
.lp_header_logo {
  width: 279px;
  height: 85px;
  display: block;
}
.lp_header_logo img {
  width: 279px;
  height: 100%;
  aspect-ratio: 279/85;
}
.lp_header_content {
  padding-top: 53px;
  padding-right: 134px;
  margin-left: auto;
}
.lp_header_items {
  display: flex;
  align-items: center;
}
.lp_header_item + .lp_header_item {
  margin-left: 36px;
}
.lp_header_link {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 16px;
  color: #fff;
}
.lp_header_link.change-color {
  color: #121212;
}

/* --------------------------
メインビュー
-----------------------------*/

.mv {
  height: 770px;
  width: calc(100% - 7.69vw);
  margin-left: 7.69vw;
  position: relative;
}
.mv_inner {
  height: 100%;
  margin: 0 auto;
}
.inner_bg {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 801px !important;
}
.mv_copy_eng {
  position: absolute;
  font-family: "mrlackboughs-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #e48c83;
  font-size: 53px;
  line-height: 1.5;
  bottom: 9%;
  left: 20.5%;
  z-index: 3;
  transform: rotate(-12deg);
  opacity: 0.9;
}
.inner_bg1 {
  background-image: url(../images/LP/bg_mv.jpg);
}
.inner_bg2 {
  background-image: url(../images/LP/bg-mv02.jpg);
}
.inner_bg3 {
  background-image: url(../images/LP/bg-mv03.jpg);
}
.mv_copy {
  position: absolute;
  top: 62%;
  left: 137px;
  transform: translateY(-50%);
  font-weight: 700;
  font-family: "Noto Sans JP";
  font-size: 40px;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0.06em;
}

/* slickのドット */
.mv_inner .slick-dots {
  width: fit-content;
  right: 65px;
  bottom: -9px;
}
.mv_inner .slick-dots li {
  width: 12px;
}
.mv_inner .slick-dots li button:before {
  font-family: "slick";
  font-size: 14px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 15px;
  height: 15px;

  content: "•";
  text-align: center;

  opacity: 1;
  color: #fff;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mv_inner .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #e48c83;
}

@media only screen and (max-width: 1369px) {
  .mv_copy_eng {
    font-size: 44px;
    line-height: 1.3;
  }
}

/* --------------------------
選ばれる理由
-----------------------------*/

.reason_section {
  width: 100%;
  padding-top: 174px;
  padding-bottom: 200px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .reason_section {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.reason_section:after {
  content: "REASON for CHOOSING";
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  display: block;
  color: #fbf1f0;
  top: 0;
  z-index: -1;
  right: 0;
  font-size: clamp(150px, 15vw, 240px);
}
.reason_content {
  display: flex;
  padding-right: 10.56vw;
  position: relative;
}
.reason_content img {
  width: 51.25vw;
  height: 34.2vw;
  margin-right: 5vw;
}
.reason_content + .reason_content {
  margin-top: 100px;
}
.reason_content:nth-child(2) {
  margin-top: 125px;
}
.reason_content:nth-child(2)::after {
  width: 58.7vw;
  height: 31.3vw;
  background-color: #fbf1f0;
  content: "";
  position: absolute;
  display: block;
  top: -49px;
  right: 0;
  z-index: -5;
}
.reason_content:nth-child(3) {
  margin-top: 10.5vw;
}
.reason_content:nth-child(3)::after {
  width: 81.5vw;
  height: 19.06vw;
  background-color: #fbf1f0;
  content: "";
  position: absolute;
  display: block;
  bottom: -212px;
  left: 0;
  z-index: -5;
}
.reason_content:nth-child(6)::after {
  width: 71.8vw;
  height: 29.1vw;
  background-color: #fbf1f0;
  content: "";
  position: absolute;
  display: block;
  top: -316px;
  right: 0;
  z-index: -5;
}
.reason_content:nth-child(3),
.reason_content:nth-child(5) {
  flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 10.56vw;
}
.reason_content:nth-child(3) img,
.reason_content:nth-child(5) img {
  margin-left: 5.06vw;
  margin-right: 0;
}
.reason_content_text {
  margin-top: 3.437vw;
}
.reason_text_pickup {
  background-color: #e48b82;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: fit-content;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
}
.reason_text_index {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 1;
  color: #e18076;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
.reason_text_theme {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.67;
  color: #121212;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
.reason_content:nth-child(2) .reason_text_theme {
  margin-top: 17px;
}
.reason_text_desc {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 16px;
  color: #121212;
  letter-spacing: 0.05em;
}
.reason_text_desc_emphasis {
  font-weight: 700;
  font-family: "Noto Sans JP";
  font-size: 18px;
  color: #121212;
  letter-spacing: 0.05em;
  line-height: 1.33;
  margin-top: 2.6vw;
}
.reason_text_desc + .reason_text_desc_emphasis {
  margin-top: 35px;
  margin-bottom: 20px;
}
.reason_text_desc_emphasis + .reason_text_desc {
  margin-top: 13px;
}
.reason_text_desc + .reason_text_desc {
  margin-top: 2em;
}
.reason_button {
  margin-top: 100px;
}

/* --------------------------
どんな子が育つ
-----------------------------*/
.growup_section {
  padding-bottom: 150px;
}

.growup_image {
  width: 100%;
  height: auto;
}
.growup_img_wrap {
  position: relative;
}
.growup_img_wrap:after {
  content: "GROW UP";
  position: absolute;
  display: block;
  color: rgba(255, 255, 255, 0.9);
  bottom: -7%;
  left: 134px;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(120px, 14vw, 240px);
  z-index: 2;
  line-height: 1;
}

.growup_image img {
  object-fit: cover;
  aspect-ratio: 1600/534;
}
.growup_title_sub.title_sub {
  text-align: center;
  font-size: 16px;
}
.growup_title.title_main {
  text-align: center;
}
.growup_title_wrapper.title {
  max-width: 715px;
  margin-inline: auto;
  margin-top: 140px;
}
.growup_title_lead.title_lead {
  margin-top: 40px;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 0.05em;
}

/* スライダー */
/* 枠線の削除 */
.growup_slide_content .bx-wrapper {
  background-color: transparent;
  margin: 0px auto;
  border: none;
  box-shadow: none;
  margin-inline: auto;
  margin-top: 54px;
  max-width: 100% !important;
}
.growup_slide_content .bx-wrapper img {
  display: block;
  margin: 0px auto;
}
.growup_slide_content {
  margin-top: 105px;
  padding-top: 65px;
  padding-bottom: 112px;
  background-color: #fbf1f0;
  position: relative;
}
.growup_slide_content:after {
  content: "VOICE";
  position: absolute;
  display: block;
  color: rgba(245, 217, 214, 0.9);
  top: -7%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 100px;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  z-index: 2;
}
.growup_slide_heading {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 24px;
  color: #121212;
  letter-spacing: 0.1em;
  text-align: center;
}
.growup_slide {
  margin-left: 25px;
  margin-right: 25px;
}
/* スライダーの矢印 */
.growup_slide_content .bx-wrapper .bx-controls-direction a {
  width: 64px;
  height: 64px;
  top: 40%;
  background-color: #de7267;
}
.growup_slide_content .bx-wrapper .bx-controls-direction .bx-next {
  right: 70px;
  background-image: none;
}
.growup_slide_content .bx-wrapper .bx-controls-direction .bx-next::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 8%;
  left: 24%;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.growup_slide_content .bx-wrapper .bx-controls-direction .bx-prev {
  left: 70px;
  background-image: none;
}
.growup_slide_content .bx-wrapper .bx-controls-direction .bx-prev::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 8%;
  right: 24%;
  border: 0;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(45deg) translate(-50%, -50%);
  width: 20px;
  height: 20px;
}

/* -------------- */
.slide_name {
  margin-top: 21px;
  text-align: center;
  font-weight: 400;
  font-family: "hanatotyoutyo";
  font-size: clamp(24px, 3vw, 32px);
  color: #f59c94;
  letter-spacing: 0.01em;
}
.slide_text {
  margin-top: 16.2px;
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 1.5;
  color: #121212;
  letter-spacing: 0.05em;
}
.growup_button {
  margin-top: 98px;
}

/* --------------------------
年間行事
-----------------------------*/
.event_section {
  padding-top: 103px;
  padding-bottom: 200px;
  position: relative;
}
.event_section:after {
  content: "EVENT";
  position: absolute;
  display: block;
  color: rgba(245, 217, 214, 0.9);
  top: -6.5%;
  left: 40px;
  font-size: 180px;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 2;
}
.event_section:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #fbf1f0;
  left: 0;
  top: 0;
  z-index: -1;
  width: 80vw;
  height: 37.5vw;
}
.event_content_wrapper {
  width: 100%;
  margin-top: 65.5px;
}
.event_content_wrapper ul {
  display: flex;
  align-items: center;
}
.event_item {
  /* width: calc(100% / 3); */
  margin-left: 15px;
  margin-right: 15px;
}

.event_item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 530/340;
}
.event_item_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 33px 18px 0 18px;
}
.event_item_title {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 18px;
  color: #f59c94;
}
.event_item_desc {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 1.5;
  color: #121212;
  letter-spacing: 0.05em;
  margin-top: 16px;
}
.event_button.button_wrapper {
  margin-top: 170px;
}

/* slickの矢印 */
.event_slider button.arrow-common {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
  background-color: #de7267;
  width: 64px;
  height: 64px;
  border: none;
}

.event_slider button.arrow-prev {
  left: 7%;
}

.event_slider button.arrow-prev:after {
  content: "";
  position: absolute;
  border: 0;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  display: inline-block;
  transform: rotate(45deg) translateY(-50%);
  width: 15px;
  height: 15px;
  top: 46%;
  right: 43%;
}

.event_slider button.arrow-next {
  right: 7%;
}

.event_slider button.arrow-next:after {
  content: "";
  position: absolute;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  transform: rotate(45deg) translateY(-50%);
  width: 15px;
  height: 15px;
  top: 46%;
  right: 53%;
}

/* --------------------------
親子集いの広場
-----------------------------*/
.tour_img_wrap {
  width: 75vw;
  height: 21.25vw;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.tour_section_img {
  aspect-ratio: 1200/340;
  display: block;
  width: 100%;
  height: 100%;
}
.tour_title_wrapper {
  margin-top: 105px;
  position: relative;
}
.tour_section {
  /* position: relative; */
}
.tour_img_wrap:after {
  content: "EXPERIENCE TOUR";
  position: absolute;
  display: block;
  color: rgba(245, 217, 214, 0.9);
  top: 64%;
  left: -13.5%;
  width: max-content;
  font-size: clamp(140px, 12vw, 180px);
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 2;
}
.tour_title_sub.title_sub {
  text-align: center;
}
.tour_title.title_main {
  text-align: center;
  margin-top: 6px;
  position: relative;
  z-index: 3;
}
.tour_title_lead.title_lead {
  max-width: 874px;
  margin-top: 30.6px;
  margin-inline: auto;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.tour_title_lead + .tour_title_lead {
  margin-top: 3em;
}
.tour_schedule {
  margin-top: 85px;
}
.tour_schedule_content > p {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 18px;
  color: #1a1a1a;
  letter-spacing: 0.05em;
}
.tour_schedule_content {
  margin-inline: auto;
  width: fit-content;
}
/*.tour_schedule_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}*/
.tour_table {
  margin-right: 1.5vw;
}
.table_block {
  display: flex;
}
.table_body {
  height: 50px;
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
  width: 7vw;
  min-width: 115px;
  background-color: rgba(245, 156, 148, 0.17);
}
.table_head {
  height: 50px;
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
  width: 7vw;
  min-width: 115px;
  background-color: rgba(245, 156, 148, 1);
}
.tour_contact {
  height: 150px;
  width: 20.2vw;
  min-width: 200px;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  border: 1px dashed #f59c94;
  margin: 30px auto 0 auto;
}
.tour_contact .tour_contact_heading {
  margin-left: 7px;
  margin-top: 18px;
  width: 15.3vw;
  min-width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 2px;
  color: #de7267;
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 14px;
  letter-spacing: 0.01em;
  background-color: rgba(245, 156, 148, 0.22);
  white-space: nowrap;
}
.tour_contact .tour_contact_tell {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: clamp(23px, 2.3vw, 40px);
  line-height: 1.5;
  color: #f59c94;
  display: inline-flex;
  align-items: center;
  margin-top: 21.3px;
  padding-left: 12px;
}
.tour_contact_tell:before {
  background-image: url(../images/LP/icon_phone.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 3.3vw;
  height: 3.3vw;
  margin-right: 10px;
}

.tour_button {
  margin-top: 75.4px;
}

/* --------------------------
アクセスマップ
-----------------------------*/
.access_section {
  padding-top: 170px;
  padding-bottom: 150px;
}
.access_title_wrapper.title {
  text-align: center;
  position: relative;
}
.access_title_wrapper.title:after {
  content: "ACCESS";
  position: absolute;
  display: block;
  color: rgba(245, 217, 214, 0.9);
  top: -114px;
  left: 7%;
  font-size: clamp(150px, 15vw, 180px);
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: -1;
}
.access_content {
  margin-top: 46.4px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.access_content img {
  margin-right: 34px;
  width: 41.25vw;
  height: 48.3vw;
}
.access_guide {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.access_map {
  width: 29.1vw;
  height: 19.9vw;
  min-width: 300px;
}
.access_map img {
  width: 100%;
  height: 100%;
  aspect-ratio: 466/359;
}
.access_guide .caution {
  margin-top: 10px;
}
.access_time {
  margin-top: 50px;
  max-width: 386px;
  min-width: 300px;
  width: 19.3vw;
  padding-top: 26px;
  padding-left: 2.25vw;
  padding-right: 2.25vw;
  padding-bottom: 24px;
  border: 1px dashed #f59f98;
}
.access_time ul {
  margin-left: 3px;
  margin-top: 4px;
}
.access_time_title {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 20px;
  color: #f59f98;
  letter-spacing: 0.05em;
}
.access_time ul li {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 2;
  color: #121212;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
}
.access_time ul li:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #faccc7;
  border-radius: 50%;
  margin-right: 8px;
}
.access_guide_button {
  width: 19.4vw;
  max-width: 310px;
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 18px;
  color: #fff;
  background-color: #f59c94;
  padding-top: 12px;
  padding-bottom: 10px;
  margin-top: 50px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --------------------------
体験見学
-----------------------------*/

.contact_section {
  padding-bottom: 200px;
  padding-right: 38px;
  text-align: center;
}

.contact_title_wrapper.title:after {
  content: "CONTACT";
  position: absolute;
  display: block;
  color: rgba(245, 217, 214, 0.9);
  top: -205px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 180px;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 2;
}
.contact_wrapper {
  padding-top: 8vw;
  padding-bottom: 120.2px;
  border: 1px solid #f3f3f3;
  max-width: 940px;
  /* padding-left: 10vw;
  padding-right: 9.3vw; */
  margin-left: 8.1vw;
  margin-right: auto;
  background-color: #fff;
}
.contact_title_wrapper.title {
  text-align: center;
  position: relative;
  z-index: 5;
}
.contact_title_sub.title_sub {
  letter-spacing: 0.05em;
}
.contact_title.title_main {
  margin-top: 10px;
}
.contact_title_lead.title_lead {
  margin-top: 21px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.contact_title_note {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 2.286;
  color: #121212;
  letter-spacing: 0.05em;
  padding-right: 12px;
}
.contact_form {
  margin-top: 71px;
  /* max-width: 629px; */
  margin-left: 10vw;
}
.form__item dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form__item dt {
  width: 23.7%;
  margin-right: 30px;
}
.form__item dd {
  width: 72%;
  position: relative;
}
.form__caption {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 1.71;
  color: #121212;
  letter-spacing: 0.1em;
  margin-top: 12px;
  text-align: left;
  width: 77%;
  max-width: 448px;
}
.form__caption_wrap {
  margin-left: 27%;
  /*display: flex;
  justify-content: flex-end;*/
}
.form__caption_wrap span {
  display: block;
  width: 28.7%;
}
.form__item + .form__item {
  margin-top: 20px;
}
.form__label-text {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 16px;
  color: #121212;
  letter-spacing: 0.1em;
  text-align: left;
  white-space: nowrap;
}
.form__input {
  max-width: 304px;
  padding: 10px 14px 9px 18px;
  display: flex;
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 14px;
  color: #9c9c9c;
  letter-spacing: 0.05em;
  border: 1px solid #dfdfdf;
}
.mw_wp_form .error {
  position: absolute;
  bottom: -18px;
  left: 0;
  font-size: 12px !important;
  margin-left: 0;
  white-space: nowrap;
}
.mw_wp_form .form_item_gender .error {
  bottom: -6px;
}

.mw_wp_form .form_item_age .error {
  width: 176%;
  text-align: left;
}
.form__select-box.select {
  color: #9c9c9c;
}
select option:first-child {
  color: #9c9c9c;
}
select option {
  color: #212121;
}
input:focus {
  outline: none;
}
select:focus {
  outline: none;
}
.form__input-text {
  border: none;
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 14px;
  color: #212121;
  letter-spacing: 0.1em;
  width: 100%;
}
.form__select {
  max-width: 338px;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 14px;
  /* color: #121212; */
  letter-spacing: 0.05em;
  border: 1px solid #dfdfdf;
  position: relative;
}
.form__select:after {
  position: absolute;
  content: "▼";
  display: block;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.form__select-box {
  padding: 10px 15px 9px 18px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 14px;
  /* color: #9c9c9c; */
  letter-spacing: 0.1em;
  width: 100%;
  position: relative;
  z-index: 10;
  background: transparent;
}
.form__item.form_item_date dd {
  width: 233px;
}
.form__item.form_item_birth dd + dd {
  margin-left: 10px;
}
.form__item.form_item_birth dd:nth-of-type(1) {
  width: 114px;
}
.form__item.form_item_birth dd:nth-of-type(2),
.form__item.form_item_birth dd:nth-of-type(3) {
  width: 85px;
}
.form__item.form_item_age dd {
  width: 73px;
}
.mwform-radio-field-text {
  color: #121212;
  font-size: 16px;
}
.form_item_age dl span {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 16px;
  color: #121212;
  letter-spacing: 0.1em;
  margin-left: 13px;
  margin-top: 10px;
}
.mwform-radio-field + .mwform-radio-field {
  margin-left: 39px !important;
}
.form_item_gender input[type="radio"] {
  position: relative;
  width: 23px;
  height: 23px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
}
.form_item_gender input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #121212;
  content: "";
}
.form_item_gender dd {
  border: none;
  padding-top: 8px;
  padding-left: 1px;
}
.form_item_gender dd label + input {
  margin-left: 40px;
}
.form_item_gender dd input + label {
  margin-left: 16px;
}
.form_item_add dd {
  width: 106px;
  padding-top: 8px;
  padding-bottom: 11px;
  padding-left: 20px;
  margin-top: -3px;
  font-size: 13px;
}
.form__item.form_item_tel {
  margin-top: 24px;
}
.form_item_tel dd {
  width: 145px;
  padding-top: 8px;
  padding-bottom: 11px;
  padding-left: 20px;
  margin-top: -3px;
  font-size: 13px;
}
.form_item_add .form__input-text,
.form_item_tel .form__input-text {
  font-size: 13px;
}
.form__item.form_item_textarea {
  margin-top: 15px;
}
.form__item.form_item_textarea dl {
  align-items: baseline;
}
.form__item.form_item_textarea dl dt {
  padding-top: 10px;
}
.form__textarea {
  border: none;
  width: 100%;
  height: 100px;
  resize: none;
  outline: none;
}
.form_item_textarea dl {
  width: 102%;
}
.form_item_textarea dt {
  width: 22.5%;
}
.form_item_textarea dd {
  width: 414px;
  max-width: 414px;
  height: 153px;
  padding-top: 18px;
  position: relative;
}
.form_item_textarea textarea {
  height: 100%;
  width: 100%;
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 14px;
  color: #212121;
  letter-spacing: 0.05em;
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.form_item_privacy.form__item dl {
  letter-spacing: 0.1em;
  padding-left: 102px;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-left: 43px;
}
.form_item_privacy.form__item a {
  border-bottom: 1px solid #313131;
  color: #313131;
}
.form__item:last-child {
  margin-top: 50px;
}
.asterisk,
.form_item_age.asterisk {
  color: #e48c83 !important;
  font-size: 10px !important;
  margin-left: 3px !important;
}
.form__label-agree {
  position: relative;
}
.form__label-agree.asterisk {
  margin-left: -7px !important;
}
.js-placeholder {
  position: absolute;
  top: 18px;
  left: 19px;
  z-index: 1;
  width: 401px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #9c9c9c;
}
.js-placeholder.none {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form__list .js-placeholder {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form__select {
  padding: 10px 15px 9px 18px;
  color: #9c9c9c;
}
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form__select-box.select {
  padding: 10px 15px 9px 18px;
}

/* ==============チェックボタン調整====================== */

/* 元のチェックボックスをけす */
.form_item_privacy input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* ---------------------- */
.form_item_privacy input[type="checkbox"] {
  cursor: pointer;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
}
.form_item_privacy input[type="checkbox"]::before,
input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}
.form_item_privacy input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #313131;
  width: 17px; /*チェックボックスの横幅*/
  height: 17px; /*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.form_item_privacy input[type="checkbox"]::after {
  border-bottom: 3px solid #666464; /*チェックの太さ*/
  border-left: 3px solid #666464; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 6px; /*チェックの高さ*/
  width: 11px; /*チェックの横幅*/
  transform: rotate(-45deg);
  top: -7px; /*チェック時の位置調整*/
  left: 3px; /*チェック時の位置調整*/
}
.form_item_privacy input[type="checkbox"]:checked::after {
  opacity: 1; /*チェック後表示*/
}

/* ========================================== */

input.form__button.button {
  border: none;
  width: 465px;
  font-size: 16px;
  padding-top: 31px;
  padding-bottom: 26px;
  display: block;
  cursor: pointer;
}
.form_button_wrapper {
  position: relative;
  width: 465px;
  margin-left: 75px;
  margin-top: 53px;
}
.form_button_wrapper {
  position: relative;
  width: 465px;
  margin-left: 75px;
  margin-top: 53px;
}
.form_button_wrapper:after {
  content: "";
  position: absolute;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  transform: rotate(45deg) translateY(-50%);
  width: 13px;
  height: 13px;
  top: 50%;
  right: 26px;
}
div#mw_wp_form_mw-wp-form-60220 {
  margin-right: 10vw;
}

/* プライバシーポリシーをaタグにする */

.form_underline {
  text-decoration: underline;
}
.form_underline:hover {
  text-decoration: none;
}

/* --------------------------
フッター
-----------------------------*/
.lp_footer_content {
  padding-top: 18px;
  padding-bottom: 40px;
  text-align: center;
}
.lp_footer_content h2 img {
  width: 315px;
}
.lp_footer_add {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 2;
  color: #fff;
  letter-spacing: 0;
  margin-top: 15px;
}
.lp_footer_add span {
  letter-spacing: -0.025em;
  color: #fff;
}
.lp_footer_tel {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: -0.025em;
  color: #fff;
}
.lp_footer_text {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 1.5;
  margin-top: 5px;
  color: #fff;
  letter-spacing: -0.08em;
}

#footer {
  width: 100%;
}

/* --------------------------
共通パーツ
-----------------------------*/
.side_button {
  position: fixed;
  right: 0;
  top: 139px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 220px;
  background-color: #4faf33;
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 18px;
  line-height: 1.33;
  color: #fff;
  writing-mode: vertical-lr;
  letter-spacing: 0.29em;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_sub {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 16px;
  color: #b4b4b4;
  letter-spacing: 0.1em;
}
.title_main {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 32px;
  line-height: 1.625;
  color: #e18076;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
.title_lead {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 1.6;
  color: #121212;
  margin-top: 27px;
  letter-spacing: 0.05em;
}
.reason_title_lead.title_lead {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 20px;
  line-height: 1.6;
  color: #121212;
  margin-top: 27px;
  letter-spacing: 0.05em;
}
.inner {
  /* width: 100%; */
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.button {
  width: 568px;
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 24px;
  line-height: 1.33;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 50px 53px 42px 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4faf33;
  position: relative;
}
.button:after {
  content: "";
  position: absolute;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  transform: rotate(45deg) translateY(-50%);
  width: 13px;
  height: 13px;
  top: 50%;
  right: 55px;
  transition: right 0.5s;
}
.button:hover:after {
  right: 50px;
}
.button_intro {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 20px;
  line-height: 1.6;
  color: #121212;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  width: fit-content;
}
.button_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.md-none {
  display: block;
}
.pc-none {
  display: none;
}
@media only screen and (max-width: 780px) {
  .md-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
}
