@charset "UTF-8";
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
  padding: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

li {
  list-style: none;
  line-height: 1;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Zen Maru Gothic", sans-serif;
}

a {
  display: block;
  color: #222222;
  transition: all 0.6s;
}
a:hover {
  opacity: 0.6;
}

/* PC */
@media screen and (max-width: 600px) {
  .pc-only {
    display: none;
  }
}

/* SP */
@media screen and (min-width: 601px) {
  .sp-only {
    display: none;
  }
}

.footer {
  background-color: #F2F2F2;
}
@media screen and (max-width: 600px) {
  .footer {
    padding-bottom: min(21.03vw, 96px);
  }
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 1000px) {
  .footer-inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .footer-inner {
    padding: 30px 2.56%;
  }
}
.footer-title h2 {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: clamp(23px, 1.88vw, 36px);
  letter-spacing: 0.05em;
  text-align: center;
  color: #222;
  line-height: 2.1111;
}
@media screen and (max-width: 389px) {
  .footer-title h2 {
    font-size: clamp(18px, 4.62vw, 36px);
  }
}
.footer-title h2 span {
  color: #E56C36;
  font-size: clamp(23px, 2.08vw, 40px);
}
@media screen and (max-width: 389px) {
  .footer-title h2 span {
    font-size: clamp(18px, 4.62vw, 36px);
  }
}
.footer-icon {
  margin: 30px 0;
}
@media screen and (max-width: 600px) {
  .footer-icon {
    max-width: 94.59%;
    margin: 30px auto;
  }
}
@media screen and (max-width: 600px) {
  .footer-icon__img {
    width: 42.86%;
  }
}
@media screen and (max-width: 600px) {
  .footer-icon__text {
    width: 57.14%;
  }
}
.footer-icon ul {
  display: flex;
}
@media screen and (max-width: 600px) {
  .footer-icon ul {
    display: block;
  }
}
.footer-icon ul li {
  text-align: center;
  width: 33.3333333333%;
}
@media screen and (max-width: 600px) {
  .footer-icon ul li {
    width: 100%;
    border-bottom: 1px solid #222;
  }
  .footer-icon ul li .footer-icon-link,
  .footer-icon ul li .footer-icon-submenu-btn {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
.footer-icon ul li .footer-icon-submenu-wrap {
  position: relative;
}
.footer-icon ul li .footer-icon-submenu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -100px;
  z-index: 100;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  /*width: 100%;
  max-width: 100px;
  text-align: center;*/
  text-align: left;
}
@media screen and (max-width: 600px) {
  .footer-icon ul li .footer-icon-submenu {
    top: 50%;
    transform: translate(0, -50%);
    left: 7%;
  }
}
.footer-icon ul li .footer-icon-submenu__link {
  padding: 8px 14px;
  font-size: 14px;
  line-height: 2;
  background-color: #fff;
  /*text-align: center;*/
}
.footer-icon ul li:nth-of-type(1) img {
  max-width: 18.31%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .footer-icon ul li:nth-of-type(1) img {
    max-width: 33.33%;
  }
}
@media screen and (max-width: 600px) {
  .footer-icon ul li:nth-of-type(1) p {
    padding-left: 8.86%;
  }
}
.footer-icon ul li:nth-of-type(2) {
  border-right: 1px solid #222;
  border-left: 1px solid #222;
}
@media screen and (max-width: 600px) {
  .footer-icon ul li:nth-of-type(2) {
    border-right: none;
    border-left: none;
  }
}
.footer-icon ul li:nth-of-type(2) img {
  max-width: 33.06%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .footer-icon ul li:nth-of-type(2) img {
    max-width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .footer-icon ul li:nth-of-type(2) p {
    padding-left: 8.86%;
  }
}
.footer-icon ul li:nth-of-type(3) img {
  max-width: 24.86%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .footer-icon ul li:nth-of-type(3) img {
    max-width: 44.67%;
  }
}
@media screen and (max-width: 600px) {
  .footer-icon ul li:nth-of-type(3) p {
    padding-left: 5.71%;
  }
}
.footer-icon ul li p {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: clamp(20px, 1.56vw, 30px);
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #222;
  margin-top: 22px;
}
@media screen and (max-width: 600px) {
  .footer-icon ul li p {
    margin-top: 0;
    text-align: left;
  }
}
@media screen and (max-width: 389px) {
  .footer-icon ul li p {
    font-size: clamp(16px, 5.13vw, 20px);
  }
}
.footer-link {
  text-align: center;
}
.footer-link a {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-align: center;
  color: #e56c36;
}
.footer-copyright {
  background-color: #FFA700;
  padding: 16px 0;
}
.footer-copyright p {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: clamp(11px, 0.68vw, 13px);
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.inner {
  max-width: 1920px;
  margin: 0 auto;
}
.inner--xl {
  padding: 0 1.56%;
}
@media screen and (max-width: 600px) {
  .inner--xl {
    padding: 0 2.56%;
  }
}
.inner--lg {
  max-width: 1660px;
}
@media screen and (max-width: 1700px) {
  .inner--lg {
    padding: 0 10px;
  }
}
.inner--md {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .inner--md {
    padding: 0 10px;
  }
}
.inner--sm {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .inner--sm {
    padding: 0 10px;
  }
}
.inner--xs {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .inner--xs {
    padding: 0 10px;
  }
}

.header .inner {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .header .inner {
    height: 80px;
  }
}
.header-logo {
  width: 16.13%;
  flex: 0 0 auto;
  min-width: 200px;
}
@media screen and (max-width: 350px) {
  .header-logo {
    min-width: 150px;
  }
}
.header-btn {
  width: 238px;
  border-radius: 30px;
  border: #222222 solid 1px;
  flex: 0 0 auto;
}
@media screen and (max-width: 600px) {
  .header-btn {
    width: 100px;
  }
}
.header-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4.2% 0;
}
@media screen and (max-width: 600px) {
  .header-btn a {
    padding: 5% 0;
  }
}
.header-btn a p {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #222;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .header-btn a p {
    font-size: 13px;
    padding-right: 6px;
  }
}
.header-btn a p:after {
  content: "";
  position: absolute;
  background-image: url(../img/course-ordinary-car-lp/header-btn-arrow-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 8px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
@media screen and (max-width: 600px) {
  .header-btn a p:after {
    width: 5px;
    height: 9px;
    right: -4px;
  }
}

.mv {
  background-color: #F7F7F7;
  padding-top: 26px;
}
@media screen and (max-width: 600px) {
  .mv {
    padding-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .mv .inner--lg {
    padding: 0;
  }
}
.mv-item {
  margin-top: 5px;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .mv-item {
    display: none;
  }
}
.mv-item ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mv-item ul li {
  width: 30.52%;
  border-radius: 10px;
  min-height: 110px;
  background: #fff;
  border: 2.5px solid #e56c36;
}
.mv-item ul .mv-item-tab,
.mv-item ul .mv-item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 110px;
  cursor: pointer;
  transition: all 0.6s;
}
.mv-item ul .mv-item-tab:hover,
.mv-item ul .mv-item-link:hover {
  opacity: 0.6;
}
.mv-item-wrap {
  position: relative;
}
.mv-item-menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80px;
  z-index: 100;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
}
.mv-item-menu__link {
  padding: 8px 14px;
  font-size: 14px;
  line-height: 2;
  background-color: #fff;
}
.mv-item__img {
  padding-left: 5.96%;
}
.mv-item__img--001 img {
  max-width: 33px;
}
.mv-item__img--002 img {
  max-width: 54px;
}
.mv-item__img--003 img {
  max-width: 44px;
}
.mv-item__text {
  padding-right: 6.55%;
  width: 100%;
  text-align: center;
}
.mv-item__text P:nth-of-type(1) {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: clamp(12px, 1.04vw, 20px);
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #222;
  padding: 0 min(1.35vw, 26px);
  position: relative;
  display: inline-block;
}
.mv-item__text P:nth-of-type(1).fz18 {
  font-size: clamp(12px, 0.94vw, 18px);
}
.mv-item__text P:nth-of-type(1):before {
  content: "";
  position: absolute;
  background-image: url(../img/course-ordinary-car-lp/mv-deco-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  width: min(0.94vw, 18px);
  height: min(1.35vw, 26px);
  left: 0;
}
.mv-item__text P:nth-of-type(1):after {
  content: "";
  position: absolute;
  background-image: url(../img/course-ordinary-car-lp/mv-deco-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  width: min(0.94vw, 18px);
  height: min(1.35vw, 26px);
  right: 0;
}
.mv-item__text P:nth-of-type(2) {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: clamp(16px, 1.56vw, 30px);
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #e56c36;
}

.floating-btn {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: #E56C36;
  padding: 5px 10px;
}
.floating-btn ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.floating-btn ul li p {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: clamp(10px, 3.85vw, 15px);
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #e56c36;
  margin-top: 3px;
}
.floating-btn ul li .floating-btn-link,
.floating-btn ul li .floating-btn-submenu-wrap {
  width: 29.74vw;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #e56c36;
  padding: 8px;
}
.floating-btn ul li .floating-btn-submenu-wrap {
  position: relative;
}
.floating-btn ul li .floating-btn-submenu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -90px;
  z-index: 100;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  width: 100%;
  text-align: center;
}
.floating-btn ul li .floating-btn-submenu__link {
  padding: 8px 14px;
  font-size: 14px;
  line-height: 2;
  background-color: #fff;
  text-align: center;
}
.floating-btn ul li:nth-of-type(1) img {
  width: 4.62vw;
  margin: 0 auto;
}
.floating-btn ul li:nth-of-type(2) img {
  width: 7.69vw;
  margin: 0 auto;
}
.floating-btn ul li:nth-of-type(3) img {
  width: 5.9vw;
  margin: 0 auto;
}

.bg-001 {
  background-color: #F7F7F7;
  padding: 50px 0 100px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .bg-001 {
    padding: 20px 0 52px;
  }
}
.bg-001:before {
  content: "";
  position: absolute;
  background-image: url(../img/course-ordinary-car-lp/triangle-bg-001.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  width: 93.23vw;
  height: 24.74vw;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .bg-001:before {
    background-image: url(../img/course-ordinary-car-lp/triangle-bg-sp-001.png);
    width: 100%;
    height: 119vw;
    top: 125.9vw;
  }
}
.bg-001:after {
  content: "";
  position: absolute;
  background-image: url(../img/course-ordinary-car-lp/triangle-bg-002.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  width: 88.54vw;
  height: 49.84vw;
  top: 30.52vw;
  right: 0;
}
@media screen and (max-width: 600px) {
  .bg-001:after {
    background-image: url(../img/course-ordinary-car-lp/triangle-bg-sp-002.png);
    width: 100%;
    height: 221.79vw;
    bottom: 165.9vw;
    top: auto;
  }
}
.bg-001--in001:before {
  content: "";
  position: absolute;
  background-image: url(../img/course-ordinary-car-lp/triangle-bg-003.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  width: 92.24vw;
  height: 43.02vw;
  top: 86.25vw;
  left: 0;
}
@media screen and (max-width: 600px) {
  .bg-001--in001:before {
    background-image: url(../img/course-ordinary-car-lp/triangle-bg-sp-003.png);
    width: 100%;
    height: 119.23vw;
    top: auto;
    bottom: 21.03vw;
  }
}
.bg-001--in001:after {
  content: "";
  position: absolute;
  background-image: url(../img/course-ordinary-car-lp/triangle-bg-004.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  width: 86.88vw;
  height: 51.04vw;
  bottom: 37.5vw;
  right: 0;
}
@media screen and (max-width: 600px) {
  .bg-001--in001:after {
    content: none;
  }
}
.bg-001--in002:before {
  content: "";
  position: absolute;
  background-image: url(../img/course-ordinary-car-lp/triangle-bg-005.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  width: 93.23vw;
  height: 33.02vw;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .bg-001--in002:before {
    content: none;
  }
}

.fine {
  position: relative;
  z-index: 2;
}
.fine-contents {
  border-radius: 20px;
  border: 1px solid #f7f7f7;
  background-color: #fff;
  padding: 54px min(5.21vw, 100px) 100px;
}
@media screen and (max-width: 600px) {
  .fine-contents {
    padding: 34px 10px 30px;
  }
}
.fine-title {
  text-align: center;
}
.fine-title p {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: clamp(14px, 1.46vw, 28px);
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #222;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .fine-title p {
    margin-bottom: 10px;
    padding-bottom: 14px;
  }
}
.fine-title p:after {
  content: "";
  position: absolute;
  background-image: url(../img/course-ordinary-car-lp/fine-wave.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fine-title h2 {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: clamp(23px, 1.88vw, 36px);
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #222;
  margin-bottom: 52px;
}
@media screen and (max-width: 600px) {
  .fine-title h2 {
    margin-bottom: 20px;
  }
}
.fine-title h2 span {
font-size: clamp(22px, 2.08vw, 40px);
  color: #E56C36;
}
.fine-img--001 {
  margin-bottom: 14px;
}
@media screen and (max-width: 600px) {
  .fine-img--001 {
    margin-bottom: 3px;
  }
}
.fine-img--002 {
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .fine-img--002 {
    margin-bottom: 3px;
  }
}
.fine-img--003 {
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .fine-img--003 {
    margin-bottom: 3px;
  }
}
.fine-img--004 {
  margin-bottom: 68px;
}
@media screen and (max-width: 600px) {
  .fine-img--004 {
    margin-bottom: 20px;
  }
}
.fine-img--005 {
  margin-bottom: 78px;
}
@media screen and (max-width: 600px) {
  .fine-img--005 {
    margin-bottom: 23px;
  }
}
.fine-text {
  text-align: center;
}
.fine-text p {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: clamp(20px, 1.88vw, 36px);
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #222;
  position: relative;
  padding: 0 min(4.32vw, 83px);
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .fine-text p {
    font-size: clamp(10px, 3.08vw, 12px);
    padding: 0 min(5.64vw, 22px);
  }
}
.fine-text p span {
  font-size: clamp(23px, 2.08vw, 40px);
  color: #E56C36;
}
@media screen and (max-width: 600px) {
  .fine-text p span {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
.fine-text p:before {
  content: "";
  position: absolute;
  background-image: url(../img/course-ordinary-car-lp/fine-arrow-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  width: min(3.39vw, 65px);
  height: min(4.84vw, 93px);
  left: 0;
}
@media screen and (max-width: 600px) {
  .fine-text p:before {
    width: min(5.13vw, 20px);
    height: min(7.18vw, 28px);
  }
}
.fine-text p:after {
  content: "";
  position: absolute;
  background-image: url(../img/course-ordinary-car-lp/fine-arrow-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  width: min(3.39vw, 65px);
  height: min(4.84vw, 93px);
  right: 0;
}
@media screen and (max-width: 600px) {
  .fine-text p:after {
    width: min(5.13vw, 20px);
    height: min(7.18vw, 28px);
  }
}

.school-sec {
  margin-top: 82px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .school-sec {
    margin-top: 50px;
  }
}

.school-wrap {
  border-radius: 20px;
  background: #f9f1f4;
  border: 1px solid #fff;
  padding: 50px min(5.21vw, 100px) 100px;
}
@media screen and (max-width: 1000px) {
  .school-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .school-wrap {
    padding: 50px 10px 70px;
  }
}
.school-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .school-title {
    margin-bottom: 18px;
  }
}
.school-title__icon {
  margin-bottom: 20px;
}
.school-title__icon img {
  max-width: clamp(100px, 10.42vw, 200px);
  margin: 0 auto;
}
.school-title h2 {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: clamp(24px, 2.08vw, 40px);
  line-height: 2;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 389px) {
  .school-title h2 {
font-size: clamp(16px, 5.15vw, 24px);
  }
}
.school-title h2 .text-lg {
  font-size: clamp(29px, 3.13vw, 60px);
}
@media screen and (max-width: 389px) {
  .school-title h2 .text-lg {
    font-size: clamp(22px, 7.44vw, 29px);
  }
}
.school-title h2 .text-lg.marker {
  background: linear-gradient(transparent 50%, #FFF836 70%);
}
.school-slider {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .school-slider {
    display: block;
  }
}
.school-slider--001 {
  margin-bottom: 60px;
}
.school-slider-wrap {
  position: relative;
  width: max(38.46%, 500px);
}
@media screen and (max-width: 1000px) {
  .school-slider-wrap {
    width: 45.45%;
  }
}
@media screen and (max-width: 600px) {
  .school-slider-wrap {
    width: 100%;
  }
}
.school-slider-wrap .swiper {
  max-width: 90%;
}
@media screen and (max-width: 600px) {
  .school-slider-wrap .swiper {
    max-width: 100%;
    margin-bottom: 26px;
  }
}
.school-slider-wrap .swiper-button-prev,
.school-slider-wrap .swiper-button-next {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1000px) {
  .school-slider-wrap .swiper-button-prev,
  .school-slider-wrap .swiper-button-next {
    width: 4.55vw;
    height: 4.55vw;
  }
}
@media screen and (max-width: 600px) {
  .school-slider-wrap .swiper-button-prev,
  .school-slider-wrap .swiper-button-next {
    width: 9.49vw;
    height: 9.49vw;
  }
}
.school-slider-wrap .swiper-button-prev:after,
.school-slider-wrap .swiper-button-next:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.school-slider-wrap .swiper-button-prev {
  left: 0;
  right: auto;
}
@media screen and (max-width: 600px) {
  .school-slider-wrap .swiper-button-prev {
    left: -14px;
  }
}
.school-slider-wrap .swiper-button-prev:after {
  background-image: url(../img/course-ordinary-car-lp/slider-arrow-left.png);
}
.school-slider-wrap .swiper-button-next {
  right: 0;
  left: auto;
}
@media screen and (max-width: 600px) {
  .school-slider-wrap .swiper-button-next {
    right: -14px;
  }
}
.school-slider-wrap .swiper-button-next:after {
  background-image: url(../img/course-ordinary-car-lp/slider-arrow-right.png);
}
.school-info {
  width: max(43.69%, 568px);
  margin-left: min(1.56vw, 30px);
}
@media screen and (max-width: 1000px) {
  .school-info {
    width: 51.64%;
  }
}
@media screen and (max-width: 600px) {
  .school-info {
    width: 100%;
    margin-left: 0;
  }
}
.school-info__name {
  border-radius: 27px;
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .school-info__name {
    margin-bottom: 2.73vw;
  }
}
@media screen and (max-width: 600px) {
  .school-info__name {
    margin-bottom: 30px;
  }
}
.school-info__name--001 {
  background: #ff91a8;
}
.school-info__name--002 {
  background: #8FBFF9;
}
.school-info__name p {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: clamp(14px, 2.73vw, 30px);
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .school-info__name p {
    font-size: 12px;
  }
}
.school-info__desc {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .school-info__desc {
    margin-bottom: 2.73vw;
  }
}
@media screen and (max-width: 600px) {
  .school-info__desc {
    margin-bottom: 40px;
  }
}
.school-info__desc p {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: clamp(10px, 1.45vw, 16px);
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 600px) {
  .school-info__desc p {
    font-size: 15px;
  }
}
.school-info__map a {
  max-width: 80px;
}
@media screen and (max-width: 1000px) {
  .school-info__map a {
    max-width: 7.27vw;
  }
}
@media screen and (max-width: 600px) {
  .school-info__map a {
    max-width: 84px;
  }
}

.bg-002 {
  background-color: #FFFEF4;
  padding: 105px 0 92px;
}
@media screen and (max-width: 600px) {
  .bg-002 {
    padding: 50px 0 40px;
  }
}

.reason-intro {
  margin-bottom: 105px;
}
@media screen and (max-width: 600px) {
  .reason-intro {
    margin-bottom: 50px;
  }
}
.reason-intro__title img {
  max-width: 438px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .reason-intro__title img {
    max-width: 75.9vw;
  }
}
.reason-intro__content {
  text-align: center;
  margin: 25px 0 25px;
}
@media screen and (max-width: 600px) {
  .reason-intro__content {
    margin: 15px 0 15px;
  }
}
@media screen and (max-width: 400px) {
  .reason-intro__content {
    text-align: left;
    margin-left: 7.69vw;
  }
}
.reason-intro__content ul {
  display: inline-block;
}
.reason-intro__content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .reason-intro__content ul li {
    margin-bottom: 15px;
  }
}
.reason-intro__content-number img {
  max-width: 60px;
}
@media screen and (max-width: 700px) {
  .reason-intro__content-number img {
    max-width: 8.46vw;
  }
}
.reason-intro__content-text p {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: 36px;
  line-height: 2.2222;
  text-align: left;
  color: #222;
  position: relative;
}
@media screen and (max-width: 800px) {
  .reason-intro__content-text p {
    font-size: clamp(21px, 4vw, 36px);
  }
}
@media screen and (max-width: 600px) {
  .reason-intro__content-text p {
    font-size: clamp(14px, 5.38vw, 21px);
    line-height: 1.7619;
  }
}
.reason-intro__content-text p:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.reason-intro__content-text span {
  background: linear-gradient(transparent 50%, #FFF836 70%);
}
.reason-intro__content-text--001 p:after {
  background-image: url(../img/course-ordinary-car-lp/reason-intro-icon-001.png);
  width: 38px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: -65px;
}
@media screen and (max-width: 600px) {
  .reason-intro__content-text--001 p:after {
    width: 6.15vw;
    height: 6.41vw;
    right: -10.26vw;
  }
}
.reason-intro__content-text--002 p:after {
  background-image: url(../img/course-ordinary-car-lp/reason-intro-icon-002.png);
  width: 41px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
}
@media screen and (max-width: 600px) {
  .reason-intro__content-text--002 p:after {
    width: 6.15vw;
    height: 4.62vw;
    right: -10.26vw;
  }
}
.reason-intro__content-text--003 p:after {
  background-image: url(../img/course-ordinary-car-lp/reason-intro-icon-003.png);
  width: 45px;
  height: 29px;
  top: -10px;
  right: -15px;
}
@media screen and (max-width: 600px) {
  .reason-intro__content-text--003 p:after {
    width: 5.9vw;
    height: 3.85vw;
  }
}
/*
.reason-intro__content-text--004 p:after {
  background-image: url(../img/course-ordinary-car-lp/reason-intro-icon-004.png);
  width: 37px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
}
@media screen and (max-width: 600px) {
  .reason-intro__content-text--004 p:after {
    width: 5.64vw;
    height: 5.9vw;
    right: -8.97vw;
  }
}
*/
.reason-intro__content-text--005 p:after {
  background-image: url(../img/course-ordinary-car-lp/reason-intro-icon-005.png);
  width: 34px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
}
@media screen and (max-width: 600px) {
  .reason-intro__content-text--005 p:after {
    width: 5.64vw;
    height: 6.67vw;
    right: -10.26vw;
    top: auto;
    transform: none;
    bottom: 10px;
  }
}

@media screen and (max-width: 1300px) {
  .reason-content {
    padding: 0 10px;
  }
}
.reason-content .inner {
  border: 1px solid #fff;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1300px) {
  .reason-content .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .reason-content .inner {
    margin-bottom: 50px;
  }
}
.reason-content__title {
  margin-bottom: 30px;
  text-align: center;
}
.reason-content__title h2 {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: clamp(26px, 3.27vw, 36px);
  line-height: 1;
  text-align: center;
  color: #222;
  position: relative;
  display: inline-block;
  padding-left: min(3.18vw, 35px);
}
@media screen and (max-width: 600px) {
  .reason-content__title h2 {
    padding-left: 0;
    font-size: 26px;
  }
}
@media screen and (max-width: 389px) {
  .reason-content__title h2 {
    font-size: clamp(18px, 5.67vw, 26px);
  }
}
.reason-content__title h2:before {
  content: "";
  position: absolute;
  background-image: url(../img/course-ordinary-car-lp/reason-content-title-number-001.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  width: min(7.27vw, 80px);
  height: min(7.27vw, 80px);
  left: -60px;
}
@media screen and (max-width: 1100px) {
  .reason-content__title h2:before {
    left: -5.45vw;
  }
}
@media screen and (max-width: 600px) {
  .reason-content__title h2:before {
    left: 50%;
    transform: none;
    transform: translateX(-50%);
    width: 52px;
    height: 58px;
    top: -68px;
  }
}
.reason-content__title h2:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.reason-content__title h2 span {
  background: linear-gradient(transparent 50%, #FFF836 70%);
}
.reason-content__subtitle {
  text-align: center;
}
.reason-content__subtitle h3 {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  /*font-size: clamp(23px, 3.64vw, 40px);*/
  font-size: clamp(22px, 3vw, 40px);
  line-height: 2;
  text-align: center;
  color: #222;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .reason-content__subtitle h3 {
    line-height: 1.7692;
  }
}
@media screen and (max-width: 389px) {
  .reason-content__subtitle h3 {
    font-size: clamp(16px, 5.9vw, 23px);
  }
}
.reason-content__subtitle h3:before {
  content: "";
  position: absolute;
  background-image: url(../img/course-ordinary-car-lp/reason-subtitle-icon-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  width: min(2.73vw, 35px);
  height: min(4.55vw, 50px);
  left: -50px;
}
@media screen and (max-width: 1100px) {
  .reason-content__subtitle h3:before {
    left: -4.55vw;
  }
}
@media screen and (max-width: 600px) {
  .reason-content__subtitle h3:before {
    width: 35.11px;
    height: 88px;
    background-image: url(../img/course-ordinary-car-lp/reason-subtitle-icon-left-sp.png);
    left: -35px;
  }
}
@media screen and (max-width: 389px) {
  .reason-content__subtitle h3:before {
    width: 8.97vw;
    height: 22.56vw;
    left: -8.97vw;
  }
}
.reason-content__subtitle h3:after {
  content: "";
  position: absolute;
  background-image: url(../img/course-ordinary-car-lp/reason-subtitle-icon-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  width: min(2.73vw, 35px);
  height: min(4.55vw, 50px);
  right: -50px;
}
@media screen and (max-width: 1100px) {
  .reason-content__subtitle h3:after {
    right: -4.55vw;
  }
}
@media screen and (max-width: 600px) {
  .reason-content__subtitle h3:after {
    width: 35.11px;
    height: 88px;
    background-image: url(../img/course-ordinary-car-lp/reason-subtitle-icon-right-sp.png);
    right: -35px;
  }
}
@media screen and (max-width: 389px) {
  .reason-content__subtitle h3:after {
    width: 8.97vw;
    height: 22.56vw;
    right: -8.97vw;
  }
}
.reason-content__subtitle p {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: clamp(14px, 1.82vw, 20px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  color: #222;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .reason-content__subtitle p {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: left;
  }
}
.reason-content__grid-col3 {
  display: grid;
  grid-template-columns: repeat(3, 30.91%);
  gap: 0 min(3.64vw, 40px);
}
@media screen and (max-width: 600px) {
  .reason-content__grid-col3 {
    display: block;
  }
}
.reason-content__grid-item {
border-radius: 20px;
  background: #fff;
  text-align: center;
padding: 49px 28px 31px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .reason-content__grid-item {
    padding: 5.09vw 2.55vw 2.82vw;
  }
}
@media screen and (max-width: 600px) {
  .reason-content__grid-item {
    margin-bottom: 64px;
    padding: 48px 0 30px;
  }
  .reason-content__grid-item.mb50 {
    margin-bottom: 50px;
  }
}
.reason-content__grid-item:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 104px;
  height: 72px;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
}
@media screen and (max-width: 1100px) {
  .reason-content__grid-item:after {
    width: 9.45vw;
    height: 6.55vw;
    top: -4.09vw;
  }
}
@media screen and (max-width: 600px) {
  .reason-content__grid-item:after {
    width: 104px;
    height: 72px;
    top: -45px;
  }
}
.reason-content__grid-item:nth-of-type(1):after {
  background-image: url(../img/course-ordinary-car-lp/reason-001-point01.png);
}
.reason-content__grid-item:nth-of-type(2):after {
  background-image: url(../img/course-ordinary-car-lp/reason-001-point02.png);
}
.reason-content__grid-item:nth-of-type(3):after {
  background-image: url(../img/course-ordinary-car-lp/reason-001-point03.png);
}
.reason-content__heading {
  border-radius: 20px;
  background: #9579b9;
  display: inline-block;
  padding: 8px 14px;
}
.reason-content__heading p {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
font-size: clamp(10px, 1.45vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .reason-content__heading p {
font-size: 14px;
  }
}
.reason-content__grid-text {
  margin-top: 14px;
}
.reason-content__grid-text p {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
font-size: clamp(12px, 1.82vw, 18px);
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 600px) {
  .reason-content__grid-text p {
    font-size: 24px;
  }
}
@media screen and (max-width: 389px) {
  .reason-content__grid-text p {
font-size: clamp(14px, 4.67vw, 26px);
  }
}
.reason-content__grid-text p span {
  color: #9579B9;
}
.reason-content__voice {
  max-width: 890px;
  border-radius: 20px;
  background: #fff;
  border: 1px dashed #222;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin: 44px auto 50px;
  padding: 20px;
}
@media screen and (max-width: 900px) {
  .reason-content__voice {
    justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .reason-content__voice {
    display: block;
    padding: 30px 10px;
  }
}
@media screen and (max-width: 600px) {
  .reason-content__voice--002 {
    margin: 0;
  }
}
.reason-content__voice-img {
  width: 21.57%;
  margin-right: 2.58%;
}
@media screen and (max-width: 600px) {
  .reason-content__voice-img {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .reason-content__voice-img img {
    max-width: 192px;
    margin: 0 auto;
    margin-top: 18px;
  }
}
.reason-content__voice-textarea {
  width: 71.35%;
}
@media screen and (max-width: 600px) {
  .reason-content__voice-textarea {
    width: 100%;
  }
}
.reason-content__voice-title p {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: clamp(12px, 2.22vw, 20px);
  line-height: 1.5;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 600px) {
  .reason-content__voice-title p {
    font-size: 20px;
  }
}
.reason-content__voice-desc {
  border-radius: 10px;
  background: #f3f1f9;
  margin: 15px 0;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .reason-content__voice-desc {
    font-size: 16px;
  }
}
.reason-content__voice-desc p {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: clamp(12px, 1.67vw, 15px);
  line-height: 2;
  text-align: left;
  color: #606060;
}
@media screen and (max-width: 600px) {
  .reason-content__voice-desc p {
    font-size: 16px;
  }
}
.reason-content__voice-text p {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: clamp(12px, 1.78vw, 16px);
  line-height: 2;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 600px) {
  .reason-content__voice-text p {
    font-size: 15px;
  }
}
.reason-content__btn a:after {
  content: "";
  position: absolute;
  background-image: url(../img/course-ordinary-car-lp/reason-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 11px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: -11px;
}
@media screen and (max-width: 600px) {
  .reason-content__btn a:after {
    right: -8px;
  }
}
.reason-content__schedule {
  border-radius: 30px;
  background: #fff;
  margin: 0 auto;
  padding: 25px 20px;
  margin-bottom: 96px;
}
@media screen and (max-width: 600px) {
  .reason-content__schedule {
    margin-bottom: 70px;
  }
}
.reason-content__schedule-title {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #222;
  position: relative;
}
@media screen and (max-width: 600px) {
  .reason-content__schedule-title {
    font-size: 14px;
    text-align: left;
    margin-left: 10px;
  }
}
@media screen and (max-width: 389px) {
  .reason-content__schedule-title {
    font-size: clamp(12px, 3.59vw, 14px);
    margin-left: 0;
  }
}
.reason-content__schedule-title:before {
  display: block;
  content: "ー";
  width: min(4.55vw, 50px);
  height: min(4.55vw, 50px);
  line-height: min(4.55vw, 50px);
  text-align: center;
  font-size: 21px;
  color: #fff;
  border-radius: 100%;
  background: #d96845;
  background: linear-gradient(to right, #d96845 0%, #e19345 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d96845", endColorstr="#e19345", GradientType=1);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .reason-content__schedule-title:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
.reason-content__schedule-title.active:before {
  content: "＋";
}
.reason-content__schedule .article {
  display: none;
}
.reason-content__schedule .article.lp2 {
  padding-top: 20px;
}
.reason-content__grid-col2 {
  display: grid;
  grid-template-columns: repeat(2, 45.45%);
  gap: 0 min(8.73vw, 96px);
}
@media screen and (max-width: 600px) {
  .reason-content__grid-col2 {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .reason-content__grid-col2-item:nth-of-type(1) {
    margin-bottom: 50px;
  }
}
.reason-content__grid-col2-title {
max-width: 226.51px;
height: 55px;
  margin: 0 auto;
  border-radius: 23px;
  background: #ff91a8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .reason-content__grid-col2-title {
    max-width: 213px;
    height: 42px;
    border-radius: 21px;
  }
}
.reason-content__grid-col2-title.color2 {
  background: #8FBFF9;
}
.reason-content__grid-col2-title h3 {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .reason-content__grid-col2-title h3 {
font-size: 16px;
  }
}
.reason-content__grid-col2-title h3:after {
  content: "";
  position: absolute;
  background-image: url(../img/course-ordinary-car-lp/icon-school.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 27px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.reason-content__grid-col2-text {
  padding: 42px 30px 28px;
  border-radius: 20px;
  background: #fff;
  margin-top: -24px;
}
@media screen and (max-width: 600px) {
  .reason-content__grid-col2-text {
    padding: 52px 10px 30px;
  }
}
.reason-content__grid-col2-text li {
  border-bottom: 1px solid #E3BED0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.reason-content__grid-col2-text li p:nth-of-type(1) {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  text-align: left;
  color: #c97593;
}
@media screen and (max-width: 600px) {
  .reason-content__grid-col2-text li p:nth-of-type(1) {
    font-size: 16px;
  }
}
.reason-content__grid-col2-text li p:nth-of-type(2) {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 600px) {
  .reason-content__grid-col2-text li p:nth-of-type(2) {
    font-size: 13px;
  }
}
.reason-content__grid-col2-text.color2 li {
  border-bottom: 1px solid #D0DFEB;
}
.reason-content__grid-col2-text.color2 p:nth-of-type(1) {
  color: #72ABC9;
}
.reason-content__staff {
  display: grid;
  grid-template-columns: 30.55% 33.27% 30.55%;
  gap: 0 min(2.73vw, 30px);
}
@media screen and (max-width: 600px) {
  .reason-content__staff {
    display: block;
  }
}
.reason-content__staff-item {
  border-radius: 20px;
  background: #fff;
  padding: 20px 22px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .reason-content__staff-item {
    padding: 1.82vw 2vw;
  }
}
@media screen and (max-width: 600px) {
  .reason-content__staff-item {
    margin-bottom: 30px;
    padding: 20px 22px;
  }
  .reason-content__staff-item:nth-of-type(3) {
    margin-bottom: 0;
  }
}
.reason-content__staff-item > p {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: clamp(12px, 1.23vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 600px) {
  .reason-content__staff-item > p {
    font-size: 15px;
  }
}
.reason-content__staff .reason-content__heading.color-orange {
  background-color: #E56C36;
  margin-bottom: 30px;
}
.reason-content__staff .reason-content__heading.color-orange p {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: clamp(10px, 1.69vw, 24px);
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .reason-content__staff .reason-content__heading.color-orange p {
    font-size: 21px;
  }
}
.reason-content__credit {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .reason-content__credit {
    display: block;
    margin-top: 60px;
  }
}
.reason-content__credit-item {
  width: 286px;
  height: 94px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .reason-content__credit-item {
    margin: 0 auto;
  }
}
@media screen and (max-width: 389px) {
  .reason-content__credit-item {
    width: 100%;
  }
}
.reason-content__credit-item.jaccs {
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .reason-content__credit-item.jaccs {
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.reason-content__credit-img img {
  width: 60px;
  height: 54.51px;
}
@media screen and (max-width: 389px) {
  .reason-content__credit-img img {
    width: 40px;
    height: auto;
  }
}
.reason-content__credit-img.jaccs img {
  width: 69.78px;
  height: 20px;
}
@media screen and (max-width: 389px) {
  .reason-content__credit-img.jaccs img {
    width: 60px;
    height: auto;
  }
}
.reason-content__credit-text {
  margin-left: 20px;
}
@media screen and (max-width: 389px) {
  .reason-content__credit-text {
    margin-left: 10px;
  }
}
.reason-content__credit-text p {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 389px) {
  .reason-content__credit-text p {
    font-size: 14px;
  }
}
.reason-content__eco-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 35px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .reason-content__eco-col2 {
    display: block;
  }
}
.reason-content__eco-item {
  border-radius: 20px;
  background: #fff;
  text-align: center;
  padding: 20px 24px;
}
@media screen and (max-width: 600px) {
  .reason-content__eco-item {
    margin-bottom: 30px;
    padding: 22px 24px 28px;
  }
}
.reason-content__eco-item .color-green {
  background: #89A768;
  margin-bottom: 33px;
}
.reason-content__eco-item .color-green p {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: 24px;
  font-size: clamp(12px, 1.85vw, 24px);
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .reason-content__eco-item .color-green p {
    font-size: 22px;
  }
}
.reason-content__eco-item > p {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: 16px;
  font-size: clamp(12px, 1.23vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 600px) {
  .reason-content__eco-item > p {
    font-size: 16px;
  }
}
.reason-content--001 .inner.wrap {
  background: #f0ebf6;
  padding-top: 64px;
  padding-bottom: 124px;
}
@media screen and (max-width: 600px) {
  .reason-content--001 .inner.wrap {
    padding: 93px 16px 30px;
  }
}
.reason-content--001 .reason-content__subtitle .color-text {
  color: #9579B9;
}
.reason-content--001 .reason-content__subtitle .sm-text {
  font-size: clamp(23px, 2.73vw, 30px);
}
.reason-content--001 .reason-content__title h2:before {
  background-image: url(../img/course-ordinary-car-lp/reason-content-title-number-002.png);
}
.reason-content--001 .reason-content__title h2:after {
  background-image: url(../img/course-ordinary-car-lp/reason-content-title-icon-001.png);
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 41px;
  right: -70px;
}
@media screen and (max-width: 600px) {
  .reason-content--001 .reason-content__title h2:after {
    width: 29px;
    height: 30px;
    right: -40px;
  }
}
.reason-content--002 .inner {
  background: #F9F1F4;
  padding-top: 112px;
  padding-bottom: 121px;
}
@media screen and (max-width: 600px) {
  .reason-content--002 .inner {
    padding: 93px 16px 30px;
  }
}
.reason-content--002 .reason-content__subtitle span {
  color: #C97593;
}
.reason-content--002 .reason-content__title h2:before {
  background-image: url(../img/course-ordinary-car-lp/reason-content-title-number-003.png);
}
.reason-content--002 .reason-content__title h2:after {
  background-image: url(../img/course-ordinary-car-lp/reason-content-title-icon-002.png);
  top: 50%;
  transform: translateY(-50%);
  width: 41px;
  height: 48px;
  right: -70px;
}
@media screen and (max-width: 600px) {
  .reason-content--002 .reason-content__title h2:after {
    width: 31px;
    height: 35px;
    right: -45px;
  }
}
.reason-content--003 .inner {
  background: #F9EECD;
  padding-top: 114px;
  padding-bottom: 102px;
}
@media screen and (max-width: 600px) {
  .reason-content--003 .inner {
    padding: 93px 16px 30px;
  }
}
.reason-content--003 .reason-content__subtitle span {
  color: #E56C36;
}
.reason-content--003 .reason-content__subtitle span.lg-text {
  font-size: clamp(36px, 5.45vw, 60px);
}
.reason-content--003 .reason-content__title h2:before {
  background-image: url(../img/course-ordinary-car-lp/reason-content-title-number-004.png);
}
.reason-content--003 .reason-content__title h2:after {
  background-image: url(../img/course-ordinary-car-lp/reason-content-title-icon-003.png);
  width: 45px;
  height: 29px;
  right: -25px;
  top: -30px;
}
@media screen and (max-width: 600px) {
  .reason-content--003 .reason-content__title h2:after {
    width: 32px;
    height: 21px;
    right: -15px;
    top: -20px;
  }
}
.reason-content--004 .inner {
  background: #E6F6FE;
  padding-top: 114px;
  padding-bottom: 98px;
}
@media screen and (max-width: 600px) {
  .reason-content--004 .inner {
    padding: 93px 16px 30px;
  }
}
.reason-content--004 .reason-content__title h2:before {
  background-image: url(../img/course-ordinary-car-lp/reason-content-title-number-005.png);
}
/*
.reason-content--004 .reason-content__title h2:after {
  background-image: url(../img/course-ordinary-car-lp/reason-content-title-icon-004.png);
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 40px;
  right: -55px;
}
@media screen and (max-width: 600px) {
  .reason-content--004 .reason-content__title h2:after {
    width: 30px;
    height: 32px;
    right: -40px;
  }
}
*/
.reason-content--005 .inner {
  background: #E8EFE1;
  padding-top: 112px;
  padding-bottom: 96px;
}
@media screen and (max-width: 600px) {
  .reason-content--005 .inner {
    padding: 93px 16px 30px;
  }
}
.reason-content--005 .reason-content__subtitle span {
  color: #89A768;
}
@media screen and (max-width: 600px) {
  .reason-content--005 .reason-content__title h2 {
    line-height: 1.7692;
  }
}
.reason-content--005 .reason-content__title h2:before {
  background-image: url(../img/course-ordinary-car-lp/reason-content-title-number-001.png);
}
.reason-content--005 .reason-content__title h2:after {
  background-image: url(../img/course-ordinary-car-lp/reason-content-title-icon-005.png);
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 40px;
  right: -55px;
}
@media screen and (max-width: 600px) {
  .reason-content--005 .reason-content__title h2:after {
    width: 30px;
    height: 35px;
    transform: none;
    top: auto;
    bottom: 5px;
    right: -40px;
  }
}

.reason-accordion {
  border-radius: 20px;
  background: #fff;
  padding: 50px;
}
@media screen and (max-width: 1100px) {
  .reason-accordion {
    padding: 50px 10px;
  }
}
.reason-accordion .inner {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  border: none;
}
.reason-accordion__title p {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: clamp(30px, 3.64vw, 40px);
  line-height: 2;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 600px) {
  .reason-accordion__title p {
    font-size: 23px;
  }
}
.reason-accordion__text {
  margin: 30px 0;
}
@media screen and (max-width: 600px) {
  .reason-accordion__text {
    margin: 20px 0 30px;
  }
}
.reason-accordion__text p {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: clamp(12px, 1.45vw, 16px);
  line-height: 1.8;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 600px) {
  .reason-accordion__text p {
    text-align: left;
    font-size: 16px;
  }
}
.reason-accordion .course-wrap {
  padding: 20px 30px 0;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap {
    padding: 0 10px;
  }
}
.reason-accordion .course-wrap h1,
.reason-accordion .course-wrap h2,
.reason-accordion .course-wrap h3,
.reason-accordion .course-wrap h4,
.reason-accordion .course-wrap h5,
.reason-accordion .course-wrap p,
.reason-accordion .course-wrap li,
.reason-accordion .course-wrap div,
.reason-accordion .course-wrap ins {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.reason-accordion .course-wrap ins {
  font-size: clamp(12px, 1.45vw, 16px);
}
.reason-accordion .course-wrap h2 {
  margin: 0 0 1em;
  padding: 0 0 0 1em;
  font-size: clamp(16px, 2.18vw, 24px);
  font-weight: normal;
  line-height: 1.7;
  position: relative;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap h2 {
    font-size: 4.333vw;
    line-height: 1.5;
  }
}
.reason-accordion .course-wrap h2:before {
  display: block;
  content: "";
  width: 10px;
  height: 100%;
  background: #d96845;
  background: linear-gradient(to bottom, #d96845 0%, #e19345 50%, #bf3675 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d96845", endColorstr="#bf3675", GradientType=0);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap h2:before {
    width: 2.667vw;
  }
}
.reason-accordion .course-wrap .title {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 0;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .title {
    display: block;
    padding: 20px 0;
  }
}
.reason-accordion .course-wrap .title:before {
  display: block;
  content: "ー";
  width: min(4.55vw, 50px);
  height: min(4.55vw, 50px);
  line-height: min(4.55vw, 50px);
  text-align: center;
  font-size: 21px;
  color: #fff;
  border-radius: 100%;
  background: #d96845;
  background: linear-gradient(to right, #d96845 0%, #e19345 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d96845", endColorstr="#e19345", GradientType=1);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .reason-accordion .course-wrap .title:before {
    top: auto;
    transform: none;
    bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .title:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
.reason-accordion .course-wrap .title.active:before {
  content: "＋";
}
.reason-accordion .course-wrap .left {
  width: 260px;
  margin-right: min(2.6vw, 26px);
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.reason-accordion .course-wrap .right {
  width: min(54.55vw, 600px);
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .right {
    width: 100%;
  }
}
.reason-accordion .course-wrap .right h3 {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 22px;
  font-size: clamp(14px, 2vw, 22px);
  letter-spacing: 0.05em;
  line-height: 1.3636;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .right h3 {
    font-size: 4vw;
  }
}
.reason-accordion .course-wrap .right > p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: clamp(10px, 1.27vw, 14px);
  letter-spacing: 0.05em;
  line-height: 2.1428;
  text-align: left;
  color: #222;
  padding: 10px 0;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .right > p {
    font-size: 13px;
    font-size: 2.3vw;
  }
}
.reason-accordion .course-wrap .right .school {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: clamp(10px, 1.27vw, 14px);
  letter-spacing: 0.05em;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .right .school {
    font-size: 2.667vw;
  }
}
.reason-accordion .course-wrap .right .school span {
  display: inline-block;
  padding: 8px 15px;
  line-height: 1;
  text-align: center;
  border: 1px #ddd solid;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: clamp(10px, 1.27vw, 14px);
  letter-spacing: 0.05em;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .right .school span {
    padding: 1.5vw 2.5vw;
    font-size: 2.667vw;
  }
}
.reason-accordion .course-wrap .popular:after {
  display: inline-block;
  content: "人気";
  margin-left: min(2.73vw, 30px);
  padding: 5px 10px;
  border: 1px #E56C36 solid;
  color: #E56C36;
  font-size: clamp(11px, 1.36vw, 15px);
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .popular:after {
    content: none;
  }
}
.reason-accordion .course-wrap .popular-border {
  padding: 5px 10px;
  border: 1px solid #e56c36;
  display: inline-block;
  margin-top: 15px;
}
.reason-accordion .course-wrap .popular-border p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 2.333vw;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  color: #e56c36;
}
.reason-accordion .course-wrap .article {
  border-top: 1px #ddd solid;
  padding-top: 64px;
  display: none;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article {
    padding-top: 70px;
  }
}
.reason-accordion .course-wrap .article h5 {
  margin: 1em 0 0.5em;
  font-size: 15px;
  font-weight: normal;
}
.reason-accordion .course-wrap .article ul.notice {
  margin: 0 0 60px;
  padding: 0;
  list-style: none;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article ul.notice {
    margin: 0 0 10vw;
  }
}
.reason-accordion .course-wrap .article ul.notice li {
  padding-left: 1em;
  text-indent: -1em;
}
.reason-accordion .course-wrap .article ul.notice li:before {
  display: inline;
  content: "・";
}
.reason-accordion .course-wrap .article .point ins {
  display: block;
  padding: 0 14px;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 15px;
  text-decoration: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .point ins {
    padding: 0.375vw 2.25vw;
    border-radius: 4vw;
  }
}
.reason-accordion .course-wrap .article .point ins b {
  font-weight: normal;
  color: #d96845;
}
.reason-accordion .course-wrap .article .notice {
  margin: 1em 0 0;
  text-align: right;
  font-size: clamp(10px, 1.18vw, 13px);
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .notice {
    font-size: 1.833vw;
  }
}
.reason-accordion .course-wrap .article .price {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .price {
    margin-top: 7vw;
  }
}
.reason-accordion .course-wrap .article table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(12px, 1.45vw, 16px);
}
.reason-accordion .course-wrap .article table th {
  background: #f7f7f7;
  font-weight: normal;
  vertical-align: middle;
  width: 33.3333333333%;
  padding: 22px;
  border: 2px #ddd solid;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article table th {
    width: auto;
    padding: 0.333vw;
    font-size: 2.333vw;
  }
}
.reason-accordion .course-wrap .article table td {
  width: 33.3333333333%;
  padding: 22px;
  border: 2px #ddd solid;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article table td {
    width: auto;
    padding: 0.333vw;
    font-size: 2.333vw;
  }
}
.reason-accordion .course-wrap .article table.scheduleTable th, .reason-accordion .course-wrap .article table.scheduleTable td {
  width: 10%;
  padding: 1.375vw;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article table.scheduleTable th, .reason-accordion .course-wrap .article table.scheduleTable td {
    padding: 0.333vw;
    font-size: 2.333vw;
  }
}
.reason-accordion .course-wrap .article .clearfix {
  display: flex;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .clearfix {
    display: block;
  }
}
.reason-accordion .course-wrap .article dl {
  width: 50%;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article dl {
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article dl:nth-of-type(1) {
    margin-top: 9.667vw;
  }
}
.reason-accordion .course-wrap .article dl dt {
  display: block;
  padding: 22px;
  border: 2px #ddd solid;
  text-align: center;
  background: #f7f7f7;
  font-size: clamp(12px, 1.45vw, 16px);
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article dl dt {
    padding: 4.333vw;
  }
}
.reason-accordion .course-wrap .article dl dd {
  display: block;
  margin: 0;
  padding: 22px 44px;
  border: 2px #ddd solid;
  border-top: 0;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article dl dd {
    text-align: left;
    font-size: 2.333vw;
    padding: 3.667vw 6.667vw;
    text-align: center;
  }
}
.reason-accordion .course-wrap .article dl dd span {
  display: block;
  font-size: clamp(10px, 1.09vw, 12px);
  min-height: 120px;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article dl dd span {
    font-size: 12px;
    display: inline-block;
    text-align: left;
    min-height: 0;
  }
}
.reason-accordion .course-wrap .article .voice {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .voice {
    margin-top: 14.333vw;
  }
}
.reason-accordion .course-wrap .article .voice .clearfix {
  display: flex;
}
.reason-accordion .course-wrap .article .voice ul {
  margin: 0;
  padding: 0 0 80px;
  list-style: none;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .voice ul {
    padding: 0 0 9.667vw;
  }
}
.reason-accordion .course-wrap .article .voice ul li {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .voice ul li {
    margin-top: 5.333vw;
  }
}
.reason-accordion .course-wrap .article .voice ul li:nth-of-type(1) {
  margin-top: 0;
}
.reason-accordion .course-wrap .article .voice .left {
  width: 80px;
  text-align: center;
  font-size: clamp(10px, 1.09vw, 12px);
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .voice .left {
    margin-right: 10px;
    min-width: 40px;
  }
}
.reason-accordion .course-wrap .article .voice .left img {
  display: block;
  width: 80px;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .voice .left img {
    width: 100%;
    height: auto;
  }
}
.reason-accordion .course-wrap .article .voice .right {
  flex: 2 1 auto;
  min-height: 180px;
  padding: 40px;
  background: #f8f6f5;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .voice .right {
    min-height: 0;
    padding: 6vw 6vw 12vw;
    border-radius: 1.667vw;
  }
}
.reason-accordion .course-wrap .article .voice .right .tag {
  margin-bottom: 1em;
}
.reason-accordion .course-wrap .article .voice .right .tag span {
  display: inline-block;
  padding: 1px 12px;
  background: #fff;
  border: 1px #ddd solid;
  font-size: clamp(10px, 1.18vw, 13px);
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .voice .right .tag span {
    padding: 0.167vw 2vw;
    font-size: 2.167vw;
  }
}
.reason-accordion .course-wrap .article .voice .right .text {
  font-size: clamp(10px, 1.27vw, 14px);
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .voice .right .text {
    font-size: 2.5vw;
  }
}
.reason-accordion .course-wrap .article .course_cv {
  margin: 0 -40px;
  padding: 50px 40px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .course_cv {
    margin: 0 -5.333vw;
    padding: 6.333vw 0 12.333vw;
    border-radius: 0 0 1.667vw 1.667vw;
  }
}
.reason-accordion .course-wrap .article .course_cv h3 {
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .course_cv h3 {
    margin: 0;
    font-size: 3.5vw;
  }
}
.reason-accordion .course-wrap .article .course_cv p {
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .course_cv p {
    margin: 0;
    font-size: 3vw;
  }
}
.reason-accordion .course-wrap .article .course_cv ul {
  width: 100%;
  max-width: 790px;
  margin: 28px auto;
  display: flex;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .course_cv ul {
    max-width: 66.667vw;
    margin: 6.667vw auto;
    display: block;
  }
}
.reason-accordion .course-wrap .article .course_cv ul li {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .course_cv ul li {
    width: 100%;
  }
}
.reason-accordion .course-wrap .article .course_cv ul li + li {
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .course_cv ul li + li {
    margin-left: 0;
    margin-top: 8vw;
  }
}
.reason-accordion .course-wrap .article .course_cv ul li a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px #fff solid;
  color: #fff;
  text-decoration: none;
}
.reason-accordion .course-wrap .article .course_cv ul li a img {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.reason-accordion .course-wrap .article .course_cv .tel {
  display: block;
  margin-bottom: 2em;
}
.reason-accordion .course-wrap .article .course_cv .tel ins {
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .course_cv .tel ins {
    display: block;
  }
}
.reason-accordion .course-wrap .article .course_cv .tel ins + ins:before {
  display: inline-block;
  content: "/";
  margin: 0 4px;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .course_cv .tel ins + ins:before {
    content: none;
  }
}
.reason-accordion .course-wrap .article .grad {
  position: relative;
  overflow: hidden;
}
.reason-accordion .course-wrap .article .grad:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #d96845;
  background: linear-gradient(to right, #d96845 1%, #e19345 50%, #bf3675 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d96845", endColorstr="#bf3675", GradientType=1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.reason-accordion .course-wrap .article .grad:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #bf3675;
  background: linear-gradient(to right, #bf3675 1%, #e19345 50%, #d96845 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf3675", endColorstr="#d96845", GradientType=1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.reason-accordion .course-wrap .article .side.col4 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .side.col4 {
    display: block;
    padding-bottom: 0;
  }
}
.reason-accordion .course-wrap .article .side.col4 li {
  border-left: 2px #fff solid;
  background: #f8f6f5;
  position: relative;
  padding-bottom: 64px;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .side.col4 li {
    border-left: none;
    padding-bottom: 7vw;
  }
  .reason-accordion .course-wrap .article .side.col4 li:not(:last-child) {
    margin-bottom: 8vw;
  }
}
.reason-accordion .course-wrap .article .side.col4 li h4 {
  font-size: clamp(10px, 1.27vw, 14px);
  margin: 42px 20px 26px;
  font-weight: normal;
  text-align: center;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .side.col4 li h4 {
    font-size: 4vw;
    padding: 6vw 5.333vw 3vw;
    margin: 0;
    min-height: 0;
  }
}
.reason-accordion .course-wrap .article .side.col4 li p {
  margin: 1em 1.3em;
  min-height: 120px;
  font-size: clamp(10px, 1.27vw, 14px);
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .side.col4 li p {
    font-size: 2.5vw;
    min-height: 0;
  }
}
.reason-accordion .course-wrap .article .side.col3 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .side.col3 {
    display: block;
    padding-bottom: 0;
  }
}
.reason-accordion .course-wrap .article .side.col3 li {
  border-left: 2px #fff solid;
  background: #f8f6f5;
  position: relative;
  padding-bottom: 64px;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .side.col3 li {
    border-left: none;
    padding-bottom: 7vw;
  }
  .reason-accordion .course-wrap .article .side.col3 li:not(:last-child) {
    margin-bottom: 8vw;
  }
}
.reason-accordion .course-wrap .article .side.col3 li h4 {
  font-size: clamp(10px, 1.27vw, 14px);
  margin: 42px 20px 26px;
  font-weight: normal;
  text-align: center;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .side.col3 li h4 {
    font-size: 4vw;
    padding: 6vw 5.333vw 3vw;
    margin: 0;
    min-height: 0;
  }
}
.reason-accordion .course-wrap .article .side.col3 li p {
  margin: 1em 1.3em;
  min-height: 120px;
  font-size: clamp(10px, 1.27vw, 14px);
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .side.col3 li p {
    font-size: 2.5vw;
    min-height: 0;
  }
}
.reason-accordion .course-wrap .article .side.col2 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .side.col2 {
    display: block;
    padding-bottom: 0;
  }
}
.reason-accordion .course-wrap .article .side.col2 li {
  border-left: 2px #fff solid;
  background: #f8f6f5;
  position: relative;
  padding-bottom: 64px;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .side.col2 li {
    border-left: none;
    padding-bottom: 7vw;
  }
  .reason-accordion .course-wrap .article .side.col2 li:not(:last-child) {
    margin-bottom: 8vw;
  }
}
.reason-accordion .course-wrap .article .side.col2 li h4 {
  font-size: clamp(10px, 1.27vw, 14px);
  margin: 42px 20px 26px;
  font-weight: normal;
  text-align: center;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .side.col2 li h4 {
    font-size: 4vw;
    padding: 6vw 5.333vw 3vw;
    margin: 0;
    min-height: 0;
  }
}
.reason-accordion .course-wrap .article .side.col2 li p {
  margin: 1em 1.3em;
  min-height: 120px;
  font-size: clamp(10px, 1.27vw, 14px);
}
@media screen and (max-width: 600px) {
  .reason-accordion .course-wrap .article .side.col2 li p {
    font-size: 2.5vw;
    min-height: 0;
  }
}
.reason-accordion .no-padding {
  padding-bottom: 0;
}

.reason-trial__title img {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .reason-trial__title img {
    max-width: 72.22%;
  }
}
@media screen and (max-width: 600px) {
  .reason-trial__title img {
    max-width: 100%;
  }
}
.reason-trial__text {
  margin: 30px 0;
}
@media screen and (max-width: 600px) {
  .reason-trial__text {
    padding: 0 10px;
  }
}
.reason-trial__text p {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: 20px;
  font-size: clamp(14px, 2.22vw, 20px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 600px) {
  .reason-trial__text p {
font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .reason-trial__img {
    padding: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  .reason-trial__desc {
    padding: 0 10px;
  }
}
.reason-trial__desc li {
  border-bottom: 1px solid #DBD3C7;
  padding-bottom: 10px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .reason-trial__desc li {
    display: block;
  }
}
.reason-trial__desc p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  font-size: clamp(12px, 1.78vw, 16px);
  letter-spacing: 0.05em;
  line-height: 1.875;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 600px) {
  .reason-trial__desc p {
font-size: 15px;
  }
}
.reason-trial__desc p span {
  font-size: 14px;
  letter-spacing: 0.04em;
  display: inline-block;
  margin-left: 14px;
  font-size: clamp(10px, 1.56vw, 14px);
}
@media screen and (max-width: 600px) {
  .reason-trial__desc p span {
    margin-left: 0;
    font-size: 14px;
  }
}
.reason-trial__desc-title {
  width: 21.11%;
}
@media screen and (max-width: 600px) {
  .reason-trial__desc-title {
    width: 100%;
  }
}
.reason-trial__desc-text {
  width: 78.89%;
}
@media screen and (max-width: 600px) {
  .reason-trial__desc-text {
    width: 100%;
  }
}
.reason-trial__desc-text.deco-text p {
  display: inline-block;
  background: transparent;
  border: 1px solid #ddd;
  padding: 5px 10px;
  margin-right: 10px;
}
.reason-trial__hour {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px 0;
  margin: 30px 0;
}
@media screen and (max-width: 600px) {
  .reason-trial__hour {
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px 10px;
  }
}
.reason-trial__hour p {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: center;
  color: #222;
}
.reason-trial__hour p span {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .reason-trial__hour p {
    text-align: left;
  }
}
.reason-trial__link {
  text-align: center;
}
.reason-trial__link a {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-align: center;
  color: #e56c36;
}
@media screen and (max-width: 600px) {
  .reason-trial__link a {
    font-size: 14px;
  }
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 65px;
  right: 20px;
  color: #fff;
  text-decoration: none;
  width: 80px;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  #pagetop {
    width: 60px;
    bottom: 100px;
  }
}
#pagetop:hover {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */