@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "'Noto Sans JP', sans-serif";
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4814814815vw;
  }
}
@media (min-width: 1080px) {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  /* ページ遷移時のフェードイン/フェードアウト */
}
body body.fade-out {
  opacity: 0;
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

.content {
  opacity: 0;
  pointer-events: none;
}

body.appear .content {
  -webkit-animation-name: PageAnime-content;
          animation-name: PageAnime-content;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  pointer-events: auto;
}

.animation .content {
  opacity: 1;
  pointer-events: auto;
}

@-webkit-keyframes PageAnime-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes PageAnime-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:target::before {
  content: "";
  display: block;
  height: 80px; /* 固定ヘッダーの高さ */
  margin-top: -80px; /* 固定ヘッダーの高さ */
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

.inner {
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#p-benefits {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  #p-benefits {
    margin-top: 5.625rem;
  }
}

.p-benefits__inner {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-benefits__inner {
    padding: 0 1.5625rem;
  }
}

.p-benefits__text {
  font-family: "'Noto Sans JP', sans-serif";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;
  color: #3B2508;
  text-align: left;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-benefits__text {
    font-size: 1rem;
    margin-top: 3.75rem;
  }
}

#p-calender {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  #p-calender {
    margin-top: 5.625rem;
  }
}

.p-calender__inner {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-calender__inner {
    padding: 0 1.5625rem;
  }
}

#p-calender iframe {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  #p-calender iframe {
    margin-top: 3.75rem;
  }
}

.p-contact-btn {
  text-align: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-contact__text-thanks {
  margin-top: 120px;
  margin-top: 7.5rem;
  font-family: "'Noto Sans JP', sans-serif";
  color: #3B2508;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text-thanks {
    font-size: 1.125rem;
  }
}

#p-course {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  #p-course {
    margin-top: 5.625rem;
  }
}

.p-course__inner {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-course__inner {
    padding: 0 1.5625rem;
  }
}

#p-course__items {
  max-width: 970px;
  max-width: 60.625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  #p-course__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 50px;
    margin-top: 3.75rem;
  }
}

#p-feature {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  #p-feature {
    margin-top: 5.625rem;
  }
}

.p-feature__inner {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-feature__inner {
    padding: 0 1.5625rem;
  }
}

.p-feature__body {
  width: 100%;
  border-radius: 10px;
  background: #F2F8FC;
  padding: 25px 0 25px 25px;
  padding: 1.5625rem 0 1.5625rem 1.5625rem;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(151, 152, 153, .2);
          box-shadow: 0px 4px 4px 0px rgba(151, 152, 153, .2);
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-feature__body {
    max-width: 60.4375rem;
    padding: 2.8125rem;
    margin-top: 3.75rem;
  }
}

.p-feature__body ul {
  max-width: 90%;
  width: 100%;
  margin: auto;
  font-family: "'Noto Sans JP', sans-serif";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  color: #3B2508;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-feature__body ul {
    font-size: 1.125rem;
  }
}

.p-feature__body ul li {
  position: relative;
}

.p-feature__body ul li::before {
  content: url("");
  position: absolute;
  left: -28px;
  left: -1.75rem;
  top: 0.1em;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background-color: #035F8C;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .p-feature__body ul li::before {
    width: 1.5rem;
    height: 1.5rem;
    left: -2.875rem;
    top: 0;
  }
}

.p-feature__body ul li::after {
  content: url("");
  position: absolute;
  left: -24px;
  left: -1.5rem;
  top: 0.3em;
  width: 12px;
  width: 0.75rem;
  background-image: url(../images/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-feature__body ul li::after {
    width: 0.9375rem;
    left: -2.625rem;
    top: 0.2em;
  }
}

.p-feature__body ul li:nth-child(n+2) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-feature__body ul li:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

#p-flow {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  #p-flow {
    margin-top: 5.625rem;
  }
}

.p-floe__inner {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-floe__inner {
    padding: 0 1.5625rem;
  }
}

.p-flow__head {
  font-family: "'Noto Sans JP', sans-serif";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;
  color: #3B2508;
  text-align: justify;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__head {
    font-size: 1rem;
    margin-top: 3.75rem;
  }
}

.p-flow__bottom {
  max-width: 1088px;
  max-width: 68rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  aspect-ratio: 375/1088;
}
@media screen and (min-width: 768px) {
  .p-flow__bottom {
    aspect-ratio: 1088/375;
    margin-top: 2.5rem;
  }
}

#p-footer {
  background-color: #2f819c;
  font-family: "'Noto Sans JP', sans-serif";
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  #p-footer {
    margin-top: 5.625rem;
  }
}

.p-footer__inner {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding: 4.125rem 7.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer-left {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-footer-left div {
  line-height: 100%;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-footer-left div a:first-child {
  background-color: #fff;
  border: 1px solid #FF8F00;
  border-radius: 5px;
  padding: 8px;
  padding: 0.5rem;
  font-weight: 700;
  color: #492E0B;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-footer-left div a:first-child {
    margin-right: 1.25rem;
    margin-bottom: unset;
  }
}

.p-footer-left div a:nth-child(2) {
  background-color: #FF8F00;
  border-radius: 5px;
  padding: 8px;
  padding: 0.5rem;
  font-weight: 700;
  color: #fff;
}

.p-footer__privacy {
  font-weight: 400;
  color: #fff;
}

.p-footer-right {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  padding: 1.25rem;
  opacity: 0.8;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer-right {
    margin-top: unset;
    padding: 2.125rem 3.4375rem;
    font-size: 1.25rem;
  }
}

.p-footer-right h3 {
  font-weight: 700;
}

.p-footer-right__body {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-weight: 400;
}

.p-footer-right__body p:nth-child(2) {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-footer__copy {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 100%;
  color: #444;
  text-align: center;
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
}

#p-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(149, 149, 149, .1);
          box-shadow: 0px 3px 3px 0px rgba(149, 149, 149, .1);
}
@media screen and (min-width: 768px) {
  #p-header {
    height: 80px;
  }
}

.p-header__inner {
  max-width: 1440px;
  width: 100%;
  height: inherit;
  margin: 0 auto;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 1rem 1.875rem 1rem 1.25rem;
  }
}

.p-header__logo {
  display: block;
  max-width: 50%;
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    max-width: 15.97%;
  }
}

#p-header__content {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #p-header__content {
    height: unset;
  }
}

#p-mv {
  max-width: 1440px;
  max-width: 90rem;
  width: 100%;
  min-height: 620px;
  min-height: 38.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.p-mv__img {
  max-width: 1440px;
  max-width: 90rem;
  width: 100%;
  height: 100%;
}

.p-mv__img picture:first-of-type {
  max-width: 1440px;
  max-width: 90rem;
  width: 100%;
  display: block;
  height: 100%;
  aspect-ratio: 1440/620;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-mv__img picture:nth-of-type(2) {
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 773/556;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 10%;
  right: 51%;
  -webkit-transform: translate(50%);
          transform: translate(50%);
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv__img picture:nth-of-type(2) {
    max-width: 48.3125rem;
    top: 6%;
    bottom: unset;
    right: 3%;
    padding: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}

.p-mv__img img {
  height: 100%;
}

.p-mv__copy {
  max-width: 90%;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 20%;
}
@media screen and (min-width: 768px) {
  .p-mv__copy {
    margin: unset;
    display: block;
    position: absolute;
    top: unset;
    left: 2.7%;
    bottom: 6.4%;
    -webkit-transform: unset;
            transform: unset;
  }
}

.p-mv__title {
  font-family: "'Noto Sans JP', sans-serif";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 375px) {
  .p-mv__title {
    font-size: 1.375rem;
  }
}

.p-mv__button {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv__button {
    margin-top: 1.875rem;
  }
}

#p-mv-news {
  max-width: 1440px;
  max-width: 90rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.p-mv-news__img img {
  height: 100vh;
  aspect-ratio: 834/1194;
}
@media screen and (min-width: 900px) {
  .p-mv-news__img img {
    height: auto;
    aspect-ratio: 1440/500;
  }
}

.p-mv-news__copy {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-mv-news__copy h2 {
  font-family: "'Noto Sans JP', sans-serif";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-mv-news__copy h2 {
    font-size: 2.5rem;
  }
}

#p-news {
  background-color: #fff;
  max-width: 90%;
  min-height: 200px;
  min-height: 12.5rem;
  width: 100%;
  padding: 20px;
  padding: 1.25rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="5" result="offsetblur" /><feFlood flood-color="rgba(59,37,8,0.17)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 4px 4px rgba(59, 37, 8, .17));
          filter: drop-shadow(0px 4px 4px rgba(59, 37, 8, .17));
  position: absolute;
  right: 50%;
  bottom: -20%;
  -webkit-transform: translate(50%);
          transform: translate(50%);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #p-news {
    max-width: 42.625rem;
    width: 100%;
    padding: 2.25rem;
    right: 0;
    -webkit-transform: unset;
            transform: unset;
    border-radius: unset;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

#p-news h2 {
  font-family: "'Noto Sans JP', sans-serif";
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 130%;
  color: #3B2508;
}

.p-news__items {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news__items {
    margin-top: 1.5rem;
  }
}

.p-news__item:nth-child(n+2) {
  margin-top: 8px;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-news__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

.p-news__item a time {
  font-family: "'Noto Sans JP', sans-serif";
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 150%;
  color: #BCAC98;
}
@media screen and (min-width: 768px) {
  .p-news__item a time {
    font-size: 0.875rem;
  }
}

.p-news__item a p, .p-news__btn {
  font-family: "'Noto Sans JP', sans-serif";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  color: #3B2508;
}
@media screen and (min-width: 768px) {
  .p-news__item a p, .p-news__btn {
    font-size: 1rem;
  }
}

.p-news__btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
}

#p-news__archive {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  #p-news__archive {
    margin-top: 5.625rem;
  }
}

.p-news-archive__inner {
  max-width: 900px;
  max-width: 56.25rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-archive__inner {
    padding: 0 1.5625rem;
  }
}

.p-news-archive__content {
  display: block;
  padding: 20px 0;
  padding: 1.25rem 0;
  border-bottom: 1px solid #a5a5a5;
  font-family: "'Noto Sans JP', sans-serif";
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-news-archive__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0.75rem;
  }
}

.p-news-archive__content time {
  margin-right: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #BCAC98;
}
@media screen and (min-width: 768px) {
  .p-news-archive__content time {
    margin-right: 3.625rem;
  }
}

.p-news-archive__content a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #3B2508;
}

#p-news-single {
  position: relative;
}

.p-news-single__inner {
  font-family: "'Noto Sans JP', sans-serif";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  color: #3B2508;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-top: 96px;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5625rem;
    margin-top: 5.625rem;
  }
}

.p-news-single__inner h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__inner h2 {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}

.p-news-single__inner time {
  display: block;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-news-single__inner time {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.p-news-single__inner p {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__inner p {
    margin-top: 3.125rem;
  }
}

.p-news-single__inner img {
  width: 620px;
  width: 38.75rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__inner img {
    margin-top: 3.125rem;
  }
}

.p-news-single__inner ul {
  list-style: disc;
  padding-left: 16px;
  padding-left: 1rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__inner ul {
    margin-top: 1.875rem;
  }
}

.p-news-single__inner h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__inner h3 {
    font-size: 1.25rem;
    margin-top: 2.5rem;
  }
}

.p-news-single__inner ol {
  list-style: decimal;
  padding-left: 16px;
  padding-left: 1rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__inner ol {
    margin-top: 1.875rem;
  }
}

#p-operation {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  #p-operation {
    margin-top: 5.625rem;
  }
}

