@charset "UTF-8";
.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

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

.lg-only {
  display: none;
}
@media (max-width: 1080px) {
  .lg-only {
    display: block;
  }
}

.small-text {
  font-size: 11px;
  margin-left: 5px;
  color: #000;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

.circle-icon {
  width: 42px;
  height: 42px;
}
@media (max-width: 768px) {
  .circle-icon {
    width: 31px;
    height: 31px;
  }
}

.light-green {
  color: #bbcd36;
  font-size: 79px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .light-green {
    font-size: 51px;
  }
}

.cross-icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cross-icon::before {
  content: "";
  display: block;
  width: 5px;
  height: 42px;
  background: #000;
  position: absolute;
  left: 50%;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .cross-icon::before {
    width: 3px;
    height: 28px;
  }
}
.cross-icon::after {
  content: "";
  display: block;
  width: 5px;
  height: 42px;
  background: #000;
  position: absolute;
  left: 50%;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .cross-icon::after {
    width: 3px;
    height: 28px;
  }
}

main {
  position: relative;
}

body {
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
}

/* 共通-------------------------------- */
.orange {
  color: #ff962e;
  font-size: 32px;
}
@media (max-width: 768px) {
  .orange {
    font-size: 24px;
  }
}

.m__section {
  width: 100%;
  background-color: #f7f6f1;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .m__section {
    padding: 14px 0;
  }
}
.m__content {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  border-width: 0 16px 16px 16px;
  border-style: solid;
  border-color: #bbcd36;
}
@media screen and (max-width: 1200px) {
  .m__content {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .m__content {
    max-width: 760px;
  }
}
@media (max-width: 768px) {
  .m__content {
    max-width: 400px;
    border-width: 0 3px 3px 3px;
  }
}
.m__content-ttl {
  font-size: 32px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #bbcd36;
  color: #fff;
  padding: 13px 0;
}
@media (max-width: 1080px) {
  .m__content-ttl {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .m__content-ttl {
    font-size: 20px;
    text-align: center;
    padding: 6px 0;
    font-family: "Noto Sans JP", sans-serif;
  }
}
.m__content-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  padding: 24px 0;
}
@media (max-width: 1080px) {
  .m__content-box {
    flex-direction: column;
    flex-direction: column-reverse;
    gap: 24px;
    padding-top: 18px;
    padding-bottom: 0;
  }
}
.m__content-box-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .m__content-box-list {
    display: none;
  }
}
.m__content-box-list-sp {
  display: none;
}
@media (max-width: 768px) {
  .m__content-box-list-sp {
    display: flex;
    flex-direction: column;
    gap: 13px;
  }
}
.m__content-box-list-sp-item {
  display: flex;
  gap: 6px;
}
.m__content-box-item {
  font-size: 22px;
  font-weight: bold;
  color: #3b1b0c;
  width: 289px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3b1b0c;
}
.m__content-box-item.item1 {
  background: #e0e0e0;
  padding: 13px 0;
  border: none;
}
@media (max-width: 768px) {
  .m__content-box-item.item1 {
    width: 100%;
  }
}
.m__content-box-item.item2 {
  font-size: 24px;
  padding: 4px 0;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .m__content-box-item.item2 {
    font-size: 19px;
    width: 134px;
  }
}
.m__content-box-item.item3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .m__content-box-item.item3 {
    font-size: 20px;
    width: 232px;
  }
}
.m__content-box-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m__content-box-tel-link {
  font-size: 66px;
  font-weight: bold;
  color: #ff962e;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -12px;
}
@media (max-width: 1080px) {
  .m__content-box-tel-link {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .m__content-box-tel-link {
    font-size: 36px;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}
.m__content-box-tel-link::before {
  content: "";
  display: inline-block;
  width: 62px;
  height: 41px;
  background: url(../img/m_tel.svg);
}
@media (max-width: 768px) {
  .m__content-box-tel-link::before {
    width: 40px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.m__content-box-tel-text {
  font-size: 22px;
  font-weight: bold;
  margin-left: 60px;
}
@media (max-width: 768px) {
  .m__content-box-tel-text {
    font-size: 14px;
    margin-top: 18px;
    margin-left: 0;
  }
}
.m__content-box-tel-text2 {
  font-size: 28px;
  font-weight: bold;
  color: #3b1b0c;
  margin-left: 60px;
}
@media (max-width: 768px) {
  .m__content-box-tel-text2 {
    margin-left: 0;
    font-size: 20px;
    margin-top: 13px;
  }
}
.m__content-text {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 743px;
  margin: 0 auto;
  display: block;
  background: #ff962e;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 12px;
  margin-top: -10px;
}
@media (max-width: 1080px) {
  .m__content-text {
    font-size: 20px;
    width: 100%;
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .m__content-text {
    font-size: 18px;
    width: 375px;
    margin-top: 25px;
  }
}
.m__ttl {
  font-size: 36px;
  font-weight: bold;
  color: #3b1b0c;
  border-bottom: 3px solid #ccab8e;
  padding-bottom: 6px;
  letter-spacing: 0.085em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .m__ttl {
    font-size: 28px;
    padding-bottom: 16px;
  }
}

/* header-------------------------------- */
.header {
  height: 82px;
  width: 100%;
  border-bottom: 2px solid #482608;
}
@media (max-width: 768px) {
  .header {
    height: 50px;
  }
}
.header__inner {
  max-width: 1250px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .header__inner {
    width: 100%;
    justify-content: center;
    padding-right: 0;
  }
}
.header__logo {
  width: 186px;
  background: #3b1b0c;
}
@media (max-width: 768px) {
  .header__logo {
    width: 264px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .header__logo-img {
    width: 100%;
    height: 100%;
    display: none;
  }
}
@media (max-width: 768px) {
  .header__logo-img-sp {
    width: 120px;
    height: 34px;
  }
}
@media (max-width: 768px) {
  .header__tel {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    padding-right: 32px;
  }
}
.header__tel-text {
  font-size: 13px;
  color: #3b1b0c;
  font-weight: bold;
}
@media (max-width: 768px) {
  .header__tel-text {
    font-size: 10px;
  }
}
.header__tel-link {
  font-size: 32px;
  color: #3b1b0c;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  line-height: 0.69;
}
@media (max-width: 768px) {
  .header__tel-link {
    font-size: 24px;
  }
}
.header__tel-link::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 26px;
  background: url(../img/header_tel.svg);
  position: absolute;
  bottom: 6px;
  left: -44px;
}
@media (max-width: 768px) {
  .header__tel-link::before {
    width: 22px;
    height: 15px;
    bottom: 0px;
    left: -26px;
    background: url(../img/header_tel-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/* fv-------------------------------- */
.fv {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../img/fv_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .fv {
    background-image: url(../img/fv_sp.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.fv__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 68px 64px 90px 72px;
  position: relative;
  z-index: 2;
  max-width: 1400px;
  gap: 60px;
}
.fv__inner::before {
  content: "※・・・本院・分院合わせて";
  font-family: Noto Sans JP;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  position: absolute;
  bottom: 13px;
  right: 35px;
  color: #fff;
}
@media (max-width: 1080px) {
  .fv__inner::before {
    right: 8px;
    bottom: 6px;
    color: #000;
    font-size: 10px;
  }
}
@media (max-width: 1200px) {
  .fv__inner {
    padding: 68px 0px 90px 32px;
  }
}
@media (max-width: 1080px) {
  .fv__inner {
    padding: 20px 14px 28px;
    flex-direction: column;
    align-items: center;
  }
}
.fv__content {
  height: 100%;
  position: relative;
  z-index: 2;
}
.fv__content-img {
  width: 562px;
}
@media (max-width: 1300px) {
  .fv__content-img {
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .fv__content-img {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .fv__content-img {
    width: 358px;
  }
}
.fv__content-title {
  font-size: 59px;
  color: #3b1b0c;
  font-weight: 400;
  margin-top: 0;
  white-space: nowrap;
}
@media (max-width: 1080px) {
  .fv__content-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .fv__content-title {
    font-size: 36px;
    white-space: nowrap;
    margin-top: -4px;
  }
}
.fv__content-text {
  font-size: 22px;
  color: #3b1b0c;
  font-weight: 400;
  margin-top: 8px;
  line-height: 2;
  color: #333333;
  position: relative;
  z-index: 2;
  margin-left: 24px;
}
@media (max-width: 1080px) {
  .fv__content-text {
    margin-left: 24px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .fv__content-text {
    font-size: 14px;
    text-align: center;
    margin-top: -4px;
    margin-left: -4px;
  }
}
.fv__content-list {
  display: flex;
  gap: 20px;
}
@media (max-width: 1080px) {
  .fv__content-list {
    gap: 8px;
    padding-top: 113px;
  }
}
.fv__content-item {
  width: 207px;
}
@media (max-width: 1400px) {
  .fv__content-item {
    width: 160px;
  }
}
@media (max-width: 1300px) {
  .fv__content-item {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .fv__content-item {
    width: 140px;
  }
}
@media (max-width: 1100px) {
  .fv__content-item {
    width: 130px;
  }
}
@media (max-width: 768px) {
  .fv__content-item {
    width: 114px;
  }
}

/* price-------------------------------- */
.price {
  position: relative;
  background: url(../img/price_bg.jpg) repeat center top/cover;
  z-index: 0;
}
.price::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
}
.price__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 112px 0 112px;
  z-index: 2;
}
@media (max-width: 1300px) {
  .price__content {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .price__content {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .price__content {
    max-width: 100%;
    flex-direction: column;
    padding: 46px 0 36px;
  }
}
@media (max-width: 768px) {
  .price__content {
    max-width: 320px;
  }
}
.price__content-text {
  font-size: 48px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #3b1b0c;
  margin-left: -85px;
}
@media (max-width: 1300px) {
  .price__content-text {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .price__content-text {
    font-size: 36px;
  }
}
@media (max-width: 1080px) {
  .price__content-text {
    font-size: 32px;
    margin-left: 0;
    padding-top: 0;
  }
  .price__content-text.pc-only {
    display: none;
  }
}
.price__content-sub-text {
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-right: 115px;
  line-height: 1.8;
}
.price__content-sub-text_mt {
  margin-top: 32px;
  display: block;
}
@media (max-width: 1080px) {
  .price__content-sub-text {
    font-size: 16px;
    margin-top: 44px;
    margin-right: 0;
  }
}

/* service-------------------------------- */
.service {
  padding: 64px 0;
}
@media (max-width: 768px) {
  .service {
    padding: 40px 0;
  }
}
.service__inner {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .service__inner {
    max-width: 900px;
  }
}
@media (max-width: 1200px) {
  .service__inner {
    max-width: 800px;
  }
}
@media (max-width: 1080px) {
  .service__inner {
    max-width: 760px;
  }
}
@media (max-width: 768px) {
  .service__inner {
    max-width: 375px;
  }
}
.service__title {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #3b1b0c;
  padding-bottom: 4px;
  border-bottom: 3px solid #ccab8e;
}
@media (max-width: 768px) {
  .service__title {
    font-size: 28px;
    padding-bottom: 10px;
  }
}
.service__text {
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-top: 40px;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .service__text {
    font-size: 16px;
    margin-top: 22px;
    line-height: 2;
    text-align: left;
  }
}
.service__table-content {
  margin-top: 80px;
  overflow-x: scroll;
}
@media (max-width: 768px) {
  .service__table-content {
    margin-top: 0px;
  }
}
.service__table-dtl {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .service__table-dtl {
    font-size: 14px;
    margin-top: 24px;
    line-height: 2;
    text-align: left;
  }
}
.service__table {
  min-width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  overflow-x: scroll;
}
.service__table-label {
  font-family: "Noto Sans JP", sans-serif;
  background: #f2eae2;
  padding: 21px;
  font-size: 20px;
  font-weight: bold;
  color: #3b1b0c;
  width: 384px;
  border-right: 3px solid #ff962e;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  white-space: nowrap;
}
.service__table-label.total-label {
  font-size: 22px;
}
@media (max-width: 768px) {
  .service__table-label.total-label {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .service__table-label {
    min-width: 120px;
    font-size: 16px;
    padding: 10px 0 10px 10px;
  }
}
.service__table-cell {
  font-size: 24px;
  font-weight: bold;
  color: #3b1b0c;
  width: 384px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}
@media (max-width: 768px) {
  .service__table-cell {
    font-size: 19px;
    padding: 8px 0;
    min-width: 150px;
  }
}
.service__table-cell.service__table-cell-highlight {
  border-right: 3px solid #ff962e;
  border-bottom: 1px solid #ff962e;
  color: #ff962e;
}
.service__table-cell.service__table-cell-highlight.last-cell {
  border-bottom: 3px solid #ff962e;
}
.service__table-th {
  padding: 14px 0;
  font-size: 24px;
  font-weight: bold;
  color: #3b1b0c;
  width: 384px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  background: #f2eae2;
}
@media (max-width: 768px) {
  .service__table-th {
    font-size: 19px;
    padding: 8px 0;
    width: 120px;
  }
}
.service__table-th.white-space {
  background: #fff;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
.service__table-th.service-table__th-highlight {
  background: #ff962e;
  color: #fff;
  border-right: 3px solid #ff962e;
  border-left: 3px solid #ff962e;
}

/* reasons-------------------------------- */
.reasons {
  background: #faf6e8;
  padding: 64px 0;
}
@media (max-width: 768px) {
  .reasons {
    padding: 53px 0;
  }
}
.reasons__inner {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .reasons__inner {
    max-width: 900px;
  }
}
@media (max-width: 1200px) {
  .reasons__inner {
    max-width: 800px;
  }
}
@media (max-width: 1080px) {
  .reasons__inner {
    max-width: 760px;
  }
}
@media (max-width: 768px) {
  .reasons__inner {
    max-width: 377px;
  }
}
.reasons__list {
  display: flex;
  gap: 9px;
  margin-top: 46px;
}
@media (max-width: 768px) {
  .reasons__list {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 56px;
  }
}
.reasons__item {
  width: 377px;
  position: relative;
}
.reasons__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.reasons__sub-ttl-wrapper {
  position: relative;
  width: 390px;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .reasons__sub-ttl-wrapper {
    width: 349px;
  }
}
.reasons__sub-ttl {
  width: 288px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.reasons__sub-ttl img {
  width: 100%;
  height: 100%;
}
.reasons__content {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (max-width: 768px) {
  .reasons__content {
    gap: 36px;
  }
}
.reasons__content-text {
  width: 773px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -9px;
}
@media (max-width: 768px) {
  .reasons__content-text {
    width: 100%;
    font-size: 16px;
    margin-top: 31px;
  }
}
.reasons__table-wrapper {
  margin-top: 50px;
  overflow-x: scroll;
}
@media (max-width: 768px) {
  .reasons__table-wrapper {
    margin-top: 22px;
  }
}
.reasons__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.reasons__table-ttl {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .reasons__table-ttl {
    font-size: 16px;
    margin-top: 28px;
  }
}
.reasons__label {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3b1b0c;
  background: #f2eae2;
  padding: 20px;
  border: 1px solid #d2d2d2;
  min-width: 192px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .reasons__label {
    font-size: 14px;
    padding-left: 10px;
    min-width: 110px;
    height: 50px;
    padding: 14px 14px;
  }
}
.reasons__cell {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  width: 192px;
  text-align: center;
  border: 1px solid #d2d2d2;
  background: #fff;
  white-space: nowrap;
  position: relative;
  height: 100%;
}
.reasons__cell.dtl-text {
  font-size: 14px;
  color: #000;
  line-height: 40px;
  padding: 10px;
}
@media (max-width: 768px) {
  .reasons__cell {
    font-size: 16px;
    min-width: 130px;
  }
}
.reasons__cell.reasons__th--highlight {
  color: #ff962e;
  border-right: 3px solid #ff962e;
  border-left: 3px solid #ff962e;
}
.reasons__cell.reasons__th--highlight.last-cell {
  border-bottom: 3px solid #ff962e;
}
.reasons__th {
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3b1b0c;
  padding: 16px;
  width: 192px;
  background: #f2eae2;
  white-space: nowrap;
  text-align: center;
  border-right: 1px solid #d2d2d2;
}
@media (max-width: 768px) {
  .reasons__th {
    font-size: 17px;
    padding: 12px;
  }
}
.reasons__th.white-space {
  background: #fff;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
.reasons__th.reasons__th--highlight {
  background: #ff962e;
  color: #fff;
  border-right: 3px solid #ff962e;
  border-left: 3px solid #ff962e;
}
.reasons__content-item-box {
  display: flex;
  gap: 40px;
  margin-top: 18px;
}
.reasons__content-item-box.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .reasons__content-item-box.sp-only {
    display: flex;
  }
}
@media (max-width: 768px) {
  .reasons__content-item-box {
    flex-direction: column;
    gap: 20px;
  }
  .reasons__content-item-box.reverse {
    flex-direction: column-reverse;
  }
}
.reasons__content-item-text {
  width: 653px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1300px) {
  .reasons__content-item-text {
    width: 500px;
  }
}
@media (max-width: 1080px) {
  .reasons__content-item-text {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .reasons__content-item-text {
    font-size: 16px;
    width: 100%;
  }
}
.reasons__content-item-ttl {
  color: #ccab8e;
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .reasons__content-item-ttl {
    font-size: 20px;
  }
}

/* introduction-------------------------------- */
.introduction {
  padding: 64px 0;
}
@media (max-width: 768px) {
  .introduction {
    padding: 36px 0;
  }
}
.introduction__inner {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .introduction__inner {
    max-width: 900px;
  }
}
@media (max-width: 1200px) {
  .introduction__inner {
    max-width: 800px;
  }
}
@media (max-width: 1080px) {
  .introduction__inner {
    max-width: 760px;
  }
}
@media (max-width: 768px) {
  .introduction__inner {
    max-width: 368px;
  }
}
@media (max-width: 768px) {
  .introduction__title {
    margin-top: 24px;
  }
}
.introduction__text {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 38px;
}
@media (max-width: 768px) {
  .introduction__text {
    font-size: 16px;
    margin-top: 24px;
    font-weight: 600;
    line-height: 1.7;
  }
}
.introduction__table-wrapper {
  margin-top: 10px;
  overflow-x: scroll;
}
.introduction__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.introduction__label {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3b1b0c;
  background: #f2eae2;
  padding: 0 16px;
  border: 1px solid #d2d2d2;
  width: 230px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .introduction__label {
    min-width: 120px;
    padding: 10px 0 10px 0;
    font-size: 16px;
    padding-left: 12px;
    min-height: 50px;
  }
}
.introduction__cell {
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  padding: 16px;
  width: 230px;
  text-align: center;
  border: 1px solid #d2d2d2;
  background: #fff;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .introduction__cell {
    font-size: 19px;
    padding: 10px 0 10px 0;
    width: 144px;
    padding-left: 13px;
  }
}
.introduction__cell.introduction__cell--highlight {
  color: #ff962e;
}
.introduction__cell.white-space {
  background: #fff;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
.introduction__th {
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3b1b0c;
  padding: 16px;
  width: 230px;
  background: #f2eae2;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 768px) {
  .introduction__th {
    font-size: 16px;
    padding: 10px 0 10px 0;
    width: 130px;
  }
}
.introduction__th.introduction__th--highlight {
  background: #ff962e;
  color: #fff;
  border-right: 3px solid #ff962e;
  border-left: 3px solid #ff962e;
}
.introduction__th.white-space {
  background: #fff;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
.introduction__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 0 auto;
  margin-top: 40px;
  background: #cf915b;
  height: 68px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  border-radius: 16px;
  border: 2.75px solid #ffffff;
  box-shadow: 0px 4.13px 4.13px 0px rgba(0, 0, 0, 0.1019607843);
}
.introduction__btn:hover {
  box-shadow: none;
  transition: all 0.3s ease;
}

/* flow-------------------------------- */
.flow {
  padding: 64px 0;
  background: #faf6e8;
}
.flow__inner {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .flow__inner {
    max-width: 760px;
  }
}
@media (max-width: 768px) {
  .flow__inner {
    max-width: 364px;
  }
}
.flow__content {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 46px;
  margin: 46px auto 0;
}
.flow__content-item {
  width: 900px;
  display: flex;
  margin: 0 auto;
  background: #fff;
  border-top: 5px solid #bbcd36;
  border-bottom: 1px solid #bbcd36;
  padding-left: 161px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1080px) {
  .flow__content-item-img {
    height: 181px;
  }
}
@media (max-width: 1080px) {
  .flow__content-item {
    max-width: 550px;
    padding-left: 0;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .flow__content-item {
    width: 100%;
  }
}
.flow__content-item.reverse {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1080px) {
  .flow__content-item.reverse {
    flex-direction: column;
  }
}
.flow__content-item.reverse::before {
  left: auto;
  right: 468px;
}
@media (max-width: 1080px) {
  .flow__content-item.reverse::before {
    left: 0;
  }
}
.flow__content-item.reverse.item2::before {
  content: "02";
}
.flow__content-item.reverse.item4::before {
  content: "04";
}
.flow__content-item::before {
  content: "01";
  width: 64px;
  height: 68px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  background: #bbcd36;
  position: absolute;
  top: -1px;
  left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1080px) {
  .flow__content-item::before {
    left: 0;
  }
}
.flow__content-item.item3::before {
  content: "03";
}
.flow__content-item.item5::before {
  content: "05";
}
.flow__content-item-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #3b1b0c;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding-bottom: 21px;
}
@media (max-width: 1080px) {
  .flow__content-item-ttl {
    font-size: 18px;
    padding-top: 27px;
    padding-left: 80px;
    padding-bottom: 13px;
    border-bottom: 1px solid #bbcd36;
  }
}
.flow__content-item-ttl::after {
  content: "";
  display: block;
  width: 419px;
  height: 1px;
  background: #bbcd36;
  margin-top: 21px;
}
@media (max-width: 1080px) {
  .flow__content-item-ttl::after {
    width: 364px;
    display: none;
  }
}
.flow__content-item-text {
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  line-height: 2;
}
@media (max-width: 768px) {
  .flow__content-item-text.mb {
    margin-bottom: 16px;
  }
}
@media (max-width: 1080px) {
  .flow__content-item-text {
    padding: 0 16px;
    margin-bottom: 48px;
  }
}
.flow__content-item-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 1080px) {
  .flow__content-item-text-wrapper {
    width: 100%;
    justify-content: flex-start;
    gap: 36px;
  }
}
.flow__content-item-img-box {
  margin-left: auto;
  height: 181px;
  overflow: hidden;
}
.flow__content-item-img-boximg {
  height: 181px;
}
.flow__content-item-img-box.reverse {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 1080px) {
  .flow__content-item-img-box {
    width: 100%;
  }
}
.flow__content-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 46px;
  margin-top: 46px;
  position: relative;
}
@media (max-width: 768px) {
  .flow__content-list::before {
    content: url(../img/arrow_sp.svg);
    position: absolute;
    left: 0;
    top: -95px;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .flow__content-list {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 40px;
    margin-top: -16px;
  }
}
.flow__content-list-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #3b1b0c;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding-bottom: 21px;
  padding-top: 36px;
  border-bottom: 1px solid #bbcd36;
}
@media (max-width: 768px) {
  .flow__content-list-ttl {
    font-size: 20px;
    padding-top: 26px;
    padding-bottom: 20px;
    border-bottom: none;
  }
}
.flow__content-list-text {
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .flow__content-list-text {
    padding: 10px 0;
    margin-bottom: 32px;
  }
}
.flow__content-list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 270px;
  height: 405px;
  background: #fff;
  border-top: 5px solid #bbcd36;
  position: relative;
}
@media (max-width: 768px) {
  .flow__content-list-item {
    height: auto;
  }
}
.flow__content-list-item::before {
  content: url(../img/arrow.svg);
  display: block;
  width: 1%;
  height: 1px;
  position: absolute;
  top: -96px;
  left: 50%;
}
@media (max-width: 1080px) {
  .flow__content-list-item::before {
    left: 45%;
  }
}
@media (max-width: 768px) {
  .flow__content-list-item::before {
    display: none;
  }
}
.flow__content-list-item::after {
  display: none;
}
@media (max-width: 768px) {
  .flow__content-list-item::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #bbcd36;
    position: absolute;
    top: 70px;
  }
}
.flow__content-list-item-text-box {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .flow__content-list-item-text-box {
    padding: 0;
    padding-left: 16px;
  }
}
.flow__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 68px;
  margin: 0 auto;
  margin-top: 40px;
  background: #bcce37;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  border-radius: 16px;
  border: 2.75px solid #ffffff;
  box-shadow: 0px 4.13px 4.13px 0px rgba(0, 0, 0, 0.1019607843);
}
.flow__btn:hover {
  box-shadow: none;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .flow__btn {
    width: 300px;
    height: 80px;
  }
}

/* news-------------------------------- */
.news {
  padding: 64px 0;
}
@media (max-width: 768px) {
  .news {
    padding: 26px 0 45px 0;
  }
}
.news__inner {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .news__inner {
    max-width: 900px;
  }
}
@media (max-width: 1200px) {
  .news__inner {
    max-width: 800px;
  }
}
@media (max-width: 1080px) {
  .news__inner {
    max-width: 760px;
  }
}
@media (max-width: 768px) {
  .news__inner {
    max-width: 367px;
  }
}
.news__list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .news__list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .news__list {
    gap: 10px;
    margin-top: 24px;
  }
}
.news__list-item {
  width: 555px;
  background: #f7f6f1;
  padding: 30px 40px 22px;
  height: 405px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .news__list-item {
    width: 100%;
    height: auto;
    padding: 20px 16px;
  }
}
.news__list-item-img-box {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .news__list-item-img-box {
    width: 100px;
    height: 100px;
  }
}
.news__list-item-img {
  width: 91px;
  height: 83px;
}
@media (max-width: 768px) {
  .news__list-item-img {
    width: 78px;
    height: 74px;
  }
}
.news__list-item-ttl {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 6px;
}
@media screen and (max-width: 1200px) {
  .news__list-item-ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .news__list-item-ttl {
    font-size: 14px;
  }
}
.news__list-item-skill-list {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
}
@media screen and (max-width: 1200px) {
  .news__list-item-skill-list {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .news__list-item-skill-list {
    font-size: 16px;
  }
}
.news__list-item-skill-item {
  font-size: 16px;
  color: #555555;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .news__list-item-skill-item {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .news__list-item-skill-item {
    font-size: 14px;
  }
}
.news__list-item-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .news__list-item-box {
    margin-bottom: 10px;
  }
}
.news__list-item-name {
  font-size: 16px;
  color: #3b1b0c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.news__list-item-text {
  font-size: 16px;
  color: #555555;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 5px;
}

/* faq-------------------------------- */
.faq {
  padding: 64px 0;
  background: #faf6e8;
}
@media (max-width: 768px) {
  .faq {
    padding: 54px 0;
  }
}
.faq__inner {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .faq__inner {
    max-width: 900px;
  }
}
@media (max-width: 1200px) {
  .faq__inner {
    max-width: 800px;
  }
}
@media (max-width: 1080px) {
  .faq__inner {
    max-width: 760px;
  }
}
@media (max-width: 768px) {
  .faq__inner {
    max-width: 367px;
  }
}
.faq__content {
  width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin-top: 46px;
}
@media (max-width: 1080px) {
  .faq__content {
    width: 100%;
    margin-top: 24px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .faq__content {
    width: 100%;
    margin-top: 24px;
    gap: 24px;
  }
}
.faq__content-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq__content-item-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #3b1b0c;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  cursor: pointer;
  transition: all 0.7s ease;
}
.faq__content-item-ttl:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .faq__content-item-ttl {
    font-size: 18px;
  }
}
.faq__content-item-ttl::before {
  content: url(../img/faq_Q.svg);
  display: block;
}
@media (max-width: 768px) {
  .faq__content-item-ttl::before {
    content: url(../img/faq_Q-sp.svg);
  }
}
.faq__content-item-ttl::after {
  content: url(../img/toggle.svg);
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
}
@media (max-width: 768px) {
  .faq__content-item-ttl::after {
    top: 8px;
  }
}
.faq__content-item-ttl.is-active::after {
  transform: rotate(180deg);
  transition: all 0.7s ease;
}
.faq__content-item-answer {
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  color: #555555;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  visibility: hidden;
  transition: all 0.7s ease;
  overflow: hidden;
  opacity: 0;
  height: 0;
}
.faq__content-item-answer.is-active {
  visibility: visible;
  opacity: 1;
  height: 100px;
  padding: 20px;
}
@media (max-width: 768px) {
  .faq__content-item-answer {
    transition: all 0.7s ease;
    padding: 0;
  }
  .faq__content-item-answer.is-active {
    padding: 16px;
    height: auto;
  }
}
.faq__content-item-answer-text {
  font-size: 16px;
  color: #555555;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .faq__content-item-answer-text {
    align-items: flex-start;
  }
}
.faq__content-item-answer-text::before {
  content: url(../img/faq_A.svg);
  display: block;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .faq__content-item-answer-text::before {
    content: url(../img/faq_A-sp.svg);
    margin-right: 0;
  }
}

.reasons__sub-ttl-img {
  display: none;
}

.cta {
  width: 400px;
  border: 8px solid #bbcd36;
  border-radius: 10px;
  background: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.cta__inner {
  padding: 18px 14px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cta__text-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.cta__text {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 24px;
  padding: 0 8px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}
.cta__text-time {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 8px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}
.cta__text-time .cta-orange {
  color: #ff962e;
}
.cta__btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  background: #e0e0e0;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.cta__btn-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s ease;
  cursor: pointer;
}
.cta__btn-link:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */