@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;1,200;1,300;1,400&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Zen+Kaku+Gothic+New:wght@300;400&display=swap");

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* グローバルスタイル */
html {
  font-size: 62.5%;
  /* scroll-padding-top: 16.4rem; */
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: normal;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

ul,
li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.9;
}

section {
  padding: 12rem 0;
}

/* グローバルクラス */
#top_fv_area {
  padding-top: 0;
  padding-bottom: 0;
}

.flex {
  display: flex;
}

.flex_wrapper {
  display: flex;
  gap: 2rem;
}

.flex_wrapper > div {
  width: calc(100% / 2 - 2rem);
}

#timeline .flex_wrapper {
  gap: 2rem;
}

#timeline .flex_wrapper > div:first-child {
  width: 100%;
  max-width: 769px;
}

.video_wrap {
  width: 100%;
  max-width: 364px;
  background-color: #333;
}

.video_wrap video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

#timeline .flex_wrapper > div:last-child {
  width: calc(100% - 769px - 2rem);
  display: flex;
  flex-direction: column;
}

#timeline01 {
  margin-bottom: 20rem;
}
#timeline02 {
  margin-bottom: 24rem;
}
#timeline03 {
  margin-bottom: 20rem;
}
#timeline04 {
  margin-bottom: 24rem;
}
#timeline05 {
  margin-bottom: 8rem;
}

.img_wrp {
  text-align: center;
  margin: 4rem auto;
}

.mg0a {
  margin: 0 auto;
}

.mg2a {
  margin: 2rem auto;
}

.mg4a {
  margin: 4rem auto;
}

.mg6a {
  margin: 6rem auto;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.sec_ttl {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.sec_ttl h2 {
  font-size: 5.5rem;
  color: #005bac;
  text-align: center;
  position: relative;
  z-index: 5;
}
.sec_ttl_border {
  border-bottom: 43px solid #ffd8eb;
  position: relative;
  top: -3rem;
}

.sub_ttl {
  font-weight: 500;
}

.btn {
  font-size: 2rem;
  display: block;
  width: 100%;
  padding: 1rem;
  border: 1px solid #000;
  text-align: center;
}

.center_wrapper {
  text-align: center;
}

.container930px {
  max-width: 930px;
  margin: 0 auto;
}

.container1110px {
  max-width: 1110px;
  margin: 0 auto;
}

.container1100px {
  max-width: 1100px;
  margin: 0 auto;
}

.container455px {
  max-width: 455px;
  margin: 0 auto;
  width: 100%;
}

.brandon_font {
  font-family: "Montserrat", sans-serif;
}

.sec_ttl_wrapper {
  display: flex;
  flex-direction: column;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.sec_ttl_wrapper h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1rem;
  line-height: 1.3;
  font-size: 3rem;
}

.sec_ttl_wrapper span {
  color: #d0c59d;
}

.sec_ttl_wrapper h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
}

.border_dot {
  border-bottom: 2px dotted #d0c59d;
  padding-top: 2rem;
  margin-bottom: 2rem;
  border-width: 100%;
}

/* / */
.ttl_border {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  position: relative;
  width: 1.8rem;
  height: 3.2rem;
  transform: translateX(25%) rotate(-145deg);
}

.flex_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.flex_wrapper > .flow_item {
  width: calc(100% / 2 - 4rem);
}

/* hamburger */
.hamburger_nav {
  display: none;
}

/* header */
header {
  position: absolute;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  padding: 1rem 0;
}

.header_flex_wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  /* align-items: center; */
  font-size: 1.6rem;
}

.header_nav_flex {
  display: flex;
  gap: 4rem;
  align-items: center;
}

.header_nav_flex li {
  list-style: none;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  font-weight: 400;
  box-sizing: border-box;
}

.header_nav_flex li:hover {
  border-bottom: 5px solid #ffd8eb;
  position: relative;
  top: 3px;
}
.header_nav_flex li:last-child:hover {
  border-bottom: none;
  position: relative;
  top: 0;
}

.header_nav_flex span {
  list-style: none;
  display: flex;
  flex-direction: column;
  font-size: 2.7rem;
  line-height: 1;
}

.contact_btn {
  background-color: #d56c9f;
  color: #fff;
  border-radius: 28px;
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  font-weight: bold;
  box-shadow: 0 5px 0 #ee99d3;
}

.header_nav_right {
  width: 100%;
  max-width: 267px;
  text-align: center;
}

.header_nav_right a {
  display: block;
  width: 100%;
  padding: 1rem;
  border: 1px solid #000;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5rem;
  font-weight: 500;
}

/* トップへ戻るボタン */
.page_top_btn {
  margin-top: 10rem;
  text-align: right;
}
/* .pagetop {
  height: 75px;
  width: 75px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #000;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
  cursor: pointer;
  padding-bottom: 0.5rem;
  opacity: 0.4;
}

.pagetop__arrow {
  display: block;
  width: 7px;
  height: 33px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: skewY(225deg);
  margin: 17px 5px 5px 10px;
}

.pagetop.disp_none {
  display: none !important;
} */

/* footer */
footer {
  padding: 5rem 0;
  color: #fff;
  background-color: #005bac;
}

footer .flex {
  gap: 4rem;
}

.footer_flex_wrapper.dpn767 {
  display: flex;
  align-items: center;
  max-width: 1020px;
  justify-content: space-between;
  margin: 0 auto;
}

.footer_nav_flex {
  display: flex;
  list-style: none;
  gap: 4rem;
  font-style: italic;
}

/* top */
#top_fv_area img {
  position: relative;
}

.top_fv_wrapper {
  position: relative;
}

/* about_us */
#about_us {
  padding: 12rem 0 8rem;
  background-color: #e5f2fb;
}

.txt_wrp {
  background-color: #fff;
  position: relative;
  padding: 6rem;
}

#point {
  padding: 15rem 0 8rem;
}

#about_us .txt_wrp {
  padding: 6rem 6rem 15rem;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
}

#about_us .txt_wrp::before {
  position: absolute;
  content: "";
  background: url(../img/about_us_ttl.png) no-repeat center;
  width: 440px;
  height: 271px;
  top: -100px;
  left: -10px;
}
#jobs .sec_ttl::before {
  position: absolute;
  content: "";
  background: url(../img/jobs_ttl.png) no-repeat center;
  width: 256px;
  height: 242px;
  top: -100px;
  left: -200px;
}

#point .sec_ttl::before {
  position: absolute;
  content: "";
  background: url(../img/point_ttl.png) no-repeat center;
  width: 293px;
  height: 248px;
  top: -100px;
  left: -200px;
}
#voice .sec_ttl::before {
  position: absolute;
  content: "";
  background: url(../img/voice_ttl.png) no-repeat center;
  width: 253px;
  height: 240px;
  top: -100px;
  left: -200px;
}
#message_area .txt_wrp::before {
  position: absolute;
  content: "";
  background: url(../img/message_ttl.png) no-repeat center;
  width: 430px;
  height: 270px;
  top: -100px;
  left: -15px;
}
#recruit .sec_ttl::before {
  position: absolute;
  content: "";
  background: url(../img/require_ttl.png) no-repeat center;
  width: 358px;
  height: 258px;
  top: -120px;
  left: -250px;
}
#flow .sec_ttl::before {
  position: absolute;
  content: "";
  background: url(../img/flow_ttl.png) no-repeat center;
  width: 271px;
  height: 245px;
  top: -120px;
  left: -200px;
}
#faq .sec_ttl::before {
  position: absolute;
  content: "";
  background: url(../img/faq_ttl.png) no-repeat center;
  width: 271px;
  height: 245px;
  top: -120px;
  left: -200px;
}
#contact .sec_ttl::before {
  position: absolute;
  content: "";
  background: url(../img/form_ttl.png) no-repeat center;
  width: 269px;
  height: 241px;
  top: -120px;
  left: -200px;
}
#about_us .txt_wrp::after {
  position: absolute;
  content: "";
  background: url(../img/about_us_after.png) no-repeat center;
  width: 1117px;
  height: 403px;
  bottom: -80px;
  left: 0;
}

.blue_heading h3 {
  font-size: 3rem;
  color: #005bac;
  margin-bottom: 3rem;
}

.txt_wrp p {
  font-size: 2rem;
}

#about_us .txt_wrp p {
  margin-bottom: 6rem;
}

.blue_btn a {
  display: block;
  font-size: 2.7rem;
  color: #fff;
  background-color: #005bac;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  padding: 1rem 0;
  position: relative;
  z-index: 10;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
}

#jobs {
  padding: 12rem 0 8rem;
}

.jobs_item_container {
  display: flex;
  flex-direction: column;
}

.jobs_item {
  padding: 4rem 10rem 4rem 4rem;
}

.jobs_item_container > div:first-child {
  border: 12px solid #005bac;
}

.jobs_item h4 {
  font-size: 4.8rem;
  font-weight: bold;
  color: #333;
}

.jobs_item span {
  font-size: 2.2rem;
  font-weight: bold;
  color: #005bac;
}

#jobs .img_wrp img {
  margin-bottom: 2rem;
}

#timeline {
  padding-top: 10rem;
  background: url(../img/timeline_bg.png) no-repeat center;
  background-size: cover;
}

#point {
  background-color: #e5f2fb;
  padding-bottom: 0;
}

#point .img_wrp {
  margin: 8rem auto 0;
}

#contact_btn_area {
  padding: 6rem 0;
  background-color: #005bac;
}

#contact_btn_area .contact_btn {
  max-width: 460px;
  padding: 2rem;
  margin: 2rem auto 0;
  border-radius: 72px;
  font-size: 4.3rem;
}

#voice {
  padding: 12rem 0 8rem;
}

.v_txt_wrp p {
  font-size: 2rem;
  margin-bottom: 4rem;
}

#message_area {
  padding: 12rem 0;
  background-color: #e5f2fb;
}

#message_area .txt_wrp {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
}

.message_name {
  font-size: 2.6rem;
  text-align: right;
  font-weight: bold;
  margin-top: 2rem;
}

#message_area h3 {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

#recruit {
  padding: 16rem 0 10rem;
  background: url(../img/recruit_bg.png) no-repeat center;
}

.recruit_ttl {
  font-size: 2.5rem;
  color: #005bac;
  background-color: #d8f6ff;
  text-align: center;
  margin-top: 4rem;
  font-weight: bold;
}

.recruit_flex_wrp {
  display: flex;
  flex-direction: column;
}

.recruit_flex_item {
  display: flex;
  margin-top: 3rem;
  font-size: 2rem;
}

.recruit_flex_item > div:first-child {
  width: 20%;
  font-weight: bold;
  color: #005bac;
}

.recruit_flex_item > div:last-child {
  width: 80%;
}

.recruit_flex_item span {
  color: #ee99d3;
  padding-right: 0.5rem;
}

#flow {
  padding-bottom: 5rem;
  background-color: #e5f2fb;
}

.faq_txt {
  font-size: 2rem;
  border: 1px solid #005bac;
  margin-top: 2rem;
}

.question {
  background-color: #e5f2fb;
  border-bottom: 1px solid #005bac;
  padding: 1rem 1rem 1rem 4rem;
}

.answer {
  min-height: 8.5rem;
  padding: 1rem 1rem 1rem 4rem;
}

.faq_txt .flex > div:first-child {
  color: #005bac;
  font-size: 2.5rem;
  padding-right: 0.5rem;
}
.faq_txt .flex > div:last-child {
  padding-top: 0.5rem;
}

#contact {
  padding-bottom: 8rem;
  background-color: #e5f2fb;
}

#contact .contact_txt {
  font-size: 2.2rem;
}

.contact_tel_wrp {
  background-color: #fff;
}

.contact_sub_ttl {
  font-size: 2.8rem;
  color: #005bac;
  font-weight: bold;
  padding-top: 4rem;
}

/* お問い合わせ */
.contact_container {
  max-width: 1100px;
  margin: 2rem auto 0;
}

.contact_container .flex > div:first-child {
  width: 25%;
}

.contact_container .flex > div:last-child {
  width: 75%;
}

label {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
  font-size: 2rem;
}
/* 
select#car {
  width: 464px;
} */

form img {
  vertical-align: middle;
  padding-left: 1rem;
}

input#zip-code {
  width: 172px;
  margin-right: 2rem;
}

label#purpose {
  margin-bottom: 0;
}
input#purpose,
input#purpose2,
input#purpose3 {
  margin-bottom: 3rem;
  margin-right: 0.5rem;
}
input#purpose2,
input#purpose3 {
  margin-left: 2rem;
}

#zip-button {
  color: #333;
  font-weight: bold;
  background-color: #fff;
  border: none;
  padding: 1rem;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
}

#zip-button:hover {
  opacity: 0.9;
  cursor: pointer;
}

select#sex {
  width: 100%;
  max-width: 192px;
}
select#sex:hover {
  cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="date"],
select {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  font-size: 1.6rem;
}
input[type="submit"] {
  background-color: #005dae;
  box-shadow: 0 5px 0 #00284b;
  color: #fff;
  padding: 1rem 2rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 334px;
  font-weight: bold;
  font-size: 2rem;
  border-radius: 59px;
}
input[type="submit"]:hover {
  opacity: 0.9;
}

.form_container {
  max-width: 873px;
  margin: 5rem auto;
  padding-top: 3rem;
}

#contact .border_ttl_wrapper {
  max-width: 588px;
}

textarea {
  width: 100%;
  /* width: 873px;  */
  height: 244px;
  padding: 10px;
  margin-bottom: 4rem;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
}

/* .contact_tel_wrp span {
  font-size: 5rem;
  color: #005bac;
} */

.iframe_wrapper {
  position: relative;
  width: 100%;
  max-width: 772px;
  margin: 0 auto;
  aspect-ratio: 1 / 0.56;
}

.iframe_wrapper:hover {
  opacity: 0.9;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dpn767 {
  display: block;
}

.dpb767 {
  display: none;
}

.dpb1100 {
  display: none;
}

.dpn1100 {
  display: block;
}

.dpf1100 {
  display: none;
}

.dpn768 {
  display: block;
}

.dpf767 {
  display: none;
}

#thanks {
  padding: 23rem 0;
}

.thanks_txt {
  font-size: 2rem;
}

.back_btn {
  background-color: #dcdcdc;
  box-shadow: 0 5px 0 #333;
  color: #333;
  padding: 1rem 2rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 4rem auto;
  width: 334px;
  font-weight: bold;
  font-size: 2rem;
  border-radius: 59px;
}

