@font-face {
  font-family: "mobo-bold";
  src: url("../font/MOBO-Bold.otf");
}
html {
  font-size: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #373737;
}

@media screen and (max-width: 767.98px) {
  html {
    font-size: 3.8647342995vw;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  color: inherit;
}

li {
  list-style: none;
}

address {
  font-style: normal;
}

button {
  background: none;
}

.l-main {
  margin-top: 85px;
}
@media screen and (max-width: 767.98px) {
  .l-main {
    margin-top: 56px;
  }
}

.l-inner {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767.98px) {
  .l-inner {
    padding: 0 25px;
  }
}

.c-ttl-bg {
  color: #68aab8;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 144.963px;
  font-weight: 600;
  line-height: 1.61;
  letter-spacing: 0.1em;
  opacity: 0.08;
}
@media screen and (max-width: 767.98px) {
  .c-ttl-bg {
    font-size: clamp(40px, 5.4093rem, 86.549px);
  }
}

.c-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.61;
  letter-spacing: 0.2em;
}
.c-ttl--line-s {
  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;
}
.c-ttl--line-s::before, .c-ttl--line-s::after {
  content: "";
  height: 1px;
  background: #373737;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-ttl--line-s::before {
  margin-right: 50px;
}
@media screen and (max-width: 767.98px) {
  .c-ttl--line-s::before {
    margin-right: 25px;
  }
}
.c-ttl--line-s::after {
  margin-left: 50px;
}
@media screen and (max-width: 767.98px) {
  .c-ttl--line-s::after {
    margin-left: 25px;
  }
}
.c-ttl--line-l {
  padding-left: 0.4em;
  border-left: 1px solid #68aab8;
}

.c-ttl-mobo {
  color: #68aab8;
  font-family: "mobo-bold", sans-serif;
  font-size: 90.72px;
  line-height: 1.61;
  letter-spacing: 0.13em;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .c-ttl-mobo {
    font-size: 50px;
  }
}

