@charset "utf-8";

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
  color: #000;
}
:target {
  scroll-margin-top: 60px;
}
a {
  transition: 0.3s;
}
img {
  display: block;
  width: 100%;
}

.wrapper {
  width: 100%;
  max-width: 1290px;
  padding: 0 20px;
  margin: 0 auto;
}

.body.is_open {
  overflow: hidden;
}
.top {
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* top - header
------------------------------ */
.header {
  margin-bottom: 14px;
}
.header_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.header_title {
  font-size: clamp(1.6rem, 2.1vw, 1.8rem);
  font-weight: 700;
  line-height: 1.4;
}
.header_title span {
  display: inline-block;
}
.header_btn {
  position: relative;
  width: 100%;
  max-width: clamp(160px, 30vw, 370px);
}

.header_btn_link {
  width: 100%;
  display: block;
  transition: all 0.3s;
  background-color: #fff;
  padding: 16px 7px 22px 25px;
  position: relative;
}
.header_btn_link::before {
  content: "";
  top: 10px;
  right: -10px;
  width: 10px;
  height: 100%;
  background: #ffe682;
  position: absolute;
}
.header_btn_link::after {
  content: "";
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 10px;
  background: #ffe682;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .header_btn_link:hover {
    background-color: #fff7d4;
  }
}
/* top - top_mw
------------------------------ */

.top_mv {
  background: url(../images/top/top_mv_bg.jpg) no-repeat center center / cover;
}
.top_mv_container {
  overflow: hidden;
}
.top_mv_wrapper {
}
.top_mv_content {
  position: relative;
}

.top_mv_message {
  position: absolute;
  z-index: 2;
  top: clamp(30px, 6.466vw, 97px);
  left: 0;
  font-family: "Noto Serif JP", sans-serif;
}

.top_mv_message_ja {
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 1px 1px 15px #fff,
    1px 1px 15px #fff;
  font-size: clamp(3.6rem, 4.681vw, 6rem);
  line-height: 1.666;
  letter-spacing: 0.15em;
}
.top_mv_message_en {
  font-size: 1.8rem;
  line-height: 1.666;
  letter-spacing: 0.2em;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 1px 1px 15px #fff,
    1px 1px 15px #fff;
  padding-top: clamp(15px, 1.666vw, 25px);
  letter-spacing: 0.15em;
}

.top_mv_img {
  position: absolute;
  width: clamp(150px, 19.5vw, 255px);
  max-width: 255px;
  top: calc(398 / 600 * 100%);
  left: 0;
  z-index: 2;
}

.top_mv_swiper_container {
  position: relative;
  margin-right: calc(50% - 50vw);
  padding-left: clamp(150px, 15.867vw, 238px);
}

.top_mv_swiper {
}
.top_mv_swiper-wrapper {
}
.top_mv_swiper-slide {
}
.top_mv_banner {
}
.top_mv_banner_img_container {
  position: relative;
}
.top_mv_banner_img {
  width: clamp(200px, 20.2vw, 303px);
  position: absolute;
  right: 0;
  bottom: -35px;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s;
}
.top_mv_banner_img a img {
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .top_mv_banner_img a:hover img {
    transform: scale(1.05);
  }
}

/* top - cta
------------------------------ */
.top_cta {
  background: #ffe682;
  padding-top: 73px;
  padding-bottom: 83px;
}
.top_cta_title {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  padding-inline: 100px;
  padding-bottom: 20px;
  border-bottom: 3px dotted #ff7357;
  position: relative;
  text-align: center;
}
.top_cta_title span {
  display: inline-block;
  position: relative;
}

.top_cta_title span::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -67px;
  width: 78px;
  height: 85px;
  background: url("../images/top/icon_top_cta_title_deco.svg") no-repeat center
    center / contain;
}
.top_cta_title span {
  color: #ff7a05;
  font-size: clamp(2.8rem, 4.4vw, 4rem);
  font-weight: 700;
  line-height: 1.275;
  letter-spacing: 0.03em;
  background-color: #fff;
}
.top_cta_title span:nth-of-type(1) {
  padding-left: 10px;
}
.top_cta_lead {
  padding-top: 26px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66;
}
.top_cta_lead span {
  color: #ff7357;
}
.top_cta_content {
  display: grid;
  grid-template-columns: clamp(155px, 12.2vw, 183px) auto clamp(
      155px,
      12.2vw,
      183px
    );
  gap: clamp(20px, 2.8vw, 32px);
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.top_cta_content_left {
  width: clamp(155px, 12.2vw, 183px);
  position: relative;
}

.top_cta_content_center {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.1vw, 32px);
  padding-top: 26px;
  align-items: center;
}
.top_cta_content_right {
  width: clamp(155px, 12.2vw, 183px);
  position: relative;
}
.top_cta_merit {
  width: 100%;
  max-width: 183px;
  position: absolute;
  top: 0;
  left: 0;
}
.top_cta_merit.top_cta_merit_sp {
  display: none;
}
.top_cta_merit_text {
  width: 100%;
}
.top_cta_mail {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
  gap: 0;
}
.top_cta_mail_link {
  padding: 24px 20px 20px;
  background: #ff7357;
  display: block;
  position: relative;
}

.top_cta_mail_link_head {
  position: relative;
  padding: 0 15px 18px;
  border-bottom: 3px solid #ffe682;
}

.top_cta_mail_link_caution,
.top_cta_tel_link_caution {
  color: #fff;
  text-align: center;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.55;
  padding-top: 11px;
}
.top_cta_mail_link_caution span,
.top_cta_tel_link_caution span {
  display: inline-block;
}

.top_cta_tel {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
  gap: 0;
}
.top_cta_tel_link {
  padding: 24px 20px 20px;
  background: #ff7357;
  display: block;
  padding-bottom: 18px;
}

.top_cta_tel_link_head {
  position: relative;
  padding: 0 15px 18px;
  border-bottom: 3px solid #ffe682;
}
@media screen and (min-width: 769px) {
  .top_cta_mail_link:hover,
  .top_cta_tel_link:hover {
    opacity: 0.8;
  }
}
/* top - top_proposal
------------------------------ */
.top_proposal {
}
.top_proposal_head {
  padding: 96px 0 120px;
  background: #fff7d4;
  position: relative;
}
.top_proposal_head::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 69px;
  height: 34.5px;
  background: url(../images/top/deco_top_proposal_head.png) no-repeat center
    center / cover;
}

.top_proposal_title {
  width: fit-content;
  max-width: 766px;
  margin: 0 auto;
  position: relative;
}

.top_proposal_title span {
  text-align: center;
  font-size: clamp(2.8rem, 3vw, 4.5rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 10px 78px 12px;
  background-color: #fff;
  border: 2px solid #ffe682;
  position: relative;
  display: block;
  z-index: 2;
}

.top_proposal_title::before {
  content: "";
  position: absolute;
  bottom: -14px;
  right: 50%;
  transform: translateX(50%) rotate(-65deg);
  width: 38px;
  height: 2px;
  background: #ffe682;
}
.top_proposal_title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: #ffe682;
}

.top_proposal_title span::after {
  content: "";
  position: absolute;
  top: -26px;
  left: 38px;
  width: 44px;
  height: 65px;
  background: url(../images/top/icon_top_proposal_title.svg) no-repeat center
    center / contain;
}
.top_proposal_lead {
  width: fit-content;
  max-width: 602px;
  margin: 0 auto;
  padding: 0 40px 14px;
  color: #ff9b43;
  margin-top: 68px;
  text-align: center;
  font-size: clamp(2.2rem, 2.3vw, 3.5rem);
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
.top_proposal_lead::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: url(../images/top/deco_top_proposal_lead.png) repeat center center /
    contain;
}
.top_proposal_lead::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -4px;
  width: 31px;
  height: 45px;
  background: url(../images/top/icon_top_proposal_lead.svg) no-repeat center
    center / contain;
}
.top_proposal_lead span {
  display: inline-block;
}
.top_proposal_cards {
  padding-top: 68px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(20px, 2.8vw, 42px);
  width: 100%;
}
.top_proposal_card {
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  max-width: 320px;
  margin: 0 auto;
}
.top_proposal_card_title {
  padding: 20px;
  background: #ffe682;
  text-align: center;
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  font-weight: 700;
  line-height: 1.53;
}
.top_proposal_card_text {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  padding: 18px 24px 20px;
  background-color: #fff;
}
.top_proposal_persons {
  padding: 90px 0 80px;
  background: url(../images/top/top_proposal_persons_bg.jpg) no-repeat center
    center / cover;
}
.top_proposal_persons_cards {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(20px, 2.8vw, 42px);
}
.top_proposal_persons_card {
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
  gap: 0;
}
.top_proposal_persons_card_img {
  width: 100%;
}
.top_proposal_persons_card_name {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}

.top_proposal_message {
  padding: 37px 0 42px;
  background: #ff9b43;
  position: relative;
}
.top_proposal_message::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 69px;
  height: 34.5px;
  background: url(../images/top/deco_top_proposal_message.png) no-repeat center
    center / cover;
}
.top_proposal_message_text {
  text-align: center;
  color: #fff;

  font-size: clamp(3rem, 3vw, 4rem);
  font-weight: 700;
  line-height: 1.5;
}

.top_proposal_message_text span {
  display: inline-block;
}
.top_proposal_message_text_logo {
  padding-left: 64px;
  position: relative;
}
.top_proposal_message_text_logo::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../images/common/company_logo.svg) no-repeat center center /
    contain;
  width: 58px;
  height: 45px;
}
.top_proposal_message_text_logo_deco {
  padding-left: 151px;
  position: relative;
  margin-top: 25px;
}
.top_proposal_message_text_logo_deco::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../images/top/top_proposal_message.svg) no-repeat center
    center / contain;
  width: 141px;
  height: 74px;
}
.top_proposal_body {
  padding: 98px 0 0;
  background: rgba(255, 155, 67, 0.15);
}
.top_proposal_body_title {
  text-align: center;
}
.top_proposal_body_title_wrapper {
  position: relative;
  padding-inline: 120px;
}
.top_proposal_body_title_wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/top/top_proposal_body_title_deco01.png) no-repeat
    center center / contain;
  width: 105px;
  height: 105px;
}
.top_proposal_body_title_wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/top/top_proposal_body_title_deco02.png) no-repeat
    center center / contain;
  width: 111px;
  height: 92px;
}
.top_proposal_body_title span {
  display: inline-block;
  position: relative;
  font-size: clamp(3rem, 3.9vw, 4rem);
  font-weight: 700;
  line-height: 1.5;
}
.top_proposal_body_title_deco {
  color: #ff7a05;
}
.top_proposal_body_cards {
  padding-top: 76px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 55px clamp(20px, 4.3vw, 57px);
}
.top_proposal_body_card {
  width: 100%;
  max-width: 480px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  margin: 0 auto;
}
.top_proposal_body_card_text {
  padding: 32px 30px;
  background: #fff;
  color: #ff7a05;
  text-align: center;
  font-size: clamp(2.2rem, 2vw, 2.6rem);
  font-weight: 700;
  line-height: 1.53;
}
.top_proposal_body_card_img {
  width: 100%;
}

.top_proposal_body_promise {
  padding-top: 110px;
}
.top_proposal_body_promise_title {
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.top_proposal_body_promise_title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: #fff;
}
.top_proposal_body_promise_title span {
  display: inline-block;
  color: #fff;
  font-size: clamp(3rem, 2.6vw, 4rem);
  font-weight: 700;
  line-height: 1.5;
  width: fit-content;
}
.top_proposal_body_promise_title_wrapper_prime {
  position: relative;
  background: #ff9b43;
  padding: 12px 60px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.top_proposal_body_promise_title_wrapper_prime::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 16px;
  transform: rotate(65deg);
  background: #ffe682;
  width: 53px;
  height: 4px;
}
.top_proposal_body_promise_title_wrapper_prime::after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 16px;
  transform: rotate(-65deg);
  background: #ffe682;
  width: 53px;
  height: 4px;
}
.top_proposal_body_promise_title_wrapper {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.top_proposal_body_promise_title_wrapper::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/top/top_proposal_body_promise_title_deco.svg)
    no-repeat center center / contain;
  width: 91px;
  height: 66px;
}
.top_proposal_body_promise_content {
  padding-top: 56px;
  display: flex;
}
.top_proposal_body_promise_img {
  display: flex;
  height: auto;
  width: calc(440 / 1250 * 100%);
  max-width: 440px;
  flex-shrink: 0;
  position: relative;
}
.top_proposal_body_promise_img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/top_proposal_body_promise_pare.png) no-repeat
    center bottom / contain;
}
.top_proposal_body_promise_texts {
  padding-bottom: 80px;
  width: 100%;
  flex-grow: 1;
}
.top_proposal_body_promise_text {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 2;
}
.top_proposal_body_promise_text + .top_proposal_body_promise_text {
  font-weight: 500;
  padding-top: 14px;
}
.top_proposal_body_promise_text span {
  color: #ff7357;
  background-color: #fff;
}
/* top - top_reason
------------------------------ */
.top_reason {
  padding: 100px 0 120px;
}

.top_reason_title {
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  border: 3px solid #ff7357;
}
.top_reason_title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: #ff7357;
}
.top_reason_title::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  transform: rotate(-65deg);
  width: 38px;
  height: 3px;
  background: #ff7357;
}
.top_reason_title span {
  display: inline-block;
  font-size: clamp(3rem, 2.6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.4;
  width: fit-content;
}

.top_reason_title span .top_reason_title_red {
  color: #ff7357;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1;
}
.top_reason_title_wrapper_prime {
  position: relative;
  background: #fff;
  padding: 20px 180px 22px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.top_reason_title_wrapper_prime::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 38px;
  background: url(../images/top/top_reason_title_deco01.svg) no-repeat center
    center / contain;
  width: 124px;
  height: 132px;
}
.top_reason_title_wrapper_prime::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 50px;
  transform: translateY(50%);
  background: url(../images/top/top_reason_title_deco02.svg) no-repeat center
    center / contain;
  width: 84px;
  height: 78px;
}

.top_reason_content {
  padding-top: 96px;
}
.top_reason_cards {
  width: 100%;
}
.top_reason_card {
  padding: 50px;
  background: #ffeeeb;
  display: flex;
  gap: clamp(20px, 4.3vw, 40px);
  position: relative;
}
.top_reason_card + .top_reason_card {
  margin-top: 72px;
}
.top_reason_card_number {
  position: absolute;
  top: -22px;
  left: 30px;
  width: clamp(80px, 9vw, 118px);
  height: clamp(80px, 9vw, 118px);
  z-index: 2;
}

.top_reason_card_img {
  position: relative;
  width: calc(340 / 1150 * 100%);
  max-width: 340px;
  min-width: 230px;
  flex-shrink: 0;
}

.top_reason_card_body {
  width: 100%;
  flex-grow: 1;
}
.top_reason_card_title {
  padding: 8px 10px 16px 56px;
  color: #ff7357;
  font-size: clamp(2.8rem, 2.8vw, 3.5rem);
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
.top_reason_card_title::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  background: url(../images/top/top_reason_card_title_deco.svg) no-repeat center
    center / contain;
  width: 38px;
  height: 62px;
}
.top_reason_card_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/top/top_reason_card_title_underline.png) repeat left
    center / contain;
  width: 100%;
  height: 3px;
}
.top_reason_card_text {
  padding-top: 28px;
  font-size: clamp(1.6rem, 2.3vw, 2rem);
  line-height: 2;
}

/* top - top_flow
------------------------------ */
.top_flow {
  padding: 100px 0 120px;
}

.top_section_title_orange {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  border: 3px solid #ff9b43;
  background-color: #fff;
}
.top_section_title_orange::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: #ff9b43;
}
.top_section_title_orange::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  transform: rotate(-65deg);
  width: 38px;
  height: 3px;
  background: #ff9b43;
}
.top_section_title_orange span {
  display: inline-block;
  font-size: clamp(3rem, 4.5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.4;
}

.top_section_title_orange_wrapper_prime {
  position: relative;
  background: #fff;
  padding: 12px 50px 16px;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.top_flow_steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 90px;
  width: 100%;
  padding-top: 110px;
}
.top_flow_step {
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  position: relative;
  background: rgba(255, 155, 67, 0.15);
  max-width: 357px;
  gap: 0;
}
.top_flow_step:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -62px;
  width: 40px;
  height: 40px;
  background: url("../images/common/icon_arrow_right_orange.svg") no-repeat
    center center / contain;
}
.top_flow_step_number {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 88px;
}
.top_flow_step_img {
  width: 100%;
}
.top_flow_step_title {
  padding: 22px 22px 0;
  color: #ff9b43;
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.5;
}
.top_flow_step_text {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.6;
  padding: 13px 22px 26px;
}
/* top - top_menu
------------------------------ */
.top_menu {
  padding: 100px 0 120px;
  background: #fff7d4;
}

.top_section_title_yellow {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  border: 3px solid #ffe682;
  background-color: #fff;
}
.top_section_title_yellow::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: #ffe682;
}
.top_section_title_yellow::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  transform: rotate(-65deg);
  width: 38px;
  height: 3px;
  background: #ffe682;
}
.top_section_title_yellow span {
  display: inline-block;
  font-size: clamp(3rem, 4.5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.4;
}

.top_section_title_yellow_wrapper_prime {
  position: relative;
  background: #fff;
  padding: 12px 50px 16px;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.top_menu_cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px clamp(20px, 2.8vw, 43px);
  width: 100%;
  padding-top: 90px;
}
.top_menu_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  width: 100%;
}
.top_menu_card_title {
  padding: 20px 22px;
  background: #ffe682;
  text-align: center;
  font-size: clamp(2rem, 2.8vw, 2.6rem);
  font-weight: 700;
  line-height: 1.53;
}
.top_menu_card_img {
  width: 100%;
}
.top_menu_card_text {
  padding: 18px 24px;
  background-color: #fff;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
}
/* top - top_about
------------------------------ */
.top_about {
  padding: 120px 0 120px;
}

