@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

.font_geist {
  font-family: "Geist", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  letter-spacing: 0;
  background: #ffffff;
  color: #333333;
  font-size: 18px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
h1,
h2,
h3,
figure {
  margin: 0;
}

.inner {
  width: min(1200px, calc(100% - 56px));
  margin: 0 auto;
}

.head {
  position: relative;
  z-index: 5;
  background: #ffffff;
}

.head_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1760px, calc(100% - 120px));
  margin: 0 auto;
  padding: 36px 0 24px;
  gap: 36px;
}

.logo {
  max-width: 45%;
}

.head_info {
  min-width: 470px;
  text-align: center;
  color: #232323;
}

.head_tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d80b2d;
  font-size: 66px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
}

/*
.head_tel::before {
  content: "";
  background: url(../images/icon_tel.png) no-repeat 0 0 /contain;
  width: 40px;
  height: 59px;
  margin-right: 12px;
}
*/

.head_info p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: normal;
}

.kv {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #eef8ff;
}

.kv_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.kv_inner {
  position: relative;
  z-index: 2;
  width: min(1760px, calc(100% - 120px));
  margin: 0 auto;
  padding-top: 125px;
}

.kv_lead {
  font-size: 48px;
  font-weight: bold;
}

.kv_lead span {
  color: #1f5f7a;
  font-size: 150%;
}

.kv_box {
  display: flex;
  gap: 28px;
  margin-top: 30px;
}

.kv_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px 0;
  width: 330px;
  min-height: 165px;
  padding: 0 10px;
  border: 3px solid #e0e0e0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.kv_card p {
  line-height: 1.4;
  color: #444444;
  font-size: 30px;
}

.kv_card strong {
  color: #ee8739;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
}

.kv_card_large {
  width: 560px;
}

.kv_card_large strong {
  font-size: 44px;
}

.purpose {
  position: relative;
  margin-top: -128px;
}

.bg_blue {
  background: #d7eafd;
  padding: 10px 0 40px;
}

.purpose .inner {
  max-width: 1700px;
  width: 90%;
  min-width: auto;
}

.purpose_panel {
  width: fit-content;
  margin: 0 auto -60px;
  padding: 30px 12% 10px;
  border-radius: 190px 190px 0 0;
  background: #d7eafd;
  text-align: center;
}

.purpose_panel h2 strong {
  font-size: 130%;
}

.dot_list {
  display: flex;
  justify-content: center;
  gap: 46px;
  margin: 0 0 4px 15px;
}

.dot_list span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ee8739;
}

h2 {
  display: table;
  position: relative;
  margin: 0 auto;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

h2.title span {
  background: linear-gradient(transparent 70%, #fff45e 30%);
  position: relative;
  padding: 0 12px;
  z-index: 1;
}

.purpose_list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 80px auto 48px;
}

.purpose_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(25% - 20px);
  padding: 26px 20px;
  border-radius: 16px;
  background: #ffffff;
  text-align: center;
}

.purpose_card p {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.6;
}

.purpose_card h3 {
  margin: 6px 0;
  color: #1f5f7a;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}

.purpose_icon::before {
  background: url(../images/icon_purpose_1.png) no-repeat 0 0 / contain;
  content: "";
  display: block;
  width: 107px;
  height: 80px;
  margin: 0 auto 20px;
}

.icon_book::before {
  background: url(../images/icon_purpose_2.png) no-repeat 0 0 / contain;
  width: 87px;
}

.icon_shine::before {
  background: url(../images/icon_purpose_3.png) no-repeat 0 0 / contain;
  width: 123px;
}

.icon_move::before {
  background: url(../images/icon_purpose_4.png) no-repeat 0 0 / contain;
  width: 230px;
}

.purpose_copy {
  text-align: center;
  font-size: 22px;
}

.purpose_copy span {
  display: inline-block;
  margin: 0 8px;
  padding: 2px 14px 4px;
  background: #fff45e;
  color: #1f5f7a;
  font-size: 26px;
  font-weight: bold;
}

.staff_row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 36px;
}

.staff_photo {
  width: 18%;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
}

.staff_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff_photo:nth-child(1) img,
.staff_photo:nth-child(3) img {
  object-position: center 22%;
}

.staff_photo:nth-child(2) img {
  object-position: center center;
}

.staff_msg {
  flex-shrink: 0;
  position: relative;
  margin-left: 10px;
  padding: 20px 30px;
  border-radius: 14px;
  background: #ffffff;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
}

.staff_msg::before {
  content: "";
  position: absolute;
  left: -24px;
  bottom: 20px;
  border-top: 10px solid transparent;
  border-right: 32px solid #ffffff;
  border-bottom: 10px solid transparent;
  transform: rotate(-17deg);
}

.band,
.final {
  background: #fff0c8;
}

.contact {
  padding: 62px 0 70px;
}

.contact_title {
  margin-bottom: 28px;
  font-size: 31px;
  font-weight: bold;
  text-align: center;
}

.contact_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 28px 0;
  border-radius: 14px;
  background: #ffffff;
}

.contact_tel,
.contact_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 116px;
  text-align: center;
}

.contact_tel {
  font-family: "Geist", sans-serif;
  width: 50%;
  border-right: 1px dashed #9b9b9b;
}

.contact_link {
  width: 50%;
}

.contact_link .btn_row {
  width: 100%;
}

.contact_link .btn {
  width: 225px;
  min-width: 0;
  height: 56px;
}

.contact_tel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  color: #d80b2d;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
}

.contact_tel a::before {
  background: url(../images/icon_tel.png) no-repeat 0 0 / contain;
  content: "";
  width: 26px;
  height: 36px;
  margin-top: 4px;
  margin-right: 10px;
}

.btn_row {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-top: 15px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 245px;
  height: 64px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn_mail {
  background: #1f5f7a;
}

.btn_mail::before {
  background: url(../images/icon_mail.png) no-repeat 0 0 / contain;
  content: "";
  width: 32px;
  height: 20px;
  margin-right: 8px;
}

.btn_line {
  background: #05c755;
}

.btn_line::before {
  background: url(../images/icon_line.png) no-repeat 0 0 / contain;
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 28px;
  margin-right: 8px;
}

.worry {
  padding: 92px 0 95px;
  text-align: center;
}

.worry_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 80px;
  margin: 48px auto 40px;
}

.worry_list p {
  position: relative;
  width: calc(50% - 40px);
  padding: 19px 30px 19px 78px;
  border-radius: 14px;
  background: #d7eafd;
  font-size: 18px;
  text-align: left;
}

.worry_list p::before {
  content: "✓";
  position: absolute;
  left: 30px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: #1f5f7a;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  transform: translateY(-50%);
}

.worry_img {
  width: 520px;
  margin: 0 auto 34px;
}

.worry_copy {
  font-size: 28px;
}

.worry_copy span {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 18px;
  background: #fff45e;
  letter-spacing: 2px;
  font-weight: bold;
  color: #1f5f7a;
  font-size: 36px;
}

.support,
.reason,
.case,
.price {
  background: #d7eafd;
}

.support {
  padding: 105px 0 115px;
}

.lead {
  margin: 40px auto 0;
  line-height: 1.8;
  text-align: center;
}

.support_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-top: 45px;
}

.support_card {
  width: calc(100%/3 - 19px);
  min-height: 285px;
  padding: 28px 28px 30px;
  border-radius: 14px;
  background: #ffffff;
  text-align: center;
}

.support_card h3 {
  margin-top: 18px;
  color: #1f5f7a;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.support_card p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

.line_icon::before {
  background: url(../images/icon_support_1.png) no-repeat 0 0 / contain;
  content: "";
  display: block;
  width: 115px;
  height: 90px;
  margin: 0 auto 10px;
}

.price_icon::before {
  background: url(../images/icon_support_2.png) no-repeat 0 0 / contain;
  width: 94px;
}

.paper_icon::before {
  background: url(../images/icon_support_3.png) no-repeat 0 0 / contain;
  width: 92px;
}

.pray_icon::before {
  background: url(../images/icon_support_4.png) no-repeat 0 0 / contain;
  width: 121px;
}

.bone_icon::before {
  background: url(../images/icon_support_5.png) no-repeat 0 0 / contain;
  width: 64px;
}

.report_icon::before {
  background: url(../images/icon_support_6.png) no-repeat 0 0 / contain;
  width: 56px;
}

.choice {
  padding: 110px 0 100px;
}

.choice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 46px;
  margin-top: 62px;
}

.choice_card {
  position: relative;
  width: calc(50% - 23px);
  padding: 34px 32px 30px;
  border: 3px solid #1f5f7a;
  border-radius: 14px;
}

.choice_card .num {
  font-family: "Montserrat", sans-serif;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: -27px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 42px;
  letter-spacing: 2px;
  color: #ee8739;
  font-size: 36px;
  font-weight: bold;
  transform: translateX(-50%);
}

.choice_card h3 {
  color: #225675;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.choice_card h3 br{display:none;}

.choice_card p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.8;
}

.choice_card ul {
  margin: 18px 0 26px;
}

.choice_card li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.8;
}

.choice_card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1f8db5;
}

.choice_card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 4px;
}

.choice_text {
  margin-top: 58px;
  line-height: 2;
  text-align: center;
}

.choice_note {
  font-size: 20px;
  text-align: center;
}

.choice_note strong {
  color: #e6873c;
}

.reason {
  padding: 105px 0 110px;
}

.reason_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 34px;
  margin-top: 48px;
}

.reason_card {
  width: calc(100%/3 - 23px);
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
  text-align: center;
}

.reason_card img {
  width: 100%;
  height: 185px;
  object-fit: cover;
}

.reason_card h3 {
  padding: 24px 18px 26px;
  color: #1f5f7a;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.flow {
  padding: 105px 0 110px;
  background: #ffffff;
}

.flow_contact {
  position: relative;
  width: 100%;
  margin: 50px auto 30px;
  padding: 44px 42px 50px;
  border-radius: 14px;
  background: #fff0c8;
}

.flow_num,
.flow_card span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ee8739;
  color: #ffffff;
  font-size: 23px;
  font-weight: bold;
}

.flow_contact h3 {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.flow_contact h3 .flow_num {
  margin-right: 10px;
}

.flow_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 30px;
}

.flow_card {
  width: calc(50% - 15px);
  padding: 26px;
  border-radius: 14px;
  background: #fff0c8;
  gap: 22px;
}

.flow_card .flex {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-top: 20px;
}

.flow_card img {
  width: 250px;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
}

.flow_card h3 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.flow_card p {
  font-size: 16px;
  line-height: 1.7;
}

.flow_note {
  margin-top: 50px;
  color: #ee8739;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.case {
  padding: 105px 0 115px;
}

.case_list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: min(1200px, 100%);
  margin: 50px auto 48px;
}

.case_card {
  padding: 34px 44px 38px;
  border-radius: 14px;
  background: #ffffff;
}

.case_card h3 {
  color: #1f5f7a;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.4;
}

.case_card p {
  margin-top: 4px;
  font-size: 16px;
}

.case_photo {
  display: flex;
  justify-content: flex-start;
  gap: 38px;
  margin-top: 26px;
}

.case_photo figure {
  position: relative;
  width: calc(100% /3 - 26px);
  overflow: hidden;
  border-radius: 6px;
  background: #1f5f7a;
}

.case_photo img {
  width: 100%;
  height: 205px;
  object-fit: cover;
}

.case_photo.three img {
  height: 180px;
}

.case_photo figcaption {
  padding: 9px 8px 10px;
  background: #1f5f7a;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.case_photo figure:nth-child(n + 2) figcaption {
  background: #ee8739;
}

.btn_more {
  max-width: 100%;
  width: 350px;
  margin: 0 auto;
  background: #1f5f7a;
}

.price {
  padding: 105px 0 115px;
}

.price_list {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: 52px;
}

.price_card {
  width: 330px;
  overflow: hidden;
  border: 3px solid #1f5f7a;
  border-radius: 14px;
  background: #ffffff;
  padding: 0 0 30px;
  text-align: center;
}

.price_card h3 {
  padding: 24px 20px 22px;
  margin-bottom: 20px;
  background: #1f5f7a;
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
}

.price_card h3 span {
  font-size: 17px;
}