.p-operation__inner {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-operation__inner {
    padding: 0 1.5625rem;
  }
}

#p-operation-table__wrap {
  overflow-x: auto;
}

#p-operation__table {
  margin-top: 60px;
  margin-top: 3.75rem;
}

table.tb01 {
  border-collapse: collapse;
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "'Noto Sans JP', sans-serif";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1875;
  font-weight: 700;
  color: #333;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  table.tb01 {
    font-size: 1rem;
  }
}

#p-operation__table .head th:first-child {
  border-radius: 20px 0 0 0;
}
#p-operation__table .head th:last-child {
  border-radius: 0 20px 0 0;
}
#p-operation__table tr:last-child th:first-child {
  border-radius: 0 0 0 20px;
}
#p-operation__table tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
#p-operation__table th,
#p-operation__table td {
  padding: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: none;
  border-top: none;
}
#p-operation__table tr th {
  border-right: 1px solid #ebebeb;
}
#p-operation__table tr th:nth-of-type(4) {
  border-right: none;
}
#p-operation__table td {
  font-family: "'Noto Sans JP', sans-serif";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #3B2508;
}
#p-operation__table tr td:nth-of-type(-n + 2) {
  border-right: 1px solid #ebebeb;
}
#p-operation__table .head th {
  background-color: #035F8C;
  font-family: "'Noto Sans JP', sans-serif";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  padding: 10px;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  #p-operation__table .head th {
    font-size: 1.125rem;
    padding: 0.625rem 0;
  }
}
#p-operation__table .head {
  min-height: 108px;
  min-height: 6.75rem;
  height: 100%;
  font-family: "'Noto Sans JP', sans-serif";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2222222222;
}
@media screen and (min-width: 768px) {
  #p-operation__table .head {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 672px) {
  #p-operation__table tr th:first-child {
    width: 19.5%;
    height: 7.5rem;
    padding: 1.25rem;
    font-family: "'Noto Sans JP', sans-serif";
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 150%;
    color: #fff;
  }
}
#p-operation__table tr th:not(:first-child) {
  width: 40.25%;
}
#p-operation__table tr:nth-of-type(-n + 4) {
  border-bottom: 1px solid #ebebeb;
}
#p-operation__table td span {
  display: block;
  font-family: "'Noto Sans JP', sans-serif";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  color: #3B2508;
}
@media screen and (min-width: 768px) {
  #p-operation__table td span {
    font-size: 1.125rem;
  }
}
#p-operation__table tr th {
  background-color: #93bbce;
}

#p-operation__table {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #p-operation__table {
    white-space: normal;
  }
}

#p-overview {
  margin-top: 220px;
  margin-top: 13.75rem;
}
@media screen and (min-width: 768px) {
  #p-overview {
    margin-top: 14.1875rem;
  }
}

.p-overview__inner {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-overview__inner {
    padding: 0 1.5625rem;
  }
}

.p-overview__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-overview__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3.75rem;
  }
}

.p-overview__box {
  width: 100%;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-overview__box {
    max-width: 45%;
    margin-top: 0;
  }
}

.p-overview__box p,
.p-overview__box ul {
  font-family: "'Noto Sans JP', sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 180%; /* 28.8px */
  color: #3B2508;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-overview__box p,
  .p-overview__box ul {
    font-size: 1rem;
  }
}

.p-overview__box ul {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  line-height: 150% !important;
}

.p-overview__box ul li:nth-child(2) {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-overview__img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="21" dy="21" result="offsetblur" /><feFlood flood-color="rgba(0,158,235,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(20px 20px 0 #009EEB);
          filter: drop-shadow(20px 20px 0 #009EEB);
}
@media screen and (min-width: 768px) {
  .p-overview__img {
    max-width: 47.5%;
    width: 100%;
    margin-top: -1.875rem;
  }
}

.p-overview__button {
  margin-top: 20px;
  margin-top: 1.25rem;
}

#p-pc-nav {
  display: none;
  height: inherit;
}
@media screen and (min-width: 768px) {
  #p-pc-nav {
    display: block;
  }
}

#p-pc-nav__items {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-pc-nav__item {
  height: inherit;
}

.p-pc-nav__item a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "'Noto Sans JP', sans-serif";
  line-height: 1.8;
  font-weight: 400;
  color: #492E0B;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 15px;
  padding: 0.9375rem;
}

.p-pc-nav__item a:hover {
  color: #FF8F00;
}

.p-pc-nav--contact {
  margin-right: 30px;
  margin-right: 1.875rem;
}

.p-pc-nav--contact,
.p-pc-nav--apply {
  width: 130px;
  width: 8.125rem;
}

.p-pc-nav--contact a {
  background-color: #fff;
  border: 1px solid #FF8F00;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1.25;
  color: #492E0B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 6px;
  padding: 0.375rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-pc-nav--contact a:hover {
  background-color: #FF8F00;
  border: 1px solid #FF8F00;
  color: #fff;
}

.p-pc-nav--apply a {
  background-color: #FF8F00;
  border: 1px solid #FF8F00;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 6px;
  padding: 0.375rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-pc-nav--apply a:hover {
  background-color: #fff;
  border: 1px solid #FF8F00;
  color: #492E0B;
}

.p-pc-nav__item {
  position: relative;
}

#p-ranking {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  #p-ranking {
    margin-top: 5.625rem;
  }
}

.p-ranking__inner {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-ranking__inner {
    padding: 0 1.5625rem;
  }
}

.p-ranking__attention {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #3B2508;
}
@media screen and (min-width: 768px) {
  .p-ranking__attention {
    margin-top: 3.75rem;
    margin-bottom: 5rem;
    font-size: 1.875rem;
  }
}

.p-ranking__items {
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  margin-top: 2.5rem;
  counter-reset: item;
}
@media screen and (min-width: 768px) {
  .p-ranking__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 1.5625rem;
  }
}

.p-ranking__items li {
  position: relative;
}

.p-ranking__items li::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 3em solid transparent;
  border-left: 3em solid #035F8C; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 10;
}

.p-ranking__items li::after {
  content: counter(item) " "; /* ラベルの内容をカウンターにする */
  counter-increment: item; /* カウンターをインクリメント */
  display: block;
  top: 5px;
  left: 0.5em;
  font-family: "'Jost',sans-serif";
  font-weight: 700;
  color: #fff; /* 文字色はここで変更 */
  position: absolute;
  z-index: 11;
}

.p-ranking__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}

/* purgecss start ignore */
@media screen and (min-width: 768px) {
  #sp-nav {
    display: none;
  }
}

/*スマホ用のメニュー*/
.p-sp-nav {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: #333;
  background-color: #fff;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
  .p-sp-nav {
    display: none;
  }
}

.p-sp-nav.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.p-sp-nav__items {
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding: 32px 0 100px;
  padding: 2rem 0 6.25rem;
  overflow-y: scroll !important;
}

.p-sp-nav__items li {
  padding: 20px 0;
  padding: 1.25rem 0;
}

.p-sp-nav__items li {
  list-style-type: none;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 100;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  font-weight: 700;
}

.p-sp-nav__items li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "'Noto Sans JP', sans-serif";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #492E0B;
}

.p-sp-nav__items li.p-sp-nav--contact a,
.p-sp-nav__items .p-sp-nav--apply a {
  width: 50%;
}

.p-sp-nav__link {
  display: block;
  width: 100%;
  max-width: 77px;
  height: inherit;
  padding: 10px 0;
  margin-right: 60.8px;
  margin-right: 3.8rem;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-family: "'Noto Sans JP', sans-serif";
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-sp-nav__link:hover {
  opacity: 0.6;
}

.p-sp-nav__body {
  display: none;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}

.p-sp-nav__body a {
  height: inherit;
  display: inline-block;
  padding: 5px 0;
}

#sp-nav.noMve {
  -webkit-animation: none;
          animation: none;
}

.p-sp-nav--contact a {
  background-color: #fff;
  border: 1px solid #FF8F00;
  color: #492E0B !important;
  padding: 10px;
  padding: 0.625rem;
  position: relative;
  border-radius: 5px;
}

.p-sp-nav--apply a {
  background-color: #FF8F00;
  color: #fff !important;
  padding: 10px;
  padding: 0.625rem;
  position: relative;
  border-radius: 5px;
}

#p-step {
  background-color: #0095C6;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  #p-step {
    margin-top: 5.625rem;
    padding-bottom: 12.125rem;
  }
}

.p-step__inner {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-step__inner {
    padding: 0 1.5625rem;
  }
}

#p-step__items {
  max-width: 1018px;
  max-width: 63.625rem;
  width: 100%;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  padding: 20px;
  padding: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  #p-step__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    padding: 2.5rem;
    margin-top: 3.75rem;
  }
}

.c-button {
  width: 220px;
  width: 13.75rem;
  background-color: #FF8F00;
  border-radius: 5px;
  display: inline-block;
  font-family: "'Noto Sans JP', sans-serif";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 13px 16px;
  padding: 0.8125rem 1rem;
}
@media screen and (min-width: 768px) {
  .c-button {
    width: 16.25rem;
    font-size: 1.125rem;
  }
}

a.c-button__apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px;
  padding: 0.8125rem;
}

.c-button__more, .c-button.c-button__contact {
  border: 1px solid #FF8F00;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(59, 37, 8, .2);
          box-shadow: 0px 4px 4px 0px rgba(59, 37, 8, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #3B2508;
}

.c-button.c-button__contact {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 16px;
  padding: 0.8125rem 1rem;
}

.c-card--step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-card--step span {
  font-family: "'Jost',sans-serif";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  color: #012430;
  text-transform: uppercase;
  vertical-align: baseline;
}
@media screen and (min-width: 768px) {
  .c-card--step span {
    font-size: 1.875rem;
  }
}

span.c-card-step__digit {
  font-family: "'Jost',sans-serif";
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  span.c-card-step__digit {
    font-size: 3.75rem;
  }
}

.c-card--step__box {
  font-family: "'Noto Sans JP', sans-serif";
  color: #3B2508;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.c-card--step__box h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .c-card--step__box h3 {
    font-size: 1.5rem;
  }
}

.c-card--step__box p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-card--step__box p {
    font-size: 1rem;
  }
}

.c-card--step img {
  max-width: 180px;
  max-width: 11.25rem;
  width: 100%;
  aspect-ratio: 220/440;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-card--step img {
    max-width: 13.75rem;
  }
}

.c-card--course img {
  aspect-ratio: 460/244;
  border-radius: 10px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="3" dy="5" result="offsetblur" /><feFlood flood-color="rgba(85,85,85,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(2px 4px 6px #555);
          filter: drop-shadow(2px 4px 6px #555);
}

.c-card--course:nth-child(2) img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.c-card--course__box {
  font-family: "'Noto Sans JP', sans-serif";
  color: #3B2508;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card--course__box {
    margin-top: 1.75rem;
  }
}

.c-card--course__box h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .c-card--course__box h3 {
    font-size: 1.5rem;
  }
}

.c-card--course__box p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  text-align: justify;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-card--course__box p {
    font-size: 1rem;
  }
}

/*メニューボタン 展開前*/
.c-hamburger {
  width: 38px;
  width: 2.375rem;
  height: 38px;
  height: 2.375rem;
  display: block;
  position: absolute;
  top: 35%;
  right: 5%;
  cursor: pointer;
  text-align: center;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger span {
  width: 38px;
  width: 2.375rem;
  height: 2px;
  background-color: #492E0B;
  display: block;
  position: absolute;
  border-radius: 20px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-hamburger span:nth-of-type(1) {
  top: 0;
}

.c-hamburger span:nth-of-type(2) {
  top: 12px;
  top: 0.75rem;
}

.c-hamburger span:nth-of-type(3) {
  top: 24px;
  top: 1.5rem;
}

/*メニューボタン 展開後*/
.c-hamburger.active span:nth-child(1) {
  background-color: #492E0B;
  top: 19.2px;
  top: 1.2rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-hamburger.active span:nth-child(2),
.c-hamburger.active span:nth-child(3) {
  background-color: #492E0B;
  top: 19.2px;
  top: 1.2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-links {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .nav-links {
    margin-top: 5rem;
  }
}

.page-numbers {
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  padding: 20px;
  padding: 1.25rem;
  border: 1px solid #a5a5a5;
  font-family: "'Noto Sans JP', sans-serif";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
  color: #3B2508;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-numbers.list {
  border: none;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-numbers {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.3125rem;
    padding: 0.9375rem;
  }
}
@media screen and (max-width: 375px) {
  .page-numbers {
    width: 0.9375rem;
    height: 0.9375rem;
    margin-right: 0.3125rem;
    padding: 0.625rem;
    font-size: 1rem;
  }
}

.page-numbers:hover {
  background-color: #FF8F00;
  border: 1px solid #FF8F00;
  color: #fff;
}

.page-numbers.prev:hover,
.page-numbers.next:hover {
  background-color: unset;
  border: unset;
  color: #a5a5a5;
}

.dots {
  border: none;
  text-align: center;
}

.prev,
.next {
  border: none;
}

#c-single__pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  #c-single__pagenation {
    margin-top: 6.25rem;
  }
}

#c-single__pagenation .page-numbers.list:hover {
  background-color: unset;
  color: #FF8F00 !important;
  border: unset;
}

.c-title {
  position: relative;
}

.c-title-en {
  display: block;
  max-width: 500px;
  max-width: 31.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-title-en {
    max-width: 55rem;
  }
}

.c-title__feature-en {
  max-width: 450px;
  max-width: 28.125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-title__feature-en {
    max-width: 43.375rem;
  }
}

.c-title__step-en {
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-title__step-en {
    max-width: 24.125rem;
  }
}

.c-title__course-en {
  max-width: 350px;
  max-width: 21.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-title__course-en {
    max-width: 41.0625rem;
  }
}

.c-title__ranking-en {
  max-width: 350px;
  max-width: 21.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-title__ranking-en {
    max-width: 48.75rem;
  }
}

.c-title__flow-en {
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-title__flow-en {
    max-width: 29.125rem;
  }
}

.c-title__operation-en {
  max-width: 450px;
  max-width: 28.125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-title__operation-en {
    max-width: 58.75rem;
  }
}

.c-title-jp {
  display: block;
  position: absolute;
  bottom: -20%;
  font-family: "'Noto Sans JP', sans-serif";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 130%;
  color: #3B2508;
}
@media screen and (min-width: 768px) {
  .c-title-jp {
    bottom: -15%;
    font-size: 1.875rem;
  }
}

#p-about-message__slider {
  max-width: 100%;
  width: 100%;
  height: 145px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  #p-about-message__slider {
    height: 282px;
    margin-top: 5rem;
  }
}

#p-about-message__slider .swiper {
  width: inherit;
  height: inherit;
}

#p-about-message__slider .swiper-wrapper {
  width: inherit;
  height: inherit;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

#p-about-message__slider .swiper-slide {
  width: 120px;
  height: inherit;
}
@media screen and (min-width: 768px) {
  #p-about-message__slider .swiper-slide {
    width: 233px;
  }
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: inherit;
  width: inherit;
}
/*# sourceMappingURL=styles.css.map */
