@charset "UTF-8";
.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.header__inner {
  height: 7em;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding: 0 70px 0 15px;
    height: 70px;
  }
}
.header__inner.__right {
  padding: 0;
  margin: 0;
  max-width: unset;
  width: 75%;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .header__inner.__right {
    width: 25%;
  }
}
.header__inner.__corp {
  padding: 0 70px 0 30px;
}
@media screen and (max-width: 1024px) {
  .header__inner.__corp {
    padding: 0 70px 0 15px;
  }
}

@media screen and (max-width: 1024px) {
  .headerNav {
    margin-right: 0;
  }
}
.headerNav__inner {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  width: 70%;
  margin-right: 1%;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .headerNav__inner {
    width: 100%;
    justify-content: flex-end;
  }
}
.headerNav__img {
  margin-right: 8px;
  width: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .headerNav__img {
    width: 20px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.headerInfo {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .headerInfo {
    display: none;
  }
}

.telWrap {
  display: flex;
  justify-content: flex-end;
}
.telWrap__num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 31px;
}
@media screen and (min-width: 1025px) {
  .telWrap__num {
    font-size: calc(1.125rem + (1vw - 10.25px) * 1.4525);
  }
}
.telWrap__img {
  margin-right: 5px;
  width: 1.5rem;
}

.footer {
  display: flex;
  flex-direction: column;
}
.footer__top {
  background-color: #d35c2c;
  padding: 0 80px;
  height: 19vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer__top {
    flex-direction: column;
    height: auto;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer__top .logoWrap {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #de8662;
  }
}
@media screen and (max-width: 1024px) {
  .footer__top .logoWrap__inner {
    width: 80%;
    margin: 0 auto;
    align-items: center;
  }
}
.footer__bottom {
  background-color: #222222;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__copylight {
  color: #ffffff;
}
.footer.__corp {
  width: 78%;
}
@media screen and (max-width: 1024px) {
  .footer.__corp {
    width: 100%;
  }
}

.footerNav {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .footerNav {
    width: 100%;
  }
}
.footerNav__inner {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .footerNav__inner {
    flex-direction: column;
  }
}
.footerNav__list {
  padding: 0 2%;
}
@media screen and (max-width: 1024px) {
  .footerNav__list {
    padding: 0;
    border-bottom: 1px solid #de8662;
  }
}
.footerNav__a {
  color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.8px;
  font-size: 16px;
}
.footerNav__a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .footerNav__a {
    font-size: calc(0.625rem + (1vw - 10.25px) * 0.6704);
  }
}
@media screen and (max-width: 1024px) {
  .footerNav__a {
    display: flex;
    justify-content: space-between;
    padding: 33px 15px 29px 15px;
  }
}

.spShow {
  display: none;
}
@media screen and (max-width: 1024px) {
  .spShow {
    display: block;
  }
}

.spNone {
  display: block;
}
@media screen and (max-width: 1024px) {
  .spNone {
    display: none;
  }
}

.logoBr {
  display: none;
}
@media screen and (max-width: 767px) {
  .logoBr {
    display: block;
  }
}

.receptionWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .receptionWrap {
    flex-direction: column;
  }
}
.receptionWrap.__cta {
  padding: 5px;
  color: #ffffff;
  background-color: rgba(34, 34, 34, 0.36);
  border-radius: 6px;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .receptionWrap.__cta {
    padding: 12px 35px;
  }
}
.receptionWrap.__cta__time {
  font-size: 13px;
}
.receptionWrap__time {
  font-size: 14px;
  padding-right: 5px;
}
@media screen and (min-width: 1025px) {
  .receptionWrap__time {
    font-size: calc(0.625rem + (1vw - 10.25px) * 0.4469);
  }
}

.receptionTime {
  font-size: 11px;
}
.receptionTime.__cta {
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .receptionTime.__cta {
    font-size: 15px;
  }
}
.receptionTime.__cta__time {
  font-size: 19px;
}
.receptionTime__time {
  font-size: 16px;
  font-weight: 600;
  padding-left: 3px;
}
@media screen and (min-width: 1025px) {
  .receptionTime__time {
    font-size: calc(0.8125rem + (1vw - 10.25px) * 0.3352);
  }
}
@media screen and (max-width: 1024px) {
  .receptionTime__time {
    font-size: 22px;
  }
}

.logoWrap {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .logoWrap {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .logoWrap {
    width: 160px;
  }
}
.logoWrap.__corp {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .logoWrap.__corp {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #de8662;
  }
}
.logoWrap.__corp__inner {
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.logoWrap__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .logoWrap__inner {
    align-items: flex-start;
  }
}
.logoWrap__inner .logoText {
  color: #222222;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.16px;
}
@media screen and (min-width: 1025px) {
  .logoWrap__inner .logoText {
    font-size: calc(0.625rem + (1vw - 11.25px) * 0.4469);
  }
}
@media screen and (max-width: 1024px) {
  .logoWrap__inner .logoText {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .logoWrap__inner .logoText {
    font-size: 10px;
  }
}
.logoWrap__inner .logoText.__footer {
  font-size: 12px;
  color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .logoWrap__inner .logoText.__footer {
    font-size: calc(0.625rem + (1vw - 11.25px) * 0.4469);
  }
}
.logoWrap__inner .logoText.__grey {
  color: #807672;
}
.logoWrap__inner .logoImg {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .logoWrap__inner .logoImg {
    width: 100%;
  }
}

.whiteBg {
  background-color: #ffffff;
}

.spBtn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .spBtn {
    display: block;
    cursor: pointer;
    width: 70px;
    height: 70px;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 9000;
  }
  .spBtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 18px;
    height: 3px;
    border-radius: 2px;
    background: #807672;
  }
  .spBtn span:nth-of-type(1) {
    top: 24px;
    width: 50%;
  }
  .spBtn span:nth-of-type(2) {
    top: 33px;
    width: 50%;
  }
  .spBtn span:nth-of-type(3) {
    top: 42px;
    width: 50%;
  }
  .spBtn.active span:nth-of-type(1) {
    top: 28px;
    left: 26px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
  }
  .spBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .spBtn.active span:nth-of-type(3) {
    top: 40px;
    left: 26px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
  }
}

#g-nav {
  background-color: #ffffff;
  position: fixed;
  z-index: 999;
  top: 70px;
  right: -120%;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

#g-nav.panelactive {
  top: 70px;
  right: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
}

.spMenuwrap__inner {
  height: 80px;
  background-color: #f0ecea;
  border-bottom: 1px solid #d3cfcd;
}
.spMenuwrap__inner:last-of-type {
  border-bottom: none;
}

.bottomMenuwrap__inner {
  line-height: 80px;
  border-bottom: 1px solid #d3cfcd;
}

.spMenulist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  color: #d35c2c;
  padding: 0 15px 0 25px;
}
.spMenulist.__name {
  justify-content: flex-start;
  color: #ffffff;
  background-color: #d35c2c;
}
.spMenulist__img {
  width: 25px;
}
.spMenulist__heading {
  padding-left: 15px;
  text-align: left;
  padding-bottom: 5px;
  font-size: 18px;
}

.bottomMenulist {
  display: flex;
  color: #222222;
  justify-content: space-between;
  height: 100%;
  padding: 0 15px 0 25px;
}
.bottomMenulist__img {
  width: 25px;
}
.bottomMenulist__heading {
  padding-left: 15px;
  text-align: left;
  padding-bottom: 5px;
  font-size: 16px;
}

.contactMenu {
  top: 0;
  right: -120%;
}

.contactMenu.panelactive {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
  font-weight: 500;
  display: block;
}
.contactMenu.panelactive .contactformWrap {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
}

.font-yugothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

.headerNav {
  width: 68%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .headerNav {
    width: 90%;
  }
}
.headerNav__list {
  height: 5em;
  max-width: 190px;
  width: 50%;
  font-size: calc(0.875rem + (1vw - 10.25px) * 0.2235);
}
@media screen and (min-width: 1025px) {
  .headerNav__list {
    background: transparent linear-gradient(270deg, #c3889b 0%, #d5865c 100%) 0%
      0% no-repeat padding-box;
    padding: 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  .headerNav__list {
    height: 70px;
    width: 33.3333333333%;
    max-width: 65px;
  }
}
.headerNav__list.__first {
  background: transparent linear-gradient(270deg, #d5865c 0%, #ef8300 100%) 0%
    0% no-repeat padding-box;
  border-radius: 20px 0 0 20px;
  padding: 20px 0;
}
.headerNav__list.__first:hover {
  background-color: #e59345;
}
@media screen and (max-width: 1024px) {
  .headerNav__list.__first {
    border-radius: 0;
  }
}
.headerNav__list.__second:hover {
  background-color: #dd6f42;
}
@media screen and (max-width: 1024px) {
  .headerNav__list.__second {
    display: none;
  }
}
.headerNav__list.__third {
  background: transparent linear-gradient(270deg, #b189d9 0%, #c3889b 100%) 0%
    0% no-repeat padding-box;
  border-radius: 0 20px 20px 0;
}
.headerNav__list.__third:hover {
  background-color: #c7511b;
}
@media screen and (max-width: 1024px) {
  .headerNav__list.__third {
    border-radius: 0;
  }
}
.headerNav__list.__fourth {
  display: none;
}
@media screen and (max-width: 1024px) {
  .headerNav__list.__fourth {
    background-color: #ffffff;
    display: block;
    width: 65px;
  }
}
.headerNav__a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  font-size: 16px;
  border-right: 1px solid #ffffff;
}
@media screen and (min-width: 1025px) {
  .headerNav__a {
    font-size: calc(0.6875rem + (1vw - 10.25px) * 0.5587);
  }
}
@media screen and (max-width: 1024px) {
  .headerNav__a {
    flex-direction: column;
    font-size: 11px;
    text-align: center;
    line-height: 1.2;
  }
}
.headerNav__a.__third {
  border-right: none;
}
@media screen and (max-width: 1024px) {
  .headerNav__a.__fourth {
    color: #d35c2c;
  }
}

.footer__top {
  background-color: #e28731;
}

.firstView {
  padding: 7em 80px 88px 80px;
}
@media screen and (max-width: 1024px) {
  .firstView {
    padding: 95px 15px 8% 15px;
  }
}

.mainImage {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
  position: relative;
  height: 80vh;
  box-shadow: 10px -10px 30px #25566a4b;
}
@media screen and (max-width: 1024px) {
  .mainImage {
    height: 73vh;
    background: url(../img/first-view.jpg) 76% 50% / cover repeat scroll
      padding-box border-box;
  }
}
.mainImage::before {
  content: "";
  background: url(../img/first-view.jpg) 50% 50% / cover repeat scroll
    padding-box border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px;
  transform: scale(-1, 1);
}
.mainImage::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px;
}

.titleWrap {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: left;
  color: #fff;
  width: 93%;
  margin: 0 auto;
  height: 50vh;
  padding-top: 3em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .titleWrap {
    height: 53vh;
    justify-content: flex-end;
  }
}

.titleInnerwrap__title {
  font-size: 85px;
  line-height: 1.2;
  padding-top: 0.2em;
  padding-bottom: 0.4em;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .titleInnerwrap__title {
    font-size: calc(2.8125rem + (1vw - 10.25px) * 3.6872);
  }
}
@media screen and (max-width: 1024px) {
  .titleInnerwrap__title {
    font-size: calc(2.3125rem + (1vw - 4.2px) * 7.5284);
  }
}
.titleInnerwrap__title.__sub {
  padding-bottom: 0;
  font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .titleInnerwrap__title.__sub {
    font-size: calc(1.25rem + (1vw - 3.75px) * 4.6225);
  }
}
.titleInnerwrap__img {
  width: 37%;
}
@media screen and (max-width: 1024px) {
  .titleInnerwrap__img {
    width: 80%;
  }
}
.titleInnerwrap__img img {
  width: 100%;
}

.ctaSection {
  padding: 0 80px;
  margin: 125px 0;
}
@media screen and (max-width: 1024px) {
  .ctaSection {
    padding: 0 20px;
  }
}

.ctaImage {
  background: url(../img/cta_img.jpg) 50% 30% / cover repeat scroll padding-box
    border-box;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  height: 52vh;
  border-radius: 50px;
}
.ctaImage::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .ctaImage {
    height: 700px;
  }
}
.ctaImage__inner {
  width: 55%;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .ctaImage__inner {
    padding: 0 30px;
    width: auto;
  }
}

.ctaTitle {
  padding-top: 2.7em;
  text-align: center;
  color: #ffffff;
  font-size: 48px;
  letter-spacing: 4.8px;
  line-height: 1.45;
  padding-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .ctaTitle {
    font-size: calc(1.6875rem + (1vw - 10.25px) * 2.3464);
  }
}
@media screen and (max-width: 1024px) {
  .ctaTitle {
    font-size: calc(1.375rem + (1vw - 3.2px) * 1.5625);
  }
}

.contactWrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .contactWrap {
    display: block;
  }
}

.ctaBlock {
  width: 31%;
  height: 23.7vh;
  border-radius: 13px;
  background-color: rgba(239, 131, 0, 0.81);
}
.ctaBlock:hover {
  background-color: #ef8300;
}
@media screen and (max-width: 1024px) {
  .ctaBlock {
    width: 100%;
    height: 190px;
  }
}
@media screen and (max-width: 1024px) {
  .ctaBlock.__tel {
    height: 210px;
    margin-top: 20px;
  }
}
.ctaBlock__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #ffffff;
  font-size: 33px;
  letter-spacing: 3.3px;
  line-height: 1.27;
}
@media screen and (min-width: 1025px) {
  .ctaBlock__inner {
    font-size: calc(1.375rem + (1vw - 10.25px) * 1.2291);
  }
}
@media screen and (max-width: 1024px) {
  .ctaBlock__inner {
    font-size: 22px;
  }
}
.ctaBlock__img {
  height: 48px;
  width: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .ctaBlock__img {
    height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .ctaBlock__img.__tel {
    height: 32px;
    margin-right: 5px;
  }
}

.receptionWrap.__cta {
  background-color: #de5626;
}

.ctaTelwrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .ctaTelwrap {
    flex-direction: unset;
    align-items: center;
  }
}

.tel-number {
  font-size: 39px;
  padding-bottom: 10px;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .tel-number {
    font-size: calc(1.5625rem + (1vw - 10.25px) * 1.5642);
  }
}
@media screen and (max-width: 1024px) {
  .tel-number {
    font-size: calc(1.5625rem + (1vw - 3.2px) * 1.9886);
  }
}

.issueSection {
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .issueSection {
    margin-top: 5px;
    padding-bottom: 80px;
  }
}
.issueSection::after {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 3em;
  right: 8em;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: -10px 10px 30px #6a3d2529;
  background-color: #f2f0ea;
}
@media screen and (max-width: 1024px) {
  .issueSection::after {
    right: 0;
  }
}
.issueSection::before {
  content: "";
  background: #f2f0ea 0% 0% no-repeat padding-box;
  position: absolute;
  top: 3em;
  right: 0;
  width: 50%;
  height: 68%;
  z-index: 1;
  box-shadow: -10px 10px 30px #6a3d2529;
  border-radius: 0px 0px 0px 63px;
}
@media screen and (max-width: 1024px) {
  .issueSection::before {
    content: none;
  }
}

.issueWrap {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .issueWrap {
    padding: 0 3%;
  }
}
.issueWrap__img {
  position: absolute;
  top: -13%;
  right: 0;
  width: 47.5vw;
  height: 100%;
  overflow: hidden;
  border-radius: 50px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .issueWrap__img {
    position: static;
    padding: 5% 3%;
    height: auto;
    width: 100%;
    margin: 0 auto;
    border-radius: 30px;
  }
}
@media screen and (max-width: 375px) {
  .issueWrap__img {
    height: 37vh;
  }
}
.issueWrap__img img {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .issueWrap__img img {
    position: static;
    width: 100%;
    transform: none;
    border-radius: 30px;
  }
}

.issueIcon {
  position: absolute;
  top: 8rem;
  left: 28%;
  width: 5rem;
}
@media screen and (max-width: 1024px) {
  .issueIcon {
    top: -20px;
    left: -30px;
    width: 4rem;
  }
}

.issueBlockwrap {
  width: 40vw;
  position: relative;
  top: -6em;
}
@media screen and (max-width: 1024px) {
  .issueBlockwrap {
    width: 85vw;
    margin: auto;
    top: 0;
  }
}
.issueBlockwrap .issueBlock__panel {
  padding-left: 15px;
}
@media screen and (max-width: 1024px) {
  .issueBlockwrap .issueBlock__panel {
    padding-left: 20px;
  }
}
.issueBlockwrap .issueBlock__panel:first-child::before {
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  background-size: cover;
  position: absolute;
  left: -61px;
  top: -18px;
}
@media screen and (max-width: 1024px) {
  .issueBlockwrap .issueBlock__panel:first-child::before {
    top: 9px;
    width: 3rem;
    height: 3rem;
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .issueBlockwrap .issueBlock__panel:first-child::before {
    top: 33%;
    width: 2rem;
    height: 2rem;
    left: -15px;
  }
}
.issueBlock {
  position: relative;
  top: 6em;
  padding-left: 6%;
  width: 46.5vw;
  box-shadow: -10px 10px 30px #6a3d2529;
  border-radius: 61px;
  margin-left: 4vw;
}
@media screen and (max-width: 1024px) {
  .issueBlock {
    margin-left: 0;
    padding: 2em 1em 3em 1em;
    width: 100%;
    margin-bottom: 6%;
  }
}
.issueBlock__title {
  font-size: 64px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  position: absolute;
  padding-left: 15%;
  top: -162px;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .issueBlock__title {
    font-size: calc(2.75rem + (1vw - 10.25px) * 2.2346);
  }
}
@media screen and (max-width: 1024px) {
  .issueBlock__title {
    font-size: 32px;
    position: static;
    text-align: center;
    padding-left: 0;
  }
}
.issueBlock__panel {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  border-bottom: 2px solid #d35c2c;
  width: 100%;
  font-size: calc(0.75rem + (1vw - 10.25px) * 0.6704);
  padding: 1.3rem 0 0.5rem 0;
  letter-spacing: 1.8px;
  border-bottom: 2px solid #e28731;
  -o-border-image: linear-gradient(90deg, #e28731 0%, #ffffff00 100%);
  border-image: linear-gradient(90deg, #e28731 0%, #ffffff00 100%);
  border-image-slice: 1;
}
@media screen and (min-width: 1025px) {
  .issueBlock__panel {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1024px) {
  .issueBlock__panel {
    font-size: calc(0.75rem + (1vw - 3.75px) * 1.5306);
    position: relative;
    margin: 0 auto;
  }
}
.issueBlock__panel::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 40px;
  width: 10px;
  height: 10px;
  background: #ecbc8c 0% 0% no-repeat padding-box;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .issueBlock__panel::before {
    top: 91%;
  }
}
.issueBlock__triangle {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 20px;
  text-align: center;
  top: 35px;
  margin-left: 5%;
  width: 64%;
  height: 25vh;
  letter-spacing: 0.1rem;
  line-height: 1.18;
  background: linear-gradient(to top right, transparent 50%, #d35c2c 50.2%)
      no-repeat top left/50.1% 100%,
    linear-gradient(to top left, transparent 50%, #d35c2c 50.2%) no-repeat
      bottom right/50.1% 100%;
}
@media screen and (max-width: 1024px) {
  .issueBlock__triangle {
    top: 35px;
    width: 86%;
    height: 21vh;
  }
}
.issueBlock__triangletext {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  font-size: 32px;
}
@media screen and (min-width: 1025px) {
  .issueBlock__triangletext {
    font-size: calc(1.25rem + (1vw - 10.25px) * 1.3408);
  }
}
@media screen and (max-width: 1024px) {
  .issueBlock__triangletext {
    font-size: calc(0.9375rem + (1vw - 3.2px) * 4.2614);
  }
}

.reasonWrap {
  display: flex;
  width: 100vw;
  padding: 0 12%;
  margin-top: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .reasonWrap {
    display: block;
    padding: 0 25px;
  }
}

.reasonList {
  width: 31.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .reasonList {
    width: 100%;
    margin-bottom: 60px;
  }
}
.reasonList__catch {
  font-family: "Montserrat", sans-serif;
  color: #d35c2c;
  letter-spacing: 1.1px;
  line-height: 1.6rem;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .reasonList__catch {
    font-size: calc(1.125rem + (1vw - 3.2px) * 1.4205);
  }
}
.reasonList__catch span {
  position: absolute;
}
.reasonList__catch span:nth-child(1) {
  width: 8px;
  border: 0;
  border-top: 2px solid #d35c2c;
  margin: 0;
  padding: 0;
  transform: rotate(100deg);
  left: 49px;
  top: -6px;
}
.reasonList__catch span:nth-child(2) {
  width: 8px;
  border: 0;
  border-top: 2px solid #d35c2c;
  margin: 0;
  padding: 0;
  transform: rotate(130deg);
  left: 56px;
  top: -4px;
}
.reasonList__catch span:nth-child(3) {
  width: 8px;
  border: 0;
  border-top: 2px solid #d35c2c;
  margin: 0;
  padding: 0;
  transform: rotate(-25deg);
  left: 61px;
  top: 2px;
}
.reasonList__heading {
  font-size: 24px;
  text-align: center;
  letter-spacing: 2.4px;
  line-height: 2.2rem;
  color: #d35c2c;
}
@media screen and (min-width: 1025px) {
  .reasonList__heading {
    font-size: calc(1rem + (1vw - 10.25px) * 0.8939);
  }
}
@media screen and (max-width: 1024px) {
  .reasonList__heading {
    font-size: calc(1.375rem + (1vw - 3.2px) * 1.7045);
  }
}
.reasonList__subheading {
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
}
@media screen and (min-width: 1025px) {
  .reasonList__subheading {
    font-size: calc(0.75rem + (1vw - 10.25px) * 0.4469);
  }
}
.reasonList__text {
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 1.6px;
  line-height: 1.75;
  width: 90%;
  margin: auto;
  margin-top: 27px;
}
@media screen and (min-width: 1025px) {
  .reasonList__text {
    font-size: calc(0.75rem + (1vw - 10.25px) * 0.4469);
  }
}
@media screen and (max-width: 1024px) {
  .reasonList__text {
    width: 100%;
    font-size: calc(0.875rem + (1vw - 3.2px) * 1.4205);
  }
}
.reasonList__img {
  position: relative;
  width: 100%;
  height: 28vh;
  margin: 30px auto 0;
  overflow: hidden;
  border-radius: 0;
  transform: skew(-10deg);
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .reasonList__img {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .reasonList__img {
    width: 95%;
  }
}
.reasonList__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  transform: translate(-50%, -50%) skew(10deg);
}

.resolveWrap {
  position: relative;
  top: 7em;
}
.resolveWrap img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .resolveWrap img {
    height: 11vh;
  }
}
.resolveWrap__text {
  font-size: calc(1.25rem + (1vw - 3.75px) * 0.7767);
  line-height: 45px;
  color: #edf2f2;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 25%);
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .resolveWrap__text {
    line-height: 26px;
  }
}

.featuresSection {
  padding: 200px 0 265px 0;
  background: transparent
    linear-gradient(227deg, #f8f2fc 0%, #f0f8fc 55%, #ffffff05 100%) 0% 0%
    no-repeat padding-box;
}
@media screen and (max-width: 1024px) {
  .featuresSection {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .featuresSection {
    padding: 80px 0;
  }
}

.featureBox {
  padding: 0 79px;
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .featureBox {
    padding: 0 30px;
  }
}

.featureWrap {
  background: transparent
    linear-gradient(237deg, #f8f2fc 0%, #f0f8fc 55%, #ffffff05 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: -20px 10px 30px #6a3d2529;
  border-radius: 97px;
  padding: 68px 181px 52px;
}
@media screen and (max-width: 1024px) {
  .featureWrap {
    padding: 6% 3%;
  }
}
@media screen and (max-width: 767px) {
  .featureWrap {
    border-radius: 30px;
  }
}

.featureList {
  display: flex;
  margin-top: 64px;
}
.featureList:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .featureList {
    flex-direction: column;
    margin-top: 36px;
  }
}
.featureList__img {
  width: 52.5%;
}
@media screen and (max-width: 1024px) {
  .featureList__img {
    width: 70%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .featureList__img {
    width: 100%;
  }
}
.featureList__img img {
  width: 100%;
  height: 345px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: -10px 10px 30px #25566a34;
}
.featureList__img.__second img {
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .featureList:nth-of-type(2n) {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}

.featureInner {
  padding: 5% 0% 5% 3.5%;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .featureInner {
    width: 100%;
  }
}
.featureInner.__second {
  padding: 5% 3.5% 5% 0%;
}
.featureInner__catch {
  color: #cba3d5;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .featureInner__catch {
    font-size: calc(0.875rem + (1vw - 10.25px) * 0.4469);
  }
}
@media screen and (max-width: 767px) {
  .featureInner__catch {
    font-size: calc(1.125rem + (1vw - 3.2px) * 1.4205);
    display: block;
    text-align: center;
  }
}
.featureInner__heading {
  padding: 10px 0 20px 0;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .featureInner__heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .featureInner__heading {
    text-align: center;
  }
}
.featureInner__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 1025px) {
  .featureInner__text {
    font-size: calc(0.75rem + (1vw - 10.25px) * 0.4469);
  }
}
@media screen and (max-width: 767px) {
  .featureInner__text {
    font-size: calc(0.875rem + (1vw - 3.2px) * 1.4205);
  }
}

.recruitmentSection {
  width: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 114px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .recruitmentSection {
    padding: 0 15px;
    width: auto;
    margin-bottom: 70px;
  }
}

.sectionHeading.__heading {
  margin-top: 0;
}

.recruitWrap {
  display: flex;
  justify-content: space-between;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: 86px;
}
@media screen and (max-width: 1024px) {
  .recruitWrap {
    display: block;
    margin-top: 50px;
  }
}

.recruitList {
  width: 32%;
  box-shadow: 20px 20px 40px #0000001f;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .recruitList {
    width: 100%;
    margin-bottom: 30px;
  }
}
.recruitList__inner {
  width: 90%;
  height: 15em;
  margin: auto;
  padding: 1.8rem 0;
  display: flex;
  flex-direction: column;
}
.recruitList__img {
  width: 100%;
}
.recruitList__heading {
  font-size: 22px;
  letter-spacing: 1.1px;
  line-height: 1.5;
  margin-bottom: 15px;
  flex-grow: 1;
}
@media screen and (min-width: 1025px) {
  .recruitList__heading {
    font-size: calc(0.75rem + (1vw - 10.25px) * 1.1173);
  }
}
@media screen and (max-width: 1024px) {
  .recruitList__heading {
    font-size: calc(1.125rem + (1vw - 3.2px) * 1.4205);
  }
}
@media screen and (max-width: 1024px) {
  .recruitList:first-of-type {
    margin-bottom: 60px;
  }
}

.recruitCondition {
  display: flex;
  align-items: center;
}
.recruitCondition.__condition {
  align-items: flex-start;
}
.recruitCondition__salary {
  font-size: 24px;
  padding-left: 15px;
}
@media screen and (min-width: 1025px) {
  .recruitCondition__salary {
    font-size: calc(1rem + (1vw - 10.25px) * 0.8939);
  }
}
@media screen and (max-width: 1024px) {
  .recruitCondition__salary {
    font-size: calc(1.125rem + (1vw - 3.2px) * 1.4205);
  }
}
.recruitCondition__condition {
  font-size: 18px;
  padding-left: 10px;
  letter-spacing: 1.8px;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .recruitCondition__condition {
    font-size: calc(0.875rem + (1vw - 10.25px) * 0.4469);
  }
}
@media screen and (max-width: 1024px) {
  .recruitCondition__condition {
    font-size: calc(0.875rem + (1vw - 3.2px) * 1.4205);
  }
}
.recruitCondition__img {
  padding-top: 10px;
}

.iconWrap {
  display: flex;
  position: absolute;
  left: -1%;
  top: -11%;
}

.iconCircle {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #15a53c;
  color: #ffffff;
  margin-right: 10px;
}
.iconCircle.__orange {
  background-color: #d35c2c;
  margin-right: 0;
}
.iconCircle__text {
  padding-bottom: 5px;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .iconCircle__text {
    font-size: calc(0.6875rem + (1vw - 10.25px) * 0.3352);
  }
}
.iconCircle img {
  height: 1.5em;
}

.voiceSection {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.voiceSection::before {
  content: "";
  background: transparent linear-gradient(180deg, #f2f0ed 0%, #ffffff05 100%) 0%
    0% no-repeat padding-box;
  box-shadow: -20px 20px 40px #6a3d2529;
  border-radius: 97px 0px 0px 97px;
  margin-left: 7%;
  height: 90%;
  width: 100vw;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .voiceSection::before {
    margin-left: 15px;
  }
}
.voiceSection__inner {
  padding-right: 15%;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .voiceSection__inner {
    padding-right: 0;
  }
}

.voiceWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 68px;
  padding-left: 15%;
}
.voiceWrap.__first {
  margin-top: 86px;
}
@media screen and (max-width: 1024px) {
  .voiceWrap.__first {
    padding-left: 35px;
    padding-right: 35px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .voiceWrap {
    flex-direction: column-reverse;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 50px;
  }
}
.voiceWrap__img {
  width: 40%;
  border-radius: 39px;
}
@media screen and (max-width: 1024px) {
  .voiceWrap__img {
    width: 100%;
    border-radius: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .voiceWrap__img {
    border-radius: 39px;
  }
}
.voiceWrap__img img {
  width: 100%;
  border-radius: 39px;
}

.voiceBlock {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .voiceBlock {
    width: 95%;
  }
}
.voiceBlock__heading {
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .voiceBlock__heading {
    font-size: calc(1.5625rem + (1vw - 10.25px) * 1.676);
  }
}
@media screen and (max-width: 1024px) {
  .voiceBlock__heading {
    font-size: calc(1.375rem + (1vw - 3.75px) * 2.0031);
    margin-top: 20px;
  }
}
.voiceBlock__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1.87;
}
@media screen and (min-width: 1025px) {
  .voiceBlock__text {
    font-size: calc(0.75rem + (1vw - 10.25px) * 0.4469);
  }
}
@media screen and (max-width: 1024px) {
  .voiceBlock__text {
    font-size: calc(0.875rem + (1vw - 3.2px) * 1.4205);
  }
}
.voiceBlock__name {
  padding: 10px 17px;
  background-color: #cba3d5;
  color: #ffffff;
  margin-bottom: 1.8em;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .voiceBlock__name {
    font-size: calc(0.75rem + (1vw - 10.25px) * 0.4469);
  }
}
@media screen and (max-width: 1024px) {
  .voiceBlock__name {
    font-size: calc(0.875rem + (1vw - 3.2px) * 1.4205);
  }
}

.voiceList {
  width: 100vw;
  padding-top: 22px;
  position: relative;
  margin-left: 38%;
}
@media screen and (max-width: 1024px) {
  .voiceList {
    margin-left: 0;
  }
}
.voiceList .swiper-container {
  margin-left: 4%;
}
@media screen and (max-width: 1024px) {
  .voiceList .swiper-container {
    height: 1000px !important;
  }
}
.voiceList .swiper-button-next {
  width: 100px;
  background-image: unset !important;
  position: static !important;
  margin-top: 0;
  margin-bottom: 15px;
}
.voiceList__item.swiper-wrapper {
  height: 810px !important;
}
@media screen and (max-width: 1024px) {
  .voiceList__item.swiper-wrapper {
    height: 865px !important;
  }
}
@media screen and (max-width: 375px) {
  .voiceList__item.swiper-wrapper {
    height: 880px !important;
  }
}

.voiceItem.swiper-slide {
  width: 22%;
  height: 96% !important;
  background-color: #ffffff;
  border-radius: 35px;
  padding: 20px;
  margin-right: 30px;
  box-shadow: 1em 1em 1em #0000001f;
  display: inline-block;
}
.voiceItem.swiper-slide:last-of-type {
  margin-right: 300px;
}
@media screen and (max-width: 1024px) {
  .voiceItem.swiper-slide {
    height: 97% !important;
  }
}
@media screen and (max-width: 375px) {
  .voiceItem.swiper-slide {
    height: 98% !important;
  }
}

.voiceItem__img {
  width: 100%;
}
.voiceItem__img img {
  width: 100%;
}
.voiceItem__heading {
  font-size: 24px;
  letter-spacing: 1.2px;
  line-height: 1.5;
  margin-bottom: 1em;
  white-space: normal;
}
@media screen and (min-width: 1025px) {
  .voiceItem__heading {
    font-size: calc(1rem + (1vw - 10.25px) * 0.8939);
  }
}
@media screen and (max-width: 1024px) {
  .voiceItem__heading {
    font-size: 20px;
  }
}
.voiceItem__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1.87;
  font-size: 14px;
  white-space: normal;
}
@media screen and (min-width: 1025px) {
  .voiceItem__text {
    font-size: calc(0.75rem + (1vw - 10.25px) * 0.2235);
  }
}
@media screen and (max-width: 1024px) {
  .voiceItem__text {
    font-size: calc(0.875rem + (1vw - 3.2px) * 1.4205);
  }
}
.voiceItem__name {
  padding: 10px 17px;
  background-color: #cba3d5;
  color: #ffffff;
  margin: 1em 0;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .voiceItem__name {
    font-size: calc(0.75rem + (1vw - 10.25px) * 0.4469);
  }
}
@media screen and (max-width: 1024px) {
  .voiceItem__name {
    font-size: calc(0.875rem + (1vw - 3.2px) * 1.4205);
  }
}

.flowSection {
  width: 73%;
  margin: auto;
  margin-top: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .flowSection {
    padding: 0 15px;
    width: auto;
    margin-top: 0;
  }
}

.flowWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
}
@media screen and (max-width: 1024px) {
  .flowWrap {
    display: block;
    margin-top: 60px;
  }
}
.flowWrap.__second {
  margin-top: 0;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .flowArrow {
    position: absolute;
    left: -17.2vw;
    height: 9.4em;
    width: 23.6%;
    opacity: 0.35;
  }
  .flowArrow.__first {
    top: 23%;
    background: url(../img/flow_arrow_left.png);
  }
  .flowArrow.__second {
    top: 53%;
    background: url(../img/flow_arrow_right.png);
  }
  .flowArrow.__third {
    top: 36%;
    background: url(../img/flow_arrow_left.png);
  }
}

.flowList {
  width: 30.6%;
  margin-bottom: 5em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  box-shadow: 10px 10px 30px #6a3d2529;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .flowList {
    width: 100%;
  }
}
.flowList.__second {
  width: 48.5%;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .flowList.__second {
    width: 100%;
    margin-bottom: 5em;
  }
}
.flowList__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
}
.flowList__img.__md {
  height: 13.3em;
}
@media screen and (max-width: 1024px) {
  .flowList__img.__md {
    height: 20em;
  }
}
@media screen and (max-width: 767px) {
  .flowList__img.__md {
    height: 13em;
  }
}
.flowList__img.__lg {
  height: 14.2em;
}
.flowList__img.__lg .otherText {
  padding-bottom: 7px;
}
@media screen and (max-width: 1024px) {
  .flowList__img.__lg {
    height: 20em;
  }
}
@media screen and (max-width: 767px) {
  .flowList__img.__lg {
    height: 13em;
  }
}
.flowList__box {
  background: transparent
    linear-gradient(236deg, #f8f2fc 0%, #f2f0eb 55%, #ffffff05 100%) 0% 0%
    no-repeat padding-box;
}
.flowList__box.__one {
  height: 13em;
}
.flowList__box.__two {
  height: 15em;
}
@media screen and (min-width: 1025px) {
  .flowList__box.__final {
    height: 10em;
  }
}
.flowList__title {
  text-align: center;
  font-size: 26px;
  padding: 0.92em 0;
  letter-spacing: 1.3px;
}
@media screen and (min-width: 1025px) {
  .flowList__title {
    font-size: calc(0.9375rem + (1vw - 10.25px) * 1.2291);
  }
}
@media screen and (max-width: 1024px) {
  .flowList__title {
    font-size: calc(1.125rem + (1vw - 3.2px) * 1.4205);
  }
}
.flowList__text {
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 1.75;
  padding: 0 24px 24px 20px;
}
@media screen and (min-width: 1025px) {
  .flowList__text {
    font-size: calc(0.75rem + (1vw - 10.25px) * 0.4469);
  }
}
@media screen and (max-width: 1024px) {
  .flowList__text {
    font-size: calc(0.875rem + (1vw - 3.2px) * 1.4205);
  }
}
.flowList__text.__two {
  height: 13vh;
}
.flowList__other {
  padding-bottom: 31px;
}

@media screen and (min-width: 1025px) {
  .faqSection {
    margin-top: 164px;
  }
}
.faqSection__inner {
  width: 70%;
  margin: auto;
  margin-top: 55px;
}
@media screen and (max-width: 1024px) {
  .faqSection__inner {
    padding: 0 15px;
    width: auto;
  }
}

@media screen and (max-width: 1024px) {
  .entrybtnWrap {
    width: 93%;
  }
}

.entrybtn {
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 16vh;
  position: absolute;
  bottom: 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.entrybtn:hover::before {
  background-color: #e35820;
}
@media screen and (max-width: 767px) {
  .entrybtn {
    height: 6em;
  }
}
.entrybtn::before {
  border-radius: 0px 0px 30px 30px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: transparent linear-gradient(270deg, #b189d9 0%, #ef8300 100%) 0%
    0% no-repeat padding-box;
  opacity: 0.78;
}
@media screen and (max-width: 1024px) {
  .entrybtn::before {
    border-radius: 20px;
  }
}
.entrybtn__label {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 26px;
  padding: 16px 43px;
  color: #ef8300;
  background-color: #ffffff;
  border-radius: 50px;
  margin-bottom: 7px;
  position: relative;
  top: -2vh;
}
@media screen and (min-width: 1025px) {
  .entrybtn__label {
    font-size: calc(1.125rem + (1vw - 10.25px) * 0.8939);
  }
}
@media screen and (max-width: 1024px) {
  .entrybtn__label {
    font-size: 14px;
    padding: 10px 35px;
  }
}
@media screen and (max-width: 767px) {
  .entrybtn__label {
    top: -2vh;
    padding: 10px 35px;
  }
}

.entryText {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 44px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .entryText {
    font-size: calc(2.3125rem + (1vw - 7.68px) * 0.6076);
  }
}
@media screen and (max-width: 1024px) {
  .entryText {
    align-items: baseline;
    font-size: calc(1rem + (1vw - 3.2px) * 4.8295);
  }
}
@media screen and (max-width: 767px) {
  .entryText {
    align-items: center;
  }
}
.entryText__text {
  padding-left: 20px;
  padding-right: 15px;
}
@media screen and (max-width: 1024px) {
  .entryText__text {
    padding-left: 5px;
  }
}
.entryText__img {
  width: 1em;
}
@media screen and (max-width: 767px) {
  .entryText__img {
    width: 25px;
  }
}

.balloonWrap.__issue {
  width: 73.8%;
  position: relative;
  top: -7em;
  left: 0em;
}
@media screen and (max-width: 1024px) {
  .balloonWrap.__issue {
    top: 1em;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .balloonWrap {
    padding-top: 25px;
  }
}
.balloonWrap::before {
  content: "";
  border-top: 2px solid #ef8300;
  position: absolute;
  width: 50vw;
  right: 1em;
  top: 37%;
}
@media screen and (max-width: 1024px) {
  .balloonWrap::before {
    width: 20%;
    top: 45%;
    right: -2em;
  }
}
.balloonWrap.__feature {
  position: relative;
}
.balloonWrap.__feature::before {
  content: "";
  border-top: 2px solid #c5a6d2;
  position: absolute;
  width: 60%;
  left: 0;
  top: 35%;
}
@media screen and (max-width: 1024px) {
  .balloonWrap.__feature::before {
    width: 20%;
    top: 45%;
  }
}
.balloonWrap.__recruit::after {
  content: "";
  border-top: 2px solid #ef8300;
  position: absolute;
  width: 70%;
  right: -25%;
  top: 0%;
}
@media screen and (max-width: 1024px) {
  .balloonWrap.__recruit::after {
    right: 0;
    width: 20%;
  }
}
.balloonWrap.__recruit::before {
  content: unset;
}
.balloonWrap.__flow::after {
  content: "";
  border-top: 2px solid #ef8300;
  position: absolute;
  width: 70%;
  right: -25%;
  top: 4%;
}
@media screen and (max-width: 1024px) {
  .balloonWrap.__flow::after {
    right: 0;
    width: 20%;
    top: 1.8%;
  }
}
.balloonWrap.__flow::before {
  content: unset;
}
.balloonWrap.__user {
  padding-left: 15%;
}
@media screen and (max-width: 1024px) {
  .balloonWrap.__user {
    padding-left: 0;
  }
}
.balloonWrap.__user::before {
  content: "";
  border-top: 2px solid #cba3d5;
  position: absolute;
  width: 60%;
  left: 0;
  top: 7%;
}
@media screen and (max-width: 1024px) {
  .balloonWrap.__user::before {
    width: 20%;
    top: 5.5%;
  }
}

.balloon {
  position: relative;
  z-index: 1;
  text-align: left;
  width: 100%;
  height: 15vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: -20px;
}
@media screen and (max-width: 1024px) {
  .balloon:first-of-type {
    width: 80%;
    height: 13vh;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .balloon:first-of-type {
    width: 85%;
  }
}
.balloon.__heading {
  width: 30vw;
}
@media screen and (max-width: 1024px) {
  .balloon.__heading {
    width: 72vw;
    height: 11vh;
  }
}
.balloon.__heading::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 14px;
  border-bottom-width: 10px;
  border-left-width: 3px;
  border-right-width: 20px;
  margin-left: -3px;
  border-top-color: #ef8300;
  top: 99%;
  right: 11%;
}
.balloon.__recruitBallon {
  top: -78px;
}
.balloon.__bgIssue {
  height: 11em;
}
@media screen and (max-width: 767px) {
  .balloon.__bgIssue {
    height: 6em;
  }
}
.balloon.__headingBlack {
  width: 30vw;
}
@media screen and (max-width: 1024px) {
  .balloon.__headingBlack {
    width: 72vw;
    height: 11vh;
  }
}
.balloon.__headingBlack::before {
  background: #cba3d5 0% 0% no-repeat padding-box;
  box-shadow: 10px 10px 30px #25566a29;
}
.balloon.__headingBlack::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 14px;
  border-bottom-width: 10px;
  border-left-width: 3px;
  border-right-width: 20px;
  margin-left: -3px;
  border-top-color: #cba3d5;
  top: 99%;
  right: 11%;
}
.balloon.__headingFeature {
  width: 30vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .balloon.__headingFeature {
    width: 72vw;
    height: 11vh;
  }
}
.balloon.__headingFeature::before {
  background: #cba3d5 0% 0% no-repeat padding-box;
  box-shadow: 10px 10px 30px #25566a29;
}
.balloon.__headingFeature::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 14px;
  border-bottom-width: 10px;
  border-left-width: 3px;
  border-right-width: 20px;
  margin-left: -3px;
  border-top-color: #cba3d5;
  top: 99%;
  right: 11%;
}
.balloon::before {
  transform: skewX(-16deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #ef8300;
  border-radius: 20px;
}
.balloon::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 14px;
  border-bottom-width: 10px;
  border-left-width: 3px;
  border-right-width: 20px;
  margin-left: -3px;
  border-top-color: #ef8300;
  top: 99%;
  right: 11%;
}
.balloon__text {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 42px;
  letter-spacing: 0.1em;
  line-height: 2.5rem;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .balloon__text {
    font-size: calc(1.375rem + (1vw - 11.25px) * 2.2346);
  }
}
@media screen and (max-width: 1024px) {
  .balloon__text {
    font-size: calc(1.25rem + (1vw - 3.2px) * 4.2614);
    text-align: center;
    line-height: 1.2em;
  }
}
.balloon__text.__heading {
  font-size: 64px;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 1025px) {
  .balloon__text.__heading {
    font-size: calc(1.75rem + (1vw - 10.25px) * 3.5754);
  }
}
@media screen and (max-width: 1024px) {
  .balloon__text.__heading {
    font-size: calc(1.625rem + (1vw - 3.2px) * 0.8523);
  }
}

.sectionHeading {
  font-size: 48px;
  text-align: center;
  letter-spacing: 0.05rem;
  margin-top: 17px;
}
@media screen and (min-width: 1025px) {
  .sectionHeading {
    font-size: calc(1.875rem + (1vw - 10.25px) * 2.0112);
  }
}
@media screen and (max-width: 1024px) {
  .sectionHeading {
    font-size: calc(1.5rem + (1vw - 3.2px) * 1.9886);
    line-height: 2rem;
  }
}
.sectionHeading__img {
  width: 5rem;
  padding-right: 10px;
}
.sectionHeading.__issue {
  padding-left: 10%;
}
@media screen and (max-width: 1024px) {
  .sectionHeading.__issue {
    padding-left: 0;
  }
}

.color-orange {
  color: #d35c2c;
}

.mr-3 {
  margin-right: 3em;
}

.p-relative {
  position: relative;
}

.pl-15 {
  padding-left: 15%;
}
@media screen and (max-width: 1024px) {
  .pl-15:first-of-type {
    padding-left: 0;
  }
}

.fonts-38 {
  font-size: 38px;
}

.faqWrap {
  background-color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  border-radius: 18px;
  margin-bottom: 24px;
  box-shadow: 10px 10px 30px #6a3d2529;
}
@media screen and (max-width: 1024px) {
  .faqWrap {
    font-size: calc(0.875rem + (1vw - 3.2px) * 1.4205);
    margin-bottom: 15px;
  }
}
.faqWrap__hr {
  margin: 0 27px;
  background-color: #dddddd;
  border: none;
  height: 1px;
}

.questionItem {
  padding: 15px 80px 15px 27px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1.35;
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .questionItem {
    font-size: calc(0.875rem + (1vw - 10.25px) * 0.4469);
  }
}
@media screen and (max-width: 1024px) {
  .questionItem {
    padding: 16px 40px 20px 14px;
  }
}
.questionItem::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  margin: auto;
  width: 1.5em;
  height: 3px;
  background-color: #ef8300;
  transition: 0.2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media screen and (max-width: 1024px) {
  .questionItem::before {
    right: 18px;
    width: 15px;
  }
}
.questionItem::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  margin: auto;
  width: 1.5em;
  height: 3px;
  background-color: #ef8300;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .questionItem::after {
    right: 18px;
    width: 15px;
  }
}
.questionItem__text {
  font-size: 44px;
  color: #ef8300;
  font-family: "Montserrat", sans-serif;
  margin-right: 25px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .questionItem__text {
    font-size: 28px;
    margin-right: 15px;
  }
}
.questionItem.active::before {
  transform: rotate(0deg);
}
.questionItem.active::after {
  background-color: transparent;
}

.answerItem {
  padding: 15px 50px 15px 27px;
  display: flex;
  line-height: 1.35;
  position: relative;
  display: none;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .answerItem {
    font-size: calc(0.75rem + (1vw - 10.25px) * 0.2235);
  }
}
@media screen and (max-width: 1024px) {
  .answerItem {
    padding: 16px 40px 20px 14px;
  }
}
.answerItem__inner {
  display: flex;
  align-items: center;
}
.answerItem__text {
  color: #cba3d5;
  font-size: 44px;
  font-family: "Montserrat", sans-serif;
  margin-right: 25px;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .answerItem__text {
    font-size: 28px;
    margin-right: 15px;
  }
}

.scroll {
  position: absolute;
  font-size: 18px;
  color: #222222;
  letter-spacing: 0.72px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  transform: rotate(-90deg);
  bottom: 7%;
  right: -2%;
}
@media screen and (max-width: 1024px) {
  .scroll {
    display: none;
  }
}
.scroll span:nth-child(1) {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 21px solid #222222;
  position: absolute;
  left: 15%;
  top: 2%;
  z-index: 1;
}
.scroll span:nth-child(2) {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 18px solid #ffffff;
  position: absolute;
  left: 16%;
  top: 13.5%;
  z-index: 10;
}
.scroll span:nth-child(3) {
  display: inline-block;
  height: 1px;
  width: 80px;
  background-color: #d35c2c;
  margin-top: 6px;
  margin-left: 20px;
  margin-right: 10px;
  z-index: 20;
}

.scrollRight {
  margin-left: 4%;
  position: relative;
  font-size: 18px;
  color: #222222;
  letter-spacing: 0.72px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  top: 5%;
  left: 0;
}
.scrollRight span:nth-child(3) {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 21px solid #222222;
  position: absolute;
  left: 72px;
  top: 55%;
  z-index: 1;
}
.scrollRight span:nth-child(2) {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 19px solid #f2f0ea;
  position: absolute;
  left: 73px;
  top: 63%;
  z-index: 10;
}
.scrollRight span:nth-child(1) {
  display: inline-block;
  height: 1px;
  width: 95px;
  background-color: #d35c2c;
  margin-top: 6px;
  z-index: 20;
}

.fadeIn {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
