@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Roboto:wght@500&display=swap");
html {
  font-size: 10px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

html.is-fixed {
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.759vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
}

body {
  min-width: calc(110rem + 20rem);
  width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
}

.is-fixed body {
  position: fixed;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 37.5rem;
    font-size: 1.4rem;
  }
}

a {
  color: #000;
  text-decoration: none;
}

img {
  display: block;
}

input,
button,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (max-width: 767px) {
  .main--no-pt {
    padding-top: 0;
  }
}

.b-sp-only {
  display: none !important;
}

.b-pc-only {
  display: block !important;
}

.b-inline-block {
  display: inline-block;
}

.b-ico {
  position: relative;
}

.b-ico--index {
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  margin-right: 1.6rem;
  background-color: #ffe100;
  border-radius: 2em;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: normal;
  line-height: 4.2rem;
}

.b-fnt-weight--medium {
  font-weight: 500;
}

.b-fnt-weight--bold {
  font-weight: 700;
}

.b-fnt-color--main {
  color: #ffe100;
}

.b-fnt-color--white {
  color: #fff;
}

.b-fnt-color--black {
  color: #000;
}

.b-fnt-color--red {
  color: #d1261a;
}

.b-fnt-color--green {
  color: #3ab171;
}

.b-fnt-color--orange {
  color: #F08300;
}

.b-fnt-color:hover {
  text-decoration: underline;
}

.b-txt-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.b-txt-ellipsis--2 {
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.b-txt-decoration--underline {
  text-decoration: underline;
}

.b-txt-indent {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
}

.b-mgn-top--4 {
  margin-top: 0.4rem;
}

.b-mgn-top--8 {
  margin-top: 0.8rem;
}

.b-mgn-top--16 {
  margin-top: 1.6rem;
}

.b-mgn-top--24 {
  margin-top: 2.4rem;
}

.b-mgn-top--32 {
  margin-top: 3.2rem;
}

.b-mgn-top--40 {
  margin-top: 4rem;
}

.b-mgn-top--48 {
  margin-top: 4.8rem;
}

.b-mgn-top--56 {
  margin-top: 5.6rem;
}

.b-mgn-top--64 {
  margin-top: 6.4rem;
}

.b-mgn-top--72 {
  margin-top: 7.2rem;
}

.b-mgn-top--80 {
  margin-top: 8rem;
}

.b-mgn-top--88 {
  margin-top: 8.8rem;
}

.b-mgn-top--96 {
  margin-top: 9.6rem;
}

.b-mgn-left--4 {
  margin-left: 0.4rem;
}

.b-mgn-left--8 {
  margin-left: 0.8rem;
}

.b-mgn-left--16 {
  margin-left: 1.6rem;
}

.b-mgn-left--24 {
  margin-left: 2.4rem;
}

.b-mgn-left--32 {
  margin-left: 3.2rem;
}

.b-mgn-left--40 {
  margin-left: 4rem;
}

.b-mgn-left--48 {
  margin-left: 4.8rem;
}

.b-mgn-left--56 {
  margin-left: 5.6rem;
}

.b-mgn-left--64 {
  margin-left: 6.4rem;
}

.b-mgn-right--4 {
  margin-right: 0.4rem;
}

.b-mgn-right--8 {
  margin-right: 0.8rem;
}

.b-mgn-right--16 {
  margin-right: 1.6rem;
}

.b-mgn-right--24 {
  margin-right: 2.4rem;
}

.b-mgn-right--32 {
  margin-right: 3.2rem;
}

.b-mgn-right--40 {
  margin-right: 4rem;
}

.b-mgn-right--48 {
  margin-right: 4.8rem;
}

.b-mgn-right--56 {
  margin-right: 5.6rem;
}

.b-mgn-right--64 {
  margin-right: 6.4rem;
}

.b-mgn-both--56 {
  margin-left: 5.6rem;
  margin-right: 5.6rem;
}

.b-mgn-both--64 {
  margin-left: 6.4rem;
  margin-right: 6.4rem;
}

@media screen and (max-width: 767px) {
  .b-mgn-both--56 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
  .b-mgn-both--64 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}

.b-bdr-line--all {
  border: 0.1rem solid;
}

.b-bdr-line--top {
  border-top: 0.1rem solid;
}

.b-bdr-line--right {
  border-right: 0.1rem solid;
}

.b-bdr-line--bottom {
  border-bottom: 0.1rem solid;
}

.b-bdr-line--left {
  border-left: 0.1rem solid;
}

.b-bdr-color--main {
  border-color: #ffe100;
}

.b-bdr-color--black {
  border-color: #000;
}

.b-bdr-color--white {
  border-color: #fff;
}

.b-bkg-color--main {
  background-color: #ffe100;
}

.b-bkg-color--main-light {
  background-color: #fefce6;
}

.b-btn-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.b-btn-link--scale:hover {
  -webkit-box-shadow: 1.6rem 1.6rem 3.2rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1.6rem 1.6rem 3.2rem 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.b-btn-link--alpha:hover {
  opacity: 0.7;
}

.b-tel-link {
  text-decoration: underline;
}

.b-txt-link:hover {
  text-decoration: underline;
}

.b-txt-link--white {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .b-sp-only {
    display: block !important;
  }
  .b-pc-only {
    display: none !important;
  }
}

.p-notfound {
  padding: 6rem 4%;
  text-align: center;
}

.p-notfound__title {
  margin-bottom: 4rem;
  font-size: 2.8rem;
  font-weight: bold;
}

.p-notfound__link {
  display: inline-block;
  margin-top: 4rem;
  font-size: 1.8rem;
  text-decoration: underline;
}

.l-header {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: auto;
}

.l-header--top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 10rem);
  height: 100%;
  background-color: #ffe100;
  border-radius: 0 0 4.5rem 0;
}

.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 3.8rem 4.2rem;
}

.p-header-logo {
  width: 20.3rem;
}

.p-header-logo img {
  width: 100%;
  height: auto;
}

.p-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-header-nav__item {
  padding: 0 2.4rem;
  background: url(../images/common/line_nav.svg) no-repeat right center/auto 1.5rem;
}

.p-header-nav__item:last-child {
  padding-right: 0;
  background: none;
}

.p-header-nav__link {
  position: relative;
}

.p-header-nav__link::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #000;
}

.p-header-nav__link:hover::after {
  width: 100%;
}

.p-header-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 4rem;
}

.p-header-cta__button {
  margin-left: 1.2rem;
}

.p-header-cta__button:first-child {
  margin-left: 0;
}

.p-header-cta__link {
  padding: 0.3rem 1.8rem 0.6rem;
  background-color: #2aabdc;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
}

.p-header-cta__link--pink {
  background-color: #ff7587;
}

.p-top-hero {
  overflow: hidden;
  position: relative;
  padding-bottom: 12.7rem;
}

.p-top-hero__inner {
  float: right;
  position: relative;
  z-index: 1;
  width: 108.3rem;
}

.p-top-hero__slider {
  width: 100%;
}

.p-top-hero__image {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  height: 67.8rem;
  border-radius: 4.5rem 0 0 4.5rem;
}

.p-top-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-hero__illust {
  pointer-events: none;
  position: absolute;
  bottom: 4.5rem;
  left: 4.2rem;
  z-index: 2;
  width: 39.8rem;
}

.p-top-hero__illust img {
  width: 100%;
  height: auto;
}

.slick-dots {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 13.2rem;
  padding-top: 2.4rem;
}

.slick-dots li {
  overflow: hidden;
  width: 4.7rem;
  height: 0.3rem;
  margin-left: 1.8rem;
  background-color: #ccc;
  text-indent: -99em;
}

.slick-dots li:first-child {
  margin-left: 0;
}

.slick-dots li.slick-active {
  background-color: #808080;
}

