@charset "utf-8";

/* common */

*::before,
*::after {
  box-sizing: border-box;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  padding-inline-start: 0;
}
html {
  font-size: 62.5%;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
}
ul,
ol {
  padding-inline-start: 0;
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

/* page common */

.bnr a {
  display: block;
  position: relative;
  padding: 40px 0;
  background: #fff000;
  font-size: 24px;
  color: #000;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.bnr a:hover {
  background: #e0e0e0;
  color: #000;
  border-radius: 100px;
}
.bnr a .tokuten {
  position: absolute;
  top: -20px;
  left: -20px;
  padding: 20px;
  font-size: 22px;
  line-height: 1em;
  font-weight: 700;
  vertical-align: middle;
  border-radius: 50%;
  background: #ff0012;
  text-align: center;
  color: #fff;
}
.bnr a .catch {
  position: absolute;
  top: -20px;
  left: 50%;
  transform:translate(-50%,0);
  width: 7em;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.bnr a .catch p {
  position: relative;
  background: #000;
  animation: updownpop 2s infinite;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@keyframes updownpop {
  0%   { transform:  translate(0px, 0px);    } 
  15%   { transform:  translate(0px, -10px);   }
  30%   { transform:  translate(0px, 0px);   }
  45%   { transform:  translate(0px, -10px);   }
  60%  { transform:  translate(0px, 0px);   }
  100%  { transform:  translate(0px, 0px);   }
}
.bnr a .catch p:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 6px solid #000;
}
.bnr a .catch span {
  font-size: 20px;
  font-family: 'Poppins';
}
.bnr a .arrow {
  position: absolute;
  right: 45px;
  top: 45%;
  width: 40px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.bnr a:hover .arrow {
  right: 30px;
  border-color: #000;
}
#wrap {
  min-width: 1240px;
}
#wrap article {
  padding-top: 100px;
}
#wrap section {
  width: 1000px;
  margin: 0 auto;
}
#wrap h3 {
  margin-bottom: 50px;
  font-size: 58px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.3em;
}
#wrap h3 .mark {
  display: inline-block;
  position: relative;
}
#wrap h3 span {
  padding: 0 15px;
  color: #fff;
  background: #000;
}
#wrap h3 div.mark:after {
  position: absolute;
  content: "";
  top: 0;
  right: -30px;
  border-top: 15px solid #004896;
  border-left: 15px solid transparent;
}
#wrap #compare h3 .lead {
  font-size: 20px;
  line-height: 1.8em;
}
#wrap #compare h3 span.medium {
  font-size: 28px;
}
#wrap #method h3 {
  font-size: 28px;
  line-height: 2.2em;
}
#wrap #method h3 span {
  font-size: 58px;
}
a.colorbox {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
a.colorbox .material-symbols-sharp {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  font-size: 40px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-variation-settings:
  'FILL' 1,
  'wght' 200,
  'GRAD' 0,
  'opsz' 40
}
a.colorbox:hover {
  opacity: 0.5;
}
a.colorbox:hover .material-symbols-sharp {
  color: #004a9b;
}

/* header */

header {
  position: relative;
  width: 100%;
  min-width: 1240px;
  height: 80px;
  line-height: 80px;
  background: #fff;
}
header h1 img {
  padding-left: 15px;
  width: 150px;
}
header h2 {
  margin-left: 20px;
  font-weight: 700;
  color: #004896;
}
header h1, header h2 {
  display: inline-block;
  vertical-align: middle
}
header .bnr {
  position: absolute;
  right: 0;
  top: 0;
}
header .bnr ul li {
  float: left;
}
header .bnr ul li a {
  position: relative;
  width: 350px;
  height: 80px;
  padding: 0;
  font-size: 1.4rem;
}
header .bnr ul li.btn_web a {
  background: #004896;
  color: #fff;
  border-radius: 0;
}
header .bnr ul li.btn_web a:hover {
  background: #f5f5f5;
  color: #000;
  border-radius: 0;
}
header .bnr ul li.btn_web a .arrow {
  border-color: #fff;
}
header .bnr ul li a:hover .arrow {
  border-color: #000;
}
header .bnr ul li a:hover {
  background: #f5f5f5;
  border-radius: 0;
  color: #000;
}
header .bnr ul li a .arrow {
  right: 30px;
  width: 20px;
  height: 5px;
}
header .bnr ul li a:hover .arrow {
  right: 20px;
}
header .bnr ul li a span.material-symbols-outlined {
  font-size: 1.8rem;
  margin-right: 10px;
  vertical-align: -3px;
}

/* mv */

#mv {
  padding: 0 !important;
  text-align: center;
}
#mv .mv_wrap {
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
}
#mv .marklist {
  margin: 80px 0 10px;
  text-align: center;
}
#mv .mv_catch {
  padding: 30px 0;
  font-size: 30px;
  line-height: 2.2em;
}
#mv .mv_catch .large {
  font-size: 64px;
}
#mv .bnr {
  width: 660px;
  margin: 40px auto 20px;
}
#mv ul {
  width: 1000px;
  margin: 0 auto;
  color: #000;
}
#mv ul li {
  font-weight: 700;
}
#mv ul li span {
  display: block;
  float: left;
  margin: 0 2px;
  text-align: center;
  line-height: 1;
  padding: 3px;
  width: 1em;
  height: 1em;
  background: #000;
  color: #fff;
  font-family: 'Poppins';
}
#mv ul li p {
  float: left;
}

/* lead */
#lead {
  width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 3.2rem;
}

/* market */
.bnr_wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.bnr_wrap a {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.bnr_wrap a:hover {
  opacity: 0.5;
}

.btn_wrap .pc {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.btn_wrap .sp {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.btn_wrap a {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.btn_wrap a:hover {
  opacity: 0.5;
}

.benefits .pc {
  max-width: 900px;
  width: 100%;
  margin: 5px auto;
}
.benefits .sp {
  max-width: 350px;
  width: 100%;
  margin: 5px auto;
}

/* market */

#market {
  position: relative;
}
#market .lead {
  position: relative;
  width: 16em;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  background: #000;
  vertical-align: middle;
}
#market .lead:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
#market .lead span {
  color: #fff000;
  font-size: 70px;
}
#market .market_list {
  margin-top: 60px;
  text-align: center;
}
#market dl {
  display: inline-block;
  vertical-align: top;
  width: 29%;
  height: 270px;
  margin: 0 1% 20px;
  text-align: center;
  background: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .3);
}
#market dl dt {
  position: relative;
  top: 20px;
  left: -2%;
  padding: 20px 0;
  width: 104%;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #004896;
}
#market dl dt:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 10px solid transparent;
  border-top: 10px solid #004896;
}
#market dl dt span {
  position: absolute;
  left: 15px;
  top: 0;
  margin-right: 15px;
  font-size: 50px;
  font-family: 'Poppins', sans-serif;
}
#market dl dd:nth-child(6) {
  color: lime;
}
#market dl dd .catch {
  margin-top: 45px;
  font-weight: 700;
  font-size: 33px;
  color: #ff2633;
  line-height: 1.1em;
}
#market dl dd p.txt {
  margin-top: 15px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3em;
}
#market dl dd ul.txt {
  margin: 10px 0;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}
#market dl dd ul.txt li {
  margin: 0 5px;
  padding: 5px 10px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0;
  border-radius: 10px;
  background: #dddddd;
}
#market dl dd ul.txt li:nth-child(1),
#market dl dd ul.txt li:nth-child(3){
  line-height: 2em;
}
#market dl dd .notice {
  font-size: 14px;
}
#market dl.five dd .catch {
  margin-top: 10px;
}
#market dl.five dd p.txt {
  margin-top: 65px;
  line-height: 1.3em;
}
#market dl.six dd .catch {
  margin-top: 40px;
}
#market dl.six dd p.txt {
  margin-top: 5px;
  line-height: 1.3em;
}
#market .bg {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 300px;
  left: 0;
  background-image: url("../img/market_bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

/* compare */

#compare .table_wrap {
  margin-top: 90px;
}
#compare table {
  margin: 0 auto;
  width: 900px;
  box-sizing: border-box;
}
#compare table, #compare td, #compare th {
	border: 1px solid #666;
	border-collapse: collapse;
  font-size: 18px;
}
#compare table th {
  color: #fff;
	border: 1px solid #fff;
  font-size: 14px;
  font-weight: normal;
}
#compare table th.heading_l {
  /* width: 12em; */
	background: #fff;
  width: 20%;
}
#compare table th.heading_s {
  width: 7em;
}
#compare table th.vertical span {
  writing-mode: tb-rl;
}
#compare td, #compare th {
  padding: 18px;
  text-align: center;
}
#compare th {
	background: #383838;
}
#compare td {
  background: #ddd;
}
#compare table td span.main, #compare table td span.central,#compare table td span.sub, #compare table td span.mark {
  display: block;
}
#compare table td span.main {
  font-size: 18px;
}
#compare table td span.central {
  font-size: 14px;
}
#compare table td span.sub {
  font-size: 12px;
}
#compare table td span.mark {
  font-size: 28px;
  font-weight: bold;
}
#compare table td span.small {
  font-size: 12px;
}
#compare table td ul.list_s {
  margin: 0 auto;
  width: 8em;
}
#compare table td ul li {
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  font-size: 13px;
}
#compare table .abitus {
  color: #000;
	background: #fff;
	border: 1px solid #666;
  width: 43%;
}
#compare table .abitus {
  position: relative;
  color: #000;
  background: #fff;
  border: 1px solid #666;
}
#compare table .abitus a {
  color: #000;
}
#compare table .abitus a:hover {
  text-decoration: none;
}
/***/
#compare table td .rw2 {
  display: flex;
  align-items: center;
}
#compare table td .rw2 .main {
  display: inline-block;
  text-align: left;
  width: 85%;
}
#compare table td .rw2 .main.t-ct {
  width: 100%;
}
#compare table td .rw2 .main.t-sm {
  line-height: 1.2;
}
#compare table td .rw2 .main .t-sl {
  line-height: 1.6;
  display: inline-block;
}
#compare table td .rw2 .main small {
  font-size: 12px;
}
#compare table td .rw2 .main .i-tx {
  text-align: left;
}
#compare table td .rw2 .ico_m {
  width: 15%;
  font-size: 30px;
}
.material-symbols-outlined {
  font-size: 14px;
  text-decoration: none;
}
#compare table th.abitus:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: #004896;
}
#compare table th.abitus img {
  margin: -20px auto 20px;
}
#compare table .other {
	border: 1px solid #666;
  width: 37%;
}

#compare .notice {
  margin: 30px 0 0 4em;
  font-size: 14px;
  text-align: left;
  text-indent: -2em;
}
#compare .notice a {
  color: #000;
}
#compare .arrow {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
#compare .arrow::before {
  animation: arrow 2.5s infinite;
  border: solid #000;
  border-width: 0 0 2px 2px;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 20px;
  transform: rotate(-45deg);
  width: 60px;
  height: 60px;
}
@keyframes arrow {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  60% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 60%, 100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}
#compare .pass {
  margin-top: 20px;
	margin-bottom:150px;
  text-align: center;
}
#compare .pass figure,
#compare .pass dl {
  display: inline-block;
  vertical-align: middle;
}
#compare .pass figure {
  width: 280px;
}
#compare .pass dl {
  margin-left: 20px;
}
#compare .pass dl dt {
  position: relative;
  padding: 0 30px;
  color: #fff;
  font-size: 30px;
  background: #004a9b;
}
#compare .pass dl dt:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 10px solid transparent;
  border-top: 10px solid #004a9b;
}
#compare .pass dl dd {
  padding-top: 30px;
  font-size: 28px;
  text-align: center;
  line-height: 1.3em;
}
#compare .pass dl dd span {
  font-size: 56px;
  font-family: 'Poppins', sans-serif;
}

/* method */

.alone {
  width: 600px;
  margin: 40px auto 20px;
}

#method .movie_wrap {
  width: 560px;
  margin: 0 auto 40px;
  text-align: center;
}
#method .movie_wrap div.txt {
  margin-bottom: 10px;
  font-size: 2rem;
}
#method .movie_wrap div.txt .arrow {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
#method .movie_wrap div.txt .arrow::before {
  animation: arrow 2.5s infinite;
  border: solid #000;
  border-width: 0 0 2px 2px;
  content: "";
  margin: auto;
  position: absolute;
  top: -15px;
  left: 6px;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}
#method .movie_wrap iframe {
  width: 100%;
  height: 315px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#method .movie_wrap iframe:hover {
  opacity: 0.6;
}
#method .methodlist li:nth-child(odd) {
  background: #f5f5f5;
}
#method dl {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
#method dl dt {
  margin-bottom: 30px;
  padding-left: 75px;
  font-size: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 center;
  line-height: 1.2;
}
#method dl dt {
  background-image: url("../img/method_icon_1.png");
}
#method .methodlist li:nth-child(2) dl dt {
  background-image: url("../img/method_icon_2.png");
}
#method .methodlist li:nth-child(3) dl dt {
  background-image: url("../img/method_icon_3.png");
}
#method .methodlist li:nth-child(4) dl dt {
  background-image: url("../img/method_icon_4.png");
}
#method dl dt span {
  display: block;
  margin-top: 3px;
  font-size: 39px;
  font-weight: 700;
}
#method dl dd h4 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
#method dl dd h4:before {
  border-top: 1px solid;
  content: "";
  width: 2em;
}
#method dl dd .box {
  margin-bottom: 50px;
}
#method dl dd .imgbox,
#method dl dd .txtbox {
  display: inline-block;
  vertical-align: top;
}
#method dl dd .imgbox {
  width: 450px;
}
#method dl dd .imgbox img {
  border: 1px solid #ccc;
}
#method dl dd .txtbox {
  width: 500px;
  margin-left: 40px;
  font-size: 16px;
  line-height: 2em;
}
#method dl dd .txtbox span {
  font-size: 18px;
  font-weight: 900;
}
#method dl dd .txtbox span.marker {
  padding: 0 5px;
  font-size: 22px;
  color: #fff;
  background: #000;
}
#method dl dd .column {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  text-align: center;
}
#method dl dd .column li {
  position: relative;
  width: 230px;
  margin: 0 5px 15px 5px;
  padding: 30px 0;
  border: 5px solid #004a9b;
  vertical-align: top;
}
#method .methodlist .column li:nth-child(odd) {
  background: #fff;
}
#method dl dd .column li:before {
  content: "";
  position:absolute;
  top:0;
  right:0;
  width:0;
  height:0;
  border-top: 17px solid #004a9b;
  border-left: 17px solid transparent;
}
#method dl dd .column li:after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 0;
  height:0 ;
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
}
#method dl dd .column li h5 {
  position: relative;
  width: 90%;
  margin: 0 auto 30px;
  padding: 5px 0;
  font-size: 18px;
  color: #fff;
  background: #004a9b;
  letter-spacing: 0;
}
#method dl dd .column li h5 p {
  position: absolute;
  top: -1.5em;
  right: 0;
  font-size: 14px;
  color: #004a9b;
}
#method dl dd .column li p.txt {
  font-size: 16px;
  font-weight: 700;
}
#method dl dd .column li .notice {
  position: absolute;
  bottom: -2em;
  left: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  color: #004a9b;
}
#method .catch {
  position: relative;
  width: 22em;
  margin: 30px auto 0;
  padding: 20px 0;
  font-weight: 700;
  font-size: 19px;
  text-align: center;
  color: #fff;
  background: #2e2e2e;
  line-height: 1.4em;
  border-radius: 100px;
  animation: updownpop 2s infinite;
}
#method .catch span {
  font-size: 26px;
}
#method .catch:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  border: 10px solid transparent;
  border-bottom: 10px solid #2e2e2e;
}

