@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
  font-size: clamp(14px, 1.1111111111vw, 20px);
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #402210;
  background-color: #ffffff;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

summary {
  list-style: none;
  -webkit-appearance: none;
  display: block;
  /** もしくは、以下を指定する方法でもOK */
  list-style-type: none;
}

summary::-webkit-details-marker {
  display: none;
}

:root {
  --gradient-orange90: linear-gradient(90deg, #eb6700 0%, #fcc700 100%);
  --gradient-orange-90: linear-gradient(-90deg, #eb6700 0%, #fcc700 100%);
}

main.fixed {
  position: relative;
}
main.fixed::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 127, 189, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 90;
}

html.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.fixed {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.header__menu,
.js-drawer {
  position: relative;
  z-index: 101;
}

.header {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100;
  padding-left: 3.3333333333vw;
  background-color: #ffffff;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  width: 100%;
}
.header__logo p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.1111111111vw;
  line-height: 100%;
  color: #333333;
  letter-spacing: normal;
}

.header__logoBox {
  display: flex;
  margin-top: 0.5555555556vw;
  gap: 1.1111111111vw;
}
.header__logoBox--img1 {
  aspect-ratio: 248/44.55;
  width: 17.2222222222vw;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__logoBox--img2 {
  aspect-ratio: 208/48;
  width: 14.4444444444vw;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__btnWrap {
  display: flex;
}
.header__btnWrap .header__btn a {
  display: block;
  width: 19.4444444444vw;
  padding-top: 2.1527777778vw;
  padding-bottom: 2.1527777778vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6666666667vw;
  line-height: 150%;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
  transition: all 0.3s ease;
}
.header__btnWrap .header__btn a:hover {
  background-color: white;
  outline: 3px solid;
  outline-offset: -3px;
}
.header__btnWrap .header__btn--entry a {
  background-color: #eb6700;
}
.header__btnWrap .header__btn--entry a:hover {
  outline-color: #eb6700;
  color: #eb6700;
}
.header__btnWrap .header__btn--tel a {
  background-color: #05a37b;
}
.header__btnWrap .header__btn--tel a:hover {
  outline-color: #05a37b;
  color: #05a37b;
}

.footer {
  background: var(--gradient-orange90);
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
}

.footer__inner {
  margin: 0 auto;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.footer__logo a img {
  aspect-ratio: 306/52;
  width: 21.25vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__sns {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__sns h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.3888888889vw;
  line-height: 1.45;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
}
.footer__sns ul {
  display: flex;
  gap: 1.5972222222vw;
  justify-content: center;
  margin-top: 1.1111111111vw;
}

.footer__nav {
  margin-top: 1.6666666667vw;
}
.footer__nav ul {
  display: flex;
  gap: 1.0416666667vw;
  justify-content: end;
}
.footer__nav a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.1111111111vw;
  line-height: 1.1875;
  letter-spacing: normal;
  color: #ffffff;
}
.footer__nav a:hover {
  opacity: 0.7;
}
.footer__nav p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.1111111111vw;
  line-height: 1.1875;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 0.5555555556vw;
  text-align: end;
}

.footer__copyright {
  margin-top: 1.6666666667vw;
  text-align: end;
}
.footer__copyright small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.1111111111vw;
  line-height: 1.1875;
  letter-spacing: normal;
  color: #ffffff;
  text-align: end;
}

.inner {
  max-width: 72.78vw;
  padding-right: 1.67vw;
  padding-left: 1.67vw;
  margin-right: auto;
  margin-left: auto;
}

.slider {
  margin: 0 auto;
  max-width: 72.4305555556vw;
  width: 72.4vw;
  position: absolute !important;
  top: 6.7361111111vw;
  right: 0;
  z-index: 10;
}

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

.slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 2.4305555556vw;
  right: 6.5277777778vw;
  z-index: 10;
}

.slide-dots li {
  display: inline-block;
  margin: 0 0.6944444444vw;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.slide-dots li button::before {
  content: "";
  cursor: pointer;
  height: 0.8333333333vw;
  width: 0.8333333333vw;
  border-radius: 50%;
  border: 1px solid #ffffff;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}

.slide-dots li.slick-active button::before {
  background-color: #ffffff;
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0 0.4861111111vw;
}

.section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.2222222222vw;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #eb6700;
  text-align: center;
}
.section-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #eb6700 50%, #fcc700 50%);
  margin-top: 1.1111111111vw;
  margin-left: auto;
  margin-right: auto;
}

.section-title--sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 150%;
  letter-spacing: normal;
  color: transparent;
  background: var(--gradient-orange90);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  margin-top: 1.25vw;
}

.swiper-button-prev {
  left: -24px;
  width: 12px !important;
  height: 19px !important;
  margin-top: 0;
  transform: translateY(-50%);
}
.swiper-button-prev::after {
  display: none;
}
.swiper-button-prev svg {
  width: 12px !important;
  height: 19px !important;
  display: block;
}
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* 次への矢印 */
.swiper-button-next {
  right: -24px;
  width: 12px !important;
  height: 19px !important;
  margin-top: 0;
  transform: translateY(-50%);
}
.swiper-button-next::after {
  display: none;
}
.swiper-button-next svg {
  width: 12px !important;
  height: 19px !important;
  display: block;
  transform: scaleX(-1);
}
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.container {
  margin-top: 3.4722222222vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 1384px;
  position: relative;
  padding-left: 36px;
  padding-right: 36px;
}

.swiper {
  width: 100%;
}

.swiper-slide img,
.unexperience__swiper--text {
  height: auto;
  width: 100%;
}

.unexperience__swiper--text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.1111111111vw;
  line-height: 180%;
  letter-spacing: normal;
  color: #402210;
  text-align: center;
  margin-top: 1.1111111111vw;
}

.unexperience__training {
  margin-top: 3.4722222222vw;
  width: 63.6111111111vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 5.2083333333vw;
}
.unexperience__training--title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6666666667vw;
  line-height: 150%;
  letter-spacing: normal;
  color: #402210;
  display: flex;
  align-items: center;
}
.unexperience__training--title::before {
  content: "";
  width: 6px;
  height: 32px;
  background-color: #fcc700;
  display: block;
  margin-right: 16px;
}
.unexperience__training--img {
  margin-top: 0.5555555556vw;
}

.unexperience__bg2--1 {
  position: absolute;
  top: -214px;
  left: 55%;
  transform: translateX(-50%) rotate(17deg);
  width: 156%;
  z-index: -1;
}
.unexperience__bg2--1 img {
  width: 100%;
  height: 100%;
}

.unexperience__bg2 {
  position: absolute;
  top: -455px;
  left: 44%;
  transform: translateX(-50%) rotate(-11deg);
  width: 156%;
  z-index: -1;
}
.unexperience__bg2 img {
  width: 100%;
  height: 100%;
}

.reason {
  padding-bottom: 6.9444444444vw;
  position: relative;
}
.reason::before {
  content: "";
  display: block;
  background-image: url("/assets/images/distImg/reason-bg.webp");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.reason::after {
  content: "";
  display: block;
  background-image: url("/assets/images/distImg/reason-icon.webp");
  background-size: cover;
  background-position: center;
  width: 8.6805555556vw;
  height: 10.9722222222vw;
  position: absolute;
  top: 4.2361111111vw;
  right: 21.875vw;
  z-index: 0;
}
.reason__title {
  padding-top: 6.9444444444vw;
  color: #ffffff;
}
.reason__title::after {
  background: #ffffff;
}
.reason__subtitle {
  color: #ffffff;
  background: initial;
  margin-top: 1.25vw;
}

.reason__list {
  margin-top: 3.4722222222vw;
  display: flex;
  flex-direction: row;
  gap: 0.5555555556vw;
}
.reason__list .reason__item {
  width: calc((100% - 1.1111111111vw) / 3);
  background: #ffffff;
  padding: 2.2222222222vw 1.6666666667vw 2.6388888889vw;
  border-radius: 0.6944444444vw;
}
.reason__list .reason__item img {
  width: 8.3333333333vw;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.reason__list .reason__item--title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.9444444444vw;
  line-height: 160%;
  letter-spacing: normal;
  color: #402210;
  text-align: center;
  margin-top: 1.6666666667vw;
}
.reason__list .reason__item--text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.3888888889vw;
  line-height: 150%;
  letter-spacing: normal;
  color: #402210;
  margin-top: 1.6666666667vw;
}

.reason__container--title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 150%;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
  margin-top: 3.4722222222vw;
}

.reason__swiper-button-wrap {
  display: flex;
  gap: 0.625vw;
  justify-content: end;
  width: 69.4444444444vw;
  position: absolute;
  top: -3.4722222222vw;
}

.reason__swiper-button-prev,
.reason__swiper-button-next {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.reason__swiper-button-prev {
  left: -24px;
  width: 28px !important;
  height: 28px !important;
  margin-top: 0;
  transform: translateY(-50%);
}
.reason__swiper-button-prev::after {
  display: none;
}
.reason__swiper-button-prev svg {
  width: 28px !important;
  height: 28px !important;
  display: block;
}

/* 次への矢印 */
.reason__swiper-button-next {
  right: -24px;
  width: 28px !important;
  height: 28px !important;
  margin-top: 0;
  transform: translateY(-50%);
}
.reason__swiper-button-next::after {
  display: none;
}
.reason__swiper-button-next svg {
  width: 28px !important;
  height: 28px !important;
  display: block;
}

.reason__container {
  margin-top: 1.9444444444vw;
  width: 84.5138888889vw;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}

.reason__swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 1.9444444444vw;
}
.reason__swiper .swiper-wrapper .swiper-slide {
  margin-right: 8px !important;
  width: calc((100% - 1.6666666667vw) / 3.7) !important;
}
.reason__swiper .swiper-wrapper .swiper-slide iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
}

.caseStudy {
  padding-top: 6.9444444444vw;
  padding-bottom: 6.9444444444vw;
  background-color: #f7f7f5;
}

.caseStudy__inner {
  margin: 0 auto;
}

.caseStudy__img {
  margin-top: 1.1111111111vw;
}

.caseStudy__cardWrap {
  margin-top: 3.4722222222vw;
  position: relative;
}

.caseStudy__card {
  display: flex;
  gap: 2.7777777778vw;
  justify-content: space-between;
  align-items: center;
}

.caseStudy__card--item {
  width: calc((100% - 5.5555555556vw) / 3);
}

.caseStudy__card-button-prev,
.caseStudy__card-button-next {
  display: none;
}
.caseStudy__card-button-prev.swiper-button-disabled,
.caseStudy__card-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.question {
  padding-top: 6.9444444444vw;
  padding-bottom: 6.9444444444vw;
}

.question__inner {
  margin: 0 auto;
}

.question__list {
  margin-top: 2.7777777778vw;
}

summary::marker {
  content: "";
}

/* Safariで表示されるデフォルトの三角形アイコンを消します */

.question__item {
  margin-bottom: 2.2222222222vw;
}
.question__item:last-child {
  margin-bottom: 0;
}
.question__item[open] .question__icon {
  transform: rotate(180deg);
}

.question__summary {
  align-items: center;
  padding: 0.5555555556vw 2.7777777778vw;
  display: flex;
  gap: 3.3333333333vw;
  background-color: #fdf4eb;
}

.question__q {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 1.6666666667vw;
  line-height: 1.5;
  letter-spacing: normal;
  color: #402210;
}

.question__q--text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.3888888889vw;
  line-height: 180%;
  letter-spacing: normal;
  color: #402210;
  max-width: 50.9722222222vw;
  width: 100%;
}

.question__content {
  padding: 1.6666666667vw 2.7777777778vw 0;
}
.question__content p {
  display: flex;
  gap: 3.3333333333vw;
}

.question__a {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 1.6666666667vw;
  line-height: 1.5;
  letter-spacing: normal;
  color: #eb6700;
}

.question__a--text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.1111111111vw;
  line-height: 180%;
  letter-spacing: normal;
  color: #402210;
  max-width: 50.9722222222vw;
  width: 100%;
}