@media screen and (max-width: 767px) {
  .l-header::after {
    width: calc(100% - 6.4rem);
  }
  .l-header__inner {
    padding: 2.4rem 4%;
  }
  .p-header-logo {
    width: 16rem;
  }
  .p-header-nav {
    display: block;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    width: 100%;
    height: 100%;
    padding: 0 4%;
    background-color: #ffe100;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    opacity: 0;
  }
  .p-header-nav.is-active {
    pointer-events: all;
    opacity: 1;
  }
  .p-header-nav__toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7.3rem;
    padding: 2.4rem 4%;
  }
  .p-header-nav__list {
    width: 100%;
    margin: 7.3rem 0 0;
  }
  .p-header-nav__item {
    width: 100%;
    background: none;
    padding: 0;
  }
  .p-header-nav__item:last-child {
    padding-right: 0;
    border-bottom: 0.1rem solid #000;
  }
  .p-header-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 2.4rem 0;
    border-top: 0.1rem solid #000;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .p-header-nav__link::after {
    display: none;
  }
  .p-header-cta {
    display: block;
    width: 100%;
    margin: 3.2rem 0 0;
    padding: 0;
  }
  .p-header-cta__button {
    width: 100%;
    margin: 0 0 1.6rem;
  }
  .p-header-cta__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 5.6rem;
  }
  .p-top-hero {
    padding-bottom: 3.2rem;
  }
  .p-top-hero__inner {
    width: 90%;
  }
  .p-top-hero__slider {
    width: 100%;
  }
  .p-top-hero__image {
    height: 40rem;
  }
  .p-top-hero__illust {
    bottom: 2.4rem;
    left: 4%;
    width: 18rem;
  }
  .slick-dots {
    margin: 0 4%;
  }
  .slick-dots li {
    width: 4rem;
  }
}

.l-block__inner {
  width: 110rem;
  margin: 0 auto;
}

.p-top-message {
  margin-top: 9.4rem;
  text-align: center;
}

.p-top-message__text {
  margin-top: 4.8rem;
  font-size: 2.3rem;
  letter-spacing: 0.15em;
  line-height: 2.26;
}

.p-top-message__text:first-child {
  margin-top: 0;
}

.p-top-interview {
  margin-top: 12rem;
}

.p-top-interview__text {
  margin-top: 3.2rem;
  font-size: 2rem;
  line-height: 1.55;
}

.p-top-interview-card {
  width: 100%;
  margin-top: 4.4rem;
}

.p-top-interview-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-interview-card__link:hover .p-top-interview-card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-top-interview-card__textarea {
  width: 50%;
  padding: 5.6rem 4.4rem 2.7rem;
  background-color: #ffe100;
  border-radius: 4.5rem 0 0 0;
}

.p-top-interview-card__title {
  font-size: 2.8rem;
  line-height: 1.55;
}

.p-top-interview-card__text {
  margin-top: 1.6rem;
  line-height: 1.55;
}

.p-top-interview-card__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
}

.p-top-interview-card__button img {
  width: 2.6rem;
  height: 2.6rem;
  margin-left: 1.2rem;
}

.p-top-interview-card__image {
  overflow: hidden;
  width: 50%;
}

.p-top-interview-card__image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-heading {
  color: #ffe100;
  font-size: 9.3rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
}

.p-top-profile {
  margin-top: 10.7rem;
}

.p-top-profile__hgroup {
  width: 110rem;
  margin: 0 auto;
}

.p-top-profile__inner {
  margin: -3.5rem auto 0;
  padding: 10.8rem 0 5.2rem;
  background-color: #fefce6;
}

.p-top-profile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 110rem;
  margin: auto;
}

.p-top-profile__textarea {
  width: 60.5rem;
}

.p-top-profile__heading {
  font-size: 5rem;
  line-height: 1.2;
}

.p-top-profile__text {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 1.6;
}

.p-top-profile__image {
  overflow: hidden;
  width: 47rem;
  height: 37rem;
  border-radius: 4.5rem 0 0 0;
}

.p-top-profile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-profile__note {
  width: 110rem;
  margin: 0 auto;
  margin-top: 3.2rem;
  padding: 3.3rem 2.7rem 3rem;
  background-color: #fff;
}

.p-top-profile__heading02 {
  font-size: 2rem;
  margin-bottom: 1.2rem;
}

.p-top-profile__text02 {
  line-height: 1.6;
}

.p-top-feature {
  margin-top: 9.8rem;
}

.p-top-feature:last-child {
  margin-bottom: 6.8rem;
}

.p-top-feature__heading {
  margin-bottom: 4rem;
  font-size: 3.2rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  text-align: center;
}

.p-top-feature__heading02 {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  text-align: center;
}

.p-top-feature-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.4rem;
}

.p-top-feature-points--near {
  margin-top: 3.2rem;
}

.p-top-feature-points__item {
  position: relative;
  width: 30%;
  padding: 5.6rem 3rem 3.8rem;
  text-align: center;
}

.p-top-feature-points__item::before, .p-top-feature-points__item::after {
  content: "";
  position: absolute;
  top: 0;
  width: 5.1rem;
  height: 100%;
}

.p-top-feature-points__item::before {
  left: 0;
  border: 0.1rem solid #2aabdc;
  border-right: 0 !important;
  border-radius: 4.5rem 0 0 4.5rem;
}

.p-top-feature-points__item::after {
  right: 0;
  border: 0.1rem solid #2aabdc;
  border-left: 0 !important;
  border-radius: 0 4.5rem 4.5rem 0;
}

.p-top-feature-points__item--large {
  width: 65rem;
  margin: auto;
  padding: 1.6rem 7rem 2.4rem;
}

.p-top-feature-points__item--large::before, .p-top-feature-points__item--large::after {
  border: 0.1rem solid #ff7587;
}

.p-top-feature-points__item--large p {
  margin-top: 2.4rem;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.6;
}

.p-top-feature-points__num {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #2aabdc;
  font-family: "Roboto", sans-serif;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1;
}

.p-top-feature-points__heading {
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.075em;
}

.p-top-feature-points__value {
  line-height: 1.6;
  text-align: left;
}

.c-heading02 {
  position: relative;
  margin-bottom: 4rem;
  text-align: center;
}

.c-heading02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #2aabdc;
}

.c-heading02__text {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 1.2rem;
  background-color: #fff;
  color: #2aabdc;
  font-size: 4rem;
}

.c-heading02--pink::after {
  background-color: #ff7587;
}

.c-heading02--pink .c-heading02__text {
  color: #ff7587;
}

@media screen and (max-width: 767px) {
  .l-block__inner {
    width: 100%;
    margin: 0;
    padding: 0 4%;
  }
  .p-top-message {
    margin-top: 5.6rem;
  }
  .p-top-message__text {
    margin-top: 2.4rem;
    font-size: 1.7rem;
    letter-spacing: 0.15em;
    line-height: 1.6;
  }
  .p-top-message__text:first-child {
    margin-top: 0;
  }
  .p-top-interview {
    margin-top: 5.6rem;
  }
  .p-top-interview__text {
    margin-top: 2.4rem;
    font-size: 1.7rem;
  }
  .p-top-interview-card {
    width: 100%;
    margin-top: 3.2rem;
  }
  .p-top-interview-card__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-interview-card__textarea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 2.4rem;
    border-radius: 0 0 4.5rem 0;
  }
  .p-top-interview-card__title {
    font-size: 2.2rem;
  }
  .p-top-interview-card__button {
    margin-top: 3.2rem;
  }
  .p-top-interview-card__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .c-heading {
    font-size: 5.6rem;
  }
  .p-top-profile {
    margin-top: 5.6rem;
  }
  .p-top-profile__hgroup {
    width: 100%;
    margin: 0;
    padding: 0 4%;
  }
  .p-top-profile__inner {
    margin: -2.4rem auto 0;
    padding: 6.4rem 0 5.2rem;
    background-color: #fefce6;
  }
  .p-top-profile__content {
    width: 100%;
    padding: 0 4%;
  }
  .p-top-profile__textarea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 3.2rem;
  }
  .p-top-profile__heading {
    font-size: 2.8rem;
  }
  .p-top-profile__text {
    margin-top: 3.2rem;
    font-size: 1.7rem;
  }
  .p-top-profile__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .p-top-profile__note {
    width: calc(100% - 8%);
    margin-top: 3.2rem;
    padding: 2.4rem;
  }
  .p-top-feature {
    margin-top: 4.8rem;
  }
  .p-top-feature:last-child {
    margin-bottom: 4rem;
  }
  .p-top-feature__heading {
    margin-bottom: 3.2rem;
    font-size: 2.5rem;
  }
  .p-top-feature__heading02 {
    font-size: 2rem;
  }
  .p-top-feature-points {
    margin-top: 6.4rem;
  }
  .p-top-feature-points--near {
    margin-top: 3.2rem;
  }
  .p-top-feature-points__item {
    position: relative;
    width: 100%;
    margin-top: 4rem;
    padding: 4rem 3rem 3.8rem;
  }
  .p-top-feature-points__item:first-child {
    margin-top: 0;
  }
  .p-top-feature-points__item::before, .p-top-feature-points__item::after {
    content: "";
    position: absolute;
    top: 0;
    width: 5.1rem;
    height: 100%;
  }
  .p-top-feature-points__item::before {
    left: 0;
    border: 0.1rem solid #2aabdc;
    border-right: 0 !important;
    border-radius: 4.5rem 0 0 4.5rem;
  }
  .p-top-feature-points__item::after {
    right: 0;
    border: 0.1rem solid #2aabdc;
    border-left: 0 !important;
    border-radius: 0 4.5rem 4.5rem 0;
  }
  .p-top-feature-points__item--large {
    width: 100%;
    padding: 1.6rem 3.2rem 2.4rem;
  }
  .p-top-feature-points__item--large::before, .p-top-feature-points__item--large::after {
    border: 0.1rem solid #ff7587;
  }
  .p-top-feature-points__item--large p {
    font-size: 1.5rem;
  }
  .p-top-feature-points__num {
    font-size: 5rem;
  }
  .c-heading02 {
    margin-bottom: 2.4rem;
  }
  .c-heading02__text {
    font-size: 3.2rem;
  }
}

.p-hero {
  overflow: hidden;
  position: relative;
  margin-top: 4rem;
}

.p-hero::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 105rem;
  height: 55.4rem;
  background-color: #ffe100;
  border-radius: 4.5rem 0 0 0;
}

.p-hero__inner {
  width: 110rem;
  margin: 5rem auto 0;
}

.p-hero__heading {
  font-family: "Roboto", sans-serif;
  font-size: 7.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.p-hero__title {
  margin-top: 0.8rem;
  font-size: 3.6rem;
  line-height: 1.55;
}

.p-hero__name {
  margin-top: 3.2rem;
}

.p-hero__image {
  float: right;
  overflow: hidden;
  width: 97rem;
  margin-top: -8rem;
  border-radius: 4.5rem 0 0 4.5rem;
}

.p-hero__image img {
  width: 100%;
  height: auto;
}

.p-interview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10rem;
}

.p-interview__content--reverse .p-interview__textarea {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-interview__content--reverse .p-interview__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-radius: 0 4.5rem 4.5rem 0;
}

.p-interview__textarea {
  width: 55rem;
}

.p-interview__heading {
  font-size: 3.2rem;
  line-height: 1.6;
}

.p-interview__line {
  margin-top: 2.4rem;
}

.p-interview__line p {
  line-height: 1.8;
}

.p-interview__name02 {
  margin-top: 0.8rem;
  font-size: 1.9rem;
}

.p-interview__image {
  overflow: hidden;
  width: 51.5rem;
  height: 40.8rem;
  border-radius: 4.5rem 0 0 4.5rem;
}

.p-interview__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-hero {
    margin-top: 2.4rem;
  }
  .p-hero::after {
    width: 80%;
    height: 40rem;
    border-radius: 4.5rem 0 0 4.5rem;
  }
  .p-hero__inner {
    width: 100%;
    margin: 2.4rem 4% 0;
  }
  .p-hero__heading {
    font-size: 5.6rem;
  }
  .p-hero__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .p-hero__name {
    margin-top: 2.4rem;
  }
  .p-hero__image {
    width: 72%;
    height: 40rem;
    margin-top: -6.4rem;
  }
  .p-hero__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-interview__content {
    margin-top: 5.6rem;
  }
  .p-interview__content--reverse .p-interview__textarea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-interview__content--reverse .p-interview__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: 4.5rem 0 0 4.5rem;
  }
  .p-interview__textarea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 2.4rem;
  }
  .p-interview__heading {
    font-size: 2.5rem;
  }
  .p-interview__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: auto;
    border-radius: 4.5rem 0 0 4.5rem;
  }
}

.p-nav-toggle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
}

.p-nav-toggle__button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 2.8rem;
  height: 1.6rem;
  font-size: 0;
}

.p-nav-toggle__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #000;
}

.p-nav-toggle__line:nth-of-type(1) {
  top: 0;
}

.p-nav-toggle__line:nth-of-type(2) {
  top: 0.7rem;
}

.p-nav-toggle__line:nth-of-type(3) {
  bottom: 0;
}

.p-nav-toggle .p-nav-toggle__button--close .p-nav-toggle__line {
  background-color: #000;
}

.p-nav-toggle .p-nav-toggle__button--close .p-nav-toggle__line:nth-of-type(1) {
  top: 0.7rem;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.p-nav-toggle .p-nav-toggle__button--close .p-nav-toggle__line:nth-of-type(2) {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.p-nav-toggle .p-nav-toggle__button--close .p-nav-toggle__line:nth-of-type(3) {
  opacity: 0;
}

.p-footer-cta {
  padding: 6.8rem 0 5.7rem;
  background-color: #ffe100;
  text-align: center;
}

.p-footer-cta__heading {
  font-size: 4rem;
  font-weight: 500;
}

.p-footer-cta__tel {
  margin: 1.6rem 0 1.2rem;
}

.p-footer-cta__tel-link {
  font-size: 9.3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
}

.p-footer-cta__tel-link:hover {
  opacity: 0.65;
}

.p-footer-cta__note {
  font-size: 1.8rem;
}

.p-footer-cta__line {
  margin-top: 1.8rem;
}

.p-footer-cta__line-link {
  display: block;
  width: 7.2rem;
  height: 7.2rem;
  margin: 0 auto;
}

.p-footer-cta__line-link img {
  width: 100%;
  height: auto;
}

.p-footer-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4rem 10rem;
}

.p-footer-data__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-footer-data__logo {
  width: 26.2rem;
}

.p-footer-data__logo img {
  width: 100%;
  height: auto;
}

.p-footer-data__address {
  margin-left: 2.8rem;
  font-size: 1.4rem;
}

.p-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer-sns__button {
  margin-left: 3.4rem;
}

.p-footer-sns__link {
  display: inline-block;
  width: 3.1rem;
}

.p-footer-sns__link img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-footer-cta {
    padding: 4.8rem 4%;
  }
  .p-footer-cta__heading {
    font-size: 2.2rem;
  }
  .p-footer-cta__tel {
    margin: 1.2rem 0;
  }
  .p-footer-cta__tel-link {
    font-size: 4rem;
  }
  .p-footer-cta__note {
    font-size: 1.5rem;
  }
  .p-footer-cta__line {
    margin-top: 2.4rem;
  }
  .p-footer-data {
    padding: 4rem 4%;
  }
  .p-footer-data__meta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-footer-data__logo {
    width: 18rem;
  }
  .p-footer-data__address {
    margin: 1.6rem 0 0 0;
  }
  .p-footer-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2.4rem auto 0;
  }
  .p-footer-sns__button {
    margin: 0 0.8rem;
  }
  .p-footer-sns__link {
    display: inline-block;
    width: 3.1rem;
  }
  .p-footer-sns__link img {
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=style.css.map */