@charset "UTF-8";
:root {
  --main-color: #241FAC;
  --sub-color: #FAEC53;
}

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

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  /* これが重要です */
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  visibility: hidden;
  /* デフォルトはアウトライン（FILL 0） */
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* 塗りつぶしたい時だけ追加するサブクラス */
.material-symbols-fill {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.fonts-loaded .material-symbols-outlined {
  visibility: visible;
}

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

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

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

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

.bg-black-3 {
  background-color: #B7B7B7;
}

.bg-gray-1 {
  background-color: #F1F1F1;
}

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

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

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

.height-3 {
  height: 3px;
}

.height-21 {
  height: 21px;
}

.height-22 {
  height: 22px;
}

.height-30 {
  height: 30px;
}

.height-40 {
  height: 40px;
}

.height-45 {
  height: 45px;
}

.height-50 {
  height: 50px;
}

.height-60 {
  height: 60px;
}

.height-70 {
  height: 70px;
}

.height-140 {
  height: 140px;
}

.height-170 {
  height: 170px;
}

.height-200 {
  height: 200px;
}

.height-330 {
  height: 330px;
}

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

.width-17 {
  width: 17px;
}

.width-22 {
  width: 22px;
}

.width-33 {
  width: 33px;
}

.width-40 {
  width: 40px;
}

.width-45 {
  width: 45px;
}

.width-50 {
  width: 50px;
}

.width-60 {
  width: 60px;
}

.width-80 {
  width: 80px;
}

.width-90 {
  width: 90px;
}

.width-110 {
  width: 110px;
}

.width-150 {
  width: 150px;
}

.width-170 {
  width: 170px;
}

.width-200 {
  width: 200px;
}

.width-220 {
  width: 220px;
}

.width-230 {
  width: 230px;
}

.width-250 {
  width: 250px;
}

.width-270 {
  width: 270px;
}

.width-280 {
  width: 280px;
}

.width-300 {
  width: 300px;
}

.width-400 {
  width: 400px;
}

.width-500 {
  width: 500px;
}

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

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

.width-100p-20px-4px {
  width: calc(100% - 20px - 4px);
}

.width-100p-40px-15px {
  width: calc(100% - 40px - 15px);
}

.width-100p-60px-15px {
  width: calc(100% - 60px - 15px);
}

.width-100p-80px-15px {
  width: calc(100% - 80px - 15px);
}

.width-100p-90px-60px {
  width: calc(100% - 90px - 60px);
}

.width-100p-120px-30px {
  width: calc(100% - 120px - 30px);
}

.width-100p-120px-60px {
  width: calc(100% - 120px - 60px);
}

.width-100p-110px {
  width: calc(100% - 110px);
}

.width-100p-140px-30px {
  width: calc(100% - 140px - 30px);
}

.width-100p-150px-20px {
  width: calc(100% - 150px - 20px);
}

.width-100p-150px-90px {
  width: calc(100% - 150px - 90px);
}

.width-100p-170px-50px {
  width: calc(100% - 170px - 50px);
}

.width-100p-200px-25px {
  width: calc(100% - 200px - 25px);
}

.width-100p-200px-50px {
  width: calc(100% - 200px - 50px);
}

.width-100p-300px-60px {
  width: calc(100% - 300px - 60px);
}

.width-100p-320px {
  width: calc(100% - 320px);
}

.width-100p-480px {
  width: calc(100% - 480px);
}

.width-100vw-280px {
  width: calc(100vw - 280px);
}

.width-100vw-340px {
  width: calc(100vw - 340px);
}

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

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

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

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

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

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

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

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

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

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

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

.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-bottom-90 {
  margin-bottom: 90px;
}

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

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

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

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

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

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

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

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

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

.margin-center {
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

.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-30 {
  padding-bottom: 30px;
}

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

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

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

.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-30 {
  padding-left: 30px;
}

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

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

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

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

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

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

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

.display-block {
  display: block;
}

.display-flex {
  display: flex;
}

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

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

.display-none {
  display: none;
}

.flex-1 {
  flex: 1;
}

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

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-30 {
  gap: 30px;
}

.gap-50 {
  gap: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.as-stretch {
  align-self: stretch;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-center-horizontal {
  left: 50%;
  transform: translateX(-50%);
}

.top-0 {
  top: 0;
}

.top-10 {
  top: 10px;
}

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

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

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

.bottom-0 {
  bottom: 0;
}

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

.left-0 {
  left: 0;
}

.left-10 {
  left: 10px;
}

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

.transform-50p {
  transform: translate(-50%, -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-main {
  color: var(--main-color);
}

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

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

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

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

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

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

.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;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-100-important {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-none {
  border: none;
}

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

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

.border-color-sub-important {
  border-color: var(--sub-color) !important;
}

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

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

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

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

#main_side_block.main-side-block-hidden,
#main_side_menu_wrapper.main-side-block-hidden {
  display: 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;
  color: #333333;
  margin-top: 0;
  margin-bottom: 35px;
}

.h2 {
  background-color: var(--main-color);
  color: #FFFFFF;
  font-size: 30px !important;
  line-height: normal;
  letter-spacing: 2.25px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 60px;
  text-align: center;
  display: inline-block;
}

h3 {
  color: var(--main-color);
  font-size: 25px;
  line-height: normal;
  letter-spacing: 1.875px;
  font-weight: 700;
  border-left: solid 6px var(--main-color);
  padding-left: 15px;
  margin-bottom: 25px;
}

.h3-rounded {
  color: #FFFFFF;
  font-size: 20px !important;
  line-height: 164.8%;
  /* 32.96px */
  letter-spacing: 1.5px;
  font-weight: 700;
  border: 2px solid #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 60px;
}

h4 {
  color: var(--main-color);
  font-size: 20px !important;
  line-height: 164.8%;
  /* 32.96px */
  letter-spacing: 1.5px;
  font-weight: 700;
  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: #000000;
  text-decoration: underline;
  opacity: 0.8;
}

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

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

.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: #333333;
  text-decoration: underline;
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

.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: #333333;
  text-decoration: underline;
  opacity: 0.8;
}

.content-blog h2 {
  background-color: var(--main-color);
  color: #FFFFFF;
  font-size: 30px !important;
  line-height: normal;
  letter-spacing: 2.25px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 35px;
  border-radius: 60px;
  text-align: left;
  display: inline-block;
}

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

.content-blog .accordion-block {
  margin-bottom: 15px;
  border: 2px solid var(--main-color);
  border-radius: 10px;
}

.content-blog .accordion-title {
  font-size: 16px;
  line-height: 165%;
  /* 26.4px */
  letter-spacing: 1.2px;
  font-weight: 700;
  color: #333333;
  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: #333333;
  text-decoration: underline;
  opacity: 0.8;
}

.content-popup h2 {
  background-color: var(--main-color);
  color: #FFFFFF;
  font-size: 30px !important;
  line-height: 120;
  letter-spacing: 2.25px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 35px;
  border-radius: 60px;
  text-align: left;
  display: inline-block;
}

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

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

.shadow-small {
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
}

.shadow-offset-small {
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
}

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

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

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

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

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

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

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

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

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

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

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

.preload .wow.zoomIn {
  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) {
  .display-flex-sp {
    display: flex;
  }
  .display-block-sp {
    display: block;
  }
  .display-inline-sp {
    display: inline;
  }
  .flex-nowrap-sp {
    flex-wrap: initial;
  }
  .flex-direction-column-sp {
    flex-direction: column;
  }
  .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;
  }
  .text-align-center-sp {
    text-align: center;
  }
  .height-90-sp {
    height: 90px;
  }
  .height-100p-sp {
    height: 100%;
  }
  .width-100-sp {
    width: 100px;
  }
  .width-150-sp {
    width: 150px;
  }
  .width-250-sp {
    width: 250px;
  }
  .width-280-sp {
    width: 280px;
  }
  .width-65p-sp {
    width: 65%;
  }
  .width-75p-sp {
    width: 75%;
  }
  .width-85p-sp {
    width: 85%;
  }
  .width-100p-sp {
    width: 100%;
  }
  .width-100p-20px-sp {
    width: calc(100% - 20px);
  }
  .width-100p-20px-4px-sp {
    width: calc(100% - 20px - 4px);
  }
  .width-100p-40px-sp {
    width: calc(100% - 40px);
  }
  .width-100p-40px-6px-sp {
    width: calc(100% - 40px - 6px);
  }
  .width-100p-40px-12px-sp {
    width: calc(100% - 40px - 12px);
  }
  .width-100p-50px-sp {
    width: calc(100% - 50px);
  }
  .width-100p-80px-sp {
    width: calc(100% - 80px);
  }
  .res-item-pc {
    display: none !important;
  }
  .res-item-sp {
    display: block !important;
  }
  #main_side_block.main-side-block-open,
  #main_side_menu_wrapper.main-side-block-open {
    display: block !important;
  }
  .padding-left-0-sp {
    padding-left: 0;
  }
  .padding-left-20-sp {
    padding-left: 20px;
  }
  .padding-right-0-sp {
    padding-right: 0;
  }
  .padding-right-20-sp {
    padding-right: 20px;
  }
  .padding-top-0-sp {
    padding-top: 0;
  }
  .padding-top-20-sp {
    padding-top: 20px;
  }
  .padding-top-35-sp {
    padding-top: 35px;
  }
  .padding-top-80-sp {
    padding-top: 80px;
  }
  .padding-bottom-0-sp {
    padding-bottom: 0;
  }
  .padding-bottom-5-sp {
    padding-bottom: 5px;
  }
  .padding-bottom-10-sp {
    padding-bottom: 10px;
  }
  .padding-bottom-20-sp {
    padding-bottom: 20px;
  }
  .padding-bottom-35-sp {
    padding-bottom: 35px;
  }
  .margin-top-6-sp {
    margin-top: 6px;
  }
  .margin-top-10-sp {
    margin-top: 10px;
  }
  .margin-top-25-sp {
    margin-top: 25px;
  }
  .margin-top-60-sp {
    margin-top: 60px;
  }
  .margin-bottom-15-sp {
    margin-bottom: 15px;
  }
  .margin-bottom-20-sp {
    margin-bottom: 20px;
  }
  .margin-bottom-25-sp {
    margin-bottom: 25px;
  }
  .margin-bottom-35-sp {
    margin-bottom: 35px;
  }
  .margin-bottom-50-sp {
    margin-bottom: 50px;
  }
  .margin-bottom-70-sp {
    margin-bottom: 70px;
  }
  .margin-bottom-100-sp {
    margin-bottom: 100px;
  }
  .margin-right-0-sp {
    margin-right: 0;
  }
  .margin-left-0-sp {
    margin-left: 0;
  }
  .margin-left-10-sp {
    margin-left: 10px;
  }
  .ai-baseline-sp {
    align-items: baseline;
  }
  .position-absolute-sp {
    position: absolute;
  }
  .position-fixed-sp {
    position: fixed;
  }
  .position-center-horizontal-sp {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .top-20-m-sp {
    top: -20px;
  }
  p {
    font-size: 15px;
    line-height: 165%;
    /* 24.75px */
    letter-spacing: 1.125px;
  }
  .h2 {
    font-size: 25px !important;
    line-height: normal;
    letter-spacing: 1.875px;
  }
  h3 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 1.5px;
  }
  .h3-rounded {
    font-size: 17px !important;
    line-height: 164.8%;
    /* 28.016px */
    letter-spacing: 1.275px;
  }
  h4 {
    font-size: 17px !important;
    line-height: 164.8%;
    /* 28.016px */
    letter-spacing: 1.275px;
  }
  .content img {
    height: auto;
  }
  .content .row {
    display: block;
  }
  .content .col-md-6 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .content-blog h2 {
    font-size: 25px !important;
    line-height: 140%;
    letter-spacing: 1.875px;
  }
  .content-blog .accordion-title {
    font-size: 15px;
    line-height: 165%;
    /* 24.75px */
    letter-spacing: 1.125px;
  }
  .radius-left-top-right-top-6-left-bottom-right-bottom-25-sp {
    border-radius: 6px 6px 25px 25px;
  }
  .border-right-0-sp {
    border-right: 0;
  }
  .border-bottom-2-sp {
    border-bottom: 2px solid #000000;
  }
  .border-none-sp {
    border: none;
  }
  .jc-center-sp {
    justify-content: center;
  }
  .jc-left-sp {
    justify-content: left;
  }
  .gap-15-sp {
    gap: 15px;
  }
  .gap-30-sp {
    gap: 30px;
  }
  .gap-row-35-sp {
    row-gap: 35px;
  }
  .z-index-1-sp {
    z-index: 1;
  }
}
