@charset "UTF-8";
/*
*　Noto Sans Japanese
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* 数値から単位を除外
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* `px` から `rem` に変換
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* `px` から `em` に変換
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/*
*　display: flex;
*/
/*
*　&:last-child
*/
/**
 * Common Styles
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5 {
  font-weight: inherit;
}

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #000;
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 375%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 7.8125vw;
  }
}
@media screen and (min-width: 1280px), print {
  html {
    font-size: 625%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  -webkit-text-size-adjust: 100%;
}
body * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 0.16rem;
    line-height: 1.74;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.15rem;
    line-height: 1.4;
  }
}

#main {
  display: block;
}

/* link
   ========================================================================== */
a {
  color: #000;
  text-decoration: none;
}

button {
  all: unset;
  display: inline-block;
  cursor: pointer;
}

a,
button {
  transition: opacity 0.15s;
}

@media screen and (min-width: 768px), print {
  a:hover,
  button:hover {
    opacity: 0.5;
  }
}

/* image
   ========================================================================== */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top;
}

table th img,
table td img {
  vertical-align: middle;
}

/* form
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
}

/* display
   ========================================================================== */
.-block {
  display: block;
}

.-spItem {
  display: none !important;
}

.-pcBlock {
  display: block;
}

.-spBr {
  display: none;
}

@media screen and (max-width: 767px) {
  .-spItem {
    display: block !important;
  }
  .-pcItem {
    display: none !important;
  }
  .-pcBlock {
    display: inline;
  }
  .-spBlock {
    display: block;
  }
  .-spBr {
    display: inline;
  }
  .-pcBr {
    display: none;
  }
}
/* margin
   ========================================================================== */
.-mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .-mt0 {
    margin-top: 0vw !important;
  }
}

.-mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .-mt5 {
    margin-top: 1.33vw !important;
  }
}

.-mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .-mt10 {
    margin-top: 2.67vw !important;
  }
}

.-mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .-mt15 {
    margin-top: 4vw !important;
  }
}

.-mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .-mt20 {
    margin-top: 5.33vw !important;
  }
}

.-mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .-mt25 {
    margin-top: 6.67vw !important;
  }
}

.-mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .-mt30 {
    margin-top: 8vw !important;
  }
}

.-mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .-mt35 {
    margin-top: 9.33vw !important;
  }
}

.-mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .-mt40 {
    margin-top: 10.67vw !important;
  }
}

.-mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .-mt45 {
    margin-top: 12vw !important;
  }
}

.-mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .-mt50 {
    margin-top: 13.33vw !important;
  }
}

.-mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .-mt55 {
    margin-top: 14.67vw !important;
  }
}

.-mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .-mt60 {
    margin-top: 16vw !important;
  }
}

.-mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .-mb0 {
    margin-bottom: 0vw !important;
  }
}

.-mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .-mb5 {
    margin-bottom: 1.33vw !important;
  }
}

.-mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .-mb10 {
    margin-bottom: 2.67vw !important;
  }
}

.-mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .-mb15 {
    margin-bottom: 4vw !important;
  }
}

.-mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .-mb20 {
    margin-bottom: 5.33vw !important;
  }
}

.-mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .-mb25 {
    margin-bottom: 6.67vw !important;
  }
}

.-mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .-mb30 {
    margin-bottom: 8vw !important;
  }
}

.-mr0 {
  margin-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .-mr0 {
    margin-right: 0vw !important;
  }
}

.-mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 767px) {
  .-mr5 {
    margin-right: 1.33vw !important;
  }
}

.-mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .-mr10 {
    margin-right: 2.67vw !important;
  }
}

.-mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .-mr15 {
    margin-right: 4vw !important;
  }
}

.-mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .-mr20 {
    margin-right: 5.33vw !important;
  }
}

.-ml0 {
  margin-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .-ml0 {
    margin-left: 0vw !important;
  }
}

.-ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 767px) {
  .-ml5 {
    margin-left: 1.33vw !important;
  }
}

.-ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 767px) {
  .-ml10 {
    margin-left: 2.67vw !important;
  }
}

.-ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 767px) {
  .-ml15 {
    margin-left: 4vw !important;
  }
}

.-ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .-ml20 {
    margin-left: 5.33vw !important;
  }
}

/* padding
   ========================================================================== */
.-pt0 {
  padding-top: 0 !important;
}

.-pb0 {
  padding-bottom: 0 !important;
}

/* text-align
   ========================================================================== */
.-textRt {
  text-align: right !important;
}

.-textCtr,
table.-textCtr th,
table.-textCtr td,
table.-textCtr th {
  text-align: center !important;
}

.-textLt {
  text-align: left !important;
}

/* 角丸
   ========================================================================== */
/* ==========================================================================
   03. Layout
   ========================================================================== */
/* base
   ========================================================================== */
/* common */
html {
  scroll-behavior: smooth;
}

body {
  min-width: 768px;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    min-width: 320px;
  }
}

main {
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .contents-inner {
    max-width: 1168px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contents-inner {
    padding: 0 0.16rem;
  }
}

.section-title {
  text-align: center;
  font-size: 0.37rem;
  line-height: 1.4;
  color: #003399;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 0.22rem;
  }
}
.section-lead {
  margin-top: 0.12rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-lead {
    margin-top: 0.06rem;
  }
}
.section-lead .red {
  color: #ff0000;
}

/* ==========================================================================
   04. Parts
   ========================================================================== */
.btn {
  position: relative;
  display: inline-block;
  border-radius: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .btn.-large {
    width: 7rem;
    height: 0.7rem;
    font-size: 0.22rem;
    line-height: 0.66rem;
  }
}
@media screen and (max-width: 767px) {
  .btn.-large {
    width: 100%;
    padding: 0.2rem 0;
    font-size: 0.17rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .btn.-large.-sp_slim {
    padding: 0.1rem 0;
  }
}
.btn.-small {
  width: 3.47rem;
  padding: 0.06rem 0;
  padding-left: 0.15rem;
  text-align: left;
  font-size: 0.14rem;
  letter-spacing: 0.006rem;
}
@media screen and (max-width: 767px) {
  .btn.-small {
    width: 100%;
    padding: 0.15rem 0;
    text-align: center;
    font-size: 0.17rem;
  }
}
.btn.-small.-icon_external::after {
  background-size: 0.15rem auto;
}
@media screen and (max-width: 767px) {
  .btn.-small.-icon_external::after {
    background-size: 0.21rem auto;
  }
}
.btn.-video {
  display: block;
  padding: 0.1rem 0;
  padding-left: 0.15rem;
  text-align: left;
  font-size: 0.18rem;
  letter-spacing: 0.01rem;
}
.btn.-blue {
  background: linear-gradient(to right, #2c0aa7 0%, #1d3fc2 60%, #196ddb 100%);
  color: white;
}
.btn.-orange {
  background: linear-gradient(to right, #f1a90c 0%, #ffbf00 20%, #ffd600 100%);
  color: #003399;
}
.btn.-icon_external::after {
  content: "";
  display: block;
  width: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../img/btn/icon_external.png) no-repeat calc(100% - 0.2rem) 50%;
  background-size: 0.21rem auto;
}
.btn.-icon_external_blue::after {
  background-image: url(../img/btn/icon_external_blue.png);
}
.btn.-icon_video::after {
  content: "";
  display: block;
  width: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../img/btn/icon_video.png) no-repeat calc(100% - 0.2rem) 50%;
  background-size: 0.31rem auto;
}

.floating-cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 7rem;
  height: 1.1rem;
  padding-top: 0.3rem;
  border-radius: 0.1rem 0.1rem 0 0;
  background: linear-gradient(to right, #f1a90c 0%, #ffbf00 20%, #ffd600 100%);
  color: #003399;
  font-size: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .floating-cta {
    width: 3.3rem;
    height: 0.7rem;
    padding-top: 0.23rem;
    border-radius: 0.07rem 0.07rem 0 0;
    font-size: 0.22rem;
  }
}
.floating-cta::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  right: 0.1rem;
  bottom: -0.05rem;
  border: #003399 solid 0.01rem;
  border-radius: 0.05rem 0.05rem 0 0;
}
@media screen and (max-width: 767px) {
  .floating-cta::after {
    top: 0.03rem;
    left: 0.03rem;
    right: 0.03rem;
    bottom: -0.01rem;
    border-width: 0.012rem;
  }
}
.floating-cta img {
  margin-left: 0.1rem;
  width: 0.21rem;
  vertical-align: -0.01rem;
}
.floating-cta.-bg {
  z-index: 9;
  background: white;
}
.floating-cta.-bg::after {
  display: none;
}

/*@import "_parts/_box";
@import "_parts/_form";
@import "_parts/_icon";
@import "_parts/_list";
@import "_parts/_pagination";
@import "_parts/_table";
@import "_parts/_topicpath";
*/
/* ==========================================================================
   05. pages
   ========================================================================== */
.mv {
  overflow: hidden;
  background: url(../img/mv/bg.png) 50% 0;
}
@media screen and (min-width: 768px), print {
  .mv {
    background-size: 1.15rem auto;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    background-size: 0.57rem auto;
  }
}
.mv .mv-wrapper {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .mv .mv-wrapper {
    max-width: 11.82rem;
    height: 5.74rem;
    margin: 0 auto;
    padding: 0 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-wrapper {
    height: 5.175rem;
    padding: 0 0.16rem;
  }
}
@media screen and (min-width: 768px), print {
  .mv .logo {
    padding-top: 0.36rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .logo {
    padding-top: 0.155rem;
  }
}
.mv .logo img {
  font-size: 0.12rem;
}
@media screen and (min-width: 768px), print {
  .mv .logo img {
    width: 4.27rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .logo img {
    width: 1.74rem;
  }
}
@media screen and (min-width: 768px), print {
  .mv .title {
    position: relative;
    z-index: 1;
    padding-top: 0.46rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .title {
    padding-top: 0.13rem;
  }
}
@media screen and (min-width: 768px), print {
  .mv .title img {
    width: 8.87rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .title img {
    width: 3.42rem;
  }
}
@media screen and (min-width: 768px), print {
  .mv .badge img {
    width: 2.41rem;
    position: absolute;
    top: 0.75rem;
    left: 6.11rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .badge img {
    width: 1.18rem;
    margin-top: 0.068rem;
    margin-left: 0.075rem;
  }
}
.mv img.student {
  position: absolute;
  bottom: 0rem;
}
@media screen and (min-width: 768px), print {
  .mv img.student {
    width: 9.29rem;
    right: -2.52rem;
  }
}
@media screen and (max-width: 767px) {
  .mv img.student {
    max-width: unset;
    width: 4.41rem;
    right: -1.14rem;
  }
}

.intro {
  color: #003399;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .intro .intro-wrapper {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .intro .intro-wrapper {
    padding: 0 0.16rem;
  }
}
.intro .title {
  margin-top: 1.2rem;
  font-size: 0.37rem;
}
@media screen and (max-width: 767px) {
  .intro .title {
    margin-top: 0.53rem;
    font-size: 0.22rem;
    line-height: 1.35;
  }
}
.intro .condition {
  margin-top: 0.13rem;
  padding: 0.05rem 0;
  font-size: 0.2rem;
  background-color: #fcee21;
}
@media screen and (max-width: 767px) {
  .intro .condition {
    margin-top: 0.05rem;
    padding: 0.078rem 0;
    font-size: 0.15rem;
  }
}
.intro .condition span {
  font-size: 0.3rem;
  vertical-align: -0.04rem;
}
@media screen and (max-width: 767px) {
  .intro .condition span {
    font-size: 0.225rem;
    vertical-align: -0.03rem;
  }
}

.benefits {
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .benefits {
    margin-top: 0.55rem;
  }
}
@media screen and (min-width: 768px), print {
  .benefits .layout {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .benefits .layout > div:first-child {
    margin-bottom: 0.25rem;
  }
}
@media screen and (min-width: 768px), print {
  .benefits .layout > div img {
    height: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .benefits .layout > div img {
    max-width: unset;
    width: 3.59rem;
  }
}

.overview {
  margin-top: 1.2rem;
  padding: 0.65rem 0;
  background-color: #e9f2fa;
}
@media screen and (max-width: 767px) {
  .overview {
    margin-top: 0.55rem;
    padding: 0.53rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .overview .content {
    display: flex;
  }
}
@media screen and (min-width: 768px), print {
  .overview .content .box:first-child {
    flex-shrink: 0;
    width: 5.7rem;
    margin-right: 0.3rem;
    border-right: 0.01rem solid;
  }
}
@media screen and (max-width: 767px) {
  .overview .content .box:first-child {
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
    border-bottom: 0.015rem solid;
  }
}
.overview .content .box .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #003399;
  font-size: 0.2rem;
}
@media screen and (max-width: 767px) {
  .overview .content .box .title {
    font-size: 0.17rem;
  }
}
.overview .content .box dl.list {
  display: grid;
  grid-template-columns: 0.95rem minmax(0, 1fr);
}
@media screen and (max-width: 767px) {
  .overview .content .box dl.list {
    grid-template-columns: 0.88rem minmax(0, 1fr);
  }
}
.overview .content .box dl.list dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #003399;
  position: relative;
}
.overview .content .box dl.list dt::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
.overview .content .box dl.list dd {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .overview .content .box dl.list dd {
    line-height: 1.45;
  }
}
.overview .note {
  margin-top: 0.14rem;
  padding-top: 0.05rem;
  border-top: 0.01rem solid;
}
@media screen and (max-width: 767px) {
  .overview .note {
    margin-top: 0.2rem;
    padding-top: 0.25rem;
    border-width: 0.015rem;
  }
}

.advantages {
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .advantages {
    margin-top: 0.55rem;
  }
}
@media screen and (min-width: 768px), print {
  .advantages .content {
    margin-top: 1.15rem;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .advantages .content {
    margin-top: 0.8rem;
  }
}
.advantages .content .box {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .advantages .content .box {
    width: calc(50% - 0.23rem);
    padding: 0.5rem 0.22rem 0.36rem;
  }
}
@media screen and (max-width: 767px) {
  .advantages .content .box {
    padding: 0.3rem 0.22rem 0.36rem;
  }
}
.advantages .content .box:first-child {
  background-color: #ffe5e6;
}
@media screen and (max-width: 767px) {
  .advantages .content .box:first-child {
    margin-bottom: 0.85rem;
  }
}
.advantages .content .box:first-child .title {
  color: #ff0000;
}
.advantages .content .box:last-child {
  background-color: #e3f7f5;
}
.advantages .content .box:last-child .title {
  color: #00a99d;
}
.advantages .content .box .icon {
  position: absolute;
  top: -0.82rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.755rem;
}
@media screen and (max-width: 767px) {
  .advantages .content .box .icon {
    top: -0.62rem;
    width: 1.2rem;
  }
}
.advantages .content .box .text-wrapper {
  position: relative;
  z-index: 1;
}
.advantages .content .box .title {
  text-align: center;
  font-size: 0.3rem;
}
@media screen and (max-width: 767px) {
  .advantages .content .box .title {
    font-size: 0.2rem;
  }
}
.advantages .content .box .lead {
  margin-top: 0.05rem;
}
@media screen and (max-width: 767px) {
  .advantages .content .box .lead {
    margin-top: 0.1rem;
    font-feature-settings: "palt";
  }
}

.points {
  margin-top: 1.15rem;
  padding: 1rem 0 1.1rem;
  background-color: #e9f2fa;
}
@media screen and (max-width: 767px) {
  .points {
    margin-top: 0.6rem;
    padding: 0.5rem 0 0.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .points .content {
    display: flex;
    gap: 0.1rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .points .content {
    margin-top: 0.35rem;
  }
}
.points .content .box {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .points .content .box {
    flex: 1;
    border-right: 0.01rem solid;
    padding: 0.3rem 0.2rem 0.2rem;
  }
  .points .content .box:last-child {
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .points .content .box {
    margin: 0.22rem;
    padding-bottom: 0.22rem;
    border-bottom: 0.015rem solid;
  }
  .points .content .box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.points .content .box .icon {
  width: 1.93rem;
}
.points .content .box .title {
  margin-top: 0.15rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.22rem;
  color: #003399;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .points .content .box .title {
    margin-top: 0.22rem;
    font-size: 0.18rem;
  }
}
.points .content .box .lead {
  letter-spacing: 0.003rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px), print {
  .points .content .box .lead {
    margin-top: 0.2rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .points .content .box .lead {
    margin-top: 0.12rem;
  }
}

.study-detail {
  margin-top: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .study-detail {
    margin-top: 0.5rem;
  }
}
.study-detail #grade-tabs {
  margin-top: 0.56rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs {
    margin: 0.4rem -0.1rem 0;
  }
}
.study-detail #grade-tabs {
  /*
  タブ切り替え
  */
}
.study-detail #grade-tabs .tab-list {
  display: flex;
  padding: 0 0.2rem;
  border-bottom: 0.04rem #279BC4 solid;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .tab-list {
    padding: 0 0.1rem;
    border-width: 0.03rem;
  }
}
.study-detail #grade-tabs .tab-list.-g1-3 {
  border-color: #05A5A5;
}
.study-detail #grade-tabs .tab-list.-g6 {
  border-color: #004098;
}
.study-detail #grade-tabs .tab-list button.tab-list-item {
  display: block;
  flex: 1;
  background-color: #fff;
  border-radius: 0 0.3rem 0 0;
  border: 0.01rem #CCCCCC solid;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.25rem;
  transition: background-color 0.4s;
  padding: 0.2rem 0.1rem 0.16rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .tab-list button.tab-list-item {
    font-size: 0.185rem;
    padding: 0.15rem 0.05rem 0.1rem;
    border-radius: 0 0.15rem 0 0;
    color: #333;
  }
}
.study-detail #grade-tabs .tab-list button.tab-list-item.is-btn-active {
  background-color: #279BC4;
  border-color: #279BC4;
  color: #FFFF00;
}
.study-detail #grade-tabs .tab-list button.tab-list-item.-g6.is-btn-active {
  background-color: #004098;
  border-color: #004098;
}
.study-detail #grade-tabs .tab-list button.tab-list-item.-g1-3.is-btn-active {
  background-color: #05A5A5;
  border-color: #05A5A5;
}
.study-detail #grade-tabs .tab-contents-wrapper {
  border: 0.01rem #CCCCCC solid;
  border-top: 0;
  padding: 0.75rem 0.95rem 0.55rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .tab-contents-wrapper {
    padding: 0.4rem 0.2rem 0.3rem;
  }
}
.study-detail #grade-tabs .tab-contents-wrapper .tab-contents {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 1s;
}
.study-detail #grade-tabs .tab-contents-wrapper .tab-contents.is-contents-active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.study-detail #grade-tabs .tab-contents-wrapper .tab-contents.-g6 h3:not(.fee-title) {
  background-color: #004098;
}
.study-detail #grade-tabs .tab-contents-wrapper .tab-contents.-g6 table thead tr th,
.study-detail #grade-tabs .tab-contents-wrapper .tab-contents.-g6 table .-bg-skyblue th {
  background-color: #cbd9ea;
}
.study-detail #grade-tabs .tab-contents-wrapper .tab-contents.-g6 .fee dl dt {
  color: #004098;
}
.study-detail #grade-tabs .tab-contents-wrapper .tab-contents.-g6 .fee h3.fee-title span {
  color: #004098;
}
.study-detail #grade-tabs .tab-contents-wrapper .tab-contents.-g1-3 h3:not(.fee-title) {
  background-color: #05A5A5;
}
.study-detail #grade-tabs .tab-contents-wrapper .tab-contents.-g1-3 table thead tr th,
.study-detail #grade-tabs .tab-contents-wrapper .tab-contents.-g1-3 table .-bg-skyblue th {
  background-color: #cdedec;
}
.study-detail #grade-tabs .tab-contents-wrapper .tab-contents.-g1-3 .fee dl dt {
  color: #05A5A5;
}
.study-detail #grade-tabs .tab-contents-wrapper .tab-contents.-g1-3 .fee h3.fee-title span {
  color: #05A5A5;
}
.study-detail #grade-tabs .fee__wrapper {
  padding: 0rem 0.95rem 0rem;
  margin: -0.2rem 0 -0.1rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .fee__wrapper {
    padding: 0.2rem 0.2rem 0.3rem;
  }
}
.study-detail #grade-tabs .fee__wrapper.-g6 h3:not(.fee-title) {
  background-color: #004098;
}
.study-detail #grade-tabs .fee__wrapper.-g6 table thead tr th,
.study-detail #grade-tabs .fee__wrapper.-g6 table .-bg-skyblue th {
  background-color: #cbd9ea;
}
.study-detail #grade-tabs .fee__wrapper.-g6 .fee dl dt {
  color: #004098;
}
.study-detail #grade-tabs .fee__wrapper.-g6 .fee h3.fee-title span {
  color: #004098;
}
.study-detail #grade-tabs {
  /*
  タブ中身
  */
}
.study-detail #grade-tabs .gr6 > h3 {
  margin-top: 1rem !important;
  padding: 0.12rem 0.1rem !important;
}
@media screen and (min-width: 768px), print {
  .study-detail #grade-tabs .gr6 > h3 {
    font-size: 0.24rem !important;
  }
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .gr6 > h3 {
    margin-top: 0.7rem !important;
    padding: 0.12rem 0.1rem !important;
    font-size: 0.18rem !important;
  }
}
.study-detail #grade-tabs .gr6 > h3:first-of-type {
  margin-top: 0rem !important;
}
.study-detail #grade-tabs .gr6 > h4 {
  margin-top: 0.6rem;
  margin-bottom: 0.15rem;
  padding: 0.08rem 0.18rem;
  text-align: center;
  font-size: 0.18rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background-color: #b4b4b4;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .gr6 > h4 {
    background-color: #cfcfcf;
    margin-top: 0.45rem;
    padding: 0.15rem 0.12rem;
    font-size: 0.16rem;
  }
}
.study-detail #grade-tabs .gr6 > h3 + h4, .study-detail #grade-tabs .gr6 > h4:first-of-type {
  margin-top: 0rem;
}
.study-detail #grade-tabs .youtube {
  text-align: center;
  padding-bottom: 0.13rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .youtube {
    padding-bottom: 0rem;
    margin-bottom: -0.2rem;
  }
}
.study-detail #grade-tabs .youtube iframe {
  width: 7.2rem;
  height: 4.04rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .youtube iframe {
    width: 100%;
    height: 60vw;
  }
}
.study-detail #grade-tabs h3:not(.fee-title) {
  background-color: #279BC4;
  text-align: center;
  color: #fff;
  font-size: 0.22rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.12rem;
  padding: 0.1rem 0.1rem;
  margin: 0.65rem 0 0.35rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs h3:not(.fee-title) {
    font-size: 0.18rem;
    padding: 0.08rem 0.1rem;
    margin: 0.5rem 0 0.15rem;
  }
}
.study-detail #grade-tabs h3:not(.fee-title):first-child {
  margin-top: 0;
}
.study-detail #grade-tabs h3:not(.fee-title).-ls-narrow {
  letter-spacing: 0.02rem;
}
.study-detail #grade-tabs h3:not(.fee-title) span {
  font-size: 0.16rem;
  opacity: 0.7;
  letter-spacing: 0.01rem;
  margin-left: 0.1rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs h3:not(.fee-title) span {
    font-size: 0.13rem;
    margin-left: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs p {
    line-height: 1.8;
  }
}
.study-detail #grade-tabs .note {
  margin-top: 0.04rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .note {
    margin-top: 0.1rem;
    line-height: 1.6;
  }
}
.study-detail #grade-tabs .under-line {
  text-decoration: underline;
}
.study-detail #grade-tabs .fee {
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .fee {
    margin-top: 0.6rem;
  }
}
.study-detail #grade-tabs .fee h3.fee-title {
  font-size: 0.32rem;
  letter-spacing: 0.03rem;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .fee h3.fee-title {
    font-size: 0.23rem;
  }
}
.study-detail #grade-tabs .fee h3.fee-title span {
  font-size: 0.36rem;
  color: #279BC4;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .fee h3.fee-title span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 0.27rem;
  }
}
.study-detail #grade-tabs .fee dl {
  border-top: 0.01rem #CCCCCC solid;
  line-height: 1.4;
  font-size: 0.165rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .study-detail #grade-tabs .fee dl {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .fee dl {
    padding: 0.12rem 0;
    font-size: 0.14rem;
  }
}
.study-detail #grade-tabs .fee dl:first-of-type {
  margin-top: 0.45rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .fee dl:first-of-type {
    margin-top: 0.15rem;
  }
}
@media screen and (min-width: 768px), print {
  .study-detail #grade-tabs .fee dl dt, .study-detail #grade-tabs .fee dl dd {
    padding: 0.22rem 0;
  }
}
.study-detail #grade-tabs .fee dl dt {
  color: #279BC4;
  flex-shrink: 0;
}
@media screen and (min-width: 768px), print {
  .study-detail #grade-tabs .fee dl dt {
    width: 1.76rem;
    padding-left: 0.3rem;
    padding-right: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .fee dl dt {
    margin-bottom: 0.05rem;
  }
}
.study-detail #grade-tabs .fee dl dd {
  flex-grow: 1;
}
@media screen and (min-width: 768px), print {
  .study-detail #grade-tabs .fee dl dd {
    padding-right: 0.1rem;
  }
}
@media screen and (min-width: 768px), print {
  .study-detail #grade-tabs .fee table {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .fee .js-scrollable {
    margin-top: 0.1rem;
  }
}
.study-detail #grade-tabs .gakusyunaiyo {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .gakusyunaiyo {
    margin-top: 0.3rem;
  }
}
@media screen and (min-width: 768px), print {
  .study-detail #grade-tabs .gakusyunaiyo dl {
    display: flex;
  }
}
.study-detail #grade-tabs .gakusyunaiyo dl dt {
  flex-shrink: 0;
}
@media screen and (min-width: 768px), print {
  .study-detail #grade-tabs .gakusyunaiyo dl dt {
    margin-right: 0.35rem;
  }
}
.study-detail #grade-tabs .gakusyunaiyo dl dt h4 {
  background-color: #333333;
  color: #fff;
  font-size: 0.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  padding: 0.1rem 0.25rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .gakusyunaiyo dl dt h4 {
    font-size: 0.15rem;
    padding: 0.1rem 0.15rem;
  }
}
.study-detail #grade-tabs .gakusyunaiyo dl dd {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .gakusyunaiyo dl dd {
    margin-top: 0.2rem;
  }
}
.study-detail #grade-tabs table {
  width: 100%;
  line-height: 1.4;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table {
    width: 5rem;
  }
  .study-detail #grade-tabs table.-sp-w100 {
    width: 100%;
  }
}
.study-detail #grade-tabs table.-nm {
  margin-top: -0.3rem;
}
.study-detail #grade-tabs table .cols-4 col:nth-child(1) {
  width: 0.92rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-4 col:nth-child(1) {
    width: 0.5rem;
  }
}
.study-detail #grade-tabs table .cols-4 col:nth-child(2), .study-detail #grade-tabs table .cols-4 col:nth-child(3), .study-detail #grade-tabs table .cols-4 col:nth-child(4) {
  width: 2.33rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-4 col:nth-child(2), .study-detail #grade-tabs table .cols-4 col:nth-child(3), .study-detail #grade-tabs table .cols-4 col:nth-child(4) {
    width: 1.5rem;
  }
}
.study-detail #grade-tabs table .cols-3 col:nth-child(1) {
  width: 0.92rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-3 col:nth-child(1) {
    width: 0.5rem;
  }
}
.study-detail #grade-tabs table .cols-3 col:nth-child(2), .study-detail #grade-tabs table .cols-3 col:nth-child(3) {
  width: 3.5rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-3 col:nth-child(2), .study-detail #grade-tabs table .cols-3 col:nth-child(3) {
    width: 2.25rem;
  }
}
.study-detail #grade-tabs table .cols-3-a col:nth-child(1) {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-3-a col:nth-child(1) {
    width: 10%;
  }
}
.study-detail #grade-tabs table .cols-3-a col:nth-child(2) {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-3-a col:nth-child(2) {
    width: 35%;
  }
}
.study-detail #grade-tabs table .cols-3-a col:nth-child(3) {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-3-a col:nth-child(3) {
    width: 55%;
  }
}
.study-detail #grade-tabs table .cols-3-a-2 col:nth-child(1) {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-3-a-2 col:nth-child(1) {
    width: 10%;
  }
}
.study-detail #grade-tabs table .cols-3-a-2 col:nth-child(2) {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-3-a-2 col:nth-child(2) {
    width: 20%;
  }
}
.study-detail #grade-tabs table .cols-3-a-2 col:nth-child(3) {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-3-a-2 col:nth-child(3) {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-3.-sp-w100 col:nth-child(1) {
    width: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-3.-sp-w100 col:nth-child(2), .study-detail #grade-tabs table .cols-3.-sp-w100 col:nth-child(3) {
    width: 2rem;
  }
}
.study-detail #grade-tabs table .cols-2 col:nth-child(1) {
  width: 0.92rem;
}
.study-detail #grade-tabs table .cols-2 col:nth-child(2) {
  width: 7rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-2.-sp-w100 col:nth-child(1) {
    width: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-2.-sp-w100 col:nth-child(2) {
    width: 2.55rem;
  }
}
.study-detail #grade-tabs table .cols-style-1 col:nth-child(1) {
  width: 0.92rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-style-1 col:nth-child(1) {
    width: 0.5rem;
  }
}
.study-detail #grade-tabs table .cols-style-1 col:nth-child(2), .study-detail #grade-tabs table .cols-style-1 col:nth-child(3) {
  width: 3.5rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-style-1 col:nth-child(2), .study-detail #grade-tabs table .cols-style-1 col:nth-child(3) {
    width: 2.25rem;
  }
}
.study-detail #grade-tabs table .cols-style-2 col:nth-child(1) {
  width: 8%;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-style-2 col:nth-child(1) {
    width: 8%;
  }
}
.study-detail #grade-tabs table .cols-style-2 col:nth-child(2) {
  width: 12%;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-style-2 col:nth-child(2) {
    width: 12%;
  }
}
.study-detail #grade-tabs table .cols-style-2 col:nth-child(3) {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-style-2 col:nth-child(3) {
    width: 80%;
  }
}
.study-detail #grade-tabs table .cols-style-3 col:nth-child(1) {
  width: 8%;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-style-3 col:nth-child(1) {
    width: 8%;
  }
}
.study-detail #grade-tabs table .cols-style-3 col:nth-child(2) {
  width: 12%;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-style-3 col:nth-child(2) {
    width: 12%;
  }
}
.study-detail #grade-tabs table .cols-style-3 col:nth-child(3) {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-style-3 col:nth-child(3) {
    width: 40%;
  }
}
.study-detail #grade-tabs table .cols-style-3 col:nth-child(4) {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-style-3 col:nth-child(4) {
    width: 40%;
  }
}
.study-detail #grade-tabs table .cols-fee col:nth-child(1) {
  width: 1.98rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-fee col:nth-child(1) {
    width: 1rem;
  }
}
.study-detail #grade-tabs table .cols-fee col:nth-child(2) {
  width: 2.68rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-fee col:nth-child(2) {
    width: 1.4rem;
  }
}
.study-detail #grade-tabs table .cols-fee col:nth-child(3) {
  width: 1.6rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-fee col:nth-child(3) {
    width: 1.28rem;
  }
}
.study-detail #grade-tabs table .cols-fee col:nth-child(4) {
  width: 1.65rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-fee col:nth-child(4) {
    width: 1.32rem;
  }
}
.study-detail #grade-tabs table .cols-fee2 col:nth-child(1) {
  width: 1.2rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-fee2 col:nth-child(1) {
    width: 1rem;
  }
}
.study-detail #grade-tabs table .cols-fee2 col:nth-child(2) {
  width: 2.68rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-fee2 col:nth-child(2) {
    width: 1.2rem;
  }
}
.study-detail #grade-tabs table .cols-fee2 col:nth-child(3) {
  width: 1.6rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-fee2 col:nth-child(3) {
    width: 1.3rem;
  }
}
.study-detail #grade-tabs table .cols-fee2 col:nth-child(4) {
  width: 1.65rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-fee2 col:nth-child(4) {
    width: 1.5rem;
  }
}
.study-detail #grade-tabs table .cols-fee3 col:nth-child(1) {
  width: 13%;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-fee3 col:nth-child(1) {
    width: 10%;
  }
}
.study-detail #grade-tabs table .cols-fee3 col:nth-child(2) {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-fee3 col:nth-child(2) {
    width: 20%;
  }
}
.study-detail #grade-tabs table .cols-fee3 col:nth-child(3) {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-fee3 col:nth-child(3) {
    width: 25%;
  }
}
.study-detail #grade-tabs table .cols-fee3 col:nth-child(4) {
  width: 21%;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-fee3 col:nth-child(4) {
    width: 18%;
  }
}
.study-detail #grade-tabs table .cols-fee3 col:nth-child(4) {
  width: 21%;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table .cols-fee3 col:nth-child(4) {
    width: 25%;
  }
}
.study-detail #grade-tabs table tr {
  border-bottom: 0.01rem #CCCCCC solid;
  position: relative;
  background-clip: padding-box;
}
.study-detail #grade-tabs table th, .study-detail #grade-tabs table td {
  border: 0.01rem #CCCCCC solid;
  background-clip: padding-box;
  border-top: 0;
  border-bottom: 0;
  letter-spacing: 0.003rem;
  vertical-align: middle;
}
.study-detail #grade-tabs table th.-m-narrow, .study-detail #grade-tabs table td.-m-narrow {
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}
.study-detail #grade-tabs table th {
  text-align: left;
  padding: 0.08rem 0.25rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table th {
    padding: 0.1rem 0.15rem;
  }
}
.study-detail #grade-tabs table td {
  padding: 0.12rem 0.25rem;
  font-size: 0.152rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs table td {
    padding: 0.08rem 0.15rem;
    font-size: 0.13rem;
  }
}
.study-detail #grade-tabs table thead tr,
.study-detail #grade-tabs table .-bg-skyblue {
  border-bottom: 0;
}
.study-detail #grade-tabs table thead tr th,
.study-detail #grade-tabs table .-bg-skyblue th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background-color: #d4ebf3;
  text-align: center;
}
.study-detail #grade-tabs table tbody tr th {
  background-color: #F0F0F0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.study-detail #grade-tabs table .-tx-c {
  text-align: center;
}
.study-detail #grade-tabs .-table-note {
  margin: 0.3rem 0 0.1rem;
}
@media screen and (max-width: 767px) {
  .study-detail #grade-tabs .-sp-blank {
    display: inline-block;
    width: 0.78em;
  }
}
.study-detail .btn-wrapper {
  margin-top: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .study-detail .btn-wrapper {
    margin-top: 0.52rem;
  }
}

.trial {
  margin-top: 1.25rem;
  padding: 1.1rem 0 1.2rem;
  background-color: #e9f2fa;
}
@media screen and (max-width: 767px) {
  .trial {
    margin-top: 0.6rem;
    padding: 0.55rem 0 0.6rem;
  }
}
@media screen and (min-width: 768px), print {
  .trial .video-list {
    max-width: 10.45rem;
    margin: 0.62rem auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .trial .video-list {
    margin: 0 0.22rem;
    margin-top: 0.28rem;
  }
}
@media screen and (min-width: 768px), print {
  .trial .video-list .item {
    width: calc(33.3333333333% - 0.38rem);
    margin-bottom: 0.65rem;
  }
}
@media screen and (max-width: 767px) {
  .trial .video-list .item {
    margin-bottom: 0.46rem;
  }
}
.trial .video-list .item .thumb {
  display: block;
  margin-bottom: 0.1rem;
}
.trial .full {
  margin-top: -0.17rem;
}
@media screen and (max-width: 767px) {
  .trial .full {
    margin-top: 0.55rem;
  }
}
.trial .full .btn-wrapper {
  margin-top: 0.63rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trial .full .btn-wrapper {
    margin-top: 0.55rem;
  }
}

.flow {
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .flow {
    margin-top: 0.5rem;
  }
}
.flow .list {
  max-width: 6.2rem;
  margin: 0 auto;
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px), print {
  .flow .list {
    border-bottom: 0.01rem solid #b3b3b3;
  }
}
@media screen and (max-width: 767px) {
  .flow .list {
    margin-top: 0.3rem;
  }
}
.flow .list .item {
  padding-bottom: 0.15rem;
  border-top: 0.01rem solid #b3b3b3;
}
@media screen and (max-width: 767px) {
  .flow .list .item {
    padding-bottom: 0.28rem;
  }
}
.flow .list .item .title-wrapper {
  display: flex;
  font-size: 0.22rem;
}
@media screen and (max-width: 767px) {
  .flow .list .item .title-wrapper {
    font-size: 0.18rem;
  }
}
.flow .list .item .title-wrapper .num {
  width: 1.315rem;
  height: 0.36rem;
  padding-left: 0.1rem;
  flex-shrink: 0;
  color: white;
  line-height: 0.33rem;
  background: url(../img/flow/title_bg.png) no-repeat 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .flow .list .item .title-wrapper .num {
    width: 0.96rem;
    height: 0.265rem;
    line-height: 0.25rem;
  }
}
.flow .list .item .title-wrapper .title {
  flex-grow: 1;
  color: #003399;
}
@media screen and (max-width: 767px) {
  .flow .list .item .title-wrapper .title.-narrow {
    line-height: 1.3;
    margin-bottom: 0.05rem;
    font-feature-settings: "palt";
  }
}
.flow .list .item .text {
  margin-top: 0.06rem;
  padding-left: 0.07rem;
}

.cta {
  margin-top: 1.2rem;
  padding-top: 1.1rem;
  padding-bottom: 1.7rem;
  background-color: #e9f2fa;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta {
    margin-top: 0.25rem;
    padding-top: 0.55rem;
    padding-bottom: 0.85rem;
  }
}
.cta .lead {
  margin-top: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta .lead {
    margin-top: 0.1rem;
  }
}
.cta .mail {
  margin-top: 0.14rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta .mail {
    margin-top: 0.2rem;
  }
}
.cta .mail a {
  color: #0080cb;
}
.cta .btn-wrapper {
  margin-top: 0.7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta .btn-wrapper {
    margin-top: 0.5rem;
  }
}
.cta .btn-wrapper .site-link-btn {
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .cta .btn-wrapper .site-link-btn {
    margin-top: 0.2rem;
  }
}
.cta .copy {
  margin-top: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta .copy {
    margin-top: 0.18rem;
    font-size: 0.14rem;
  }
}
.cta .page-top {
  position: absolute;
  right: 0.65rem;
  bottom: 1.65rem;
  font-size: 0.14rem;
  line-height: 1.3;
  color: #003399;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta .page-top {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */