@charset "UTF-8";
.section__title {
  text-align: center;
}

.section__title-main {
  color: #0B368C;
  font-family: "Sawarabi Mincho";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.96px;
}
@media screen and (min-width: 838px) {
  .section__title-main {
    font-size: 40px;
  }
}

.section__title-sub {
  color: #0B368C;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 838px) {
  .section__title-sub {
    font-size: 18px;
  }
}

.fv {
  width: 100%;
  height: 300px;
  position: relative;
  background: url(../img/overviwe-fv.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .fv {
    background: url(../img/overview-fv-pc.png) no-repeat center center/cover;
    height: 480px;
  }
}
.fv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, rgb(9, 9, 121)), color-stop(45%, rgba(255, 255, 255, 0)), to(rgba(246, 254, 255, 0)));
  background: linear-gradient(90deg, rgb(9, 9, 121) 4%, rgba(255, 255, 255, 0) 45%, rgba(246, 254, 255, 0) 100%);
}

.fv__title {
  position: absolute;
  top: 165px;
  left: 32px;
  color: #FFF;
  font-family: "Sawarabi Mincho";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 838px) {
  .fv__title {
    font-size: 48px;
    top: 240px;
    left: 240px;
  }
}

.message {
  background: #ECF7FB;
}

.message__inner {
  padding-top: 80px;
  padding-inline: 16px;
  padding-bottom: 80px;
}
@media screen and (min-width: 838px) {
  .message__inner {
    padding: 150px;
  }
}

.message__img {
  width: 305px;
  height: 305px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 838px) {
  .message__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 360px;
    height: 360px;
    min-width: 306px;
  }
}
@media (min-width: 1500px) {
  .message__img {
    width: 500px;
    height: 500px;
  }
}
.message__img img {
  width: 100%;
}

.message__wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 838px) {
  .message__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 838px) and (max-width: 1050px) {
  .message__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.message__wrap {
  border-radius: 8px;
  background: #FFF;
  padding: 64px 16px 40px;
  margin-top: -40px;
  max-width: 820px;
}
@media screen and (min-width: 838px) {
  .message__wrap {
    padding: 40px;
    margin-right: -40px;
    margin-top: 0;
  }
}
@media screen and (min-width: 838px) and (max-width: 1050px) {
  .message__wrap {
    margin-top: 0;
  }
}

.message__represent {
  color: #0B368C;
  font-family: "Sawarabi Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 24px;
}
@media screen and (min-width: 838px) {
  .message__represent {
    font-size: 32px;
  }
}

.message__text {
  color: #333;
  margin-top: 20px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
  letter-spacing: 0.56px;
}
@media screen and (min-width: 838px) {
  .message__text {
    font-size: 16px;
  }
}

.message__name {
  width: 170px;
  height: 25px;
  margin-top: 32px;
  background: url(../img/message__name-img.png) no-repeat center center/contain;
}
@media screen and (min-width: 838px) {
  .message__name {
    width: 218px;
    height: 32px;
  }
}

.contact {
  padding: 80px 16px;
  background: url(../img/contact-bg-img01.png) no-repeat center center/cover;
  position: relative;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #21489d;
  z-index: -1;
}

.contact__text {
  color: #FFF;
  margin-top: 40px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.64px;
  font-size: 22px;
}

.contact-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 838px) {
  .contact-form-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
  }
}

.form-button {
  width: 263px;
  height: 56px;
  border-radius: 50px;
  background: #FF9D3D;
  border: 1px solid #FF9D3D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.form-button p {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
  padding-left: 20px;
}
.form-button:hover {
  background-color: #fff;
}
.form-button:hover p {
  color: #FF9D3D;
}
.form-button:hover .mail-button {
  fill: #FF9D3D;
}
@media screen and (min-width: 838px) {
  .form-button {
    width: 350px;
    height: 76px;
  }
}

.form-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px auto 0;
  width: 343px;
  height: 108px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 838px) {
  .form-button-wrap {
    width: 400px;
    height: 180px;
    margin: 0;
  }
}

.form-button-wrap__title {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 24.5px */
  letter-spacing: 0.56px;
}
@media screen and (min-width: 838px) {
  .form-button-wrap__title {
    font-size: 16px;
  }
}

.tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 343px;
  height: 108px;
  margin-top: 58px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  gap: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}
.tel-wrap.drawer-tel {
  margin-top: 5px;
}
@media screen and (min-width: 838px) {
  .tel-wrap {
    width: 400px;
    height: 180px;
    margin: 0;
  }
}

.tel-wrap__title {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.56px;
}
@media screen and (min-width: 838px) {
  .tel-wrap__title {
    font-size: 16px;
  }
}

.tel-wrap__container {
  position: relative;
  padding-left: 40px;
}
@media screen and (min-width: 838px) {
  .tel-wrap__container {
    padding-left: 57px;
  }
}
.tel-wrap__container::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/tel-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 838px) {
  .tel-wrap__container::before {
    width: 50px;
    height: 50px;
  }
}

.tel {
  color: #0B368C;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.44px;
}
@media screen and (min-width: 838px) {
  .tel {
    font-size: 36px;
  }
}

.fax {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.fax span {
  display: inline;
  color: #333;
  -webkit-user-select: none;
}

.tel-time {
  color: #0B368C;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 838px) {
  .tel-time {
    font-size: 18px;
  }
}

.office__inner {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (min-width: 838px) {
  .office__inner {
    padding-top: 150px;
    padding-bottom: 150px;
    padding-right: 275px;
    padding-left: 275px;
  }
}

.table {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center start;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 838px) {
  .table {
    margin-top: 80px;
    grid-template-columns: 240px 1fr;
  }
}

.table__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 8px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  /* 24.5px */
  letter-spacing: 0.56px;
  border-bottom: 1px solid #BDBDBD;
}
@media screen and (min-width: 838px) {
  .table__title {
    font-size: 16px;
  }
}

.table__detail {
  color: #333;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #BDBDBD;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.56px;
  padding-right: 8px;
}
@media screen and (min-width: 838px) {
  .table__detail {
    font-size: 16px;
  }
}

.office__map {
  height: 300px;
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
@media screen and (min-width: 838px) {
  .office__map {
    height: 600px;
    margin-top: 80px;
  }
}

.button {
  position: relative;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 1.6px;
  border: 1px solid #0B368C;
  border-radius: 50px;
  color: #0B368C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  background-color: transparent;
  cursor: pointer;
}
.button a {
  color: rgb(11, 54, 140);
}
.button:hover {
  background-color: #0B368C;
  color: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.button:hover .arrow {
  background-color: #fff;
  width: 40px;
  right: 10px;
}
@media screen and (min-width: 838px) {
  .button:hover .arrow {
    width: 80px;
  }
}
.button:hover .arrow::after {
  background-color: #fff;
}
.button:hover .service__wrap-arrow {
  background-color: #fff;
  right: 2px;
  width: 38px;
}
.button:hover .service__wrap-arrow::after {
  background-color: #fff;
}
.button:hover a {
  color: #FFF;
}
@media screen and (min-width: 838px) {
  .button {
    font-size: 20px;
  }
}

.overview__button {
  width: 263px;
  height: 56px;
}
@media screen and (min-width: 838px) {
  .overview__button {
    width: 350px;
    height: 79px;
  }
}
@media screen and (min-width: 838px) {
  .overview__button a {
    padding: 23px 160px 23px 80px;
  }
}

.contact__button {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 1.6px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 60px;
  border: 1px solid #0B368C;
  border-radius: 50px;
  color: #ffffff;
  background-color: #0B368C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.contact__button:hover {
  background-color: #f9f9f9;
  color: #0B368C;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact__button:hover ~ .contact__arrow {
  background-color: #0B368C;
}
.contact__button:hover ~ .contact__arrow::after {
  background-color: #0B368C;
}
@media screen and (min-width: 838px) {
  .contact__button {
    font-size: 20px;
  }
}

.previous-button {
  width: 276px;
  color: #0b368c;
  margin-top: -40px;
  background-color: #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 16px;
  border: 1px solid #0B368C;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.previous-button:hover {
  background-color: #0b368c;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 838px) {
  .previous-button {
    font-size: 20px;
  }
}

.arrow {
  position: absolute;
  right: 30px;
  width: 15px;
  height: 2px;
  background-color: #0B368C;
transition: all 0.5s;
}
@media screen and (min-width: 838px) {
  .arrow {
    width: 43px;
    top: 41px;
    right: 80px;
  }
}
.arrow::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -2px;
  width: 2px;
  height: 9px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 77%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 77%);
  background-color: #0B368C;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.service__wrap-arrow {
  position: absolute;
  right: 7px;
  top: 50%;
  width: 36px;
  height: 2px;
  background-color: #0B368C;
	transition: all 0.5s;
}
@media screen and (min-width: 838px) {
  .service__wrap-arrow {
    width: 43px;
    top: 50%;
    right: 28px;
  }
}
.service__wrap-arrow::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -2px;
  width: 2px;
  height: 9px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 77%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 77%);
  background-color: #0B368C;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact__arrow {
  position: relative;
  width: 36px;
  height: 2px;
  background-color: #ffffff;
}
.contact__arrow::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -2px;
  width: 2px;
  height: 9px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 77%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 77%);
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-pc__button {
  position: relative;
  width: 263px;
  height: 56px;
  border-radius: 50px;
  background: #FF9D3D;
  display: grid;
  place-items: center;
}
.header-pc__button a {
  padding-left: 52px;
  position: relative;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.header-pc__button a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../img/mail-icon.png) no-repeat center center/contain;
}

.mail-button {
  fill: #fff;
}

.mail-svg {
  width: 32px;
  height: 32px;
}
.mail-svg img {
  width: 100%;
}

