@charset "UTF-8";
@import url(/common/css/reset.css);
@import url(/common/css/style.v2.css?20220510);
@import url(/common/css/header.v2.css?20230718);
@import url(/bs/lp/common/css/layout.css);
@import url(/common/css/footer.css?20221031);
@import url(/common/css/layout.v2.css?20221219);
@import url(/common/css/smph/layout.v2.css?20220106);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.column {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2px;
  padding-left: 2px;
}
@media screen and (max-width: 1023px) {
  .column {
    width: 100vw;
    padding-right: 0;
    padding-left: 0;
  }
}
.column .column {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .column .column {
    width: auto;
  }
}

.col12 {
  width: 990px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .col12 {
    width: 98vw;
    margin-right: 1vw;
    margin-left: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col12 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col10 {
  width: 802px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col10 {
    width: 72vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col10 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col9 {
  width: 720px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col9 {
    width: 72vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col9 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col8 {
  width: 620px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col8 {
    width: 48vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col8 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col7 {
  width: 560px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col7 {
    width: 48vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col7 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col6 {
  width: calc((100% - 15px * 4) / 2);
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col6 {
    width: 48vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col6 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col5 {
  width: 400px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col5 {
    width: 48vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col5 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col4 {
  width: calc((100% - 15px * 6) / 3);
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col4 {
    width: 31.3333333333vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col4 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col3 {
  width: calc((100% - 15px * 8) / 4);
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col3 {
    width: 23vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col3 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col2 {
  width: 157.5px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col2 {
    width: 23vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col2 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .col8.sp_col12 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

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

.justify-content-between {
  justify-content: space-between;
}
.justify-content-between:after {
  display: none;
}

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

.flex-grow {
  flex-grow: 1;
}

.flex-wrap {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flex-wrap {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .flex-pc-row-reverse {
    flex-direction: row-reverse;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "LucidaGrande", Verdana, "ヒラギノ角ゴProW3", "HiraginoKakuGothicPro", Osaka, "ＭＳＰゴシック", sans-serif;
}

#sub {
  display: none;
}

#main {
  float: none;
  font-size: 1rem;
  color: #4D4D4D;
}
#main p {
  margin-bottom: 1em;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  #main {
    font-size: 0.9375rem;
  }
}
#main figure {
  margin-top: 20px;
  margin-bottom: 20px;
}
#main figure img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #main figure {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#main figure figure {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  #wrapper {
    padding-top: 64px;
  }
}

#header p.logo {
  left: 0;
}
#header p.header-link-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 276px;
}
#header p.header-link-btn a {
  width: 100%;
  height: 64px;
  background: #0054A8;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
  font-weight: 700;
}
#header p.header-link-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  #header p.logo {
    left: calc(50% - 600px);
  }
  #header p.header-link-btn {
    right: calc(50% - 600px);
  }
}
@media screen and (max-width: 768px) {
  #header p.header-link-btn {
    width: 200px;
  }
  #header p.header-link-btn .sub-link-text,
  #header p.header-link-btn .fontsize20 {
    font-size: 10px;
  }
  #header p.header-link-btn span:nth-child(2):before {
    content: "  - ";
  }
  #header p.header-link-btn a {
    height: 51px;
    display: block;
    padding-top: 5px;
  }
}

a {
  transition: 0.3s;
  word-wrap: break-word;
}

cite {
  font-size: 0.8125rem;
}

* {
  box-sizing: border-box;
}

figure img.width-full {
  width: 100%;
}

.orange {
  color: #f14619;
}

.yellow {
  color: #ffff00;
}

.blue {
  color: #009bff;
}

.fontsize24 {
  font-size: clump(20px, 2px, 24px);
}

.fontsize22 {
  font-size: clump(20px, 1.8333333333px, 22px);
}

.fontsize20 {
  font-size: 20px;
}

.anchor {
  margin-top: -64px;
  padding-top: 64px;
}

.image-area {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .image-area {
    padding: 0 20px;
  }
}

.background-blue {
  background: rgba(129, 205, 234, 0.1);
}

.background-white {
  background-color: #ffffff;
}

.bg-white-padding {
  padding: clamp(15px, 2.5vw, 30px);
}
.bg-white-padding h4 {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 700;
  margin-bottom: 10px;
}

.main_visual_wrap {
  background: linear-gradient(to bottom, #81CDEA 0%, rgba(129, 205, 234, 0.6) 50%, rgba(129, 205, 234, 0) 100%);
}

.main_visual {
  background-color: #5E6D74;
  position: relative;
  background-color: transparent;
}
.main_visual h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .main_visual {
    height: 480px;
    background-image: url("/bs/lp/d-kyoushitsu/common/images/main-visual-pc.webp");
    background-repeat: no-repeat, no-repeat;
    background-position: center, center top;
    background-size: contain, 100vw auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .main_visual {
    width: 100vw;
    height: 33.3333333333vw;
    background-image: url("/bs/lp/d-kyoushitsu/common/images/main-visual-pc.webp");
    background-repeat: no-repeat, no-repeat;
    background-position: center, center top;
    background-size: contain, auto 400px;
  }
}
@media screen and (max-width: 767px) {
  .main_visual {
    width: 100vw;
    height: 97.1428571429vw;
    background-image: url("/bs/lp/d-kyoushitsu/common/images/main-visual-pc.webp");
    background-repeat: no-repeat, no-repeat;
    background-position: center, center top;
    background-size: cover, auto auto;
  }
}
@media screen and (max-width: 767px) {
  .main_visual {
    position: relative;
    background-color: transparent;
  }
  .main_visual h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) and (min-width: 1441px) {
  .main_visual {
    height: 480px;
    background-image: url("/bs/lp/d-kyoushitsu/common/images/main-visual-sp.webp");
    background-repeat: no-repeat, no-repeat;
    background-position: center, center top;
    background-size: contain, 100vw auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1440px) {
  .main_visual {
    width: 100vw;
    height: 33.3333333333vw;
    background-image: url("/bs/lp/d-kyoushitsu/common/images/main-visual-sp.webp");
    background-repeat: no-repeat, no-repeat;
    background-position: center, center top;
    background-size: contain, auto 400px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .main_visual {
    width: 100vw;
    height: 97.1428571429vw;
    background-image: url("/bs/lp/d-kyoushitsu/common/images/main-visual-sp.webp");
    background-repeat: no-repeat, no-repeat;
    background-position: center, center top;
    background-size: cover, auto auto;
  }
}

.sub-main {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .sub-main {
    flex-direction: column;
  }
}
.sub-main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .sub-main {
    padding: 0 20px;
  }
}
.sub-main {
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .sub-main {
    gap: 20px;
  }
}
.sub-main p {
  font-size: clamp(26px, 2.6666666667vw, 32px);
  color: #0035A0;
  font-weight: 700;
  flex: 0 0 45%;
}
@media screen and (max-width: 767px) {
  .sub-main p {
    flex: 1;
  }
}
.sub-main figure {
  flex: 1;
}
.sub-main figure img {
  display: block;
  width: 100%;
}

.section-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .section-wrap {
    padding: 0 20px;
  }
}

.sub-text {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
}

.feature_list {
  gap: 32px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .feature_list {
    flex-direction: column;
  }
}

.feature_item {
  flex: 1;
  text-align: center;
}

.feature_num {
  font-size: clamp(30px, 3vw, 36px);
  font-weight: 700;
  color: #0B61B7;
  margin-bottom: 10px !important;
}

.feature_title {
  font-size: clamp(34px, 3.3333333333vw, 40px);
  font-weight: 700;
  color: #000000;
}
.feature_title mark {
  background: linear-gradient(transparent 60%, #A4F6FF 60%);
  padding: 0 0.2em;
}

.feature_img {
  padding-top: 24px;
  margin-bottom: 20px;
}
.feature_img img {
  width: 100%;
  height: auto;
  display: block;
}

.feature_lead {
  font-weight: 700;
  font-size: clamp(18px, 1.8333333333vw, 22px);
  margin-bottom: 10px;
  color: #000000;
}

.feature_text {
  font-size: clamp(15px, 1.3333333333vw, 16px);
  line-height: 1.6;
}

.feature_lead,
.feature_text {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .feature_lead,
  .feature_text {
    text-align: center;
  }
}

.support-system {
  text-align: center;
}
.support-system .support-system-list {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .support-system .support-system-list {
    padding: 0 20px;
  }
}
.support-system .support-system-list {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1479px) {
  .support-system .support-system-list {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 1023px) {
  .support-system .support-system-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .support-system .support-system-list {
    grid-template-columns: 1fr;
  }
}
.support-system .support-system-list .support {
  width: 100%;
  container-type: inline-size;
  text-align: left;
}
.support-system .support-system-list .support img {
  width: 100%;
  border-radius: 0;
}
.support-system .support-system-list .support figure {
  display: block;
  font-size: clamp(18px, 2vw, 20px);
  margin-top: 0 !important;
  margin-bottom: -1em !important;
}
.support-system .support-system-list .support .headline-leaf {
  display: inline-block;
  border-radius: 0;
  padding: 0.4em 0.5em;
  background-color: #3E80BF;
  font-weight: bold;
  color: #ffffff;
  font-size: clamp(16px, 1.40625vw, 18px);
}
.support-system .support-system-list .support .headline-leaf + p {
  margin-top: 4px;
  padding: 0.4em 0.5em;
  font-size: clamp(16px, 1.40625vw, 18px);
}

.use-to-home ul {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .use-to-home ul {
    flex-direction: column;
  }
}
.use-to-home ul {
  justify-content: center;
  gap: 30px;
  max-width: calc(100% - 30px);
  margin: 8px auto 0;
}
@media screen and (max-width: 600px) {
  .use-to-home ul {
    gap: 10px;
  }
}
.use-to-home ul li {
  flex: 0 0 50%;
}
.use-to-home ul li h4 {
  font-size: clamp(18px, 1.71875vw, 22px);
  font-weight: 700;
  text-align: center;
}
.use-to-home ul li p {
  font-size: clamp(15px, 1.25vw, 16px);
  margin-top: 20px;
}

.process-to-start {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .process-to-start {
    padding: 0 20px;
  }
}

.process-section {
  text-align: center;
}
.process-section .process_num {
  display: block;
  font-size: clamp(30px, 3vw, 36px);
  font-weight: 700;
  color: #0B61B7;
}
.process-section .process_title {
  font-size: clamp(30px, 3vw, 36px);
  font-weight: 700;
  color: #000000;
  line-height: 1.6;
  margin-top: 10px !important;
}
.process-section .process_text {
  margin-top: 20px !important;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .process-section .process_text {
    text-align: left;
  }
}

.usage-form {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .usage-form {
    flex-direction: column;
  }
}
.usage-form {
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .usage-form li {
    flex: 1;
  }
}

.operating-environment {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .operating-environment {
    padding: 0 0 0 20px;
  }
  .operating-environment::after {
    content: "→ 横にスクロールできます";
    position: absolute;
    right: 10px;
    bottom: -22px;
    font-size: 12px;
    color: #666;
  }
}

/*動作環境_table*/
.table_scroll {
  position: relative;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .table_scroll {
    overflow-x: scroll;
  }
}

.spec_table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: clamp(18px, 1.6666666667vw, 20px);
}
.spec_table th,
.spec_table td {
  border: 1px solid #2d8ed6;
  padding: 18px 20px;
  text-align: left;
}
.spec_table thead th {
  background: #3E80BF;
  color: #ffffff;
  font-weight: 700;
}
.spec_table thead th:not(:last-of-type) {
  border-right: 1px solid #ffffff;
}
.spec_table tbody td {
  background: #ffffff;
  color: #000000;
  font-weight: 600;
}

/* スクロールバーの幅と高さを設定する */
.scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* スクロールバーの形を設定する */
.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}

/* スクロールバーの色を設定する */
.scrollbar-thumb-blue::-webkit-scrollbar-thumb {
  background-color: rgba(62, 128, 191, 0.6);
}

.headline_blue {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .headline_blue {
    padding: 0 20px;
  }
}
.headline_blue {
  position: relative;
  display: block;
  text-align: center;
  font-size: clamp(28px, 3.3333333333vw, 40px);
  line-height: 1.6;
  font-weight: 700;
  color: #0035A0;
}
.headline_blue h2 {
  display: block;
  position: relative;
  padding-bottom: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2261%22%20height%3D%226%22%20viewBox%3D%220%200%2061%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M2.71113%200H22.2312L19.5201%206H0L2.71113%200Z%22%20fill%3D%22%233E80BF%22/%3E%3Cpath%20d%3D%22M21.9611%200H41.4812L38.7701%206H19.25L21.9611%200Z%22%20fill%3D%22%234397CA%22/%3E%3Cpath%20d%3D%22M41.4797%200H60.9998L58.2887%206H38.7686L41.4797%200Z%22%20fill%3D%22%2349ADD4%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 61px 6px;
}
@media screen and (max-width: 767px) {
  .headline_blue {
    padding: 20px 15px;
  }
  .headline_blue br {
    display: none;
  }
}

.headline_gradient {
  padding: 6px 15px;
  text-align: center;
  background: linear-gradient(to right, #0035A0 40%, #A4F6FF);
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .headline_gradient {
    text-align: left;
    font-size: 20px;
  }
  .headline_gradient br {
    display: none;
  }
}

.sub-heading {
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 990px) {
  .sub-heading {
    padding: 0 3vw;
  }
}
.sub-heading::before {
  content: "";
  width: 60px;
  height: 6px;
  flex-shrink: 0;
  background: linear-gradient(to right, #224E67 0 50%, #9EACB4 50% 100%);
}
.sub-heading h3 {
  font-size: clamp(20px, 1.6666666667vw, 24px);
  font-weight: 700;
}

@keyframes animation-hover-arrow {
  0% {
    right: 1.25em;
  }
  40% {
    right: 0.75em;
    opacity: 0;
  }
  40.1% {
    right: 1.75em;
    opacity: 0;
  }
  100% {
    right: 1.25em;
    opacity: 1;
  }
}
.link-btn {
  margin: auto;
  max-width: 450px;
}
.link-btn a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 4.44em;
  text-align: center;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: bold;
  padding: 1.67em 0;
  line-height: 1.4;
  border-radius: 2.22em;
  border: 1px solid #0035A0;
  background: transparent;
}
.link-btn a span {
  width: calc(100% - 3em);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #0035A0;
}
.link-btn a:hover {
  color: #0035A0;
  border-color: #0035A0;
  background: #ffffff;
}
.link-btn a:hover span {
  color: #0035A0;
}
.link-btn a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.7,14.4l6.4-6.4L7.7,1.5" style="fill:none; stroke:%230035A0; stroke-width:2px;"/><path d="M0,7.9h14.2" style="fill:none; stroke:%230035A0; stroke-width:2px;"/></svg>') no-repeat center/contain;
  position: absolute;
  right: 1.25em;
  top: calc(50% - 0.5em);
}
.link-btn a:hover::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.7,14.4l6.4-6.4L7.7,1.5" style="fill:none; stroke:%230035A0; stroke-width:2px;"/><path d="M0,7.9h14.2" style="fill:none; stroke:%230035A0; stroke-width:2px;"/></svg>') no-repeat center/contain;
  animation: animation-hover-arrow 0.5s forwards;
}

.link-btn_bg_blue {
  margin: auto;
  max-width: 450px;
}
.link-btn_bg_blue a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 4.44em;
  text-align: center;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: bold;
  padding: 1.67em 0;
  line-height: 1.4;
  border-radius: 2.22em;
  border: 1px solid #0035A0;
  background: #0035A0;
}
.link-btn_bg_blue a span {
  width: calc(100% - 3em);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #ffffff;
}
.link-btn_bg_blue a:hover {
  color: #0035A0;
  border-color: #0035A0;
  background: #ffffff;
}
.link-btn_bg_blue a:hover span {
  color: #0035A0;
}
.link-btn_bg_blue a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.7,14.4l6.4-6.4L7.7,1.5" style="fill:none; stroke:%23ffffff; stroke-width:2px;"/><path d="M0,7.9h14.2" style="fill:none; stroke:%23ffffff; stroke-width:2px;"/></svg>') no-repeat center/contain;
  position: absolute;
  right: 1.25em;
  top: calc(50% - 0.5em);
}
.link-btn_bg_blue a:hover::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.7,14.4l6.4-6.4L7.7,1.5" style="fill:none; stroke:%230035A0; stroke-width:2px;"/><path d="M0,7.9h14.2" style="fill:none; stroke:%230035A0; stroke-width:2px;"/></svg>') no-repeat center/contain;
  animation: animation-hover-arrow 0.5s forwards;
}

.letter-spacing-n001 {
  display: inline-block;
  letter-spacing: -0.05em;
  transform: scaleX(0.9);
  transform-origin: 50% 50%;
}

.contact-list-01 {
  display: flex;
  max-width: 770px;
  justify-content: center;
  margin: clamp(20px, 4.8vw, 48px) auto 0;
  padding: 0 10px;
  gap: 0 2%;
}
.contact-list-01 li {
  width: 32%;
}

.outro-caution li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.5;
}

#d-kyoushitsu #contents ul.note {
  margin-bottom: 20px;
}
#d-kyoushitsu #contents ul.note li {
  margin-bottom: 5px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.5;
  font-size: 16px;
  color: #212121;
}
#d-kyoushitsu #contents ul.note li:nth-last-of-type(1) {
  margin-bottom: 0;
}