@charset "UTF-8";
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background-color: pink;
}

::selection {
  background-color: pink;
}

html {
  font-size: 62.5%;
  overflow-x: auto;
}

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

textarea {
  resize: none;
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #444444;
}

.container {
  width: 100%;
  max-width: 118rem;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
  margin-right: auto;
  margin-left: auto;
}

.is-md-hide {
  display: block;
}
@media screen and (max-width: 760px) {
  .is-md-hide {
    display: none !important;
  }
}

.is-md-show {
  display: none !important;
}
@media screen and (max-width: 760px) {
  .is-md-show {
    display: block !important;
  }
}

.is-pc-hide {
  display: block;
}
@media screen and (max-width: 1300px) {
  .is-pc-hide {
    display: none !important;
  }
}

.is-pc-show {
  display: none;
}
@media screen and (max-width: 1300px) {
  .is-pc-show {
    display: block;
  }
}

.is-ip2-hide {
  display: block;
}
@media screen and (max-width: 900px) {
  .is-ip2-hide {
    display: none !important;
  }
}

.is-ip2-show {
  display: none;
}
@media screen and (max-width: 900px) {
  .is-ip2-show {
    display: block;
  }
}

/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #942d2f;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.c-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  width: 663px;
  height: 94px;
  border-radius: 100px;
  border: 2px solid #fcf9ee;
  box-shadow: 8px 8px 16px rgba(122, 122, 122, 0.64);
  background: linear-gradient(90deg, #5d86d9 0%, #448cc7 100%);
  margin: 0 auto;
  transition: all 0.3s;
}
@media screen and (max-width: 760px) {
  .c-button {
    width: 100%;
    height: 64px;
    box-shadow: 8px 8px 16px rgba(122, 122, 122, 0.64);
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.c-button__line {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 760px) {
  .c-button__line {
    width: 32px;
    height: 32px;
  }
}
.c-button__arrow {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 760px) {
  .c-button__arrow {
    width: 24px;
    height: 24px;
  }
}
.c-button__text {
  font-size: 28px;
  color: #fcf9ee;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .c-button__text {
    font-size: 20px;
  }
}
.c-button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

.l-header {
  height: 80px;
  width: 100%;
  line-height: 80px;
  background-color: #ffffff;
}
@media screen and (max-width: 760px) {
  .l-header {
    height: 60px;
  }
}
.l-header__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  width: 100%;
  height: 80px;
  line-height: 80px;
}
@media screen and (max-width: 760px) {
  .l-header__container {
    padding-left: 16px;
    padding-right: 16px;
    height: 64px;
    line-height: 64px;
  }
}
.l-header__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  line-height: 80px;
  height: 100%;
}
@media screen and (max-width: 760px) {
  .l-header__wrap {
    line-height: 64px;
  }
}
.l-header__anker {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 156px;
}
@media screen and (max-width: 760px) {
  .l-header__anker {
    width: 103px;
  }
}
.l-header__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1140px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__logo {
  width: 100%;
}
.l-header__button {
  width: 323px;
  height: 60px;
}
.l-header__button-text {
  font-size: 20px;
  font-weight: 700;
}
.l-header__button-line {
  width: 28px;
  height: 28px;
}
.l-header__button-arrow {
  width: 20px;
  height: 20px;
}
.l-header__ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-right: 16px;
}
.l-header__li {
  font-size: 16px;
}
.l-header__a {
  color: #dc7f8a !important;
  font-weight: 700;
  transition: all 0.3s;
}
.l-header__a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

.l-page-nav {
  background-color: #edf5fa;
}
@media screen and (max-width: 1140px) {
  .l-page-nav {
    display: none;
  }
}
.l-page-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-page-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 46px;
  transition: all 0.3s ease;
}
.l-page-nav__link span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.9px;
  color: #444444;
}
.l-page-nav__link::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #ea5e7f;
  transition: all 0.3s ease;
}
.l-page-nav__link::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #ea5e7f;
  opacity: 0;
  transition: all 0.3s ease;
}
.l-page-nav__link:hover {
  color: #ea5e7f;
  background-color: #ffedf1;
}
.l-page-nav__link:hover::before {
  width: 100%;
}
.l-page-nav__link:hover::after {
  right: 8px;
  opacity: 1;
}

.cta-row {
  text-align: center;
}
.cta-row .cta-ttl {
  margin-bottom: 8px;
  font-size: min(20px, 20px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .cta-row .cta-ttl {
    font-size: 16px;
  }
}
.cta-row .cta-ttl span {
  font-size: min(28px, 28px * 100vw / 1030px);
  letter-spacing: 1.12px;
}
@media screen and (max-width: 760px) {
  .cta-row .cta-ttl span {
    font-size: 24px;
  }
}
.cta-row .cta-ttl.blue {
  color: #5d86d9;
}
.cta-row .cta-button {
  width: 552px;
  height: 94px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .cta-row .cta-button {
    width: 100%;
    max-width: 360px;
    height: 60px;
  }
}

.title-has-balloon {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: min(30px, 30px * 100vw / 1030px);
  text-align: center;
}
@media screen and (max-width: 760px) {
  .title-has-balloon {
    margin-bottom: 8px;
  }
}
.title-has-balloon .balloon {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: min(40px, 40px * 100vw / 1030px);
  padding: min(20px, 20px * 100vw / 1030px) min(36px, 36px * 100vw / 1030px);
  font-size: min(22px, 22px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  color: #eda386;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 4px;
}
@media screen and (max-width: 760px) {
  .title-has-balloon .balloon {
    margin-bottom: 20px;
    padding: 12px 30px;
    font-size: 22px;
  }
}
.title-has-balloon .balloon span {
  font-size: min(18px, 18px * 100vw / 1030px);
  color: #444444;
}
@media screen and (max-width: 760px) {
  .title-has-balloon .balloon span {
    font-size: 18px;
  }
}
.title-has-balloon .balloon::before, .title-has-balloon .balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
}
.title-has-balloon .balloon::before {
  bottom: -11px;
  border-left: 10px solid transparent;
  border-top: 11px solid #333;
}
.title-has-balloon .balloon::after {
  bottom: -9px;
  border-left: 8px solid transparent;
  border-top: 10px solid #fff;
}
.title-has-balloon .main-title {
  font-size: min(42px, 42px * 100vw / 1030px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 2.1px;
  color: #eda386;
}
@media screen and (max-width: 760px) {
  .title-has-balloon .main-title {
    font-size: 32px;
  }
}

.p-fv {
  position: relative;
  background-color: #f5f0eb;
  padding-top: min(48px, 48px * 100vw / 1030px);
  padding-bottom: min(37px, 37px * 100vw / 1030px);
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .p-fv {
    padding: 54px 0 32px;
  }
}
.p-fv__container {
  width: 100%;
  max-width: 1255px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.p-fv__girl-pc {
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-fv__girl-sp {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 70%;
}
.p-fv__girl-sp::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, #f5f0eb 0%, rgba(245, 240, 235, 0.05) 70%, transparent 10%);
}
.p-fv__hako {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  width: 100%;
  z-index: 3;
}
.p-fv__up {
  display: block;
}
.p-fv__online {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1300px) {
  .p-fv__online {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
    margin-bottom: 44px;
  }
}
.p-fv__online-text {
  font-size: min(40px, 40px * 100vw / 1030px);
  font-weight: 700;
  color: #eda386;
}
@media screen and (max-width: 760px) {
  .p-fv__online-text {
    font-size: 18px;
  }
}
.p-fv__airplane {
  width: min(401px, 401px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-fv__airplane {
    width: 170px;
  }
}
.p-fv__center {
  margin: 0;
}
.p-fv__h1 {
  text-align: right;
  font-size: min(80px, 80px * 100vw / 1030px);
  font-weight: 600;
  line-height: 1.05;
  color: #fd723d;
}
@media screen and (max-width: 1300px) {
  .p-fv__h1 {
    font-size: 54px;
    text-shadow: 4px 4px 4px rgba(255, 255, 255, 0.2509803922);
  }
}
@media screen and (max-width: 760px) {
  .p-fv__h1 {
    font-size: 28px;
  }
}
.p-fv__h1-big {
  font-size: min(170px, 170px * 100vw / 1030px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 3.4px;
}
@media screen and (max-width: 1300px) {
  .p-fv__h1-big {
    font-size: 120px;
  }
}
@media screen and (max-width: 760px) {
  .p-fv__h1-big {
    font-size: 80px;
    letter-spacing: 1.6px;
    text-shadow: 0px 0px 10px rgb(255, 255, 255);
  }
}
.p-fv__bb {
  display: flex;
  align-items: flex-end;
  gap: min(72px, 72px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-fv__bb {
    flex-direction: column;
    gap: 0;
  }
}
.p-fv__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: min(8px, 8px * 100vw / 1030px);
  margin: 0 0 6px;
  padding: min(16px, 16px * 100vw / 1030px) min(28px, 28px * 100vw / 1030px) min(24px, 24px * 100vw / 1030px);
  background-color: rgba(255, 255, 255, 0.48);
}
@media screen and (max-width: 1300px) {
  .p-fv__box {
    gap: 4px;
    margin-top: 16px;
    padding: 8px 14px;
  }
}
.p-fv__box-left {
  font-size: min(32px, 32px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1.4;
  color: #444444;
}
@media screen and (max-width: 1300px) {
  .p-fv__box-left {
    font-size: 16px;
  }
}
.p-fv__box-right {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
@media screen and (max-width: 1300px) {
  .p-fv__box-right {
    flex-direction: column;
    gap: 4px;
  }
}
.p-fv__cost {
  padding: 8px 16px;
  font-size: min(30px, 30px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background-color: #fd723d;
}
@media screen and (max-width: 1300px) {
  .p-fv__cost {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 22px;
  }
}
.p-fv__cost-num {
  font-family: "Inter";
  font-size: min(60px, 60px * 100vw / 1030px);
}
@media screen and (max-width: 1300px) {
  .p-fv__cost-num {
    font-size: 45px;
  }
}
.p-fv__cost-jpy {
  font-size: min(40px, 40px * 100vw / 1030px);
}
@media screen and (max-width: 1300px) {
  .p-fv__cost-jpy {
    font-size: 30px;
  }
}
.p-fv__kome {
  font-size: min(22px, 22px * 100vw / 1030px);
  font-weight: 500;
  line-height: 1.2;
  color: #666666;
}
@media screen and (max-width: 1300px) {
  .p-fv__kome {
    font-size: 14px;
  }
}
.p-fv__bottom {
  display: block;
}
.p-fv__circle-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: min(7px, 7px * 100vw / 1030px);
       column-gap: min(7px, 7px * 100vw / 1030px);
  margin: 14px 0 14px auto;
}
@media screen and (max-width: 760px) {
  .p-fv__circle-group {
    justify-content: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    margin: 16px auto 36px;
  }
}
.p-fv__circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(144px, 144px * 100vw / 1030px);
  height: min(144px, 144px * 100vw / 1030px);
  border: 2px solid #fd723d;
  font-size: min(25px, 25px * 100vw / 1030px);
  font-weight: 700;
  color: #666666;
  background-color: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 760px) {
  .p-fv__circle {
    width: 96px;
    height: 96px;
    border: 2px solid #fd723d;
    font-size: 17px;
  }
}
.p-fv__orange {
  font-family: "Inter";
  font-size: min(43px, 43px * 100vw / 1030px);
  font-weight: 900;
  line-height: 1;
  color: #fd723d;
}
@media screen and (max-width: 760px) {
  .p-fv__orange {
    font-size: 28px;
  }
}
.p-fv__orange span {
  font-size: min(25px, 25px * 100vw / 1030px);
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-fv__orange span {
    font-size: 17px;
  }
}
.p-fv__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(16px, 16px * 100vw / 1030px);
       column-gap: min(16px, 16px * 100vw / 1030px);
  width: min(475px, 475px * 100vw / 1030px);
  height: min(118px, 118px * 100vw / 1030px);
  margin: 0 0 0 auto;
  background: linear-gradient(90deg, #5d86d9 0%, #448cc7 100%);
  border: 2px solid #ffffff;
  border-radius: min(100px, 100px * 100vw / 1030px);
  transition: all 0.3s;
  box-shadow: 8px 8px 12px 0px #a79b9a;
}
.p-fv__button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 760px) {
  .p-fv__button {
    -moz-column-gap: 11px;
         column-gap: 11px;
    width: 100%;
    height: 88px;
    min-width: 340px;
    margin: 0 auto;
    box-shadow: 8px 8px 16px rgba(122, 122, 122, 0.64);
    border-radius: 72px;
    border: 2px solid #fcf9ee;
  }
}
.p-fv__button-left {
  width: min(91px, 91px * 100vw / 1030px);
  height: min(85px, 85px * 100vw / 1030px);
  padding-top: min(5px, 5px * 100vw / 1030px);
  padding-bottom: min(5px, 5px * 100vw / 1030px);
  padding-left: min(8px, 8px * 100vw / 1030px);
  padding-right: min(8px, 8px * 100vw / 1030px);
  font-size: min(32px, 32px * 100vw / 1030px);
  font-weight: 900;
  line-height: 1;
  color: #fd723d;
  background-color: #ffffff;
  border-radius: min(10px, 10px * 100vw / 1030px);
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-fv__button-left {
    border-radius: 7px;
    height: 61px;
    width: 64px;
    padding: 5.5px;
    font-size: 22px;
  }
}
.p-fv__button-left-eng {
  font-family: "Inter";
  font-size: min(40px, 40px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-fv__button-left-eng {
    font-size: 28px;
  }
}
.p-fv__button-left-h {
  font-family: "Inter";
  font-size: min(32px, 32px * 100vw / 1030px);
}
.p-fv__button-text {
  text-align: center;
  font-size: min(32px, 32px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 760px) {
  .p-fv__button-text {
    font-size: 23px;
  }
}
.p-fv__arrow {
  width: min(32px, 32px * 100vw / 1030px);
  height: min(32px, 32px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-fv__arrow {
    width: 23px;
    height: 23px;
  }
}

.p-guide {
  padding: min(80px, 80px * 100vw / 1030px) min(0px, 0px * 100vw / 1030px) min(40px, 40px * 100vw / 1030px);
  background-color: #faf8f5;
}
@media screen and (max-width: 760px) {
  .p-guide {
    padding: 48px 0;
  }
}
.p-guide__container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.p-guide__ankers {
  display: flex;
  flex-wrap: wrap;
  gap: min(16px, 16px * 100vw / 1030px);
  margin-bottom: min(80px, 80px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-guide__ankers {
    gap: 16px;
    margin-bottom: 48px;
  }
}
.p-guide__ankers-item {
  width: calc(33.3333333333% - 10.6666666667px);
}
@media screen and (max-width: 760px) {
  .p-guide__ankers-item {
    width: 100%;
  }
}
.p-guide__link {
  position: relative;
  display: block;
  width: 100%;
  padding: min(24px, 24px * 100vw / 1030px) min(14px, 14px * 100vw / 1030px);
  background: linear-gradient(0deg, #ffffff, #ffffff), linear-gradient(0deg, rgba(93, 134, 217, 0.08), rgba(93, 134, 217, 0.08));
  border: 3px solid #5d86d9;
  border-radius: min(16px, 16px * 100vw / 1030px);
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.48);
  transition: all 0.3s;
}
@media screen and (max-width: 1300px) {
  .p-guide__link {
    padding-top: 64px;
  }
}
@media screen and (max-width: 760px) {
  .p-guide__link {
    padding: 16px;
    border-radius: 16px;
  }
}
.p-guide__link-ttl {
  text-align: center;
  font-size: min(24px, 24px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.2px;
  color: #444444;
}
@media screen and (max-width: 1300px) {
  .p-guide__link-ttl {
    position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    width: 100%;
    min-height: 48px;
    margin: 0 0 8px;
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-guide__link-ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 760px) {
  .p-guide__link-ttl {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    font-size: 20px;
  }
}
.p-guide__link-body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-height: min(175px, 175px * 100vw / 1030px);
  padding-right: min(48px, 48px * 100vw / 1030px);
}
@media screen and (max-width: 1300px) {
  .p-guide__link-body {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 760px) {
  .p-guide__link-body {
    justify-content: center;
    min-height: unset;
    padding-right: 40px;
  }
}
@media screen and (max-width: 400px) {
  .p-guide__link-body {
    justify-content: space-between;
  }
}
.p-guide__link-txt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(20px, 20px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #5d86d9;
}
@media screen and (max-width: 1300px) {
  .p-guide__link-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .p-guide__link-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 760px) {
  .p-guide__link-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .p-guide__link-img {
    position: absolute;
    right: min(48px, 48px * 100vw / 1030px);
    max-width: 50%;
  }
}
@media screen and (max-width: 760px) {
  .p-guide__link-img {
    position: relative;
    right: unset;
  }
}
@media screen and (max-width: 760px) {
  .p-guide__link-img.type-01 {
    width: 162px;
    height: 100px;
  }
}
@media screen and (max-width: 760px) {
  .p-guide__link-img.type-02 {
    margin-right: -10px;
    width: 127px;
    height: 100px;
  }
}
@media screen and (max-width: 760px) {
  .p-guide__link-img.type-03 {
    width: 155px;
    height: 124px;
  }
}
@media screen and (max-width: 760px) {
  .p-guide__link-img img {
    width: 100%;
    height: 100%;
  }
}
.p-guide__link-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(32px, 32px * 100vw / 1030px);
  height: min(32px, 32px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-guide__link-arrow {
    width: 24px;
    height: 24px;
  }
}
.p-guide__link:hover {
  opacity: 0.7;
}
.p-guide__cost {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: min(55px, 55px * 100vw / 1030px);
  margin-top: -4px;
  padding: min(12px, 12px * 100vw / 1030px);
  text-align: center;
  font-size: min(20px, 20px * 100vw / 1030px);
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  background-color: #5d86d9;
  border-radius: 4px;
}
@media screen and (max-width: 760px) {
  .p-guide__cost {
    height: 33px;
    font-size: 15px;
  }
}
.p-guide__cost-num {
  margin-bottom: -8px;
  font-family: "Inter";
  font-size: min(42px, 42px * 100vw / 1030px);
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-guide__cost-num {
    margin-bottom: -2px;
    font-size: 24px;
  }
}
.p-guide__cost-jpy {
  font-size: min(20px, 20px * 100vw / 1030px);
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-guide__cost-jpy {
    font-size: 15px;
  }
}
.p-guide__nayami-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .p-guide__nayami-group {
    row-gap: 32px;
  }
}
.p-guide__nayami-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.p-guide__nayami-pink {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(49px, 49px * 100vw / 1030px);
  font-size: min(24px, 24px * 100vw / 1030px);
  font-weight: 700;
  color: #ffffff;
  background-color: #eda386;
}
@media screen and (max-width: 760px) {
  .p-guide__nayami-pink {
    height: 78px;
    font-size: 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
  }
}
.p-guide__nayami-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: min(32px, 32px * 100vw / 1030px);
  background-color: #f5f0eb;
}
@media screen and (max-width: 760px) {
  .p-guide__nayami-content {
    padding-top: 16px;
    padding-right: 12px;
    padding-left: 12px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    row-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
    flex-wrap: wrap;
  }
}
.p-guide__nayami-infant {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(8px, 8px * 100vw / 1030px);
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-guide__nayami-infant {
    row-gap: 6px;
    width: calc((100% - 16px) / 2);
  }
}
.p-guide__nayami-infant-text {
  font-size: min(16px, 16px * 100vw / 1030px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.8px;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-guide__nayami-infant-text {
    font-size: 14px;
  }
}
.p-guide__nayami-infant-text span {
  font-size: min(20px, 20px * 100vw / 1030px);
  color: #fd723d;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 760px) {
  .p-guide__nayami-infant-text span {
    font-size: 16px;
  }
}
.p-guide__nayami-infant-img {
  width: min(200px, 19.4174757282vw);
  height: min(200px, 19.4174757282vw);
}
@media screen and (max-width: 760px) {
  .p-guide__nayami-infant-img {
    width: 140px;
    height: 140px;
  }
}

.p-start {
  padding: min(80px, 80px * 100vw / 1030px) min(0px, 0px * 100vw / 1030px);
  background-color: #ffffff;
}
@media screen and (max-width: 760px) {
  .p-start {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.p-start__container {
  max-width: 1120px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: min(0px, 0px * 100vw / 1030px) min(64px, 64px * 100vw / 1030px);
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-start__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1022px;
  }
}
.p-start__center {
  text-align: center;
  margin-bottom: min(48px, 48px * 100vw / 1030px);
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 760px) {
  .p-start__center {
    margin-bottom: 32px;
  }
}
.p-start__boy {
  position: absolute;
  width: min(120px, 120px * 100vw / 1030px);
  top: 60%;
  transform: translateY(-50%);
}
.p-start__boy--1 {
  left: min(-100px, -9.7087378641vw);
}
@media screen and (max-width: 760px) {
  .p-start__boy--1 {
    left: -40px;
  }
}
.p-start__boy--2 {
  right: min(-100px, -9.7087378641vw);
}
@media screen and (max-width: 760px) {
  .p-start__boy--2 {
    right: -40px;
  }
}
@media screen and (max-width: 760px) {
  .p-start__boy {
    width: 60px;
    transform: translateY(0);
    top: -25px;
  }
}
.p-start__airplane {
  width: min(607px, 607px * 100vw / 1030px);
  margin: 0 auto;
  margin-bottom: min(20px, 20px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-start__airplane {
    margin-bottom: 45px;
    width: 191px;
  }
}
.p-start__h2 {
  font-size: min(29px, 29px * 100vw / 1030px);
  font-weight: 700;
  color: #fd723d;
}
@media screen and (max-width: 760px) {
  .p-start__h2 {
    font-size: 24px;
  }
}
.p-start__ha {
  font-size: min(24px, 24px * 100vw / 1030px);
  font-weight: 700;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-start__ha {
    font-size: 20px;
  }
}
.p-start__down {
  row-gap: min(32px, 32px * 100vw / 1030px);
  -moz-column-gap: min(32px, 32px * 100vw / 1030px);
       column-gap: min(32px, 32px * 100vw / 1030px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .p-start__down {
    row-gap: 16px;
    margin-bottom: 32px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.p-start__child {
  width: calc((100% - min(32px, 3.1067961165vw)) / 2);
  position: relative;
  border-radius: min(16px, 16px * 100vw / 1030px);
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .p-start__child {
    width: 100%;
  }
}
.p-start__img {
  width: 100%;
  min: min(199px, 199px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-start__img {
    height: 142px;
  }
}
.p-start__content {
  min-height: min(169px, 169px * 100vw / 1030px);
  padding: min(16px, 16px * 100vw / 1030px) min(24px, 24px * 100vw / 1030px);
  background-color: #fbfbfb;
}
@media screen and (max-width: 760px) {
  .p-start__content {
    padding: 16px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.p-start__number {
  position: absolute;
  top: min(8px, 8px * 100vw / 1030px);
  left: min(8px, 8px * 100vw / 1030px);
  left: min(8px, 8px * 100vw / 1030px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: min(64px, 64px * 100vw / 1030px);
  height: min(64px, 64px * 100vw / 1030px);
  font-family: "Inter";
  font-size: min(28px, 28px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.4px;
  color: #ffffff;
  background-color: #eda386;
  border-radius: 50%;
}
@media screen and (max-width: 760px) {
  .p-start__number {
    width: 48px;
    height: 48px;
    font-size: 21px;
    top: 8px;
    left: 8px;
  }
}
.p-start__h3 {
  margin-bottom: min(8px, 8px * 100vw / 1030px);
  text-align: left;
  font-size: min(22px, 22px * 100vw / 1030px);
  font-weight: 700;
  color: #fd723d;
}
@media screen and (max-width: 760px) {
  .p-start__h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.p-start__description {
  text-align: justify;
  font-size: min(16px, 16px * 100vw / 1030px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.8px;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-start__description {
    font-size: 14px;
  }
}
.p-start__description span {
  font-size: min(14px, 14px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-start__description span {
    font-size: 14px;
  }
}

.p-chase {
  width: min(178px, 178px * 100vw / 1030px);
  position: fixed;
  right: 0;
  top: min(230px, 230px * 100vw / 1030px);
  transform: translateX(100%);
  z-index: 5;
  transition: all 0.3s;
  opacity: 0;
}
.p-chase__img {
  width: 100%;
}
.p-chase:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-chase--visible {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 760px) {
  .p-chase {
    display: none;
  }
}

.p-plans {
  padding: min(80px, 80px * 100vw / 1030px) min(0px, 0px * 100vw / 1030px) min(48px, 48px * 100vw / 1030px);
  background-color: #f5f0eb;
}
@media screen and (max-width: 760px) {
  .p-plans {
    padding: 48px 0;
  }
}
.p-plans__container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.p-plans__title {
  margin-bottom: min(32px, 32px * 100vw / 1030px);
  text-align: center;
  font-size: min(32px, 32px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.6px;
  color: #fd723d;
}
@media screen and (max-width: 760px) {
  .p-plans__title {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.p-plans__title span {
  font-size: min(48px, 48px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plans__title span {
    font-size: 48px;
  }
}
.p-plans__text {
  margin-bottom: min(64px, 64px * 100vw / 1030px);
  text-align: center;
  font-size: min(20px, 20px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-plans__text {
    margin-bottom: 48px;
    text-align: justify;
    font-size: 16px;
  }
}
.p-plans__list {
  display: flex;
  flex-wrap: wrap;
  gap: min(20px, 20px * 100vw / 1030px);
  margin-bottom: min(32px, 32px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plans__list {
    gap: 48px;
    margin-bottom: 16px;
  }
}
.p-plans__item {
  position: relative;
  width: calc(33.3333333333% - 13.3333333333px);
  background-color: #ffffff;
  border-radius: min(16px, 16px * 100vw / 1030px);
  border: 1px solid #eda386;
}
@media screen and (max-width: 760px) {
  .p-plans__item {
    width: 100%;
    border-radius: 16px;
  }
}
.p-plans__num {
  position: absolute;
  left: 50%;
  top: -32px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(64px, 64px * 100vw / 1030px);
  height: min(64px, 64px * 100vw / 1030px);
  font-family: "Inter";
  font-size: min(28px, 28px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.4px;
  color: #ffffff;
  background-color: #fd723d;
  border-radius: 50%;
}
@media screen and (max-width: 760px) {
  .p-plans__num {
    top: -24px;
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.p-plans__infos {
  padding: min(48px, 48px * 100vw / 1030px) min(24px, 24px * 100vw / 1030px) min(24px, 24px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plans__infos {
    padding: 32px 24px 8px;
  }
}
.p-plans__h3 {
  margin-bottom: 8px;
  font-size: min(24px, 24px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #fd723d;
}
@media screen and (max-width: 760px) {
  .p-plans__h3 {
    font-size: 24px;
  }
}
.p-plans__description {
  margin-bottom: 16px;
  font-size: min(18px, 18px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 760px) {
  .p-plans__description {
    font-size: 16px;
  }
}
.p-plans__small {
  font-size: min(16px, 16px * 100vw / 1030px);
  text-align: justify;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-plans__small {
    font-size: 14px;
  }
}

.p-plan-pill {
  position: relative;
  padding: min(32px, 32px * 100vw / 1030px) min(0px, 0px * 100vw / 1030px) min(80px, 80px * 100vw / 1030px);
  background-color: #eda386;
  border-radius: min(240px, 240px * 100vw / 1030px) min(0px, 0px * 100vw / 1030px) min(240px, 240px * 100vw / 1030px) min(0px, 0px * 100vw / 1030px);
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .p-plan-pill {
    padding: 32px 0 64px;
    border-radius: 80px 0 80px 0;
  }
}
.p-plan-pill::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f0eb;
  z-index: -1;
}
.p-plan-pill__medicine {
  width: 100%;
  height: 104px;
  margin-bottom: min(64px, 64px * 100vw / 1030px);
  background: url("../img/plans/pill/medicine.png") repeat-x;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 760px) {
  .p-plan-pill__medicine {
    height: 34px;
  }
}
.p-plan-pill__container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.p-plan-pill__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: min(16px, 16px * 100vw / 1030px);
  font-size: min(32px, 32px * 100vw / 1030px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 1.6px;
  color: #ffffff;
}
@media screen and (max-width: 760px) {
  .p-plan-pill__title {
    margin-bottom: 16px;
    width: 100%;
    font-size: 20px;
  }
}
.p-plan-pill__title span {
  display: block;
  margin-top: 4px;
  font-size: min(48px, 48px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-pill__title span {
    font-size: 28px;
  }
}
.p-plan-pill__description {
  text-align: center;
  margin-bottom: min(32px, 32px * 100vw / 1030px);
  font-size: min(18px, 18px * 100vw / 1030px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: #ffffff;
}
@media screen and (max-width: 760px) {
  .p-plan-pill__description {
    margin-bottom: 32px;
    text-align: left;
    font-size: 14px;
  }
}
.p-plan-pill__calc-group {
  margin-bottom: min(32px, 32px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-pill__calc-group {
    margin-bottom: 32px;
  }
}
.p-plan-pill__calc-parent {
  display: flex;
  flex-direction: column;
  row-gap: min(8px, 8px * 100vw / 1030px);
  max-width: min(463px, 463px * 100vw / 1030px);
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .p-plan-pill__calc-parent {
    max-width: 463px;
    row-gap: 8px;
  }
}
.p-plan-pill__calc-up {
  height: min(63px, 63px * 100vw / 1030px);
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media screen and (max-width: 760px) {
  .p-plan-pill__calc-up {
    height: 44px;
  }
}
.p-plan-pill__calc-menu {
  margin-right: min(10px, 10px * 100vw / 1030px);
  font-size: min(24px, 24px * 100vw / 1030px);
  font-weight: 700;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-plan-pill__calc-menu {
    font-size: 20px;
    margin-right: 10px;
  }
}
.p-plan-pill__calc-up-cost {
  font-family: "Inter";
  font-size: min(48px, 48px * 100vw / 1030px);
  font-weight: 700;
  color: #fd723d;
}
@media screen and (max-width: 760px) {
  .p-plan-pill__calc-up-cost {
    font-size: 36px;
  }
}
.p-plan-pill__calc-up-cost span {
  font-family: "Noto Sans JP", serif;
  font-size: min(20px, 20px * 100vw / 1030px);
  color: #fd723d;
}
@media screen and (max-width: 760px) {
  .p-plan-pill__calc-up-cost span {
    font-size: 16px;
  }
}
.p-plan-pill__calc-kome {
  font-size: min(14px, 14px * 100vw / 1030px);
  line-height: 1.2;
  color: #f4f4f4;
}
@media screen and (max-width: 760px) {
  .p-plan-pill__calc-kome {
    font-size: 12px;
  }
}
.p-plan-pill__calc-down {
  display: flex;
  flex-direction: row;
  -moz-column-gap: min(8px, 8px * 100vw / 1030px);
       column-gap: min(8px, 8px * 100vw / 1030px);
  align-items: center;
}
@media screen and (max-width: 760px) {
  .p-plan-pill__calc-down {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.p-plan-pill__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(16px, 16px * 100vw / 1030px);
       column-gap: min(16px, 16px * 100vw / 1030px);
  background-color: #ffffff;
  height: min(64px, 64px * 100vw / 1030px);
  width: 100%;
}
@media screen and (max-width: 760px) {
  .p-plan-pill__box {
    -moz-column-gap: 8px;
         column-gap: 8px;
    height: 44px;
  }
}
.p-plan-pill__calc-ico {
  width: min(48px, 48px * 100vw / 1030px);
  height: min(48px, 48px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-pill__calc-ico {
    width: 28px;
    height: 28px;
  }
}
.p-plan-pill__wrapper {
  margin: min(32px, 32px * 100vw / 1030px) min(0px, 0px * 100vw / 1030px);
  padding: min(64px, 64px * 100vw / 1030px) min(80px, 80px * 100vw / 1030px);
  background-color: rgba(255, 255, 255, 0.16);
  border: 1px solid #ffffff;
  border-radius: min(48px, 48px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-pill__wrapper {
    margin: 32px -15px;
    padding: 48px 12px;
  }
}
.p-plan-pill__name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  gap: 8px;
  margin-bottom: min(24px, 24px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-pill__name {
    margin-bottom: 16px;
  }
}
.p-plan-pill__name-center {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: min(24px, 24px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 760px) {
  .p-plan-pill__name-center {
    font-size: 18px;
  }
}
.p-plan-pill__name-mark {
  margin-right: 8px;
  padding: min(8px, 8px * 100vw / 1030px) min(16px, 16px * 100vw / 1030px);
  font-size: min(32px, 32px * 100vw / 1030px);
  background-color: #fd723d;
  border: 2px solid #ffffff;
  border-radius: min(8px, 8px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-pill__name-mark {
    padding: 8px 16px;
    font-size: 20px;
    border-radius: 4px;
  }
}
.p-plan-pill__name-big {
  font-size: min(40px, 40px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-pill__name-big {
    font-size: 24px;
  }
}
.p-plan-pill__name::before, .p-plan-pill__name::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #ffffff;
}
.p-plan-pill__diagram-group {
  margin-bottom: min(48px, 48px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-pill__diagram-group {
    margin-bottom: 48px;
  }
}
.p-plan-pill__diagram-group:last-child {
  margin-bottom: 0;
}
.p-plan-pill table {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}
.p-plan-pill table colgroup col:nth-child(1) {
  width: 31%;
}
@media screen and (max-width: 760px) {
  .p-plan-pill table colgroup col:nth-child(1) {
    width: 20%;
  }
}
.p-plan-pill table colgroup col:nth-child(2) {
  width: 23%;
}
@media screen and (max-width: 760px) {
  .p-plan-pill table colgroup col:nth-child(2) {
    width: 30%;
  }
}
.p-plan-pill table colgroup col:nth-child(3) {
  width: 23%;
}
@media screen and (max-width: 760px) {
  .p-plan-pill table colgroup col:nth-child(3) {
    width: 30%;
  }
}
.p-plan-pill table colgroup col:nth-child(4) {
  width: 23%;
}
@media screen and (max-width: 760px) {
  .p-plan-pill table colgroup col:nth-child(4) {
    width: 20%;
  }
}
.p-plan-pill table tr {
  width: 100%;
}
.p-plan-pill table tr th {
  height: 56px;
  font-size: min(18px, 18px * 100vw / 1030px);
  font-weight: 700;
  color: #444444;
  background-color: #fbd1c3;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 760px) {
  .p-plan-pill table tr th {
    height: 36px;
    font-size: 14px;
  }
}
@media screen and (max-width: 760px) {
  .p-plan-pill table tr th span {
    font-size: 18px;
  }
}
.p-plan-pill table tr th:nth-child(1) {
  background-color: transparent;
}
.p-plan-pill table tr td {
  padding: min(10px, 10px * 100vw / 1030px);
  text-align: center;
  background-color: #ffffff;
}
@media screen and (max-width: 760px) {
  .p-plan-pill table tr td {
    padding: 8px 4px;
  }
}
.p-plan-pill table tr td:nth-child(1) {
  text-align: center;
  font-size: min(20px, 20px * 100vw / 1030px);
  font-weight: 700;
  border-radius: 4px 0 0 4px;
  white-space: nowrap;
}
@media screen and (max-width: 760px) {
  .p-plan-pill table tr td:nth-child(1) {
    font-size: 12px;
    border-radius: 1.25px 0 0 1.25px;
  }
}
.p-plan-pill table tr td.price {
  font-size: min(18px, 18px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.9px;
  white-space: nowrap;
}
@media screen and (max-width: 760px) {
  .p-plan-pill table tr td.price {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.p-plan-pill table tr td.price p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-plan-pill table tr td.price span.num {
  font-family: "Inter";
  font-size: min(28px, 28px * 100vw / 1030px);
  letter-spacing: 0;
}
@media screen and (max-width: 760px) {
  .p-plan-pill table tr td.price span.num {
    font-size: 18px;
  }
}
.p-plan-pill table tr td.price span.tax {
  font-size: min(14px, 14px * 100vw / 1030px);
  font-weight: 400;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 760px) {
  .p-plan-pill table tr td.price span.tax {
    position: absolute;
    right: -10px;
    bottom: -6px;
    font-size: 8px;
    letter-spacing: 0;
  }
}
.p-plan-pill table tr td.link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(16px, 16px * 100vw / 1030px);
  width: min(200px, 200px * 100vw / 1030px);
  height: min(60px, 60px * 100vw / 1030px);
  margin: 0 auto;
  background: linear-gradient(90deg, #5d86d9 0%, #448cc7 100%);
  border: 1px solid #ffffff;
  border-radius: 999px;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.32);
  transition: 0.3s ease all;
}
@media screen and (max-width: 760px) {
  .p-plan-pill table tr td.link a {
    gap: 4px;
    width: 55px;
    height: 51px;
    border-radius: 4px;
  }
}
.p-plan-pill table tr td.link a .text {
  display: inline-block;
  font-size: min(24px, 24px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #ffffff;
}
@media screen and (max-width: 760px) {
  .p-plan-pill table tr td.link a .text {
    font-size: 14px;
    line-height: 1.2;
  }
}
.p-plan-pill table tr td.link a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(24px, 24px * 100vw / 1030px);
  height: min(24px, 24px * 100vw / 1030px);
  margin-top: min(4px, 4px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-pill table tr td.link a .icon {
    width: 10px;
    height: 10px;
    margin-top: 4px;
  }
}
.p-plan-pill table tr td.link a:hover {
  opacity: 0.7;
}
.p-plan-pill__kome {
  font-size: min(14px, 14px * 100vw / 1030px);
  line-height: 1;
  letter-spacing: 0.7px;
  color: #f4f4f4;
}
@media screen and (max-width: 760px) {
  .p-plan-pill__kome {
    font-size: 12px;
    margin-bottom: 32px;
  }
}

.p-plan-doctor {
  padding: min(60px, 60px * 100vw / 1030px) min(0px, 0px * 100vw / 1030px);
  background-color: #ffffff;
}
.p-plan-doctor__lead {
  width: min(1140px, 1140px * 100vw / 1030px);
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: min(30px, 30px * 100vw / 1030px);
  padding-left: 15px;
  padding-right: 15px;
  font-size: min(20px, 20px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #5b5c5e;
}
@media screen and (max-width: 760px) {
  .p-plan-doctor__lead {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
    font-size: 16px;
  }
}
.p-plan-doctor__center {
  margin-bottom: min(30px, 30px * 100vw / 1030px);
  padding: min(92px, 92px * 100vw / 1030px) min(15px, 15px * 100vw / 1030px);
  background-color: #eda386;
  overflow-x: auto;
}
@media screen and (max-width: 760px) {
  .p-plan-doctor__center {
    margin-bottom: 30px;
    padding: 32px 0 84px;
    overflow-x: unset;
  }
}
.p-plan-doctor__list {
  display: flex;
  justify-content: center;
  gap: 48px;
  width: 1348px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .p-plan-doctor__list {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 760px) {
  .p-plan-doctor__list {
    width: auto;
  }
}
.p-plan-doctor__item {
  width: 300px;
  background-color: #ffffff;
  border-radius: min(16px, 16px * 100vw / 1030px);
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .p-plan-doctor__item {
    width: 300px;
    height: 570px;
    margin: 0 6.5px;
  }
}
.p-plan-doctor__photo {
  position: relative;
  width: 100%;
}
.p-plan-doctor__photo::before {
  content: "";
  display: block;
  padding-top: 96%;
}
.p-plan-doctor__photo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.p-plan-doctor__infos {
  padding: min(16px, 16px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-doctor__infos {
    padding: 16px;
  }
}
.p-plan-doctor__name {
  margin-bottom: min(8px, 8px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-doctor__name {
    margin-bottom: 8px;
  }
}
.p-plan-doctor__name-main {
  font-size: min(20px, 20px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: #333333;
}
@media screen and (max-width: 760px) {
  .p-plan-doctor__name-main {
    font-size: 20px;
  }
}
.p-plan-doctor__name-mark {
  font-size: min(16px, 16px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #333333;
}
@media screen and (max-width: 760px) {
  .p-plan-doctor__name-mark {
    font-size: 16px;
  }
}
.p-plan-doctor__tags {
  display: flex;
  flex-wrap: wrap;
  gap: min(8px, 8px * 100vw / 1030px);
  margin-bottom: min(8px, 8px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-doctor__tags {
    gap: 8px;
    margin-bottom: 8px;
  }
}
.p-plan-doctor__tags span {
  display: inline-block;
  padding: min(4px, 4px * 100vw / 1030px) min(8px, 8px * 100vw / 1030px);
  font-size: min(14px, 14px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.7px;
  color: #ffffff;
  background-color: #087bc7;
  border-radius: 999px;
}
@media screen and (max-width: 760px) {
  .p-plan-doctor__tags span {
    padding: 4px 8px;
    font-size: 14px;
  }
}
.p-plan-doctor__description {
  font-size: min(16px, 16px * 100vw / 1030px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-plan-doctor__description {
    font-size: 16px;
  }
}
.p-plan-doctor__link {
  padding: min(0px, 0px * 100vw / 1030px) min(16px, 16px * 100vw / 1030px) min(12px, 12px * 100vw / 1030px);
}
.p-plan-doctor__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(32px, 32px * 100vw / 1030px);
  width: 100%;
  height: min(38px, 38px * 100vw / 1030px);
  border-radius: 4px;
  background-color: #087bc7;
}
@media screen and (max-width: 760px) {
  .p-plan-doctor__link a {
    gap: 32px;
    height: 38px;
  }
}
.p-plan-doctor__link span.text {
  font-size: min(18px, 18px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.9px;
  color: #ffffff;
}
@media screen and (max-width: 760px) {
  .p-plan-doctor__link span.text {
    font-size: 18px;
  }
}
.p-plan-doctor__link span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9px;
  height: 7px;
  margin-top: 4px;
}
.p-plan-doctor .slick-track {
  display: flex;
  align-items: stretch;
}
.p-plan-doctor .slick-dots {
  bottom: -60px;
}
.p-plan-doctor .slick-dots li {
  margin: 0 12px;
}
.p-plan-doctor .slick-dots li button {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
}
.p-plan-doctor .slick-dots li button::before {
  color: transparent;
}
.p-plan-doctor .slick-dots li.slick-active button {
  background-color: #087bc7;
}

.p-plan-chat {
  padding: min(80px, 80px * 100vw / 1030px) min(0px, 0px * 100vw / 1030px) min(100px, 100px * 100vw / 1030px);
  background-color: #f5f0eb;
}
.p-plan-chat__up {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: min(48px, 48px * 100vw / 1030px);
  padding-bottom: min(100px, 100px * 100vw / 1030px);
  padding-right: 15px;
  padding-left: 15px;
}
.p-plan-chat__up-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(80px, 80px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__up-row {
    flex-direction: column;
    gap: 0;
    padding-top: 8px;
  }
}
.p-plan-chat__price {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(16px, 16px * 100vw / 1030px);
  width: 100%;
  padding: 2px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: min(16px, 16px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__price {
    position: relative;
    gap: 4px;
    margin-bottom: 16px;
    border-radius: 0;
  }
}
.p-plan-chat__price-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(140px, 140px * 100vw / 1030px);
  height: min(140px, 140px * 100vw / 1030px);
  font-size: min(24px, 24px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #ffffff;
  background-color: #eda386;
  border-radius: 50%;
  transform: rotate(-4deg);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__price-circle {
    width: 120px;
    height: 120px;
    font-size: 20px;
  }
}
.p-plan-chat__price-circle span.time {
  font-size: min(32px, 32px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__price-circle span.time {
    font-size: 28px;
  }
}
.p-plan-chat__price-right {
  display: flex;
  align-items: center;
  gap: min(16px, 16px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__price-right {
    flex-direction: column;
    gap: 8px;
  }
}
.p-plan-chat__price-text {
  font-size: min(28px, 28px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__price-text {
    font-size: 20px;
  }
}
.p-plan-chat__price-value {
  font-family: "Poppins", sans-serif;
  font-size: min(42px, 42px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  color: #eda386;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__price-value {
    font-size: 42px;
  }
}
.p-plan-chat__service {
  padding: min(48px, 48px * 100vw / 1030px);
  background-color: #fbd1c3;
  border: 3px solid #ffffff;
  border-radius: min(32px, 32px * 100vw / 1030px);
  box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__service {
    padding: 32px 24px;
    border-radius: 32px;
  }
}
.p-plan-chat__service-ttl {
  margin-bottom: min(32px, 32px * 100vw / 1030px);
  text-align: center;
  font-size: min(24px, 24px * 100vw / 1030px);
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #666666;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__service-ttl {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.p-plan-chat__service-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(16px, 16px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__service-list {
    gap: 8px;
  }
}
.p-plan-chat__service-item {
  display: flex;
  align-items: center;
  gap: 4px;
  width: min(300px, 300px * 100vw / 1030px);
  height: min(48px, 48px * 100vw / 1030px);
  padding: min(0px, 0px * 100vw / 1030px) min(16px, 16px * 100vw / 1030px);
  background-color: #ffffff;
  border-radius: min(999px, 999px * 100vw / 1030px);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__service-item {
    width: 100%;
    height: 48px;
    padding: 8px 16px;
    border-radius: 999px;
  }
}
.p-plan-chat__service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(32px, 32px * 100vw / 1030px);
  height: min(32px, 32px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__service-icon {
    width: 24px;
    height: 24px;
  }
}
.p-plan-chat__service-text {
  font-size: min(18px, 18px * 100vw / 1030px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.72px;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__service-text {
    font-size: 18px;
  }
}
.p-plan-chat__target {
  margin-bottom: min(48px, 48px * 100vw / 1030px);
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__target {
    margin-bottom: 32px;
  }
}
.p-plan-chat__target-box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: min(48px, 48px * 100vw / 1030px) min(58px, 58px * 100vw / 1030px);
  background-color: #ffffff;
  border-radius: min(16px, 16px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__target-box {
    padding: 32px 20px;
    border-radius: 16px;
  }
}
.p-plan-chat__target-title {
  margin-bottom: min(32px, 32px * 100vw / 1030px);
  text-align: center;
  font-size: min(28px, 28px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__target-title {
    font-size: 24px;
    line-height: 1.5;
  }
}
.p-plan-chat__target-contents {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: min(32px, 32px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__target-contents {
    gap: 32px;
  }
}
.p-plan-chat__target-item {
  width: calc(33.3333333333% - 21.3333333333px);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__target-item {
    width: 100%;
  }
}
.p-plan-chat__target-item-title {
  margin-bottom: min(8px, 8px * 100vw / 1030px);
  text-align: center;
  font-size: min(20px, 20px * 100vw / 1030px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #077bc7;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__target-item-title {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.p-plan-chat__target-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(70px, 70px * 100vw / 1030px);
  height: min(70px, 70px * 100vw / 1030px);
  margin: 0 auto;
  margin-bottom: min(18px, 18px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__target-item-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
  }
}
.p-plan-chat__target-item-text {
  padding: min(16px, 16px * 100vw / 1030px);
  font-size: min(14px, 14px * 100vw / 1030px);
  font-weight: 400;
  line-height: 1.5;
  color: #444444;
  text-align: justify;
  border-radius: min(16px, 16px * 100vw / 1030px);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__target-item-text {
    padding: 16px;
    font-size: 14px;
    border-radius: 16px;
  }
}
.p-plan-chat__center {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: min(48px, 48px * 100vw / 1030px);
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__center {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.p-plan-chat__intro {
  max-width: 727px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__intro {
    margin-bottom: 32px;
  }
}
.p-plan-chat__intro-title {
  margin-bottom: min(19px, 19px * 100vw / 1030px);
  font-size: min(28px, 28px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1.2;
  color: #808080;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__intro-title {
    margin-bottom: 28px;
    font-size: 18px;
  }
}
.p-plan-chat__intro-title span {
  display: block;
  color: #eda386;
}
.p-plan-chat__intro-video {
  width: 100%;
  max-width: 117rem;
  margin: 0 auto;
}
.p-plan-chat__intro-video video {
  width: 100%;
}
.p-plan-chat__flow {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: min(48px, 48px * 100vw / 1030px);
  padding: min(32px, 32px * 100vw / 1030px) min(32px, 32px * 100vw / 1030px) min(24px, 24px * 100vw / 1030px);
  border: 1px solid #000000;
  border-radius: min(16px, 16px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__flow {
    padding: 0 0 0 20px;
    border: none;
    border-radius: 0;
  }
}
.p-plan-chat__flow-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(70px, 70px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__flow-list {
    flex-direction: column;
    gap: 22px;
  }
}
.p-plan-chat__flow-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(240px, 240px * 100vw / 1030px);
  height: min(120px, 120px * 100vw / 1030px);
  border-radius: min(8px, 8px * 100vw / 1030px);
  background-color: #ffffff;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__flow-item {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 8px;
  }
}
.p-plan-chat__flow-item::after {
  content: "";
  position: absolute;
  right: max(-38px, -3.6893203883vw);
  top: 50%;
  transform: translateY(-50%);
  width: min(6px, 6px * 100vw / 1030px);
  height: min(12px, 12px * 100vw / 1030px);
  background: url("../img/plans/chat/arrow.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__flow-item::after {
    right: unset;
    top: unset;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%) rotate(90deg);
    width: 6px;
    height: 12px;
  }
}
.p-plan-chat__flow-item:last-child::after {
  content: none;
}
.p-plan-chat__flow-num {
  position: absolute;
  left: 50%;
  top: max(-16px, -1.5533980583vw);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(32px, 32px * 100vw / 1030px);
  height: min(32px, 32px * 100vw / 1030px);
  font-size: min(20px, 20px * 100vw / 1030px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #ffffff;
  background-color: #077bc7;
  border-radius: 50%;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__flow-num {
    left: -21px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    font-size: 24px;
  }
}
.p-plan-chat__flow-text {
  text-align: center;
  font-size: min(16px, 16px * 100vw / 1030px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.64px;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__flow-text {
    font-size: 16px;
  }
}
.p-plan-chat__feature {
  margin: min(48px, 48px * 100vw / 1030px) min(0px, 0px * 100vw / 1030px);
  padding-right: 15px;
  padding-left: 15px;
}
.p-plan-chat__feature-box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: min(48px, 48px * 100vw / 1030px) min(91px, 91px * 100vw / 1030px);
  background-color: #ffffff;
  border-radius: min(16px, 16px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__feature-box {
    padding: 32px 16px;
    border-radius: 16px;
  }
}
.p-plan-chat__feature-ttl {
  margin-bottom: min(48px, 48px * 100vw / 1030px);
  text-align: center;
  font-size: min(28px, 28px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1.2;
  color: #077bc7;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__feature-ttl {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
.p-plan-chat__feature-list {
  display: flex;
  flex-direction: column;
  gap: min(32px, 32px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__feature-list {
    gap: 32px;
  }
}
.p-plan-chat__feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__feature-item {
    flex-direction: column;
  }
}
.p-plan-chat__feature-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__feature-item:nth-child(even) {
    flex-direction: column;
  }
}
.p-plan-chat__feature-image {
  width: min(240px, 240px * 100vw / 1030px);
  height: min(160px, 160px * 100vw / 1030px);
  border-radius: min(8px, 8px * 100vw / 1030px);
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__feature-image {
    width: 100%;
    height: 60%;
    border-radius: 8px;
  }
}
.p-plan-chat__feature-image img {
  width: 100%;
  height: 100%;
}
.p-plan-chat__feature-infos {
  display: flex;
  flex-direction: column;
  gap: min(16px, 16px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__feature-infos {
    gap: 8px;
    width: 100%;
  }
}
.p-plan-chat__feature-text {
  font-size: min(20px, 20px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__feature-text {
    font-size: 18px;
    line-height: 1.2;
  }
}
.p-plan-chat__feature-desc {
  font-size: min(16px, 16px * 100vw / 1030px);
  font-weight: 400;
  line-height: 1.5;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__feature-desc {
    font-size: 14px;
  }
}
.p-plan-chat__warning {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: min(48px, 48px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__warning {
    width: 100%;
    margin-bottom: 32px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-plan-chat__warning-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(16px, 16px * 100vw / 1030px);
  width: 100%;
  margin-bottom: min(24px, 24px * 100vw / 1030px);
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__warning-ttl {
    gap: 16px;
    margin-bottom: 16px;
  }
}
.p-plan-chat__warning-ttl span {
  font-size: min(24px, 24px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  color: #077bc7;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__warning-ttl span {
    font-size: 20px;
  }
}
.p-plan-chat__warning-ttl::before, .p-plan-chat__warning-ttl::after {
  content: "";
  flex: 1;
  width: 100%;
  height: 1px;
  background-color: #077bc7;
}
.p-plan-chat__warning-list {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: min(14px, 14px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-plan-chat__warning-list {
    padding-left: 13px;
  }
}
.p-plan-chat__warning-item {
  list-style: disc;
  font-size: min(14px, 14px * 100vw / 1030px);
  font-weight: 400;
  line-height: 1.3;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-plan-chat__warning-item {
    font-size: 13px;
  }
}

.p-diffs {
  padding: min(80px, 80px * 100vw / 1030px) min(0px, 0px * 100vw / 1030px);
  background-color: #ffffff;
}
@media screen and (max-width: 760px) {
  .p-diffs {
    padding: 48px 0;
  }
}
.p-diffs__container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 760px) {
  .p-diffs__container {
    padding: 0 8px;
  }
}
.p-diffs__up {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: min(64px, 64px * 100vw / 1030px);
  padding: min(16px, 16px * 100vw / 1030px) min(97px, 97px * 100vw / 1030px) min(0px, 0px * 100vw / 1030px);
  border: 1px solid #eda386;
  border-radius: min(32px, 32px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-diffs__up {
    margin-bottom: 48px;
    padding: 16px;
  }
}
.p-diffs__up-row {
  display: flex;
  align-items: center;
  gap: 48px;
}
.p-diffs__infos-doctor {
  max-width: 50%;
}
@media screen and (max-width: 400px) {
  .p-diffs__infos-doctor {
    max-width: 115px;
  }
}
.p-diffs__infos-ttl {
  margin-bottom: 8px;
}
@media screen and (max-width: 760px) {
  .p-diffs__infos-ttl {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.p-diffs__infos-txt {
  font-size: min(28px, 28px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #fd723d;
}
@media screen and (max-width: 760px) {
  .p-diffs__infos-txt {
    font-size: 17px;
  }
}
.p-diffs__infos-desc {
  font-size: min(20px, 20px * 100vw / 1030px);
  text-align: justify;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-diffs__infos-desc {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.p-diffs__bottom {
  padding: min(64px, 64px * 100vw / 1030px) min(60px, 60px * 100vw / 1030px);
  background-color: #fbd1c3;
  border-radius: min(32px, 32px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-diffs__bottom {
    padding: 32px 16px;
    border-radius: 16px;
  }
}
.p-diffs__title {
  margin-bottom: min(32px, 32px * 100vw / 1030px);
  text-align: center;
  font-size: min(28px, 28px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.4px;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-diffs__title {
    margin-bottom: 16px;
    text-align: left;
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
.p-diffs table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
@media screen and (max-width: 760px) {
  .p-diffs table {
    border-spacing: 1px;
  }
}
.p-diffs table colgroup col:nth-child(1) {
  width: 36%;
}
@media screen and (max-width: 760px) {
  .p-diffs table colgroup col:nth-child(1) {
    width: 22%;
  }
}
.p-diffs table colgroup col:nth-child(2) {
  width: 32%;
}
@media screen and (max-width: 760px) {
  .p-diffs table colgroup col:nth-child(2) {
    width: 41%;
  }
}
.p-diffs table colgroup col:nth-child(3) {
  width: 32%;
}
@media screen and (max-width: 760px) {
  .p-diffs table colgroup col:nth-child(3) {
    width: 37%;
  }
}
.p-diffs table th {
  height: 56px;
}
@media screen and (max-width: 760px) {
  .p-diffs table th {
    height: 40px;
  }
}
.p-diffs table th p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
}
@media screen and (max-width: 760px) {
  .p-diffs table th p {
    gap: 2px;
  }
}
.p-diffs table th p .flag {
  width: min(44px, 44px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-diffs table th p .flag {
    width: 32px;
  }
}
.p-diffs table th p .text {
  font-size: min(20px, 20px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 760px) {
  .p-diffs table th p .text {
    font-size: 14px;
  }
}
.p-diffs table th:nth-child(2) {
  background-color: #eda386;
  border-radius: 8px 8px 0 0;
}
.p-diffs table th:nth-child(3) {
  padding-top: 8px;
}
.p-diffs table th:nth-child(3) p {
  background-color: #666666;
  border-radius: 8px 8px 0 0;
}
.p-diffs table td {
  padding: 16px;
  text-align: center;
  background-color: #ffffff;
}
@media screen and (max-width: 760px) {
  .p-diffs table td {
    padding: 10px 2px;
  }
}
.p-diffs table td:nth-child(1) {
  background-color: #f5f0eb;
  border-radius: 4px 0 0 4px;
}
.p-diffs table td:nth-child(1) p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 760px) {
  .p-diffs table td:nth-child(1) p {
    flex-direction: column;
    gap: 8px;
  }
}
.p-diffs table td:nth-child(1) p .icon {
  width: min(64px, 64px * 100vw / 1030px);
  header: min(64px, 64px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-diffs table td:nth-child(1) p .icon {
    width: 32px;
    height: 32px;
  }
}
.p-diffs table td:nth-child(1) p .text {
  min-width: min(150px, 150px * 100vw / 1030px);
  text-align: left;
  font-size: min(22px, 22px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.1px;
  color: #fd723d;
}
@media screen and (max-width: 760px) {
  .p-diffs table td:nth-child(1) p .text {
    min-width: unset;
    text-align: center;
    font-size: 14px;
  }
}
.p-diffs table td:nth-child(2) {
  font-size: min(18px, 18px * 100vw / 1030px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: #fd723d;
}
@media screen and (max-width: 760px) {
  .p-diffs table td:nth-child(2) {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.p-diffs table td:nth-child(3) {
  font-size: min(16px, 16px * 100vw / 1030px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #666666;
}
@media screen and (max-width: 760px) {
  .p-diffs table td:nth-child(3) {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}

.p-kinds {
  padding: min(80px, 80px * 100vw / 1030px) min(0px, 0px * 100vw / 1030px);
  background-color: #f5f0eb;
}
@media screen and (max-width: 760px) {
  .p-kinds {
    padding: 48px 0;
  }
}
.p-kinds__container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.p-kinds__up {
  margin-bottom: min(64px, 64px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-kinds__up {
    margin-bottom: 48px;
  }
}
.p-kinds__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: min(32px, 32px * 100vw / 1030px);
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 760px) {
  .p-kinds__title {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.p-kinds__title-p {
  margin-bottom: min(16px, 16px * 100vw / 1030px);
  font-size: min(24px, 24px * 100vw / 1030px);
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #eda386;
}
@media screen and (max-width: 760px) {
  .p-kinds__title-p {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.p-kinds__title-h2 {
  font-size: min(28px, 28px * 100vw / 1030px);
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-kinds__title-h2 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
.p-kinds__title-h2 span {
  font-size: min(48px, 48px * 100vw / 1030px);
  letter-spacing: 2.4px;
}
@media screen and (max-width: 760px) {
  .p-kinds__title-h2 span {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
.p-kinds__table {
  position: relative;
}
@media screen and (max-width: 760px) {
  .p-kinds__table {
    width: 100%;
    overflow-x: auto;
  }
}
.p-kinds__touch {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 160px;
  height: 160px;
  border-radius: 16px;
  background-color: rgba(237, 163, 134, 0.64);
}
@media screen and (max-width: 760px) {
  .p-kinds__touch {
    display: flex !important;
  }
}
.p-kinds__touch.hide {
  display: none !important;
}
.p-kinds__touch-text {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.64px;
  color: #ffffff;
}
.p-kinds table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
@media screen and (max-width: 760px) {
  .p-kinds table {
    width: auto;
    min-width: 648px;
  }
}
.p-kinds table colgroup col:nth-child(1) {
  width: 6%;
}
@media screen and (max-width: 760px) {
  .p-kinds table colgroup col:nth-child(1) {
    width: 40px;
  }
}
.p-kinds table colgroup col:nth-child(2) {
  width: 26%;
}
@media screen and (max-width: 760px) {
  .p-kinds table colgroup col:nth-child(2) {
    width: 150px;
  }
}
.p-kinds table colgroup col:nth-child(3) {
  width: 20%;
}
@media screen and (max-width: 760px) {
  .p-kinds table colgroup col:nth-child(3) {
    width: 150px;
  }
}
.p-kinds table colgroup col:nth-child(4) {
  width: 28%;
}
@media screen and (max-width: 760px) {
  .p-kinds table colgroup col:nth-child(4) {
    width: 150px;
  }
}
.p-kinds table colgroup col:nth-child(5) {
  width: 20%;
}
@media screen and (max-width: 760px) {
  .p-kinds table colgroup col:nth-child(5) {
    width: 150px;
  }
}
.p-kinds table th {
  height: 48px;
  font-size: min(20px, 20px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background-color: #eda386;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 760px) {
  .p-kinds table th {
    height: 32px;
    font-size: 14px;
  }
}
.p-kinds table th:nth-child(1) {
  background-color: transparent;
}
.p-kinds table td {
  padding: min(24px, 24px * 100vw / 1030px) min(16px, 16px * 100vw / 1030px);
  background-color: #ffffff;
}
@media screen and (max-width: 760px) {
  .p-kinds table td {
    padding: 24px 8px;
  }
}
.p-kinds table td:nth-child(1) {
  font-size: min(22px, 22px * 100vw / 1030px);
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3px;
  color: #444444;
  background-color: #fbd1c3;
  border-radius: 8px 0 0 8px;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 760px) {
  .p-kinds table td:nth-child(1) {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
.p-kinds table td:nth-child(2) ul {
  display: flex;
  flex-direction: column;
  gap: min(8px, 8px * 100vw / 1030px);
  padding-left: min(18px, 18px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-kinds table td:nth-child(2) ul {
    padding-left: 14px;
  }
}
.p-kinds table td:nth-child(2) ul li {
  list-style: disc;
  font-size: min(18px, 18px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.9px;
  color: #fd723d;
}
@media screen and (max-width: 760px) {
  .p-kinds table td:nth-child(2) ul li {
    font-size: 14px;
  }
}
.p-kinds table td:nth-child(3) ul {
  padding-left: min(16px, 16px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-kinds table td:nth-child(3) ul {
    padding-left: 13px;
  }
}
.p-kinds table td:nth-child(3) ul li {
  list-style: disc;
  font-size: min(16px, 16px * 100vw / 1030px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.8px;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-kinds table td:nth-child(3) ul li {
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}
.p-kinds table td:nth-child(4) p {
  font-size: min(16px, 16px * 100vw / 1030px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.8px;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-kinds table td:nth-child(4) p {
    font-size: 13px;
  }
}
.p-kinds table td:nth-child(4) p span {
  display: block;
  margin-bottom: min(16px, 16px * 100vw / 1030px);
  font-size: min(18px, 18px * 100vw / 1030px);
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #fd723d;
}
@media screen and (max-width: 760px) {
  .p-kinds table td:nth-child(4) p span {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.p-kinds table td:nth-child(5) ul {
  padding-left: min(16px, 16px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-kinds table td:nth-child(5) ul {
    padding-left: 13px;
  }
}
.p-kinds table td:nth-child(5) ul li {
  list-style: disc;
  font-size: min(16px, 16px * 100vw / 1030px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.8px;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-kinds table td:nth-child(5) ul li {
    font-size: 13px;
  }
}
.p-kinds__down {
  display: block;
}
.p-kinds__lead {
  margin-bottom: min(32px, 32px * 100vw / 1030px);
  text-align: center;
  font-size: min(24px, 24px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #eda386;
}
@media screen and (max-width: 760px) {
  .p-kinds__lead {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.p-kinds__lead span {
  display: block;
  font-size: min(32px, 32px * 100vw / 1030px);
  letter-spacing: 1.6px;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-kinds__lead span {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
.p-kinds__list {
  display: flex;
  flex-wrap: wrap;
  gap: min(48px, 48px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-kinds__list {
    gap: 16px;
  }
}
.p-kinds__item {
  position: relative;
  width: calc(50% - 24px);
  padding: min(16px, 16px * 100vw / 1030px) min(24px, 24px * 100vw / 1030px);
  background: linear-gradient(0deg, #ffffff, #ffffff), linear-gradient(0deg, rgba(93, 134, 217, 0.08), rgba(93, 134, 217, 0.08));
  border-radius: min(16px, 16px * 100vw / 1030px);
  border: 3px solid #5d86d9;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.48);
}
@media screen and (max-width: 1300px) {
  .p-kinds__item {
    padding-top: 64px;
  }
}
@media screen and (max-width: 760px) {
  .p-kinds__item {
    width: 100%;
    padding: 16px;
    border-radius: 16px;
  }
}
.p-kinds__ttl {
  text-align: center;
  font-size: min(24px, 24px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #444444;
}
@media screen and (max-width: 1300px) {
  .p-kinds__ttl {
    position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    width: 100%;
    font-size: 20px;
  }
}
@media screen and (max-width: 760px) {
  .p-kinds__ttl {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    letter-spacing: 1px;
  }
}
.p-kinds__body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-height: min(180px, 180px * 100vw / 1030px);
  padding-right: min(48px, 48px * 100vw / 1030px);
  padding-left: min(16px, 16px * 100vw / 1030px);
}
@media screen and (max-width: 1300px) {
  .p-kinds__body {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 760px) {
  .p-kinds__body {
    gap: 0;
    min-height: unset;
    justify-content: space-between;
    padding-right: 40px;
    padding-left: 0;
  }
}
.p-kinds__txt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(28px, 28px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.4px;
  color: #5d86d9;
}
@media screen and (max-width: 1300px) {
  .p-kinds__txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 760px) {
  .p-kinds__txt {
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 1300px) {
  .p-kinds__img {
    position: absolute;
    right: min(48px, 48px * 100vw / 1030px);
    max-width: 50%;
  }
}
@media screen and (max-width: 760px) {
  .p-kinds__img {
    position: relative;
    right: unset;
  }
}
.p-kinds__img img {
  width: auto;
  height: auto;
}
.p-kinds__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 760px) {
  .p-kinds__arrow {
    width: 24px;
    height: 24px;
  }
}
.p-kinds__cost {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: min(55px, 55px * 100vw / 1030px);
  margin-top: -4px;
  padding: min(12px, 12px * 100vw / 1030px);
  text-align: center;
  font-size: min(20px, 20px * 100vw / 1030px);
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  background-color: #5d86d9;
  border-radius: 4px;
}
@media screen and (max-width: 760px) {
  .p-kinds__cost {
    height: 33px;
    font-size: 15px;
  }
}
.p-kinds__cost-num {
  margin-bottom: -8px;
  font-family: "Inter";
  font-size: min(42px, 42px * 100vw / 1030px);
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-kinds__cost-num {
    margin-bottom: -2px;
    font-size: 24px;
  }
}
.p-kinds__cost-jpy {
  font-size: min(20px, 20px * 100vw / 1030px);
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-kinds__cost-jpy {
    font-size: 15px;
  }
}

.p-important {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (max-width: 760px) {
  .p-important {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.p-important__container {
  max-width: 1030px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.p-important__group:not(:last-child) {
  margin-bottom: 24px;
}
.p-important__h2 {
  color: #eda386;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-important__h2::before, .p-important__h2::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #eda386;
  min-width: 20px;
}
@media screen and (max-width: 760px) {
  .p-important__h2 {
    gap: 12px;
    font-size: 24px;
    margin-bottom: 16px;
  }
  .p-important__h2::before, .p-important__h2::after {
    min-width: 16px;
  }
}
.p-important__content {
  padding: min(0px, 0px * 100vw / 1030px) min(80px, 80px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-important__content {
    padding: 0;
  }
}
.p-important__item {
  margin-bottom: 16px;
}
.p-important__h3 {
  color: #eda386;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}
.p-important__subtitle {
  font-size: 14px;
  font-weight: 700;
  color: #666666;
}
.p-important__list {
  list-style: none;
  padding-left: 0;
}
.p-important__list li {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 4px;
  position: relative;
  padding-left: 16px;
}
.p-important__list li::before {
  content: "•";
  color: #666666;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 760px) {
  .p-important__list li {
    font-size: 12px;
  }
}
.p-important__text {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 760px) {
  .p-important__text {
    font-size: 12px;
  }
}
.p-important__note {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 4px;
}
.p-important__note--special {
  margin-top: 0;
}
@media screen and (max-width: 760px) {
  .p-important__note {
    font-size: 12px;
  }
}

.p-faq {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background-color: #faf8f5;
}
@media screen and (max-width: 760px) {
  .p-faq {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.p-faq__container {
  max-width: 1030px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.p-faq__h2 {
  margin-bottom: 32px;
  font-size: min(40px, 40px * 100vw / 1030px);
  font-weight: 700;
  color: #fd723d;
}
@media screen and (max-width: 760px) {
  .p-faq__h2 {
    font-size: 24px;
  }
}
.p-faq__group:not(:last-child) {
  margin-bottom: 8px;
}
.p-faq__group.is-open .p-faq__icon-plus::before {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-faq__dl {
  background-color: #ffffff;
  border-radius: 8px;
  padding-left: min(48px, 48px * 100vw / 1030px);
  padding-right: min(48px, 48px * 100vw / 1030px);
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .p-faq__dl {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.p-faq__question {
  cursor: pointer;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.p-faq__question:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-faq__answer {
  align-items: flex-start !important;
}
.p-faq__dt-english {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  line-height: 1;
  color: #eda386;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .p-faq__dt-english {
    font-size: 24px;
  }
}
.p-faq__dt-p {
  font-size: min(20px, 20px * 100vw / 1030px);
  font-weight: 500;
  color: #444444;
  flex: 1;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .p-faq__dt-p {
    font-size: 16px;
  }
}
.p-faq__dd-p {
  text-align: justify;
  font-size: min(16px, 16px * 100vw / 1030px);
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #444444;
}
.p-faq__dd-p a {
  font-weight: 700;
  color: #077bc7;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-faq__dd-english {
  color: #fbd1c3;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .p-faq__dd-english {
    font-size: 24px;
  }
}
.p-faq__dd-p-ul {
  margin: 16px;
  padding: 16px;
  background-color: #f8f9fb;
  border-radius: 16px;
}
.p-faq__dd-p-li {
  padding: 12px 0;
  border-bottom: 1px dashed #b2b2b2;
}
.p-faq__dd-p-li-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.p-faq__dd-p-li-head .ttl {
  color: #333333;
}
.p-faq__dd-p-li-head .delay {
  color: #fd723d;
}
.p-faq__dd-p-li-desc {
  margin: 4px 0 0;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #333333;
}
.p-faq__dd-p-li:last-child {
  border-bottom: none;
}
.p-faq__flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.p-faq__flex--special {
  border-top: 1px dashed #444444;
}
.p-faq__icon {
  position: relative;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 760px) {
  .p-faq__icon {
    width: 16px;
    height: 16px;
  }
}
.p-faq__icon-plus {
  position: relative;
  width: 25px;
  height: 1px;
  background-color: #fd723d;
  transition: all 0.3s ease;
}
.p-faq__icon-plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 25px;
  height: 1px;
  background-color: #fd723d;
  transition: all 0.3s ease;
}
@media screen and (max-width: 760px) {
  .p-faq__icon-plus::before {
    width: 16px;
  }
}
@media screen and (max-width: 760px) {
  .p-faq__icon-plus {
    width: 16px;
  }
}
.p-faq__link {
  margin-top: min(48px, 4.6601941748vw);
}
.p-faq__link-up {
  text-align: center;
}
.p-faq__link-txt {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: #606062;
}
@media screen and (max-width: 760px) {
  .p-faq__link-txt {
    font-size: 16px;
  }
}
.p-faq__link-txt::before {
  content: "＼";
  position: absolute;
  bottom: 0;
  left: -36px;
}
@media screen and (max-width: 760px) {
  .p-faq__link-txt::before {
    left: -10px;
  }
}
.p-faq__link-txt::after {
  content: "／";
  position: absolute;
  bottom: 0;
  right: -36px;
}
@media screen and (max-width: 760px) {
  .p-faq__link-txt::after {
    right: -10px;
  }
}
.p-faq__link-txt span {
  font-size: 28px;
  font-weight: 700;
  color: #5d86d9;
}
@media screen and (max-width: 760px) {
  .p-faq__link-txt span {
    font-size: 16px;
  }
}
.p-faq__link-btn {
  display: block;
  max-width: min(732px, 71.067961165vw);
  margin: 0 auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 760px) {
  .p-faq__link-btn {
    max-width: 340px;
  }
}
.p-faq__link-btn:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

.p-send {
  padding-top: min(80px, 80px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-send {
    padding-top: 48px;
  }
}
.p-send__container {
  max-width: 1030px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .p-send__container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.p-send__wrap {
  margin-right: min(160px, 160px * 100vw / 1030px);
  padding: min(80px, 80px * 100vw / 1030px) min(0px, 0px * 100vw / 1030px);
  background-color: #f5f0eb;
  border-radius: min(0px, 0px * 100vw / 1030px) min(10px, 10px * 100vw / 1030px) min(10px, 10px * 100vw / 1030px) min(0px, 0px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-send__wrap {
    margin-right: 8px;
    padding: 32px 0;
    border-radius: 0 16px 16px 0;
  }
}
.p-send__flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: min(160px, 160px * 100vw / 1030px);
       column-gap: min(160px, 160px * 100vw / 1030px);
}
@media screen and (max-width: 1024px) {
  .p-send__flex {
    -moz-column-gap: min(80px, 80px * 100vw / 1030px);
         column-gap: min(80px, 80px * 100vw / 1030px);
  }
}
@media screen and (max-width: 760px) {
  .p-send__flex {
    row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-send__h2 {
  font-size: min(32px, 32px * 100vw / 1030px);
  font-weight: 700;
  color: #fd723d;
  min-width: 133px;
}
@media screen and (max-width: 760px) {
  .p-send__h2 {
    font-size: 24px;
  }
}
.p-send__group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.p-send__table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
@media screen and (max-width: 760px) {
  .p-send__table {
    border-spacing: 1px;
  }
}
.p-send__table colgroup col:nth-child(1) {
  width: 15%;
}
.p-send__table colgroup col:nth-child(2) {
  width: 60%;
}
.p-send__table colgroup col:nth-child(3) {
  width: 25%;
}
.p-send__table tr {
  width: 100%;
}
.p-send__table tr th {
  height: 40px;
  font-size: min(20px, 20px * 100vw / 1030px);
  font-weight: 700;
  color: #ffffff;
  background-color: #eda386;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 760px) {
  .p-send__table tr th {
    font-size: 14px;
  }
}
.p-send__table tr th:nth-child(1) {
  background-color: transparent;
}
.p-send__table tr td {
  min-height: 70px;
  padding: min(12px, 12px * 100vw / 1030px) min(20px, 20px * 100vw / 1030px);
  background-color: #ffffff;
}
@media screen and (max-width: 760px) {
  .p-send__table tr td {
    padding: 8px;
  }
}
.p-send__table tr td:nth-child(1) {
  text-align: center;
  font-size: min(20px, 20px * 100vw / 1030px);
  font-weight: 700;
  color: #ffffff;
  background-color: #eda386;
  border-radius: 4px 0 0 4px;
}
@media screen and (max-width: 760px) {
  .p-send__table tr td:nth-child(1) {
    font-size: 14px;
  }
}
.p-send__table tr td:nth-child(2) p {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: min(16px, 16px * 100vw / 1030px);
       column-gap: min(16px, 16px * 100vw / 1030px);
  row-gap: min(10px, 10px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-send__table tr td:nth-child(2) p {
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
  }
}
.p-send__table tr td:nth-child(2) p span:not(.nl) {
  position: relative;
  padding: min(0px, 0px * 100vw / 1030px) min(0px, 0px * 100vw / 1030px) min(0px, 0px * 100vw / 1030px) min(14px, 14px * 100vw / 1030px);
  font-size: min(18px, 18px * 100vw / 1030px);
  font-weight: 500;
  line-height: 1;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-send__table tr td:nth-child(2) p span:not(.nl) {
    padding: 0 0 0 10px;
    font-size: 14px;
  }
}
.p-send__table tr td:nth-child(2) p span:not(.nl)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(10px, 10px * 100vw / 1030px);
  height: min(10px, 10px * 100vw / 1030px);
  background-color: #eda386;
  border-radius: 50%;
}
@media screen and (max-width: 760px) {
  .p-send__table tr td:nth-child(2) p span:not(.nl)::before {
    width: 8px;
    height: 8px;
    top: 4px;
    transform: unset;
  }
}
@media screen and (max-width: 760px) {
  .p-send__table tr td:nth-child(2) p .nl {
    display: inline;
    font-size: 12px;
  }
}
.p-send__table tr td:nth-child(3) {
  text-align: center;
  font-size: min(18px, 18px * 100vw / 1030px);
  font-weight: 700;
  color: #444444;
}
@media screen and (max-width: 760px) {
  .p-send__table tr td:nth-child(3) {
    font-size: 10px;
  }
}
.p-send__table tr td:nth-child(3) span {
  font-family: "Inter";
  font-size: min(24px, 24px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-send__table tr td:nth-child(3) span {
    font-size: 16px;
  }
}
.p-send__img {
  width: min(704px, 704px * 100vw / 1030px);
  margin-bottom: min(8px, 8px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-send__img {
    width: 100%;
  }
}
.p-send__kome {
  font-size: min(14px, 14px * 100vw / 1030px);
  line-height: 2;
  color: #808080;
}
@media screen and (max-width: 760px) {
  .p-send__kome {
    font-size: 12px;
  }
}

.p-time {
  padding: min(40px, 40px * 100vw / 1030px) min(0px, 0px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-time {
    padding: 20px 0;
  }
}
.p-time__container {
  max-width: 1150px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .p-time__container {
    max-width: 1150px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.p-time__wrap {
  border: 1px solid #eda386;
}
@media screen and (max-width: 760px) {
  .p-time__wrap {
    border-radius: 8px;
    overflow: hidden;
  }
}
.p-time__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(66px, 66px * 100vw / 1030px);
  font-size: min(28px, 28px * 100vw / 1030px);
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #ffffff;
  background-color: #eda386;
}
@media screen and (max-width: 760px) {
  .p-time__top {
    height: 48px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.p-time__content {
  padding: min(32px, 32px * 100vw / 1030px) min(0px, 0px * 100vw / 1030px);
  background-color: #ffffff;
  max-width: min(615px, 615px * 100vw / 1030px);
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .p-time__content {
    padding: 16px 12px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    max-width: 615px;
  }
}
.p-time__group {
  row-gap: min(8px, 8px * 100vw / 1030px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: min(16px, 16px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-time__group {
    margin-bottom: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    flex-direction: row;
  }
}
.p-time__child {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: min(16px, 16px * 100vw / 1030px);
       column-gap: min(16px, 16px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-time__child {
    flex-direction: column;
    row-gap: 8px;
    width: calc((100% - 8px) / 2);
  }
}
.p-time__left {
  font-size: min(24px, 24px * 100vw / 1030px);
  font-weight: 700;
  border: 1px solid #eda386;
  width: min(157px, 157px * 100vw / 1030px);
  height: min(45px, 45px * 100vw / 1030px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #eda386;
  background-color: #f8f9fb;
}
.p-time__left--2 {
  color: #5b5c5e;
  background-color: #f4f4f4;
  border: 1px solid #5b5c5e;
}
@media screen and (max-width: 760px) {
  .p-time__left {
    font-size: 18px;
    height: 38px;
    width: 100%;
    border-radius: 5px;
  }
}
.p-time__right {
  font-family: "Inter";
  font-size: min(28px, 28px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.4px;
  color: #eda386;
}
@media screen and (max-width: 760px) {
  .p-time__right {
    text-align: center;
    font-size: 20px;
  }
}
.p-time__right span {
  display: inline;
}
.p-time__kome {
  font-size: min(14px, 14px * 100vw / 1030px);
  color: #666666;
}
@media screen and (max-width: 760px) {
  .p-time__kome {
    font-size: 12px;
  }
}
.p-time__head {
  margin-bottom: min(24px, 24px * 100vw / 1030px);
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-time__head {
    margin-bottom: 12px;
  }
}
.p-time__title {
  font-size: min(28px, 28px * 100vw / 1030px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: min(1.4px, 1.4px * 100vw / 1030px);
  color: #333333;
}
@media screen and (max-width: 760px) {
  .p-time__title {
    font-size: 21px;
    letter-spacing: 1px;
  }
}
.p-time__title-up {
  display: block;
  margin-bottom: min(8px, 8px * 100vw / 1030px);
  font-size: min(20px, 20px * 100vw / 1030px);
  letter-spacing: min(1px, 1px * 100vw / 1030px);
}
@media screen and (max-width: 760px) {
  .p-time__title-up {
    font-size: 16px;
    margin-bottom: 8px;
    letter-spacing: 0.8px;
  }
}
.p-time__title-24h {
  font-size: min(24px, 24px * 100vw / 1030px);
  letter-spacing: min(1.2px, 1.2px * 100vw / 1030px);
  color: #eda386;
}
@media screen and (max-width: 760px) {
  .p-time__title-24h {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.p-register {
  padding-top: min(80px, 7.7669902913vw);
  padding-bottom: min(80px, 7.7669902913vw);
}
@media screen and (max-width: 760px) {
  .p-register {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.p-register__container {
  max-width: 1150px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .p-register__container {
    max-width: 1150px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.p-register__h2 {
  text-align: left;
  margin-bottom: min(34px, 3.3009708738vw);
  color: #eda386;
  font-size: min(32px, 3.1067961165vw);
}
@media screen and (max-width: 760px) {
  .p-register__h2 {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
@media screen and (max-width: 760px) {
  .p-register__button {
    height: 64px;
    text-align: center;
    margin-top: 16px;
  }
}
.p-register__pc-wrapper {
  position: relative;
}
@media screen and (max-width: 760px) {
  .p-register__pc-wrapper {
    display: none;
  }
}
.p-register__pc-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -moz-column-gap: min(16px, 1.5533980583vw);
       column-gap: min(16px, 1.5533980583vw);
  padding: 0 15px;
}
.p-register__pc-content::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 760px) {
  .p-register__pc-content {
    display: none;
  }
}
.p-register__mobile-wrapper {
  display: none;
}
@media screen and (max-width: 760px) {
  .p-register__mobile-wrapper {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 760px) {
  .p-register__mobile-content {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 16px;
    padding: 0 15px;
  }
  .p-register__mobile-content::-webkit-scrollbar {
    display: none;
  }
}
.p-register__nav {
  display: flex;
  justify-content: center;
  gap: min(64px, 6.213592233vw);
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 760px) {
  .p-register__nav--pc {
    display: none;
  }
}
.p-register__nav--mb {
  display: none;
}
@media screen and (max-width: 760px) {
  .p-register__nav--mb {
    display: flex;
    gap: 64px;
    margin-top: 32px;
  }
}
.p-register__nav-btn {
  position: relative;
  width: min(40px, 3.8834951456vw);
  height: min(40px, 3.8834951456vw);
  border-radius: 50%;
  border: 2px solid #eda386;
  background-color: #eda386;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-register__nav-btn:hover {
  background-color: #eda386;
  color: white;
}
.p-register__nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media screen and (max-width: 760px) {
  .p-register__nav-btn {
    width: 40px;
    height: 40px;
  }
}
.p-register__nav-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(10px, 0.9708737864vw);
}
@media screen and (max-width: 760px) {
  .p-register__nav-icon {
    width: 10px;
  }
}
.p-register__arrow {
  width: min(14px, 1.359223301vw);
  flex-shrink: 0;
}
@media screen and (max-width: 760px) {
  .p-register__arrow {
    width: 14px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-register__step {
  position: absolute;
  height: min(70px, 6.7961165049vw);
  width: min(70px, 6.7961165049vw);
  background-color: #eda386;
  color: white;
  font-size: min(14px, 1.359223301vw);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-left-radius: min(10px, 0.9708737864vw);
  border-bottom-right-radius: min(10px, 0.9708737864vw);
  top: 0;
  left: 0;
  line-height: 1;
  row-gap: min(3px, 0.2912621359vw);
  font-family: "Inter";
}
@media screen and (max-width: 760px) {
  .p-register__step {
    font-size: 14px;
    height: 71px;
    width: 68px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    row-gap: 3px;
  }
}
.p-register__step span {
  font-size: min(24px, 2.3300970874vw);
}
@media screen and (max-width: 760px) {
  .p-register__step span {
    font-size: 24px;
  }
}
.p-register__child {
  position: relative;
  background-color: #f5f0eb;
  padding: min(24px, 2.3300970874vw) min(32px, 3.1067961165vw);
  min-height: 470px;
  height: 100%;
  border-bottom-right-radius: min(10px, 0.9708737864vw);
  border-top-left-radius: min(10px, 0.9708737864vw);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-register__child--pc {
  width: min(320px, 31.067961165vw);
  flex: 0 0 min(320px, 31.067961165vw);
  scroll-snap-align: start;
}
@media screen and (max-width: 760px) {
  .p-register__child--mobile {
    flex: 0 0 240px;
    scroll-snap-align: start;
    padding: 24px 16px;
    width: 240px;
    max-height: 457px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .p-register__child {
    min-height: 380px;
  }
}
@media screen and (max-width: 760px) {
  .p-register__child {
    padding: 24px 16px;
    width: 240px;
    min-height: 475px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}
.p-register__iphone {
  height: min(309px, 30vw);
  margin-bottom: min(16px, 1.5533980583vw);
}
@media screen and (max-width: 760px) {
  .p-register__iphone {
    height: 309px;
    margin-bottom: 16px;
  }
}
.p-register__words {
  font-size: min(16px, 1.5533980583vw);
  font-weight: 500;
  color: #444444;
}
.p-register__words span {
  color: #fd723d;
}
@media screen and (max-width: 760px) {
  .p-register__words {
    font-size: 14px;
  }
}

.p-top-doctor {
  background: #ffffff;
  padding-top: 170px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .p-top-doctor {
    padding-top: 150px;
    margin-top: -2px;
  }
}
.p-top-doctor__blue {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 2284px;
  height: 831.801px;
  border-radius: 100%;
  background: #f5f0eb;
  margin: 0 auto;
}
@media (max-width: 450px) {
  .p-top-doctor__blue {
    top: 0;
    width: 594.95px;
    height: 527.702px;
  }
}
.p-top-doctor__about {
  width: 100%;
  padding: 193px 0 83px;
  background: #f5f0eb;
}
@media (max-width: 450px) {
  .p-top-doctor__about {
    padding: 120px 0 60px;
  }
}
.p-top-doctor__about-title {
  margin-top: -170px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #444444;
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
}
@media (max-width: 450px) {
  .p-top-doctor__about-title {
    font-size: 24px;
    margin-top: -116px;
  }
}
.p-top-doctor__about-title span {
  color: #eda386;
  font-weight: 700;
}
.p-top-doctor__box {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1080px;
  background: #fff;
  border-radius: 8px;
  margin: 40px auto 0;
  padding: 30px 60px;
  display: flex;
  align-items: center;
  gap: 8%;
}
@media (max-width: 850px) {
  .p-top-doctor__box {
    flex-direction: column;
    gap: 10px;
    padding: 16px 23px;
    max-width: 500px;
  }
}
.p-top-doctor__box-texts {
  width: 64%;
  flex-shrink: 0;
}
@media (max-width: 850px) {
  .p-top-doctor__box-texts {
    width: 100%;
  }
}
.p-top-doctor__box-texts.type-02 {
  width: 70%;
}
.p-top-doctor__box-title-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 850px) {
  .p-top-doctor__box-title-wrapper {
    gap: 4px;
  }
}
.p-top-doctor__box-specialty {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 10px;
  border-radius: 10px;
  background: #eda386;
}
@media (max-width: 850px) {
  .p-top-doctor__box-specialty {
    font-size: 16px;
    line-height: 19px;
    padding: 6px;
    border-radius: 5px;
  }
}
.p-top-doctor__box-specialty + .p-top-doctor__box-title {
  margin-left: 8px;
}
.p-top-doctor__box-title {
  color: #fd723d;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
}
@media (max-width: 850px) {
  .p-top-doctor__box-title {
    display: none;
  }
}
.p-top-doctor__box-work {
  margin-top: 16px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
@media (max-width: 850px) {
  .p-top-doctor__box-work {
    margin-top: 4px;
  }
}
@media (max-width: 480px) {
  .p-top-doctor__box-work {
    letter-spacing: 0;
  }
}
.p-top-doctor__box-name {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
}
@media (max-width: 850px) {
  .p-top-doctor__box-name {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
.p-top-doctor__box-name span {
  font-size: 24px;
  font-weight: 700;
}
.p-top-doctor__box-intro {
  margin-top: 10px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 0.9px;
}
@media (max-width: 850px) {
  .p-top-doctor__box-intro {
    font-size: 16px;
  }
}
.p-top-doctor__box-career-title {
  margin-top: 16px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}
@media (max-width: 850px) {
  .p-top-doctor__box-career-title {
    margin-top: 20px;
  }
}
.p-top-doctor__box-career {
  margin-top: 8px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 0.9px;
}
@media (max-width: 850px) {
  .p-top-doctor__box-career {
    font-size: 16px;
  }
}
.p-top-doctor__box-img {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 850px) {
  .p-top-doctor__box-img {
    display: none;
  }
}
.p-top-doctor__box-img.type-02 {
  width: 20%;
}
.p-top-doctor__box-img-sp {
  position: relative;
  width: 77%;
  margin: 10px auto 0;
  border-radius: 8px;
  overflow: hidden;
}
.p-top-doctor__box-img-sp::after {
  content: "";
  display: block;
  padding-top: 120%;
}
.p-top-doctor__box-img-sp img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
@media (min-width: 851px) {
  .p-top-doctor__box-img-sp {
    display: none;
  }
}
.p-top-doctor__box-img-sp.type-02 {
  width: 45%;
}
.p-top-doctor__box-img-sp.type-02::after {
  padding-top: 150%;
}
.p-top-doctor__button {
  display: none;
}
@media screen and (max-width: 760px) {
  .p-top-doctor__button {
    all: unset;
    display: block;
    width: 90%;
    margin: 20px auto 0;
  }
}
.p-top-doctor__button a {
  height: 76px;
}
.p-top-doctor__button a .c-button__text {
  text-align: center;
}
.p-top-doctor__clinic-title {
  margin-top: 40px;
  color: #444444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 760px) {
  .p-top-doctor__clinic-title {
    margin-top: 20px;
    font-size: 24px;
    background: linear-gradient(180deg, #fff 0%, #097cc8 3.5%, #46a0dc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.p-top-doctor__clinic-title span {
  color: #eda386;
}
@media screen and (max-width: 760px) {
  .p-top-doctor__clinic-title span {
    color: inherit;
  }
}
.p-top-doctor__clinic-box {
  width: 90%;
  margin: 40px auto 0;
  padding: 30px 24px;
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 850px) {
  .p-top-doctor__clinic-box {
    max-width: 500px;
    margin: 20px auto 0;
    padding: 30px 20px;
  }
}
.p-top-doctor__clinic-name-pc {
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  background-color: #fd723d;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 850px) {
  .p-top-doctor__clinic-name-pc {
    display: none;
  }
}
.p-top-doctor__clinic-wrapper {
  margin-top: 20px;
  width: calc(100% + 60px);
  transform: translateX(-60px);
  display: flex;
  gap: 5.4%;
}
@media (max-width: 850px) {
  .p-top-doctor__clinic-wrapper {
    margin: 0;
    width: 100%;
    transform: none;
    flex-direction: column;
    gap: 20px;
  }
}
.p-top-doctor__clinic-img {
  width: 44%;
  flex-shrink: 0;
}
@media (max-width: 850px) {
  .p-top-doctor__clinic-img {
    width: 100%;
  }
}
.p-top-doctor__clinic-img img {
  width: 100%;
  height: auto;
}
.p-top-doctor__clinic-name-sp {
  display: none;
}
@media (max-width: 850px) {
  .p-top-doctor__clinic-name-sp {
    margin-top: 20px;
    display: block;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    background: linear-gradient(180deg, #fff 0%, #097cc8 3.5%, #46a0dc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.p-top-doctor__clinic-text {
  color: var(--2, #5b5c5e);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
@media (max-width: 850px) {
  .p-top-doctor__clinic-text {
    font-size: 16px;
  }
}
.p-top-doctor__clinic-address {
  margin-top: 16px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}
.p-top-doctor__clinic-btn {
  all: unset;
  margin-top: 20px;
  display: block;
  background: #eda386;
  border-radius: 8px;
  padding: 10px 40px 10px 10px;
  position: relative;
}
@media (max-width: 850px) {
  .p-top-doctor__clinic-btn {
    box-sizing: border-box;
    width: 100%;
    padding: 6px 0 6px 45px;
  }
}
.p-top-doctor__clinic-btn::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background-image: url(../img/doctor/arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 850px) {
  .p-top-doctor__clinic-btn::after {
    right: 45px;
  }
}
.p-top-doctor__clinic-btn a {
  letter-spacing: 1px;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 850px) {
  .p-top-doctor__clinic-btn a {
    font-size: 18px;
    line-height: normal;
  }
}
@media (min-width: 851px) {
  .p-top-doctor__clinic-btn a br {
    display: none;
  }
}

.l-footer {
  background-color: #eda386;
  padding-top: min(40px, 3.8834951456vw);
  padding-bottom: min(16px, 1.5533980583vw);
}
@media screen and (max-width: 760px) {
  .l-footer {
    padding-top: 40px;
    padding-bottom: 16px;
  }
}
.l-footer__container {
  max-width: 1150px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 760px) {
  .l-footer__container {
    max-width: 1150px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-footer__wrap {
  margin-bottom: min(30px, 2.9126213592vw);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .l-footer__wrap {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
}
.l-footer__copy {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: min(12px, 1.1650485437vw);
  padding-top: min(16px, 1.5533980583vw);
  border-top: 1px solid #ffffff;
}
@media screen and (max-width: 760px) {
  .l-footer__copy {
    font-size: 12px;
    padding-top: 16px;
  }
}
.l-footer__arrow {
  width: min(5px, 0.4854368932vw);
}
@media screen and (max-width: 760px) {
  .l-footer__arrow {
    width: 5px;
  }
}
.l-footer__mouth {
  width: min(252px, 24.4660194175vw);
  margin-bottom: min(7px, 0.6796116505vw);
}
@media screen and (max-width: 760px) {
  .l-footer__mouth {
    width: 280px;
    margin-bottom: 7px;
  }
}
.l-footer__button {
  width: min(350px, 33.9805825243vw);
  height: min(58px, 5.6310679612vw);
}
@media screen and (max-width: 760px) {
  .l-footer__button {
    width: 350px;
    height: 58px;
  }
}
.l-footer__button-line {
  width: min(26px, 2.5242718447vw);
  height: min(26px, 2.5242718447vw);
}
@media screen and (max-width: 760px) {
  .l-footer__button-line {
    width: 26px;
    height: 26px;
  }
}
.l-footer__right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .l-footer__right {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 90px;
  }
}
.l-footer__button-text {
  font-size: min(18px, 1.7475728155vw);
}
@media screen and (max-width: 760px) {
  .l-footer__button-text {
    font-size: 18px;
  }
}
.l-footer__button-arrow {
  width: min(17px, 1.6504854369vw);
  height: min(17px, 1.6504854369vw);
}
@media screen and (max-width: 760px) {
  .l-footer__button-arrow {
    width: 17px;
    height: 17px;
  }
}
.l-footer__anker {
  width: min(236px, 22.9126213592vw);
  margin-right: min(80px, 7.7669902913vw);
}
@media screen and (max-width: 760px) {
  .l-footer__anker {
    width: 200px;
    margin-right: 0;
    margin-bottom: 190px;
  }
}
.l-footer__left {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 760px) {
  .l-footer__left {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.l-footer__logo {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-footer__ul {
  display: flex;
  flex-direction: column;
  row-gap: min(16px, 1.5533980583vw);
}
@media screen and (max-width: 760px) {
  .l-footer__ul {
    row-gap: 8px;
  }
}
.l-footer__a {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: min(10px, 0.9708737864vw);
       column-gap: min(10px, 0.9708737864vw);
  transition: all 0.3s;
}
.l-footer__a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 760px) {
  .l-footer__a {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.l-footer__p {
  font-size: min(14px, 1.359223301vw);
  color: #ffffff !important;
}
@media screen and (max-width: 760px) {
  .l-footer__p {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */