@charset "UTF-8";
/* =============================================================================
********************************************************************************
修正厳禁！！ 本ファイルは、style.scss から自動生成されたファイルです、絶対に修正しないで下さい。
by H.Hayashi
********************************************************************************
============================================================================= */
body {
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

section,
.section {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  section,
  .section {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1200px) {
  section,
  .section {
    margin-bottom: 8rem;
  }
}

address {
  margin: 2rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 1rem;
  padding: 0;
}

h1,
.h1 {
  font-size: 3rem;
}

h2,
.h2 {
  font-size: 2.5rem;
}

h3,
.h3 {
  font-size: 2rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  text-align: justify;
  word-break: break-all;
}

hr {
  border-width: 1px 0 0;
  margin: 2rem 0;
}

pre {
  background-color: #f0f0f0;
  margin-bottom: 2rem;
  padding: 16px;
}
pre code {
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}

blockquote {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

ol li {
  margin-bottom: 0.5rem;
}

ul li {
  margin-bottom: 0.5rem;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 1rem;
}

nav ul {
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  margin: 0;
}

dd {
  margin: 0 0 1rem;
}

div {
  margin: 0;
  padding: 0;
}

a {
  color: #0074bf;
  text-decoration: none;
  transition: color 0.3s;
}

a:focus,
a:hover {
  color: #de9610;
  text-decoration: none;
}

a:focus {
  outline: none;
}

em {
  font-style: normal;
  font-weight: 700;
}

small {
  font-size: 81.25%;
}

code,
kbd,
pre,
samp {
  font-family: "Source Code Pro", monospace;
}

.t-first-view {
  aspect-ratio: 2/3;
  position: relative;
}
@media (min-width: 768px) {
  .t-first-view {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 1200px) {
  .t-first-view {
    aspect-ratio: 2/1;
  }
}

.t-site-title {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  padding: 20px;
}
@media (min-width: 768px) {
  .t-site-title {
    width: 50vw;
    left: 0%;
    transform: translate(0%);
  }
}
@media (min-width: 1200px) {
  .t-site-title {
    width: 40vw;
  }
}
.t-site-title__main-shop-image {
  display: block;
  width: 50%;
  margin: 10px auto;
}

.t-contact {
  display: flex;
  position: fixed;
  width: 48%;
  right: 0;
  justify-content: end;
  margin: 20px;
  z-index: 999;
}
.t-contact__line-link {
  display: block;
  width: 210px;
  height: 10px;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .t-contact__line-link {
    width: 260px;
  }
}
.t-contact__tel-link {
  display: block;
  width: 305px;
  height: 100px;
  margin-left: 5px;
}
@media (min-width: 1200px) {
  .t-contact__tel-link {
    width: 375px;
  }
}
.t-contact__line-btn {
  -o-object-fit: contain;
     object-fit: contain;
}
.t-contact__tel-btn {
  -o-object-fit: contain;
     object-fit: contain;
}

.fv-cta__btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 12px;
  z-index: 9;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .fv-cta__btn {
    top: 24px;
    right: 24px;
  }
}
.fv-cta__btn:hover, .fv-cta__btn:focus {
  opacity: 0.6;
}
.fv-cta__btn-line {
  width: 41.66667vw;
}
@media (min-width: 1200px) {
  .fv-cta__btn-line {
    width: 29.16667vw;
  }
}
.fv-cta__note {
  background-color: rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 150px;
  right: 20px;
}

.t-conteiner-fluid {
  position: absolute;
  width: 90%;
  top: 65%;
  left: 50%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .t-conteiner-fluid {
    width: 100%;
    top: 60%;
    padding: 20px 60px;
  }
}
@media (min-width: 1200px) {
  .t-conteiner-fluid {
    top: 65%;
    margin: 20px 0;
    padding: 0 60px;
  }
}

.t-price-card {
  display: block;
  width: 100%;
  opacity: 0;
}
.t-price-card__card-image {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.t-catchcopy {
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .t-catchcopy {
    margin: 0;
  }
}
.t-catchcopy__copy-01, .t-catchcopy__copy-02 {
  width: 100%;
  padding: 5px 40px;
}
@media (min-width: 768px) {
  .t-catchcopy__copy-01, .t-catchcopy__copy-02 {
    width: 100%;
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .t-catchcopy__copy-01, .t-catchcopy__copy-02 {
    padding: 10px;
  }
}

.t-main-visual {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.t-main-visual__t-movie {
  display: block;
  width: 170%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  max-width: 100%;
}

.nearest-station {
  background-color: #01509D;
  padding: 4.26667vw 0;
  text-align: center;
}
@media (min-width: 768px) {
  .nearest-station {
    padding: 3.125vw 0;
  }
}
@media (min-width: 1200px) {
  .nearest-station {
    padding: 2.08334vw 0;
  }
}
@media (min-width: 768px) {
  .nearest-station .nearest-station__inner {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    overflow: hidden;
  }
}
.nearest-station .nearest-station__txt-img-01 {
  display: block;
  height: 4.5vw;
  margin: 0 auto 2.13334vw auto;
}
@media (min-width: 768px) {
  .nearest-station .nearest-station__txt-img-01 {
    float: left;
    height: 3vw;
    margin: 1.04167vw 0.52084vw 0 0;
  }
}
@media (min-width: 768px) {
  .nearest-station .nearest-station__txt-img-01 {
    height: 2.5vw;
  }
}
.nearest-station .nearest-station__txt-img-02 {
  display: block;
  height: 8vw;
  margin: 0 auto 0 auto;
}
@media (min-width: 768px) {
  .nearest-station .nearest-station__txt-img-02 {
    height: 4.5vw;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .nearest-station .nearest-station__txt-img-02 {
    height: 3.75vw;
  }
}

.first-view__copy-02-sp {
  padding: 32px 0;
  background-image: url("../img/background-image_white_01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.first-view__copy-02-sp .first-view__copy-02-01-img,
.first-view__copy-02-sp .first-view__copy-02-02-img,
.first-view__copy-02-sp .first-view__copy-02-03-img,
.first-view__copy-02-sp .first-view__copy-02-04-img {
  margin-bottom: 16px;
}

.bottom-nav {
  background-color: #383838;
  width: 100%;
  padding: 12px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.bottom-nav .bottom-nav__btn-tel {
  background-color: #ED1F79;
  border-radius: 8px;
  border: 0 none;
  color: #fff;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}
.bottom-nav .bottom-nav__btn-tel::before {
  background-image: url("../img/icon/icon_telephone_01_white_128x128.png");
  background-size: cover;
  content: "";
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 30%;
}
.bottom-nav .bottom-nav__btn-line {
  background-color: #4CA400;
  border-radius: 8px;
  border: 0 none;
  color: #fff;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 32px 0;
  position: relative;
}
.bottom-nav .bottom-nav__btn-line::before {
  background-image: url("../img/icon/icons8-line-96.png");
  background-size: cover;
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 25%;
}
.bottom-nav .bottom-nav__large-txt {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1px;
  text-align: center;
}
.bottom-nav .bottom-nav__small-txt {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.75px;
}
.bottom-nav .bottom-nav__open-time {
  color: #fff;
  font-size: 14px;
  margin: 0;
  letter-spacing: 0.75px;
  text-align: center;
}
.bottom-nav .bottom-nav__brackets {
  margin-left: -6px;
}

.fixed-cta {
  background-color: #383838;
  width: 100%;
  padding: 12px 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.fixed-cta__cta {
  display: block;
}
.fixed-cta__btn-img {
  width: 345px;
  display: block;
  margin: 0 auto;
}

.trouble {
  margin-bottom: 0;
  overflow: hidden;
}
.trouble .trouble__upper-part {
  background-color: #232323;
  background-image: url("../img/background-image_dark_01.jpg");
  background-size: cover;
  padding: 44px 0 13.86667vw 0;
}
@media (min-width: 768px) {
  .trouble .trouble__upper-part {
    padding: 60px 0 68px 0;
  }
}
@media (min-width: 768px) {
  .trouble .trouble__upper-part {
    padding: 84px 0 8.33333vw 0;
  }
}
@media (min-width: 1200px) {
  .trouble .trouble__upper-part {
    padding-bottom: 128px;
  }
}
.trouble .container {
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 768px) {
  .trouble .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.trouble .col-6 {
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .trouble .col-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.trouble .trouble__section-title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .trouble .trouble__section-title {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) {
  .trouble .trouble__section-title {
    margin-bottom: 72px;
  }
}
.trouble .trouble__section-title-img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .trouble .trouble__section-title-img {
    width: 480px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .trouble .trouble__section-title-img {
    width: 670px;
  }
}
.trouble .trouble__thumbnail {
  margin-bottom: 8px;
  display: block;
}
.trouble .trouble__text {
  color: #ffffff;
  line-height: 1.5;
}
.trouble .trouble__lower-part {
  background-image: url("../img/background-image_white_01.jpg");
  background-size: cover;
}
.trouble .trouble__lower-part .container-xl {
  padding-right: 4vw;
  padding-left: 4vw;
  position: relative;
}
@media (min-width: 1200px) {
  .trouble .trouble__lower-part .container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.trouble .trouble__copy-01-img {
  margin-bottom: 42vw;
  margin-top: -8.53334vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .trouble .trouble__copy-01-img {
    width: 75vw;
    margin-bottom: 25vw;
  }
}
@media (min-width: 1200px) {
  .trouble .trouble__copy-01-img {
    width: 80%;
    margin-top: -82px;
    margin-bottom: 128px;
  }
}
.trouble .trouble__staff-photo {
  width: 94vw;
  position: absolute;
  right: -26vw;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .trouble .trouble__staff-photo {
    width: 72vw;
    right: -7vw;
  }
}
@media (min-width: 1200px) {
  .trouble .trouble__staff-photo {
    width: 660px;
    right: 0;
  }
}
.trouble .trouble__copy-02 {
  font-size: 4.26667vw;
  margin: 0;
  padding-bottom: 6.4vw;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .trouble .trouble__copy-02 {
    font-size: 3.125vw;
  }
}
@media (min-width: 1200px) {
  .trouble .trouble__copy-02 {
    font-size: 32px;
    padding-bottom: 64px;
  }
}

.treatment-menu {
  background-color: #E5EDF5;
  padding: 64px 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .treatment-menu {
    padding-top: 128px;
  }
}
.treatment-menu .treatment-menu__sec-ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 64px 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .treatment-menu .treatment-menu__sec-ttl {
    font-size: 64px;
    margin-bottom: 128px;
  }
}
.treatment-menu .treatment-menu__sec-ttl::after {
  content: "";
  background-image: url("../img/heading_menu_background-image.png");
  background-size: cover;
  width: 345px;
  height: 85px;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media (min-width: 1200px) {
  .treatment-menu .treatment-menu__sec-ttl::after {
    width: 776px;
    height: 192px;
  }
}
.treatment-menu .treatment-menu__price-table {
  background-color: #ffffff;
  display: block;
  margin-bottom: 32px;
}
.treatment-menu .treatment-menu__price-table thead,
.treatment-menu .treatment-menu__price-table tr,
.treatment-menu .treatment-menu__price-table th,
.treatment-menu .treatment-menu__price-table tbody,
.treatment-menu .treatment-menu__price-table td {
  display: block;
}
.treatment-menu .treatment-menu__price-table th {
  background-color: #01509D;
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  padding: 16px;
  text-align: center;
}
.treatment-menu .treatment-menu__price-table tbody {
  padding: 12px 16px 32px 16px;
}
.treatment-menu .treatment-menu__price-table tbody tr {
  border-bottom: 4px dashed #0074bf;
  overflow: hidden;
}
.treatment-menu .treatment-menu__price-table tbody td:nth-child(1) {
  color: #0074bf;
  font-size: 32px;
  float: left;
  width: 40%;
  padding: 12px 8px 12px 0;
  text-align: right;
}
@media (min-width: 1200px) {
  .treatment-menu .treatment-menu__price-table tbody td:nth-child(1) {
    padding-right: 32px;
  }
}
.treatment-menu .treatment-menu__price-table tbody td:nth-child(2) {
  color: #0074bf;
  font-size: 32px;
  float: left;
  width: 60%;
  padding: 12px 16px 12px 0;
  text-align: right;
}
@media (min-width: 1200px) {
  .treatment-menu .treatment-menu__price-table tbody td:nth-child(2) {
    padding-right: 96px;
  }
}
.treatment-menu .treatment-menu__price-table tbody td:nth-child(3) {
  color: #0074bf;
  font-size: 20px;
  width: 100%;
  text-align: center;
  position: relative;
  top: -12px;
}
.treatment-menu .treatment-menu__price-table tbody td.option {
  font-size: 20px;
  width: 100%;
  text-align: left;
  padding: 24px 0 24px 8px;
}
@media (min-width: 1200px) {
  .treatment-menu .treatment-menu__price-table tbody td.option {
    font-size: 32px;
  }
}
.treatment-menu .treatment-menu__price-table.treatment-menu__price-table--orange th {
  background-color: #FC9907;
}
.treatment-menu .treatment-menu__price-table.treatment-menu__price-table--orange tbody tr {
  border-bottom: 4px dashed #FC9907;
}
.treatment-menu .treatment-menu__price-table.treatment-menu__price-table--orange tbody td {
  color: #FC9907;
}
.treatment-menu .treatment-menu__price-table.treatment-menu__price-table--green th {
  background-color: #019352;
}
.treatment-menu .treatment-menu__price-table.treatment-menu__price-table--green tbody tr {
  border-bottom: 4px dashed #019352;
}
.treatment-menu .treatment-menu__price-table.treatment-menu__price-table--green tbody td {
  color: #019352;
}
.treatment-menu .treatment-menu__note {
  margin-bottom: 8.53334vw;
  position: relative;
}
@media (min-width: 768px) {
  .treatment-menu .treatment-menu__note {
    font-size: 24px;
    margin-bottom: 6.25vw;
  }
}
@media (min-width: 1200px) {
  .treatment-menu .treatment-menu__note {
    margin-bottom: 5vw;
  }
}
.treatment-menu .treatment-menu__opt {
  margin-bottom: 16px;
  position: relative;
  font-size: 20px;
  color: #303030;
}
@media (min-width: 768px) {
  .treatment-menu .treatment-menu__opt {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .treatment-menu .treatment-menu__opt {
    margin-bottom: 24px;
  }
}
.treatment-menu .treatment-menu__opt-Price {
  color: #01509D;
}
.treatment-menu .treatment-menu__layout-box {
  aspect-ratio: 3/2;
  width: 75%;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .treatment-menu .treatment-menu__layout-box {
    width: calc(100% + (100vw - 1110px) * 0.3);
    max-width: 798px;
    position: relative;
    left: calc((100vw - 1110px) * 0.3 * -1);
  }
}
@media (min-width: 1200px) {
  .treatment-menu .treatment-menu__layout-box.menu-02 {
    left: auto;
  }
}
@media (min-width: 1200px) {
  .treatment-menu .treatment-menu__layout-box.menu-04 {
    left: auto;
  }
}
.treatment-menu .treatment-menu__card-img {
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.treatment-menu .treatment-menu__card-body {
  background-color: #ffffff;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.16);
  margin: -24px 0 48px 24px;
  padding: 50px 16px 40px 16px;
  position: relative;
}
@media (min-width: 768px) {
  .treatment-menu .treatment-menu__card-body {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .treatment-menu .treatment-menu__card-body {
    margin: 25% 30px 96px -128px;
    padding: 56px 32px 64px 160px;
  }
}
@media (min-width: 1400px) {
  .treatment-menu .treatment-menu__card-body {
    margin-right: 0;
  }
}
.treatment-menu .treatment-menu__card-body::after {
  background-image: url("../img/treatment-menu_menu-no_01.png");
  background-size: cover;
  content: "";
  width: 140px;
  height: 68px;
  opacity: 0.16;
  position: absolute;
  right: 16px;
  top: 0;
  z-index: 3;
}
@media (min-width: 1200px) {
  .treatment-menu .treatment-menu__card-body::after {
    width: 262px;
    height: 128px;
  }
}
.treatment-menu .treatment-menu__card-body .treatment-menu__card-ttl {
  border-bottom: 3px solid #303030;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 24px;
  padding: 0 0 12px 16px;
  position: relative;
}
@media (min-width: 1200px) {
  .treatment-menu .treatment-menu__card-body .treatment-menu__card-ttl {
    font-size: 48px;
  }
}
.treatment-menu .treatment-menu__card-body .treatment-menu__card-ttl::before {
  content: "";
  background-image: url("../img/icon_thumb_diagonal.png");
  background-size: cover;
  width: 52px;
  height: 80px;
  position: absolute;
  top: -32px;
  left: -40px;
  z-index: 3;
}
@media (min-width: 1200px) {
  .treatment-menu .treatment-menu__card-body .treatment-menu__card-ttl::before {
    width: 110px;
    height: 170px;
    top: -80px;
    left: -100px;
  }
}
.treatment-menu .treatment-menu__card-body .treatment-menu__card-txt {
  margin: 0;
}
@media (min-width: 1200px) {
  .treatment-menu .treatment-menu__card-body .treatment-menu__card-txt {
    line-height: 1.75;
  }
}
@media (min-width: 768px) {
  .treatment-menu .treatment-menu__card-body.menu-02 {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .treatment-menu .treatment-menu__card-body.menu-02 {
    margin: 25% -128px 96px 30px;
    padding: 50px 160px 64px 32px;
  }
}
@media (min-width: 1400px) {
  .treatment-menu .treatment-menu__card-body.menu-02 {
    margin-left: 0;
  }
}
.treatment-menu .treatment-menu__card-body.menu-02::after {
  background-image: url("../img/treatment-menu_menu-no_02.png");
}
.treatment-menu .treatment-menu__card-body.menu-03::after {
  background-image: url("../img/treatment-menu_menu-no_03.png");
}
@media (min-width: 768px) {
  .treatment-menu .treatment-menu__card-body.menu-04 {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .treatment-menu .treatment-menu__card-body.menu-04 {
    margin: 25% -128px 96px 30px;
    padding: 50px 160px 64px 32px;
  }
}
@media (min-width: 1400px) {
  .treatment-menu .treatment-menu__card-body.menu-04 {
    margin-left: 0;
  }
}
.treatment-menu .treatment-menu__card-body.menu-04::after {
  background-image: url("../img/treatment-menu_menu-no_04.png");
}

.recruit {
  margin-bottom: 64px;
}
.recruit .recruit__bg-grey {
  background-color: #F2F2F2;
  padding-top: 8.53334vw;
  position: relative;
}
@media (min-width: 768px) {
  .recruit .recruit__bg-grey {
    padding-top: 20vw;
  }
}
@media (min-width: 1200px) {
  .recruit .recruit__bg-grey {
    padding-top: 140px;
  }
}
.recruit .recruit__bg-grey::before {
  background-color: #01509D;
  content: "";
  width: 100%;
  height: 42.66667vw;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media (min-width: 768px) {
  .recruit .recruit__bg-grey::before {
    width: 34vw;
    height: 20vw;
  }
}
@media (min-width: 1200px) {
  .recruit .recruit__bg-grey::before {
    width: 340px;
    height: 170px;
  }
}
.recruit .recruit__sec-ttl {
  margin: 0 auto 32px auto;
  position: relative;
  z-index: 2;
  width: 60vw;
}
@media (min-width: 768px) {
  .recruit .recruit__sec-ttl {
    position: absolute;
    top: 1.82292vw;
    left: 3.125vw;
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  .recruit .recruit__sec-ttl {
    width: 250px;
    top: 30px;
    left: 30px;
  }
}
.recruit .recruit__sec-ttl-img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .recruit .container-md {
    position: relative;
  }
}
.recruit .recruit__copy-01 {
  text-align: center;
  font-size: 10.66667vw;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 4.26667vw;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.75);
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .recruit .recruit__copy-01 {
    font-size: 5.20834vw;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .recruit .recruit__copy-01 {
    font-size: 80px;
  }
}
.recruit .recruit__copy-01 em {
  display: block;
  font-size: 13.33334vw;
  line-height: 1.25;
  color: #E8003E;
}
@media (min-width: 768px) {
  .recruit .recruit__copy-01 em {
    font-size: 6.51042vw;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .recruit .recruit__copy-01 em {
    font-size: 100px;
  }
}
.recruit .recruit__copy-02 {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.75);
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .recruit .recruit__copy-02 {
    font-size: 3.125vw;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 10vw;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .recruit .recruit__copy-02 {
    font-size: 42px;
    margin-left: 89px;
    padding-bottom: 160px;
  }
}
.recruit .recruit__copy-02 .underline {
  background: linear-gradient(transparent 92%, #505050 0%);
  display: inline;
}
.recruit .recruit__copy-02 em {
  color: #FC9907;
}
.recruit .recruit__image-person {
  display: block;
  width: 80%;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .recruit .recruit__image-person {
    width: 60vw;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .recruit .recruit__image-person {
    width: 760px;
  }
}
.recruit .recruit__bg-blue {
  background-color: #01509D;
  padding: 24px 0 32px 0;
  text-align: center;
}
.recruit .recruit__copy-03 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.75;
  text-align: center;
}
@media (min-width: 1200px) {
  .recruit .recruit__copy-03 {
    font-size: 48px;
  }
}
.recruit .recruit__copy-03 .underline {
  display: inline;
  padding-bottom: 1px;
  border-bottom: 3px solid #FFE401;
}
.recruit .recruit__copy-04 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.75;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 1200px) {
  .recruit .recruit__copy-04 {
    font-size: 32px;
  }
}
.recruit .recruit__copy-04 .underline {
  display: inline;
  padding-bottom: 1px;
  border-bottom: 3px solid #FFE401;
}
.recruit .recruit__btn-recruit {
  background-color: #FC9907;
  border-radius: 32px;
  border: 0 none;
  color: #ffffff;
  font-size: 24px;
  display: block;
  width: 315px;
  margin: 0 auto;
  padding: 14px 0;
  text-align: center;
  position: relative;
}
@media (min-width: 1200px) {
  .recruit .recruit__btn-recruit {
    border-radius: 48px;
    font-size: 32px;
    width: 480px;
    padding: 24px;
  }
}
.recruit .recruit__btn-recruit::after {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateX(0) translateY(-50%) rotate(45deg);
}
@media (min-width: 1200px) {
  .recruit .recruit__btn-recruit::after {
    width: 18px;
    height: 18px;
    right: 32px;
  }
}
.recruit .recruit__job-description {
  background-color: #f0f0f0;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.recruit .recruit__job-description.show {
  height: auto;
  padding: 48px 0;
}
.recruit .recruit__job-description-list {
  border: 1px solid #c0c0c0;
  border-radius: 16px;
  background-color: #ffffff;
  margin: 0 0 16px 0;
  padding: 15px;
}
.recruit .recruit__job-description-list h3 {
  text-align: center;
  border-bottom: 1px solid #c0c0c0;
  font-size: 32px;
  padding-bottom: 12px;
}

.three-reasons {
  margin: 0;
}
.three-reasons .three-reasons__sec-ttl {
  width: 90%;
  margin: 0 auto 32px auto;
}
@media (min-width: 768px) {
  .three-reasons .three-reasons__sec-ttl {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .three-reasons .three-reasons__sec-ttl {
    margin-bottom: 96px;
  }
}
.three-reasons .three-reasons__sec-ttl-img {
  display: block;
}
.three-reasons .three-reasons__border-box-sp {
  border: 10px solid #FEDFB3;
  margin-bottom: 32px;
  padding: 8px 8px 32px 8px;
  position: relative;
}
@media (min-width: 768px) {
  .three-reasons .three-reasons__border-box-sp {
    padding-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .three-reasons .three-reasons__border-box-sp {
    border: 0 none;
    margin: 0;
    padding: 0;
  }
}
.three-reasons .three-reasons__icon-no {
  width: 96px;
  position: absolute;
  top: 10px;
  right: 22px;
  z-index: 2;
}
@media (min-width: 1200px) {
  .three-reasons .three-reasons__icon-no {
    width: 279px;
    top: -40px;
    right: auto;
    left: 0;
    opacity: 0.3;
  }
}
.three-reasons .three-reasons__posts-thumbnail {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .three-reasons .three-reasons__posts-thumbnail {
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .three-reasons .three-reasons__border-box-pc {
    border: 10px solid #FEDFB3;
    margin: 16.6666666667% -80px 96px 0;
    padding: 48px 102px 48px 32px;
  }
}
.three-reasons .three-reasons__posts-ttl {
  background-color: #FC9907;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 24px -30px;
  padding: 12.5px 0 12.5px 81px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .three-reasons .three-reasons__posts-ttl {
    margin: 32px 15px 24px -30px;
  }
}
@media (min-width: 1200px) {
  .three-reasons .three-reasons__posts-ttl {
    font-size: 32px;
    padding: 20px 0 20px 88px;
    margin: 0 0 32px -76px;
  }
}
.three-reasons .three-reasons__posts-ttl::before {
  background-image: url("../img/icon_thumb_diagonal.png");
  background-size: cover;
  content: "";
  width: 50px;
  height: 76px;
  position: absolute;
  bottom: 4px;
  left: 25px;
}
@media (min-width: 1200px) {
  .three-reasons .three-reasons__posts-ttl::before {
    width: 64px;
    height: 99px;
    bottom: 8px;
    left: 18px;
  }
}
.three-reasons .three-reasons__posts-txt {
  line-height: 1.75;
  margin: 0;
}
@media (min-width: 768px) {
  .three-reasons .three-reasons__posts-txt {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .three-reasons .three-reasons__posts-txt {
    font-size: 24px;
  }
}
.three-reasons .three-reasons__border-box-sp.even-number .three-reasons__icon-no {
  top: 10px;
  right: auto;
  left: 22px;
}
@media (min-width: 1200px) {
  .three-reasons .three-reasons__border-box-sp.even-number .three-reasons__icon-no {
    top: -40px;
    right: 0;
    left: auto;
  }
}
.three-reasons .three-reasons__border-box-sp.even-number .three-reasons__border-box-pc {
  margin-right: 0;
  margin-left: -80px;
  padding-right: 32px;
  padding-left: 102px;
}
@media (min-width: 768px) {
  .three-reasons .three-reasons__border-box-sp.even-number .three-reasons__posts-txt {
    margin-right: 0;
    margin-left: 15px;
  }
}
.three-reasons .three-reasons__border-box-sp.even-number .three-reasons__posts-ttl {
  margin-right: 0;
}

.customers-voice {
  margin: 0;
  padding: 48px 0;
  position: relative;
}
@media (min-width: 1200px) {
  .customers-voice {
    padding: 96px 0;
  }
}
.customers-voice::before {
  background-color: red;
  background-image: url("../img/background-image_green_01.jpg");
  background-size: cover;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}
.customers-voice .customers-voice__sec-ttl {
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .customers-voice .customers-voice__sec-ttl {
    margin-bottom: 64px;
  }
}
.customers-voice .customers-voice__sec-ttl .small {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 6px;
}
@media (min-width: 1200px) {
  .customers-voice .customers-voice__sec-ttl .small {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.customers-voice .customers-voice__sec-ttl .large {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .customers-voice .customers-voice__sec-ttl .large {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  .customers-voice .col-xl-5.offset-xl-4 {
    margin-left: 29.166667%;
  }
}
.customers-voice .customers-voice__wrap {
  background-color: #FC9907;
  margin-bottom: 64px;
  padding: 4px;
  clip-path: polygon(24px 0%, calc(100% - 24px) 0%, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0% calc(100% - 24px), 0% 24px);
}
.customers-voice .customers-voice__wrap.customers-voice__wrap--blue-line {
  background-color: #01509D;
}
.customers-voice .customers-voice__one-person {
  background-color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  padding: 28px 20px;
  position: relative;
  clip-path: polygon(22px 0%, calc(100% - 22px) 0%, 100% 22px, 100% calc(100% - 22px), calc(100% - 22px) 100%, 22px 100%, 0% calc(100% - 22px), 0% 22px);
}
.customers-voice .customers-voice__person-icon {
  position: absolute;
  right: -52px;
  bottom: 40px;
}
@media (min-width: 1200px) {
  .customers-voice .customers-voice__person-icon {
    right: auto;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%) translateY(0);
  }
}
.customers-voice .customers-voice__person-icon.customers-voice__person-icon--left-side {
  right: auto;
  left: -52px;
}
@media (min-width: 1200px) {
  .customers-voice .customers-voice__person-icon.customers-voice__person-icon--left-side {
    right: auto;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%) translateY(0);
  }
}
.customers-voice .customers-voice__heading-image {
  display: block;
  width: 256px;
  margin: 0 auto 64px auto;
}
@media (min-width: 1200px) {
  .customers-voice .customers-voice__heading-image {
    width: 400px;
    margin-top: 32px;
  }
}

.faq {
  margin: 0 0 128px 0;
  padding-top: 82px;
}
@media (min-width: 1200px) {
  .faq {
    padding-top: 122px;
  }
}
.faq .faq__sec-ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 90px 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .faq .faq__sec-ttl {
    font-size: 64px;
    margin-bottom: 122px;
  }
}
.faq .faq__sec-ttl::after {
  content: "";
  background-image: url("../img/heading_faq_background-image.png");
  background-size: cover;
  width: 345px;
  height: 130px;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media (min-width: 1200px) {
  .faq .faq__sec-ttl::after {
    width: 541px;
    height: 204px;
  }
}
.faq .faq__wrap {
  background-color: #CCDCEB;
}
.faq .faq__question {
  padding: 24px 16px 24px 72px;
  position: relative;
}
.faq .faq__question::before {
  content: "";
  width: 48px;
  height: 39px;
  background-image: url("../img/icon_question.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateX(0) translateY(-50%);
}
.faq .faq__answer {
  background-color: #f4f4f4;
  padding: 24px 16px 24px 80px;
  position: relative;
}
.faq .faq__answer::before {
  content: "";
  width: 48px;
  height: 39px;
  background-image: url("../img/icon_answer.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateX(0) translateY(-50%);
}

.access {
  background-color: #E5EDF5;
  margin: 0;
  padding: 48px 0;
}
@media (min-width: 768px) {
  .access {
    padding-top: 64px;
  }
}
@media (min-width: 1200px) {
  .access {
    padding-top: 96px;
  }
}
.access .access__sec-ttl {
  color: #303030;
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  text-align: center;
}
.access .access__sec-text {
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 32px 0;
}
@media (min-width: 768px) {
  .access .access__sec-text {
    text-align: center;
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .access .access__sec-text {
    margin-bottom: 64px;
  }
}
.access .access__course-fig {
  margin: 0 0 12px 0;
  position: relative;
}
.access .access__course-fig::before {
  background-image: url("../img/icon/icon_arrow_up_blue.png");
  background-size: cover;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%) translateY(0) rotate(180deg);
  z-index: 2;
}
@media (min-width: 768px) {
  .access .access__course-fig::before {
    top: 50%;
    right: -24px;
    left: auto;
    transform: translateX(0%) translateY(-50%) rotate(90deg);
  }
}
.access .access__course-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 40px 0;
}
.access .row > div:first-child .access__course-fig::before {
  opacity: 0;
}
@media (min-width: 768px) {
  .access .row > div:first-child .access__course-fig::before {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .access .row > div:nth-child(4) .access__course-fig::before,
  .access .row > div:nth-child(5) .access__course-fig::before {
    right: auto;
    left: -24px;
  }
}

.site-footer {
  background-color: #f0f0f0;
  margin-bottom: 104px;
  margin: 0 0 104px 0;
  padding: 64px 0;
}
@media (min-width: 768px) {
  .site-footer {
    margin-bottom: 0;
  }
}
.site-footer .site-footer__site-logo {
  width: 300px;
  display: block;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */