@charset "UTF-8";
* {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "Yu Gothic", "Meiryo", "Helvetica Neue", Arial, "MS Pゴシック", sans-serif;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #1a1a1a;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  transition: 0.3s all;
  color: #1a1a1a;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 890px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.innerbox {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .innerbox {
    max-width: 100%;
    margin: 0 3%;
  }
}

.innerbox_s {
  max-width: 728px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .innerbox_s {
    max-width: 100%;
    margin: 0 3%;
  }
}

h2.h2_heading {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}

.highlight {
  background: #fff98d;
  padding: 0px 3px 1px;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #ffff33;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.big {
  font-size: 1.3em;
  font-weight: 700;
}

.small {
  font-size: 0.8em;
}

.accent {
  color: #D31111;
}

.spacer {
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .sp_br::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 390px) {
  .xs_br::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 890px) {
  .tab_br::before {
    content: "\a";
    white-space: pre;
  }
}

.pc_br::before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 768px) {
  .pc_br::before {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

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

.pagetop {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pagetop {
    display: none;
  }
}
.pagetop a {
  background: #3ab5b4;
  border: 2px solid #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.pagetop a::before {
  content: "";
  border-bottom: 10px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.pagetop a:hover {
  background: #fff;
  border: 2px solid #3ab5b4;
}
.pagetop a:hover::before {
  content: "";
  border-bottom: 10px solid #3ab5b4;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

* {
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  border: none;
}

p {
  word-break: break-all;
  word-wrap: break-word;
}

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

header {
  padding: 15px 5%;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  position: fixed;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  z-index: 999;
  background: #fff;
  width: 80vw;
  border-radius: 50px;
  box-shadow: 0px 5px 15px 0px rgba(184, 179, 172, 0.56);
}
@media screen and (max-width: 1430px) {
  header {
    top: 15px;
  }
}
@media screen and (max-width: 768px) {
  header {
    position: relative;
    top: 0;
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
  }
}
header .header__logo img {
  width: min(45vw, 216px);
}
header .header__logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  header .header__logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  header .header__cta {
    display: none;
  }
}

.footer {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  background: #f9f7f2;
  gap: 30px 120px;
  padding: 50px 10px;
  font-size: 1.4rem;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .footer {
    flex-direction: column;
    margin-bottom: 16%;
  }
}
@media screen and (max-width: 490px) {
  .footer {
    margin-bottom: 20%;
  }
}
@media screen and (max-width: 390px) {
  .footer {
    margin-bottom: 30%;
  }
}

.access_wrapper .info__box img {
  width: min(216px, 80vw);
}
.access_wrapper .info__box .access__company-name {
  font-weight: 700;
  margin-top: 20px;
}
.access_wrapper .info__box .access__info {
  margin-top: 10px;
}

.sns_wrapper {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  gap: 20px 20px;
  margin-top: 30px;
}

.company__wrapper .table__box .company__table {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
}
.company__wrapper .table__box .company__table:not(:last-child) {
  margin-bottom: 10px;
}
.company__wrapper .table__box .company__table .table__dt {
  font-weight: 700;
  border-right: 1px solid #c1bcb8;
  width: 30%;
}
.company__wrapper .table__box .company__table .table__dd {
  padding-left: 10px;
}
.company__wrapper .link__wrapper {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  gap: 20px 30px;
  margin-top: 30px;
}
@media screen and (max-width: 490px) {
  .company__wrapper .link__wrapper {
    flex-direction: column;
  }
}
.company__wrapper .link__wrapper a {
  text-decoration: underline;
}
.company__wrapper .link__wrapper a:hover {
  text-decoration: none;
}
.company__wrapper .link__wrapper a::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/link_icon.svg") no-repeat;
  width: 7.3px;
  height: 7.45px;
  margin: 0px 0px 2px 5px;
}

.footer-copy {
  color: #A16B2D;
  font-size: 1.2rem;
  margin-top: 10px;
}

.header__cta-button {
  background: #ffa80d;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 50px;
  color: #1a1a1a;
}
.header__cta-button:hover {
  opacity: 0.7;
}
.header__cta-button::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/mail-icon.svg") no-repeat;
  width: 19.5px;
  height: 14.2px;
  margin: 0px 5px 1px 0px;
}

.cta {
  background: #ffa80d;
  padding: 50px 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 30px 0px;
  }
}
.cta::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/cta_bg.png") no-repeat left center/cover;
  max-width: 1143px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.cta__text-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}
.cta__text-wrapper .cta--title {
  font-size: 2.6rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .cta__text-wrapper .cta--title {
    font-size: 2rem;
  }
}
/* button */
.-button {
  padding: 20px 25px;
  border-radius: 100px;
  color: #1a1a1a;
  background: #fff;
  display: block;
  font-size: 2.8rem;
  max-width: 640px;
  width: 100%;
  margin: 30px auto 0px;
  box-shadow: 7px 7px 12px 0px rgba(188, 102, 25, 0.42);
}
@media screen and (max-width: 768px) {
  .-button {
    font-size: 2.1rem;
  }
}
.-button .button__intro {
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .-button .button__intro {
    margin-bottom: 10px;
  }
}
.-button .button__text {
  margin-top: -5px;
  line-height: 1.4;
}
.-button .button__text::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/cta_icon.svg") no-repeat;
  width: 33px;
  height: 27px;
  margin: 0px 5px -3px 0px;
}
@media screen and (max-width: 768px) {
  .-button .button__text::before {
    width: 22px;
    height: 18px;
    margin: 0px 3px -2px 0px;
  }
}
.-button p {
  font-weight: 700;
}
.-button:hover {
  opacity: 0.7;
}

.floating {
  display: none;
  background: #ffa80d;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9999;
  padding: 20px 3%;
}
@media screen and (max-width: 768px) {
  .floating {
    display: block;
  }
}
.floating .-button {
  margin: 0 auto;
  font-size: 1.9rem;
  padding: 10px 25px;
}

.mv {
  padding: 0px;
}
.mv .mv__img img {
  width: 100%;
}

.problems {
  padding-top: 70px;
}
.problems .problems__wrapper .h2_heading {
  background: url("../../assets/img/problems_title_pc@2x.webp") no-repeat center/100%;
  max-width: 747px;
  height: 108px;
}
@media screen and (max-width: 768px) {
  .problems .problems__wrapper .h2_heading {
    background: url("../../assets/img/problems_title_sp@2x.webp") no-repeat center/100%;
    max-width: 323px;
    height: 108px;
  }
}

.problems__list {
  background: #f7f7f7;
  padding: 40px 40px;
  border-radius: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .problems__list {
    padding: 40px 20px;
  }
}
.problems__list::after {
  content: "";
  display: inline-block;
  background: #f7f7f7;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 300px;
  height: 40px;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
@media screen and (max-width: 390px) {
  .problems__list::after {
    width: 200px;
  }
}
.problems__list .list-item {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  gap: 10px 40px;
}
@media screen and (max-width: 768px) {
  .problems__list .list-item {
    flex-direction: column-reverse;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.problems__list .list-item .balloon__box {
  background: #fff;
  border: 2px solid #c1bcb8;
  padding: 10px 20px;
  border-radius: 10px;
  position: relative;
  font-weight: 700;
  line-height: 1.3;
}
.problems__list .list-item .balloon__box.balloon-left::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/problems_balloon.svg") no-repeat;
  width: 34px;
  height: 27px;
  margin: 0px 3px;
  position: absolute;
  bottom: 0;
  left: -44px;
}
@media screen and (max-width: 768px) {
  .problems__list .list-item .balloon__box.balloon-left::before {
    left: 65%;
    bottom: -40px;
  }
}
.problems__list .list-item .balloon__box.balloon-right::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/problems_balloon.svg") no-repeat;
  width: 34px;
  height: 27px;
  margin: 0px 3px;
  position: absolute;
  bottom: 0;
  right: -44px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .problems__list .list-item .balloon__box.balloon-right::before {
    left: 25%;
    bottom: -40px;
  }
}
.problems__list .list-item .balloon__box .list-point {
  color: #3ab5b4;
}
.problems__list .list-item.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .problems__list .list-item.-reverse {
    flex-direction: column-reverse;
  }
}
.problems__list .list-item:not(:last-child) {
  margin-bottom: 20px;
}

.problems__img {
  text-align: center;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .problems__img {
    margin-top: -15px;
  }
}
.problems__img img {
  width: min(713px, 80vw);
}

.forte .heading__wrapper {
  background: url("../../assets/img/forte_bg.png") no-repeat center/cover;
  padding: 40px 0px 20px;
}
.forte .heading__wrapper .h2_heading {
  background: url("../../assets/img/forte_title_pc@2x.webp") no-repeat center/100%;
  max-width: 570px;
  height: 109px;
}
@media screen and (max-width: 768px) {
  .forte .heading__wrapper .h2_heading {
    background: url("../../assets/img/forte_title_sp@2x.webp") no-repeat center/100%;
    max-width: 242px;
    height: 129px;
  }
}
.forte .forte-box__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1099px) {
  .forte .forte-box__wrapper {
    grid-template-columns: 1fr;
  }
}
.forte .forte-box__wrapper .forte-box {
  padding: 20px 10px 30px;
  position: relative;
}
.forte .forte-box__wrapper .forte-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 94px;
  height: 94px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.forte .forte-box__wrapper .forte-box.forte01 {
  background: #b3e08c;
}
.forte .forte-box__wrapper .forte-box.forte01::before {
  background: url("../../assets/img/forte_icon01.svg") no-repeat;
}
.forte .forte-box__wrapper .forte-box.forte02 {
  background: #aae5cd;
}
.forte .forte-box__wrapper .forte-box.forte02::before {
  background: url("../../assets/img/forte_icon02.svg") no-repeat;
}
.forte .forte-box__wrapper .forte-box.forte03 {
  background: #9adbd9;
}
.forte .forte-box__wrapper .forte-box.forte03::before {
  background: url("../../assets/img/forte_icon03.svg") no-repeat;
}
.forte .forte-box__wrapper .forte-box .forte-title {
  text-align: center;
  width: 70%;
  margin: 110px auto 30px;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 1430px) {
  .forte .forte-box__wrapper .forte-box .forte-title {
    width: 80%;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1099px) {
  .forte .forte-box__wrapper .forte-box .forte-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .forte .forte-box__wrapper .forte-box .forte-title {
    width: 94%;
  }
}
.forte .forte-box__wrapper .forte-box .forte-text {
  width: 70%;
  margin: 0 auto;
  line-height: 1.8;
}
@media screen and (max-width: 1430px) {
  .forte .forte-box__wrapper .forte-box .forte-text {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .forte .forte-box__wrapper .forte-box .forte-text {
    width: 94%;
  }
}
.forte .forte-box__wrapper .forte-box .forte-text .highlight {
  font-weight: 700;
}

.introduction {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .introduction .innerbox {
    margin: 0px;
  }
}
.introduction .h2_heading {
  background: url("../../assets/img/introduction_title_pc@2x.webp") no-repeat center/100%;
  max-width: 512px;
  height: 162px;
}
@media screen and (max-width: 768px) {
  .introduction .h2_heading {
    background: url("../../assets/img/introduction_title_sp@2x.webp") no-repeat center/100%;
    max-width: 303px;
    height: 113px;
  }
}
.introduction .sample__wrapper {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 30px 16px;
}
@media screen and (max-width: 890px) {
  .introduction .sample__wrapper {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.introduction .sample__wrapper .sample__box {
  width: calc((100% - 16px) / 2);
  background: #f9f6ef;
  border-radius: 20px;
  padding: 20px 20px 30px;
}
@media screen and (max-width: 890px) {
  .introduction .sample__wrapper .sample__box {
    width: 80%;
  }
}
@media screen and (max-width: 490px) {
  .introduction .sample__wrapper .sample__box {
    width: 100%;
  }
}
.introduction .sample__wrapper .sample__box .sample__img-text {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media screen and (max-width: 768px) {
  .introduction .sample__wrapper .sample__box .sample__img-text img {
    max-width: 120px;
    width: 100%;
  }
}
.introduction .sample__wrapper .sample__box .sample__text-box .job__title {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .introduction .sample__wrapper .sample__box .sample__text-box .job__title {
    font-size: 2rem;
  }
}
.introduction .sample__wrapper .sample__box .sample__text-box .sample__table {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1099px) {
  .introduction .sample__wrapper .sample__box .sample__text-box .sample__table {
    flex-direction: column;
    row-gap: 5px;
  }
}
.introduction .sample__wrapper .sample__box .sample__text-box .sample__table dt {
  background: #9e938b;
  padding: 0px 3px 1px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 25%;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1099px) {
  .introduction .sample__wrapper .sample__box .sample__text-box .sample__table dt {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .introduction .sample__wrapper .sample__box .sample__text-box .sample__table dt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 390px) {
  .introduction .sample__wrapper .sample__box .sample__text-box .sample__table dt {
    width: 47%;
  }
}
.introduction .sample__wrapper .sample__box .sample__text-box .sample__table dd {
  font-size: 1.6rem;
}
.introduction .sample__wrapper .sample__box .sample__text-box .sample__table dd .job__list .job__list-item {
  padding-left: 0.5em;
  text-indent: -0.5em;
  line-height: 1.3;
}
.introduction .sample__wrapper .sample__box .sample__text-box .sample__table dd .job__list .job__list-item:not(:last-child) {
  margin-bottom: 3px;
}
.introduction .sample__wrapper .sample__box .sample__text-box .sample__table dd .job__list .job__list-item::before {
  content: "";
  display: inline-block;
  background: #1a1a1a;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  margin: 0px 5px 2px 0px;
}
.introduction .sample__wrapper .sample__box .job__detail {
  border-top: 1px solid #e2ded7;
  padding-top: 15px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .introduction .sample__wrapper .sample__box .job__detail {
    font-size: 1.4rem;
  }
}

.consultant {
  padding: 70px 0px;
}
.consultant .h2_heading {
  background: url("../../assets/img/consultant_title_pc@2x.webp") no-repeat center/100%;
  max-width: 559px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .consultant .h2_heading {
    background: url("../../assets/img/consultant_title_sp@2x.webp") no-repeat center/100%;
    max-width: 255px;
    height: 97px;
  }
}
.consultant .consultant_box {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 20px 50px;
}
@media screen and (max-width: 768px) {
  .consultant .consultant_box {
    flex-direction: column;
  }
}
.consultant .consultant_box:not(:last-child) {
  margin-bottom: 50px;
}
.consultant .consultant_box img {
  width: 100%;
}
.consultant .consultant_box .text__box .consultant__title {
  font-weight: 700;
  font-size: 2.2rem;
  color: #3ab5b4;
}
.consultant .consultant_box .text__box .consultant__title::before {
  content: "";
  display: inline-block;
  background: linear-gradient(to bottom, #39d8aa, #5cd647);
  width: 5px;
  height: 24px;
  margin: 0px 5px -4px 0px;
}

.flow {
  padding: 70px 0px;
  background: url("../../assets/img/flow_bg.png") no-repeat center/cover;
}
.flow .h2_heading {
  background: url("../../assets/img/flow_title_pc@2x.webp") no-repeat center/100%;
  max-width: 554px;
  height: 63px;
}
@media screen and (max-width: 768px) {
  .flow .h2_heading {
    background: url("../../assets/img/flow_title_sp@2x.webp") no-repeat center/100%;
    max-width: 259px;
    height: 97px;
  }
}
.flow .flow__list {
  margin: 0 auto;
}
.flow .flow__list .flow__list-item {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 10px 20px;
  background: #fff;
  border: 1px solid #c1bcb8;
  border-radius: 10px;
  padding: 25px 30px;
}
@media screen and (max-width: 768px) {
  .flow .flow__list .flow__list-item {
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
}
.flow .flow__list .flow__list-item:not(:last-child) {
  margin-bottom: 20px;
}
.flow .flow__list .flow__list-item .list-item__title {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.flow .flow__list .flow__list-item .list-item__link {
  text-decoration: underline;
}
.flow .flow__list .flow__list-item .list-item__link:hover {
  text-decoration: none;
}

.voice {
  padding-top: 70px;
}
.voice .h2_heading {
  background: url("../../assets/img/voice_title_pc@2x.webp") no-repeat center/100%;
  max-width: 498px;
  height: 97px;
}
@media screen and (max-width: 768px) {
  .voice .h2_heading {
    max-width: 343px;
    height: 66px;
  }
}
.voice .voice__wrapper {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 20px 16px;
}
@media screen and (max-width: 768px) {
  .voice .voice__wrapper {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.voice .voice__wrapper .voice__box {
  background: #fff;
  border: 3px solid #3ab5b4;
  border-radius: 20px;
  padding: 30px 30px 40px;
  width: calc((100% - 16px) / 2);
}
@media screen and (max-width: 768px) {
  .voice .voice__wrapper .voice__box {
    width: 100%;
    padding: 30px 15px 40px;
  }
}
.voice .voice__wrapper .voice__box .voice__title-wrapper {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 20px 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .voice .voice__wrapper .voice__box .voice__title-wrapper {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
}
@media screen and (max-width: 490px) {
  .voice .voice__wrapper .voice__box .voice__title-wrapper {
    flex-direction: column;
  }
}
.voice .voice__wrapper .voice__box .voice__title-wrapper .voice__title {
  color: #3ab5b4;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
.voice .voice__wrapper .voice__box .voice__type {
  margin-top: 15px;
  background: #f9f6ef;
  color: #4d4d4d;
  padding: 2px 8px 3px;
  font-size: 1.6rem;
  display: inline-block;
}

.faq {
  padding: 70px 0px;
}
.faq .h2_heading {
  background: url("../../assets/img/faq_title_pc@2x.webp") no-repeat center/100%;
  max-width: 344px;
  height: 58px;
}
@media screen and (max-width: 768px) {
  .faq .h2_heading {
    max-width: 266px;
    height: 46px;
  }
}
.faq .question:not(:last-child) {
  margin-bottom: 20px;
}
.faq .question summary {
  position: relative;
  display: block;
  list-style: none;
  background: #3ab5b4;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
  border-radius: 4px;
  cursor: pointer;
  text-indent: -2em;
  padding: 10px 40px 12px 2.6em;
}
.faq .question summary::-webkit-details-marker {
  display: none;
}
.faq .question summary::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/faq_q.svg") no-repeat;
  width: 32px;
  height: 32px;
  margin: 0px 8px -8px 0px;
}
.faq .question summary::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/faq_icon.svg") no-repeat;
  width: 17px;
  height: 9.5px;
  position: absolute;
  top: 43%;
  right: 15px;
  transition: transform 0.5s;
}
.faq .question p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 15px 20px;
  color: #1a1a1a;
  transition: transform 0.5s, opacity 0.5s;
  font-size: 1.8rem;
  color: #1a1a1a;
}
.faq .question[open] summary {
  padding-bottom: 10px;
}
.faq .question[open] summary::after {
  transform: rotate(180deg);
}
.faq .question[open] p {
  transform: none;
  opacity: 1;
}

.contact__form-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 32px;
}
.contact__form-table th {
  font-weight: 700;
  text-align: right;
  width: 30%;
  padding-right: 32px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .contact__form-table th {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .contact__form-table td {
    display: block;
    width: 100%;
  }
}

.required {
  font-size: 1.4rem;
  color: #fff;
  background: #E81B1B;
  padding: 2px 3px;
  margin-left: 10px;
}

.any {
  font-size: 1.4rem;
  color: #fff;
  background: #B8B3AC;
  padding: 2px 3px;
  margin-left: 10px;
}

.contact__form-table input {
  background: #F5EFE1;
  padding: 8px 16px;
  font-size: 1.6rem;
  border: none;
}
.contact__form-table textarea {
  border: none;
  width: 100%;
  min-height: 160px;
  height: 100%;
  background: #F5EFE1;
  padding: 8px 16px;
  font-size: 1.6rem;
}
.contact__form-table .input--lg {
  width: 100%;
}

.form__button {
  text-align: center;
  margin-top: 30px;
}
.form__button .form__button-submit {
  border: none;
  cursor: pointer;
}

.modal-1__wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media screen and (max-width: 768px) {
  .modal-1__wrap {
    text-align: left;
  }
}

.modal-1__wrap input[type=radio] {
  display: none;
}

.modal-1__open-label {
  color: #1a1a1a;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-1__open-label {
    max-width: 90%;
    padding: 0px 0px 0px 5px;
  }
}
.modal-1__open-label:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #A16B2D;
}

.modal-1__close-label {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-1__close-label {
    top: -17px;
    right: -4%;
  }
}

.modal-1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal-1__open-input:checked + label + input + .modal-1 {
  display: block;
  animation: modal-1-animation 0.6s;
}

.modal-1__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 650px;
  background-color: #FFFDF9;
  z-index: 2;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .modal-1__content-wrap {
    width: 90vw;
  }
}

.modal-1__close-label {
  background-color: #777777;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  line-height: 1.3;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -15px;
  right: -2%;
  z-index: 99999;
  font-size: 2.4rem;
  padding-left: 21px;
}

.modal-1__content {
  max-height: 50vh;
  overflow-y: auto;
  padding: 39px 45px 40px;
}
@media screen and (max-width: 768px) {
  .modal-1__content {
    padding: 33px 21px 35px;
    max-width: 100%;
  }
}

.modal-1__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

@keyframes modal-1-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.policy {
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .policy .policy__text {
    padding-left: 0.8em;
    text-indent: 0em;
  }
}
.policy .policy__text:not(:last-child) {
  margin-bottom: 20px;
}
.policy .policy__text .policy__title {
  font-weight: 700;
}

.establishment {
  text-align: right;
  font-size: 1.4rem;
}

.info .info__table {
  width: 100%;
  border-top: 1px solid #E8E3D9;
  border-right: 1px solid #E8E3D9;
}
@media screen and (max-width: 768px) {
  .info .info__table {
    display: block;
  }
}
.info .info__table th {
  width: 25%;
  border-bottom: 1px solid #E8E3D9;
  border-left: 1px solid #E8E3D9;
  background: #F5F2EB;
  font-weight: 700;
  padding: 8px 20px;
}
@media screen and (max-width: 768px) {
  .info .info__table th {
    display: block;
    width: 100%;
  }
}
.info .info__table td {
  border-bottom: 1px solid #E8E3D9;
  border-left: 1px solid #E8E3D9;
  background: #fff;
  padding: 8px 20px;
}
@media screen and (max-width: 768px) {
  .info .info__table td {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */