html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img,
video {
  font-size: 0;
  line-height: 0;
}

.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  pointer-events: none
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
  display: none
}

.splide__progress__bar {
  width: 0
}

.splide {
  position: relative;
  visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative
}

.splide__slide img {
  vertical-align: bottom
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1
}

.splide--rtl {
  direction: rtl
}

.splide__track--ttb>.splide__list {
  display: block
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  z-index: 1
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9
}

.splide__arrow:disabled {
  opacity: .3
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__arrow--prev {
  left: 1em
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

.splide__arrow--next {
  right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 8px
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__progress__bar {
  background: #ccc;
  height: 3px
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
  outline: 0
}

@supports(outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf
  }
}

@supports(outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf
  }
}

.splide__toggle {
  cursor: pointer
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.is-general {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body:where(.is-general) img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .u-is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .u-is-sp {
    display: none !important;
  }
}

.u-img-wrap {
  font-size: 0;
  line-height: 0;
}

.fade-in {
  position: relative;
  opacity: 0;
  bottom: -10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fade-in.is-active {
  opacity: 1;
  bottom: 0 !important;
}

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

@media screen and (min-width: 751px) {
  .l-content-main {
    min-width: 1200px;
    overflow: clip;
  }
}

.l-content-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #191919;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
}

.l-content-bg.is-show {
  opacity: 0.6;
  pointer-events: auto;
  cursor: pointer;
}

.l-section-aboutus__inner {
  position: relative;
  top: 0;
  left: 0;
}

.l-section-aboutus__content {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: 80px;
  margin: 0 auto 0;
  width: 1080px;
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__content {
    width: 84vw;
    margin-top: 16.8vw;
    padding-top: 13.333333333333334vw;
  }
}

.l-section-aboutus summary {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .l-section-aboutus summary {
    top: -104px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus summary {
    top: -26.666666666666668vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__heading {
    max-width: 570px;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__heading {
    margin-bottom: 10.666667vw;
  }
}

.l-section-aboutus__subheading {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__subheading {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__subheading {
    margin-bottom: 10.666666666666668vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__subheading__sub {
    margin: 0 auto 10px;
    max-width: 330px;
  }

  .l-section-aboutus__subheading__sub img {
    height: 51px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__subheading__sub {
    width: 64.3vw;
    margin: 0 auto 2.666666666666667vw;
  }
}

.l-section-aboutus__subheading__main {
  text-decoration: underline;
  -webkit-text-decoration-color: #fd6a1c;
  text-decoration-color: #fd6a1c;
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__subheading__main {
    font-size: 33px;
    line-height: 0.878787878787879;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 30px;
    text-decoration-thickness: 4px;
    text-underline-offset: 6px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__subheading__main {
    font-size: 7.46666vw;
    line-height: 1.318181818181818;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 5.333333333333334vw;
    text-decoration-thickness: calc(5 / 28 * 1em);
    text-underline-offset: calc(4 / 22 * 1em);
  }
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__subheading__description {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.047em;
    font-weight: 500;
    -webkit-font-feature-settings: unset;
    font-feature-settings: unset;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__subheading__description {
    font-size: 3.733333333333334vw;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 500;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
  }
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__description {
    margin: 0px auto 0;
    padding-bottom: 90px;
    width: 1080px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__description {
    padding: 0 7.733333333333333vw 0vw;
  }
}

.l-section-aboutus__description__image {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__description__image {
    -ms-grid-columns: 351px 13px 259px 13px 78px 13px 351px;
    grid-template-columns: 351px 259px 78px 351px;
    -ms-grid-rows: 143px 13px 143px 13px 182px 13px 182px;
    grid-template-rows: 143px 143px 182px 182px;
    gap: 13px;
    grid-template-areas: "achivement_1 achivement_2 achivement_2 achivement_3" "achivement_1 achivement_2 achivement_2 achivement_4" "achivement_7 achivement_6 achivement_5 achivement_5" "achivement_8 achivement_6 achivement_5 achivement_5";
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__description__image {
    -ms-grid-columns: 1fr 1.6vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 1.6vw;
    grid-template-areas: "achivement_1 achivement_1" "achivement_2 achivement_2" "achivement_3 achivement_4" "achivement_5 achivement_5" "achivement_6 achivement_6" "achivement_7 achivement_8";
  }
}

.l-section-aboutus__description__image__item {
  -webkit-box-shadow: -2px 2px 6px rgba(106, 106, 106, 0.2);
  box-shadow: -2px 2px 6px rgba(106, 106, 106, 0.2);
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__teacher {
    width: 1080px;
    margin: 0 auto;
    padding: 80px 0;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__teacher {
    padding: 15.5vw 7.733333333333333vw 9.7vw;
  }
}

.l-section-aboutus__teacher__strength {
  background: #fff;
  border: #013E93 3px solid;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__teacher__strength {
    padding: 67px 63px 67px 91px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 442px 1fr;
    grid-template-columns: 442px 1fr;
    gap: 41px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__teacher__strength {
    padding: 5.333333333333334vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__teacher__strength__img {
    width: 442px;
  }
}

.l-section-aboutus__teacher__strength__list {
  -webkit-font-feature-settings: unset;
  font-feature-settings: unset;
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__teacher__strength__list {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.047em;
    font-weight: 500;
    margin-top: -23px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__teacher__strength__list {
    font-size: 3.733333333333334vw;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 500;
    margin-top: 6.933333333333333vw;
    padding-left: 2.666666666666667vw;
  }
}

.l-section-aboutus__teacher__strength__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content minmax(0, 1fr);
  -ms-grid-columns: max-content minmax(0, 1fr);
  grid-template-columns: -webkit-max-content minmax(0, 1fr);
  grid-template-columns: max-content minmax(0, 1fr);
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__teacher__strength__list {
    gap: 20px 10px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__teacher__strength__list {
    gap: 5.600000000000001vw 2.666666666666667vw;
  }
}

.l-section-aboutus__teacher__strength__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.l-section-aboutus__teacher__strength__icon {
  aspect-ratio: 1/1;
  border: 1px solid currentColor;
  border-radius: 3px;
  position: relative;
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__teacher__strength__icon {
    width: 25px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__teacher__strength__icon {
    width: 6.666666666666667vw;
  }
}

.l-section-aboutus__teacher__strength__icon::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1/1;
  background-color: #fd6a1c;
  -webkit-mask-image: url("../svg/icon_check_line.svg");
  mask-image: url("../svg/icon_check_line.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__teacher__strength__icon::after {
    width: 23px;
    translate: 6px -7px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__teacher__strength__icon::after {
    width: 6.133333333333333vw;
    translate: 1.6vw -1.866666666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__teacher__list {
    padding-top: 80px;
    padding-bottom: 110px;
    width: 1090px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__teacher__list {
    padding: 10.666666666666668vw 7.733333333333333vw 23.133333vw;
  }
}

.l-section-aboutus__teacher__list__heading {
  text-align: center;
  -webkit-font-feature-settings: unset;
  font-feature-settings: unset;
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__teacher__list__heading {
    font-size: 15px;
    color: #fff;
    line-height: 1.785714285714286;
    letter-spacing: 0.047em;
    font-weight: 500;
    margin: 0 auto 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__teacher__list__heading {
    margin-bottom: 5.333333333333334vw;
    font-size: 3.2vw;
    color: #fff;
    line-height: 1.583333333333333;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__teacher__list__heading__fukidashi {
    margin-top: 10px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__teacher__list__heading__fukidashi {
    margin-top: 2.666666666666667vw;
  }
}

.l-section-aboutus__slide__item {
  -webkit-box-shadow: -2px 2px 6px rgba(106, 106, 106, 0.2);
  box-shadow: -2px 2px 6px rgba(106, 106, 106, 0.2);
  display: -ms-grid;
  display: grid;
  grid-template-areas: "image name" "message message";
  background-color: #fff;
  border-radius: 14px;
  height: 100%;
  color: #191919;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__slide__item {
    -ms-grid-columns: 113px 1fr;
    grid-template-columns: 113px 1fr;
    padding: 22px;
    gap: 8px 12px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__slide__item {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2.666666666666667vw 5.333333333333334vw;
    padding: 5.333333333333334vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__slide__item:hover {
    -webkit-box-shadow: -2px 2px 6px rgba(106, 106, 106, 0.8);
    box-shadow: -2px 2px 6px rgba(106, 106, 106, 0.8);
  }
}

.l-section-aboutus__slide__image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  width: 100%;
  grid-area: image;
}

.l-section-aboutus__slide__name {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -webkit-font-feature-settings: unset;
  font-feature-settings: unset;
  grid-area: name;
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__slide__name {
    font-size: 16px;
    line-height: 1.1875;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__slide__name {
    font-size: 4.266666666666667vw;
    line-height: 1.1875;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

.l-section-aboutus__slide__experience {
  display: block;
  -webkit-font-feature-settings: unset;
  font-feature-settings: unset;
  color: #6e6e6e;
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__slide__experience {
    font-size: 12px;
    line-height: 1.833333333333333;
    letter-spacing: 0em;
    font-weight: 400;
    margin-top: 6px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__slide__experience {
    font-size: 3.2vw;
    line-height: 1.833333333333333;
    letter-spacing: 0em;
    font-weight: 400;
    margin-top: 1.6vw;
  }
}

.l-section-aboutus__slide__message {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: message;
  -webkit-font-feature-settings: unset;
  font-feature-settings: unset;
}

@media screen and (min-width: 751px) {
  .l-section-aboutus__slide__message {
    font-size: 15px;
    line-height: 1.666666666666667;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus__slide__message {
    font-size: 3.733333333333334vw;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

.l-section-aboutus .splide__track {
  overflow-x: clip;
  overflow-y: visible;
}

@media screen and (max-width: 750px) {
  .l-section-aboutus .splide__track {
    margin: 0 -8vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-aboutus .splide__pagination {
    gap: 12px;
    bottom: -40px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-aboutus .splide__pagination {
    gap: 4.533333333333333vw;
  }
}

.l-section-beginner .splide__track {
  overflow-x: clip;
  overflow-y: visible;
}

@media screen and (min-width: 751px) {
  .l-section-beginner {
    padding-top: 75px;
    padding-bottom: 86px;
    width: 1090px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .l-section-beginner {
    padding: 10.666666666666668vw 7.733333333333333vw 30.133333333333333vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-beginner-slide {
    display: flex;
    gap: 30px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-beginner-slide {}

  .beginner-splide__track {
    padding: 0 8vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-beginner__slide__item {
    width: 340px !important;
    -webkit-box-shadow: -2px 2px 6px rgba(106, 106, 106, 0.2);
    box-shadow: -2px 2px 6px rgba(106, 106, 106, 0.2);
    background-color: #fff;
    height: 100%;
    color: #191919;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 25px;
  }

  .l-section-beginner__slide__item h4 {
    font-size: 20px;
    text-align: center;
    color: #003E93;
    line-height: 1.6;
    padding-bottom: 10px;
    border-bottom: #FF721A 4px solid;
  }
}

@media screen and (max-width: 750px) {
  .l-section-beginner__slide__item {
    width: 315px !important;
    -webkit-box-shadow: -2px 2px 6px rgba(106, 106, 106, 0.2);
    box-shadow: -2px 2px 6px rgba(106, 106, 106, 0.2);
    background-color: #fff;
    height: 100%;
    color: #191919;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 20px 18px 25px;
  }

  .l-section-beginner__slide__item h4 {
    font-size: 5.33333vw;
    text-align: center;
    color: #003E93;
    line-height: 1.6;
    padding-bottom: 10px;
    border-bottom: #FF721A 4px solid;
  }
}

@media screen and (min-width: 751px) {
  .l-section-beginner__slide__image {
    padding: 23px 0;
  }
}

@media screen and (max-width: 750px) {
  .l-section-beginner__slide__image {
    padding: 20px 0;
  }
}

@media screen and (min-width: 751px) {
  .l-section-beginner__slide__message {
    font-size: 15px;
    text-align: left;
    line-height: 1.8;
    padding: 0 4px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-beginner__slide__message {
    font-size: 3.73333vw;
    text-align: left;
    line-height: 1.8;
    padding: 0 3px;
  }
}


.l-section-conversion__inner {
  position: relative;
  background: #fd6a1c;
}

@media screen and (min-width: 751px) {
  .l-section-conversion__inner {
    height: 559px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-conversion__inner {
    height: 198.93333333333334vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-conversion__inner.fade-in {
    bottom: -50px;
    -webkit-transition: opacity 0.3s ease-in-out, bottom 1s linear(0, 0.04, 0.17 4%, 1 11%, 0.77 15%, 0.71, 0.69, 0.71, 0.75 22%, 1 30%, 0.93, 0.91, 0.91, 0.92 40%, 1 48%, 0.98, 0.97 55%, 1 66%, 0.99 73%, 1 84%, 1);
    transition: opacity 0.3s ease-in-out, bottom 1s linear(0, 0.04, 0.17 4%, 1 11%, 0.77 15%, 0.71, 0.69, 0.71, 0.75 22%, 1 30%, 0.93, 0.91, 0.91, 0.92 40%, 1 48%, 0.98, 0.97 55%, 1 66%, 0.99 73%, 1 84%, 1);
  }
}

@media screen and (max-width: 750px) {
  .l-section-conversion__inner.fade-in {
    bottom: -26.666666666666668vw;
    -webkit-transition: opacity 0.3s ease-in-out, bottom 1s ease;
    transition: opacity 0.3s ease-in-out, bottom 1s ease;
  }
}

.l-section-conversion-img {
  position: absolute;
  line-height: 0;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .l-section-conversion-img {
    top: -33px;
    max-width: 1090px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 750px) {
  .l-section-conversion-img {
    top: -9.333333333333334vw;
  }
}

.l-section-conversion-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 751px) {
  .l-section-conversion-btn {
    width: 317.98px;
    bottom: 99px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-conversion-btn {
    width: 84.79466666666667vw;
    bottom: 23.413333333333334vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-education {
    padding: 50px 0 90px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education {
    padding: 13.333333333333334vw 8vw 24vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-education__inner {
    max-width: 1080px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  .l-section-education__block--point {
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__block--point {
    margin-top: 10.666666666666668vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-education__block--strength {
    margin-top: 42px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__block--strength {
    margin-top: 16vw;
    padding: 0 7.466666666666668vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-education__heading {
    max-width: 317px;
    margin: -50px auto 0;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__heading {
    margin-top: -13.333333333333334vw;
  }
}

.l-section-education__small-heading {
  grid-area: heading;
}

@media screen and (min-width: 751px) {
  .l-section-education__small-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #003e93;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__small-heading {
    text-align: center;
    padding-bottom: 6.133333333333333vw;
    border-bottom: 2px solid #003e93;
  }
}

.l-section-education__small-heading__main {
  color: #003e93;
}

@media screen and (min-width: 751px) {
  .l-section-education__small-heading__main {
    font-size: 33px;
    line-height: 1.363636363636364;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__small-heading__main {
    font-size: 5.866666666666666vw;
    line-height: 1.318181818181818;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (min-width: 751px) {
  .l-section-education__small-heading__sub {
    font-size: 15px;
    line-height: 1.666666666666667;
    letter-spacing: 0.047em;
    font-weight: 500;
    padding-right: 48px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__small-heading__sub {
    margin-top: 2.666666666666667vw;
    font-size: 3.733333333333334vw;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

.l-section-education__point-list {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 751px) {
  .l-section-education__point-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
    margin-top: 40px;
    padding: 20px 32px;
    background-color: #f0f0f0;
    -webkit-filter: drop-shadow(-2px 2px 6px rgba(106, 106, 106, 0.2));
    filter: drop-shadow(-2px 2px 6px rgba(106, 106, 106, 0.2));
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__point-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 5.333333333333334vw;
    margin-top: 10.666666666666668vw;
  }
}

.l-section-education__point {
  position: relative;
}

@media screen and (max-width: 750px) {
  .l-section-education__point {
    padding: 10.666666666666668vw 4vw 4.266666666666667vw 5.333333333333334vw;
    background-color: #f0f0f0;
    -webkit-filter: drop-shadow(-2px 2px 6px rgba(106, 106, 106, 0.2));
    filter: drop-shadow(-2px 2px 6px rgba(106, 106, 106, 0.2));
  }

  .l-section-education__point::after {
    content: '';
    position: absolute;
    top: 0;
    width: 8vw;
    height: 100%;
    background-color: inherit;
    z-index: -1;
  }

  .l-section-education__point:nth-of-type(odd)::after {
    left: 100%;
  }

  .l-section-education__point:nth-of-type(even)::after {
    right: 100%;
  }
}

.l-section-education__point__title {
  color: #003e93;
  border-bottom: 1px solid currentColor;
}

@media screen and (min-width: 751px) {
  .l-section-education__point__title {
    font-size: 24px;
    line-height: 1.208333333333333;
    letter-spacing: 0em;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-width: 2px;
    margin-inline: 4px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__point__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 3.466666666666666vw;
    margin-bottom: 5.066666666666666vw;
    font-size: 5.600000000000001vw;
    line-height: 1.380952380952381;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__point--1 .l-section-education__point__title {
    padding-right: 4.533333333333333vw;
  }

  .l-section-education__point--2 .l-section-education__point__title {
    padding-right: 4.8vw;
  }

  .l-section-education__point--3 .l-section-education__point__title {
    padding-right: 2.666666666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-education__point__num {
    height: 52px;
    width: auto;
    margin: 0 auto 30px;
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__point__num {
    position: absolute;
    top: 0;
    left: 4.533333333333333vw;
    width: 19.2vw;
    translate: 0 -70%;
    height: auto;
  }
}

@media screen and (min-width: 751px) {
  .l-section-education__point__description {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__point__description {
    font-size: 3.733333333333334vw;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

.l-section-education__point__illust {
  height: auto;
  display: block;
}

@media screen and (min-width: 751px) {
  .l-section-education__point__illust {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__point__illust {
    position: absolute;
    top: 4vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-education__point--1 .l-section-education__point__illust {
    width: 142px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__point--1 .l-section-education__point__illust {
    right: -0.266666666666667vw;
    width: 28.26666666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-education__point--2 .l-section-education__point__illust {
    width: 115px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__point--2 .l-section-education__point__illust {
    right: 4.533333333333333vw;
    width: 25.066666666666666vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-education__point--3 .l-section-education__point__illust {
    width: 149px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__point--3 .l-section-education__point__illust {
    right: -0.266666666666667vw;
    width: 32.266666666666666vw;
  }
}

.l-section-education__strength {
  -webkit-font-feature-settings: unset;
  font-feature-settings: unset;
  background-color: #D7EAF7;
  border-radius: 14px;
  position: relative;
}

@media screen and (min-width: 751px) {
  .l-section-education__strength {
    max-width: 660px;
    padding: 30px;
    margin: 0 auto 80px;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 20px;
    -ms-grid-rows: auto 45px auto;
    grid-template-areas: "heading heading" "illust list";
  }

  .l-section-education__small-heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__strength {
    padding: 1vw 6.5vw 6.333333vw;
    margin-top: 4.666667vw;
    margin-top: 5.666667vw;
    margin-bottom: 18vw;
  }
}

.l-section-education__strength::after {
  content: "";
  background-image: url(../png/reason_arrow.png);
  position: absolute;
  width: 120px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .l-section-education__strength::after {
    left: 50%;
    top: 105%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 750px) {

  .l-section-education__strength::after {
    width: 23.3vw;
    height: 5.5vw;
    left: 50%;
    top: 105%;
    transform: translateX(-50%);
  }
}

.l-section-education__strength__illust {
  display: block;
  grid-area: illust;
  margin: 0 auto;
}

.l-section-education__strength__illust>img {
  height: auto;
}

@media screen and (min-width: 751px) {
  .l-section-education__strength__illust {
    width: 168.27px;
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__strength__illust {
    width: 46.92266666666667vw;
    padding-left: 4.213333333333334vw;
    margin-top: 6.4vw;
  }
}

.l-section-education__strength__list {
  grid-area: list;
}

@media screen and (min-width: 751px) {
  .l-section-education__strength__illust {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .l-section-education__strength__list {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

@media screen and (min-width: 751px) {
  .l-section-education__strength__list {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.047em;
    font-weight: 400;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__strength__list {
    margin-top: 5.333333333333334vw;
    font-size: 3.733333333333334vw;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

.l-section-education__strength__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content minmax(0, 1fr);
  -ms-grid-columns: max-content minmax(0, 1fr);
  grid-template-columns: -webkit-max-content minmax(0, 1fr);
  grid-template-columns: max-content minmax(0, 1fr);
}

@media screen and (min-width: 751px) {
  .l-section-education__strength__list {
    gap: 20px 20px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__strength__list {
    gap: 5.600000000000001vw 2.666666666666667vw;
  }
}

.l-section-education__strength__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  font-weight: 400;
}

.l-section-education__strength__icon {
  background-color: #fff;
  aspect-ratio: 1/1;
  border: 1px solid currentColor;
  border-radius: 3px;
  position: relative;
}

@media screen and (min-width: 751px) {
  .l-section-education__strength__icon {
    width: 25px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__strength__icon {
    width: 6.666666666666667vw;
  }
}

.l-section-education__strength__icon::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1/1;
  background-color: #fd6a1c;
  -webkit-mask-image: url("../svg/icon_check_line.svg");
  mask-image: url("../svg/icon_check_line.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

@media screen and (min-width: 751px) {
  .l-section-education__strength__icon::after {
    width: 23px;
    translate: 6px -7px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__strength__icon::after {
    width: 6.133333333333333vw;
    translate: 1.6vw -1.866666666666667vw;
  }
}

.l-section-education__summary {
  margin-inline: -0.2em;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .l-section-education__summary {
    font-size: 18px;
    line-height: 1.722222222222222;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-top: 115px;
    -webkit-font-feature-settings: unset;
    font-feature-settings: unset;
    padding-bottom: 77px;
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-education__summary {
    font-size: 5.866666666666666vw;
    line-height: 1.636363636363636;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-top: 10.666666666666668vw;
    margin-bottom: 13.333333333333334vw;
    -webkit-font-feature-settings: unset;
    font-feature-settings: unset;
    padding: 0 7.466666666666668vw 18.666666666666668vw;
  }
}

.l-section-education__summary__marker {
  text-decoration: underline;
  -webkit-text-decoration-color: #fd6a1c;
  text-decoration-color: #fd6a1c;
  text-decoration-thickness: calc(5 / 22 * 1em);
  text-underline-offset: calc(5 / 22 * 1em);
}

[data-accordion-button] {
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .l-section-faq {
    padding: 0 8vw 24vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-faq__inner {
    max-width: 750px;
    margin: 0 auto 88px;
  }
}

.l-section-faq__heading {
  margin: 0 auto 42px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .l-section-faq__heading {
    font-size: 33px;
    line-height: 0.878787878787879;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (max-width: 750px) {
  .l-section-faq__heading {
    font-size: 5.866666666666666vw;
    line-height: 1.318181818181818;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 6.933333333333333vw;
  }
}

.l-section-faq__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}

.l-section-faq__group {
  border-radius: 3px;
  overflow: clip;
  -webkit-box-shadow: 2px 3px 9px rgba(152, 152, 152, 0.11);
  box-shadow: 2px 3px 9px rgba(152, 152, 152, 0.11);
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  transition-behavior: allow-discrete;
}

.l-section-faq__group:has(> [aria-expanded="true"]) {
  -webkit-box-shadow: 2px 3px 9px rgba(152, 152, 152, 0.44);
  box-shadow: 2px 3px 9px rgba(152, 152, 152, 0.44);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.l-section-faq__group:has(> [aria-expanded="true"]) .l-section-faq__group__title>.l-section-faq__icon::after {
  rotate: 0deg;
}

.l-section-faq__group:has(> [aria-expanded="true"]) .l-section-faq__group__items {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.l-section-faq__group:has(> [aria-expanded="true"]) .l-section-faq__group__items__inner {
  padding: 20px 10px 20px 10px;
}

.l-section-faq__group__title {
  grid-column: 1/-1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eff3f5;
}

@media screen and (min-width: 751px) {
  .l-section-faq__group__title {
    padding: 20px 30px 20px 22px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

@media screen and (max-width: 750px) {
  .l-section-faq__group__title {
    padding: 5.333333333333334vw 2.666666666666667vw;
    font-size: 3.733333333333334vw;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

.l-section-faq__group__items {
  grid-column: 1/-1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: padding, grid-template-rows;
  transition-property: padding, grid-template-rows;
  transition-property: padding, grid-template-rows, -ms-grid-rows;
}

.l-section-faq__group__items__inner {
  grid-column: 1/-1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}

@media screen and (min-width: 751px) {
  .l-section-faq__group__items__inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-faq__group__items__inner {
    padding: 0 2.666666666666667vw;
  }
}

.l-section-faq__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 751px) {
  .l-section-faq__list {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

@media screen and (max-width: 750px) {
  .l-section-faq__list {
    font-size: 3.733333333333334vw;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

.l-section-faq__item {
  border: 1px solid #003e93;
  border-radius: 3px;
  overflow: clip;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: -webkit-max-content 1fr -webkit-max-content;
  -ms-grid-columns: max-content 1fr max-content;
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  transition-behavior: allow-discrete;
}

@media screen and (min-width: 751px) {
  .l-section-faq__item {
    gap: 0 20px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-faq__item {
    gap: 0 5.333333333333334vw;
  }
}

.l-section-faq__item:has(> [aria-expanded="true"]) {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.l-section-faq__item:has(> [aria-expanded="true"]) .l-section-faq__answer {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

@media screen and (min-width: 751px) {
  .l-section-faq__item:has(> [aria-expanded="true"]) .l-section-faq__answer__inner {
    padding: 11px 23px 13px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-faq__item:has(> [aria-expanded="true"]) .l-section-faq__answer__inner {
    padding: 6.933333333333333vw 2.666666666666667vw;
  }
}

.l-section-faq__item:has(> [aria-expanded="true"]) .l-section-faq__icon::after {
  rotate: 0deg;
}

.l-section-faq__question {
  grid-column: 1/-1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003e93;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .l-section-faq__question {
    padding: 11px 30px 13px 22px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-faq__question {
    padding: 2.4vw 2.666666666666667vw;
  }
}

.l-section-faq__answer {
  grid-column: 1/-1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity, grid-template-rows;
  transition-property: opacity, grid-template-rows;
  transition-property: opacity, grid-template-rows, -ms-grid-rows;
}

.l-section-faq__answer__inner {
  grid-column: 1/-1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}

@media screen and (min-width: 751px) {
  .l-section-faq__answer__inner {
    padding: 0 23px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-faq__answer__inner {
    padding: 0 2.666666666666667vw;
  }
}

.l-section-faq__term {
  -ms-grid-column-align: center;
  justify-self: center;
  translate: 0 -10%;
}

@media screen and (min-width: 751px) {
  .l-section-faq__term {
    font-size: 24px;
    line-height: 1.166666666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (max-width: 750px) {
  .l-section-faq__term {
    padding-left: 3.2vw;
    font-size: 6.4vw;
    line-height: 1.166666666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.l-section-faq__icon {
  position: relative;
  display: block;
}

@media screen and (min-width: 751px) {
  .l-section-faq__icon {
    width: 23px;
    height: 23px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-faq__icon {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.l-section-faq__icon::before,
.l-section-faq__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  background-color: currentColor;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  translate: 0 -50%;
}

.l-section-faq__icon::after {
  rotate: 90deg;
  -webkit-transition: rotate 0.3s ease-in-out;
  transition: rotate 0.3s ease-in-out;
}

.l-section-features__inner {
  position: relative;
  top: 0;
  left: 0;
  background: #daebfb;
}

.l-section-features__content {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 89px;
  margin: 0 auto 160px;
  width: 1080px;
}

@media screen and (max-width: 750px) {
  .l-section-features__content {
    width: 84vw;
    margin-top: 16.8vw;
    padding-top: 13.333333333333334vw;
    padding-bottom: 11.200000000000001vw;
    margin-bottom: 13.333333333333334vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__items:not(.is-03) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.l-section-features summary {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .l-section-features summary {
    top: -104px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features summary {
    top: -26.666666666666668vw;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features__item {
    margin-top: 16vw;
  }

  .l-section-features__item:first-child {
    margin-top: 0;
  }

  .l-section-features__item:nth-child(odd) .l-section-features__item-title {
    margin-right: -8vw;
  }

  .l-section-features__item:nth-child(even) .l-section-features__item-title {
    margin-left: -8vw;
    text-align: right;
  }
}

.l-section-features__item-outer:after {
  display: block;
  clear: both;
  content: '';
}

@media screen and (min-width: 751px) {
  .l-section-features__item-inner.is-03 {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "text img" "point img" "detail detail";
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__item-inner:not(.is-03) {
    background: #fff;
    position: relative;
    width: 524px;
    padding-top: 40px;
    -webkit-box-shadow: 2px 3px 9px rgba(152, 152, 152, 0.11);
    box-shadow: 2px 3px 9px rgba(152, 152, 152, 0.11);
  }
}

.l-section-features__item-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 7px solid #003e93;
}

.l-section-features__item-title img {
  width: 132px;
}

@media screen and (max-width: 750px) {
  .l-section-features__item-title {
    margin-bottom: 5.333333333333334vw;
    padding-bottom: 1.6vw;
    border-bottom: 1.866666666666667vw solid #003e93;
  }

  .l-section-features__item-title img {
    width: 27.73333333333333vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__item-text.is-03 {
    margin-bottom: 40px;
    text-align: left;
    width: 303px;
    margin-left: 90px;
    grid-area: text;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__item-text:not(.is-03) {
    text-align: center;
    position: absolute;
    top: -97px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features__item-text {
    margin-bottom: 5.333333333333334vw;
    text-align: center;
  }
}

.l-section-features__item-text__sub,
.l-section-features__item-text__main {
  display: block;
}

.l-section-features__item-text__sub {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .l-section-features__item-text__sub {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features__item-text__sub {
    margin-bottom: 1.333333333333333vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__item-text__sub.is-01 {
    width: 254.08px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features__item-text__sub.is-01 {
    width: 57.434666666666665vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__item-text__sub.is-02 {
    width: 312.08px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features__item-text__sub.is-02 {
    width: 74.23466666666666vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__item-text__sub.is-03 {
    width: 209.38px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features__item-text__sub.is-03 {
    width: 50.768vw;
  }
}

.l-section-features__item-text__main {
  text-decoration: underline;
  -webkit-text-decoration-color: #fd6a1c;
  text-decoration-color: #fd6a1c;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 7px;
  text-decoration-thickness: 4px;
  font-size: 33px;
  line-height: 0.878787878787879;
  letter-spacing: 0em;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .l-section-features__item-text__main {
    text-decoration-thickness: calc(5 / 22 * 1em);
    text-underline-offset: calc(4 / 22 * 1em);
    font-size: 5.866666666666666vw;
    line-height: 1.318181818181818;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.l-section-features__item-img {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .l-section-features__item-img.is-01 {
    width: 384.5px;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__item-img.is-02 {
    width: 260.89px;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__item-img.is-03 {
    grid-area: img;
    width: 442px;
  }
}

.l-section-features__item-point {
  width: 388px;
}

@media screen and (min-width: 751px) {
  .l-section-features__item-point {
    grid-area: point;
  }

  .l-section-features__item-point.is-03 {
    width: 448.63px;
    margin-top: 28px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features__item-point {
    width: 100%;
  }
}

.l-section-features__item-point-text {
  font-size: 15px;
  line-height: 1.666666666666667;
  letter-spacing: 0.047em;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .l-section-features__item-point-text {
    margin-bottom: -6.666666666666667vw;
    font-size: 3.2vw;
    line-height: 1.583333333333333;
    letter-spacing: 0.047em;
    font-weight: 500;
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__item:nth-child(1) .l-section-features__item-point {
    margin-left: 31px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features__item:nth-child(1) .l-section-features__item-point {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__item:nth-child(1) .l-section-features__item-point-text {
    margin-left: 104px;
    margin-bottom: -27px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features__item:nth-child(1) .l-section-features__item-point-text {
    margin-left: 24vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__item:nth-child(2) .l-section-features__item-point {
    margin-left: 112px;
    margin-top: 34px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features__item:nth-child(2) .l-section-features__item-point {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__item:nth-child(2) .l-section-features__item-point-text {
    margin-left: 4px;
    margin-bottom: -12px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features__item:nth-child(2) .l-section-features__item-point-text {
    margin-left: -24vw;
  }
}

.l-section-features__step {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 8vw;
}

.l-section-features__step:first-child {
  margin-top: 0;
}

@media screen and (min-width: 751px) {
  .l-section-features__step {
    width: 290px;
    margin-top: 0;
    padding-left: 30px;
  }

  .l-section-features__step::after {
    display: block;
    content: '';
    position: absolute;
    right: -38px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    height: 27px;
    background: url("../svg/icn-arrow.svg") center center no-repeat;
    background-size: contain;
  }

  .l-section-features__step:last-child::after {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features__step-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5.333333333333334vw;
  }
}

.l-section-features__step-head__number {
  width: 46px;
  line-height: 0;
}

@media screen and (max-width: 750px) {
  .l-section-features__step-head__number {
    width: 16.546762589928058%;
  }
}

.l-section-features__step-head__title {
  font-size: 18px;
  line-height: 1.722222222222222;
  letter-spacing: 0.03em;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .l-section-features__step-head__title {
    padding-left: 5.755395683453238%;
    width: 83.45323741007195%;
    font-size: 4vw;
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.l-section-features__step-head__title span {
  display: inline-block;
  background: #003e93;
  color: #fff;
  padding-right: 0.5em;
  padding-left: 0.5em;
  margin-top: 8px;
}

.l-section-features__step-head__title span:first-child {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .l-section-features__step-head__title span {
    margin-top: 2vw;
  }

  .l-section-features__step-head__title span:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__step-text {
    width: 233px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.666666666666667;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features__step-text {
    font-size: 3.733333333333334vw;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features__step-img {
    margin-top: 2.666666666666667vw;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__step:nth-child(1) .l-section-features__step-img {
    width: 153px;
    margin-top: 36px;
    margin-left: 121px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features__step:nth-child(1) .l-section-features__step-img {
    width: 44vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__step:nth-child(2) .l-section-features__step-img {
    width: 119px;
    margin-top: 3px;
    margin-left: 58px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features__step:nth-child(2) .l-section-features__step-img {
    width: 40.266666666666666vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__step:nth-child(3) .l-section-features__step-img {
    width: 147px;
    margin-top: 7px;
    margin-left: 27px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features__step:nth-child(3) .l-section-features__step-img {
    width: 41.6vw;
  }
}

.l-section-features-introduction {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  -webkit-box-shadow: 2px 3px 9px rgba(152, 152, 152, 0.11);
  box-shadow: 2px 3px 9px rgba(152, 152, 152, 0.11);
}

@media screen and (min-width: 751px) {
  .l-section-features-introduction {
    gap: 26px;
    width: 897px;
    height: 147px;
    margin-bottom: 158px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features-introduction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 84vw;
    height: 59.818666666666665vw;
    margin-bottom: 16vw;
  }
}

.l-section-features-introduction-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 751px) {
  .l-section-features-introduction-wraper {
    width: 350.02px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 17px;
    padding-top: 13px;
    padding-bottom: 7.8px;
    border-bottom: 2px solid #003e93;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features-introduction-wraper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.253333333333333vw;
    padding-bottom: 3.466666666666666vw;
  }
}

.l-section-features-introduction-wraper__title {
  text-align: center;
  color: #003e93;
}

@media screen and (min-width: 751px) {
  .l-section-features-introduction-wraper__title {
    font-size: 33px;
    line-height: 0.96969696969697;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features-introduction-wraper__title {
    font-size: 5.600000000000001vw;
    line-height: 1.380952380952381;
    letter-spacing: 0.03em;
    font-weight: 700;
    border-bottom: 0.266666666666667vw solid #003e93;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features-introduction-wraper__img {
    width: 79.5px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features-introduction-wraper__img {
    width: 27.114666666666672vw;
  }
}

.l-section-features-introduction__text {
  overflow-wrap: break-word;
}

@media screen and (min-width: 751px) {
  .l-section-features-introduction__text {
    width: 402px;
    font-size: 15px;
    line-height: 1.666666666666667;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features-introduction__text {
    width: 73.33333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

.l-section-features__list {
  background: #fff;
  grid-area: detail;
  padding-top: 30px;
  padding-right: 53px;
  padding-bottom: 27px;
  padding-left: 53px;
}

@media screen and (min-width: 751px) {
  .l-section-features__item-text.is-03 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .l-section-features__item-img.is-03 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }

  .l-section-features__item-point {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .l-section-features__list {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-features__list {
    margin-bottom: 8vw;
    padding-top: 8.799999999999999vw;
    padding-right: 4.8vw;
    padding-bottom: 9.866666666666667vw;
    padding-left: 5.066666666666666vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__item-point.is-03 {
    width: 420px;
    margin-left: 90px !important;
    margin-top: 23px !important;
  }
}

@media screen and (min-width: 751px) {
  .l-section-features__item-point-text.is-03 {
    margin-left: 0px !important;
    margin-bottom: -4px !important;
  }
}

@media screen and (min-width: 751px) {
  .l-section-kv__wrapper {
    padding-top: 87px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-kv__wrapper {
    padding-top: 22.666666666666664vw;
  }
}

.l-section-kv_main {
  line-height: 0;
}

.l-section-kv_copy {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .l-section-kv_copy {
    padding-top: 80px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-kv_copy {
    padding-top: 4.8vw;
  }
}

.l-section-kv_copy-img {
  display: inline-block;
}

@media screen and (min-width: 751px) {
  .l-section-kv_copy-img {
    width: 897px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-kv_copy-img {
    width: 66.35466666666667vw;
  }
}

.l-section-kv_copy-text {
  color: #fff;
}

@media screen and (min-width: 751px) {
  .l-section-kv_copy-text {
    font-size: 14px;
    line-height: 1.971428571428572;
    letter-spacing: 0.033em;
    font-weight: 600;
    margin-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-kv_copy-text {
    font-size: 3.2vw;
    line-height: 1.883333333333334;
    letter-spacing: 0.033em;
    font-weight: 600;
    margin-top: 4.906666666666666vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-kv-prize {
    padding-bottom: 59px;
    margin-top: 70.7px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-kv-prize {
    padding-bottom: 4vw;
    margin-top: 9.226666666666668vw;
  }
}

.l-section-kv-prize-img {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .l-section-kv-prize-img {
    width: 533px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-kv-prize-img {
    width: 59.73333333333334vw;
  }
}

.l-section-kv-blueback {
  background-color: #DBEEFC;
  padding: 30px 0 43px;
}

@media screen and (max-width: 750px) {
  padding: 60px 0 70px;
}

.l-section-kv-blueback_txt {
  text-align: center;
  font-size: 16px;
  padding-top: 4px;
}

@media screen and (min-width: 751px) {
  .l-section-kv-choice-img {
    width: 1080px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .l-section-kv-choice-img {
    width: 84.733333vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  .l-section-kv-choice-ttl {
    width: 750px;
    margin: 0 auto;
    padding: 60px 0 40px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-kv-choice-ttl {
    width: 74.733333vw;
    margin: 0 auto;
    padding: 35px 0 20px;
  }
}

@media screen and (min-width: 751px) {
  .l-section-kv-level_wrap {
    display: flex;
    gap: 40px;
    justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  .l-section-kv-level_wrap {
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (min-width: 751px) {
  .l-section-kv-level {
    width: 375px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-kv-level {
    width: 90vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  .l-section-price {
    background: center / cover url(../jpg/ad-price-back_pc.jpg) no-repeat;
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-price {
    background: center / cover url(../jpg/ad-price-back_pc.jpg) no-repeat;
    padding: 10vw 8vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-price__inner {
    max-width: 1080px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  .l-section-price__hdg {
    width: 720px;
    margin: 0 auto 67px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-price__hdg {
    margin: 0 auto 10.666666666666668vw;
  }
}

.l-section-price__card {
  background-color: #dbeefc;
  position: relative;
}

@media screen and (min-width: 751px) {
  .l-section-price__card {
    padding: 34px 240px 30px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-price__card {
    padding: 13.866666666666665vw 2.133333333333333vw 7.199999999999999vw;
    margin-bottom: 10.666666666666668vw;
  }
}

.l-section-price__card__heading {
  color: #003e93;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  background-color: inherit;
  border-radius: 9999vmax;
}

@media screen and (min-width: 751px) {
  .l-section-price__card__heading {
    padding: 15px 60px 0;
    font-size: 24px;
    line-height: 1.458333333333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (max-width: 750px) {
  .l-section-price__card__heading {
    padding: 1.066666666666667vw 13.866666666666665vw 0;
    font-size: 5.866666666666666vw;
    line-height: 1.318181818181818;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.l-section-price__card__caption {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .l-section-price__card__caption {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

@media screen and (max-width: 750px) {
  .l-section-price__card__caption {
    font-size: 3.733333333333334vw;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 500;
    margin-top: 4.266666666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-price__trial {
    margin-bottom: 40px;
    padding: 0 170px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-price__trial {
    margin-bottom: 10.666666666666668vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-price__trial__illust-wrapper {
    position: relative;
  }

  .l-section-price__trial__illust-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background-color: #fd6a1c;
    z-index: -1;
    translate: -50% 0;
  }
}

@media screen and (max-width: 750px) {
  .l-section-price__trial__illust {
    margin-right: -8vw;
    margin-left: -8vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-price__trial__button {
    max-width: 377px;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 750px) {
  .l-section-price__trial__button {
    margin-top: -5.333333333333334vw;
  }
}

.l-section-price__campaign {
  background-color: #dbeefc;
}

@media screen and (min-width: 751px) {
  .l-section-price__campaign {
    padding: 30px 140px 40px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-price__campaign {
    padding: 9.333333333333334vw 5.333333333333334vw 8.533333333333333vw 6.666666666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-price__campaign__description {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.047em;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 20px;
    -webkit-font-feature-settings: unset;
    font-feature-settings: unset;
    padding: 0 7px;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .l-section-price__campaign__description {
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
    margin-top: 5.333333333333334vw;
    margin-bottom: 4.266666666666667vw;
    -webkit-font-feature-settings: unset;
    font-feature-settings: unset;
  }
}

@media screen and (min-width: 751px) {
  .l-section-price__campaign__modal-btn {
    width: 317.98px;
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 750px) {
  .l-section-price__campaign__modal-btn {
    margin-top: 13.333333333333334vw;
  }
}

.l-section-reasons {
  overflow: hidden;
  background: #fff;
  background: center / cover url(../jpg/reason-back_pc.jpg) no-repeat;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .l-section-reasons {
    background: center / cover url(../jpg/reason-back_sp.jpg) no-repeat;
  }
}

@media screen and (min-width: 751px) {
  .l-section-reasons__inner {
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 750px) {
  .l-section-reasons__inner {
    padding: 9.533333vw 0 0;
  }
}

.l-section-reasons-question {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .l-section-reasons-question {
    width: 1080px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-reasons-question {
    width: 84.16266666666668vw;
  }
}

.l-section-reasons__title {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .l-section-reasons__title {
    margin-top: 30px;
    margin-bottom: 66px;
    width: 618px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-reasons__title {
    margin-top: 4vw;
    margin-bottom: 9vw;
    width: 88.26666666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-reasons__item {
    width: 1058px;
    margin: 107px auto 176px;
  }
}

.l-section-reasons__item-inner {
  position: relative;
}

@media screen and (min-width: 751px) {
  .l-section-reasons__item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-section-reasons__item-inner.is-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .l-section-reasons__item-inner.is-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.l-section-reasons__item-title {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .l-section-reasons__item-title {
    font-size: 33px;
    line-height: 1.363636363636364;
    letter-spacing: 0.03em;
    font-weight: 700;
  }

  .l-section-reasons__item-title.is-01 {
    margin-top: 62px;
  }

  .l-section-reasons__item-title.is-02 {
    margin-top: 39px;
  }

  .l-section-reasons__item-title.is-03 {
    margin-top: 60px;
    word-break: keep-all;
  }
}

@media screen and (max-width: 750px) {
  .l-section-reasons__item-title {
    font-size: 5.866666666666666vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-top: 3.733333333333334vw;
    margin-left: 10.133333333333333vw;
    width: 81.06666666666666vw;
  }
}

.l-section-reasons__item-title>span {
  color: #003e93;
}

.l-section-reasons__item-num {
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .l-section-reasons__item-num {
    position: absolute;
    width: 122px;
    top: -99px;
  }

  .l-section-reasons__item-num.is-right {
    left: -9px;
  }

  .l-section-reasons__item-num.is-left {
    right: -26px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-reasons__item-num {
    position: relative;
    width: 20vw;
    margin-left: 10.133333333333333vw;
  }
}

.l-section-reasons__item-imgs__wrapper {
  position: relative;
}

@media screen and (max-width: 750px) {
  .l-section-reasons__item-imgs__wrapper {
    height: 48.77066666666666vw;
    margin-top: 5.333333333333334vw;
  }
}

.l-section-reasons__item-bg {
  background: #f0f0f0;
}

@media screen and (min-width: 751px) {
  .l-section-reasons__item-bg {
    position: absolute;
    width: 160vw;
    height: 331px;
    top: -34px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-reasons__item-bg {
    position: absolute;
    width: 94.288vw;
    height: 54.6vw;
    top: 14.133333333333335vw;
  }
}

.l-section-reasons__item-bg.is-right {
  right: 0;
}

.l-section-reasons__item-bg.is-left {
  left: 0;
}

@media screen and (min-width: 751px) {
  .l-section-reasons__item-img {
    width: 466.12px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-reasons__item-img {
    position: absolute;
    z-index: 1;
    width: 86.288vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-reasons__item-img.is-right {
    margin-left: 33px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-reasons__item-img.is-right {
    right: 0;
  }
}

@media screen and (min-width: 751px) {
  .l-section-reasons__item-img.is-left {
    margin-right: 33px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-reasons__item-img.is-left {
    left: 0;
  }
}

.l-section-reasons__item-text {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .l-section-reasons__item-text {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.666666666666667;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

@media screen and (max-width: 750px) {
  .l-section-reasons__item-text {
    margin-top: 2.666666666666667vw;
    margin-bottom: 33.33333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 500;
    width: 84vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-reasons__item-texts {
    width: 501px;
    position: relative;
  }
}

.l-section-services__inner {
  position: relative;
  top: 0;
  left: 0;
  background: #daebfb;
}

.l-section-services__content {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto 0;
}

@media screen and (min-width: 751px) {
  .l-section-services__content {
    padding-top: 77px;
    width: 1080px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-services__content {
    width: 84vw;
    padding-top: 13.333333333333334vw;
  }
}

.l-section-services summary {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .l-section-services summary {
    top: -104px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-services summary {
    top: -26.666666666666668vw;
  }
}

.l-section-services__title {
  position: absolute;
  width: 331px;
  top: -61px;
  right: 0;
  left: 0;
  margin: 0 auto;
  margin-bottom: 13px;
}

@media screen and (max-width: 750px) {
  .l-section-services__title {
    top: -14.933333333333335vw;
    width: 88.26666666666667vw;
    margin-bottom: 0;
  }
}

.l-section-services__list {
  margin: 0 auto;
  width: 1080px;
}

@media screen and (min-width: 751px) {
  .l-section-services__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 18px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-services__list {
    display: block;
    width: 84vw;
  }
}

.l-section-services__item {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 80px;
  padding-right: 22px;
  padding-bottom: 18px;
  padding-left: 22px;
  background: #fff;
  -webkit-box-shadow: -2px 2px 6px rgba(106, 106, 106, 0.2);
  box-shadow: -2px 2px 6px rgba(106, 106, 106, 0.2);
}

@media screen and (max-width: 750px) {
  .l-section-services__item {
    display: block;
    padding-top: 24vw;
    padding-right: 5.066666666666666vw;
    padding-bottom: 5.333333333333334vw;
    padding-left: 4.8vw;
    -webkit-box-shadow: -0.533333333333333vw 0.533333333333333vw 1.6vw rgba(106, 106, 106, 0.2);
    box-shadow: -0.533333333333333vw 0.533333333333333vw 1.6vw rgba(106, 106, 106, 0.2);
  }
}

@media screen and (min-width: 751px) {
  .l-section-services__item {
    margin-top: 59px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-services__item {
    width: 100%;
    margin-top: 22.666666666666664vw;
  }

  .l-section-services__item:first-child {
    margin-top: 17.333333333333336vw;
  }
}

.l-section-services__item-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 118px;
  -webkit-filter: drop-shadow(2px 3px 7px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(2px 3px 7px rgba(0, 0, 0, 0.16));
  margin-top: -59px;
}

@media screen and (max-width: 750px) {
  .l-section-services__item-img {
    margin-top: -17.333333333333336vw;
    width: 36vw;
    -webkit-filter: drop-shadow(0.533333333333333vw 0.8vw 2.4vw rgba(152, 152, 152, 0.11));
    filter: drop-shadow(0.533333333333333vw 0.8vw 2.4vw rgba(152, 152, 152, 0.11));
  }
}

.l-section-services__item-title {
  font-size: 18px;
  line-height: 1.722222222222222;
  letter-spacing: 0.03em;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .l-section-services__item-title {
    margin-bottom: 4.533333333333333vw;
    font-size: 5.866666666666666vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}

@media screen and (min-width: 751px) {
  .l-section-services__item-title.is-2 {
    word-break: keep-all;
  }
}

@media screen and (min-width: 751px) {
  .l-section-services__item-text {
    font-size: 15px;
    line-height: 1.666666666666667;
    letter-spacing: 0.047em;
    font-weight: 500;
    margin-top: 7px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-services__item-text {
    font-size: 3.733333333333334vw;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

.l-section-services__item .mark {
  text-decoration: underline;
  -webkit-text-decoration-color: #fd6a1c;
  text-decoration-color: #fd6a1c;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
}

@media screen and (max-width: 750px) {
  .l-section-services__item .mark {
    text-decoration-thickness: calc(5 / 22 * 1em);
    text-underline-offset: calc(4 / 22 * 1em);
  }
}

.l-section-voices {
  background: center / cover url(../jpg/voices-back_pc.jpg) no-repeat;
  overflow: hidden;
}



@media screen and (max-width: 750px) {
  .l-section-voices {
    background: center / cover url(../jpg/voices-back_sp.jpg) no-repeat;
  }
}

@media screen and (min-width: 751px) {
  .l-section-voices__inner {
    padding: 71.3px 0 78.8px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-voices__inner {
    padding: 8vw 8vw 10.666666666666668vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-voices__title {
    width: 522px;
    margin: 0 auto 43px;
  }
}

@media screen and (min-width: 751px) {
  .l-section-voices-info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.l-section-voices-text {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .l-section-voices-text {
    width: 788px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.047em;
    font-weight: 500;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-voices-text {
    margin: 4.8vw 0 9vw;
    font-size: 3.733333333333334vw;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

@media screen and (min-width: 751px) {
  .l-section-voices-achivement {
    width: 601.04px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 750px) {
  .l-section-voices-achivement {
    margin-top: 5.333333333333334vw;
  }
}

.l-section-voices-annotation {
  color: #6e6e6e;
  display: block;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .l-section-voices-annotation {
    width: 601.04px;
    font-size: 14px;
    line-height: 1.285714285714286;
    letter-spacing: 0em;
    font-weight: 400;
    margin: 12.9px auto 0;
    text-align: end;
  }
}

@media screen and (max-width: 750px) {
  .l-section-voices-annotation {
    margin-top: 5.333333333333334vw;
    font-size: 2.933333333333333vw;
    line-height: 1.363636363636364;
    letter-spacing: 0em;
    font-weight: 400;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .l-section-voices__list__wrapper {
    background-color: #fff;
    border-radius: 14px;
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 751px) {
  .l-section-voices__list__wrapper {
    margin: 0 auto;
    width: 1080px;
    background-color: #fff;
    padding: 22px 34px 40px;
    border-radius: 14px;
  }
}

@media screen and (min-width: 751px) {
  .l-section-voices__list__wrapper>.splide>.splide__track {
    padding-top: 66px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-voices__list__wrapper>.splide>.splide__track {
    padding-top: 5.600000000000001vw;
    padding-bottom: 5.600000000000001vw;
  }
}

.l-section-voices__list__wrapper>.splide>.splide__arrows>.splide__arrow {
  background: #003e93;
  border: none;
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  top: 59%;
}

@media screen and (max-width: 750px) {
  .l-section-voices__list__wrapper>.splide>.splide__arrows>.splide__arrow {
    width: 8.149333333333333vw;
    height: 8.149333333333333vw;
  }
}

.l-section-voices__list__wrapper>.splide>.splide__arrows>.splide__arrow>svg {
  fill: #fff;
}

.l-section-voices__list__wrapper>.splide>.splide__arrows>.splide__arrow:disabled {
  opacity: 0.3;
}

.l-section-voices__list__wrapper>.splide>.splide__arrows>.splide__arrow.splide__arrow--next {
  right: -1.6em;
}

.l-section-voices__list__wrapper>.splide>.splide__arrows>.splide__arrow.splide__arrow--prev {
  left: -1.6em;
}

@media screen and (min-width: 751px) {
  .l-section-voices__list__wrapper>.splide>.splide__pagination {
    gap: 38px;
    bottom: -18px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-voices__list__wrapper>.splide>.splide__pagination {
    gap: 10.133333333333333vw;
    bottom: -4.8vw;
  }
}

.l-section-voices__list__wrapper>.splide>.splide__pagination>li>button {
  background: #afafaf;
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

@media screen and (max-width: 750px) {
  .l-section-voices__list__wrapper>.splide>.splide__pagination>li>button {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
  }
}

.l-section-voices__list__wrapper>.splide>.splide__pagination>li>button.is-active {
  background: #003e93;
}

.l-section-voices__item-inner {
  position: relative;
  height: 100%;
}

@media screen and (min-width: 751px) {
  .l-section-voices__item-inner {
    padding: 71px 22px 0;
    width: 261px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-voices__item-inner {
    padding: 20.533333333333335vw 5.2vw 0;
  }
}

@media screen and (max-width: 750px) {
  .l-section-voices__item {
    padding-top: 17.066666666666666vw;
  }
}

.l-section-voices__item-img {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 751px) {
  .l-section-voices__item-img {
    width: 118px;
    height: 118px;
    top: -59px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-voices__item-img {
    width: 34.13333333333333vw;
    height: 34.13333333333333vw;
    top: -17.066666666666666vw;
  }
}

.l-section-voices__item-content {
  position: relative;
}

.l-section-voices__item-content::after {
  content: "";
  position: absolute;
  border-right: #E1EBF0 2px solid;
  right: -16px;
  height: 330px;
  z-index: 2;
  top: 0;
}

@media screen and (max-width: 750px) {
  .l-section-voices__item-content::after {
    display: none;
  }
}

.l-section-voices__item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

@media screen and (max-width: 750px) {
  .l-section-voices__item-head {
    flex-direction: row;
  }
}

.l-section-voices__item-num {
  color: #003e93;
}

@media screen and (min-width: 751px) {
  .l-section-voices__item-num {
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0.047em;
    font-weight: 700;
    left: 60px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-voices__item-num {
    font-size: 5.066666666666666vw;
    line-height: 1;
    letter-spacing: 0.047em;
    font-weight: 700;
  }
}

.l-section-voices__item-name {
  display: block;
}

@media screen and (min-width: 751px) {
  .l-section-voices__item-name {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.047em;
    font-weight: 500;
    margin-top: 5px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-voices__item-name {
    font-size: 3.2vw;
    line-height: 1.583333333333333;
    letter-spacing: 0.047em;
    font-weight: 500;
    margin-top: 0.533333333333333vw;
    margin-left: 2.666666666666667vw;
  }
}

.l-section-voices__item-score-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 751px) {
  .l-section-voices__item-score {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.047em;
    font-weight: 400;
  }
}

@media screen and (max-width: 750px) {
  .l-section-voices__item-score {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.047em;
    font-weight: 400;
  }
}

@media screen and (min-width: 751px) {
  .l-section-voices__item-title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-top: 8.4px;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .l-section-voices__item-title {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-top: 3.36vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-voices__item-text {
    font-size: 15px;
    line-height: 1.666666666666667;
    letter-spacing: 0.047em;
    font-weight: 500;
    margin-top: 12.8px;
  }
}

@media screen and (max-width: 750px) {
  .l-section-voices__item-text {
    font-size: 3.733333333333334vw;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 500;
    margin-top: 5.546666666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .l-section-voices-modal-btn {
    width: 377px;
    margin: 25px auto 0;
  }
}

@media screen and (max-width: 750px) {
  .l-section-voices-modal-btn {
    width: 73.6vw;
    margin: 13.333333333333334vw auto 0;
  }
}

.c-btn {
  display: block;
  width: 100%;
  border: none;
  position: relative;
  cursor: pointer;
  background: none;
}

.c-btn-shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: -webkit-linear-gradient(135deg, rgba(30, 144, 208, 0) 50%, #ffc5a6 60%, rgba(30, 144, 208, 0) 70%);
  background: linear-gradient(-45deg, rgba(30, 144, 208, 0) 50%, #ffc5a6 60%, rgba(30, 144, 208, 0) 70%);
  background-size: 600% 100%;
  -webkit-animation: shine 20s infinite;
  animation: shine 20s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  z-index: 2;
  mix-blend-mode: screen;
}

@media screen and (min-width: 751px) {
  .c-btn-shine {
    border-radius: 25px;
  }
}

@media screen and (max-width: 750px) {
  .c-btn-shine {
    border-radius: 8vw;
  }
}

.c-btn-main,
.c-btn-shadow {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  text-align: center;
}

.c-btn-main.is-blue,
.c-btn-shadow.is-blue {
  background-color: #003e93;
}

@media screen and (min-width: 751px) {

  .c-btn-main.is-blue,
  .c-btn-shadow.is-blue {
    border: 3px solid #003e93;
  }
}

@media screen and (max-width: 750px) {

  .c-btn-main.is-blue,
  .c-btn-shadow.is-blue {
    border: 0.8vw solid #003e93;
  }
}

.c-btn-main.is-orange,
.c-btn-shadow.is-orange {
  background-color: #fd6a1c;
}

@media screen and (min-width: 751px) {

  .c-btn-main.is-orange,
  .c-btn-shadow.is-orange {
    border: 3px solid #fd6a1c;
  }
}

@media screen and (max-width: 750px) {

  .c-btn-main.is-orange,
  .c-btn-shadow.is-orange {
    border: 0.8vw solid #fd6a1c;
  }
}

.c-btn-main>span,
.c-btn-shadow>span {
  color: #fff;
}

@media screen and (min-width: 751px) {

  .c-btn-main>span,
  .c-btn-shadow>span {
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
}

@media screen and (max-width: 750px) {

  .c-btn-main>span,
  .c-btn-shadow>span {
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
}

@media screen and (min-width: 751px) {

  .c-btn-main,
  .c-btn-shadow {
    border-radius: 25px;
    padding: 15px 0 16px;
  }
}

@media screen and (max-width: 750px) {

  .c-btn-main,
  .c-btn-shadow {
    border-radius: 8vw;
    padding: 3.733333333333334vw 0 3.733333333333334vw;
  }
}

.c-btn-main {
  position: relative;
  z-index: 1;
}

.c-btn-main::after {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 751px) {
  .c-btn-main::after {
    width: 20px;
    height: 20px;
    right: 28px;
  }
}

@media screen and (max-width: 750px) {
  .c-btn-main::after {
    width: 4.429333333333333vw;
    height: 4.429333333333333vw;
    right: 4.466667vw;
  }
}

.c-btn-main.is-arrow::after {
  -webkit-mask: url("../svg/icon-arrow.svg") no-repeat center;
  mask: url("../svg/icon-arrow.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.c-btn-main.is-plus::after {
  -webkit-mask: url("../svg/icon-plus.svg") no-repeat center;
  mask: url("../svg/icon-plus.svg") no-repeat center;
}

.c-btn-shadow {
  background: #191919;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .c-btn-shadow {
    top: 10px;
  }
}

@media screen and (max-width: 750px) {
  .c-btn-shadow {
    top: 2.666666666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .c-btn:hover>.c-btn-main.is-blue {
    background-color: #fff;
  }

  .c-btn:hover>.c-btn-main.is-blue::after {
    background-color: #003e93;
  }

  .c-btn:hover>.c-btn-main.is-blue>span {
    color: #003e93;
  }

  .c-btn:hover>.c-btn-main.is-orange {
    background-color: #fff;
  }

  .c-btn:hover>.c-btn-main.is-orange::after {
    background-color: #fd6a1c;
  }

  .c-btn:hover>.c-btn-main.is-orange>span {
    color: #fd6a1c;
  }
}

@-webkit-keyframes shine {
  0% {
    background-position-x: 400%;
  }

  50% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }

  50% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: -400%;
  }
}

.c-heading-btn {
  background: #003e93;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .c-heading-btn {
    border-radius: 45px;
    max-height: 108px;
    max-width: 380px;
    padding: 17px 0 18px;
    -webkit-box-shadow: 0 5px 0 #000;
    box-shadow: 0 5px 0 #000;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .c-heading-btn {
    border-radius: 9vw;
    padding: 3.733333333333334vw 5.066666666666666vw;
    max-width: 84.53333333333333vw;
    max-height: 28.799999999999997vw;
    -webkit-box-shadow: 0 1.333333333333333vw 0 #000;
    box-shadow: 0 1.333333333333333vw 0 #000;
    text-align: left;
  }
}

.c-heading-btn img {
  height: 100%;
  width: auto;
}

.c-heading-btn__title {
  color: #fff;
}

@media screen and (min-width: 751px) {
  .c-heading-btn__title {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
}

@media screen and (max-width: 750px) {
  .c-heading-btn__title {
    text-align: center;
    font-size: 4.266666666666667vw;
    line-height: 1.375;
    letter-spacing: 0em;
    font-weight: 600;
    padding: 0 15.2vw;
  }
}

.c-heading-btn__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  aspect-ratio: 1/1;
}

@media screen and (min-width: 751px) {
  .c-heading-btn__icon {
    width: 24px;
    right: 24px;
  }
}

@media screen and (max-width: 750px) {
  .c-heading-btn__icon {
    width: 6.4vw;
    right: 3.386666666666666vw;
  }
}

.c-heading-btn__icon::before,
.c-heading-btn__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -35%;
  background-color: #fff;
  border-radius: 99999vmax;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.c-heading-btn__icon::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  will-change: transform;
}

details:not([open])>.c-heading-btn>.c-heading-btn__title>span::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-modal_01-voices-list {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(rgba(255, 255, 255, 0))) center top, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff)) center bottom, radial-gradient(farthest-side at 50% 0, rgba(0, 62, 147, 0.2), rgba(0, 0, 0, 0)) center top, radial-gradient(farthest-side at 50% 100%, rgba(0, 62, 147, 0.2), rgba(0, 0, 0, 0)) center bottom;
  background: -webkit-linear-gradient(#fff 30%, rgba(255, 255, 255, 0)) center top, -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff 70%) center bottom, -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 62, 147, 0.2), rgba(0, 0, 0, 0)) center top, -webkit-radial-gradient(50% 100%, farthest-side, rgba(0, 62, 147, 0.2), rgba(0, 0, 0, 0)) center bottom;
  background: linear-gradient(#fff 30%, rgba(255, 255, 255, 0)) center top, linear-gradient(rgba(255, 255, 255, 0), #fff 70%) center bottom, radial-gradient(farthest-side at 50% 0, rgba(0, 62, 147, 0.2), rgba(0, 0, 0, 0)) center top, radial-gradient(farthest-side at 50% 100%, rgba(0, 62, 147, 0.2), rgba(0, 0, 0, 0)) center bottom;
  background-repeat: no-repeat;
  background-size: 100% 80px, 100% 80px, 100% 10px, 100% 10px;
  background-attachment: local, local, scroll, scroll;
}

.c-modal {
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.c-modal.is-show {
  opacity: 1;
}

.c-modal.is-show>.c-modal-inner {
  pointer-events: auto;
}

.c-modal_01-inner,
.c-modal_02-inner {
  background: #fff;
  position: relative;
}

@media screen and (min-width: 751px) {

  .c-modal_01-inner,
  .c-modal_02-inner {
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
}

@media screen and (max-width: 750px) {

  .c-modal_01-inner,
  .c-modal_02-inner {
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
}

@media screen and (min-width: 751px) {
  .c-modal_01-inner {
    width: 712px;
    max-height: calc(100dvh - 150px);
    padding: 25px 75px 70px;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_01-inner {
    width: 84vw;
    max-height: 128vw;
    padding: 5.600000000000001vw 5.333333333333334vw 18.133333333333333vw;
  }
}

@media screen and (min-width: 751px) {
  .c-modal_02-inner {
    width: 712px;
    padding: 40px 164px 98px;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_02-inner {
    width: 84vw;
    max-height: 132vw;
    padding: 4.8vw 5.333333333333334vw 18.933333333333334vw;
  }
}

.c-modal_01-voices-list {
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

@media screen and (min-width: 751px) {
  .c-modal_01-voices-list {
    height: 301px;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_01-voices-list {
    height: 104.26666666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .c-modal_01-item {
    padding-bottom: 15px;
    border-bottom: 1px solid #585858;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_01-item {
    padding-bottom: 4vw;
    border-bottom: 0.266666666666667vw solid #585858;
  }
}

@media screen and (min-width: 751px) {
  .c-modal_01-item+.c-modal_01-item {
    margin-top: 14px;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_01-item+.c-modal_01-item {
    margin-top: 3.733333333333334vw;
  }
}

.c-modal_01-item-num {
  color: #003e93;
}

@media screen and (min-width: 751px) {
  .c-modal_01-item-num {
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_01-item-num {
    font-size: 5.600000000000001vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
}

.c-modal_01-item-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 751px) {
  .c-modal_01-item-header {
    gap: 10px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_01-item-header {
    gap: 3.733333333333334vw;
    margin-top: 2.933333333333333vw;
  }
}

@media screen and (min-width: 751px) {
  .c-modal_01-item-header-name {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_01-item-header-name {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

@media screen and (min-width: 751px) {
  .c-modal_01-item-header-date {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.047em;
    font-weight: 400;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_01-item-header-date {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.047em;
    font-weight: 400;
  }
}

@media screen and (min-width: 751px) {
  .c-modal_01-item-header-score {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.047em;
    font-weight: 400;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_01-item-header-score {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.047em;
    font-weight: 400;
  }
}

@media screen and (min-width: 751px) {
  .c-modal_01-item-title {
    font-size: 15px;
    line-height: 1.333333333333333;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_01-item-title {
    font-size: 4vw;
    line-height: 1.333333333333333;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}

@media screen and (min-width: 751px) {
  .c-modal_01-item-body {
    margin-top: 5px;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_01-item-body {
    margin-top: 0.8vw;
  }
}

@media screen and (min-width: 751px) {
  .c-modal_01-item-text {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 500;
    margin-top: 8px;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_01-item-text {
    font-size: 3.733333333333334vw;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 500;
    margin-top: 2.666666666666667vw;
  }
}

.c-modal_01-cross,
.c-modal_02-cross {
  position: absolute;
  border: none;
  background: none;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 751px) {

  .c-modal_01-cross,
  .c-modal_02-cross {
    width: 32px;
    height: 32px;
    cursor: pointer;
    bottom: 22px;
  }
}

@media screen and (max-width: 750px) {

  .c-modal_01-cross,
  .c-modal_02-cross {
    width: 8.533333333333333vw;
    height: 8.533333333333333vw;
    bottom: 5.253333333333334vw;
  }
}

@media screen and (min-width: 751px) {
  .c-modal_02-head {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #003e93;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_02-head {
    padding-bottom: 1.866666666666667vw;
    border-bottom: 0.533333333333333vw solid #003e93;
  }
}

.c-modal_02-head-title {
  color: #003e93;
}

@media screen and (min-width: 751px) {
  .c-modal_02-head-title {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.002em;
    font-weight: 700;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_02-head-title {
    font-size: 5.600000000000001vw;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 700;
  }
}

.c-modal_02-head-text {
  color: #191919;
}

@media screen and (min-width: 751px) {
  .c-modal_02-head-text {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.094em;
    font-weight: 500;
    margin-top: 14px;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_02-head-text {
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
    margin-top: 2.666666666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .c-modal_02-body {
    margin-top: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_02-body {
    margin-top: 5.333333333333334vw;
  }
}

.c-modal_02-body-hdg {
  color: #191919;
}

@media screen and (min-width: 751px) {
  .c-modal_02-body-hdg {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.094em;
    font-weight: 500;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_02-body-hdg {
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

.c-modal_02-body-text {
  color: #191919;
}

@media screen and (min-width: 751px) {
  .c-modal_02-body-text {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.047em;
    font-weight: 500;
    margin-top: 5px;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_02-body-text {
    font-size: 3.466666666666666vw;
    line-height: 1.730769230769231;
    letter-spacing: 0.047em;
    font-weight: 500;
  }
}

@media screen and (min-width: 751px) {
  .c-modal_02-body-text+.c-modal_02-body-hdg {
    margin-top: 15px;
  }
}

@media screen and (max-width: 750px) {
  .c-modal_02-body-text+.c-modal_02-body-hdg {
    margin-top: 2.666666666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .c-modal_02-body-text.align-left {
    text-align: left;
  }
}

.l-content .splide__arrow {
  background: #003e93;
  border: none;
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

@media screen and (max-width: 750px) {
  .l-content .splide__arrow {
    width: 8.149333333333333vw;
    height: 8.149333333333333vw;
  }
}

.l-content .splide__arrow:disabled {
  opacity: 0.44;
  background: #bebebe;
}

.l-content .splide__arrow.splide__arrow--next {
  right: -1.6em;
}

.l-content .splide__arrow.splide__arrow--prev {
  left: -1.6em;
}

.l-content .splide__arrow>svg {
  fill: #fff;
}

@media screen and (max-width: 750px) {
  .l-content .splide__pagination {
    bottom: -13.333333333333334vw;
  }
}

.l-content .splide__pagination__page {
  background: #afafaf;
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  margin: 0;
}

@media screen and (min-width: 751px) {
  .l-content .splide__pagination__page {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 750px) {
  .l-content .splide__pagination__page {
    width: 2.933333333333333vw;
    height: 2.933333333333333vw;
  }
}

.l-content .splide__pagination__page.is-active {
  background: #003e93;
  -webkit-transform: unset;
  transform: unset;
}

.c-fooer-inner {
  background: #191919;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .c-fooer-inner {
    padding: 26px 0;
    min-width: 1200px;
    overflow: clip;
  }
}

@media screen and (max-width: 750px) {
  .c-fooer-inner {
    padding: 6.933333333333333vw 0;
  }
}

@media screen and (min-width: 751px) {
  .c-fooer-text {
    font-size: 15px;
    line-height: 1.466666666666667;
    letter-spacing: 0em;
    font-weight: 600;
  }
}

@media screen and (max-width: 750px) {
  .c-fooer-text {
    font-size: 4vw;
    line-height: 1.466666666666667;
    letter-spacing: 0em;
    font-weight: 600;
  }
}

.c-header {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
}

.c-header__wrapper {
  background: #fff;
}

@media screen and (min-width: 751px) {
  .c-header__wrapper {
    padding: 13px 0;
  }
}

@media screen and (max-width: 750px) {
  .c-header__wrapper {
    padding: 3.2vw 4.8vw 3.2vw 7.733333333333333vw;
  }
}

.c-header__inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 751px) {
  .c-header__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

@media screen and (min-width: 751px) {
  .c-header-logo {
    width: 113px;
  }
}

@media screen and (max-width: 750px) {
  .c-header-logo {
    width: 29.06666666666667vw;
  }
}

.c-header-btn {
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .c-header-btn {
    width: 61px;
    height: 61px;
  }
}

@media screen and (max-width: 750px) {
  .c-header-btn {
    width: 16.266666666666666vw;
    height: 16.266666666666666vw;
  }
}

@media screen and (min-width: 1920px) {
  .c-header-btn {
    display: none;
  }
}

.c-header-btn .btn {
  position: absolute;
  top: 0;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.c-header-btn .is-hidden {
  opacity: 0;
}

@media screen and (min-width: 751px) {
  .c-header-nav {
    position: relative;
  }
}

@media screen and (max-width: 750px) {
  .c-header-nav {
    max-height: 0;
    overflow: scroll;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    will-change: max-height;
  }
}

@media screen and (min-width: 751px) {
  .c-header-nav.is-show .c-header-nav__inner {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 750px) {
  .c-header-nav.is-show {
    max-height: 100vh;
  }
}

.c-header-nav__inner {
  background: #fff;
}

@media screen and (min-width: 751px) {
  .c-header-nav__inner {
    padding: 109.3px 144px 50px 49px;
    border-radius: 30px 0 0 30px;
    height: calc(100vh - 87px);
    width: 508px;
    position: absolute;
    right: 0;
    -webkit-transform: translateX(508px);
    transform: translateX(508px);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}

@media screen and (min-width: 1920px) {
  .c-header-nav__inner {
    padding: 109.3px 53.9px 50px 49px;
    border-radius: 0px 30px 30px 0px;
    height: 100vh;
    width: 388px;
    position: absolute;
    left: 0px;
    -webkit-transform: translateX(-508px);
    transform: translateX(-508px);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-filter: drop-shadow(4px 7px 4px rgba(106, 106, 106, 0.2));
    filter: drop-shadow(4px 7px 4px rgba(106, 106, 106, 0.2));
  }
}

@media screen and (max-width: 750px) {
  .c-header-nav__inner {
    padding: 11.013333333333332vw 8vw 10.133333333333333vw;
  }
}

@media screen and (min-width: 751px) {
  .c-header-nav__list {
    height: 100%;
    overflow-y: auto;
  }
}

@media screen and (max-width: 750px) {
  .c-header-nav__list {
    overflow: scroll;
    height: 100%;
  }
}

.c-header-nav__item {
  width: 100%;
  background: #003e93;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 751px) {
  .c-header-nav__item {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (max-width: 750px) {
  .c-header-nav__item {
    font-size: 3.466666666666666vw;
    line-height: 1.153846153846154;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (min-width: 751px) {
  .c-header-nav__item+.c-header-nav__item {
    margin-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .c-header-nav__item+.c-header-nav__item {
    margin-top: 5.333333333333334vw;
  }
}

.c-header-nav__item--btn {
  display: none;
}

@media screen and (min-width: 1920px) {
  .c-header-nav__item--btn {
    margin-top: 50px;
    opacity: 1;
    display: block;
  }
}

.c-header-nav__item:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-mask: url("../svg/icon-arrow.svg") no-repeat;
  mask: url("../svg/icon-arrow.svg") no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transform: rotate(90deg) translate(-20%, 0%);
  transform: rotate(90deg) translate(-20%, 0%);
}

@media screen and (min-width: 751px) {
  .c-header-nav__item:after {
    width: 12.03px;
    height: 12.03px;
    right: 20px;
  }
}

@media screen and (max-width: 750px) {
  .c-header-nav__item:after {
    width: 3.208vw;
    height: 3.208vw;
    right: 5.333333333333334vw;
  }
}

.c-header-nav__item>a {
  cursor: pointer;
  color: #fff;
  display: block;
}

@media screen and (min-width: 751px) {
  .c-header-nav__item>a {
    padding: 10px 0 12px;
  }
}

@media screen and (max-width: 750px) {
  .c-header-nav__item>a {
    padding: 3.013333333333334vw 3.386666666666666vw;
  }
}

@media screen and (min-width: 751px) {
  .c-header-nav__item>a.is-02 {
    margin-right: 20px;
  }
}

@media screen and (max-width: 750px) {
  .c-header-nav__item>a.is-02 {
    margin-right: 5.333333333333334vw;
  }
}

.ad-section-reasons {
  position: relative;
  border: #003E93 3px solid;
  border-radius: 14px;
  padding: 42px 60px;
  max-width: 1080px;
  margin: 0 auto 76.8px;
  background-color: #fff;
}

.ad-section-reasons::before {
  content: "";
  background-image: url(../png/img-reason01.png);
  position: absolute;
  top: -55px;
  left: 50px;
  width: 96px;
  height: 96px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

.ad-section-reasons-cont {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-bottom: 30px;
  justify-content: center;
}

.ad-section-reasons-cont_l {
  max-width: 524px;
}

.ad-section-reasons-cont_l h3 {
  font-size: 28px;
  font-weight: bold;
  color: #191919;
  line-height: 1.4;
  letter-spacing: 0.5px;
  padding-bottom: 30px;
}

.ad-section-reasons-cont_l h3 span {
  color: #003E93;
}

.ad-section-reasons-cont_l p {
  font-size: 15px;
  font-weight: 400;
  color: #191919;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.ad-section-reasons-cont_r {
  max-width: 401px;
}

.ad-section-reasons01 details {
  padding-bottom: 40px;
}

.ad-section-reasons01 .c-heading-btn {
  position: relative;
  max-width: 710px;
  text-align: left;
  padding-left: 70px;
}

.ad-section-reasons01 .c-heading-btn::before {
  content: "";
  background-image: url(../png/reason_btn1.png);
  position: absolute;
  top: 7px;
  left: 10px;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

.ad-section-reasons01 details:nth-child(2) .c-heading-btn::before {
  content: "";
  background-image: url(../png/reason_btn2.png);
}

.ad-section-reasons01 details:nth-child(3) .c-heading-btn::before {
  content: "";
  background-image: url(../png/reason_btn3.png);
}

.ad-section-reasons01 details:nth-child(4) .c-heading-btn::before {
  content: "";
  background-image: url(../png/reason_btn4.png);
}

.reason-ac-wrap {
  display: flex;
  max-width: 710px;
  margin: 0 auto;
  padding: 20px 30px 0px 70px;
}

.reason-ac-wrap p {
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 400;
  max-width: 440px;
  line-height: 1.6;
  padding-top: 20px;
}

.ad-section-ac {
  width: 164px;
}

.reason-ac-bot-wrap {
  max-width: 710px;
  margin: 0 auto;
  padding: 30px 30px 30px 70px;
}

.reason-ac-bot-wrap h3 {
  font-size: 28px;
  color: #003E93;
  padding-bottom: 20px;
}

.reason-ac-bot-wrap p {
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 1.6;
}

.reason-bot-txt {
  width: 618px;
}

@media screen and (min-width: 751px) {
  .reason-bot-txt {
    width: 576px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .reason-bot-txt {
    width: 66.135vw;
    margin: 0 auto;
  }
}

.ad-section-reasons2 {
  position: relative;
  border: #003E93 3px solid;
  border-radius: 14px;
  padding: 42px 0px 0;
  max-width: 1080px;
  margin: 0 auto 76.8px;
  background-color: #fff;
}

.ad-section-reasons2::before {
  content: "";
  background-image: url(../png/img-reason02.png);
  position: absolute;
  top: -55px;
  left: 50px;
  width: 96px;
  height: 96px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

.ad-section-reasons02 .c-heading-btn {
  margin-bottom: 40px;
}

.ad-section-reasons02-cont {
  background-color: #DBEEFC;
  border-radius: 0 0 14px 14px;
  padding: 55px;
}

.ad-section-reasons02-wrap {
  display: flex;
  gap: 30px;
  padding-bottom: 20px;

}

.ad-section-reasons02-img {
  width: 310px;
}


.ad-section-reasons02-img-bot {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .ad-section-reasons {
    padding: 11vw 5.33333vw 0;
    width: 88.26666666666667vw;
    margin: 0 auto 11vw;
  }

  .ad-section-reasons::before {
    background-image: url(../png/img-reason01.png);
    left: 50%;
    top: -6vw;
    transform: translateX(-50%);
    width: 13.4vw;
    height: 13.4vw;
  }

  .ad-section-reasons-cont {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-bottom: 30px;
    justify-content: center;
  }

  .ad-section-reasons-cont_l h3 {
    font-size: 6vw;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 5.5vw;
  }

  .ad-section-reasons-cont_l p {
    font-size: 4vw;
    padding-top: 5.5vw;
  }

  .ad-section-reasons01 .c-heading-btn {
    padding-left: 0px;
    text-align: left;
  }

  .ad-section-reasons01 .c-heading-btn__title {
    text-align: left;
    font-size: 3.99999vw;
    padding: 0 10vw 0 16.2vw;
  }

  .ad-section-reasons01 .c-heading-btn::before {
    top: 3.5vw;
    left: 2.5vw;
    width: 11.75vw;
    height: 11.75vw;
  }

  .reason-ac-wrap {
    flex-direction: column;
    padding: 0 1vw;
  }

  .reason-ac-wrap p {
    font-size: 4vw;
    padding-top: 5.5vw;
  }

  .ad-section-ac {
    width: 44vw;
    margin: 0 auto;
  }

  .ad-section-reasons01 details {
    padding-bottom: 7.8vw;
  }

  .reason-ac-bot-wrap {
    flex-direction: column;
    padding: 6vw 1vw 0;
  }

  .reason-ac-bot-wrap h3 {
    font-size: 4.4vw;
    padding-bottom: 2.56666vw;
  }

  .reason-ac-bot-wrap p {
    font-size: 4vw;
  }

  .ad-section-reasons2 {
    padding: 11vw 0 0;
    width: 88.26666666666667vw;
    margin: 0 auto 8vw;
  }

  .ad-section-reasons2::before {
    background-image: url(../png/img-reason02.png);
    left: 50%;
    top: -5vw;
    transform: translateX(-50%);
    width: 13.4vw;
    height: 13.4vw;
  }

  .ad-section-reasons-cont_l {
    padding: 0 0;
  }

  .ad-section-reasons2 .ad-section-reasons-cont_l {
    padding: 0 5.33333vw;
  }

  .ad-section-reasons02 .c-heading-btn {
    margin-bottom: 8vw;
    max-width: 73.6vw;
  }

  .ad-section-reasons02-cont {
    padding: 6vw 5.33333vw;
  }

  .ad-section-reasons02-wrap {
    flex-direction: column;
    gap: 4vw;
  }

  .ad-section-reasons02-img {
    width: 73.59999999vw;
  }

  .ad-section-reasons-cont_r {
    max-width: 100%;
  }
}

.ad-aboutus__teacher__list {
  position: relative;
  background: #fff;
  background: center / cover url(../jpg/teacher-back_pc.jpg) no-repeat;
}

@media screen and (max-width: 750px) {
  .ad-aboutus__teacher__list {
    position: relative;
    background: center / cover url(../jpg/teacher-back_sp.jpg) no-repeat;
  }
}

#teachers .splide__pagination__page.is-active {
  background: #fff;
}

.ad-aboutus__teacher__list::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  border-top: 56px solid #0e8ee6;
  border-bottom: 0;
  left: 50%;
  bottom: -5%;
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .ad-aboutus__teacher__list::after {
    bottom: -3%;
  }
}

.ad-beginner {
  background: center / cover url(../jpg/beginner-back_pc.jpg) no-repeat;
}

@media screen and (max-width: 750px) {
  .ad-beginner {
    background: center / cover url(../jpg/beginner-back_sp.jpg) no-repeat;
  }
}

.ad-aboutus__description {
  background: center / cover url(../jpg/achievement-back_pc.jpg) no-repeat;
  padding: 70px 0 0px;
}

@media screen and (max-width: 750px) {
  .ad-aboutus__description {
    background: center / cover url(../jpg/achievement-back_sp.jpg) no-repeat;
    padding: 10vw 0;
  }
}

.ad-compare {
  background-color: #DBEEFC;
  padding: 80px 0;
}

.ad-compare_h2 {
  max-width: 714px;
  margin: 0 auto;
}

.ad-compare_txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.047em;
  font-weight: 500;
  padding: 30px 0 50px;
}

.ad-compare_list {
  max-width: 1080px;
  min-width: 518px;
  margin: 0 auto;
}

.scroll-box {
  padding: 0 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.scroll-box div img {}

.scroll-box::-webkit-scrollbar {
  height: 4px;
}

@media screen and (max-width: 750px) {
  .ad-compare {
    padding: 10.66666vw 0;
  }

  .ad-compare_h2 {
    width: 84vw;
  }

  .ad-compare_txt {
    font-size: 4vw;
    padding: 5.33333vw 0;
  }

  .scroll-box {
    padding: 0 7.733333333333333vw 0vw;
  }
}

.ad-price {
  background-color: #EFF3F5;
  padding: 54px 0 71px;
}

.ad-price-subtxt {
  max-width: 325px;
  margin: 0 auto;
  padding-bottom: 14px;
}

.ad-price-txt {
  max-width: 287px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.ad-price-offer {
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.ad-price-way {
  max-width: 155px;
  margin: 0 auto;
}

.ad-price-ways {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.ad-price-box {
  max-width: 410px;
}

@media screen and (max-width: 750px) {
  .ad-price {
    background-color: #EFF3F5;
    padding: 5.333333vw 0;
  }

  .ad-price-subtxt {
    max-width: 65.6vw;
    padding-bottom: 3vw;
  }

  .ad-price-txt {
    max-width: 65.6vw;
    padding-bottom: 6vw;
  }

  .ad-price-offer {
    max-width: 73.6vw;
    padding-bottom: 7vw;
  }

  .ad-price-way {
    max-width: 28.8vw;
    padding-bottom: 2vw;
  }

  .ad-price-ways {
    flex-direction: column;
    align-items: center;
    gap: 2vw;
  }

  .ad-price-box {
    max-width: 73.6vw;
  }
}

.cta_label {
  padding: 0 0 100px;
}

@media screen and (max-width: 750px) {
  .cta_label {
    padding: 10vw 8vw;
  }
}

.ad-section-flow {
  background-color: #DBEEFC;
  padding: 80px 0;
}

.ad-flow_h2 {
  max-width: 618px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.youtube_box {
  width: 500px;
  margin: 0 auto 40px;
  aspect-ratio: 16 / 9;
}

.youtube_box iframe {
  width: 100%;
  height: 100%;
}

.flow-wrap {
  display: flex;
  justify-content: center;
  gap: 26.7px;
}

.ad-flow-step {
  position: relative;
  max-width: 250px;
}

.ad-flow-step::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #003e93;
  border-right: 0;
  right: -9%;
  bottom: 46%;
  transform: translatey(-50%);
}

.flow-wrap .ad-flow-step:nth-of-type(4)::after {
  content: none;
}

@media screen and (max-width: 750px) {
  .ad-section-flow {
    padding: 10.66666vw 0;
  }

  .ad-section-flow-inner {
    padding: 0 8vw;
  }

  .ad-flow_h2 {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 8vw;
  }

  .youtube_box {
    max-width: 100%;
  }

  .flow-wrap {
    flex-direction: column;
    align-items: center;
    gap: 8vw;
  }

  .ad-flow-step {
    max-width: 110%;
  }

  .ad-flow-step::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 15px solid #003e93;
    border-bottom: 0;
    right: 0;
    left: 50%;
    bottom: -12%;
    transform: translatex(-50%);
  }
}