/* teacher */

#teacher {
  position: relative;
  overflow: hidden;
}
#teacher .teacher_wrap {
}
#teacher .swiper-main {
  overflow: visible;
}
#teacher .swiper-main,
#teacher .swiper-pagination-main {
  max-width: 500px;
  margin: auto;
}
#teacher .swiper-main {
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  #teacher .swiper-main,
#teacher .swiper-pagination-main {
    max-width: calc(100% - 6.4rem);
  }
}
@media only screen and (max-width: 599px) {
  #teacher .swiper-main,
#teacher .swiper-pagination-main {
    max-width: calc(100% - 3.2rem);
  }
}
#teacher .swiper-pagination-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.4rem;
}
#teacher .swiper-pagination-main .swiper-pagination-bullet {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 2.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
  color: var(--color-gray);
}
#teacher .swiper-pagination-main .swiper-pagination-bullet::before, #teacher .swiper-pagination-main .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--color-theme);
}
#teacher .swiper-pagination-main .swiper-pagination-bullet::before {
  z-index: 1;
  right: 0;
  bottom: -6px;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin: auto;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 0 5px var(--color-base);
          box-shadow: 0 0 0 5px var(--color-base);
}
@media only screen and (max-width: 599px) {
  #teacher .swiper-pagination-main .swiper-pagination-bullet::before {
    bottom: -5px;
  }
}
#teacher .swiper-pagination-main .swiper-pagination-bullet::after {
  right: 50%;
  bottom: 0;
  width: 100%;
  height: 3px;
}
#teacher .swiper-pagination-main .swiper-pagination-bullet:first-child::after {
  display: none;
}
#teacher .swiper-pagination-main .swiper-pagination-bullet .step {
  font-size: 1.6rem;
}
@media only screen and (max-width: 599px) {
  #teacher .swiper-pagination-main .swiper-pagination-bullet .step {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 0.5em;
    text-indent: 0.5em;
  }
}
#teacher .swiper-pagination-main .swiper-pagination-bullet-active {
  color: var(--color-theme);
}
#teacher .swiper-pagination-main .swiper-pagination-bullet-active::before {
  -webkit-box-shadow: 0 0 0 4px var(--color-base), 0 0 0 7px var(--color-theme);
          box-shadow: 0 0 0 4px var(--color-base), 0 0 0 7px var(--color-theme);
}
#teacher .swiper-pagination-main .swiper-pagination-bullet-active ~ *::before, #teacher .swiper-pagination-main .swiper-pagination-bullet-active ~ *::after {
  background-color: var(--color-gray);
}
#teacher .swiper-pagination-sub {
  font-size: 0;
  text-align: center;
}
#teacher .swiper-pagination-sub .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
}
#teacher .swiper-pagination-sub .swiper-pagination-bullet:not(:first-child) {
  margin-left: 8px;
}
#teacher .swiper-pagination-sub .swiper-pagination-bullet-active {
  background-color: var(--color-theme);
}
#teacher .swiper-button-prev::before, #teacher .swiper-button-next::before {
  display: none;
}
#teacher .swiper-button-prev::after, #teacher .swiper-button-next::after {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}
#teacher .swiper-slide {
  height: auto;
}
#teacher .mainslide {
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
#teacher .swiper-slide-prev .mainslide,
#teacher .swiper-slide-next .mainslide {
  opacity: 0.2;
}

#teacher .mainslide .teacherbox {
  padding-bottom: 30px;
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
}
#teacher .mainslide h4 {
  position: relative;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2em;
  color: #fff;
  background: #004a9b;
}
#teacher .mainslide h4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -14px;
  border: 10px solid transparent;
  border-top: 10px solid #004a9b;
}
#teacher .teacherphoto,
#teacher .teachername {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
}
#teacher .teacherphoto img {
  width: 100%;
  height: auto;
}
#teacher .teachername {
  font-size: 24px;
  text-align: center;
  line-height: 0.8em;
}
#teacher .teachername span {
  font-size: 10px;
  display: block;
}
#teacher .subject {
  margin-bottom: 25px;
  padding: 10px 0;
  background: #004a9b;
  text-align: center;
}
#teacher ul.subject li {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #004a9b;
  background: #fff;
  border-radius: 5px;
}
#teacher ul.subject li:first-child {
  padding: 5px 0;
  color: #fff;
  background: #004a9b;
}
#teacher dl.career {
  width: 90%;
  margin: 0 auto 10px;
  padding: 10px;
  background: #f3f3f3;
  border-radius: 5px;
}
#teacher dl.career dt,
#teacher dl.career dd {
  display: inline-block;
}
#teacher dl.career dt {
  font-weight: 900;
}
#teacher p.text {
  width: 90%;
  margin: 0 auto;
}
#teacher .swiper-button-prev,
#teacher .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background: #000;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 1;
}
#teacher .swiper-button-prev {
  left: -100px;
}
#teacher .swiper-button-next {
  right: -100px;
}
#teacher .swiper-button-disabled {
  background: #999999;
}
#teacher .swiper-button-disabled:hover {
  cursor: default !important;
  background: #999999 !important;
}
#teacher .swiper-button-prev:hover,
#teacher .swiper-button-next:hover {
  background: #004a9b;
  cursor: pointer;
}
#teacher .swiper-slide-prev,
#teacher .swiper-slide-next {
  background: #fff;
}
#teacher .bg {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 370px;
  left: 0;
  background-image: url("../img/teacher_bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

/* company */

#company {
  background-image: url("../img/company_bg_world.png");
  background-repeat: no-repeat;
  background-position: center 100px;
}
#company .lead_wrap {
  text-align: center;
}
#company .lead_wrap figure,
#company .lead_wrap p {
  display: inline-block;
  vertical-align: middle;
}
#company .lead_wrap figure {
  width: 180px;
}
#company .lead_wrap p {
  width: 550px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
#company .partner figure {
  width: 700px;
  margin: 30px auto 0;
}
#company .photolist {
  display: flex;
  margin: 100px 0 50px;
}
#company .photolist li {
  padding: 0 5px;
}
#company .lead_txt {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  line-height: 1.8em;
}
#company .lead_txt span {
  font-size: 14px;
}
#company .support_wrap {
  margin-top: 100px;
margin-bottom: 100px;
  padding: 60px 0;
  background-image: url("../img/company_bg.jpg");
  background-size: cover;
  background-attachment: fixed;
}
#company .support_wrap .catch {
  width: 660px;
  margin: 0 auto;
}
#company .support_wrap .lead {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 15px #000;
}
#company .support_wrap .lead span {
  padding: 0 10px;
  color: #000;
  background: #fff;
  text-shadow: none;
}
#company .support_wrap ul {
  display: flex;
  margin: 40px 0 0;
}
#company .support_wrap ul li {
  padding: 0 5px;
}

/* model */

#model {
  position: relative;
  overflow: hidden;
}
  .modellist {
    max-width: 100%;
    margin: 0 auto;
  }
#model .swiper {
  overflow: visible;
}
@media only screen and (max-width: 1024px) {
  #model .swiper {
    padding: 0 3.2rem;
  }
}
#model .swiper-button-prev, #model .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
#model .swiper-button-prev::before, #model .swiper-button-next::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--box-shadow-dark);
          box-shadow: var(--box-shadow-dark);
}
#model .swiper-button-prev::after, #model .swiper-button-next::after {
  border-color: #fff;
}
#model .swiper-button-prev {
  right: calc(100% - 1.6rem);
}
@media only screen and (max-width: 1024px) {
  #model .swiper-button-prev {
    right: calc(100% - 5.2rem);
  }
}
#model .swiper-button-prev,
#model .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background: #000;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 1;
}
#model .swiper-button-prev {
  left: 70px;
}
#model .swiper-button-next {
  right: 70px;
}
#model .swiper-button-disabled {
  background: #999999;
}
#model .swiper-button-disabled:hover {
  cursor: default !important;
  background: #999999 !important;
}
#model .swiper-button-prev:hover,
#model .swiper-button-next:hover {
  background: #004a9b;
  cursor: pointer;
}
#model .swiper-pagination {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
#model .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #000;
  opacity: .2;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#model .swiper-pagination-bullet:hover {
  cursor: pointer;
  opacity: 0.5;
}
#model .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  transform-origin: right top;
}
.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock{
  display: none;
}
#model .slide {
  padding: 10px;
  overflow: hidden;
  -webkit-transition: var(--transition), opacity 1s;
  transition: var(--transition), opacity 1s;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
#model .slide .slide_wrap {
  position: relative;
  width: 750px;
  margin: 0 auto;
  padding: 50px 50px 80px;
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
}
#model .slide .slide_wrap .number {
  position: absolute;
  right: 0;
  bottom: -0.4em;
  font-size: 90px;
  color: #d4d4d4;
  font-family: 'Poppins', sans-serif;
}
#model .slide .slide_wrap .catch {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
#model .slide .slide_wrap .careerlist {
  text-align: center;
}
#model .slide .slide_wrap .careerlist li {
  quotes: "[" "]";
  display: inline-block;
  font-size: 18px;
}
#model .slide .slide_wrap .careerlist li {
  position: relative;
  display: inline-block;
}
#model .slide .slide_wrap .careerlist li:before,
#model .slide .slide_wrap .careerlist li:after {
  padding: 0 5px;
  font-size: 120%;
  font-weight: 700;
}
#model .slide .slide_wrap .careerlist li:before {
  content: open-quote;
}
#model .slide .slide_wrap .careerlist li:after {
  content: close-quote;
}
#model .slide .slide_wrap .message {
  position: relative;
  margin: 20px auto;
  padding: 15px 0;
  font-size: 18px;
  background: #000;
  color: #fff;
  text-align: center;
}
#model .slide .slide_wrap .message:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
#model .slide .slide_wrap .message span {
  text-underline-offset: 0.3em;
  text-decoration: underline solid #fff 2px;
}
#model .slide .slide_wrap .modeldetail {
  width: 680px;
  margin: 0 auto;
}
#model .slide .slide_wrap .modelphoto,
#model .slide .slide_wrap .modelsummary {
  display: inline-block;
  vertical-align: middle;
}
#model .slide .slide_wrap .modelphoto figure {
  width: 170px;
}
#model .slide .slide_wrap .modelsummary {
  margin-left: 45px;
}
#model .slide .slide_wrap .modelsummary .name {
  font-size: 28px;
}
#model .slide .slide_wrap .modelsummary .age {
  quotes: "／" "]";
  font-size: 16px;
}
#model .slide .slide_wrap .modelsummary .age:before {
  content: open-quote;
  padding: 0 10px;
}
#model .slide .slide_wrap .modelsummary {
  margin-bottom: 10px;
}
#model .slide .slide_wrap .modelsummary .steplist li {
  position: relative;
  display: inline-block;
  margin-right: 1.3em;
  padding: 5px 20px;
  color: #fff;
  background: #004896;
  letter-spacing: 0em;
  border-radius: 5px;
}
#model .slide .slide_wrap .modelsummary .steplist li:after {
  content: "";
  position: absolute;
  bottom: 0.5em;
  right: -1.8em;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #919191;
}
#model .slide .slide_wrap .modelsummary .steplist li:last-child {
  margin-right: 0;
}
#model .slide .slide_wrap .modelsummary .steplist li:last-child:after {
  content: none;
}
#model .slide .slide_wrap .modelsummary .notice {
  margin-top: 5px;
  font-size: 80%;
}
#model .accordion {
  width: 680px;
  margin: 30px auto 0;
  border-bottom: 1px solid #000;
}
#model .accordion_title {
  color: #000;
  padding: 20px 5%;
  text-align: center;
  border-top: 1px solid #000;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
#model .accordion_title:hover {
  opacity: 0.8;
}
#model .icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
#model .icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
#model .accordion_title.open 
.icon_wrap {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
#model .icon:before, #model .icon:after {
  display: flex;
  content: '';
  background-color: #000;
  border-radius: 10px;
  width: 13px;
  height: 1px;
  position: absolute;
  top: 6px;
  left: 2px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
#model .icon:before {
  width: 1px;
  height: 13px;
  top: 0;
  left: 8px;
}
#model .accordion_title.open 
.icon_wrap .icon:before {
  content: none;
}
#model .accordion_title.open 
.icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#model .accordion_inner {
  display: none;
  padding: 20px 20px;
  border-top: 1px solid #000;
  box-sizing: border-box;
}
#model .accordion_inner .txt_a_ac {
  line-height: 2.4rem;
}
#model .accordion_inner .txt_a_ac span {
  font-weight: 700;
  font-size: 110%;
}
#model .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}
#model .field {
  position: relative;
  margin-top: 180px;
  padding: 80px 0;
  background-image: url("../img/field_bg.jpg");
  background-size: cover;
  background-attachment: inherit;
}
#model .field .field_lead {
  position: absolute;
  width: 1000px;
  top: -6em;
  display: -webkit-flex;
  display: flex;
}
#model .field .field_lead .title ,
#model .field .field_lead .txt {
    display: flex;
    align-items: center;
}
#model .field .field_lead .title {
  margin-right: 30px;
  padding: 30px;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  background: #000;
  letter-spacing: 0em;
}
#model .field .txt {
  padding: 20px 30px;
  font-size: 16px;
  background: #fff;
  line-height: 1.8em;
}
#model .field ul {
  display: flex;
  margin-top: 30px;
}
#model .field ul li:last-child {
  padding-right: 0;
}
#model .field ul li {
  padding-right: 40px;
}
#model .bg {
  position: absolute;
  width: 100%;
  height: 500px;
  top: 370px;
  left: 0;
  background-image: url("../img/model_bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

/* qa */

#qa {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

#qa .accordion {
  border-bottom: 1px solid #000;
}
#qa .accordion_title {
  padding: 20px;
  background-color: #fff;
  color: #000;
  border-top: 1px solid #000;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  text-align: left;
}
#qa .accordion_title:hover {
  background: #f8f8f8;
}
#qa .accordion_title span,
#qa .txt_a_ac span {
  display: block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background: #004896;
  border-radius: 100px;
}
#qa .accordion_title span {
  margin-right: 10px;
}
#qa .txt_a_ac span {
  margin-bottom: 5px;
}
#qa .accordion_title span,
#qa .accordion_title p {
  float: left;
  line-height: 2.5;
}
#qa .icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
#qa .icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
#qa .accordion_title.open 
.icon_wrap {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
#qa .icon:before, #qa .icon:after {
  display: flex;
  content: '';
  background-color: #000;
  border-radius: 10px;
  width: 13px;
  height: 1px;
  position: absolute;
  top: 6px;
  left: 2px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
#qa .icon:before {
  width: 1px;
  height: 13px;
  top: 0;
  left: 8px;
}
#qa .accordion_title.open 
.icon_wrap .icon:before {
  content: none;
}
#qa .accordion_title.open 
.icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#qa .accordion_inner {
  display: none;
  padding: 20px 50px;
  border-top: 1px solid #000;
  box-sizing: border-box;
}

/* footer */

footer {
  position: relative;
  min-width: 1240px;
  margin-top: 140px;
  padding: 40px 0 60px;
  background: #f9f9f9;
  text-align: center;
  color: #000;
}
footer .lead {
  position: absolute;
  width: 12em;
  margin-left: -6em;
  top: -30px;
  left: 50%;
  font-size: 38px;
  font-weight: 100;
  text-align: center;
  background: #000;
  color: #fff;
}
footer .lead span {
  font-weight: 700;
}
footer .more {
  margin-bottom: 60px;
  font-size: 28px;
}
footer .arrow {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
footer .more .arrow::before {
  animation: arrow 2.5s infinite;
  border: solid #000;
  border-width: 0 0 2px 2px;
  content: "";
  margin: auto;
  position: absolute;
  top: -15px;
  left: 6px;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}
footer .bnr a:hover {
  color: #000;
  background: #fff;
}
footer .bnr ul li {
  display: inline-block;
  vertical-align: top;
  width: 40%;
}
footer .bnr ul li:first-child {
  margin-right: 20px;
}
footer .present {
  margin-top: 20px;
  font-size: 16px;
  text-underline-offset: 0.3em;
  text-decoration: underline solid #000 2px;
}
footer ul {
  margin: 30px 0 80px;
}
footer ul li {
  display: inline-block;
  margin: 0 10px;
}
footer ul li a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
footer ul li.btn_web a {
  background: #004896;
  color: #fff;
}
footer ul li.btn_web a .arrow {
  border-color: #fff;
}
footer ul li.btn_web a:hover .arrow,
footer ul li.btn_mtg a:hover .arrow {
  border-color: #000;
}
footer ul.link_list {
  margin: 30px 0;
}
footer ul.link_list li a:hover {
  opacity: 0.5;
}
footer ul.link_list li a span.material-symbols-outlined {
  font-size: 0.8rem;
}
footer .btn_web a {
  background: #004896;
  color: #fff;
}
footer .btn_web a .arrow {
  border-color: #fff;
}
footer .btn_web a:hover .arrow,
footer .btn_mtg a:hover .arrow {
  border-color: #000;
}

/* fixedbnr */

#fixedbnr.is_hidden{
  opacity: 0;
  z-index: -1;
}
#fixedbnr {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: opacity 0.4s ease-out;
     -moz-transition: opacity 0.4s ease-out;
      -ms-transition: opacity 0.4s ease-out;
       -o-transition: opacity 0.4s ease-out;
          transition: opacity 0.4s ease-out;
}
.is-display {
  opacity: 1 !important;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#fixedbnr .bnr {
  margin: 0;
  width: 100%;
}
#fixedbnr .bnr a {
  padding: 20px 0;
  font-size: 24px;
}
#fixedbnr .bnr ul li.btn_web a {
  background: #004896;
  color: #fff;
}
#fixedbnr .bnr ul li.btn_web a {
  background: #004896;
  color: #fff;
}
#fixedbnr .bnr ul li.btn_web a:hover,
#fixedbnr .bnr ul li.btn_web a:hover {
  background: #fff;
  color: #000;
}
#fixedbnr .bnr ul li.btn_web a .arrow {
  border-color: #fff;
}
#fixedbnr .bnr ul li.btn_web a:hover .arrow {
  border-color: #000;
}
#fixedbnr .bnr ul {
  display: flex;
  justify-content: space-between;
}
#fixedbnr .bnr ul li {
  margin: 0;
  width: 50%;
}
#fixedbnr .bnr a .tokuten {
  top: -50%;
  left: 10%;
  margin-top: 3.4em;
  font-size: 14px;
}
#fixedbnr .bnr a .catch {
  top: -10px;
}
#fixedbnr .bnr a:hover {
  color: #000;
  background: #fff;
  border-radius: 0;
}
#fixedbnr .bnr a:hover .arrow {
  color: #000;
  border-color: #000;
}

@media screen and (max-width:1120px){
  #fixedbnr .bnr a {
    font-size: 18px;
  }
  .bnr a .tokuten {
    padding: 15px;
  }
  .bnr a .catch {
    font-size: 12px;
  }
  .bnr a .catch span {
    font-size: 16px;
  }
  .bnr a .arrow {
    width: 20px;
    height: 5px;
  }
  #fixedbnr .bnr a .tokuten {
    margin-top: 2.9em;
    left: 2%;
  }
}

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

/* page common */

  .bnr a {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 1.6rem;
  }
  .bnr a .tokuten {
    padding: 10px;
    font-size: 1.2rem;
  }
  .bnr a .catch {
    top: -10px;
  }
  .bnr a .catch p {
    font-size: 1em;
  }
  .bnr a .catch span {
    font-size: 1.2em;
  }
  .bnr a .arrow {
    right: 20px;
    width: 20px;
    height: 5px;
  }
	
.alone{
    width: 85%;
  }
  #wrap {
    min-width: 100%;
    width: 100%;
  }
  #wrap article {
    padding-top: 50px;
  }
  #wrap section {
    width: 90%;
    margin: 0 auto;
  }
  #wrap h3 {
    font-size: 6vw;
    margin-bottom: 20px;
  }
  #wrap #compare h3 .lead {
    margin-top: 3px;
    font-size: 1.2rem;
  }
  #wrap #compare h3 span.medium {
    font-size: 1.4rem;
  }
  #wrap #method h3 {
    font-size: 1.2rem;
    line-height: 1.4em;
  }
  #wrap #method h3 span {
    display: block;
    margin-top: 5px;
    padding: 3px 0;
    font-size: 5.5vw;
  }
  a.colorbox .material-symbols-sharp {
    display: none;
  }

  /* header */
  header {
    min-width: 100%;
    height: 40px;
    line-height: 40px;
  }
  header h1 img {
    width: 60px;
  }
  header h2 {
    margin-left: 5px;
    font-size: 1.2rem;
  }
  header h1, header h2 {
    display: inline-block;
    vertical-align: middle
  }

  /* mv */
  #mv .mv_wrap {
    width: 100%;
    margin: 0 auto;
  }
  #mv .mv_catch {
    padding: 30px 0 0;
    font-size: 1.3rem;
  }
  #mv .mv_catch .large {
    font-size: 4.3vw;
  }
  #mv .bnr{
    width: 85%;
  }
  #mv .marklist {
    margin: 30px auto 40px;
  }
  #mv ul {
    width: 85%;
    margin: 0 auto;
    font-size: 2.6vw;
  }
  #mv ul li {
    margin-bottom: 5px;
    text-align: left;
  }

  /* lead */
  #lead {
    width: 90%;
    font-size: 1.3rem;
  }

  /* market */
  #market .lead {
    width: 80%;
    font-size: 1.8rem;
  }
  #market .lead span {
    font-size: 2rem;
  }
  #market .market_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  #market dl {
    width: 45%;
    height: auto;
    flex-shrink: 0;
    margin: 0 2% 20px;
    padding-bottom: 20px;
    vertical-align: middle;
  }
  #market dl dt {
    padding: 10px 0;
    font-size: 3.6vw;
  }
  #market dl dt span {
    top: 50%;
    margin-top: -0.7em;
    font-size: 4vw;
  }
  #market dl dd .catch {
    font-size: 4.5vw;
  }
  #market dl dd p.txt {
    font-size: 1.2rem;
  }
  #market dl.five dd p.txt {
    margin-top: 55px;
  }
  #market dl dd ul.txt {
    display: block;
    width: 90%;
    margin: 10px auto 0;
  }
  #market dl dd ul.txt li {
    margin: 0 0 5px;
    padding: 0;
    font-size: 1.2rem;
  }
  #market dl dd ul.txt li:nth-child(1),
  #market dl dd ul.txt li:nth-child(3){
    line-height: normal;
  }
  #market dl dd .notice {
    font-size: 1rem;
  }
  #market dl.five dd .catch {
    margin-top: 5px;
  }
  #market .bg {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 300px;
    left: 0;
    background-image: url("../img/market_bg.jpg");
    background-attachment: inherit;
    z-index: -1;
  }

/* compare */

  #compare .table_wrap {
    margin-top: 90px;
  }
  #compare table, #compare td, #compare th {
    font-size: 1rem;
  }
  #compare table th {
    font-size: 1rem;
  }
  #compare table th.vertical {
    width: 2em;
    padding: 0;
  }
  #compare table th.vertical span {
    writing-mode: vertical-rl;
    white-space: pre;
    display:inline-block;
  }
  #compare td, #compare th {
    padding: 3% 1%;
  }
  #compare table td span.main {
    font-size: 1.2rem;
  }
  #compare table td span.central {
    font-size: 1rem;
  }
  #compare table td span.sub {
    font-size: 0.9rem;
  }
  #compare table td span.mark {
    font-size: 1.4rem;
  }
  #compare table td span.small {
    font-size: 1rem;
  }
  #compare table td ul li {
    font-size: 0.9rem;
  }
  #compare table td ul.list_s {
    width: 10em;
  }
  .material-symbols-outlined {
    font-size: 1rem;
  }
  #compare table th.abitus:before {
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
  }
  #compare table th.abitus img {
    position: relative;
    width: 60%;
    margin: -20px auto 20px;
    z-index: 1;
  }

  #compare .notice {
    margin: 10px 0 0;
    font-size: 1.1rem;
  }
  #compare .arrow {
    width: 50px;
    height: 50px;
  }
  #compare .arrow::before {
    width: 30px;
    height: 30px;
    left: 11px;
  }
  #compare .pass figure,
  #compare .pass dl {
    display: block;
  }
  #compare .pass figure {
    width: 50%;
    margin: 0 auto;
  }
  #compare .pass dl {
    margin-top: 10px;
    margin-left: 0;
  }
  #compare .pass dl dt {
    padding: 10px 0;
    font-size: 4vw;
  }
  #compare .pass dl dd {
    padding-top: 20px;
    font-size: 5vw;
    text-align: center;
    line-height: 1.3em;
  }
  #compare .pass dl dd span {
    font-size: 8vw;
  }

  /* method */
  #method .movie_wrap {
    width: 90%;
    aspect-ratio: 16 / 9;
  }
  #method .movie_wrap div.txt {
    font-size: 1.4rem;
  }
  #method .movie_wrap div.txt .arrow {
    width: 20px;
    height: 20px;
  }
  #method .movie_wrap div.txt .arrow::before {
    left: 0;
  }
  #method .movie_wrap iframe {
    width: 100%;
    height: 100%;
  }
  #method dl {
    padding: 20px 0;
    width: 90%;
  }
  #method dl dt {
    margin-bottom: 10px;
    padding-left: 28px;
    font-size: 1.2rem;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 0 center;
  }
  #method dl dt span {
    font-size: 2rem;
  }
  #method dl dd h4 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 1.5rem;
    font-size: 1.4rem;
  }
  #method dl dd h4:before {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 1rem;
  }
  #method dl dd .box {
    margin-bottom: 10px;
  }
  #method dl dd .imgbox {
    width: 100%;
  }
  #method dl dd .imgbox img {
    width: 100%;
  }
  #method dl dd .txtbox {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    font-size: 1.3rem;
    line-height: 2em;
  }
  #method dl dd .txtbox span {
    font-size: 1.4rem;
  }
  #method dl dd .txtbox span.marker {
    padding: 0 3px;
    font-size: 1.4rem;
  }
  #method dl dd .column {
    margin-bottom: 20px;
    text-align: center;
    justify-content: center; 
  }
  #method dl dd .column li {
    width: 45%;
    margin: 0 2% 10px 0;
    padding: 20px 0;
  }
  #method dl dd .column li:nth-child(even) {
    margin: 0 0 10px 0;
  }

  #method dl dd .column li h5 {
    margin: 0 auto 10px;
    padding: 5px 0;
    font-size: 3vw;
  }
  #method dl dd .column li p.txt {
    font-size: 2.7vw;
  }
  #method dl dd .column li .notice {
    bottom: -2em;
    font-size: 0.9rem;
  }
  #method .catch {
    width: 100%;
    margin: 10px auto 0;
    padding: 10px 0;
    font-size: 1.2rem;
  }
  #method .catch span {
    font-size: 1.6rem;
  }

/* teacher */
  #teacher .teacher_wrap {
    width: 80%;
    margin: 0 auto;
  }
  #teacher .mainslide {
    padding: 0;
  }
  #teacher .mainslide .teacherbox {
    margin-bottom: 10px;
    padding-bottom: 20px
  }
  #teacher .mainslide h4 {
    font-size: 3.2vw;
  }
  #teacher .teachername {
    font-size: 1.8rem;
  }
  #teacher .teachername span {
    font-size: 30%;
  }
  #teacher .subject {
    margin-bottom: 20px;
  }
  #teacher ul.subject li {
    font-size: 1.2rem;
    margin-bottom: 5px;
    padding: 2px 8px;
  }
  #teacher dl.career {
    margin: 0 auto 5px;
    padding: 5px;
    font-size: 1.2rem;
  }
  #teacher p.text {
    font-size: 1.2rem;
  }
  #teacher .swiper-button-prev,
  #teacher .swiper-button-next {
    height: 40px;
    width: 40px;
    top: 0;
    margin: auto;
    line-height: 40px;
  }
  #teacher .swiper-button-prev {
    left: -40px;
  }
  #teacher .swiper-button-next {
    right: -40px;
  }
  #teacher .bg {
    height: 50%;
    top: 30%;
    background-attachment: inherit;
  }

  /* company */
  #company .lead_wrap p {
    width: 100%;
    margin-top: 5px;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
  }
  #company .partner figure {
    width: 100%;
  }
  #company .photolist {
    display: flex;
    margin: 30px 0;
  }
  #company .lead_txt {
    font-size: 2.8vw;
  }
  #company .lead_txt span {
    font-size: 2vw;
  }
  #company .support_wrap {
    margin-top: 50px;
    padding: 20px 0;
    background-attachment: inherit;
  }
  #company .support_wrap .lead {
    margin: 10px 0;
    font-size: 4vw;
  }
  #company .support_wrap .catch {
    width: 90%;
  }
  #company .support_wrap ul {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  #company .support_wrap ul li {
    padding: 0;
  }
  #company .support_wrap ul li img {
    width: 100%;
  }

  /* model */
  .modellist {
    max-width: 100%;
    margin: 0 auto;
  }
  #model .swiper-button-prev,
  #model .swiper-button-next {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  #model .swiper-button-prev {
    left: 0;
  }
  #model .swiper-button-next {
    right: 0;
  }
  #model .slide .slide_wrap {
    width: 90%;
    padding: 10px;
  }
  #model .slide .slide_wrap .catch {
    font-size: 1.4rem;
  }
  #model .slide .slide_wrap .careerlist li {
    display: block;
    font-size: 1.2rem;
  }
  #model .slide .slide_wrap .message {
    padding: 10px;
    font-size: 1.1rem;
  }
  #model .slide .slide_wrap .modeldetail {
    width: 100%;
  }
  #model .slide .slide_wrap .modelphoto,
  #model .slide .slide_wrap .modelsummary {
    display: block;
  }
  #model .slide .slide_wrap .modelphoto {
    margin-bottom: 1rem;
  }
  #model .slide .slide_wrap .modelphoto figure {
    margin: 0 auto;
  }
  #model .slide .slide_wrap .modelsummary {
    margin-left: 0;
    text-align: center;
  }
  #model .slide .slide_wrap .modelsummary .name {
    font-size: 1.4rem;
  }
  #model .slide .slide_wrap .modelsummary .age {
    font-size: 1.2rem;
  }
  #model .slide .slide_wrap .modelsummary .steplist {
    margin-top: 1rem;
  }
  #model .slide .slide_wrap .modelsummary .steplist li {
    display: block;
    font-size: 1.2rem;
    margin-right: 0;
    margin-bottom: 2rem;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
  }
  #model .slide .slide_wrap .modelsummary .steplist li:last-child {
    margin-bottom: 0;
  }
  #model .slide .slide_wrap .modelsummary .steplist li:after {
    bottom: -15px;
    right: 50%;
    margin-right: -0.5rem;
    border-width: 5px;
    transform: rotate(90deg);
  }
  #model .accordion {
    position: relative;
    width: 100%;
    margin: 30px auto 0;
    z-index: 1;
  }
  #model .accordion_title {
    padding: 10px 5px;
    font-size: 1.1rem;
    border-top: 1px solid #000;
    z-index: +1;
  }
  #model .accordion_inner .txt_a_ac {
    font-size: 1.1rem;
  }
  #model .icon_wrap {
    right: 0;
  }
  #model .swiper-slide:not(.swiper-slide-visible) .slide {
    opacity: 0;
  }
  #model .field {
    margin-top: 50px;
    padding: 30px 0;
  }
  #model .field .field_lead {
    display: block;
    position: static;
    padding: 0;
    width: 100%;
  }
  #model .field .field_lead .title {
    margin-right: 0;
    padding: 10px;
    font-size: 1.3rem;
    color: #fff;
    background: #000;
    letter-spacing: 0em;
  }
  #model .field .txt {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1.6em;
  }
  #model .field ul {
    margin-top: 10px;
  }
  #model .field ul li {
    padding-right: 10px;
  }
  #model .bg {
    height: 30%;
    top: 20%;
    background-attachment: inherit;
    background-size: auto 100%;
  }

  /* qa */
  #qa .accordion_title {
    padding: 10px 25px 10px 10px;
    font-size: 1.1rem;
  }
  #qa .accordion_title span {
    margin-right: 5px;
  }
  #qa .icon_wrap {
    width: 10px;
    height: 10px;
    right: 10px;
    margin-top: -5px;
  }
  #qa .icon {
    width: 10px;
    height: 10px;
  }
  #qa .icon:after {
    width: 11px;
    height: 1px;
    top: 5px;
    left: 0;
  }
  #qa .icon:before {
    width: 1px;
    height: 11px;
    top: 0;
    left: 5px;
  }
  #qa .accordion_inner {
    padding: 20px;
    font-size: 1.2rem;
  }

  /* footer */
  footer {
    min-width: 100%;
    padding: 30px 0 60px;
  }
  footer .lead {
    margin-left: -6em;
    top: -0.5em;
    left: 50%;
    font-size: 5vw;
    font-weight: 100;
    text-align: center;
    background: #000;
  }
  footer .more {
    margin-bottom: 30px;
    font-size: 4vw;
  }
  footer .bnr {
    width: 90%;
    margin: 15px auto;
  }
  footer .bnr ul li:first-child {
    margin-right: 0;
  }
  footer .bnr ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  footer ul li.btn_web a,
  footer ul li.btn_mtg a {
    font-size: 2.8vw;
  }
  footer .present {
    font-size: 2.8vw;
  }
  footer ul {
    margin: 30px 0 10px;
  }
  footer ul li {
    margin: 0 5px;
    font-size: 1.2rem;
  }
  footer .copy {
    font-size: 1rem;
  }

  /* fixedbnr */
  
  #fixedbnr {
    min-width: 100%;
  }
  #fixedbnr .bnr {
    margin: 0;
    width: 100%;
  }
  #fixedbnr .bnr ul {
    display: block;
  }
  #fixedbnr .bnr ul,
  #fixedbnr .bnr a {
    font-size: 2.6vw;
  }
  #fixedbnr .bnr a {
    width: 100%;
    padding: 0;
    height: 50px;
    line-height: 50px;
  }
  #fixedbnr .bnr ul li {
    width: 100%;
  }
  #fixedbnr .bnr a .tokuten {
    top: 0;
    left: 10%;
    margin-top: 5px;
    font-size: 10px;
  }
  .bnr a .catch p {
    font-size: 1rem;
    line-height: normal;
  }
  #fixedbnr .bnr a .catch {
    top: -10px;
  }
}

.c-tm {
	font-size: 20px;
}

.t-tm {
	font-size: 12px;
}

@media only screen and (max-width: 768px) {
  #compare table {
    width: 100%;
  }
  #compare table td .rw2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }
  #compare table td .rw2 .main {
    display: inline-block;
    text-align: left;
    width: 100%;
  }
  #compare table td .rw2 .main small {
    font-size: 10px;
  }
  #compare table td .rw2 .main .i-tx {
    text-align: left;
  }
  #compare table td .rw2 .main small {
    font-size: 10px;
  }
  #compare table td .rw2 .ico_m {
    width: 100%;
    font-size: 20px;
  }
}


@font-face {
	font-family: "iconfont";
	src: url(../fonts/iconfont.ttf?nzur0u) format("truetype"), url(../fonts/iconfont.woff?nzur0u) format("woff"), url(../fonts/iconfont.svg?nzur0u#iconfont) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.icon, .icon-movie, .icon-note, .icon-counseling, .icon-minus, .icon-plus, .icon-lang, .icon-mail, .icon-calendar, .icon-document, .icon-caution, .icon-stopwatch, .icon-mappin, .icon-tel, .icon-close, .icon-search, .icon-blank, .icon-word, .icon-pdf, .icon-excel, .icon-home, .icon-chev-bottom, .icon-chev-last, .icon-chev-first, .icon-chev-down, .icon-chev-up, .icon-chev-r, .icon-chev-l {
	display: inline-block;
	font-family: "iconfont" !important;
	speak: never;
	font-style: normal !important;
	font-size: inherit;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none;
	line-height: inherit;
	color: #024796;
}
.icon-chev-l:before {
	content: "\e900";
}
.icon-chev-r:before {
	content: "\e901";
}
.icon-chev-up:before {
	content: "\e902";
}
.icon-chev-down:before {
	content: "\e903";
}
.icon-chev-first:before {
	content: "\e904";
}
.icon-chev-last:before {
	content: "\e905";
}
.icon-chev-bottom:before {
	content: "\e906";
}
.icon-home:before {
	content: "\e907";
}
.icon-excel:before {
	content: "\e908";
}
.icon-pdf:before {
	content: "\e909";
}
.icon-word:before {
	content: "\e90a";
}
.icon-blank:before {
	content: "\e90b";
}
.icon-search:before {
	content: "\e90c";
}
.icon-close:before {
	content: "\e90d";
}
.icon-tel:before {
	content: "\e90e";
}
.icon-mappin:before {
	content: "\e90f";
}
.icon-stopwatch:before {
	content: "\e910";
}
.icon-caution:before {
	content: "\e911";
}
.icon-document:before {
	content: "\e912";
}
.icon-calendar:before {
	content: "\e913";
}
.icon-mail:before {
	content: "\e914";
}
.icon-lang:before {
	content: "\e915";
}
.icon-plus:before {
	content: "\e916";
}
.icon-minus:before {
	content: "\e917";
}
.icon-counseling:before {
	content: "\e918";
}
.icon-note:before {
	content: "\e919";
}
.icon-movie:before {
	content: "\e91a";
}

.icon-excel {
	color: #22A265;
}

.icon-pdf {
	color: #E40000;
}

.icon-word {
	color: #4A90E2;
}

.icon-caution {
	color: #E60000;
}

.l-fixed-cvn {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 25;
}
.l-fixed-cvn > ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.l-fixed-cvn > ul > li {
	width: 33.3333333333%;
	height: 40px;
	flex: 1 0 33.3333333333%;
}
.l-fixed-cvn > ul > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
  text-decoration: none;
	/* background-color: #F6E746; */
  background-color: #024796;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.6rem;
	/* color: #024796; */
  color: #fff;
}
.l-fixed-cvn > ul > li > a > [class^=icon-] {
	font-size: 1.6rem;
	margin-right: 5px;
}
.l-fixed-cvn > ul > li + li {
	border-left: 1px solid #fff;
}
.l-fixed-cvn > ul > li:last-child > a {
	/* background-color: #024796; */
  background-color: #F6E746;
	/* background-image: linear-gradient(90deg, #004896 0%, #0864C7 100%); */
  background-image: none;
	/* color: #fff; */
  color: #024796;
}
.l-fixed-cvn > ul > li:last-child > a > [class^=icon-] {
	/* color: #fff; */
  color: #024796;
}

.icon-calendar:before {
  color: #fff;
}
.icon-document:before {
  color: #fff;
}
.icon-counseling:before {
  content: "\e918";
}

@media (min-width: 768px) {
	.l-fixed-cvn {
		width: 46px;
		/* width: 64px; */
		bottom: auto;
		top: 500px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.l-fixed-cvn > ul {
		display: block;
	}
	.l-fixed-cvn > ul > li {
		width: 100%;
		height: 184px;
	}
	.l-fixed-cvn > ul > li > a {
		display: block;
		padding-top: 34px;
		font-size: 1.6rem;
		transition: background-color 0.2s;
	}
	.l-fixed-cvn > ul > li > a > span {
		display: block;
		width: 18px;
		margin: 4px auto 0;
	}
	.l-fixed-cvn > ul > li > a > [class^=icon-] {
		display: block;
		width: 24px;
		height: 24px;
		margin: 0 auto;
		font-size: 2.4rem;
	}
	.l-fixed-cvn > ul > li > a:hover {
		/* background-color: #FFF590; */
    background-color: #2475CD;
	}
  .l-fixed-cvn > ul > li:last-child > a:hover {
    background-color: #FFF590;
  }
	.l-fixed-cvn > ul > li + li {
		border-left: 0;
		border-top: 1px solid #fff;
	}
}


/* 241111追加分 */

.bullet-point {
  display: block; 
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
  line-height: 1.6;
}

.bullet-point::before {
  content: "•"; 
  position: absolute;
  left: 10px;
  color: #000; 
  font-weight: bold;
}

.bullet-point2 {
  display: block; 
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
  line-height: 1.6;
}

.bullet-point2::before {
  content: "•"; 
  position: absolute;
  left: 10px;
  color: #000; 
  font-weight: bold;
}

/* 2025.06追加分 */

.mv_catch {
  padding: 60px 0 30px;
  font-size: 30px;
  line-height: 2.2em;
  text-align: center;
}

.mv_catch .large {
  font-size: 64px;
}

.mv {
  position: relative;
}

#mv .mv_bnr {
  position: absolute;
  right: 80px;
  top: 450px;
  width: 270px;
}

a:hover img {
  opacity: 0.8 !important;
	border-bottom-color: transparent;
	transform: translateY(0.1875em);
}

.c-text {
	font-size: 1.8rem !important;
	line-height: 1.6;
}

@media screen and (max-width:768px){
  .mv_catch {
    padding: 30px 0 0;
    font-size: 1.3rem;
  }

  .mv_catch .large {
    font-size: 4.3vw;
  }

  .c-text {
	  font-size: 1.3rem !important;
	  line-height: 1.6;
  }

  .mv {
    position: relative;
  }

  #mv .mv_bnr {
    position: absolute;
    right: 10px;
    top: 290px;
    width: 135px;
  }

}