@media screen and (max-width: 1100px) {
  section {
    padding: 8rem 7%;
  }

  #about_us,
  #jobs,
  #timeline,
  #point,
  #contact_btn_area,
  #voice,
  #message_area,
  #recruit {
    padding: 4rem 7%;
  }

  .header_flex_wrapper {
    padding: 0 2rem;
  }

  footer {
    padding: 5rem 3rem;
    /* padding: 5rem 3rem 20rem; */
  }

  #top_fv_area {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    /* padding-bottom: 40rem; */
  }

  .sec_ttl h2 {
    font-size: 4rem;
  }

  .sec_ttl_border {
    border-bottom: 23px solid #ffd8eb;
    top: -2rem;
  }

  .page_top_btn {
    padding: 0 3rem;
  }

  #about_us .txt_wrp::after {
    display: none;
  }

  header {
    position: fixed;
    margin-top: 0;
    padding: 0;
  }

  .header_logo {
    padding: 1rem 0;
  }

  .hamburger_wrapper {
    display: flex;
    justify-content: end;
  }

  .hamburger_nav {
    /* display: block; */
    display: flex;
    align-items: center;
  }

  .hamburger_nav.brandon_font {
    font-style: normal;
    font-size: 2.3rem;
  }

  .hamburger_nav .menu-icon {
    display: block;
  }

  .hamburger_nav ul {
    display: none;
    flex-direction: column;
    background-color: #444;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
  }

  .hamburger_nav ul.active {
    display: flex;
    z-index: 99;
    top: 0;
    height: 100dvh;
    background-color: rgba(255, 255, 255, 0.9);
    justify-content: space-between;
    padding-bottom: 8rem;
    min-height: -webkit-fill-available;
    overflow-y: scroll;
  }

  .hamburger_nav ul.active .contact_btn {
    background-color: #ee99d3;
    box-shadow: 0 5px 0 #d56c9f;
  }

  .hamburger_nav ul.active li {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }

  .hamburger_nav ul.active li a {
    color: #000;
    font-size: 1.8rem;
  }

  .hamburger_nav ul.active li .contact_btn {
    font-size: 2.5rem;
  }

  .hamburger_nav ul.active li:last-child {
    max-width: 260px;
    margin: 2rem auto 0;
  }

  .header_right.active .header_menu {
    display: none;
  }

  .openbtn1.active span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 2rem;
    background: #000;
    left: -10px;
  }
  .openbtn1.active span:nth-of-type(2) {
    transform: rotate(-45deg);
    background: #000;
    top: 20px;
    left: -10px;
  }

  .hamburger_nav li {
    list-style: none;
    display: none;
    width: 100%;
    text-align: right;
  }

  .openbtn1 {
    position: relative;
    cursor: pointer;
    width: 41px;
    height: 41px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    z-index: 100;
  }

  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    height: 1px;
    border-radius: 2px;
    background: #333;
    width: 100%;
    margin-top: 0.5rem;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 0;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 10px;
  }

  .active.openbtn1::before {
    display: none;
  }

  .openbtn1::before {
    position: absolute;
    content: "MENU";
    text-align: center;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    bottom: -1.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hamburger_menu_active {
    margin-top: 16rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  .hamburger_sub_menu {
    color: #dddee5;
  }

  .header_nav_flex,
  .header_nav_right a {
    display: none;
  }

  .contact_btn_sp a {
    display: flex;
    width: 100%;
    align-items: center;
    color: #fff;
    font-weight: bold;
    padding: 0 0.5rem;
    align-items: center;
    background-color: #ee99d3;
    margin-right: 2rem;
  }

  .contact_btn_sp a {
    color: #fff;
  }

  .dpb1100 {
    display: block;
  }

  .dpn1100 {
    display: none;
  }

  .dpf1100 {
    display: flex;
  }

  #about_us .txt_wrp {
    padding: 6rem;
  }

  #point {
    padding-bottom: 0;
  }

  #point .dpf767 {
    flex-direction: column;
    align-items: center;
  }

  #point .dpf767 > img {
    width: 100%;
    max-width: max-content;
  }

  #point .img_wrp {
    margin: 2rem auto 0;
  }

  #point .img_wrp img {
    margin-bottom: 4rem;
  }

  #message_area .txt_wrp {
    padding: 2rem;
  }

  #message_area h3 {
    margin-bottom: 2rem;
  }

  #about_us .txt_wrp::before {
    position: absolute;
    content: "";
    background: url(../img/about_us_ttl.png) no-repeat center;
    width: 440px;
    height: 271px;
    top: -120px;
    left: -130px;
    transform: scale(0.5);
  }
  #jobs .sec_ttl::before {
    position: absolute;
    content: "";
    background: url(../img/jobs_ttl.png) no-repeat center;
    width: 256px;
    height: 242px;
    top: -120px;
    left: -175px;
    transform: scale(0.5);
  }
  #point .sec_ttl::before {
    position: absolute;
    content: "";
    background: url(../img/point_ttl.png) no-repeat center;
    width: 293px;
    height: 248px;
    top: -130px;
    left: -115px;
    transform: scale(0.5);
  }
  #voice .sec_ttl::before {
    position: absolute;
    content: "";
    background: url(../img/voice_ttl.png) no-repeat center;
    width: 253px;
    height: 240px;
    top: -120px;
    left: -145px;
    transform: scale(0.5);
  }
  #message_area .txt_wrp::before {
    position: absolute;
    content: "";
    background: url(../img/message_ttl.png) no-repeat center;
    width: 430px;
    height: 270px;
    top: -125px;
    left: -120px;
    transform: scale(0.5);
  }
  #recruit .sec_ttl::before {
    position: absolute;
    content: "";
    background: url(../img/require_ttl.png) no-repeat center;
    width: 358px;
    height: 258px;
    top: -135px;
    left: -225px;
    transform: scale(0.5);
  }
  #flow .sec_ttl::before {
    position: absolute;
    content: "";
    background: url(../img/flow_ttl.png) no-repeat center;
    width: 271px;
    height: 245px;
    top: -120px;
    left: -185px;
    transform: scale(0.5);
  }
  #faq .sec_ttl::before {
    position: absolute;
    content: "";
    background: url(../img/faq_ttl.png) no-repeat center;
    width: 271px;
    height: 245px;
    top: -120px;
    left: -180px;
    transform: scale(0.5);
  }
  #contact .sec_ttl::before {
    position: absolute;
    content: "";
    background: url(../img/form_ttl.png) no-repeat center;
    width: 269px;
    height: 241px;
    top: -120px;
    left: -180px;
    transform: scale(0.5);
  }
  #about_us .txt_wrp::after {
    position: absolute;
    content: "";
    background: url(../img/about_us_after.png) no-repeat center;
    width: 1117px;
    height: 403px;
    bottom: -80px;
    left: 0;
    transform: scale(0.5);
  }

  #timeline .flex_wrapper {
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }

  #timeline .flex_wrapper > div:first-child {
    width: 100%;
    max-width: 70px;
  }
  #timeline .flex_wrapper > div img,
  #timeline .flex_wrapper > div video {
    max-width: 232px;
  }

  #timeline .dpb1100 .blue_sub_ttl {
    margin-bottom: 0;
  }
  #timeline .dpb1100 p {
    margin-bottom: 2rem;
  }

  #timeline01 {
    margin-bottom: 5rem;
  }
  #timeline01_1 {
    margin-bottom: 6rem;
  }
  #timeline01_2 {
    margin-bottom: 3rem;
  }
  #timeline02 {
    margin-bottom: 2rem;
  }
  #timeline02_2 {
    margin-bottom: 1rem;
  }
  #timeline03 {
    margin-bottom: 5rem;
  }
  #timeline03_1 {
    margin-bottom: 6rem;
  }
  #timeline04 {
    margin-bottom: 3rem;
  }
  #timeline05 {
    margin-bottom: 8rem;
  }

  .blue_sub_ttl {
    color: #005bac;
    font-size: 2.2rem;
    font-weight: bold;
  }

  .video_wrap {
    width: 100%;
    max-width: 234px;
    background-color: #333;
  }

  .video_wrap video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  #timeline .flex_wrapper > div:last-child {
    width: fit-content;
    display: flex;
    flex-direction: column;
    max-width: 232px;
  }

  #thanks {
    padding: 25rem 7% 23rem;
  }
}

@media screen and (max-width: 768px) {
  section {
    padding: 4rem 7%;
  }

  p {
    font-size: 1.6rem;
  }

  #contact .flex {
    flex-direction: column;
  }

  #contact .flex > div {
    width: 100%;
  }

  header .header_logo {
    max-width: 143px;
  }

  .dpn767 {
    display: none;
  }

  .dpb767 {
    display: block;
  }

  .dpn768 {
    display: none;
  }

  .dpf767 {
    display: flex;
  }

  /* .header_nav_flex,
  .header_nav_right a {
    display: none;
  } */

  #top_fv_area {
    padding: 0;
  }

  .sec_ttl_wrapper {
    margin-bottom: 4rem;
  }

  .sec_ttl_wrapper h1 {
    font-size: 2rem;
    letter-spacing: 0.5rem;
  }

  .flow_txt_wrapper {
    margin-top: 2rem;
    margin-bottom: 6rem;
    display: flex;
    flex-direction: column;
  }

  .flow_ttl_flex {
    flex-direction: column;
    gap: 0;
  }

  .flow_ttl_flex h2 {
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }

  .flow_txt_wrapper .price {
    font-size: 1.9rem;
  }

  .flex_wrapper {
    flex-direction: column;
    gap: 2rem;
  }

  .salon_contents .flex_right {
    gap: 4rem;
  }

  .flex_wrapper > div {
    width: 100%;
  }

  .flow_txt_wrapper .border_none_txt {
    margin-bottom: 0;
  }

  .flex_wrapper > .flow_item {
    width: 100%;
  }

  .center_wrapper p {
    font-size: 1.6rem;
  }

  footer {
    padding: 4rem 7%;
  }

  footer .flex {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .footer_flex_wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .footer_nav_flex {
    flex-direction: column;
  }

  .footer_flex_wrapper.dpn767 {
    display: none;
  }

  .footer_logo_wrapper img {
    max-width: 220px;
  }

  .footer_nav_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8rem;
  }

  .page_top_btn {
    margin-top: 0;
    padding: 0;
  }

  .sec_ttl h2 {
    font-size: 2.4rem;
  }

  .img_wrp {
    margin: 2rem auto;
  }

  .sec_ttl {
    margin: 2rem auto;
  }

  .sec_ttl_border {
    border-bottom: 10px solid #ffd8eb;
    top: -1.5rem;
  }

  .txt_wrp p {
    font-size: 1.6rem;
  }

  .blue_btn a {
    font-size: 2rem;
  }

  .material-symbols-outlined {
    vertical-align: middle;
  }

  #about_us .txt_wrp {
    padding: 2rem 2rem 3rem;
  }

  #timeline .center img {
    max-width: 250px;
    margin: 0 auto;
  }

  .video_wrap {
    max-width: 250px;
  }

  #timeline .flex_wrapper {
    margin-top: 2rem;
    max-width: 375px;
  }

  #point .img_wrp img {
    max-width: 250px;
  }

  .v_txt_wrp p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

  .message_name {
    font-size: 2rem;
  }

  .recruit_flex_item {
    font-size: 1.6rem;
  }

  .recruit_ttl {
    font-size: 2rem;
  }

  #contact_btn_area .contact_btn {
    font-size: 2.4rem;
    max-width: 300px;
    padding: 1rem 2rem;
  }

  .contact_sub_ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
  }

  .blue_heading h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    letter-spacing: normal;
  }

  #about_us .txt_wrp p {
    margin-bottom: 0;
    /* margin-bottom: 3rem; */
  }

  label {
    font-size: 1.6rem;
  }

  .recruit_flex_item {
    flex-direction: column;
  }

  .recruit_flex_item > div:first-child,
  .recruit_flex_item > div:last-child {
    width: 100%;
  }

  #flow img {
    max-width: 300px;
  }

  .faq_txt .flex > div:first-child {
    font-size: 2rem;
  }

  .faq_txt {
    font-size: 1.6rem;
  }

  .question,
  .answer {
    padding: 1rem;
  }

  #contact .contact_txt {
    font-size: 1.6rem;
  }

  input#zip-code {
    margin-bottom: 1rem;
  }

  #zip-button {
    margin-bottom: 2rem;
    margin-left: 3rem;
  }

  .back_btn,
  input[type="submit"] {
    width: 100%;
    max-width: 250px;
  }

  .back_btn {
    margin: 2rem auto;
  }

  #thanks {
    padding: 18rem 7%;
  }

  #thanks .sec_ttl h2 {
    font-size: 3rem;
  }

  #thanks .blue_btn a {
    max-width: 250px;
  }

  #formWrap {
    padding: 8rem 7%;
  }
}