.price_card p {
  font-size: 24px;
  font-weight: bold;
}

.price_card strong {
  padding: 0 6px;
  color: #d80b2d;
  font-size: 42px;
}

.price_card strong small {
  font-size: 24px;
  margin-left: 2px;
}

.price_card>small {
  display: block;
  padding: 0 12px;
  font-size: 120%;
}

.price_note {
  margin-top: 34px;
  font-size: 120%;
  line-height: 1.5;
  text-align: center;
}

.price_note small {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
}

.price_note span {
  color: #ee8739;
  font-weight: bold;
}

.message {
  padding: 105px 0 115px;
  background: #ffffff;
}

.message_body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  width: min(1200px, 100%);
  margin: 52px auto 36px;
}

.message_text {
  width: 50%;
}

.message_text p {
  font-size: 16px;
  line-height: 2;
}

.message_text p+p {
  margin-top: 24px;
}

.message_body img {
  width: 50%;
  height: 320px;
  object-fit: cover;
  border-radius: 14px;
}

.message_note {
  font-size: 25px;
  line-height: 1.8;
  text-align: center;
}

.message_note strong {
  color: #ee8739;
}

.final {
  padding: 105px 0 110px;
}

.final .title {
  margin-bottom: 50px;
}

.final_note {
  margin-top: 40px;
  font-size: 22px;
  text-align: center;
}

strong {
  font-weight: bold;
}

.company {
  display: flex;
  align-items: stretch;
  width: min(1200px, 100%);
  margin: 46px auto 0;
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
}

.company_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 40px 42px;
  text-align: center;
}

.company_text h3 {
  font-size: 27px;
  font-weight: bold;
}

.company_text p {
  margin-top: 18px;
  line-height: 1.8;
}

.company_text small {
  margin-top: 6px;
  font-size: 14px;
}

.company img {
  width: 50%;
  object-fit: cover;
}

.company_text .about_text {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #225675;
  margin: 20px 0 10px;
}

.company_text .btn_more {
  height: auto;
  border-radius: 40px;
  padding: 10px 10px;
  font-size: 24px;
}

.foot {
  padding: 28px 16px;
  background: #333333;
  color: #ffffff;
  text-align: center;
}

.foot p {
  font-size: 13px;
  font-weight: 500;
}

#error_page{text-align: center; margin: 120px 0;}
#error_page .back_to_top .btn{max-width: 100%; width: 350px; margin: 40px auto 0; background: #1f5f7a;}

@media (max-width: 1280px) {
  .inner {
    width: min(1060px, calc(100% - 44px));
  }

  .head_inner,
  .kv_inner {
    width: min(1120px, calc(100% - 60px));
  }

  .logo {
    width: 640px;
  }

  .logo_mark {
    width: 62px;
    height: 58px;
    margin-right: 10px;
    border-left-width: 12px;
    border-bottom-width: 12px;
  }

  .logo_mark::before {
    left: 10px;
    width: 34px;
    height: 34px;
    border-width: 5px;
  }

  .logo_mark::after {
    bottom: 13px;
    width: 55px;
  }

  .logo_area {
    font-size: 22px;
  }

  .logo_main {
    font-size: 46px;
  }

  .logo_sub {
    font-size: 24px;
  }

  .head_info {
    min-width: 380px;
  }

  .head_tel {
    font-size: 36px;
  }

  .kv_lead {
    font-size: 30px;
  }

  .kv_lead span {
    font-size: 44px;
  }

  .kv_card {
    width: 250px;
  }

  .kv_card_large {
    width: 460px;
  }

  .purpose_panel {
    padding-left: 30px;
    padding-right: 30px;
  }

  .purpose_list {
    gap: 20px;
  }

  .purpose_card {
    width: 250px;
  }

  .staff_photo {
    width: 120px;
    height: 120px;
  }

  .worry_list {
    gap: 24px;
  }

  .worry_list p {
    width: 480px;
  }

  .choice_list {
    gap: 60px 30px;
  }

  .choice_card {
    width: calc(50% - 15px);
  }

  .contact_link {
    width: 55%;
    flex-shrink: 0;
  }
}

@media (max-width: 1050px) {
  .kv {
    min-height: 500px;
  }

  .kv_img {
    object-position: 74% top;
  }

  .kv_inner {
    padding-top: 30px;
  }

  .kv_card {
    width: 22%;
    line-height: 1.8;
  }

  .kv_card strong {
    font-size: 36px;
  }

  .kv_card_large {
    width: 30%;
  }

  .kv_card_large strong {
    font-size: 28px;
  }

  .choice_card {
    width: 100%;
    padding: 34px 20px 30px;
  }

  .inner {
    max-width: 600px;
    width: calc(100% - 32px);
  }

  .head_inner {
    flex-direction: column;
    width: calc(100% - 28px);
    min-height: 118px;
    padding: 16px 0 18px;
    gap: 10px;
  }

  .logo {
    min-width: 300px;
    width: 40%;
    margin-bottom: 6px;
  }

  .logo::after {
    bottom: -10px;
    height: 3px;
  }

  .logo_mark {
    width: 52px;
    height: 48px;
    margin-right: 8px;
    border-left-width: 10px;
    border-bottom-width: 10px;
  }

  .logo_mark::before {
    left: 9px;
    bottom: 1px;
    width: 30px;
    height: 30px;
    border-width: 4px;
  }

  .logo_mark::after {
    bottom: 11px;
    width: 46px;
    height: 3px;
  }

  .logo_area {
    margin-right: 5px;
    font-size: 18px;
  }

  .logo_main {
    font-size: 36px;
  }

  .logo_sub {
    margin-left: 6px;
    font-size: 19px;
  }

  .head_info {
    min-width: 0;
    width: 100%;
  }

  .head_tel {
    font-size: 28px;
    min-width: 300px;
    width: 50%;
  }

  .head_tel::before {
    width: 20px;
    height: 28px;
  }

  .head_info p {
    font-size: 11px;
  }

  h2 {
    font-size: 30px;
  }

  .purpose {
    margin-top: -95px;
  }

  .purpose_panel {
    padding: 34px 16px 50px;
    border-radius: 80px 80px 0 0;
  }

  .dot_list {
    gap: 28px;
  }

  .dot_list span {
    width: 10px;
    height: 10px;
  }

  .title {
    font-size: 22px;
  }

  .title::after {
    bottom: 6px;
    height: 12px;
  }

  h2.title::after {
    height: 10px;
  }

  .kv_box {
    margin-top: 45px;
    gap: 16px;
  }

  .kv_lead {
    line-height: 1.4;
  }

  .kv_lead br {
    display: block;
  }

  .kv_card p {
    font-size: 17px;
  }

  .kv_card strong,
  .kv_card_large strong {
    font-size: 30px;
  }

  .flow_contact h3 {
    line-height: 1.5;
    text-align: left;
  }

  .flow_contact h3 .flow_num {
    width: 32px;
    height: 32px;
    font-size: 22px;
    flex-shrink: 0;
  }

  .purpose_list,
  .support_list,
  .choice_list,
  .reason_list,
  .flow_list,
  .case_photo,
  .price_list,
  .message_body,
  .company,
  .contact_box,
  .staff_row {
    flex-direction: column;
  }

  .purpose_list {
    align-items: center;
    gap: 18px;
    margin: 30px auto 34px;
  }

  .purpose_card {
    width: 100%;
    max-width: 360px;
    min-height: 250px;
  }

  .purpose_card h3 {
    font-size: 26px;
  }

  .purpose_copy {
    font-size: 20px;
    line-height: 1.8;
  }

  .purpose_copy span {
    font-size: 24px;
  }

  .staff_row {
    align-items: center;
    gap: 14px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .staff_photo {
    width: 40%;
    height: 40%;
  }

  .staff_msg {
    width: 100%;
    max-width: 360px;
    margin-left: 0;
    padding: 22px;
    font-size: 16px;
    text-align: center;
  }

  .staff_msg::before {
    display: none;
  }

  .contact,
  .support,
  .choice,
  .reason,
  .flow,
  .case,
  .price,
  .message,
  .final {
    padding: 42px 0;
  }

  .contact_title {
    font-size: 24px;
  }

  .contact_box {
    gap: 22px;
    padding: 24px 18px;
  }

  .contact_tel,
  .contact_link {
    width: 100%;
    min-height: 0;
    padding: 0;
    border-right: 0;
  }

  .contact_tel {
    padding-bottom: 22px;
    border-bottom: 2px dashed #cfcfcf;
  }

  .contact_tel small {
    font-size: 14px;
  }

  .contact_tel a {
    margin: 5px auto;
    font-size: 30px;
  }

  .contact_tel a::before {
    width: 18px;
    height: 29px;
    margin-right: 6px;
  }

  .btn_row {
    gap: 12px;
  }

  .company_text .btn_more,
  .contact_link .btn,
  .btn {
    min-width: 130px;
    height: 46px;
    font-size: 16px;
  }

  .worry {
    padding: 64px 0;
  }

  .worry_list {
    flex-direction: column;
    gap: 16px;
  }

  .worry_list p {
    width: 100%;
    padding: 16px 18px 16px 60px;
    font-size: 16px;
  }

  .worry_list p::before {
    left: 20px;
  }

  .worry_img {
    width: min(420px, 100%);
  }

  .worry_copy {
    font-size: 20px;
  }

  .worry_copy span {
    font-size: 24px;
  }

  .lead {
    font-size: 14px;
    text-align: left;
  }

  .support_list,
  .reason_list,
  .flow_list {
    align-items: center;
  }

  .support_card,
  .reason_card,
  .choice_card,
  .flow_card,
  .price_card {
    width: 100%;
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
  }

  .choice_card {
    min-height: 0;
  }

  .choice_card img {
    height: 210px;
  }
	
	.choice_card h3 br{display:block;}

  .flow_contact {
    padding: 34px 18px;
  }

  .flow_contact .contact_box {
    padding: 22px 16px;
  }

  .flow_card {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .flow_num,
  .flow_card span {
    width: 36px;
    height: 36px;
  }

  .flow_card img {
    width: 100%;
    height: 190px;
    margin-top: 34px;
  }

  .flow_card .flex {
    flex-wrap: wrap;
  }

  .flow_card img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .flow_card h3 {
    font-size: 20px;
  }

  .case_card {
    padding: 28px 18px;
  }

  .case_card h3 {
    font-size: 22px;
  }

  .case_photo {
    align-items: center;
    gap: 18px;
  }

  .case_photo figure,
  .case_photo.three figure {
    width: 100%;
    max-width: 330px;
  }

  .case_photo img,
  .case_photo.three img {
    height: 190px;
  }

  .price_list {
    align-items: center;
  }

  .price_note {
    font-size: 20px;
  }

  .price_note small {
    font-size: 14px;
  }

  .price_card h3 {
    font-size: 22px;
  }

  .message_body {
    gap: 28px;
  }

  .message_text {
    width: 100%;
  }

  .message_body img {
    width: 100%;
    height: 260px;
  }

  .message_note {
    font-size: 20px;
  }

  .company_text,
  .company img {
    width: 100%;
  }

  .company img {
    height: 260px;
  }
}

.sp_v {
  display: none;
}

@media (max-width: 600px) {
  .sp_v {
    display: block;
  }

  .pc_v {
    display: none;
  }

  body {
    padding-bottom: 19.8vw;
    font-size: 16px;
  }

  .head_inner {
    width: 90%;
    min-height: 0;
    display: block;
    padding: 15px 0 9px;
  }

  .logo,
  .logo img {
    max-width: none;
    width: 100%;
  }

  .head_info {
    display: none;
    margin-top: 15px;
  }

  .head_tel {
    width: 100%;
  }

  .head_info p {
    font-size: 90%;
  }

  .btn_cta {
    background: #fff0c8;
    width: 100%;
    padding: 11px 2% 4px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
  }

  .inner {
    width: 90%;
  }

  .contact,
  .support,
  .choice,
  .reason,
  .flow,
  .case,
  .price,
  .message,
  .final {
    padding: 60px 0;
  }

  .kv {
    min-height: 400px;
  }

  .kv::before {
    background: rgba(255, 255, 255, 0.7);
  }

  .kv_inner {
    width: calc(100% - 32px);
    padding-top: 20px;
  }

  .kv_box {
    margin-top: 10px;
    flex-direction: column;
    gap: 16px;
  }

  .kv_card {
    width: fit-content;
    min-height: 0;
    padding: 6px 10px 12px;
    display: flex;
  }

  .kv_card:first-of-type {
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
  }

  .kv_card strong {
    font-size: inherit;
  }

  .kv_card strong span {
    font-size: 24px;
    letter-spacing: 1px;
    margin-right: 2px;
  }

  .kv_card_large {
    width: fit-content;
    padding: 10px 10px 10px;
  }

  .kv_card_large strong {
    font-size: 20px;
  }

  .kv_lead {
    line-height: 1.5;
    font-size: 22px;
  }

  .kv_lead span {
    font-size: 34px;
  }

  .kv_img {
    object-position: center bottom;
  }

  h2 {
    font-size: 26px;
  }

  h2+div,
  h2+p {
    margin-top: 30px !important;
  }

  .purpose {
    margin-top: -75px;
  }

  .purpose_panel {
    width: 100%;
    padding-top: 30px;
  }

  .purpose_panel h2 strong {
    position: relative;
    display: inline-block;
    padding-top: 18px;
  }

  .dot_list.pc {
    display: none;
  }

  .dot_list.sp_v {
    display: flex;
    justify-content: flex-end;
    margin-right: calc(100% - 289px);
    gap: 23px;
    position: absolute;
    left: 0;
    top: 8px;
  }

  .worry_img {
    margin-bottom: 10px;
  }

  .purpose_copy span,
  .worry_copy span {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }

  .flow_contact {
    padding: 30px 10px;
  }

  .flow_contact .contact_box {
    padding: 20px 10px;
  }

  .choice_card .num {
    width: 70px;
    font-size: 30px;
  }

  .choice_card {
    padding: 30px 20px;
  }

  .choice_card h3 {
    font-size: 24px;
  }

  .choice_text {
    margin-top: 30px;
    text-align: left;
  }

  .choice_note {
    margin-top: 4px;
    font-size: 18px;
    text-align: left;
  }

  .flow_contact h3 {
    font-size: 20px;
  }

  .flow_note {
    text-align: left;
    font-size: 20px;
  }

  .price_card p,
  .price_card strong small {
    font-size: 19px;
  }

  .price_card>small {
    font-size: 16px;
  }

  .price_note,
  .message_note {
    text-align: left;
  }

  .final_note {
    text-align: left;
    font-size: 20px;
  }

  .company_text {
    padding: 30px 30px;
  }

  .company_text h3 {
    font-size: 26px;
    line-height: 1.5;
  }

  .company_text h3+p {
    margin-top: 10px;
  }

  .company_text h3+p,
  .company_text h3+p+small {
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 360px) {
  h2 {
    font-size: 7.5vw;
  }

  .inner,
  .kv_inner {
    width: calc(100% - 24px);
  }

  .head_inner {
    width: calc(100% - 20px);
  }

  .head_tel {
    font-size: 24px;
  }

  .kv_lead span {
    font-size: 30px;
  }

  .kv_box {
    width: 100%;
  }

  .title {
    font-size: 24px;
  }

  .dot_list {
    margin-right: 6vw;
    gap: 7vw;
  }

  .purpose_card h3,
  .choice_card h3 {
    font-size: 22px;
  }

  .contact_tel a {
    font-size: 26px;
  }

  .btn_row {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 100%;
  }

  .support_card,
  .choice_card,
  .reason_card,
  .flow_card,
  .price_card {
    max-width: 100%;
  }

  .foot p {
    font-size: 12px;
  }
}

/* ページネーション */
.case_pagination {
	color: #225675;
	font-weight: 700;
}
.case_pagination .wp-pagenavi {
	display: flex;
	justify-content: center;
}
.case_pagination .wp-pagenavi a, .case_pagination .wp-pagenavi span {
	padding: 3px 10px;
	border-radius: 3px;
	background-color: #fff;
	border-color: #225675;
	margin: 0 5px;
	color: #225675;
}
.case_pagination .wp-pagenavi span.current {
    background-color: #225675;
	color: #fff;
}