/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

*,
*::before,
*::after {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #292929;
  line-height: 1.7;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  line-break: normal;
  word-wrap: break-word;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

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

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

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.7;
}

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

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

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

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

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

h2 {
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}

.tab {
  margin: 0 auto;
  margin-top: 2vw;
}

@media screen and (max-width: 991px) {
  .tab {
    margin-top: 5vw;
  }
}

/* タブメニュー */
.tab__menu {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /* メニューを下揃え */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  /* メニュー切替時にタブがズレないように */
  padding: 0;
  margin: 0 auto;
}

.tab__menu-item {
  list-style: none;
  width: 33.3333333333%;
  padding: 8px 5px;
  font-size: 13px;
  /* メニューに高さを付ける */
  text-align: center;
  margin-right: 6px;
  background-color: #ededed;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /* アニメーション */
}

@media screen and (min-width: 992px) {
  .tab__menu-item {
    font-size: 16px;
  }
}

.tab__menu-item:last-of-type {
  margin-right: 0px;
}

.tab__menu-item.jitumu {
  background-color: #e3eaff;
}

.tab__menu-item.jitumu.is-active {
  color: #292929;
  padding: 12px 5px;
}

.tab__menu-item.shuppan {
  background-color: #f5dadb;
}

.tab__menu-item.shuppan.is-active {
  background-color: #f5dadb;
  color: #292929;
  padding: 12px 5px;
}

.tab__menu-item.eizou {
  background-color: #d3ebe4;
}

.tab__menu-item.eizou.is-active {
  color: #292929;
  padding: 12px 5px;
}

.tab__menu-item .jitumu-icon,
.tab__menu-item .shuppan-icon,
.tab__menu-item .eizou-icon {
  display: inline-block;
  width: 16px;
  margin-right: 5px;
  height: auto;
}

.bottom .tab__menu-item {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* is-activeがついている時のスタイル */
/* タブパネル */
.tab__panel {
  width: 100%;
}

.tab__panel-text {
  max-width: 1080px;
  margin: 0 auto;
}

.tab__panel-text-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .tab__panel-text-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .tab__panel-text-top img {
    width: 40%;
  }
}

@media screen and (min-width: 768px) {
  .tab__panel-text-top .text {
    width: 50%;
  }
}

.tab__panel-text-top .text>* {
  padding-bottom: 20px;
}

.tab__panel-text-top .text h3 {
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .tab__panel-text-top .text h3 {
    font-size: 22px;
  }
}

.tab__panel-text-top .text img {
  margin: 0 auto;
}

.tab__panel-text-top .text dl {
  background: #fff;
  padding: 15px 25px;
  border-radius: 10px;
}

.tab__panel-text-top .text dl dt,
.tab__panel-text-top .text dl dd>span {
  color: #004099;
}

.tab__panel-text-top .text dl dt {
  padding-bottom: 15px;
  font-weight: bold;
  border-bottom: 3px solid #e3eaff;
}

.tab__panel-text-top .text dl dd {
  padding-top: 20px;
}

.tab__panel-text-top .text dl dd .inlinebk:not(:last-child)::after {
  color: #004099;
  padding-left: 0.5em;
  content: "/";
}

.tab__panel-text-bottom {
  margin-top: 4vw;
}

.tab__panel-box002 .tab__panel-text-top dl dt,
.tab__panel-box002 .tab__panel-text-top dl dd>span {
  color: #ff6565;
}

.tab__panel-box002 .tab__panel-text-top dl dt {
  border-bottom: 3px solid #f5dadb;
}

.tab__panel-box002 .tab__panel-text-top dl dd .inlinebk:not(:last-child)::after {
  color: #ff6565;
}

.tab__panel-box003 .tab__panel-text-top dl dt,
.tab__panel-box003 .tab__panel-text-top dl dd>span {
  color: #43b093;
}

.tab__panel-box003 .tab__panel-text-top dl dt {
  border-bottom: 3px solid #d3ebe4;
}

.tab__panel-box003 .tab__panel-text-top dl dd .inlinebk:not(:last-child)::after {
  color: #43b093;
}

.tab__panel-box {
  min-height: 400px;
  padding: 8vw 4vw;
}

@media screen and (min-width: 992px) {
  .tab__panel-box {
    padding: 4vw 4vw;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .tab__panel-box {
    padding: 8vw 12vw;
  }
}

.tab__panel-box001 {
  background-color: #e3eaff;
  display: none;
}

.tab__panel-box002 {
  background-color: #f5dadb;
  display: none;
}

.tab__panel-box003 {
  background-color: #d3ebe4;
  display: none;
}

/* is-showがついている時のスタイル */
.tab__panel-box.is-show {
  display: block;
}

.wrap {
  background: #fafafa;
}

.pink {
  color: #ff6565;
}

.blue {
  color: #004099;
}

@media screen and (min-width: 992px) {
  .pc {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .md {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .md {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .tb {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tb {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .tb-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .tb-sp {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width: 576px) {
  .sm {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .sm {
    display: block;
  }
}

@media screen and (min-width: 414px) {
  .se {
    display: none;
  }
}

@media screen and (max-width: 413px) {
  .se {
    display: block;
  }
}

.bg-blue {
  background: #004099;
}

.bg-blue>* {
  color: #fff;
}

.bg-white {
  background: #fff;
}

.small {
  font-size: 0.8em;
}

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

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

.bold {
  font-weight: bold;
}

.inlinebk {
  display: inline-block;
}

.underline {
  background: url(../image/underline.png) bottom repeat-x;
  background-size: 60px;
  padding: 0 0 5px;
}

[class*=-inner] {
  margin: 0 auto;
  max-width: 1040px;
}

@media screen and (max-width: 1199px) {
  [class*=-inner] {
    max-width: 90%;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  [class*=-inner] {
    width: 85%;
  }
}

[class$=-ttl] {
  display: inline-block;
  position: relative;
  padding: 50px;
  font-weight: bold;
  background-image: url(../image/ttl-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 575px) {
  [class$=-ttl] {
    width: 100%;
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 25px;
  }
}

[class$=-ttl] h2 {
  color: #004099;
  line-height: 1.1;
}

@media screen and (max-width: 991px) {
  [class$=-ttl] h2 {
    font-size: 22px;
  }
}

[class$=-ttl]:after,
[class$=-ttl]:before {
  position: absolute;
  width: 25px;
  height: 25px;
  content: "";
}

[class$=-ttl]:after {
  border-left: solid 1px #004099;
  border-top: solid 1px #004099;
  top: 20%;
  left: 5%;
  -webkit-transform: translate(-5%, -20%);
  -ms-transform: translate(-5%, -20%);
  transform: translate(-5%, -20%);
}

[class$=-ttl]:before {
  border-right: solid 1px #004099;
  border-bottom: solid 1px #004099;
  bottom: 13%;
  right: 5%;
  -webkit-transform: translate(-5%, -13%);
  -ms-transform: translate(-5%, -13%);
  transform: translate(-5%, -13%);
}

.button-container a {
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background: #ff6565;
  padding: 15px 10px 15px 50px;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .button-container a {
    padding: 10px 10px 10px 20px;
    font-size: 14px;
  }
}

.button-container a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #ff9898;
}

.button-container .arrow {
  color: #fff;
  padding-left: 50px;
}

@media screen and (max-width: 1199px) {
  .button-container .arrow {
    padding-left: 20px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 99;
}

header .header-inner {
  max-width: 1040px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  header .header-inner {
    max-width: 90%;
  }
}

header .header-inner .logo {
  max-width: 250px;
  width: 100%;
}

header .header-inner .logo img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  header .header-inner .logo {
    max-width: 250px;
    width: calc(100% - 180px);
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  header .header-inner .logo {
    max-width: 170px;
  }
}

.container {
  padding-top: 70px;
}

.fv-inner {
  max-width: 100%;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .fv-inner {
    display: block;
  }
}

.fv-catch {
  position: absolute;
  z-index: 3;
  width: 49%;
  left: 0;
  top: 15%;
  -webkit-transform: translate(0, -15%);
  -ms-transform: translate(0, -15%);
  transform: translate(0, -15%);
}

@media screen and (max-width: 767px) {
  .fv-catch {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .fv-catch-sp {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .fv-catch-sp.bottom {
    position: absolute;
    width: 90%;
    bottom: 15%;
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
  }
}

@media screen and (max-width: 767px) {
  .fv-catch-sp {
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fv-catch-sp.bottom {
    position: absolute;
    width: 90%;
    left: 10px;
    bottom: 15%;
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
  }
}

.fv-catch-under {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .fv-catch-under.top {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .fv-catch-under.top {
    position: absolute;
    left: 10%;
    bottom: 5%;
    -webkit-transform: translate(-10%, -5%);
    -ms-transform: translate(-10%, -5%);
    transform: translate(-10%, -5%);
  }
}

.fv-catch-under.bottom {
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .fv-catch-under.bottom {
    display: block;
    padding-top: 31vw;
  }
}

@media screen and (max-width: 767px) {
  .fv-catch-under.bottom {
    display: block;
    padding-top: 25vw;
  }
}

@media screen and (min-width: 768px) {
  .fv-catch-under.bottom {
    display: none;
  }
}

.fv-catch-under.bottom .button-container a {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.fv-catch-under p {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .fv-catch-under p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .fv-catch-under p br.fv {
    display: none;
  }
}

.fv-catch-under .button-container {
  margin-top: 20px;
}

.fv .splide {
  width: 65%;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .fv .splide {
    width: 95%;
  }
}

.fv .splide .splide__slide.is-active span img,
.fv .splide .splide__slide.is-prev span img,
.fv .splide .splide__slide span.is-prev>img {
  -webkit-animation: scale 40s linear 0s normal both;
  animation: scale 40s linear 0s normal both;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.kind .ttl-container {
  margin-top: 7.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .kind .ttl-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.kind-ttl {
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .kind-ttl {
    margin: 0 auto 0 0;
  }
}

.kind-ttl-des {
  width: 74%;
}

@media screen and (max-width: 991px) {
  .kind-ttl-des {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .kind .tab__panel-text-top .text img {
    width: 70%;
  }
}

.kind .tab__panel-text-top .text h3 {
  padding-bottom: 5px;
}

.advisor-inner {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .advisor-inner {
    margin-top: 80px;
  }
}

.advisor-box {
  position: relative;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 20px 133px;
}

@media screen and (min-width: 992px) {
  .advisor-box {
    padding: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .advisor-box {
    padding: 30px 50px 133px;
  }
}

.advisor-box h3 {
  padding-bottom: 15px;
}

.advisor-box h3:not(:first-child) {
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .advisor-box .text {
    width: 65%;
    margin: 0 0 0 auto;
  }
}

.advisor-box .advisor-img {
  width: 343px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  .advisor-box .advisor-img {
    width: 149px;
    left: unset;
    right: 0;
  }
}

.about-student {
  margin-top: 102px;
}

.about-student .ttl-container {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .about-student .ttl-container {
    margin-bottom: 67px;
  }
}

@media screen and (min-width: 768px) {
  .about-student-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .about-student-top img {
    width: 46.9230769231%;
  }

  .about-student-top .text {
    width: 41.7307692308%;
  }
}

.about-student-bottom .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-student-bottom .content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.about-student-bottom .content li h3 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}

.about-student-bottom .content li:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .about-student-bottom .content li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 10%;
    flex: 1 0 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-student-bottom .content li:not(:last-child) {
    margin-right: 43px;
  }

  .about-student-bottom .content li img {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .about-student-bottom .content li {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
  }

  .about-student-bottom .content li:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .about-student-bottom .content li .text {
    width: 54.9333333333%;
  }

  .about-student-bottom .content li h3 {
    text-align: center;
  }

  .about-student-bottom .content li img {
    padding: 0;
    width: 40%;
    height: auto;
  }
}

.howtostudy-inner {
  margin-top: 100px;
}

@media screen and (min-width: 992px) {
  .howtostudy .ttl-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .howtostudy .ttl-container .howtostudy-ttl {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 992px) {
  .howtostudy-ttl-des {
    width: calc(100% - 280px);
  }
}

@media screen and (min-width: 992px) {
  .howtostudy-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

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

@media screen and (max-width: 991px) {
  .howtostudy-list {
    margin-bottom: 60px;
  }
}

.howtostudy-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.howtostudy-list-item:not(:last-child) {
  margin-bottom: 40px;
}

.howtostudy-list-item-img {
  margin-right: 20px;
}

@media screen and (min-width: 992px) {
  .howtostudy-list-item-img {
    width: 160px;
  }
}

@media screen and (max-width: 991px) {
  .howtostudy-list-item-img {
    width: 120px;
  }
}

@media screen and (max-width: 575px) {
  .howtostudy-list-item-img {
    width: 107px;
  }
}

.howtostudy-list-item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 162/127;
}

.howtostudy-list-item-text {
  width: calc(100% - 110px);
}

@media screen and (min-width: 992px) {
  .howtostudy-list-item-text {
    width: calc(100% - 200px);
  }
}

.howtostudy-list-item-text h4 {
  color: rgb(67, 176, 147);
  font-size: clamp(1rem, 0.795rem + 1.02vw, 1.563rem);
}

@media screen and (max-width: 991px) {
  .howtostudy-left {
    margin-bottom: 30px;
  }
}

.howtostudy-right {
  max-width: 434px;
  min-width: 297px;
  width: 90%;
  margin: 0 auto;
}

.course {
  margin-top: 136px;
}

.course .ttl-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1199px) {
  .course .ttl-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 1200px) {
  .course .ttl-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1199px) {
  .course-ttl {
    margin: 0 auto;
  }
}

.course-ttl-des {
  margin-top: 30px;
}

@media screen and (min-width: 1200px) {
  .course-ttl-des {
    width: 50.7692307692%;
  }
}

.course .bg-white {
  margin-top: 140px;
  padding-bottom: 71px;
}

.course .bg-white .ttl-container {
  text-align: center;
}

.course .bg-white .course-ttl {
  margin-top: -85px;
}

@media screen and (max-width: 991px) {
  .course .bg-white .course-ttl {
    margin-top: -60px;
  }
}

.course-list-top {
  list-style-type: none;
}

.course-list-top>li {
  position: relative;
  margin-bottom: 40px;
}

.course-list-top>li:first-child {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .course-list-top>li:first-child {
    margin-top: 20px;
  }
}

.course-list-top>li:not(:last-child) {
  margin-bottom: 105px;
}

@media screen and (max-width: 991px) {
  .course-list-top>li:not(:last-child) {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .course-list-top>li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .course-list-top>li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .course-list-top>li .br {
    display: block;
  }
}

.course-list-top>li picture {
  position: absolute;
  top: 10%;
  z-index: 0;
  width: 31.8269230769%;
}

@media screen and (max-width: 767px) {
  .course-list-top>li picture {
    position: relative;
    width: 110%;
    left: -10%;
    top: 50px;
  }
}

.course-list-top>li .box,
.course-list-top>li .text {
  margin: 0 0 0 auto;
}

.course-list-top>li .box {
  position: relative;
  width: 77.369525616%;
  padding: 20px 40px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: right 5% bottom 50%;
}

@media screen and (min-width: 1200px) {
  .course-list-top>li .box {
    width: 804px;
  }
}

@media screen and (max-width: 767px) {
  .course-list-top>li .box {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right 5% bottom 15%;
  }
}

.course-list-top>li .box>* {
  width: 88.2639593909%;
}

@media screen and (max-width: 767px) {
  .course-list-top>li .box>* {
    width: 100%;
  }
}

.course-list-top>li .text {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .course-list-top>li .text {
    width: 77.369525616%;
    padding-left: 11vw;
  }
}

@media screen and (min-width: 1200px) {
  .course-list-top>li .text {
    padding-top: 20px;
    padding-left: 130px;
    width: 804px;
  }
}

.course-list-top>li .text .check {
  font-size: 22px;
  padding-bottom: 15px;
}

.course-list-top>li .text .check .inlinebk {
  padding-right: 5px;
}

.course-list-top>li .text .check img {
  width: 20px;
}

.course-list-top>li .text ul {
  margin-bottom: 30px;
}

.course-list-top>li .text li:before {
  content: "・";
}

.course-list-top-jitumu .box {
  background-image: url(../image/bg-jitumu-img.png);
  background-size: 114px;
}

@media screen and (max-width: 1199px) {
  .course-list-top-jitumu .box {
    background-size: 70px;
  }
}

.course-list-top-jitumu .box h3 {
  color: #30a7df;
}

.course-list-top-jitumu .text .check {
  color: #30a7df;
}

.course-list-top-jitumu .text li:before {
  content: "・";
  color: #30a7df;
}

.course-list-top-shuppan .box {
  background-image: url(../image/bg-shuppan-img.png);
  background-size: 155px;
}

@media screen and (max-width: 1199px) {
  .course-list-top-shuppan .box {
    background-size: 85px;
  }
}

.course-list-top-shuppan .box h3 {
  color: #ff6565;
}

.course-list-top-shuppan .text .check {
  color: #ff6565;
}

.course-list-top-shuppan .text li:before {
  content: "・";
  color: #ff6565;
}

.course-list-top-eizou .box {
  background-image: url(../image/bg-eizou-img.png);
  background-size: 120px;
}

@media screen and (max-width: 1199px) {
  .course-list-top-eizou .box {
    background-size: 80px;
  }
}

.course-list-top-eizou .box h3 {
  color: #43b093;
}

.course-list-top-eizou .text .check {
  color: #43b093;
}

.course-list-top-eizou .text li:before {
  content: "・";
  color: #43b093;
}

.course-list-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.course-list-bottom:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
  .course-list-bottom {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .course-list-bottom .text {
    margin: 35px 0 20px;
  }
}

@media screen and (min-width: 1200px) {
  .course-list-bottom .text {
    width: 34.6153846154%;
  }
}

.course-list-bottom .text h3 {
  font-size: 22px;
}

@media screen and (min-width: 1200px) {
  .course-list-bottom .course-list {
    width: 59.8076923077%;
  }
}

.course-list-bottom .course-list li:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .course-list-bottom .course-list li .align-right {
    text-align: left;
  }

  .course-list-bottom .course-list li .br {
    display: block;
  }
}

.course-list-bottom .course-list li.basic3 .box h4 {
  color: #8b83e6;
}

.course-list-bottom .course-list li.college .box h4 {
  color: #eaa382;
}

.course-list-bottom .course-list li.nyumon .box h4 {
  color: #f0dd74;
}

.course-list-bottom .course-list .box {
  padding: 35px 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

.course-list-bottom .course-list .box h4 {
  font-size: 22px;
}

.course-list-bottom .course-list .box .align-right {
  margin-top: 20px;
}

.support {
  margin-top: 70px;
}

.support .ttl-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  .support .ttl-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1200px) {
  .support-ttl-des {
    width: 44%;
    padding-top: 30px;
  }
}

@media screen and (max-width: 575px) {

  .support .jitumu-icon,
  .support .shuppan-icon,
  .support .eizou-icon {
    display: none;
  }
}

.support .tab__panel-text>img {
  margin-right: 0 auto;
}

@media screen and (max-width: 767px) {
  .support .tab__panel-text>img {
    margin-bottom: 40px;
  }
}

.support .tab__panel-text .text img {
  max-width: 463px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .support .tab__panel-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .support .tab__panel-text>img {
    width: 39.0549879808%;
    margin-right: 0 auto;
  }

  .support .tab__panel-text .text {
    width: 56.4423076923%;
  }

  .support .tab__panel-text .text img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

.support .advisor-box {
  padding: 30px 20px;
}

@media screen and (max-width: 991px) {
  .support .advisor-box {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 575px) {
  .support .advisor-box {
    padding: 0 20px 30px;
  }
}

.support .advisor-box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .support .advisor-box-top {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.support .advisor-box-top img {
  margin-top: -100px;
  width: 31.3044621394%;
}

@media screen and (max-width: 991px) {
  .support .advisor-box-top img {
    width: 26%;
    margin-top: -50px;
  }
}

.support .advisor-box-top .text {
  margin: 0 0 0 auto;
  width: 65.1923076923%;
}

.support .advisor-box-top h3.md {
  width: 63.7333%;
}

.support .advisor-box-top p.md {
  width: 100%;
}

.support .advisor-box-bottom {
  margin-top: 75px;
}

@media screen and (max-width: 991px) {
  .support .advisor-box-bottom {
    margin-top: 30px;
  }

  .support .advisor-box-bottom>img {
    width: 31.2%;
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 575px) {
  .support .advisor-box-bottom>img {
    width: 49%;
  }
}

.support .advisor-box-bottom .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .support .advisor-box-bottom .text {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .support .advisor-box-bottom .text h3 {
    width: 75.8846%;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  .support .advisor-box-bottom .text img {
    display: block;
    width: 19.2308%;
    height: 100%;
    aspect-ratio: 803/273;
    vertical-align: bottom;
  }

  .support .advisor-box-bottom .text p {
    width: 100%;
  }
}

.voice {
  margin-top: 80px;
  padding-bottom: 80px;
  /* 数字の色やサイズ調整 */
}

.voice .ttl-container {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .voice .ttl-container+p {
    text-align: center;
  }
}

.voice .splide__slide h3 {
  display: inline-block;
  color: #004099;
  font-size: 27px;
}

@media screen and (max-width: 991px) {
  .voice .splide__slide h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .voice .splide__slide h3 {
    font-size: 18px;
  }
}

.voice .splide__slide p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .voice .splide__slide p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .voice .splide__slide .scroll-box {
    overflow: hidden;
  }

  .voice .splide__slide .scroll {
    height: 250px;
    overflow-y: scroll;
    padding-right: 15px;
    scrollbar-color: #bbbcc3 #fff;
    scrollbar-width: thin;
  }

  .voice .splide__slide .scroll::-webkit-scrollbar-track-piece {
    border: 1px solid #bbbcc3;
  }

  .voice .splide__slide .simplebar-track {
    right: 0;
  }

  .voice .splide__slide .simplebar-scrollbar:before {
    background: #bbbcc3;
  }

  .voice .splide__slide .simplebar-track.simplebar-vertical {
    border: 1px solid #bbbcc3;
    background: #fff;
  }

  .voice .splide__slide .simplebar-scrollbar {
    background: #bbbcc3;
    border-radius: 50px;
    border: 1px solid #fff;
  }
}

.voice .splide__slide .flex {
  margin: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 95%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .voice .splide__slide .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .voice .splide__slide .flex {
    padding: 40px 30px;
  }
}

.voice .splide__slide .text {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .voice .splide__slide img {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .voice .splide__slide img {
    max-width: 329px;
  }
}

@media screen and (min-width: 992px) {
  .voice .splide__slide .text {
    width: 57.5%;
  }
}

.voice .splide__slide .text .info,
.voice .splide__slide .text p {
  margin-bottom: 20px;
}

.voice .pagination {
  bottom: -30px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
  /* これがないとスライドの下になる */
}

@media screen and (max-width: 767px) {
  .voice .pagination.tb {
    display: inline-block;
  }
}

.voice .pagination span {
  color: #004099;
  font-size: 16px;
  font-weight: 700;
}

.voice .splide__arrow {
  background: #004099;
  opacity: 1;
}

.voice .splide__arrow svg {
  fill: #fff;
}

.voice .splide__arrow:hover:not(:disabled) {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .voice .splide__arrow--prev {
    z-index: 99;
    top: unset;
    bottom: -3.5%;
    left: 32%;
    -webkit-transform: translate(-32%, 3.5%);
    -ms-transform: translate(-32%, 3.5%);
    transform: translate(-32%, 3.5%);
  }
}

@media screen and (max-width: 575px) {
  .voice .splide__arrow--prev {
    bottom: -5%;
    -webkit-transform: translate(-32%, 5%);
    -ms-transform: translate(-32%, 5%);
    transform: translate(-32%, 5%);
  }
}

@media screen and (max-width: 767px) {
  .voice .splide__arrow--next {
    z-index: 99;
    top: unset;
    bottom: -3.5%;
    right: 32%;
    -webkit-transform: translate(-32%, 3.5%);
    -ms-transform: translate(-32%, 3.5%);
    transform: translate(-32%, 3.5%);
  }
}

@media screen and (max-width: 575px) {
  .voice .splide__arrow--next {
    bottom: -5%;
    right: 28%;
    -webkit-transform: translate(-28%, 5%);
    -ms-transform: translate(-28%, 5%);
    transform: translate(-28%, 5%);
  }
}

.voice .splide__pagination {
  bottom: -25px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .voice .splide__pagination {
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .voice .splide {
    margin-top: 50px;
  }

  .voice .splide__pagination {
    top: -20px;
    right: 10px;
    bottom: unset;
    left: unset;
  }
}

.voice .splide__pagination__page.is-active {
  background-color: #004099;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.flow.bg-white {
  padding-top: 30px;
  padding-bottom: 60px;
}

.flow .ttl-container {
  text-align: center;
}

.flow .course1,
.flow .course3 {
  margin-top: 50px;
  font-weight: normal;
}

.flow .course1 .flow-list,
.flow .course3 .flow-list {
  margin-top: 10px;
}

.flow .course1 .flow-list.flex,
.flow .course3 .flow-list.flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (min-width: 768px) {

  .flow .course1 .flow-list.flex,
  .flow .course3 .flow-list.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flow .course1 .flow-list li,
.flow .course3 .flow-list li {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 10px;
}

@media screen and (max-width: 767px) {

  .flow .course1 .flow-list li,
  .flow .course3 .flow-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flow .course1 .flow-list li>*:not(:last-child),
  .flow .course3 .flow-list li>*:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px) {

  .flow .course1 .flow-list li,
  .flow .course3 .flow-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    width: 20%;
  }
}

.flow .course1 .flow-list li img,
.flow .course3 .flow-list li img {
  width: 67px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {

  .flow .course1 .flow-list li img,
  .flow .course3 .flow-list li img {
    margin: 0;
    width: 50px;
  }
}

.flow .course1 .flow-list li [class^=num],
.flow .course3 .flow-list li [class^=num] {
  font-size: 41px;
  font-family: "Avenir", "Calibri", sans-serif;
  font-weight: bold;
  opacity: 0.4;
}

.flow .course1 .flow-list span.flow-arrow1,
.flow .course1 .flow-list span.flow-arrow2,
.flow .course1 .flow-list span.flow-arrow3,
.flow .course1 .flow-list span.flow-arrow4,
.flow .course3 .flow-list span.flow-arrow1,
.flow .course3 .flow-list span.flow-arrow2,
.flow .course3 .flow-list span.flow-arrow3,
.flow .course3 .flow-list span.flow-arrow4 {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0px 8.5px 14.72px;
}

@media screen and (max-width: 767px) {

  .flow .course1 .flow-list span.flow-arrow1,
  .flow .course1 .flow-list span.flow-arrow2,
  .flow .course1 .flow-list span.flow-arrow3,
  .flow .course1 .flow-list span.flow-arrow4,
  .flow .course3 .flow-list span.flow-arrow1,
  .flow .course3 .flow-list span.flow-arrow2,
  .flow .course3 .flow-list span.flow-arrow3,
  .flow .course3 .flow-list span.flow-arrow4 {
    border-color: #00bfb2 transparent transparent transparent;
    border-width: 14.72px 8.5px 0px 8.5px;
    margin: 15px auto;
  }
}

.flow .course1 p,
.flow .course3 p {
  font-size: 13px;
}

.flow .course1 p .inlinebk,
.flow .course3 p .inlinebk {
  display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

  .flow .course1 p .inlinebk,
  .flow .course3 p .inlinebk {
    display: inline;
  }
}

@media screen and (min-width: 768px) {

  .flow .course1 p,
  .flow .course3 p {
    text-align: center;
  }
}

.flow .course1 h3 span,
.flow .course3 h3 span {
  font-weight: normal;
}

.course1 h3 {
  color: #004099;
}

.course1 .flow-list li .num1 {
  color: #6eaadb;
}

.course1 .flow-list li .num2 {
  color: #488acc;
}

.course1 .flow-list li .num3 {
  color: #1b64ba;
}

.course1 .flow-list li .num4 {
  color: #004099;
}

.course1 .flow-list span.flow-arrow1 {
  border-color: transparent transparent transparent #6eaadb;
}

@media screen and (max-width: 767px) {
  .course1 .flow-list span.flow-arrow1 {
    border-color: #6eaadb transparent transparent transparent;
  }
}

.course1 .flow-list span.flow-arrow2 {
  border-color: transparent transparent transparent #488acc;
}

@media screen and (max-width: 767px) {
  .course1 .flow-list span.flow-arrow2 {
    border-color: #488acc transparent transparent transparent;
  }
}

.course1 .flow-list span.flow-arrow3 {
  border-color: transparent transparent transparent #1b64ba;
}

@media screen and (max-width: 767px) {
  .course1 .flow-list span.flow-arrow3 {
    border-color: #1b64ba transparent transparent transparent;
  }
}

.course1 .flow-list span.flow-arrow4 {
  border-color: transparent transparent transparent #004099;
}

@media screen and (max-width: 767px) {
  .course1 .flow-list span.flow-arrow4 {
    border-color: #004099 transparent transparent transparent;
  }
}

.course3 h3 {
  color: #43b093;
}

.course3 .flow-list li .num1 {
  color: #49cc99;
}

.course3 .flow-list li .num2 {
  color: #1aba64;
}

.course3 .flow-list li .num3 {
  color: #019952;
}

.course3 .flow-list li .num4 {
  color: #009941;
}

.course3 .flow-list span.flow-arrow1 {
  border-color: transparent transparent transparent #49cc99;
}

@media screen and (max-width: 767px) {
  .course3 .flow-list span.flow-arrow1 {
    border-color: #49cc99 transparent transparent transparent;
  }
}

.course3 .flow-list span.flow-arrow2 {
  border-color: transparent transparent transparent #1aba64;
}

@media screen and (max-width: 767px) {
  .course3 .flow-list span.flow-arrow2 {
    border-color: #1aba64 transparent transparent transparent;
  }
}

.course3 .flow-list span.flow-arrow3 {
  border-color: transparent transparent transparent #019952;
}

@media screen and (max-width: 767px) {
  .course3 .flow-list span.flow-arrow3 {
    border-color: #019952 transparent transparent transparent;
  }
}

.course3 .flow-list span.flow-arrow4 {
  border-color: transparent transparent transparent #009941;
}

@media screen and (max-width: 767px) {
  .course3 .flow-list span.flow-arrow4 {
    border-color: #009941 transparent transparent transparent;
  }
}

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

.cta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .cta .button-container a {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .cta-left {
    width: 32%;
  }
}

@media screen and (max-width: 991px) {
  .cta-left {
    display: none;
  }
}

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

@media screen and (min-width: 992px) {
  .cta-right {
    width: 46.6498%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .cta-right img {
    width: 46.6498%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .cta-right img {
    width: 80%;
    margin: 0 auto;
  }
}

.cta-right p {
  color: #fff;
}

.cta-right .catch {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 線を上下中央 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 文字と線を横並び */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 文字を中央寄せ */
}

.cta-right .catch::before,
.cta-right .catch::after {
  background-color: #fff;
  /* 線の色 */
  border-radius: 5px;
  /* 線の両端を丸く */
  content: "";
  height: 1px;
  /* 線の高さ */
  width: 40px;
  /* 線の長さ */
}

.cta-right .catch::before {
  margin-right: 10px;
  /* 文字との余白 */
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  /* 傾ける */
}

.cta-right .catch::after {
  margin-left: 10px;
  /* 文字との余白 */
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  /* 傾ける */
}

.cta-right .catch+p {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .cta-right .catch+p {
    font-size: 22px;
  }
}

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

.faq-inner>h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .faq-inner>h2 {
    font-size: 28px;
  }
}

.faq .accordion-single {
  border-bottom: 1px solid #efefef;
  margin-top: 10px;
}

.faq .toggle_contents {
  border: 1px solid #707070;
  padding: 20px;
}

.faq .toggle_contents:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .faq .toggle_contents:not(:last-child) {
    margin-bottom: 30px;
  }
}

.faq .toggle_title {
  font-weight: bold;
  line-height: 42px;
  margin: 0;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.faq .toggle_title p {
  margin-left: 30px;
  text-indent: -30px;
}

.faq .toggle_title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.faq .toggle_title.selected:after {
  -webkit-transform: translateY(-50%) rotate(315deg);
  -ms-transform: translateY(-50%) rotate(315deg);
  transform: translateY(-50%) rotate(315deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.faq .toggle_txt {
  display: none;
}

.faq .toggle_txt hr {
  margin-bottom: 20px;
}

.faq .toggle_txt p {
  margin-left: 30px;
  text-indent: -30px;
}

.faq .faq-q {
  color: #004099;
}

.faq .faq-a {
  color: #ff6565;
}

.faq .faq-q,
.faq .faq-a {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-right: 20px;
}

footer .footer-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

footer .footer-inner img {
  width: 170px;
  margin: 0 auto;
  margin-bottom: 15px;
}

@media screen and (min-width: 576px) {
  #floating {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  #floating .floating_banner {
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    max-width: 100%;
  }

  #floating .floating_banner.fixed {
    opacity: 1;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    z-index: 99;
  }
}

@media screen and (min-width: 768px) {

  .kind-tab-container>.tab,
  .support-tab-container>.tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  .kind-tab-container>.tab,
  .support-tab-container>.tab {
    display: none;
  }
}

@media screen and (min-width: 768px) {

  .kind-tab-container>.tab-sp,
  .support-tab-container>.tab-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  .kind-tab-container>.tab-sp,
  .support-tab-container>.tab-sp {
    display: block;
  }
}

.splide__pagination {
  bottom: 0;
}

.tabBox .tabArea,
.tabBox2 .tabArea {
  width: 100%;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tabBox .tabArea .one_tab,
.tabBox2 .tabArea .one_tab2 {
  width: 31.25%;
  display: block;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.tabBox .tabArea .one_tab:hover,
.tabBox2 .tabArea .one_tab2:hover {
  opacity: 0.7;
  text-decoration: none;
}

.tabBox .tabArea .one_tab .tab_inner,
.tabBox2 .tabArea .one_tab2 .tab_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.tabBox2 .tabArea .one_tab2 .tab_inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabBox .tabArea .one_tab.jitumu .tab_inner,
.tabBox2 .tabArea .one_tab2.jitumu .tab_inner {
  background-color: #e3eaff;
}

.tabBox .tabArea .one_tab.shuppan .tab_inner,
.tabBox2 .tabArea .one_tab2.shuppan .tab_inner {
  background-color: #f5dadb;
}

.tabBox .tabArea .one_tab.eizou .tab_inner,
.tabBox2 .tabArea .one_tab2.eizou .tab_inner {
  background-color: #d3ebe4;
}

.tabBox .tabArea .one_tab.select .tab_inner,
.tabBox2 .tabArea .one_tab2.select .tab_inner {
  height: 80px;
}

.tabBox .tabArea.bottom,
.tabBox2 .tabArea.bottom {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contents .tab_main,
.contents2 .tab_main2 {
  display: none;
  padding: 50px 25px;
  min-height: 280px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.tab_main.is_show,
.tab_main2.is_show {
  display: block;
  position: relative;
}

.tab_main.jitumu.is_show,
.tab_main2.jitumu.is_show {
  background-color: #e3eaff;
}

.tab_main.shuppan.is_show,
.tab_main2.shuppan.is_show {
  background-color: #f5dadb;
}

.tab_main.eizou.is_show,
.tab_main2.eizou.is_show {
  background-color: #d3ebe4;
}

.campaign {
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.campaign-inner {
  padding: 10px;
  width: calc(100% - 20px);
}

.campaign:before,
.campaign:after {
  content: "";
  display: block;
  width: 9px;
  height: auto;
  border-top: 1px solid #ff6565;
  border-bottom: 1px solid #ff6565;
}

.campaign:before {
  border-left: 1px solid #ff6565;
}

.campaign:after {
  border-right: 1px solid #ff6565;
}

.campaign .label_pink {
  font-size: 22px;
  width: auto !important;
  background: #fff;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(60%, rgb(255, 255, 255)), color-stop(60%, rgb(255, 239, 239)), to(rgb(255, 239, 239)));
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgb(255, 239, 239) 60%, rgb(255, 239, 239) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgb(255, 239, 239) 60%, rgb(255, 239, 239) 100%);
}

.campaign__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  .campaign__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.campaign__item:before {
  display: inline;
  content: "・";
  color: #ff6565;
  margin-left: -1em;
  text-indent: 1em;
}

@media screen and (min-width: 768px) {
  .campaign__item {
    width: 43.4782608696%;
  }
}