@charset "UTF-8";
:root {
  --main-color: #87DC1B;
  --accent-color: #FCD610;
  --gradient-sub-1: #BAEE79;
  --gradient-main-1: #87DD1C;
  --gradient-main-2: #ededed;
  --gradient-accent-1: #FFE55E;
  --gradient-sub: linear-gradient(139deg, var(--gradient-sub-1) 0%, #F0F0EF 64.06%);
  --gradient-main: linear-gradient(139deg, var(--gradient-main-1) 0%, var(--gradient-main-2) 93.88%);
  --gradient-accent: linear-gradient(139deg, var(--gradient-accent-1) 0%, #F0F0EF 64.06%);
}

body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  padding-top: 70px;
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.bg-white-1 {
  background-color: #FFFFFF;
}

.bg-white-1-40p {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-1-80p {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-white-1-90p {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-black-1 {
  background-color: #000000;
}

.bg-black-1-50p {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-2 {
  background-color: #606060;
}

.bg-black-5 {
  background-color: #F4F4F4;
}

.bg-main {
  background-color: var(--main-color);
}

.bg-accent {
  background-color: var(--accent-color);
}

.bg-gradient-1 {
  background: linear-gradient(146deg, rgba(0, 0, 0, 0.93) 7.78%, rgba(94, 94, 94, 0.93) 94.7%);
}

.bg-gradient-2 {
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.17) 100%);
}

.bg-gradient-3 {
  background: linear-gradient(180deg, #D6D6D6 0%, #F6F6F6 100%);
}

.bg-gradient-sub {
  background: var(--gradient-sub);
}

.bg-gradient-main {
  background: var(--gradient-main);
}

.bg-gradient-accent {
  background: var(--gradient-accent);
}

.bg-size-contain {
  background-size: contain !important;
}

.height-25 {
  height: 25px;
}

.height-27 {
  height: 27px;
}

.height-30 {
  height: 30px;
}

.height-33 {
  height: 33px;
}

.height-38 {
  height: 38px;
}

.height-40 {
  height: 40px;
}

.height-50 {
  height: 50px;
}

.height-60 {
  height: 60px;
}

.height-70 {
  height: 70px;
}

.height-100 {
  height: 100px;
}

.height-170 {
  height: 170px;
}

.height-190 {
  height: 190px;
}

.height-220 {
  height: 220px;
}

.height-270 {
  height: 270px;
}

.height-310 {
  height: 310px;
}

.height-380 {
  height: 380px;
}

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

.height-min-230 {
  min-height: 230px;
}

.height-min-380 {
  min-height: 380px;
}

.height-min-440 {
  min-height: 440px;
}

.height-100vh-70px {
  height: calc(100vh - 70px);
}

.width-25 {
  width: 25px;
}

.width-35 {
  width: 35px;
}

.width-40 {
  width: 40px;
}

.width-50 {
  width: 50px;
}

.width-60 {
  width: 60px;
}

.width-70 {
  width: 70px;
}

.width-130 {
  width: 130px;
}

.width-190 {
  width: 190px;
}

.width-200 {
  width: 200px;
}

.width-230 {
  width: 230px;
}

.width-250 {
  width: 250px;
}

.width-270 {
  width: 270px;
}

.width-300 {
  width: 300px;
}

.width-320 {
  width: 320px;
}

.width-330 {
  width: 330px;
}

.width-380 {
  width: 380px;
}

.width-430 {
  width: 430px;
}

.width-460 {
  width: 460px;
}

.width-490 {
  width: 490px;
}

.width-500 {
  width: 500px;
}

.width-530 {
  width: 530px;
}

.width-620 {
  width: 620px;
}

.width-650 {
  width: 650px;
}

.width-670 {
  width: 670px;
}

.width-720 {
  width: 720px;
}

.width-750 {
  width: 750px;
}

.width-860 {
  width: 860px;
}

.width-1000 {
  width: 1000px;
}

.width-70p {
  width: 70%;
}

.width-80p {
  width: 80%;
}

.width-90p {
  width: 90%;
}

.width-100p {
  width: 100%;
}

.width-max-600 {
  max-width: 600px;
}

.width-max-800 {
  max-width: 800px;
}

.width-max-1000 {
  max-width: 1000px;
}

.width-min-230 {
  min-width: 230px;
}

.width-min-250 {
  min-width: 250px;
}

.width-230px-75px {
  width: calc(230px - 75px);
}

.width-330px-35px {
  width: calc(330px - 35px);
}

.width-380px-50px {
  width: calc(380px - 50px);
}

.width-460px-50px {
  width: calc(460px - 50px);
}

.margin-top-0 {
  margin-top: 0;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-2 {
  margin-bottom: 2px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-right-0 {
  margin-right: 0;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-left-0 {
  margin-left: 0;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-140 {
  margin-left: 140px;
}

.margin-center {
  margin: 0 auto;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-top-7 {
  padding-top: 7px;
}

.padding-top-8 {
  padding-top: 8px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-12 {
  padding-top: 12px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-left-25 {
  padding-left: 25px;
}

.padding-left-35 {
  padding-left: 35px;
}

.padding-left-55 {
  padding-left: 55px;
}

.padding-left-140 {
  padding-left: 140px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-right-15 {
  padding-right: 15px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-right-25 {
  padding-right: 25px;
}

.padding-right-35 {
  padding-right: 35px;
}

.display-block {
  display: block;
}

.display-flex {
  display: flex;
}

.display-inline-block {
  display: inline-block;
}

.display-none {
  display: none;
}

.flex-wrap {
  flex-wrap: wrap;
}

.gap-5 {
  gap: 5px;
}

.gap-15 {
  gap: 15px;
}

.gap-25 {
  gap: 25px;
}

.gap-50 {
  gap: 50px;
}

.gap-row-10 {
  row-gap: 10px;
}

.jc-around {
  justify-content: space-around;
}

.jc-between {
  justify-content: space-between;
}

.jc-center {
  justify-content: center;
}

.ai-center {
  align-items: center;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.top-0 {
  top: 0;
}

.top-8 {
  top: 8px;
}

.top-10 {
  top: 10px;
}

.top-50 {
  top: 50px;
}

.top-m-15 {
  top: -15px;
}

.top-m-50 {
  top: -50px;
}

.top-50p {
  top: 50%;
}

.bottom-0 {
  bottom: 0;
}

.bottom-25 {
  bottom: 25px;
}

.bottom-50 {
  bottom: 50px;
}

.bottom-190 {
  bottom: 190px;
}

.right-0 {
  right: 0;
}

.right-15 {
  right: 15px;
}

.right-20 {
  right: 20px;
}

.right-32 {
  right: 32px;
}

.right-m-5p {
  right: -5%;
}

.right-m-15 {
  right: -15px;
}

.right-m-380 {
  right: -380px;
}

.left-0 {
  left: 0;
}

.left-10 {
  left: 10px;
}

.left-25 {
  left: 25px;
}

.left-m-40 {
  left: -40px;
}

.left-50p {
  left: 50%;
}

.transform-50p {
  transform: translate(-50%, -50%);
}

.transform-x-50p {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.transform-y-50p {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.transform-translate-y-100 {
  transform: translateY(100px);
}

.pointer {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.pointer:hover {
  opacity: 0.6;
}

.pointer-noanimation {
  cursor: pointer;
}

.pointer-noanimation:hover {
  opacity: 0.6;
}

.slide-toggle-smooth {
  transition: color 2s, background 2s;
}

.c-black-1 {
  color: #000000;
}

.c-black-2 {
  color: #606060;
}

.c-black-3 {
  color: #B7B7B7;
}

.c-black-4 {
  color: #ECECEC;
}

.c-black-5 {
  color: #F4F4F4;
}

.c-black-6 {
  color: #282828;
}

.c-white-1 {
  color: #FFFFFF;
}

.c-main {
  color: var(--main-color);
}

.c-accent {
  color: var(--accent-color);
}

.text-align-center {
  text-align: center;
}

.vertical-align-middle {
  vertical-align: middle;
}

.line-height-40px {
  line-height: 40px !important;
}

.text-decoration-none {
  text-decoration: none;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-700 {
  font-weight: 700;
}

.font-size-xxxl {
  font-size: 31px !important;
  line-height: normal;
  letter-spacing: 2.325px;
}

.font-size-xxl {
  font-size: 30px !important;
  line-height: normal;
  letter-spacing: 2.25px;
}

.font-size-xl {
  font-size: 25px;
  line-height: normal;
  letter-spacing: 1.875px;
}

.font-size-l {
  font-size: 20px !important;
  line-height: 164.8%;
  /* 32.96px */
  letter-spacing: 1.5px;
}

.font-size-m {
  font-size: 16px;
  line-height: 165%;
  /* 26.4px */
  letter-spacing: 1.2px;
}

.font-size-s {
  font-size: 14px !important;
  line-height: 162.8%;
  /* 22.792px */
  letter-spacing: 1.05px;
}

.font-size-xs {
  font-size: 12px !important;
  line-height: 162%;
  /* 19.44px */
  letter-spacing: 0.9px;
}

.font-style-normal {
  font-style: normal;
}

.shadow-large {
  filter: drop-shadow(0px 0px 38px rgba(0, 0, 0, 0.31));
  transform: translateZ(0);
}

.shadow-medium {
  filter: drop-shadow(0px 0px 28px rgba(0, 0, 0, 0.27));
  transform: translateZ(0);
}

.shadow-small {
  filter: drop-shadow(0px 0px 13px rgba(0, 0, 0, 0.15));
  transform: translateZ(0);
}

.shadow-bottom {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}

.shadow-box-medium {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.text-shadow-black-1 {
  text-shadow: #000000 0px 0px 10px;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-95 {
  opacity: 0.95;
}

.radius-5 {
  border-radius: 5px;
}

.radius-20 {
  border-radius: 20px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-60 {
  border-radius: 60px;
}

.radius-100p {
  border-radius: 100%;
}

.radius-left-top-right-bottom-70 {
  border-radius: 70px 0 70px 0;
}

.radius-left-top-right-top-20 {
  border-radius: 20px 20px 0 0;
}

.radius-left-top-left-bottom-100 {
  border-radius: 100px 0 0 100px;
}

.radius-left-top-100 {
  border-radius: 100px 0 0 0;
}

.radius-left-bottom-100 {
  border-radius: 0 0 0 100px;
}

.radius-right-bottom-100 {
  border-radius: 0 0 100px 0;
}

.radius-right-top-right-bottom-100 {
  border-radius: 0 100px 100px 0;
}

.border-1 {
  border: 1px solid #000000;
}

.border-2 {
  border: 2px solid #000000;
}

.border-none {
  border: none;
}

.border-bottom-1 {
  border-bottom: 1px solid #000000;
}

.border-bottom-2 {
  border-bottom: 2px solid #000000;
}

.border-top-1 {
  border-top: 1px solid #000000;
}

.border-top-3 {
  border-top: 3px solid #000000;
}

.border-left-1 {
  border-left: 1px solid #000000;
}

.border-left-4 {
  border-left: 4px solid #000000;
}

.border-left-6 {
  border-left: 6px solid #000000;
}

.border-color-black-2 {
  border-color: #606060;
}

.border-color-black-3 {
  border-color: #B7B7B7;
}

.border-color-black-4 {
  border-color: #ECECEC;
}

.border-color-white-1 {
  border-color: #FFFFFF;
}

.border-color-main {
  border-color: var(--main-color);
}

.res-item-pc {
  display: block !important;
}

.res-item-sp {
  display: none !important;
}

.bx-wrapper {
  margin-bottom: 0 !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none !important;
  border: none !important;
}

.obj-fit-cover {
  object-fit: cover;
}

.obj-fit-contain {
  object-fit: contain;
}

p {
  font-size: 16px;
  line-height: 165%;
  /* 26.4px */
  letter-spacing: 1.2px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 22px;
}

.h2-with-subtitle {
  margin-top: 0;
  margin-bottom: 35px;
}

.h2-with-subtitle .title-ja {
  font-size: 12px !important;
  line-height: 162%;
  /* 19.44px */
  letter-spacing: 0.9px;
  color: #606060;
  position: relative;
  display: inline-block;
}

.h2-with-subtitle .title-ja:after {
  content: '';
  display: inline-block;
  width: 120px;
  height: 1px;
  background-color: var(--main-color);
  position: absolute;
  top: 8px;
  right: -130px;
}

.h2-with-subtitle .title-en {
  font-size: 30px !important;
  line-height: 120%;
  letter-spacing: 2.25px;
  display: block;
  font-weight: 700;
  color: #000000;
}

h3 {
  font-size: 25px;
  line-height: normal;
  letter-spacing: 1.875px;
  color: #000000;
  font-weight: 700;
  position: relative;
  padding-left: 37px;
  margin-top: 0;
  margin-bottom: 25px;
}

h3:before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 5px;
  background-color: var(--main-color);
  position: absolute;
  top: 16px;
  left: 0px;
}

h4 {
  font-size: 20px !important;
  line-height: 164.8%;
  /* 32.96px */
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #000000;
  margin-top: 0;
  margin-bottom: 25px;
}

.content {
  overflow-wrap: break-word;
}

.content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 35px;
}

.content a {
  color: var(--main-color);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.content a:hover {
  color: #606060;
  text-decoration: underline;
  opacity: 0.8;
}

.content-none:before {
  content: none;
}

.content-none:after {
  content: none;
}

.content-before-yellow:before {
  background-color: var(--accent-color);
}

.content .row {
  display: flex;
  flex-wrap: wrap;
}

.content .col-md-6 {
  flex: 0 0 48%;
  max-width: 48%;
  padding-left: 1%;
  padding-right: 1%;
}

.content-course {
  overflow-wrap: break-word;
}

.content-course img {
  max-width: 100%;
  height: auto;
  margin-bottom: 35px;
}

.content-course a {
  color: var(--main-color);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.content-course a:hover {
  color: #606060;
  text-decoration: underline;
  opacity: 0.8;
}

.content-course p {
  font-size: 14px !important;
  line-height: 162.8%;
  /* 22.792px */
  letter-spacing: 1.05px;
}

.content-course iframe {
  max-width: 100%;
}

.content-faq p:last-child {
  margin-bottom: 0;
}

.content-blog {
  overflow-wrap: break-word;
}

.content-blog img {
  max-width: 100%;
  height: auto;
  margin-bottom: 35px;
}

.content-blog a {
  color: var(--main-color);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.content-blog a:hover {
  color: #606060;
  text-decoration: underline;
  opacity: 0.8;
}

.content-blog h2 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 30px !important;
  line-height: 120%;
  letter-spacing: 2.25px;
  display: block;
  font-weight: 700;
  color: #000000;
  position: relative;
}

.content-blog h2:before {
  content: '';
  display: inline-block;
  width: 120px;
  height: 2px;
  background-color: var(--main-color);
  position: absolute;
  top: -9px;
  left: 0px;
}

.content-blog iframe {
  max-width: 100%;
}

.content-blog .accordion-block {
  margin-bottom: 15px;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.025) !important;
}

.content-blog .accordion-title {
  font-size: 16px;
  line-height: 165%;
  /* 26.4px */
  letter-spacing: 1.2px;
  color: #000000;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}

.content-blog .accordion-title:hover {
  opacity: 0.7;
}

.content-blog .accordion-title:after {
  content: "+";
  font-size: 25px;
  line-height: normal;
  letter-spacing: 1.875px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  color: var(--main-color);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}

.content-blog .accordion-title.open:after {
  content: "−";
}

.content-blog .accordion-content {
  display: none;
  padding: 15px;
}

.content-popup {
  overflow-wrap: break-word;
}

.content-popup img {
  max-width: 100%;
  height: auto;
  margin-bottom: 35px;
}

.content-popup a {
  color: var(--main-color);
  text-decoration: none;
}

.content-popup a:hover {
  color: #606060;
  text-decoration: underline;
  opacity: 0.8;
}

.content-popup h2 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 30px !important;
  line-height: 120%;
  letter-spacing: 2.25px;
  display: block;
  font-weight: 700;
  color: #000000;
  position: relative;
}

.content-popup h2:before {
  content: '';
  display: inline-block;
  width: 120px;
  height: 2px;
  background-color: var(--main-color);
  position: absolute;
  top: -9px;
  left: 0px;
}

.overflow-scroll-y {
  overflow-y: scroll;
}

.overflow-scroll-y-margin-100:after {
  position: absolute;
  content: '';
  height: 100px;
  width: 1px;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari 対応 */
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-m-1 {
  z-index: -1;
}

.list-style-none {
  list-style: none;
}

.preload .wow.fadeIn {
  opacity: 0 !important;
}

.preload .wow.fadeInUp {
  opacity: 0 !important;
}

.preload .wow.fadeInDown {
  opacity: 0 !important;
}

.preload .wow.fadeInRight {
  opacity: 0 !important;
}

.preload .wow.fadeInLeft {
  opacity: 0 !important;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@media screen and (max-width: 900px) {
  body {
    padding-top: 60px;
  }
  .flex-nowrap-sp {
    flex-wrap: initial;
  }
  .flex-direction-column-sp {
    flex-direction: column;
  }
  .order-1-sp {
    order: 1;
  }
  .order-2-sp {
    order: 2;
  }
  .display-flex-sp {
    display: flex;
  }
  .display-block-sp {
    display: block;
  }
  .jc-center-sp {
    justify-content: center;
  }
  .jc-left-sp {
    justify-content: left;
  }
  .font-size-xxxl {
    font-size: 26px !important;
    line-height: normal;
    letter-spacing: 1.95px;
  }
  .font-size-xxl {
    font-size: 25px !important;
    line-height: normal;
    letter-spacing: 1.875px;
  }
  .font-size-xl {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 1.5px;
  }
  .font-size-l {
    font-size: 17px !important;
    line-height: 164.8%;
    /* 28.016px */
    letter-spacing: 1.275px;
  }
  .font-size-m {
    font-size: 15px;
    line-height: 165%;
    /* 24.75px */
    letter-spacing: 1.125px;
  }
  .font-size-s {
    font-size: 13px !important;
    line-height: 162.8%;
    /* 21.164px */
    letter-spacing: 0.975px;
  }
  .font-size-xs {
    font-size: 11px !important;
    line-height: 162%;
    /* 17.82px */
    letter-spacing: 0.825px;
  }
  .height-60-sp {
    height: 60px;
  }
  .height-150-sp {
    height: 150px;
  }
  .height-220-sp {
    height: 220px;
  }
  .height-min-100p-sp {
    min-height: 100%;
  }
  .width-80-sp {
    width: 80px;
  }
  .width-160-sp {
    width: 160px;
  }
  .width-220-sp {
    width: 220px;
  }
  .width-270-sp {
    width: 270px;
  }
  .width-85p-sp {
    width: 85%;
  }
  .width-90p-sp {
    width: 90%;
  }
  .width-100p-sp {
    width: 100%;
  }
  .width-300px-50px-sp {
    width: calc(300px - 50px);
  }
  .width-100p-20px-sp {
    width: calc(100% - 20px);
  }
  .width-100vw-20px-sp {
    width: calc(100vw - 20px);
  }
  .width-100vw-40px-sp {
    width: calc(100vw - 40px);
  }
  .width-100vw-70px-sp {
    width: calc(100vw - 70px);
  }
  .width-100vw-75px-sp {
    width: calc(100vw - 75px);
  }
  .width-100vw-80px-sp {
    width: calc(100vw - 80px);
  }
  .width-100vw-90px-sp {
    width: calc(100vw - 90px);
  }
  .width-100vw-120px-sp {
    width: calc(100vw - 120px);
  }
  .width-100vw-140px-sp {
    width: calc(100vw - 140px);
  }
  .width-max-300-sp {
    max-width: 300px;
  }
  .res-item-pc {
    display: none !important;
  }
  .res-item-sp {
    display: block !important;
  }
  p {
    font-size: 15px;
    line-height: 165%;
    /* 24.75px */
    letter-spacing: 1.125px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 22px;
  }
  .h2-with-subtitle {
    margin-top: 0;
    margin-bottom: 35px;
  }
  .h2-with-subtitle .title-ja {
    font-size: 11px !important;
    line-height: 162%;
    /* 17.82px */
    letter-spacing: 0.825px;
    color: #606060;
    position: relative;
    display: inline-block;
  }
  .h2-with-subtitle .title-ja:after {
    content: '';
    display: inline-block;
    width: 120px;
    height: 1px;
    background-color: var(--main-color);
    position: absolute;
    top: 7px;
    right: -130px;
  }
  .h2-with-subtitle .title-en {
    font-size: 25px !important;
    line-height: 120%;
    letter-spacing: 1.875px;
    display: block;
    font-weight: 700;
    color: #000000;
  }
  h3 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 1.5px;
    color: #000000;
    font-weight: 700;
    position: relative;
    padding-left: 37px;
    margin-top: 0;
    margin-bottom: 25px;
  }
  h3:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 5px;
    background-color: var(--main-color);
    position: absolute;
    top: 10px;
    left: 0px;
  }
  h4 {
    font-size: 17px !important;
    line-height: 164.8%;
    /* 28.016px */
    letter-spacing: 1.275px;
    font-weight: 700;
    color: #000000;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .content img {
    height: auto;
  }
  .content .row {
    display: block;
  }
  .content .col-md-6 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .content .mt-sm-4 {
    margin-top: 30px;
  }
  .content-course img {
    height: auto;
  }
  .content-course p {
    font-size: 13px !important;
    line-height: 162.8%;
    /* 21.164px */
    letter-spacing: 0.975px;
  }
  .content-blog h2 {
    font-size: 25px !important;
    line-height: 120%;
    letter-spacing: 1.875px;
  }
  .content-blog .accordion-title {
    font-size: 15px;
    line-height: 165%;
    /* 24.75px */
    letter-spacing: 1.125px;
  }
  .margin-top-25 {
    margin-top: 20px;
  }
  .margin-top-25-sp {
    margin-top: 25px;
  }
  .margin-top-70-sp {
    margin-top: 70px;
  }
  .margin-top-130-sp {
    margin-top: 130px;
  }
  .margin-bottom-0-sp {
    margin-bottom: 0;
  }
  .margin-bottom-15-sp {
    margin-bottom: 15px;
  }
  .margin-bottom-25 {
    margin-bottom: 20px;
  }
  .margin-bottom-25-sp {
    margin-bottom: 25px;
  }
  .margin-bottom-35-sp {
    margin-bottom: 35px;
  }
  .margin-bottom-50 {
    margin-bottom: 35px;
  }
  .margin-bottom-80 {
    margin-bottom: 70px;
  }
  .margin-left-0-sp {
    margin-left: 0;
  }
  .margin-left-10-sp {
    margin-left: 20px;
  }
  .margin-right-0-sp {
    margin-right: 0;
  }
  .margin-center-sp {
    margin: 0 auto;
  }
  .padding-right-0-sp {
    padding-right: 0;
  }
  .padding-right-20-sp {
    padding-right: 20px;
  }
  .padding-right-50-sp {
    padding-right: 50px;
  }
  .padding-left-0-sp {
    padding-left: 0;
  }
  .padding-left-20-sp {
    padding-left: 20px;
  }
  .padding-top-25 {
    padding-top: 20px;
  }
  .padding-top-80 {
    padding-top: 70px;
  }
  .padding-bottom-25 {
    padding-bottom: 20px;
  }
  .padding-bottom-80 {
    padding-bottom: 70px;
  }
  .overflow-scroll-x-sp {
    overflow-x: scroll;
  }
  .shadow-small-sp {
    filter: drop-shadow(0px 0px 13px rgba(0, 0, 0, 0.15));
    transform: translateZ(0);
  }
  .radius-0-sp {
    border-radius: 0;
  }
  .radius-10-sp {
    border-radius: 10px;
  }
  .gap-row-35-sp {
    row-gap: 35px;
  }
  .right-m-300-sp {
    right: -300px;
  }
}