.c-btn-contact {
  border-radius: 5px;
  border: 2px solid #529fb0;
  background: #6eb6c6;
  width: 100%;
  max-width: 232px;
  height: 101px;
  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: 8.69px;
}
@media screen and (max-width: 767.98px) {
  .c-btn-contact {
    height: 87px;
  }
}
.c-btn-contact svg {
  fill: #fff;
}
@media screen and (max-width: 767.98px) {
  .c-btn-contact svg {
    width: 19px;
  }
}
.c-btn-contact span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.062;
  letter-spacing: 0.14em;
}
.c-btn-contact--header {
  max-width: none;
  width: 245.363px;
  height: 56.488px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid #abd7e1;
  background: #7bbbc9;
  gap: 7.8px;
  display: none;
}
@media screen and (min-width: 900px) {
  .c-btn-contact--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-btn-contact--header span {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.062;
}

.c-contact-box {
  max-width: 721px;
  border-radius: 10px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 24.1px 0px rgba(200, 216, 215, 0.66);
          box-shadow: 0px 0px 24.1px 0px rgba(200, 216, 215, 0.66);
  padding: 23px 46px 29px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-contact-box {
    padding: 43px 1.5625rem 46px;
  }
}

.c-contact-box__ttl {
  color: #487e88;
  font-size: clamp(14px, 2.2vw, 23px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.15em;
  position: relative;
  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;
  margin: auto;
  max-width: 470px;
}
@media screen and (max-width: 767.98px) {
  .c-contact-box__ttl {
    font-size: clamp(10px, 1.0779rem, 17.246px);
  }
}
.c-contact-box__ttl::before, .c-contact-box__ttl::after {
  content: "";
  height: 1px;
  background: #487e88;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-contact-box__ttl::before {
  margin-right: 8px;
}
.c-contact-box__ttl::after {
  margin-left: 8px;
}

.c-contact-box__txt {
  margin-top: 7.14px;
  color: #487e88;
  text-align: center;
  font-size: 17.44px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767.98px) {
  .c-contact-box__txt {
    margin-top: 9px;
    font-size: clamp(10px, 0.7988rem, 12.781px);
  }
}
.c-contact-box__txt span {
  -webkit-text-decoration: underline solid #fff767 10px;
          text-decoration: underline solid #fff767 10px;
  text-underline-offset: -0.4em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.c-contact-box__flex {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
@media screen and (max-width: 767.98px) {
  .c-contact-box__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 22px;
    gap: 14px;
  }
}

.c-contact-box-tel {
  border-radius: 5px;
  border: 2px solid #487e88;
  background: #fff;
  height: 101px;
  padding: 11px 33px 12px;
  text-align: center;
  width: 380px;
}
@media screen and (max-width: 767.98px) {
  .c-contact-box-tel {
    border-radius: 4.201px;
    width: 100%;
    height: 84.865px;
    padding: 7px clamp(10px, 4.83vw, 20px) 10px;
  }
}

.c-contact-box-tel__txt {
  color: #487e88;
  text-align: center;
  font-size: 15.364px;
  font-weight: 700;
  line-height: 1.51;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .c-contact-box-tel__txt {
    font-size: 12.91px;
  }
}

.c-contact-box-tel__tel {
  margin-top: -7px;
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP";
  font-style: normal;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.09em;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .c-contact-box-tel__tel {
    margin-top: -3px;
  }
}
.c-contact-box-tel__tel span {
  font-size: 16.035px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .c-contact-box-tel__tel span {
    font-size: 13.474px;
  }
}
.c-contact-box-tel__tel a {
  font-size: 30.863px;
}
@media screen and (max-width: 767.98px) {
  .c-contact-box-tel__tel a {
    font-size: clamp(16px, 6.26vw, 25.932px);
    letter-spacing: 0.1em;
    margin-left: -2px;
  }
}

.c-contact-box-tel__time {
  color: #000;
  font-size: 10.859px;
  line-height: 1.31;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .c-contact-box-tel__time {
    font-size: 9.125px;
    font-weight: 350;
    margin-top: 3px;
  }
}

@media screen and (max-width: 767.98px) {
  .c-contact-box-btn {
    max-width: 100%;
  }
}

.c-service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 12px;
}
@media screen and (max-width: 767.98px) {
  .c-service__inner {
    gap: 0.5625rem 0.3125rem;
  }
}

.c-service {
  border-radius: 2.823px;
  background: #487e88;
  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;
  padding: 0 16px 0 40px;
  height: 32.622px;
  color: #fff;
  font-size: 16.938px;
  font-weight: 700;
  line-height: 1.31;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .c-service {
    font-size: 0.6352rem;
    height: 1.2233rem;
    padding: 0 0.6875rem 0 1.5625rem;
  }
}
.c-service::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  left: 11px;
  background: url(../img/issue-check-w.png) no-repeat center center/contain;
}
@media screen and (max-width: 767.98px) {
  .c-service::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.c-hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-hover:hover {
  opacity: 0.7;
}

.p-header {
  height: 85px;
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .p-header {
    height: 56px;
  }
}

.p-header__inner {
  height: 100%;
  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;
}
@media screen and (max-width: 767.98px) {
  .p-header__inner {
    padding: 0 clamp(10px, 4.35vw, 18px);
  }
}

.p-header-title {
  margin-left: clamp(0px, 7.3vw, 123px);
  color: #373737;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  line-height: 1.31;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767.98px) {
  .p-header-title {
    margin-left: 7px;
  }
}

.p-header-title__top {
  font-size: 9px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-header-title__top {
    font-size: 5.69px;
  }
}

.p-header-title__main {
  margin-top: 3px;
  font-size: 19px;
}
@media screen and (max-width: 767.98px) {
  .p-header-title__main {
    margin-top: -4px;
    font-size: clamp(8px, 2.9vw, 12.012px);
  }
}

.p-header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header-contact__txt {
  border-radius: 2px;
  border: 1px solid #65b9cb;
  height: 22.116px;
  color: #65b9cb;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.51;
  letter-spacing: 0.08em;
  padding: 2px 12px;
}
@media screen and (max-width: 767.98px) {
  .p-header-contact__txt {
    border-radius: 1.149px;
    padding: 1px 6px 2px;
    font-size: 6.895px;
    height: 12.707px;
  }
}

.p-header-contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #555;
  position: relative;
  right: -3px;
}
.p-header-contact__tel span {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .p-header-contact__tel span {
    font-size: 10.342px;
  }
}
.p-header-contact__tel a {
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767.98px) {
  .p-header-contact__tel a {
    font-size: 14.364px;
  }
}

.p-header-contact__time {
  text-align: right;
  color: #565656;
  font-size: 11px;
  font-weight: 350;
  line-height: 1.31;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767.98px) {
  .p-header-contact__time {
    font-size: 7.32px;
  }
}

@media screen and (max-width: 767.98px) {
  .p-fv__inner {
    padding: 0 13px;
  }
}

.p-fv__bg {
  max-width: 1640px;
  height: 728px;
  background: url(../img/fv-bg.webp) no-repeat center top/cover;
  border-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-fv__bg {
    height: 648px;
    height: clamp(580px, 40.5rem, 730px);
    border-radius: 40px;
    background: url(../img/fv-bg.webp) no-repeat 18% top/cover;
    overflow: visible;
  }
}

.p-fv__bg-inner {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-fv__bg-inner {
    max-width: 25.875rem;
    margin: auto;
  }
}
.p-fv__bg-inner::before {
  content: "";
  position: absolute;
  top: clamp(-41px, -2.44vw, 0px);
  left: clamp(0px, 7.62vw, 128px);
  width: 390.688px;
  height: 299.157px;
  -webkit-transform: rotate(-1.604deg);
          transform: rotate(-1.604deg);
  background: url(../img/fv-q-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767.98px) {
  .p-fv__bg-inner::before {
    display: none;
  }
}

.p-fv_q {
  position: absolute;
  left: 30px;
  top: clamp(-18px, -1.07vw, 0px);
  width: clamp(150px, 21.9vw, 368px);
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  .p-fv_q {
    left: clamp(0px, 9.23vw, 155px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-fv_q {
    width: 232px;
    top: -7px;
    left: 23px;
  }
}

.p-fv__img {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 400px;
}
@media screen and (min-width: 900px) {
  .p-fv__img {
    right: clamp(30px, 7.5vw, 126px);
    width: clamp(400px, 51vw, 500px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-fv__img {
    right: -12px;
    bottom: -75px;
    -webkit-clip-path: inset(0 12px 0 0);
            clip-path: inset(0 12px 0 0);
    position: absolute;
    z-index: -1;
    width: clamp(200px, 18.5625rem, 434px);
  }
}

.p-fv-main {
  width: clamp(400px, 53vw, 800px);
  position: relative;
  z-index: 2;
  padding-top: 66px;
  height: 100%;
  right: 0;
  margin-left: 0;
  padding-left: 20px;
}
@media screen and (min-width: 900px) {
  .p-fv-main {
    margin-left: auto;
    right: clamp(0px, 42vw, 469px);
    padding-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-fv-main {
    width: 100%;
    padding-top: 48px;
    padding-left: 0;
  }
}

.p-fv-main__ttl1 {
  position: relative;
  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;
  color: #373737;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(30px, 3.5vw, 60px);
  font-weight: 600;
  line-height: 1.31;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-fv-main__ttl1 {
    font-size: 23.639px;
    max-width: 334px;
    letter-spacing: 0.16em;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-fv-main__ttl1::before, .p-fv-main__ttl1::after {
  content: "";
  height: 1.459px;
  background: #373737;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .p-fv-main__ttl1::before, .p-fv-main__ttl1::after {
    height: 1px;
    margin-top: 0;
  }
}
.p-fv-main__ttl1::before {
  margin-right: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-fv-main__ttl1::before {
    margin-right: 6px;
  }
}
.p-fv-main__ttl1::after {
  margin-left: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-fv-main__ttl1::after {
    margin-left: 6px;
  }
}

.p-fv-main__ttl2 {
  margin-top: 17px;
  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: 17px;
}
@media screen and (max-width: 767.98px) {
  .p-fv-main__ttl2 {
    gap: 10px;
    max-width: 366px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-fv-main__ttl2 img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 408px;
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .p-fv-main__ttl2 img {
    max-width: 10.625rem;
  }
}
.p-fv-main__ttl2 span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #373737;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(40px, 5.8vw, 99px);
  font-weight: 600;
  line-height: 1.31;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .p-fv-main__ttl2 span {
    font-size: clamp(24px, 2.6227rem, 41.963px);
  }
}

.p-fv-main__contents {
  margin-top: 16px;
}
@media screen and (max-width: 767.98px) {
  .p-fv-main__contents {
    margin-top: 1.75rem;
    padding-left: 21px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

.p-fv-main__services {
  gap: 8px 10px;
}
@media screen and (max-width: 767.98px) {
  .p-fv-main__services {
    max-width: 10.75rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0.2687rem;
  }
}

.p-fv-main__service {
  padding: 0 14px 0 40px;
}
@media screen and (max-width: 767.98px) {
  .p-fv-main__service {
    height: 1.4125rem;
    padding: 0 0.8125rem 0 1.9375rem;
    font-size: 0.7352rem;
    white-space: nowrap;
  }
  .p-fv-main__service:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-fv-main__service:nth-of-type(2) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .p-fv-main__service:nth-of-type(3) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .p-fv-main__service:nth-of-type(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-fv-main__service:nth-of-type(5) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .p-fv-main__service:nth-of-type(6) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-fv-main__service:nth-of-type(7) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .p-fv-main__service:nth-of-type(8) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .p-fv-main__service::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.p-fv-main__contact-box {
  margin: 26px auto 0;
  padding: 23px clamp(20px, 2.8vw, 46px) 29px;
}
@media screen and (max-width: 767.98px) {
  .p-fv-main__contact-box {
    margin: 28px 18px 0;
    padding: 22px clamp(12px, 5.56vw, 23px) 22px;
  }
}
.p-fv-main__contact-box .c-contact-box__flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .p-fv-main__contact-box .c-contact-box__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 767.98px) {
  .p-fv-main__contact-box .c-contact-box__flex {
    margin-top: 14px;
    gap: 9px;
  }
}
.p-fv-main__contact-box .c-contact-box-tel {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-fv-main__contact-box .c-contact-box-tel {
    width: 380px;
  }
}
.p-fv-main__contact-box .c-contact-box-tel__txt {
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .p-fv-main__contact-box .c-contact-box-tel__txt {
    font-size: clamp(14px, 0.96vw, 16px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-fv-main__contact-box .c-contact-box-tel__txt {
    font-size: 12.91px;
  }
}
.p-fv-main__contact-box .c-contact-box-tel__tel a {
  font-size: 30.863px;
}
@media screen and (min-width: 900px) {
  .p-fv-main__contact-box .c-contact-box-tel__tel a {
    font-size: clamp(16px, 2.2vw, 30.863px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-fv-main__contact-box .c-contact-box-tel__tel a {
    font-size: clamp(16px, 6.26vw, 25.932px);
  }
}
.p-fv-main__contact-box .c-contact-box-btn {
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .p-fv-main__contact-box .c-contact-box-btn {
    width: 232px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-fv-main__contact-box .c-contact-box-btn {
    height: 70px;
  }
}
.p-fv-main__contact-box .c-contact-box-btn span {
  font-size: 18px;
}
@media screen and (min-width: 900px) {
  .p-fv-main__contact-box .c-contact-box-btn span {
    font-size: clamp(14px, 1.72vw, 18px);
  }
}

.p-issue {
  margin-top: 115px;
  padding-bottom: 138px;
}
@media screen and (max-width: 767.98px) {
  .p-issue {
    margin-top: 8.5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-issue-q__inner {
    padding: 0 16px;
  }
}

.p-issue-q__ttl-inner {
  text-align: center;
  position: relative;
}

.p-issue-q__ttl-bg {
  position: absolute;
  top: -151px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-issue-q__ttl-bg {
    top: clamp(-92.8897px, -5.8rem, -30px);
  }
}

.p-issue-q__ttl {
  font-size: 28px;
}
@media screen and (max-width: 767.98px) {
  .p-issue-q__ttl {
    font-size: clamp(14px, 1.12rem, 18px);
  }
}
.p-issue-q__ttl span {
  color: #68aab8;
}

.p-issue-q__lists {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(20px, 5.12vw, 86px);
  margin-left: clamp(0px, 2.5vw, 42px);
}
@media screen and (max-width: 767.98px) {
  .p-issue-q__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 51px;
    margin-left: auto;
    gap: 0.3rem;
    max-width: 414px;
    margin-right: auto;
  }
}

.p-issue-q-list {
  width: 336px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-issue-q-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 1.8rem;
    text-align: left;
  }
}
.p-issue-q-list--1 {
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-issue-q-list--1 {
    margin-top: 0;
  }
}
.p-issue-q-list--1 .p-issue-q-list__img {
  width: 96%;
}
@media screen and (max-width: 767.98px) {
  .p-issue-q-list--1 .p-issue-q-list__img {
    width: 100%;
    aspect-ratio: 186/168;
  }
}
.p-issue-q-list--1 .p-issue-q-list__txt {
  margin-top: -27px;
}
@media screen and (max-width: 767.98px) {
  .p-issue-q-list--1 .p-issue-q-list__txt {
    margin-top: -1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-issue-q-list--2 {
  margin-top: 57px;
}
@media screen and (max-width: 767.98px) {
  .p-issue-q-list--2 {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767.98px) {
  .p-issue-q-list--2 .p-issue-q-list__img {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
  }
}
.p-issue-q-list--2 .p-issue-q-list__txt {
  margin-top: -8px;
}
@media screen and (max-width: 767.98px) {
  .p-issue-q-list--2 .p-issue-q-list__txt {
    margin-top: 0;
    position: relative;
    left: 2rem;
  }
}
.p-issue-q-list--3 .p-issue-q-list__img {
  width: 93%;
}
@media screen and (max-width: 767.98px) {
  .p-issue-q-list--3 .p-issue-q-list__img {
    width: 100%;
  }
  .p-issue-q-list--3 .p-issue-q-list__img img {
    width: 93%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-issue-q-list--3 .p-issue-q-list__txt {
    margin-top: -11px;
  }
}

.p-issue-q-list__img {
  aspect-ratio: 1/1;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-issue-q-list__img {
    margin: 0;
    width: 100%;
    -webkit-box-flex: 1.12;
        -ms-flex: 1.12;
            flex: 1.12;
  }
}

.p-issue-q-list__img-txt1,
.p-issue-q-list__img-txt2,
.p-issue-q-list__img-txt3 {
  position: absolute;
  text-shadow: 0px 0px 16.6px rgba(255, 255, 255, 0.16);
  font-size: clamp(20px, 4.37vw, 48.027px);
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, from(#84b7c2), to(#1d5865));
  background: linear-gradient(180deg, #84b7c2 0%, #1d5865 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767.98px) {
  .p-issue-q-list__img-txt1,
  .p-issue-q-list__img-txt2,
  .p-issue-q-list__img-txt3 {
    font-size: 1.4091rem;
    font-size: clamp(14px, 1.4091rem, 22.545px);
  }
}

.p-issue-q-list__img-txt1 {
  top: 1px;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .p-issue-q-list__img-txt1 {
    top: 4px;
    left: 6px;
  }
}

.p-issue-q-list__img-txt2 {
  top: -6px;
  right: 35px;
}
@media screen and (max-width: 767.98px) {
  .p-issue-q-list__img-txt2 {
    top: 0px;
    right: 35px;
  }
}

.p-issue-q-list__img-txt3 {
  top: 46px;
  right: -6px;
}

.p-issue-q-list__txt {
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767.98px) {
  .p-issue-q-list__txt {
    font-size: clamp(14px, 1.0625rem, 17px);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-issue-q-list__txt span {
  color: #68aab8;
}

.p-issue-a {
  margin-top: -50px;
  padding-bottom: 143px;
  background: url(../img/issue-bg_pc.webp) no-repeat center top/cover;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a {
    margin-top: 2.6875rem;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-issue-a {
    background: url(../img/issue-bg_sp.webp) no-repeat center top/100% 100%;
  }
}

.p-issue-a__inner {
  max-width: 1070px;
  padding-top: 131px;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a__inner {
    padding-top: 9px;
  }
}

.p-issue-a__ttl-inner {
  text-align: center;
}

.p-issue-a__ttl-1 {
  font-size: 40px;
  line-height: 1.31;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a__ttl-1 {
    font-size: 1.3101rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
.p-issue-a__ttl-1 span {
  color: #68aab8;
}
.p-issue-a__ttl-1::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 16px;
  background: url(../img/issue-ttl-underline.png) no-repeat center center/50%;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a__ttl-1::before {
    bottom: -14px;
    width: 200%;
  }
}

.p-issue-a__ttl-2 {
  margin-top: 48px;
  font-family: "Shippori Mincho", serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 1.49;
  letter-spacing: 0.16em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a__ttl-2 {
    margin-top: 13.4px;
    font-size: 1.0809rem;
  }
}

.p-issue-a__ttl-3 {
  position: relative;
  z-index: 1;
  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;
  margin-top: 16px;
  gap: 16px;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a__ttl-3 {
    margin-top: 7px;
    gap: 9px;
  }
}
.p-issue-a__ttl-3::before, .p-issue-a__ttl-3::after {
  content: "";
  position: absolute;
  top: -67%;
  width: clamp(80px, 18.48vw, 194.658px);
  aspect-ratio: 194.658/173.619;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a__ttl-3::before, .p-issue-a__ttl-3::after {
    width: 5.3rem;
    top: -64px;
    -webkit-transform: none;
            transform: none;
  }
}
.p-issue-a__ttl-3::before {
  left: 20px;
  background: url(../img/issue-ttl-left.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a__ttl-3::before {
    left: -2.1rem;
  }
}
.p-issue-a__ttl-3::after {
  right: 20px;
  background: url(../img/issue-ttl-right.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a__ttl-3::after {
    right: -2.1rem;
  }
}
.p-issue-a__ttl-3 img {
  width: 100%;
  max-width: 365px;
  aspect-ratio: 365/147;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a__ttl-3 img {
    max-width: 11.9375rem;
  }
}
.p-issue-a__ttl-3 span {
  font-family: "Shippori Mincho", serif;
  font-size: 62.854px;
  font-weight: 600;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a__ttl-3 span {
    font-size: 2.0587rem;
  }
}
.p-issue-a__ttl-3 span.p-issue-a__ttl-3--e {
  font-size: 53.95px;
  display: inline-block;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  margin-left: -10px;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a__ttl-3 span.p-issue-a__ttl-3--e {
    font-size: 1.7671rem;
    margin-left: -4px;
  }
}

.p-issue-a__main-img {
  max-width: 787px;
  aspect-ratio: 787/461;
  margin: -127px auto 0;
  position: relative;
  left: 75px;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a__main-img {
    left: 13px;
    max-width: 105%;
    width: 23.4375rem;
    margin: -64px auto 0;
    aspect-ratio: 339/287;
  }
}

.p-issue-a-box {
  border-radius: 37.804px;
  opacity: 0.9;
  background: #fff;
  padding: 46px 84px 42px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a-box {
    border-radius: 18px;
    padding: 30px 22px 25px;
  }
}

.p-issue-a-box__ttl {
  color: #134c59;
  font-size: 28.852px;
  font-weight: 900;
  line-height: 1.31;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #134c59;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-bottom: 9px;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a-box__ttl {
    font-size: 18.56px;
    padding-bottom: 6px;
  }
}

.p-issue-a-box__head-txt {
  margin: 34px auto 0;
  color: #134c59;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24.855px;
  font-weight: 900;
  line-height: 1.31;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a-box__head-txt {
    margin: 21.7px auto 0;
    font-size: 17.896px;
  }
}
.p-issue-a-box__head-txt::before, .p-issue-a-box__head-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22.45px;
  height: 28.864px;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a-box__head-txt::before, .p-issue-a-box__head-txt::after {
    width: 20px;
    height: 23px;
  }
}
.p-issue-a-box__head-txt::before {
  left: -40px;
  background: url(../img/issue-box-ttl-left.png) no-repeat center center/contain;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a-box__head-txt::before {
    left: -27px;
  }
}
.p-issue-a-box__head-txt::after {
  right: -40px;
  background: url(../img/issue-box-ttl-right.png) no-repeat center center/contain;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a-box__head-txt::after {
    right: -27px;
  }
}

.p-issue-a-box__lists {
  margin-top: 33px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a-box__lists {
    max-width: 14.1875rem;
    margin-top: 1.1725rem;
    margin-bottom: 0.725rem;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10.88px 14.31px;
  }
}

.p-issue-a-box__list {
  width: 100%;
  max-width: 168.701px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a-box__list {
    max-width: 6.625rem;
  }
}

.p-issue-a-box__txt {
  font-size: 17.012px;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a-box__txt {
    font-size: 0.9375rem;
    font-size: clamp(12px, 0.9375rem, 17.012px);
  }
}
.p-issue-a-box__txt span {
  color: #68aab8;
}

.p-issue-a-service {
  margin-top: 21.83px;
  border-radius: 23.628px;
  border: 1.89px solid #487e88;
  padding: 32px 25px 42px;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a-service {
    margin-top: 22px;
    border-radius: 23.628px;
    padding: 25px 20px 27px;
  }
}

.p-issue-a-service__txt {
  color: #134c59;
  font-size: 24.573px;
  font-weight: 900;
  line-height: 1.31;
  letter-spacing: 0.14em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-left: 40px;
  padding-bottom: 11px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a-service__txt {
    font-size: 16px;
    padding-bottom: 1em;
    padding-left: 27px;
    white-space: nowrap;
  }
}
.p-issue-a-service__txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45.365px;
  height: 1.89px;
  background: #134c59;
}
.p-issue-a-service__txt::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
  width: 33px;
  height: 30px;
  left: 0px;
  background: url(../img/issue-check-gr.png) no-repeat center center/contain;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a-service__txt::before {
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-89%);
            transform: translateY(-89%);
  }
}

.p-issue-a-service__lists {
  margin-top: 24px;
}
@media screen and (max-width: 767.98px) {
  .p-issue-a-service__lists {
    margin-top: 1.16rem;
  }
}

.p-profile {
  margin-top: -55px;
}
@media screen and (max-width: 767.98px) {
  .p-profile {
    margin-top: -94px;
  }
}

.p-profile__inner {
  max-width: 1226px;
  padding-bottom: 97px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-profile__inner {
    padding-bottom: 41px;
  }
}

.p-profile__head-en {
  color: #68aab8;
  font-family: "Shippori Mincho", serif;
  font-size: 11.9px;
  font-weight: 500;
  line-height: 1.61;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-profile__head-en {
    font-size: 11.9px;
  }
}

.p-profile__head-job {
  color: #134c59;
  font-family: "Shippori Mincho", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.61;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 767.98px) {
  .p-profile__head-job {
    font-size: 21px;
    margin-top: 4px;
  }
}

.p-profile__ttl-inner {
  margin-top: 14px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .p-profile__ttl-inner {
    margin-top: 42px;
  }
}

.p-profile__ttl {
  font-size: 40.723px;
  letter-spacing: 0.11em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .p-profile__ttl {
    font-size: clamp(16px, 1.0625rem, 17px);
  }
}
.p-profile__ttl span {
  color: #68aab8;
}

.p-profile__ttl-bg {
  position: absolute;
  right: clamp(-330px, -19.64vw, 0px);
  bottom: clamp(-23px, -1.37vw, 0px);
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767.98px) {
  .p-profile__ttl-bg {
    font-size: 69.833px;
    right: -54px;
    bottom: 6px;
  }
}

.p-profile__flex {
  margin-top: 91px;
  margin-left: clamp(-133px, -7.92vw, 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .p-profile__flex {
    margin-top: -73px;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-profile__img {
  border-radius: 20px;
  -webkit-box-flex: 610;
      -ms-flex: 610;
          flex: 610;
  aspect-ratio: 436/513;
  position: relative;
  right: clamp(-133px, -7.92vw, 0px);
  top: -43px;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .p-profile__img {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    top: 113px;
    right: 0;
    max-width: 16.1875rem;
  }
}

.p-profile-main {
  -webkit-box-flex: 883;
      -ms-flex: 883;
          flex: 883;
  background: #f6fcfd;
  padding: 29px clamp(10px, 3.51vw, 59px) 58px clamp(30px, 11.31vw, 190px);
  color: #232323;
  font-family: "Shippori Mincho", serif;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-profile-main {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 21.3125rem;
    margin-left: auto;
    padding: 102px 17px 43px 21px;
  }
}

.p-profile-main__head-txt {
  font-weight: 600;
  line-height: 1.61;
  letter-spacing: 0.07em;
  position: absolute;
  top: -22px;
  left: clamp(30px, 11.31vw, 190px);
}
@media screen and (max-width: 767.98px) {
  .p-profile-main__head-txt {
    position: relative;
    top: 0;
    left: 0;
    font-size: 12.488px;
    z-index: 3;
  }
}

@media screen and (max-width: 767.98px) {
  .p-profile-main__ttl-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3px;
  }
}

.p-profile-main__head-job {
  margin-top: 11px;
  border-radius: 2px;
  background: #134c59;
  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;
  width: 114px;
  height: 28px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767.98px) {
  .p-profile-main__head-job {
    width: 88.98px;
    height: 21.855px;
    font-size: 12.488px;
    margin-top: 0;
  }
}

.p-profile-main__ttl {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.61;
  letter-spacing: 0.08em;
  margin-top: -8px;
}
@media screen and (max-width: 767.98px) {
  .p-profile-main__ttl {
    font-size: 20px;
    margin-top: -3px;
  }
}

.p-profile__lists {
  margin-top: 13px;
}

.p-profile-list--1 {
  position: relative;
}
.p-profile-list--2 {
  margin-top: 16px;
}
.p-profile-list--3 {
  margin-top: 33px;
}
@media screen and (max-width: 767.98px) {
  .p-profile-list--3 {
    margin-top: 26px;
  }
}

.p-profile-list__ttl {
  font-size: 13.274px;
  line-height: 1.3;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767.98px) {
  .p-profile-list__ttl {
    font-size: 15px;
    line-height: 1.5;
  }
}
.p-profile-list__ttl--3 {
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .p-profile-list__ttl--3 {
    font-size: 15px;
  }
}

.p-profile-list__txt {
  font-size: 11.799px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-left: 0.6em;
}
@media screen and (max-width: 767.98px) {
  .p-profile-list__txt {
    font-size: 12.799px;
  }
}
.p-profile-list__txt:first-of-type {
  margin-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .p-profile-list__txt:first-of-type {
    margin-top: 6px;
  }
}
.p-profile-list__txt--3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767.98px) {
  .p-profile-list__txt--3 {
    font-size: 14px;
    line-height: 1.78;
    letter-spacing: 0.03em;
  }
}

.p-profile-list__book {
  position: absolute;
  right: clamp(0px, 3.87vw, 65px);
  bottom: -27px;
  width: 72px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767.98px) {
  .p-profile-list__book {
    width: 51px;
    right: 17px;
    bottom: clamp(-56px, -3.5rem, -40px);
  }
}

.p-support {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 248, 255, 0)), color-stop(11.54%, rgba(233, 248, 255, 0.57)), to(rgba(198, 235, 231, 0.7)));
  background: linear-gradient(180deg, rgba(233, 248, 255, 0) 0%, rgba(233, 248, 255, 0.57) 11.54%, rgba(198, 235, 231, 0.7) 100%);
  position: relative;
  padding-bottom: 286px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-support {
    padding-bottom: 0px;
  }
}
.p-support::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1680/550;
  top: 0;
  background: url(../img/support-bg-top_pc.webp) no-repeat center top/contain;
}
@media screen and (max-width: 767.98px) {
  .p-support::before {
    background: url(../img/support-bg-top_sp.webp) no-repeat center top/contain;
    aspect-ratio: 414/250;
  }
}

.p-support__bg-b {
  position: absolute;
  width: 100%;
  height: 1196px;
  bottom: 303px;
  z-index: -1;
  background: url(../img/support-bg-bottom.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767.98px) {
  .p-support__bg-b {
    height: 1097px;
    bottom: 385px;
  }
}

.p-support__bg-txt {
  position: absolute;
  bottom: 245px;
  right: -22px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .p-support__bg-txt {
    position: relative;
    font-size: 78.077px;
    bottom: 48px;
    right: -3.3125rem;
  }
}

.p-support__inner {
  max-width: 1058px;
  padding-top: 478px;
  padding-bottom: 99px;
}
@media screen and (max-width: 767.98px) {
  .p-support__inner {
    padding-top: 12.5rem;
    padding-bottom: 0px;
  }
}

.p-support__head-inner {
  position: relative;
  text-align: center;
}

.p-support__head-bg {
  position: absolute;
  bottom: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-support__head-bg {
    font-size: 84.505px;
    font-size: clamp(50px, 5.2816rem, 85px);
  }
}

.p-support__head-txt {
  font-size: 31.07px;
  line-height: 1.31;
  letter-spacing: 0.12em;
  max-width: 626px;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .p-support__head-txt {
    max-width: 400px;
    font-size: clamp(14px, 1.132rem, 18.112px);
  }
}
.p-support__head-txt span {
  color: #68aab8;
}

.p-support__ttl-inner {
  text-align: center;
  color: #134c59;
  margin-top: 23px;
  margin-left: 60px;
}
@media screen and (max-width: 767.98px) {
  .p-support__ttl-inner {
    margin-top: 11px;
    margin-left: 15px;
  }
}

.p-support__ttl1 {
  font-size: 33.975px;
  line-height: 1.31;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-support__ttl1 {
    font-size: 19.806px;
  }
}
.p-support__ttl1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 86.667px;
  height: 82.655px;
  background: url(../img/bg-circle-w.webp) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-support__ttl1::before {
    width: 55.459px;
    height: 52.892px;
    -webkit-transform: translate(-95%, -50%);
            transform: translate(-95%, -50%);
  }
}
.p-support__ttl1 span {
  font-size: 54.975px;
  margin-right: 9px;
}
@media screen and (max-width: 767.98px) {
  .p-support__ttl1 span {
    font-size: 32.047px;
    margin-right: 5px;
  }
}

.p-support__ttl2 {
  margin-top: 10px;
  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: 14px;
}
@media screen and (max-width: 767.98px) {
  .p-support__ttl2 {
    margin-top: 6px;
    gap: 8px;
  }
}
.p-support__ttl2 img {
  max-width: 168px;
}
@media screen and (max-width: 767.98px) {
  .p-support__ttl2 img {
    max-width: 6.1531rem;
  }
}
.p-support__ttl2 .p-support__ttl2-txt {
  font-size: 41.975px;
  line-height: 1.31;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767.98px) {
  .p-support__ttl2 .p-support__ttl2-txt {
    font-size: 1.52rem;
  }
}
.p-support__ttl2 .p-support__ttl2-txt--f {
  font-size: 47.165px;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .p-support__ttl2 .p-support__ttl2-txt--f {
    font-size: 1.7184rem;
  }
}

.p-support__lists {
  margin-top: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 98px;
}
@media screen and (max-width: 767.98px) {
  .p-support__lists {
    margin-top: 88px;
    margin-left: auto;
    margin-right: auto;
    gap: 85px;
    max-width: 19.6rem;
  }
}

.p-support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 3.75vw, 63px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-support-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-right: 15px;
    position: relative;
  }
}
.p-support-list--2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
  .p-support-list--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-left: 15px;
  }
}

.p-support-list__img {
  position: relative;
  max-width: 418px;
  aspect-ratio: 418/319;
  -webkit-box-flex: 418;
      -ms-flex: 418;
          flex: 418;
  border-radius: 30px;
}
@media screen and (max-width: 767.98px) {
  .p-support-list__img {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 299/228;
  }
}

.p-support-list__num {
  position: absolute;
  width: 114px;
  top: -66px;
  left: clamp(-35px, -2.08vw, 0px);
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .p-support-list__num {
    width: 79.193px;
    top: -45px;
    left: -22px;
  }
}
.p-support-list__num--2 {
  left: auto;
  right: clamp(-28px, -1.67vw, 0px);
}
@media screen and (max-width: 767.98px) {
  .p-support-list__num--2 {
    right: -25px;
  }
}

.p-support-list__body {
  position: relative;
  -webkit-box-flex: 523;
      -ms-flex: 523;
          flex: 523;
  z-index: 3;
  margin-right: 10px;
}
@media screen and (max-width: 767.98px) {
  .p-support-list__body {
    position: static;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-left: 8px;
  }
}
.p-support-list__body::before {
  content: "";
  position: absolute;
  border-radius: 326.018px;
  opacity: 0.69;
  z-index: -1;
  background: #fff;
  -webkit-filter: blur(103.5477981567px);
          filter: blur(103.5477981567px);
  width: 326.018px;
  height: 326.018px;
  -webkit-transform: rotate(-1.604deg);
          transform: rotate(-1.604deg);
  left: 0;
  bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-support-list__body::before {
    width: 0;
  }
}
.p-support-list__body--2 {
  margin-left: clamp(0px, 2.5vw, 42px);
  margin-right: 0;
  -webkit-box-flex: 500;
      -ms-flex: 500;
          flex: 500;
}
@media screen and (max-width: 767.98px) {
  .p-support-list__body--2 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.p-support-list__body--2::before {
  left: 30px;
}
.p-support-list__body--3::before {
  left: -60px;
}

.p-support-list__word {
  position: absolute;
  width: clamp(60px, 11vw, 124px);
  top: clamp(-67px, -3.99vw, 0px);
  right: 6px;
}
@media screen and (max-width: 767.98px) {
  .p-support-list__word {
    width: 113px;
    top: -55px;
    right: -34px;
  }
}
.p-support-list__word--2 {
  top: -26px;
  right: clamp(0px, 3.33vw, 56px);
}
@media screen and (max-width: 767.98px) {
  .p-support-list__word--2 {
    top: -48px;
    right: auto;
    left: -29px;
    width: 117px;
  }
}
.p-support-list__word--3 {
  width: clamp(60px, 16vw, 166px);
  top: -40px;
  right: clamp(0px, 3.69vw, 62px);
}
@media screen and (max-width: 767.98px) {
  .p-support-list__word--3 {
    width: 162px;
    top: -62px;
    right: -39px;
  }
}

.p-support-list__ttl {
  color: #134c59;
  font-size: 31.788px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-support-list__ttl {
    font-size: 20.788px;
    letter-spacing: 0.06em;
  }
}
.p-support-list__ttl span {
  -webkit-text-decoration: underline solid #fffeab 0.5em;
          text-decoration: underline solid #fffeab 0.5em;
  text-underline-offset: -0.4em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.p-support-list__txt {
  margin-top: 23px;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-support-list__txt {
    margin-top: 8px;
    font-size: 14px;
  }
}

.p-support__contact-box {
  margin: 50px auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-support__contact-box {
    margin: 24px auto 0;
  }
}

.p-voice {
  border-radius: 200px 0px 0px 0px;
  background: url(../img/voice-bg-b_pc.webp) #fff no-repeat center bottom/contain;
  margin-top: -286px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-voice {
    border-radius: 60px 0px 0px 0px;
    margin-top: -60px;
    background: url(../img/voice-bg-b_sp.webp) #fff no-repeat center bottom/contain;
  }
}
.p-voice::before {
  content: "";
  position: absolute;
  width: clamp(200px, 33.51vw, 563px);
  aspect-ratio: 563/461;
  top: 36px;
  right: 0;
  background: url(../img/voice-bg-t.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767.98px) {
  .p-voice::before {
    width: 374px;
    top: 170px;
    right: -7px;
  }
}

.p-voice__inner {
  padding: 115px 0 162px;
}
@media screen and (max-width: 767.98px) {
  .p-voice__inner {
    padding: 64px 25px 119px;
  }
}

.p-voice__ttl-inner {
  position: relative;
}

.p-voice__ttl-bg {
  position: absolute;
  font-size: 140.963px;
  letter-spacing: 0.06em;
  top: -72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-voice__ttl-bg {
    font-size: clamp(80px, 7.1936rem, 115.097px);
    letter-spacing: 0.07em;
    top: -49px;
  }
}

.p-voice__ttl-sub {
  font-size: 27.269px;
  line-height: 1.31;
  letter-spacing: 0.12em;
  margin: auto;
  max-width: 618px;
}
@media screen and (max-width: 767.98px) {
  .p-voice__ttl-sub {
    font-size: clamp(14px, 1.1811rem, 18.898px);
    text-align: center;
    max-width: 366px;
  }
}
.p-voice__ttl-sub::before, .p-voice__ttl-sub::after {
  background: #134c59;
}
.p-voice__ttl-sub::before {
  margin-right: 7px;
}
.p-voice__ttl-sub::after {
  margin-left: 12px;
}

.p-voice__ttl {
  margin-top: 20px;
  color: #134c59;
  text-align: center;
  font-size: 50px;
  line-height: 1.51;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767.98px) {
  .p-voice__ttl {
    font-size: 35px;
    margin-top: 12px;
  }
}

.p-voice__swiper {
  margin-top: 92px;
}
@media screen and (max-width: 767.98px) {
  .p-voice__swiper {
    margin-top: 24px;
    width: 100vw;
    margin-left: -25px;
    margin-right: -25px;
    display: block;
  }
}

.p-voice-slide {
  width: 858px;
  padding: 50px 68px 60px;
  border-radius: 18.691px;
  background: #e4f2f4;
  -webkit-box-shadow: 0px 0px 14.8px 0px rgba(201, 201, 201, 0.16);
          box-shadow: 0px 0px 14.8px 0px rgba(201, 201, 201, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 42px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-voice-slide {
    width: 316.249px;
    min-height: 472px;
    border-radius: 16.985px;
    -webkit-box-shadow: 0px 0px 13.45px 0px rgba(201, 201, 201, 0.16);
            box-shadow: 0px 0px 13.45px 0px rgba(201, 201, 201, 0.16);
    padding: 30px 24px 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11px;
    position: relative;
    left: clamp(0px, 1.5625rem, 25px);
  }
}
@media screen and (max-width: 374px) {
  .p-voice-slide {
    left: 0;
  }
}

.p-voice-slide__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}

.p-voice-slide__img {
  width: 257px;
  aspect-ratio: 257/371;
  background-color: #fff;
  -webkit-box-flex: 265;
      -ms-flex: 265;
          flex: 265;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-voice-slide__img {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 120.348px;
    aspect-ratio: 120/173;
  }
}
.p-voice-slide__img::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(3.857deg);
          transform: rotate(3.857deg);
  background: rgba(255, 255, 255, 0.5);
}

.p-voice-slide__open {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  bottom: 25px;
  right: 23px;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .p-voice-slide__open {
    width: 32px;
    height: 32px;
    bottom: 8px;
    right: 11px;
  }
}

.p-voice-slide__body {
  -webkit-box-flex: 435;
      -ms-flex: 435;
          flex: 435;
  margin-top: 5px;
}
@media screen and (max-width: 767.98px) {
  .p-voice-slide__body {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 0;
  }
}

.p-voice-slide__top-txt {
  width: 263px;
  height: 43px;
  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;
  border-radius: 11.607px;
  border: 2.5px solid #fff;
  background: rgba(255, 255, 255, 0.54);
  color: #68aab8;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.98px) {
  .p-voice-slide__top-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 9px;
    width: 128.135px;
    height: 75.427px;
    border-radius: 10.548px;
    border: 2.272px solid #fff;
    font-size: 19.084px;
    gap: 4px;
  }
}
.p-voice-slide__top-txt span {
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .p-voice-slide__top-txt span {
    font-size: 17.266px;
  }
}

.p-voice-slide__ttl {
  margin-top: 18px;
  color: #134c59;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.49;
  letter-spacing: 0.09em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-voice-slide__ttl {
    font-size: 16.358px;
    margin-top: 0;
  }
}
.p-voice-slide__ttl::before {
  content: "";
  position: absolute;
  width: 128px;
  height: 1.131px;
  background: #134c59;
  bottom: -17px;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .p-voice-slide__ttl::before {
    bottom: -14px;
    width: 116.321px;
  }
}
.p-voice-slide__ttl--n {
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .p-voice-slide__ttl--n {
    white-space: wrap;
  }
}

.p-voice-slide__txt {
  margin-top: 27px;
  color: #232323;
  line-height: 2.06;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-voice-slide__txt {
    margin-top: 28px;
    font-size: 12.723px;
  }
}

.p-voice-slide__bg {
  position: absolute;
  bottom: -25px;
  right: -3px;
  width: 242px;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-voice-slide__bg {
    bottom: 50%;
    -webkit-transform: translateY(27%);
            transform: translateY(27%);
    right: -15px;
    width: 150px;
  }
}

.popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background: #000;
  z-index: 20;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 30;
  margin: auto;
  max-width: 535px;
  max-height: 80%;
  aspect-ratio: 535/773;
}
@media screen and (max-width: 767.98px) {
  .popup {
    height: 60%;
  }
}

.popup__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.popup__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.popup__close {
  position: absolute;
  width: 55.313px;
  border-radius: 40px;
  aspect-ratio: 1/1;
  top: -20px;
  right: -20px;
}

.p-de {
  margin-top: -1px;
  padding-top: 138px;
  padding-bottom: 104px;
  border-radius: 0px 0px 150px 150px;
  background: linear-gradient(137deg, rgba(198, 235, 231, 0.57) -18.6%, rgba(233, 248, 255, 0.7) 53.96%, rgba(198, 235, 231, 0.7) 105.88%);
}
@media screen and (max-width: 767.98px) {
  .p-de {
    padding-top: 61px;
    padding-bottom: 50px;
    border-radius: 0px 0px 60px 60px;
    background: linear-gradient(137deg, rgba(198, 235, 231, 0.57) -18.6%, rgba(233, 248, 255, 0.7) 53.96%, rgba(198, 235, 231, 0.7) 105.88%);
  }
}

.p-de__ttl-inner {
  position: relative;
  max-width: 970px;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .p-de__ttl-inner {
    max-width: 400px;
  }
}

.p-de__ttl-bg {
  position: absolute;
  font-size: clamp(80px, 14.4vw, 144.963px);
  top: clamp(-139px, -13.9vw, 0px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767.98px) {
  .p-de__ttl-bg {
    font-size: clamp(30px, 3.464rem, 55.424px);
    top: -50px;
  }
}

.p-de__ttl-sub {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.49;
  letter-spacing: 0.16em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-de__ttl-sub {
    font-size: clamp(14px, 1.3037rem, 20.86px);
  }
}
.p-de__ttl-sub::before {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 103.68px;
  height: 2.43px;
  background: #134c59;
}
@media screen and (max-width: 767.98px) {
  .p-de__ttl-sub::before {
    bottom: -26px;
    width: 77.24px;
    height: 1.81px;
  }
}

.p-de__ttl {
  margin-top: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-de__ttl {
    margin-top: 41px;
  }
}
.p-de__ttl span {
  color: #134c59;
}

.p-de__ttl-c {
  position: absolute;
  top: 37px;
  right: clamp(0px, 4.82vw, 81px);
  width: clamp(100px, 12.62vw, 212px);
}
@media screen and (max-width: 767.98px) {
  .p-de__ttl-c {
    right: -12px;
    width: 116px;
    top: 35px;
  }
}

.p-de__lists {
  max-width: 847px;
  margin: 49px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
@media screen and (max-width: 767.98px) {
  .p-de__lists {
    margin: 43px auto 0;
    gap: 57px;
  }
}

.p-de-list {
  border-radius: 30px;
  background: #fff;
  padding: 23px clamp(20px, 3.69vw, 62px) 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-de-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 21.889px;
    padding: 42px 21px 40px;
    gap: 17px;
  }
}

.p-de-box {
  position: absolute;
  top: -13px;
  right: -5px;
  border-radius: 11.502px;
  border: 3.127px solid #134c59;
  background: #fff;
  width: 100px;
  aspect-ratio: 1/1;
  -webkit-transform: rotate(16.665deg);
          transform: rotate(16.665deg);
  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 (max-width: 767.98px) {
  .p-de-box {
    width: clamp(60px, 6.25rem, 100px);
    top: -16px;
    right: 2px;
  }
}

.p-de-box__txt {
  text-align: center;
  font-size: 35.883px;
  line-height: 1.05;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  .p-de-box__txt {
    font-size: clamp(15px, 2.2427rem, 35.883px);
  }
}
.p-de-box__txt span:first-of-type {
  position: relative;
  top: clamp(0px, 0.375rem, 6px);
}
.p-de-box__txt span:last-of-type {
  color: #134c59;
}

.p-de-list__img {
  width: 246px;
  aspect-ratio: 246/237;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-de-list__img {
    width: 11.625rem;
    margin-left: -7px;
  }
}

.p-de-list__head-txt {
  color: #68aab8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18.465px;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767.98px) {
  .p-de-list__head-txt {
    font-size: clamp(14px, 1rem, 16px);
    text-align: center;
  }
}

.p-de-list__ttl {
  margin-top: 5px;
  color: #134c59;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 900px) {
  .p-de-list__ttl {
    font-size: 31.465px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-de-list__ttl {
    margin-top: 3px;
    text-align: center;
    font-size: clamp(16px, 1.375rem, 22px);
    letter-spacing: 0.02em;
  }
}
.p-de-list__ttl--1 {
  letter-spacing: 0.02em;
}

.p-de-list__txt {
  margin-top: 11px;
  color: #232323;
  font-size: 14.44px;
  font-weight: 350;
  line-height: 1.81;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  .p-de-list__txt {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

.p-price {
  padding: 97px 0 81px;
}
@media screen and (max-width: 767.98px) {
  .p-price {
    padding: 66px 0 43px;
  }
}

.p-price__inner {
  max-width: 912px;
}

.p-price__ttl-inner {
  position: relative;
}

.p-price__ttl-bg {
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-price__ttl-bg {
    font-size: clamp(60px, 7.9056rem, 126.49px);
  }
}

.p-price__ttl-sub {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.31;
  letter-spacing: 0.12em;
  max-width: 494px;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .p-price__ttl-sub {
    font-size: clamp(14px, 1.2707rem, 20.331px);
  }
}
.p-price__ttl-sub::before {
  margin-right: 31px;
}
@media screen and (max-width: 767.98px) {
  .p-price__ttl-sub::before {
    margin-right: 8px;
  }
}
.p-price__ttl-sub::after {
  margin-left: 26px;
}
@media screen and (max-width: 767.98px) {
  .p-price__ttl-sub::after {
    margin-left: 8px;
  }
}

.p-price__ttl {
  margin-top: 18px;
  color: #134c59;
  text-align: center;
  font-size: 50px;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767.98px) {
  .p-price__ttl {
    font-size: 35px;
    margin-top: 14px;
  }
}

.p-price-box {
  border-radius: 22.176px;
  border: 2.661px solid #deedf0;
  background: rgba(255, 255, 255, 0.22);
  -webkit-box-shadow: 0px 0px 21.378px 0px rgba(200, 216, 215, 0.43);
          box-shadow: 0px 0px 21.378px 0px rgba(200, 216, 215, 0.43);
  width: 686px;
  margin: 49px auto 0;
  padding: 42px 10px 38px;
}
@media screen and (max-width: 767.98px) {
  .p-price-box {
    width: 100%;
    max-width: 19.8125rem;
    margin: 19px auto 0;
    padding: 20px 10px 36px;
  }
}

.p-price-box__flex {
  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;
  color: #134c59;
  font-size: 29.801px;
  font-weight: 900;
  line-height: 1.31;
  letter-spacing: 0.12em;
  margin-top: 6px;
}
@media screen and (max-width: 767.98px) {
  .p-price-box__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-price-box__h-txt1 {
  margin-right: 14px;
}
@media screen and (max-width: 767.98px) {
  .p-price-box__h-txt1 {
    font-size: 21px;
    margin-right: 0;
    letter-spacing: 0.12em;
  }
}

.p-price-box__h-txt2 {
  width: 22.177px;
  height: 47.127px;
  border-radius: 2.772px;
  background: rgba(221, 229, 230, 0.62);
  font-size: 14.554px;
  letter-spacing: 0.12em;
  padding-left: 3.5px;
  line-height: 1.1;
  position: relative;
  bottom: 4px;
  padding-top: 5px;
  margin-right: 8px;
}
@media screen and (max-width: 767.98px) {
  .p-price-box__h-txt2 {
    width: 51px;
    height: 22px;
    padding: 0;
    margin: 20px 0 0;
    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;
  }
}

.p-price-box__h-txt3 {
  color: #68aab8;
  font-family: "DIN 2014", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-price-box__h-txt3 {
    margin-top: 13px;
  }
}
.p-price-box__h-txt3 img {
  width: 238px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 238/56;
  position: relative;
  bottom: 6px;
}
@media screen and (max-width: 767.98px) {
  .p-price-box__h-txt3 img {
    width: 203px;
  }
}
.p-price-box__h-txt3 span {
  color: #134c59;
  font-size: 29.801px;
  font-weight: 900;
  letter-spacing: 0.12em;
  position: relative;
  left: 4px;
}
@media screen and (max-width: 767.98px) {
  .p-price-box__h-txt3 span {
    font-size: 24.863px;
    bottom: 5px;
    left: 5px;
  }
}

.p-price-box__txt {
  color: #134c59;
  text-align: center;
  font-size: 17.741px;
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: 0.11em;
  margin-top: 14px;
}
@media screen and (max-width: 767.98px) {
  .p-price-box__txt {
    font-size: 13px;
    margin-top: 7px;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-price-box__txt span {
  color: #68aab8;
}

.p-price-tb {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 176fr 691fr;
  gap: 3.02px 2.73px;
  font-family: "Shippori Mincho", serif;
  font-size: 15.455px;
  font-weight: 600;
  line-height: 1.31;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767.98px) {
  .p-price-tb {
    margin-top: 42px;
    grid-template-columns: 115fr 247fr;
    gap: 2px 3px;
  }
}

.p-price-tb__ttl-box,
.p-price-tb__txt-box {
  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;
  min-height: 80px;
}
@media screen and (max-width: 767.98px) {
  .p-price-tb__ttl-box,
  .p-price-tb__txt-box {
    min-height: 81px;
  }
}

.p-price-tb__ttl-box {
  background: #e3f3f7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-price-tb__ttl {
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .p-price-tb__ttl {
    font-size: 11.455px;
    font-weight: 700;
  }
}
.p-price-tb__ttl--s {
  font-size: 13.636px;
}
@media screen and (max-width: 767.98px) {
  .p-price-tb__ttl--s {
    font-size: 6.636px;
  }
}

.p-price-tb__txt-box {
  background: rgba(247, 247, 247, 0.75);
  padding: 20px 22px;
}
@media screen and (max-width: 767.98px) {
  .p-price-tb__txt-box {
    padding: 15px 13px;
  }
}
.p-price-tb__txt-box--4 {
  padding: 32px 22px;
}
@media screen and (max-width: 767.98px) {
  .p-price-tb__txt-box--4 {
    padding: 23px 13px 26px;
  }
}

.p-price-tb__txt {
  font-size: 13.636px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767.98px) {
  .p-price-tb__txt {
    font-size: 10.636px;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }
}

.p-price-tb__lists {
  margin-top: 14px;
}
@media screen and (max-width: 767.98px) {
  .p-price-tb__lists {
    margin-top: 16px;
  }
}

.p-price-tb__list {
  font-size: 13.636px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  .p-price-tb__list {
    font-size: 10.636px;
    letter-spacing: 0.09em;
  }
}

.p-price-tb__notes {
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  .p-price-tb__notes {
    font-size: 11px;
    line-height: 1.63;
  }
}
.p-price-tb__notes:first-of-type {
  margin-top: 14px;
}
@media screen and (max-width: 767.98px) {
  .p-price-tb__notes:first-of-type {
    margin-top: 10px;
  }
}

.p-price__msg {
  margin-top: 61px;
  color: #134c59;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.72;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767.98px) {
  .p-price__msg {
    margin-top: 41px;
    font-size: clamp(16px, 1.125rem, 18px);
  }
}
.p-price__msg span {
  color: #68aab8;
}

.p-price__contact-box {
  margin: 20px auto 0;
  border-radius: 10px;
  border: 2px solid #68aab8;
  background: rgba(219, 243, 248, 0.22);
  -webkit-box-shadow: 0px 0px 22.2px 0px rgba(200, 216, 215, 0.48);
          box-shadow: 0px 0px 22.2px 0px rgba(200, 216, 215, 0.48);
}
@media screen and (max-width: 767.98px) {
  .p-price__contact-box {
    margin: 32px auto 0;
  }
}

.p-faq {
  padding-bottom: 100px;
  background: linear-gradient(173deg, rgba(255, 255, 255, 0.7) 2.89%, rgba(198, 235, 231, 0.7) 100.59%), rgba(97, 157, 255, 0.28);
}
@media screen and (max-width: 767.98px) {
  .p-faq {
    padding-top: 38px;
    padding-bottom: 91px;
  }
}

.p-faq__inner {
  max-width: 875px;
}

.p-faq__ttl-bg {
  font-size: 140.963px;
  letter-spacing: 0.12em;
  margin-left: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .p-faq__ttl-bg {
    font-size: clamp(60px, 8.2477rem, 131.963px);
    line-height: 1.06;
    margin-left: clamp(0px, 0.9375rem, 15px);
    white-space: nowrap;
  }
}

.p-faq__ttl {
  margin-top: -101px;
  color: #134c59;
  font-size: 47px;
  line-height: 1.51;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-faq__ttl {
    margin-top: -38px;
    font-size: 28px;
  }
}

.p-faq__lists {
  margin-top: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 49px;
}
@media screen and (max-width: 767.98px) {
  .p-faq__lists {
    margin-top: 53px;
    gap: 21px;
  }
}

.p-faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 767.98px) {
  .p-faq-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767.98px) {
  .p-faq-list-q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 11px;
  }
}

.p-faq-list-q__q {
  background: url(../img/bg-circle-w.webp) no-repeat center center/contain;
  width: 76.127px;
  height: 76.127px;
  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;
  color: #134c59;
  font-family: "Shippori Mincho", serif;
  font-size: 30.585px;
  font-weight: 600;
  position: relative;
  bottom: 23px;
}
@media screen and (max-width: 767.98px) {
  .p-faq-list-q__q {
    width: 64.815px;
    height: 61.814px;
    font-size: 24.468px;
    position: static;
  }
}

.p-faq-list-q__ttl {
  color: #134c59;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.87;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767.98px) {
  .p-faq-list-q__ttl {
    font-size: 16px;
  }
}

.p-faq-list-a__txt {
  margin-top: 4px;
  font-weight: 350;
  line-height: 1.87;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767.98px) {
  .p-faq-list-a__txt {
    margin-top: -10px;
    font-size: 15px;
    margin-left: 7px;
    letter-spacing: 0.05em;
  }
}

.p-access {
  padding-bottom: 140px;
}
@media screen and (max-width: 767.98px) {
  .p-access {
    padding-top: 20px;
    padding-bottom: 76px;
    overflow: hidden;
  }
}

.p-access__inner {
  max-width: 1045px;
}

.p-access__ttl-bg {
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .p-access__ttl-bg {
    font-size: clamp(50px, 5.8414rem, 93.462px);
    white-space: nowrap;
  }
}

.p-access__ttl {
  color: #134c59;
  text-align: center;
  font-size: 50px;
  letter-spacing: 0.18em;
  margin-top: -60px;
}
@media screen and (max-width: 767.98px) {
  .p-access__ttl {
    margin-top: -33px;
    font-size: 35px;
  }
}

.p-access__txt {
  margin-top: 19px;
  text-align: center;
  font-size: 27px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767.98px) {
  .p-access__txt {
    margin-top: 8px;
    font-size: 16px;
  }
}
.p-access__txt span {
  color: #68aab8;
}

.p-access__flex {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-access__flex {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}

.p-access__img {
  max-width: clamp(300px, 55.99vw, 570px);
  margin-left: 12px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-access__img {
    max-width: none;
    width: 94vw;
    margin-left: -25px;
  }
}

.p-access__img-main {
  aspect-ratio: 570/377;
}

.p-access__img-sub {
  position: absolute;
  width: 130px;
  left: clamp(0px, 9.14vw, 93px);
  bottom: -56px;
}

.p-access__lists {
  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;
}
@media screen and (max-width: 767.98px) {
  .p-access__lists {
    margin-left: 19px;
    width: 88vw;
  }
}

.p-access-list {
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .p-access-list {
    white-space: wrap;
  }
}

.p-access-list__ttl {
  margin-bottom: 12px;
  padding-left: 0.56em;
  color: #232323;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.p-access-list__txt {
  margin-top: 3px;
  padding-left: 0.7em;
  color: #232323;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.57;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 767.98px) {
  .p-access-list__txt {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .p-access-list__txt--1 {
    letter-spacing: 0.12em;
  }
}
.p-access-list__txt span {
  color: #68aab8;
}

.p-contact {
  border-radius: 150px 150px 0px 0px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.66%, rgba(233, 248, 255, 0.7)), to(rgba(198, 235, 231, 0.7)));
  background: linear-gradient(180deg, rgba(233, 248, 255, 0.7) 0.66%, rgba(198, 235, 231, 0.7) 100%);
  padding-top: 53px;
  padding-bottom: 86px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .p-contact {
    border-radius: 60px 60px 0px 0px;
    padding-bottom: 58px;
    overflow: hidden;
  }
}
.p-contact::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/contact-bg_pc.webp) no-repeat center top/cover;
  border-radius: 150px 150px 0px 0px;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-contact::before {
    border-radius: 60px 60px 0px 0px;
    background: url(../img/contact-bg_sp.webp) no-repeat center center/cover;
  }
}

.p-contact__inner {
  max-width: 900px;
}

.p-contact__ttl-sub {
  color: #134c59;
  text-align: center;
  font-family: "mobo-bold", sans-serif;
  font-size: 29.069px;
  line-height: 1.41;
  letter-spacing: 0.08em;
  position: relative;
  width: 12em;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-contact__ttl-sub {
    font-size: 15.359px;
  }
}
.p-contact__ttl-sub::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200%;
  height: 30px;
  background: url(../img/issue-ttl-underline.png) no-repeat center center/50%;
}
@media screen and (max-width: 767.98px) {
  .p-contact__ttl-sub::before {
    bottom: -14px;
    width: 200%;
    bottom: -19px;
  }
}

.p-contact__ttl {
  color: #134c59;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.98px) {
  .p-contact__ttl {
    font-size: clamp(30px, 2.7509rem, 44.014px);
    letter-spacing: 0.09em;
  }
}
.p-contact__ttl span {
  color: #68aab8;
}

.p-contact__head-txt {
  margin-top: 12px;
  color: #134c59;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 17.925px;
  font-weight: 600;
  line-height: 1.81;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-contact__head-txt {
    margin-top: 20px;
    font-size: clamp(10px, 0.9375rem, 15px);
  }
}
.p-contact__head-txt--l {
  position: relative;
  z-index: 2;
}
.p-contact__head-txt--l::after {
  content: "";
  position: absolute;
  left: -1%;
  right: 0%;
  bottom: 0;
  height: 0.6em;
  background: #fffeb8;
  z-index: -1;
}
.p-contact__head-txt span {
  display: inline-block;
}

.p-contact-tel__inner {
  margin-top: 35px;
  padding: 32px 20px 45px;
  border-radius: 22.176px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 21.378px 0px rgba(200, 216, 215, 0.43);
          box-shadow: 0px 0px 21.378px 0px rgba(200, 216, 215, 0.43);
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-contact-tel__inner {
    margin-top: 40px;
    padding: 32px 20px 36px;
  }
}

.p-contact-tel__ttl {
  color: #134c59;
  text-align: center;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.51;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767.98px) {
  .p-contact-tel__ttl {
    font-size: 18px;
  }
}

.p-contact-tel {
  margin: 28px auto 0;
  width: 668px;
  height: auto;
  padding: 20px 10px;
}
@media screen and (max-width: 767.98px) {
  .p-contact-tel {
    width: 100%;
    max-width: 19.5rem;
    margin: 12px auto 0;
    padding: 8px 8px;
  }
}
.p-contact-tel .c-contact-box-tel__txt {
  font-size: 24.583px;
}
@media screen and (max-width: 767.98px) {
  .p-contact-tel .c-contact-box-tel__txt {
    font-size: 13.428px;
  }
}
.p-contact-tel .c-contact-box-tel__tel {
  margin-top: 5px;
}
@media screen and (max-width: 767.98px) {
  .p-contact-tel .c-contact-box-tel__tel {
    margin-top: -2px;
  }
}
.p-contact-tel .c-contact-box-tel__tel span {
  font-size: 25.657px;
}
@media screen and (max-width: 767.98px) {
  .p-contact-tel .c-contact-box-tel__tel span {
    font-size: 14.014px;
  }
}
.p-contact-tel .c-contact-box-tel__tel a {
  font-size: 43.78px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767.98px) {
  .p-contact-tel .c-contact-box-tel__tel a {
    font-size: clamp(15px, 1.6858rem, 26.972px);
    letter-spacing: 0.1em;
  }
}
.p-contact-tel .c-contact-box-tel__time {
  margin-top: 8px;
  font-size: 17.375px;
}
@media screen and (max-width: 767.98px) {
  .p-contact-tel .c-contact-box-tel__time {
    margin-top: 3px;
    font-size: 9.491px;
  }
}

.p-contact-form__inner {
  margin-top: 26px;
  padding: 38px clamp(20px, 6.36vw, 89px) 45px;
  border-radius: 22.176px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 21.378px 0px rgba(200, 216, 215, 0.43);
          box-shadow: 0px 0px 21.378px 0px rgba(200, 216, 215, 0.43);
  color: #134c59;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__inner {
    margin-top: 30px;
    padding: 31px 15px 84px;
  }
}

.p-contact-form__ttl {
  text-align: center;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.51;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__ttl {
    font-size: 18px;
  }
}

.p-contact-form__txt {
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.77;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__txt {
    margin-top: 16px;
    font-size: clamp(10px, 0.9375rem, 15px);
    line-height: 1.65;
    letter-spacing: 0.06em;
  }
}
.p-contact-form__txt span {
  display: inline-block;
}

.p-contact-form {
  margin-top: 27px;
  padding: 43px 52px 25px;
  border-radius: 10px;
  border: 2.3px solid #487e88;
  background: #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: 19px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form {
    margin-top: 19px;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 18px 38px;
    border-radius: 4.37px;
    max-width: 19.5rem;
    gap: 14px;
  }
}

.p-contact-form__label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.77;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__label {
    font-size: 15px;
  }
}

.p-contact-form__input,
.p-contact-form__textarea {
  border-radius: 10px;
  background: #f3f3f3;
  width: 100%;
  height: 61px;
  margin-top: 2px;
  padding: 0 1em;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__input,
  .p-contact-form__textarea {
    margin-top: 7px;
    height: 41px;
    padding: 0 0.7em;
    font-size: clamp(10px, 0.875rem, 14px);
    line-height: clamp(0px, 1.5rem, 24px);
  }
}
.p-contact-form__input::-webkit-input-placeholder, .p-contact-form__textarea::-webkit-input-placeholder {
  color: rgba(19, 76, 89, 0.23);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.77;
  letter-spacing: 0.1em;
}
.p-contact-form__input::-moz-placeholder, .p-contact-form__textarea::-moz-placeholder {
  color: rgba(19, 76, 89, 0.23);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.77;
  letter-spacing: 0.1em;
}
.p-contact-form__input:-ms-input-placeholder, .p-contact-form__textarea:-ms-input-placeholder {
  color: rgba(19, 76, 89, 0.23);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.77;
  letter-spacing: 0.1em;
}
.p-contact-form__input::-ms-input-placeholder, .p-contact-form__textarea::-ms-input-placeholder {
  color: rgba(19, 76, 89, 0.23);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.77;
  letter-spacing: 0.1em;
}
.p-contact-form__input::placeholder,
.p-contact-form__textarea::placeholder {
  color: rgba(19, 76, 89, 0.23);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.77;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__input::-webkit-input-placeholder, .p-contact-form__textarea::-webkit-input-placeholder {
    font-size: clamp(10px, 0.875rem, 14px);
  }
  .p-contact-form__input::-moz-placeholder, .p-contact-form__textarea::-moz-placeholder {
    font-size: clamp(10px, 0.875rem, 14px);
  }
  .p-contact-form__input:-ms-input-placeholder, .p-contact-form__textarea:-ms-input-placeholder {
    font-size: clamp(10px, 0.875rem, 14px);
  }
  .p-contact-form__input::-ms-input-placeholder, .p-contact-form__textarea::-ms-input-placeholder {
    font-size: clamp(10px, 0.875rem, 14px);
  }
  .p-contact-form__input::placeholder,
  .p-contact-form__textarea::placeholder {
    font-size: clamp(10px, 0.875rem, 14px);
  }
}

.p-contact-form__textarea {
  padding: 1em;
  height: 16.6em;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__textarea {
    padding: 0.6em 0.7em;
    height: 14em;
  }
}

.p-contact-form__btn {
  margin: 0 auto;
  width: 292.328px;
  height: 90.25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 95px;
  background: linear-gradient(0deg, rgba(120, 120, 120, 0.2) 0%, rgba(120, 120, 120, 0.2) 100%), linear-gradient(93deg, #19bff2 -2.79%, #0f85d9 99.15%);
  background-blend-mode: lighten, normal;
  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;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__btn {
    margin: 7px auto 0;
    width: clamp(160px, 14.1206rem, 226px);
    height: 69.751px;
    font-size: 17.003px;
  }
}

.p-thanks__bg {
  background: url(../img/thanks-bg.webp) no-repeat center bottom/cover;
  height: 785px;
}
@media screen and (max-width: 767.98px) {
  .p-thanks__bg {
    height: 648px;
    padding: 0 12px;
  }
}

.p-thanks {
  border-radius: 22.176px;
  background: #fff;
  max-width: 664px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -52%);
          transform: translate(-50%, -52%);
  padding: 55px 20px;
}
@media screen and (max-width: 767.98px) {
  .p-thanks {
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin: 0 auto;
    padding: 50px 12px 55px;
  }
}

.p-thanks__ttl {
  color: #000;
  text-align: center;
  font-size: 25.081px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-thanks__ttl {
    font-size: clamp(14px, 1.125rem, 25px);
  }
}
.p-thanks__ttl:last-of-type {
  position: relative;
}
.p-thanks__ttl:last-of-type::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -18px;
  width: 65px;
  height: 1px;
  background: #000;
}

.p-thanks__txt-inner {
  margin: 59px auto 0;
  max-width: 429px;
}

.p-thanks__txt {
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.98px) {
  .p-thanks__txt {
    font-size: 14px;
  }
}
.p-thanks__txt:last-of-type {
  margin-top: 1.4em;
}

.p-thanks__link {
  margin-top: 59px;
  color: #000;
  line-height: 1;
  letter-spacing: 0em;
  border-bottom: 1px solid #000;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .p-thanks__link {
    font-size: 14px;
  }
}

.p-footer {
  padding: 41px 0 37px;
}
@media screen and (max-width: 767.98px) {
  .p-footer {
    padding: 26px 0 27px;
  }
}
.p-footer--thanks {
  padding: 11px 0 15px;
}

.p-footer__inner {
  text-align: center;
}

.p-footer__privacy {
  font-weight: 700;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 767.98px) {
  .p-footer__privacy {
    font-size: 14px;
  }
}

.p-footer__txt {
  margin-top: 9px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767.98px) {
  .p-footer__txt {
    margin-top: 1px;
    font-size: 11px;
  }
}