.access {
  padding-top: 6.6666666667vw;
  position: relative;
}
.access::before {
  content: "";
  position: absolute;
  top: -3.4027777778vw;
  right: 0;
  width: 63.4027777778vw;
  height: 41.3888888889vw;
  background-image: url("/assets/images/distImg/access-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.access::after {
  content: "";
  position: absolute;
  top: 2.7777777778vw;
  left: 16.3888888889vw;
  width: 15.7638888889vw;
  height: 12.0833333333vw;
  background-image: url("/assets/images/distImg/access-icon.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.access__inner {
  margin: 0 auto;
}

.access__list {
  margin-top: 2.7777777778vw;
}

.access__item {
  margin-bottom: 1.1111111111vw;
}
.access__item h3 {
  background-color: #664633;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6666666667vw;
  line-height: 180%;
  letter-spacing: normal;
  color: #ffffff;
  padding: 0 1.1111111111vw;
  text-align: center;
  position: relative;
}
.access__item h3 .access__icon {
  display: none;
}
.access__item ul {
  margin-top: 2.2222222222vw;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.3888888889vw;
  column-gap: 1.3888888889vw;
}
.access__item li {
  margin-bottom: 2.2222222222vw;
  width: calc(50% - 1.3888888889vw);
  padding-left: 1.1111111111vw;
}
.access__item li h4 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 150%;
  letter-spacing: normal;
  color: #402210;
  display: flex;
}
.access__item li h4:before {
  content: "";
  display: block;
  width: 0.5555555556vw;
  height: inherit;
  background-color: #402210;
  margin-right: 0.8333333333vw;
}
.access__item li a {
  display: inline-flex;
  background-color: #fcc700;
  padding-top: 0.5555555556vw;
  padding-bottom: 0.5555555556vw;
  padding-left: 2.9166666667vw;
  padding-right: 1.7361111111vw;
  border-radius: 5px;
  margin-top: 1.1111111111vw;
  align-items: center;
  transition: all 0.3s ease;
}
.access__item li a:hover {
  opacity: 0.7;
}
.access__item li a .access__item--text {
  margin-right: 1.3888888889vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.1111111111vw;
  line-height: 180%;
  letter-spacing: normal;
  color: #202222;
}

.access-item__box {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.3888888889vw;
  column-gap: 1.3888888889vw;
}
.access-item__box .access__item {
  width: calc((100% - 1.3888888889vw) / 2);
}
.access-item__box .access__item ul {
  width: 100%;
}
.access-item__box .access__item ul li {
  width: 100%;
}

.bg-line {
  align-items: center;
  color: #FFF4D0;
  display: flex;
  height: 254px;
  line-height: 100%;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.bg-line ul {
  animation: flowing 80s linear infinite;
  font-size: 254px;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}

.bg-line ul li {
  display: inline-block;
  padding-right: 10px;
}

@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.cta {
  margin-top: -1.6666666667vw;
  padding-top: 7.7083333333vw;
  padding-bottom: 6.4583333333vw;
  position: relative;
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/distImg/cta-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.cta__title {
  color: #ffffff;
  background: none;
}

.cta__btn--text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 100%;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
  margin-top: 5.7638888889vw;
}

.cta__btnWrap {
  margin-top: 1.4583333333vw;
  display: flex;
  gap: 2.7777777778vw;
}
.cta__btnWrap .cta__btn {
  height: 6.9444444444vw;
  width: calc((100% - 2.7777777778vw) / 2);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2222222222vw;
  line-height: 150%;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 90px;
  transition: all 0.3s ease;
}
.cta__btnWrap .cta__btn:hover {
  background-color: white;
  outline: 3px solid;
  outline-offset: -3px;
}
.cta__btnWrap .cta__btn--line {
  background-color: #eb6700;
}
.cta__btnWrap .cta__btn--line:hover {
  background-color: white;
  outline-color: #eb6700;
  color: #eb6700;
}
.cta__btnWrap .cta__btn--tel {
  background-color: #05a37b;
  flex-direction: column;
}
.cta__btnWrap .cta__btn--tel:hover {
  background-color: white;
  outline-color: #05a37b;
  color: #05a37b;
}
.cta__btnWrap .cta__btn--tel .cta__btn--time {
  display: block;
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1;
}

.follow-btn {
  display: none;
}

.mv {
  padding-top: 6.7361111111vw;
  position: relative;
}

.mv__inner {
  max-width: 91.4583333333vw;
  width: 100%;
  margin-left: auto;
  padding-left: 3.9583333333vw;
}

.mv__titleBox {
  height: calc(100vh - 13.8888888889vw);
  min-height: 55.5555555556vw;
  margin-top: 7.1527777778vw;
  position: relative;
}
.mv__titleBox::before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(235, 103, 0, 0.1) 0%, rgba(252, 199, 0, 0.1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mv__titleBox::after {
  content: "";
  display: block;
  position: absolute;
  top: -7.9166666667vw;
  left: -3.9583333333vw;
  width: 24.1666666667vw;
  height: 24.1666666667vw;
  background-image: url("/assets/images/distImg/mv-title-bg.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 15;
}

.mv__title {
  padding-top: 7.7083333333vw;
  position: relative;
  z-index: 15;
}

.mv__title__line {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 3.8888888889vw;
  line-height: 160%;
  letter-spacing: normal;
  color: #402210;
  display: block;
  padding-left: 2.7777777778vw;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.mv__title__line--line1::before {
  content: "";
  display: block;
  width: calc(100% + 1.3888888889vw);
  height: 90%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.mv__title__line--line2::before {
  content: "";
  display: block;
  width: calc(100% + 2.0833333333vw);
  height: 90%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.mv__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.3888888889vw;
  line-height: 200%;
  letter-spacing: 0.08em;
  color: #402210;
  margin-top: 1.875vw;
  margin-left: 2.7777777778vw;
  text-shadow: 0px 0px 5px rgb(255, 255, 255);
  position: relative;
  z-index: 15;
}

.mv__badge {
  display: flex;
  gap: 0.8333333333vw;
  margin-top: 2.7777777778vw;
  margin-left: 2.7777777778vw;
  position: relative;
  z-index: 15;
}
.mv__badge img {
  aspect-ratio: 260/115;
  width: 18.0555555556vw;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
  object-fit: cover;
}

.experience {
  overflow: hidden;
  padding-bottom: 6.8055555556vw;
}
.experience__inner {
  margin-top: -6.25vw;
  position: relative;
}

.experience__title {
  background-color: #ffffff;
  padding-top: 2.7777777778vw;
  position: relative;
  z-index: 15;
}

.experience__subtitle {
  margin-top: 1.25vw;
}

.experience__text {
  margin-top: 1.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.1111111111vw;
  line-height: 180%;
  letter-spacing: normal;
  color: #402210;
  text-align: center;
}

.experience__pointWrap {
  margin-top: 3.4722222222vw;
  border: 3px solid #eb6700;
  -o-border-image: var(--gradient-orange90) 1;
  border-image: var(--gradient-orange90) 1;
  max-width: 48.6111111111vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.1111111111vw;
  background-color: #ffffff;
}

.experience__pointTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6666666667vw;
  line-height: 180%;
  letter-spacing: normal;
  color: #402210;
  text-align: center;
  padding-top: 1.1111111111vw;
}

.experience__pointList {
  padding-top: 1.3888888889vw;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.experience__pointItem {
  display: flex;
  align-items: center;
  gap: 1.1111111111vw;
  margin-top: 1.1111111111vw;
}
.experience__pointItem:first-child {
  margin-top: 0;
}
.experience__pointItem .experience__pointItemIcon {
  height: 24px;
}
.experience__pointItem .experience__pointItemText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3888888889vw;
  line-height: 150%;
  letter-spacing: normal;
  color: #402210;
}
.experience__pointItem .experience__pointItemText--underline {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}

.experience__card {
  margin-top: 1.3888888889vw;
}
.experience__card img {
  aspect-ratio: 588/255;
  width: 40.8333333333vw;
  margin-left: auto;
  margin-right: auto;
}

.experience__imgWrap {
  margin-top: 3.4722222222vw;
  display: flex;
  gap: 4.7222222222vw;
  justify-content: center;
}

.experience__imgWrap--item:nth-of-type(1) {
  display: flex;
}

.experience__imgWrap--img1 {
  aspect-ratio: 1/1;
  width: 17.3611111111vw;
  position: relative;
  z-index: 10;
  height: -moz-fit-content;
  height: fit-content;
}

.experience__imgWrap--img2 {
  aspect-ratio: 284/200;
  width: 19.7222222222vw;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: -3.1944444444vw;
  margin-top: 6.875vw;
  position: relative;
  z-index: 5;
}

.experience__imgWrap--item:nth-of-type(2) {
  margin-top: 3.0555555556vw;
}

.experience__imgWrap--img3 {
  aspect-ratio: 440/300;
  width: 30.5555555556vw;
  height: -moz-fit-content;
  height: fit-content;
}

.experience__bg2 {
  position: absolute;
  z-index: -1;
  top: -177px;
  left: 70%;
  transform: translateX(-50%) rotate(17deg);
  width: 136%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  html {
    font-size: clamp(14px, 4.2666666667vw, 16px);
  }
  .header {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    padding-top: 2.6666666667vw;
  }
  .header__logo p {
    font-size: 2.6666666667vw;
    text-align: center;
  }
  .header__logoBox {
    margin-top: 1.0666666667vw;
    gap: 4.2666666667vw;
    justify-content: center;
  }
  .header__logoBox--img1 {
    width: 34.6666666667vw;
  }
  .header__logoBox--img2 {
    width: 36.5333333333vw;
  }
  .header__btnWrap {
    display: none;
  }
  .footer {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .footer__wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__logo a img {
    width: 64vw;
  }
  .footer__right {
    margin-top: 6.4vw;
  }
  .footer__sns {
    margin-right: auto;
  }
  .footer__sns h3 {
    font-size: 4.2666666667vw;
  }
  .footer__sns ul {
    gap: 6.1333333333vw;
    margin-top: 1.6vw;
  }
  .footer__nav {
    margin-top: 6.4vw;
  }
  .footer__nav ul {
    gap: 4vw;
    flex-direction: column;
  }
  .footer__nav a {
    font-size: 3.7333333333vw;
  }
  .footer__nav p {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
  .footer__copyright {
    margin-top: 6.4vw;
    text-align: center;
  }
  .footer__copyright small {
    font-size: 2.6666666667vw;
    line-height: 1.2;
    text-align: center;
  }
  .inner {
    width: 100%;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
    max-width: initial;
  }
  .slider {
    top: 14.9333333333vw;
    max-width: initial;
    width: 86.6666666667vw;
  }
  .slide-dots {
    display: none !important;
  }
  .slide-dots li {
    margin: 0 2.6666666667vw;
  }
  .slide-dots li button::before {
    height: 3.2vw;
    width: 3.2vw;
  }
  button {
    padding: 0 1.8666666667vw;
  }
  .section-title {
    font-size: 6.4vw;
    line-height: 1.3333333333;
    letter-spacing: 0.1em;
  }
  .section-title:after {
    width: 40px;
    height: 1px;
    margin-top: 2.1333333333vw;
  }
  .section-title--sub {
    font-size: 7.2vw;
  }
  .swiper-button-prev {
    left: -10px;
  }
  .swiper-button-next {
    right: -10px;
  }
  .container {
    margin-top: 6.4vw;
    padding-left: 22px;
    padding-right: 22px;
    max-width: 94.1333333333vw;
  }
  .unexperience__swiper--text {
    font-size: 4.2666666667vw;
    margin-top: 4.2666666667vw;
  }
  .unexperience__training {
    margin-top: 6.4vw;
    padding-top: 10.6666666667vw;
  }
  .unexperience__training--title {
    font-size: 5.3333333333vw;
  }
  .unexperience__training--title::before {
    margin-right: 8px;
    width: 5px;
    height: 30px;
  }
  .unexperience__training--img {
    margin-top: 5.3333333333vw;
  }
  .unexperience__bg2--1 {
    top: 380px;
    left: 70%;
    transform: translateX(-50%) rotate(0deg);
    width: 300%;
  }
  .reason {
    padding-bottom: 10.6666666667vw;
  }
  .reason::after {
    width: 17.8666666667vw;
    height: 22.6666666667vw;
    top: 34.6666666667vw;
    right: 5.0666666667vw;
  }
  .reason__title {
    padding-top: 10.6666666667vw;
  }
  .reason__subtitle {
    margin-top: 4.2666666667vw;
  }
  .reason__list {
    margin-top: 6.4vw;
    gap: 2.1333333333vw;
    flex-direction: column;
  }
  .reason__list .reason__item {
    width: 100%;
    padding: 6.4vw 0;
  }
  .reason__list .reason__item img {
    width: 21.3333333333vw;
  }
  .reason__list .reason__item--title {
    font-size: 6.4vw;
    margin-top: 3.2vw;
  }
  .reason__list .reason__item--text {
    font-size: 3.7333333333vw;
    margin-top: 3.2vw;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
  .reason__container--title {
    font-size: 5.3333333333vw;
    margin-top: 6.4vw;
  }
  .reason__swiper-button-wrap {
    width: 87.7333333333vw;
    position: initial;
  }
  .reason__swiper-button-prev,
  .reason__swiper-button-next {
    margin-top: 8.5333333333vw;
  }
  .reason__swiper-button-prev {
    left: -10px;
  }
  .reason__swiper-button-next {
    right: -10px;
  }
  .reason__container {
    margin-top: 6.4vw;
    width: 93.6vw;
  }
  .reason__swiper {
    margin-top: 6.4vw;
  }
  .reason__swiper .swiper-wrapper .swiper-slide {
    width: calc((100% - 2.1333333333vw) / 1.05) !important;
  }
  .caseStudy {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .section-title--sub {
    margin-top: 4.2666666667vw;
  }
  .caseStudy__img {
    margin-top: 6.4vw;
  }
  .caseStudy__cardWrap {
    margin-top: 6.4vw;
  }
  .caseStudy__card {
    width: 90%;
    margin: 0 auto;
  }
  .caseStudy__card--item {
    width: 100%;
  }
  .caseStudy__card-button-prev,
  .caseStudy__card-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 3.2vw;
    height: 5.0666666667vw;
  }
  .caseStudy__card-button-prev {
    left: calc(5% - 4.2666666667vw - 3.2vw);
    transform: translateY(-50%);
  }
  .caseStudy__card-button-next {
    right: calc(5% - 4.2666666667vw - 3.2vw);
    transform: rotate(180deg);
  }
  .question {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .question__list {
    margin-top: 4.2666666667vw;
  }
  .question__item {
    margin-bottom: 4.2666666667vw;
  }
  .question__summary {
    padding: 2.1333333333vw 1.8666666667vw;
    gap: 2.1333333333vw;
  }
  .question__q {
    font-size: 6.4vw;
  }
  .question__q--text {
    font-size: 4.2666666667vw;
    max-width: 66.1333333333vw;
  }
  .question__content {
    padding: 2.1333333333vw 2.1333333333vw 0;
  }
  .question__content p {
    gap: 2.1333333333vw;
  }
  .question__a {
    font-size: 6.4vw;
  }
  .question__a--text {
    font-size: 4.2666666667vw;
    max-width: 66.1333333333vw;
  }
  .access {
    padding-top: 10.6666666667vw;
  }
  .access::before {
    top: 15.2vw;
  }
  .access::after {
    top: 18.1333333333vw;
    left: 4.2666666667vw;
    width: 19.2vw;
    height: 14.9333333333vw;
  }
  .access__inner {
    padding-left: 0;
  }
  .access__list {
    margin-top: 4.2666666667vw;
  }
  .access__item {
    margin-bottom: 4.2666666667vw;
  }
  .access__item h3 {
    font-size: 5.3333333333vw;
    padding: 0 4.2666666667vw;
    padding-right: 10.6666666667vw;
    cursor: pointer;
    user-select: none;
    width: 100vw;
  }
  .access__item h3 .access__icon {
    display: inline-flex;
    position: absolute;
    right: 4.2666666667vw;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    transform: translateY(-50%) rotate(180deg);
  }
  .access__item h3 .access__icon svg {
    width: 4.5333333333vw;
    height: 2.6666666667vw;
  }
  .access__item h3.is-open .access__icon {
    transform: translateY(-50%) rotate(0deg);
  }
  .access__item ul {
    padding-left: 4.2666666667vw;
  }
  .access__item ul {
    margin-top: 4.2666666667vw;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, margin-top 0.3s ease;
    margin-top: 0;
  }
  .access__item.is-open ul {
    max-height: 5000px;
    margin-top: 4.2666666667vw;
  }
  .access__item li {
    margin-bottom: 8.5333333333vw;
    width: 100%;
    margin-bottom: 4.2666666667vw;
  }
  .access__item li h4 {
    font-size: 4.2666666667vw;
  }
  .access__item li a {
    gap: 3.2vw;
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
    padding-left: 11.2vw;
    padding-right: 6.6666666667vw;
    margin-top: 4.2666666667vw;
  }
  .access__item li a .access__item--text {
    font-size: 3.7333333333vw;
  }
  .access-item__box .access__item {
    width: 100%;
  }
  .bg-line {
    height: 26.6666666667vw;
    margin-top: 1.875rem;
  }
  .bg-line ul {
    font-size: 26.6666666667vw;
  }
  .cta {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .cta__title {
    font-size: 5.3333333333vw;
    line-height: 150%;
  }
  .cta__btn--text {
    font-size: 3.7333333333vw;
    line-height: 100%;
    letter-spacing: -0.1em;
    margin-top: 4.2666666667vw;
  }
  .cta__btnWrap {
    gap: 4.2666666667vw;
    margin-top: 5.3333333333vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cta__btnWrap .cta__btn {
    height: 16vw;
    width: 82.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 150%;
    letter-spacing: normal;
  }
  .cta__btnWrap .cta__btn--tel .cta__btn--time {
    font-size: 3.2vw;
  }
  .follow-btn {
    display: flex;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: flex;
    width: 100vw;
    transition: opacity 0.3s ease;
  }
  .follow-btn .follow-btn__btn {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 150%;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 17.3333333333vw;
    transition: all 0.3s ease;
  }
  .follow-btn .follow-btn__btn:hover {
    opacity: 0.7;
  }
  .follow-btn .follow-btn__btn--line {
    background-color: #eb6700;
  }
  .follow-btn .follow-btn__btn--tel {
    background-color: #05a37b;
  }
  .mv {
    padding-top: 14.9333333333vw;
  }
  .mv__inner {
    padding-left: 0;
    margin-left: initial;
  }
  .mv__titleBox {
    height: calc(100vh - 53.3333333333vw);
    margin-top: 41.0666666667vw;
    width: 100vw;
  }
  .mv__titleBox::after {
    background-image: url("/assets/images/distImg/mv-title-bg-sp.webp");
    top: -18.4vw;
    left: 4.2666666667vw;
    width: 46.1333333333vw;
    height: 32.8vw;
  }
  .mv__title {
    padding-top: 4.2666666667vw;
  }
  .mv__title__line {
    font-size: 7.4666666667vw;
    padding-left: 6.4vw;
  }
  .mv__title__line--line1::before {
    width: calc(100% + 2.6666666667vw);
  }
  .mv__title__line--line2::before {
    width: calc(100% + 2.6666666667vw);
  }
  .mv__text {
    font-size: 3.7333333333vw;
    letter-spacing: -0.05em;
    margin-top: 2.9333333333vw;
    margin-left: 6.4vw;
  }
  .mv__badge {
    gap: 1.8666666667vw;
    margin-top: 5.3333333333vw;
    margin-left: 6.4vw;
  }
  .mv__badge img {
    width: 42.6666666667vw;
  }
  .experience {
    padding-bottom: 10.6666666667vw;
  }
  .experience__inner {
    margin-top: -9.0666666667vw;
  }
  .experience__title {
    padding-top: 5.3333333333vw;
  }
  .experience__subtitle {
    margin-top: 4.2666666667vw;
  }
  .experience__text {
    font-size: 4.2666666667vw;
  }
  .experience__pointWrap {
    margin-top: 6.4vw;
    max-width: initial;
    padding-bottom: 4.2666666667vw;
  }
  .experience__pointTitle {
    font-size: 5.3333333333vw;
    padding-top: 4.2666666667vw;
  }
  .experience__pointList {
    padding-top: 3.7333333333vw;
  }
  .experience__pointItem {
    gap: 1.6vw;
    align-items: start;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
    margin-top: 4.2666666667vw;
  }
  .experience__pointItem .experience__pointItemText {
    font-size: 3.7333333333vw;
    letter-spacing: -0.05em;
  }
  .experience__card {
    margin-top: 3.7333333333vw;
  }
  .experience__card img {
    width: 83.2vw;
    transform: translateX(-2.1333333333vw);
  }
  .experience__imgWrap {
    flex-direction: column-reverse;
    margin-top: 6.4vw;
    gap: 6.4vw;
  }
  .experience__imgWrap--img1 {
    width: 43.4666666667vw;
  }
  .experience__imgWrap--img2 {
    width: 57.0666666667vw;
    margin-left: -13.6vw;
    margin-top: 18.4vw;
  }
  .experience__imgWrap--img3 {
    width: 86.9333333333vw;
  }
  .experience__bg2 {
    width: 311.7333333333vw;
    top: 26px;
    transform: translateX(-52%) rotate(0deg);
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