.header__nav-button {
  position: relative;
  height: 100%;
  width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
}
@media screen and (min-width: 838px) {
  .header__nav-button {
    display: none;
  }
}
@media screen and (min-width: 838px) and (max-width: 1050px) {
  .header__nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__nav-button span {
  width: 28px;
  height: 3px;
  background-color: #333;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.header__nav-button.is-checked span {
  position: absolute;
}
.header__nav-button.is-checked :nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__nav-button.is-checked :nth-child(2) {
  display: none;
}
.header__nav-button.is-checked :nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header {
  position: fixed;
  top: 0;
  z-index: 10;
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 838px) {
  .header {
    padding-inline: 10.4166666667%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 80px;
  }
}

@media (max-width: 1250px) {
  .header {
    padding-inline: 0;
  }
}
@media (max-width: 1050px) {
  .header {
    padding-inline: 20px;
  }
}
@media (min-width: 1250px) and (max-width: 1280px) {
  .header {
    padding-inline: 0;
  }
}
.header__logo {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 838px) {
  .header__logo {
    width: 60px;
    height: 60px;
  }
}
.header__logo img {
  width: 100%;
}

h1 {
  margin-right: auto !important;
}

.header__title {
  color: #333;
  font-family: "Sawarabi Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 838px) {
  .header__title {
    font-size: 24px;
    margin-right: auto;
  }
}

.drawer {
  background-color: #fff;
  position: fixed;
  overflow-y: auto;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.drawer.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  overscroll-behavior-y: contain;
  -ms-touch-action: auto !important;
      touch-action: auto !important;
}

.drawer__inner {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer__list,
.dorawer__service-lists,
.dorawer__service-list {
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid #bdbdbd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
}

.dorawer__service-list {
  padding-left: 40px;
}

.header__pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 838px) {
  .header__pc {
    display: none;
  }
}
@media screen and (min-width: 838px) and (max-width: 1050px) {
  .header__pc {
    display: none;
  }
}

.header-pc__list {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}

.header-service {
  position: relative;
  line-height: 80px;
}

.header-service__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  width: 107px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 80px;
  display: none;
}

.header-service__item {
  color: #333;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-top: 20px;
}

.header-pc__button {
  position: relative;
  width: 240px;
  height: 64px;
  border-radius: 50px;
  background: #ff9d3d;
  border: 1px solid #ff9d3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.header-pc__button p {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
  padding-left: 20px;
}
.header-pc__button:hover {
  background-color: #fff;
}
.header-pc__button:hover p {
  color: #ff9d3d;
}
.header-pc__button:hover .mail-button {
  fill: #ff9d3d;
}

.header-pc__tel {
  position: relative;
  padding-left: 40px;
}
.header-pc__tel::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/tel-icon.png) no-repeat center center/contain;
}

.header-pc__tel-num {
  color: #0b368c;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.44px;
}

.header-pc__tel-time {
  color: #0b368c;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
}

.footer {
  padding: 32px 16px;
  background-color: #333;
}
@media screen and (min-width: 838px) {
  .footer {
    padding: 56px 150px 24px;
  }
}
@media screen and (min-width: 838px) and (max-width: 1050px) {
  .footer {
    padding: 56px 50px 24px;
  }
}

.footer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: #FFF;
  font-family: "Sawarabi Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}

.footer__title-logo {
  width: 26px;
  height: 26px;
}
.footer__title-logo img {
  width: 100%;
}
@media screen and (min-width: 838px) {
  .footer__title-logo {
    width: 60px;
    height: 60px;
  }
}

.footer__title-text {
  color: #FFF;
  font-family: "Sawarabi Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 26.25px */
  letter-spacing: 0.6px;
}
@media screen and (min-width: 838px) {
  .footer__title-text {
    font-size: 32px;
  }
}

@media screen and (min-width: 838px) {
  .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__address-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}

.footer__address-text {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 26.25px */
  letter-spacing: 0.6px;
}
@media screen and (min-width: 838px) {
  .footer__address-text {
    font-size: 16px;
  }
}

.footer__address-detail {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 26.25px */
  letter-spacing: 0.6px;
}

.footer__lists {
  margin-top: 40px;
  padding-right: 53px;
  display: grid;
  grid-template-rows: 19px 1fr;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
}
@media screen and (min-width: 838px) {
  .footer__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: -60px;
    padding-right: 0;
  }
}
@media (min-width: 820px) and (max-width: 1300px) {
  .footer__lists {
    grid-template-rows: 19px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.footer__list,
.footer__list-service {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 838px) {
  .footer__list,
  .footer__list-service {
    font-size: 18px;
  }
}
.footer__list a,
.footer__list-service a {
  color: #FFF;
}

@media (min-width: 1300px) {
  .footer__lidt-service {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}

.footer__service-lists {
  margin-top: 24px;
}

.footer__service-list {
  list-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 838px) {
  .footer__service-list {
    font-size: 16px;
  }
}
.footer__service-list + .footer__service-list {
  margin-top: 16px;
}

.footer__list,
.footer__service-list {
  position: relative;
  padding-right: 22px;
}
.footer__list::after,
.footer__service-list::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 6px;
  background: url(../img/list-icon.png) no-repeat center center/contain;
}

.footer__copy-right {
  font-size: 12px;
  color: #FFF;
  text-align: center;
  margin-top: 80px;
}

.content-fv {
  background: url(../img/content-fv.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .content-fv {
    background: url(../img/content-pc.png) no-repeat center center/cover;
  }
}

.content {
  padding: 80px 16px;
  background: #ECF7FB;
}
@media screen and (min-width: 838px) {
  .content {
    padding: 150px;
  }
}

.content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 838px) {
  .content__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 838px) and (max-width: 1050px) {
  .content__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.content__img {
  width: 280px;
  height: 280px;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (min-width: 838px) {
  .content__img {
    width: 400px;
    height: 400px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.content__img img {
  width: 100%;
}

.content__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.text-wrap__title {
  color: #0B368C;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.96px;
}
@media screen and (min-width: 838px) {
  .text-wrap__title {
    font-size: 28px;
  }
}

.text-wrap__text {
  color: var(--, #333);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
  letter-spacing: 0.56px;
}
@media screen and (min-width: 838px) {
  .text-wrap__text {
    font-size: 16px;
  }
}
.text-wrap__text + .text-wrap__text {
  margin-top: 20px;
}

.flow {
  padding: 80px 16px;
}
@media screen and (min-width: 838px) {
  .flow {
    padding: 150px 275px;
  }
}
@media screen and (min-width: 838px) and (max-width: 1050px) {
  .flow {
    padding-inline: 150px;
  }
}

.flow__wrapper {
  margin-top: 40px;
}
@media screen and (min-width: 838px) {
  .flow__wrapper {
    margin-top: 80px;
  }
}

.flow__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 838px) {
  .flow__titles {
    gap: 40px;
  }
}

.flow__title {
  position: relative;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.52px;
  padding-left: 24px;
}
@media screen and (min-width: 838px) {
  .flow__title {
    font-size: 16px;
    padding-left: 36px;
  }
}

.flow__title--blue::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 22px;
  background-color: #0B368C;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 19px, 50% 100%, 0 19px);
          clip-path: polygon(0 0, 100% 0%, 100% 19px, 50% 100%, 0 19px);
}
@media screen and (min-width: 838px) {
  .flow__title--blue::before {
    width: 20px;
    height: 27px;
  }
}

.flow__title--orange::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 22px;
  background-color: #FF9D3D;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 19px, 50% 100%, 0 19px);
          clip-path: polygon(0 0, 100% 0%, 100% 19px, 50% 100%, 0 19px);
}
@media screen and (min-width: 838px) {
  .flow__title--orange::before {
    width: 20px;
    height: 27px;
  }
}

.flow__item-wrap {
  margin-top: 16px;
}
@media screen and (min-width: 838px) {
  .flow__item-wrap {
    margin-top: 32px;
  }
}

.num2 {
  z-index: -2;
}

.num3 {
  z-index: -3;
}

.num4 {
  z-index: -4;
}

.num5 {
  z-index: -5;
}

.num6 {
  z-index: -6;
}

.flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.flow__wrap + .flow__wrap {
  margin-top: -15px;
}
@media screen and (min-width: 838px) {
  .flow__wrap {
    gap: 32px;
  }
}

.flow-wrap__num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  place-items: center;
  position: relative;
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  width: 72px;
  height: 98px;
  -webkit-filter: drop-shadow(0px 3px 1px rgb(255, 255, 255));
          filter: drop-shadow(0px 3px 1px rgb(255, 255, 255));
}
@media screen and (min-width: 838px) {
  .flow-wrap__num {
    font-size: 32px;
    width: 100px;
    height: 135px;
  }
}

.flow-wrap__num--blue::after {
  z-index: -1;
  background-color: #0B368C;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 83px, 50% 100%, 0 83px);
          clip-path: polygon(0 0, 100% 0%, 100% 83px, 50% 100%, 0 83px);
}
@media screen and (min-width: 838px) {
  .flow-wrap__num--blue::after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 115px, 50% 100%, 0 115px);
            clip-path: polygon(0 0, 100% 0%, 100% 115px, 50% 100%, 0 115px);
  }
}

.flow-wrap__num--orange::after {
  z-index: -1;
  background-color: #FF9D3D;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 83px, 50% 100%, 0 83px);
          clip-path: polygon(0 0, 100% 0%, 100% 83px, 50% 100%, 0 83px);
}
@media screen and (min-width: 838px) {
  .flow-wrap__num--orange::after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 115px, 50% 100%, 0 115px);
            clip-path: polygon(0 0, 100% 0%, 100% 115px, 50% 100%, 0 115px);
  }
}

.flow-wrap__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #BDBDBD;
}
@media screen and (min-width: 838px) {
  .flow-wrap__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.flow-item {
  padding-left: 40px;
  position: relative;
}
@media screen and (min-width: 838px) {
  .flow-item {
    padding-left: 72px;
  }
}
.flow-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 20px;
  background: url(../img/flow1.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .flow-item::before {
    width: 40px;
    height: 40px;
  }
}
.flow-item.num2::before {
  background: url(../img/flow2.png) no-repeat center center/cover;
}
.flow-item.num3::before {
  background: url(../img/flow3.png) no-repeat center center/cover;
}
.flow-item.num4::before {
  background: url(../img/flow4.png) no-repeat center center/cover;
}
.flow-item.num5::before {
  background: url(../img/flow5.png) no-repeat center center/cover;
}
.flow-item.num6::before {
  background: url(../img/flow6.png) no-repeat center center/cover;
}

.flow-wrap--contract {
  position: relative;
}
.flow-wrap--contract::before {
  position: absolute;
  content: "";
  background-color: #FF9D3D;
  width: 14px;
  height: 10px;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  left: 72px;
  bottom: 7px;
}
@media screen and (min-width: 838px) {
  .flow-wrap--contract::before {
    left: 112px;
  }
}
.flow-wrap--contract::after {
  position: absolute;
  left: 84px;
  bottom: 0px;
  content: "ご契約";
  color: #FFF;
  background-color: #FF9D3D;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.56px;
}
@media screen and (min-width: 838px) {
  .flow-wrap--contract::after {
    font-size: 16px;
    left: 125px;
  }
}

.flow-item__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.64px;
}
@media screen and (min-width: 838px) {
  .flow-item__title {
    font-size: 20px;
  }
}

.flow-item__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.56px;
}
@media screen and (min-width: 838px) {
  .flow-item__text {
    font-size: 16px;
  }
}

.fee {
  padding: 80px 16px;
  background: #ECF7FB;
}
@media screen and (min-width: 838px) {
  .fee {
    padding: 150px 275px;
  }
}
@media screen and (min-width: 838px) and (max-width: 1050px) {
  .fee {
    padding-inline: 150px;
  }
}

.fee__title {
  position: relative;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.64px;
  padding-left: 20px;
  margin-top: 40px;
}
.fee__title::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 5px;
  background-color: #0B368C;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 838px) {
  .fee__title {
    font-size: 20px;
    padding-left: 24px;
    margin-top: 80px;
  }
}

.fee__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 838px) {
  .fee__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.fee-wrap__title {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  /* 24.5px */
  letter-spacing: 0.56px;
  padding: 16px;
  background-color: #0B368C;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 838px) {
  .fee-wrap__title {
    font-size: 16px;
  }
}

.fee-wrap__item {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #FFF;
  color: #FF9D3D;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.56px;
}
@media screen and (min-width: 838px) {
  .fee-wrap__item {
    -webkit-box-shadow: inset 0 0 0 1px #333;
            box-shadow: inset 0 0 0 1px #333;
    grid-column: 2/3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
  }
}

.fee-item__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.52px;
}
@media screen and (min-width: 838px) {
  .fee-item__text {
    font-size: 16px;
  }
}

.contact-fv {
  background: url(../img/contact-fv-sp.png) no-repeat center center/cover;
}

.form {
  padding: 80px 16px;
  background: #ecf7fb;
}
@media screen and (min-width: 838px) {
  .form {
    padding: 120px 61px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}

.form__ditail {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 24.5px */
  letter-spacing: 0.56px;
}
@media screen and (min-width: 838px) {
  .form__ditail {
    font: 16px;
  }
}

.contact-form {
  margin-top: 40px;
  padding-bottom: 80px;
}
@media screen and (min-width: 838px) {
  .contact-form {
    margin-top: 32px;
    padding-bottom: 120px;
  }
}

.contact__fields {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 838px) {
  .contact__fields {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 61px;
    padding-right: 61px;
  }
}

.contact__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-field__tag {
  display: grid;
  place-items: center;
  padding: 3px 5px;
  background: #0b368c;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 12px */
  letter-spacing: 0.48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-field__tag.sub {
  background: #bdbdbd;
  color: #333;
}

.form-field__label {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.select .wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select .wpcf7-form-control-wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}

.wpcf7-form-control {
  -webkit-appearance: none;
  border: none;
}

.form-radio .wpcf7-radio {
  background-color: transparent;
}

.form-text, .form-select {
  padding: 16px;
}

.form-field__item {
  background-color: #fff;
}

.form-text, .wpcf7-form-control {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.form-text.post, .wpcf7-form-control.post {
  width: auto;
}

.wpcf7-textarea .form-textarea {
  width: 100%;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 4px;
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-left: 16px;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-field-radio {
  gap: 24px;
  margin-bottom: 16px;
}
@media screen and (min-width: 838px) {
  .form-field-radio {
    margin-bottom: 36px;
  }
}

.form-field__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

input[type=radio] {
  width: 70px;
  height: 20px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  opacity: 0;
}

.wpcf7-radio label {
  padding-left: 34px;
  position: relative;
}
.wpcf7-radio label::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  border: 1px solid #bdbdbd;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border-radius: 50%;
}

input[type=radio] + .wpcf7-list-item-label::after {
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #333;
  opacity: 0;
}

input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-select {
  background-color: #fff;
  color: #333;
}

.form-radio__text {
  font-family: "Noto Sans JP";
  position: relative;
  color: #333;
  padding-left: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.64px;
}

.wpcf7-textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 5px;
}

.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: right;
}

.contact__privacy a {
  text-decoration: underline;
  color: #0b368c;
}

input[type=checkbox] {
  left: 0;
  top: -12px;
  width: 70px;
  height: 31px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  opacity: 0;
}

.wpcf7-acceptance label {
  padding-left: 34px;
  position: relative;
}
.wpcf7-acceptance label::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  border: 1px solid #bdbdbd;
  width: 24px;
  height: 24px;
  background-color: transparent;
}

input[type=checkbox] + .wpcf7-list-item-label::after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 26px;
  height: 24px;
  opacity: 0;
  background: url(../img/checkbox.png) no-repeat center center/cover;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form-checkbox__text {
  position: relative;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 24.5px */
  letter-spacing: 0.56px;
  padding-left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-checkbox__text a {
  color: #0b368c;
  font-weight: 700;
  text-decoration: underline;
}

.contact-button {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  width: 263px;
  height: 56px;
  border-radius: 50px !important;
  overflow: hidden;
}
@media screen and (min-width: 838px) {
  .contact-button {
    width: 350px;
    height: 75px;
  }
}

.contact__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

.wpcf7-list-item-label {
  font-family: "Noto Sans JP";
}

.privacy__wrap {
  margin-top: 60px;
  padding: 20px;
}
@media screen and (min-width: 838px) {
  .privacy__wrap {
    margin-top: 80px;
    padding: 200px 150px;
  }
}

.privacy__head {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 49px */
  letter-spacing: 1.12px;
  margin-top: 30px;
}
@media screen and (min-width: 838px) {
  .privacy__head {
    font-size: 20px;
    margin-top: 40px;
  }
}

.privacy__text-wrap {
  margin-top: 50px;
  padding: 20px;
}
@media screen and (min-width: 838px) {
  .privacy__text-wrap {
    margin-top: 80px;
    padding: 80px;
  }
}

.privacy__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 28px */
  letter-spacing: 0.64px;
  margin-top: 16px;
}
@media screen and (min-width: 838px) {
  .privacy__text {
    font-size: 16px;
    margin-top: 30px;
  }
}

.privacy__contact {
  padding: 10px;
  margin: 20px auto;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (min-width: 838px) {
  .privacy__contact {
    gap: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
}

.p-c__text, .p-c__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 28px */
  letter-spacing: 0.64px;
}

.privacy__contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  margin-top: 0 !important;
}

body {
  line-height: 1;
}
body.no-scroll {
  overflow: hidden;
  overscroll-behavior-y: none;
  -ms-touch-action: none;
      touch-action: none;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  background-color: #fff;
  border: none;
}

@media screen and (min-width: 838px) {
  .hidden-pc {
    display: none;
  }
}

.bcn-display {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-inline: 16px;
  background-color: #ecf7fb;
}
@media screen and (min-width: 838px) {
  .bcn-display {
    padding-inline: 150px;
  }
}

.home,
.current-item,
.archive {
  color: #3c3c3c;
}

.archive-bcn {
  background-color: #fff;
  margin-top: 40px;
}

.main-fv {
  height: 607px;
  padding-top: 107px;
  background: url(../img/fvimg.png) no-repeat center center/cover;
}
@media screen and (min-width: 838px) {
  .main-fv {
    background: url(../img/fvimg-pc.png) no-repeat center center/cover;
  }
}

.main-fv__wrapper {
  height: 100%;
  padding-inline: 16px;
}
@media screen and (min-width: 838px) {
  .main-fv__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 150px;
  }
}

@media screen and (min-width: 838px) {
  .main-fv__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.catch-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 47px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: fadeIn 2.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 2.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 838px) {
  .catch-wrap {
    margin-top: 0;
    margin-bottom: auto;
  }
}

.catch_copy {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  text-shadow: 4px 4px 16px #333;
  font-family: "Noto serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 4.8px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-orientation: upright;
  display: inline-block;
}
@media screen and (min-width: 838px) {
  .catch_copy {
    font-size: 46px;
  }
}

.tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 108px;
  margin-top: 58px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  gap: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}
.tel-wrap.drawer-tel {
  margin-top: 5px;
}
@media screen and (min-width: 838px) {
  .tel-wrap {
    width: 400px;
    height: 180px;
    margin: 0;
  }
}

.tel-wrap__title {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.56px;
}
@media screen and (min-width: 838px) {
  .tel-wrap__title {
    font-size: 16px;
  }
}

.tel-wrap__container {
  position: relative;
  padding-left: 40px;
}
@media screen and (min-width: 838px) {
  .tel-wrap__container {
    padding-left: 57px;
  }
}
.tel-wrap__container::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/tel-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 838px) {
  .tel-wrap__container::before {
    width: 50px;
    height: 50px;
  }
}

.tel {
  color: #0b368c;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.44px;
}
@media screen and (min-width: 838px) {
  .tel {
    font-size: 36px;
  }
}

.tel-time {
  color: #0b368c;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 838px) {
  .tel-time {
    font-size: 18px;
  }
}

.form-button {
  width: 263px;
  height: 56px;
  border-radius: 50px;
  background: #ff9d3d;
  border: 1px solid #ff9d3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.form-button p {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
  padding-left: 20px;
}
.form-button:hover {
  background-color: #fff;
}
.form-button:hover p {
  color: #ff9d3d;
}
.form-button:hover .mail-button {
  fill: #ff9d3d;
}
@media screen and (min-width: 838px) {
  .form-button {
    width: 350px;
    height: 76px;
  }
}

.form-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px auto 0;
  width: 100%;
  height: 108px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 838px) {
  .form-button-wrap {
    width: 400px;
    height: 180px;
    margin: 0;
  }
}

.form-button-wrap__title {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 24.5px */
  letter-spacing: 0.56px;
}
@media screen and (min-width: 838px) {
  .form-button-wrap__title {
    font-size: 16px;
  }
}

@media screen and (min-width: 838px) {
  .form-button-wrap--fv {
    margin-top: 24px;
  }
}

.overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #ecf7fb;
}

.overview__title {
  color: #0b368c;
  text-align: center;
  font-family: "Sawarabi Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 838px) {
  .overview__title {
    font-size: 40px;
  }
}

.overview__text {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5em;
  letter-spacing: 0.56px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 838px) {
  .overview__text {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.overview__text-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 838px) {
  .overview__text-sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.overview__color {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(30%, rgba(255, 157, 61, 0.5019607843)), color-stop(70%, rgba(255, 157, 61, 0.5019607843)), color-stop(70%, transparent));
  background: linear-gradient(transparent 30%, rgba(255, 157, 61, 0.5019607843) 30%, rgba(255, 157, 61, 0.5019607843) 70%, transparent 70%);
  padding: 0 2px;
}
.overview__color-pc {
  color: #333;
}
@media screen and (min-width: 838px) {
  .overview__color-pc {
    display: block;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
  }
}
.overview__color-pc::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 10px;
  background-color: rgba(255, 157, 61, 0.5019607843);
  display: none;
}
@media screen and (min-width: 838px) and (max-width: 1050px) {
  .overview__color-pc::after {
    display: none;
  }
}
@media screen and (min-width: 838px) {
  .overview__color-pc::after {
    display: block;
  }
}

.services {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 16px;
  padding-left: 16px;
  overflow: hidden;
}

.archive {
  margin-top: 60px;
}

.section__title {
  text-align: center;
}

.section__title-main {
  color: #0b368c;
  font-family: "Sawarabi Mincho";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.96px;
}
@media screen and (min-width: 838px) {
  .section__title-main {
    font-size: 40px;
  }
}

.section__title-sub {
  color: #0b368c;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 838px) {
  .section__title-sub {
    font-size: 18px;
  }
}

.services__wrapper {
  margin-top: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 108px;
}
@media screen and (min-width: 838px) {
  .services__wrapper .service__wrap:nth-child(even) .service__wrap-second {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 838px) and (max-width: 1050px) {
  .services__wrapper {
    padding-inline: 16px;
  }
}

.service__wrap {
  position: relative;
  padding: 188px 16px 16px 16px;
  background-color: #ecf7fb;
  border-radius: 10px;
  margin-left: -16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 838px) {
  .service__wrap {
    padding: 48px 39% 48px 48px;
    min-width: 861px;
    max-width: 1300px;
    min-height: 448px;
  }
}
@media screen and (min-width: 838px) and (max-width: 1050px) {
  .service__wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
}

.service__wrap-img {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 16px;
  top: -68px;
  width: 100%;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 343px;
}
@media screen and (min-width: 838px) {
  .service__wrap-img {
    width: 560px;
    height: 350px;
    right: -60px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-right: 0;
    max-width: none;
  }
}
.service__wrap-img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 838px) {
  .service__wrap-img img {
    height: 350px;
  }
}
@media (min-width: 838px) and (max-width: 1300px) {
  .service__wrap-img {
    width: 400px;
  }
}

.service__wrap--sub {
  margin-left: 0;
  margin-right: -16px;
}
@media screen and (min-width: 838px) {
  .service__wrap--sub {
    padding: 48px 48px 48px 39%;
  }
}
.service__wrap--sub .service__wrap-img {
  left: auto;
  right: 16px;
  padding-right: 0;
}
@media screen and (min-width: 838px) {
  .service__wrap--sub .service__wrap-img {
    left: -60px;
    right: auto;
    padding-left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 350px;
  }
}
.service__wrap--sub .service__wrap-button {
  margin-left: auto;
}
.service__wrap--sub .service__wrap-title {
  width: 100%;
}

.service__wrap-title {
  border-bottom: 1px solid #9e9e9e;
}
@media screen and (min-width: 838px) {
  .service__wrap-title {
    width: 58.0392156863%;
  }
}
@media screen and (min-width: 838px) {
  .service__wrap-title {
    width: 100%;
  }
}

.service__wrap-maintitle {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.96px;
}
@media screen and (min-width: 838px) {
  .service__wrap-maintitle {
    font-size: 28px;
  }
}

.service__wrap-subtitle {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.72px;
}
@media screen and (min-width: 838px) {
  .service__wrap-subtitle {
    font-size: 20px;
  }
}

.service__wrap-text {
  color: #333;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.56px;
}
@media screen and (min-width: 838px) {
  .service__wrap-text {
    width: 444px;
    font-size: 16px;
  }
}

.service__wrap-button {
  gap: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  width: 184px;
  height: 61px;
  letter-spacing: 1.4px;
}
@media screen and (min-width: 838px) {
  .service__wrap-button {
    width: 221px;
    height: 67px;
  }
}
.service__wrap-button a {
  color: #0b368c;
  padding: 13px 28px;
}
@media screen and (min-width: 838px) {
  .service__wrap-button a {
    padding: 20px 95px 20px 28px;
    font-size: 18px;
  }
}

.service__wrap-title--sub {
  text-align: right;
}

.service__wrap-button--sub {
  margin-left: auto;
}

.reason {
  padding: 80px 16px;
  margin-top: 80px;
  background-color: #ecf7fb;
}
@media screen and (min-width: 838px) {
  .reason {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.reason__wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (min-width: 838px) {
  .reason__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}

.reason__wrap {
  border-radius: 8px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  max-width: 360px;
  height: 438px;
}
@media screen and (min-width: 838px) {
  .reason__wrap {
    width: 360px;
  }
}

.reason__wrap-img {
  height: 220px;
  width: 100%;
}
.reason__wrap-img img {
  width: 100%;
  height: 100%;
}

.reason__text-wrap {
  padding: 13px 24px 24px;
}

.reasen__title {
  color: #0b368c;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 838px) {
  .reasen__title {
    font-size: 28px;
  }
}
.reasen__title.reasen__title-second {
  margin-top: 0;
}

.reasen__title--sub {
  font-size: 16px;
}
@media screen and (min-width: 838px) {
  .reasen__title--sub {
    font-size: 20px;
  }
}

.reason__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  margin-top: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.56px;
}

.contact {
  padding: 80px 16px;
  background: url(../img/contact-bg-img01.png) no-repeat center center/cover;
  position: relative;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 838px) {
  .contact {
    background: url(../img/contact-img01.png) no-repeat center center/cover;
  }
}
.contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #21489d;
  z-index: -1;
}

.contact__title {
  text-align: center;
}

.contact__title-main {
  color: #fff;
  text-align: center;
  font-family: "Sawarabi Mincho";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 24px */
  letter-spacing: 0.48px;
}
@media screen and (min-width: 838px) {
  .contact__title-main {
    font-size: 40px;
  }
}

.contact__title-sub {
  color: #fff;
  text-align: center;
  font-family: "inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  /* 24px */
  letter-spacing: 0.48px;
}
@media screen and (min-width: 838px) {
  .contact__title-sub {
    font-size: 18px;
  }
}

.contact__text {
  color: #fff;
  margin-top: 40px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.64px;
}
@media screen and (min-width: 838px) {
  .contact__text {
    font-size: 22px;
  }
}

.contact-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 838px) {
  .contact-form-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
  }
}

.js-in-view {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.js-in-view.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-in-slide {
  opacity: 0;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  -webkit-transition: opacity 1s, -webkit-transform 0.5s;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: opacity 1s, transform 0.5s;
  transition: opacity 1s, transform 0.5s, -webkit-transform 0.5s;
}
.js-in-slide.is-in-view {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-left {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: opacity 1s, -webkit-transform 0.5s;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: opacity 1s, transform 0.5s;
  transition: opacity 1s, transform 0.5s, -webkit-transform 0.5s;
}
.slide-left.is-in-view {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.bcn-display--white {
  background-color: #fff;
}

.grecaptcha-badge {
  display: none !important;
}
@media screen and (min-width: 838px) {
  .grecaptcha-badge {
    display: block !important; /* 非表示防止 */
    right: 0 !important;
  }
}