.top_section_title_logo {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 964px;
  margin: 0 auto;
  border: 3px solid #ff9b43;
  background-color: #ff9b43;
}
.top_section_title_logo::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: rgba(255, 155, 67, 0.4);
}

.top_section_title_logo span {
  display: inline-block;
  font-size: clamp(3rem, 4.5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.top_section_title_logo_wrapper_prime {
  position: relative;
  background: #ff9b43;
  padding: 12px 34px 16px 100px;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.top_section_title_logo_wrapper_prime span:first-of-type {
  position: relative;
}
.top_section_title_logo_wrapper_prime span:first-of-type::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -65px;
  transform: translateY(-50%);
  background: url(../images/common/company_logo.svg) no-repeat center center /
    contain;
  width: 56px;
  height: 43px;
}

.top_about_lead {
  padding-top: 64px;
  display: flex;
  gap: clamp(20px, 2.8vw, 44px);
}
.top_about_text {
  width: 100%;
  flex-grow: 1;
}
.top_about_img {
  width: calc(340 / 1250 * 100%);
  max-width: 340px;
  flex-shrink: 0;
  min-width: 250px;
}
.top_about_area {
  padding-top: 80px;
}
.top_section_underline {
  color: #ff9b43;
  text-align: center;
  padding-bottom: 16px;
  font-size: clamp(2.4rem, 3vw, 4.5rem);
  font-weight: 700;
  position: relative;
}
.top_section_underline span {
  display: inline-block;
}
.top_section_underline::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../images/top/top_about_section_title_underline.png) repeat
    left center / contain;
}
.top_about_area_content {
  padding-top: 70px;
  display: flex;
  gap: clamp(20px, 2.8vw, 50px);
}
.top_about_area_map {
  width: clamp(340px, 41vw, 625px);
  max-width: 625px;
  flex-shrink: 0;
}
.top_about_area_map_img {
  width: 100%;
}
.top_about_area_map_text {
  padding-top: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
.top_about_area_overview {
  flex-grow: 1;
}
.top_about_area_overview_title {
  padding-left: 93px;
  position: relative;
  color: #ff7a05;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.5;
}
.top_about_area_overview_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/top/icon_house_orange.svg) no-repeat center center /
    contain;
  width: 78px;
  height: 70px;
}
.top_about_area_overview dl {
  padding-top: 29px;
  display: grid;
  grid-template-columns: 1fr;
}
.top_about_area_overview dt {
  border-radius: 50px;
  background: rgba(255, 155, 67, 0.4);
  padding: 2px 20px 4px;
}
.top_about_area_overview dt:not(:first-of-type) {
  margin-top: 26px;
}
.top_about_area_overview dt span {
  color: #ff9b43;
}
.top_about_area_overview dd {
  padding: 10px 20px 0 10px;
}
.top_about_company {
  padding-top: 120px;
}
.top_about_company_content {
  padding-top: 70px;
}
.top_about_company_content dl {
  display: grid;
  grid-template-columns: clamp(250px, 28vw, 365px) auto;
  border-top: 1px solid #ff9b43;
}
.top_about_company_content dt {
  padding: 18px 30px;
  background: #ffd7b4;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  border-bottom: 1px solid #ff9b43;
}

.top_about_company_content dd {
  padding: 18px 30px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  border-bottom: 1px solid #ff9b43;
}
.top_about_company_cards {
  padding-top: 70px;
  display: flex;
  gap: clamp(30px, 5.3vw, 70px);
}
.top_about_company_map {
  width: calc(365 / 1250 * 100%);
  max-width: 365px;
  flex-shrink: 0;
  min-width: 240px;
}
.top_about_company_map iframe {
  aspect-ratio: 365 / 233;
  width: 100%;
}
.top_about_company_message {
  width: 100%;
  flex-grow: 1;
  display: flex;
  gap: 30px;
  padding: 23px;
  border: 1px solid #ff9b43;
  position: relative;
}
.top_about_company_message::before {
  content: "Message";
  color: rgba(255, 155, 67, 0.27);
  width: fit-content;
  height: 60px;
  font-family: Arial;
  font-size: 6.4rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  bottom: 30px;
  right: 20px;
  text-align: center;
  width: 100%;
  max-width: 300px;
  z-index: -1;
  letter-spacing: 0;
}
.top_about_company_message_img {
  width: calc(175 / 746 * 100%);
  min-width: 150px;
  flex-shrink: 0;
}
.top_about_company_message_text {
  width: 100%;
  flex-grow: 1;
  font-weight: 700;
}
/* top - top_contact
------------------------------ */

.top_contact {
  padding: 120px 0;
  background: #fff7d4;
}

.top_contact_line {
  margin-top: 70px;
  margin-inline: auto;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  max-width: 650px;
}
.top_contact_line_title {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
.top_contact_line_title span {
display: inline-block;}
.top_contact_line_links {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  padding-top: 20px;
}
.top_contact_line_qr {
  max-width: 160px;
  width: 100%;
  text-align: center;
}
.top_contact_line_qr_title {
  width: 85%;
  margin-bottom: 12px;
  margin-inline: auto;
}
.top_contact_line_qr_code {
  border: 1px solid #000;
}

.top_contact_line_btn {
  width: 100%;
  max-width: 280px;
}
.top_contact_line_btn_text {
  color: #52ba44;
  font-weight: 700;
  text-align: center;
  padding-bottom: 6px;
}
.top_contact_line_btn_wrapper {
  max-width: 280px;
  margin: 0 auto;
  transition: 0.3s;
  width: 100%;
}
.top_contact_line_btn_link {
  transition: all 0.3s;
  background: #52ba44;
  padding: 20px 40px 20px 30px;
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
}

.top_contact_line_btn_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 11px;
  height: 22px;
  background: url("../images/common/icon_arrow_right_btn_red.svg") no-repeat
    center center / contain;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .top_contact_line_btn_link:hover {
    opacity: 0.8;
  }
  .top_contact_line_btn_link:hover::before {
    right: 18px;
  }
}
.top_contact_head {
  /* margin-top: 74px; */
  margin-top: 50px;
  display: flex;
  gap: 20px;
  background: #fff0b3;
  padding: 57px 46px 0 20px;
}
.top_contact_head_img {
  width: calc(370 / 1184 * 100%);
  max-width: 370px;
  flex-shrink: 0;
  display: flex;
  height: auto;
  background: url(../images/top/top_contact_head_img.png) no-repeat center
    bottom / contain;
}
.top_contact_head_text {
  font-size: clamp(1.6rem, 4vw, 1.8rem);
  font-weight: 700;
  line-height: 2.2;
  padding-bottom: 50px;
}
.top_contact_mail {
  padding-top: 100px;
}
.top_contact_mail_intro {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
  padding-top: 60px;
}

.top_contact_mail_form_blocks {
  margin-top: 57px;
  padding: 40px clamp(14px, 4vw, 40px) 70px;
  background: #fff;
}
.top_contact_mail_form_block {
}
.top_contact_mail_form_block + .top_contact_mail_form_block {
  padding: 50px 0 0;
}
.top_contact_mail_form_block_title {
  font-size: 2.6rem;
  line-height: 1.5;
}
.top_contact_mail_form_row {
  display: grid;
  grid-template-columns: clamp(250px, 26vw, 390px) auto;
  padding-top: 21px;
}
.top_contact_mail_form_title {
  width: 100%;
  border-bottom: 1px solid #ff9b43;
  padding: 24px 24px 30px clamp(24px, 2.6vw, 30px);
  background: #ffd7b4;
}
.top_contact_mail_form_title_wrapper {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.top_contact_mail_form_title_wrapper span {
  display: block;
  width: fit-content;
}

.top_contact_mail_form_title:first-of-type {
  border-top: 1px solid #ff9b43;
}
.top_contact_mail_form_title_must {
  font-size: 1.4rem;
  padding: 0px 14px 2px;
  background: #ff9b43;
  flex-shrink: 0;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
}
.top_contact_mail_form_title_annotation {
  font-weight: 500;
}
.top_contact_mail_form_title_annotation span {
  color: #ff9b43;
}
.top_contact_mail_form_input {
  width: 100%;

  border-bottom: 1px solid #ff9b43;
  padding: 18px 24px 18px clamp(24px, 4vw, 30px);
}
.top_contact_mail_form_radio.top_contact_mail_form_input {
  padding: 18px 24px 18px clamp(24px, 4vw, 30px);
}
.top_contact_mail_form_textarea.top_contact_mail_form_input {
  padding: 18px 24px 18px clamp(24px, 4vw, 30px);
}
.top_contact_mail_form_input:first-of-type {
  border-top: 1px solid #ff9b43;
}
.top_contact_mail_form_input input[type="text"],
.top_contact_mail_form_input input[type="tel"],
.top_contact_mail_form_input input[type="email"] {
  width: 100%;
  max-width: 426px;
  padding: 7.5px 15px;
  height: 48px;
  background: rgba(255, 215, 180, 0.4);
}
.top_contact_mail_form_input
  .top_contact_mail_form_input_post
  input[type="text"] {
  width: 200px;
  max-width: 100%;
}

.top_contact_mail_form_input textarea {
  width: 100% !important;
  height: 200px !important;
  padding: 10px 15px;
  background: rgba(255, 215, 180, 0.4);
}
.top_contact_mail_form_input_text {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  padding-left: 15px;
}

.top_contact_mail_form_input_unit input[type="text"],
.top_contact_mail_form_input_unit input[type="tel"],
.top_contact_mail_form_input_unit input[type="email"],
.top_contact_mail_form_input_unit .top_contact_mail_form_radio_buttons,
.top_contact_mail_form_input_unit textarea,
.top_contact_mail_form_input_unit select:focus {
  outline: none;
}

.top_contact_mail_form_input_unit input[type="text"]:focus,
.top_contact_mail_form_input_unit input[type="tel"]:focus,
.top_contact_mail_form_input_unit input[type="email"]:focus,
.top_contact_mail_form_input_unit textarea:focus,
.top_contact_mail_form_input_unit select:focus {
  outline: 2px solid #ff9b43;
  border-radius: 5px;
}
.top_contact_mail_form_input_unit select:focus {
}
.top_contact_mail_form_radio_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 24px;
}
.top_contact_mail_form_radio_button {
  line-height: 1;
}
.top_contact_mail_form_radio_button input[type="radio"] {
  position: relative;
  display: inline-block;
  appearance: none;
  width: 33px;
  height: 33px;
  max-width: 100%;
  top: 1px;
  transition: all 0.15s ease-out 0s;
  cursor: pointer;
  background-color: rgba(255, 215, 180, 0.4);
  outline: none;
  border-radius: 50%;
}
.top_contact_mail_form_radio_button input[type="radio"]:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 6px;
  transform: scale(0);
  transition: all ease-out 250ms;
}
.top_contact_mail_form_radio_button input[type="radio"]:checked:before {
  transform: scale(1);
  background-color: #ff7a05;
}
.top_contact_mail_form_radio_button label {
  display: flex;
  align-items: center;
  gap: 0 5px;
  font-weight: 500;
  line-height: 1.5;
}

/* チェックボックス */

.top_contact_mail_form_checkbox_wrapper {
  display: grid;
  grid-template-columns: 180px auto;
  gap: 16px;
  margin-bottom: 30px;
}
.top_contact_mail_form_checkbox_title {
  font-weight: 700;
}
.top_contact_mail_form_checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}
.checkbox.none {
  display: none;
}
.checkbox_input {
  display: none;
}
.checkbox_parts {
  padding-left: 23px;
  position: relative;
}
.checkbox_parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: rgba(255, 215, 180, 0.4);
  outline: none;
  border-radius: 1px;
}

.checkbox_input:checked + .checkbox_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #f9ab00;
  border-right: 3px solid #f9ab00;
}

/* チェックボックス ここまでです */
.top_contact_mail_form_list_min {
  display: grid;
  gap: 10px 18px;
  grid-template-columns: 130px auto;
  padding: 18px 24px 18px clamp(24px, 4vw, 30px);
  border-bottom: 1px solid #ff9b43;
}
.top_contact_mail_form_list_min dt {
  padding-block: 8px 10px;
}
.top_contact_mail_form_list_min dd {
  position: relative;
  width: 100%;
  max-width: 280px;
}
.top_contact_mail_form_list_min dd::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 11px solid #ff9b43;
  border-bottom: 0;
  z-index: 2;
}
.top_contact_mail_form_list_min dd select,
.top_contact_mail_form_list_regular dd select {
  width: 100%;
  max-width: 280px;
  background: rgba(255, 215, 180, 0.4);
  font-size: 1.6rem;
  padding: 8px 34px 11px 15px;
  position: relative;
}

.top_contact_mail_form_list_regular {
  display: grid;
  grid-template-columns: 180px auto;
  gap: 16px;
}
.top_contact_mail_form_list_regular_title {
  width: 100%;
  padding-top: 6px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
}
.top_contact_mail_form_list_regular_title span {
  display: block;
  width: fit-content;
}
.top_contact_mail_form_list_regular_select {
  position: relative;
  width: 100%;
  max-width: 280px;
}
.top_contact_mail_form_list_regular_select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 11px solid #ff9b43;
  border-bottom: 0;
  z-index: 2;
}
.top_contact_mail_form_list_regular dd select {
  width: 100%;
  max-width: 280px;
  background: rgba(255, 215, 180, 0.4);
  font-size: 1.6rem;
  padding: 8px 34px 11px 15px;
  position: relative;
}

.top_contact_mail_form_title_must {
  font-size: 1.4rem;
  padding: 0px 14px 2px;
  background: #ff9b43;
  flex-shrink: 0;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
}
.top_contact_mail_form_input_caution {
  padding-left: 16px;
  margin-top: 12px;
  position: relative;
}
.top_contact_mail_form_input_caution::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff9b43;
  font-size: 1.6rem;
}

.top_contact_mail_form .mfp_err {
  display: none;
}
.top_contact_mail_form_file .mfp_element_file {
  font-size: 1.4rem;
  max-width: 100%;
  background-color: #e8e8e8;
  padding: 7px 8px;
  border-radius: 2px;
}
.top_contact_mail_form_privacy {
  height: 230px;
  overflow-y: scroll;
  padding: 30px;
  margin-top: 30px;
  background: rgba(255, 215, 180, 0.4);
}
.top_contact_mail_form_privacy_title {
  color: #ff7a05;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.top_contact_mail_form_privacy_text {
  padding-top: 21px;
}

.top_contact_mail_form_checkbox {
  text-align: center;
  margin-top: 50px;
}
.top_contact_mail_form_checkbox_label.none {
  display: none;
}

.top_contact_mail_form_checkbox_parts {
  position: relative;
  padding-left: 36px;
}
.top_contact_mail_form_checkbox_parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 26px;
  height: 26px;
  border: none;
  background: #ffefe1;
}
.top_contact_mail_form_checkbox_input {
  display: none;
}
.top_contact_mail_form_checkbox_input:checked
  + .top_contact_mail_form_checkbox_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 10px;
  height: 17px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ff7a05;
  border-right: 3px solid #ff7a05;
  transition: all 0.3s;
}

.top_contact_mail_form_btn {
  position: relative;
  display: block;
  max-width: 280px;
  margin: 0 auto;
  transition: 0.3s;
  padding-top: 50px;
}
.btn_red {
  transition: all 0.3s;
  background: #ff7357;
  padding: 20px 40px 20px 30px;
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
}
.btn_red::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 11px;
  height: 22px;
  background: url("../images/common/icon_arrow_right_btn_red.svg") no-repeat
    center center / contain;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .btn_red:hover {
    background: #ff9b43;
  }
  .btn_red:hover::before {
    right: 18px;
  }
}

/* top - footer
------------------------------ */
.footer {
  padding: 120px 0;
  background: #fff;
}
.footer_content {
}

.footer_logo {
  width: 100%;
  max-width: 482px;
  margin: 0 auto;
}
.footer_copyright {
  padding-top: 30px;
  width: 100%;
  text-align: center;
}
.footer_copyright small {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

/* footer_action
------------------------------ */
.footer_action {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: #ffe682;
  border: none;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2);
}
.footer_action_cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3.3vw, 50px);
  padding: 10px 20px;
}
.footer_action_card {
  display: block;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  padding: 8px 20px;
  border-radius: 10px;
}
.footer_action_card_mail_link {
  background: #ff7357;
}
.footer_action_card_tel_link {
  background-color: #ff9b43;
}
.footer_action_card_img {
  width: 85%;
  max-width: 280px;
  margin: 0 auto;
  padding-bottom: 8px;
}
.footer_action_card_text {
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 1.8rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 6px;
}

@media screen and (min-width: 769px) {
  .footer_action_card_mail_link:hover {
    opacity: 0.8;
  }
}

/* page_top
------------------------------ */
.page_top {
  position: fixed;
  right: 30px;
  bottom: 120px;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #ff9b43;
  border: 1px solid #ff9b43;
  box-shadow: 0px -1px 10px -3px rgba(0, 0, 0, 0.4);

  cursor: pointer;
  transition: 0.3s;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}
.page_top.is-show {
  opacity: 1;
  visibility: visible;
}
.page_top::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%) rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .page_top:hover {
    color: #ff9b43;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
  }
  .page_top:hover::before {
    border-color: #ff9b43;
  }
}

/* thanks
------------------------------ */
.contact_thanks {
  padding: 100px 0 120px;
}
.contact_thanks_title {
  font-size: 2.2rem;
  font-weight: 700;
}
.contact_thanks_text {
  padding-top: 40px;
}
.contact_thanks_text.second {
  padding-top: 18px;
}
