@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Alternate';
  src: url("../fonts/AlternateGotNo3D Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url("../fonts/Jost-Medium.ttf") format("truetype");
  font-display: swap;
}

/* html
------------------------------------------------- */
html {
  overflow-y: scroll;
  height: 100%;
  scroll-behavior: smooth;
}

/* body
------------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 18px;
  font-family: 'noto sans';
  line-height: 1.6;
  _display: inline;
  _zoom: 1;
}

body .pc {
  display: block;
}

body .sp {
  display: none;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  body {
    min-width: 1024px;
  }
}

@media (max-width: 640px) {
  body {
    min-width: 320px;
    max-width: 640px;
    font-size: 13px;
  }

  body img {
    width: 100%;
    height: auto;
  }

  body .pc {
    display: none;
  }

  body .sp {
    display: block;
  }
}

/* wrapper
------------------------------------------------- */
#wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
}

/* header
------------------------------------------------- */
.header {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
}

.header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 94%;
  width: 94%;
  margin: 0 auto;
  padding: 10px 3%;
  position: relative;
}

.header__inner .logo {
  width: 13%;
  margin: 0 1% 0 0;
}

.header__inner .logo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.header__inner h1 {
  max-width: 20%;
  font-size: min(0.8vw, 14px);
}

.header__inner .search {
  width: 20%;
  margin-left: 1%;
  position: relative;
}

.header__inner .search input[type="text"] {
  border-radius: 5px;
  border: 2px solid #666;
  width: 80%;
  padding: 13px 16% 12px 3%;
  font-size: min(1vw, 18px);
}

.header__inner .search input[type="image"] {
  position: absolute;
  top: 20%;
  right: 3%;
}

.header__inner--right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 48%;
  margin-left: auto;
}

.header__inner--right .snav {
  display: flex;
  flex-wrap: wrap;
  width: 38%;
  margin: 0 4% 0 0;
}

.header__inner--right .snav li {
  width: 100%;
}

.header__inner--right .snav li a {
  display: block;
  border-radius: 5px;
  padding: 7px 0 7px 10px;
  text-align: center;
  color: #fff;
  font-size: min(0.7vw, 14px);
  font-family: 'noto sans bold';
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__inner--right .snav li a:hover {
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

.header__inner--right .snav li.recruit {
  margin-bottom: 4px;
}

.header__inner--right .snav li.recruit a {
  background: url("../img/common/icon_recruit.png") no-repeat 8px center/auto 70% #f89b39;
}

.header__inner--right .snav li.recruit a:hover {
  background-color: #f8b96d;
}

.header__inner--right .snav li.cart01 {
  width: 49.25%;
  margin-right: 1.5%;
  margin-bottom: 4px;
}

.header__inner--right .snav li.cart01 a {
  background: #7da648;
  padding: 4px 0;
  text-align: center;
  font-size: min(0.7vw, 13px);
  line-height: 1.2;
}

.header__inner--right .snav li.cart01 a:hover {
  background: #95b765;
}

.header__inner--right .snav li.cart02 {
  width: 49.25%;
  margin-bottom: 4px;
}

.header__inner--right .snav li.cart02 a {
  background: #0084c0;
  padding: 4px 0;
  text-align: center;
  font-size: min(0.7vw, 13px);
  line-height: 1.2;
}

.header__inner--right .snav li.cart02 a:hover {
  background: #179fce;
}

.header__inner--right .snav li.purchase {
  margin-bottom: 4px;
}

.header__inner--right .snav li.purchase a {
  background: url("../img/common/icon_workbook.png") no-repeat 8px center/auto 70% #29a082;
}

.header__inner--right .snav li.purchase a:hover {
  background-color: #46bb9e;
}

.header__inner--right .snav li.bookshop a {
  background: url("../img/common/icon_bookstore.png") no-repeat 8px center/auto 70% #f89b39;
}

.header__inner--right .snav li.bookshop a:hover {
  background-color: #f8b96d;
}

.header__inner--right .btn_h {
  display: flex;
  flex-wrap: nowrap;
  width: 58%;
  margin-top: 5px;
}

.header__inner--right .btn_h li {
  width: 17%;
  margin-right: 3.75%;
}

.header__inner--right .btn_h li:last-child {
  margin-right: 0;
}

.header__inner--right .btn_h li a {
  display: block;
  text-align: center;
  font-size: min(0.6vw, 12px);
  line-height: 1.2;
}

.header__inner--right .btn_h li a .icon {
  margin-bottom: 3px;
}

.header__inner--right .btn_h li a .icon img {
  width: 100%;
  height: auto;
}

.header__inner--right .btn_h li a:hover {
  text-decoration: none;
}

.header__inner--right .btn_h .logged_in {
  position: relative;
}

.header__inner--right .btn_h .logged_in a {
  display: block;
  width: 110%;
  font-weight: bold;
  padding: 15% 0;
  border: 1px solid #999;
  position: absolute;
}

.header__inner--right .btn_h .logged_in_btn01 {
  bottom: 55%
}

.header__inner--right .btn_h .logged_in_btn02 {
  background: #eee;
  top: 55%;
}

.header__nav {
  background: #3752a4;
  max-width: 1920px;
  margin: 0 auto;
}

.header__nav nav {
  max-width: 1160px;
  margin: 0 auto;
}

.header__nav nav>ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header__nav nav>ul>li {
  width: 16.6666%;
  position: relative;
}

.header__nav nav>ul>li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -0.5px;
  background: url("../img/common/bg_nav.png") no-repeat left center;
  width: 1px;
  height: 42px;
}

.header__nav nav>ul>li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: min(1.3vw, 16px);
  font-family: 'noto sans bold';
  line-height: 1.4;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__nav nav>ul>li a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

.header__nav nav>ul>li.drop {
  display: block;
  position: relative;
}

.header__nav nav>ul>li.drop:hover p {
  color: rgba(255, 255, 255, 0.8);
}

.header__nav nav>ul>li.drop:hover ul.sub {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.header__nav nav>ul>li.drop p {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: min(1.3vw, 16px);
  font-family: 'noto sans bold';
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__nav nav>ul>li.drop ul.sub {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  z-index: 999;
  opacity: 0;
  transition: .5s;
}

.header__nav nav>ul>li.drop ul.sub.sm01 li a {
  background: #e29a43;
}

.header__nav nav>ul>li.drop ul.sub.sm02 li a {
  background: #d4362f;
}

.header__nav nav>ul>li.drop ul.sub.sm03 li a {
  background: #174f90;
}

.header__nav nav>ul>li.drop ul.sub.sm04 li a {
  background: #7da648;
}

.header__nav nav>ul>li.drop ul.sub:hover {
  visibility: visible;
}

.header__nav nav>ul>li.drop ul.sub>li {
  width: 100%;
}

.header__nav nav>ul>li.drop ul.sub>li>a {
  display: block;
  border-top: 1px solid #fff;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__nav nav>ul>li.drop ul.sub>li>a:hover {
  color: #ccc;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

.header__nav nav>ul>li.drop:hover .sub {
  visibility: visible;
}

.header__nav nav>ul>li:first-child a {
  background: #329273;
  padding: 21px 0;
}

.header__nav nav>ul>li:nth-child(2) p {
  background: #7da648;
}

.header__nav nav>ul>li:nth-child(3) p {
  background: #e29a43;
}

.header__nav nav>ul>li:nth-child(4) p {
  background: #d4362f;
}

.header__nav nav>ul>li:nth-child(5) p {
  background: #174f90;
}

.header__nav nav>ul>li:nth-child(6):after {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  background: url("../img/common/bg_nav.png") no-repeat left center;
  width: 1px;
  height: 42px;
}

.header__nav nav>ul>li:nth-child(6) a {
  background: #0084c0;
}

@media (min-width: 1025px) and (max-width: 1330px) {
  .header__inner {
    max-width: 98%;
    width: 98%;
    padding: 10px 1%;
  }

  .header__inner .logo {
    width: 12%;
  }

  .header__inner h1 {
    max-width: 18%;
  }

  .header__inner .search {
    width: 18%;
  }

  .header__inner .search input[type="image"] {
    position: absolute;
    top: 30%;
    width: 10%;
  }

  .header__inner--right {
    width: 54%;
  }

  .header__inner--right .snav li:first-child a {
    padding: 10px 0;
  }

  .header__inner--right .snav li:first-child a br {
    display: none;
  }

  .header__inner--right .snav li:nth-child(2) a {
    padding: 10px 0;
  }

  .header__inner--right .snav li:nth-child(2) a br {
    display: none;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .header__inner {
    max-width: 96%;
    width: 96%;
    padding: 10px 2%;
  }

  .header__inner .logo {
    margin: 2% 1% 0 0;
  }

  .header__inner h1 {
    position: absolute;
    top: 10px;
    max-width: 40%;
    font-size: min(1.2vw, 16px);
  }

  .header__inner h1 br {
    display: none;
  }

  .header__inner .search {
    width: 23%;
    margin: 2% 0 0 1%;
  }

  .header__inner .search input[type="image"] {
    top: 25%;
    width: 10%;
  }

  .header__inner--right {
    width: 58%;
  }

  .header__inner--right .snav li a {
    font-size: min(0.8vw, 14px);
  }

  .header__inner--right .snav li:first-child a {
    padding: 8px 0;
    font-size: min(0.8vw, 14px);
  }

  .header__inner--right .snav li:first-child a br {
    display: none;
  }

  .header__inner--right .snav li:nth-child(2) a {
    padding: 8px 0;
    font-size: min(0.8vw, 14px);
  }

  .header__inner--right .snav li:nth-child(2) a br {
    display: none;
  }

  .header__nav nav ul li a {
    padding: 12px 0;
  }
}

@media (max-width: 640px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }

  .header__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .header__inner .logo {
    width: 35%;
    margin: 0 0 0 2%;
  }

  .header__inner h1 {
    display: none;
  }

  .header__inner .search {
    width: 42%;
    margin-left: 3%;
  }

  .header__inner .search input[type="text"] {
    border: 1.5px solid #666;
    width: 80%;
    padding: 4% 16% 4% 3%;
    font-size: 12px;
  }

  .header__inner .search input[type="image"] {
    position: absolute;
    top: 25%;
    right: 3%;
    width: 10%;
  }

  .header__inner--right {
    display: none;
  }

  .header__inner--spmenu {
    width: 15%;
    margin-left: auto;
  }

  .header__inner--spmenu #panel-btn #panel-btn-icon {
    display: block;
    background: url("../img/common/btn_menu_sp.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 33.7% 0;
    position: relative;
    text-indent: -9999px;
    transition: 0.3s;
  }

  .header__inner--spmenu #panel-btn #panel-btn-icon.close {
    background: url("../img/common/btn_menu_close_sp.png") no-repeat center center;
    background-size: cover;
    transition: 0.3s;
  }

  .header__nav {
    display: none;
  }

  .header .menu-box {
    display: block;
    position: fixed;
    top: 8%;
    left: 0;
    bottom: 0;
    background: #3752a4;
    width: 94%;
    padding: 4.5% 3%;
    z-index: 9998;
    overflow-y: scroll;
  }

  .header .menu-box:after {
    content: "";
  }

  .header .menu-box .menu-box-inner {
    overflow: scroll;
    width: 100%;
    padding: 0;
  }

  .header .menu-box .menu-box-inner>ul {
    margin-bottom: 5%;
  }

  .header .menu-box .menu-box-inner>ul>li {
    margin-bottom: 1.2%;
  }

  .header .menu-box .menu-box-inner>ul>li:last-child {
    margin-bottom: 0;
  }

  .header .menu-box .menu-box-inner>ul>li>a {
    display: block;
    border-radius: 5px;
    background: #fff;
    padding: 3% 5%;
    color: #3752a4 !important;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3;
    position: relative;
  }

  .header .menu-box .menu-box-inner>ul>li>a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.2%;
    background: url("../img/common/icon_arrow_sp01.png") no-repeat center center/cover;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  .header .menu-box .menu-box-inner>ul>li>a:hover {
    text-decoration: none;
  }

  .header .menu-box .menu-box-inner>ul>li:nth-child(1) a {
    padding: 5% 5%;
  }

  .header .menu-box .menu-box-inner>ul>li.drop {
    display: block;
    border-radius: 5px;
    background: #fff;
  }

  .header .menu-box .menu-box-inner>ul>li.drop.single p {
    padding: 5% 5%;
  }

  .header .menu-box .menu-box-inner>ul>li.drop p {
    padding: 3% 5%;
    color: #3752a4 !important;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3;
    position: relative;
  }

  .header .menu-box .menu-box-inner>ul>li.drop p:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3%;
    background: url("../img/common/icon_arrow_sp_d.png") no-repeat center center/cover;
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }

  .header .menu-box .menu-box-inner>ul>li.drop p.open:after {
    background: url("../img/common/icon_arrow_sp_u.png") no-repeat center center/cover;
  }

  .header .menu-box .menu-box-inner>ul>li.drop .sub {
    display: none;
    padding: 0 8% 5%;
  }

  .header .menu-box .menu-box-inner>ul>li.drop .sub li a {
    display: block;
    border-bottom: 1.5px dashed #ccc;
    padding: 2% 0;
    font-size: 13px;
    position: relative;
  }

  .header .menu-box .menu-box-inner>ul>li.drop .sub li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2%;
    background: url("../img/common/icon_arrow_sp02.png") no-repeat center center/cover;
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }

  .header .menu-box .menu-box-btn {
    border-radius: 5px;
    background: #fff;
    padding: 5% 5%;
  }

  .header .menu-box .menu-box-btn .snav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 4%;
  }

  .header .menu-box .menu-box-btn .snav li {
    width: 100%;
  }

  .header .menu-box .menu-box-btn .snav li a {
    display: block;
    border-radius: 5px;
    padding: 3% 0 3% 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'noto sans bold';
    position: relative;
  }

  .header .menu-box .menu-box-btn .snav li a:hover {
    text-decoration: none;
  }

  .header .menu-box .menu-box-btn .snav li.recruit {
    margin-bottom: 2%;
  }

  .header .menu-box .menu-box-btn .snav li.recruit a {
    background: url("../img/common/icon_recruit.png") no-repeat 8px center/auto 70% #f89b39;
  }

  .header .menu-box .menu-box-btn .snav li.cart01 {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .header .menu-box .menu-box-btn .snav li.cart01 a {
    background: #7da648;
    padding: 7% 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
  }

  .header .menu-box .menu-box-btn .snav li.cart02 {
    width: 49%;
    margin-bottom: 2%;
  }

  .header .menu-box .menu-box-btn .snav li.cart02 a {
    background: #0084c0;
    padding: 7% 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
  }

  .header .menu-box .menu-box-btn .snav li.purchase {
    margin-bottom: 2%;
  }

  .header .menu-box .menu-box-btn .snav li.purchase a {
    background: url("../img/common/icon_workbook.png") no-repeat 8px center/auto 70% #29a082;
  }

  .header .menu-box .menu-box-btn .snav li.bookshop a {
    background: url("../img/common/icon_bookstore.png") no-repeat 8px center/auto 70% #f89b39;
  }

  .header .menu-box .menu-box-btn .btn_h {
    display: flex;
    flex-wrap: wrap;
  }

  .header .menu-box .menu-box-btn .btn_h li {
    width: 23%;
    margin-right: 2.6666%;
  }

  .header .menu-box .menu-box-btn .btn_h li:nth-child(4) {
    margin-right: 0;
  }

  .header .menu-box .menu-box-btn .btn_h li:nth-child(5) {
    margin-left: 37.25%;
  }

  .header .menu-box .menu-box-btn .btn_h li:nth-child(-n+4) {
    margin-bottom: 2%;
  }

  .header .menu-box .menu-box-btn .btn_h li a {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
  }

  .header .menu-box .menu-box-btn .btn_h li a .icon {
    margin-bottom: 5%;
  }
}

.header .menu-box .menu-box-btn .btn_h .logged_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5% 0 0 0 !important;
}

.header .menu-box .menu-box-btn .btn_h .logged_in a {
  display: block;
  width: 48%;
  font-weight: bold;
  padding: 15px 0;
  border: 1px solid #999;
}

.header .menu-box .menu-box-btn .btn_h .logged_in_btn01 {
  margin-right: 1%;
}

.header .menu-box .menu-box-btn .btn_h .logged_in_btn02 {
  background: #eee;
  margin-left: 1%;
}

/* article
------------------------------------------------- */
.mv {
  max-width: 1920px;
  margin: 0 auto;
}

.mv__inner {
  position: relative;
}

.mv__inner .bxslider img {
  width: 100%;
  height: auto;
}

.mv__inner .appli {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -119px;
}

.mv-to-ec {
  text-align: center;
  display: block;
}

@media (max-width: 640px) {
  .mv {
    width: 100%;
    margin: 15.2% auto 0;
  }

  .mv__inner .appli {
    position: absolute;
    top: 65%;
    right: 0;
    width: 8%;
  }
}

.mvlow {
  max-width: 1920px;
  min-height: 350px;
  margin: 0 auto 30px;
}

.mvlow.kin {
  background: url("../img/common/img_mv_kin.jpg") no-repeat center top;
}

.mvlow.ele {
  background: url("../img/common/img_mv_low.jpg") no-repeat center top;
}

.mvlow.jun {
  background: url("../img/common/img_mv_junior.jpg") no-repeat center top;
}

.mvlow.hig {
  background: url("../img/common/img_mv_high.jpg") no-repeat center top;
}

.mvlow.uni {
  background: url("../img/common/img_mv_uni.jpg") no-repeat center top;
}

.mvlow.cor {
  background: url("../img/correct/img_mv.jpg") no-repeat center top;
}

.mvlow.tes {
  background: url("../img/common/img_mv_base.jpg") no-repeat center top;
}

.mvlow.nbo {
  background: url("../img/newbook/img_mv.jpg") no-repeat center top;
}

.mvlow.run {
  background: url("../img/runa/img_mv.jpg") no-repeat center top;
}

.mvlow.sch {
  background: url("../img/schedule/img_mv.jpg") no-repeat center top;
}

.mvlow__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding-top: 120px;
}

.mvlow__inner h2 {
  display: inline-block;
  background: #fff;
  padding: 10px 40px;
  font-size: 46px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .mvlow {
    min-height: 260px;
    margin: 15.2% auto 5%;
  }

  .mvlow.tes {
    background: url("../img/common/img_mv_base.jpg") no-repeat 35% top;
  }

  .mvlow__inner {
    max-width: 94%;
    padding-top: 30%;
  }

  .mvlow__inner h2 {
    padding: 5px 20px;
    font-size: 20px;
  }
}

.catch {
  background: #22346d;
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px 0 25px;
}

.catch p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: 'noto sans bold';
  line-height: 1.6;
}

.catch p span {
  color: #ffe57a;
  font-size: 24px;
}

@media (max-width: 640px) {
  .catch {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5% 3%;
  }

  .catch figure {
    width: 30%;
    margin-right: 3%;
  }

  .catch p {
    width: 67%;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
  }

  .catch p span {
    font-size: 18px;
  }
}

.bread {
  max-width: 1360px;
  margin: 0 auto 50px;
}

.bread__inner ul {
  overflow: hidden;
}

.bread__inner ul li {
  float: left;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.bread__inner ul li a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.bread__inner ul li a:hover {
  text-decoration: underline;
}

.bread__inner ul li a::after {
  display: inline-block;
  content: '>';
  margin: 0 12px;
  color: #111;
}

@media (max-width: 640px) {
  .bread {
    max-width: 100%;
    margin: 0 auto 6%;
  }

  .bread__inner ul li {
    font-size: 12px;
  }

  .bread__inner ul li a {
    font-size: 12px;
  }
}

#low_block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1360px;
  margin: 0 auto 55px;
  padding: 0 20px;
}

#low_block #main {
  order: 2;
  width: calc(100% - 410px);
}

#low_block #main h3 {
  border-bottom: 5px solid #ddd;
  margin-bottom: 50px;
  padding-bottom: 5px;
  font-size: min(3vw, 40px);
  font-weight: bold;
  position: relative;
}

#low_block #main h3:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #bba980;
  width: 300px;
  height: 5px;
}

#low_block #main .block {
  margin-bottom: 80px;
}

#low_block #main .block.last {
  margin-bottom: 0;
}

#low_block #side {
  order: 1;
  border-radius: 0 0 15px 15px;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
  background: #fff;
  width: 306px;
  margin-right: 80px;
  padding: 0 12px 12px;
}

#low_block #side nav {
  margin-bottom: 20px;
}

#low_block #side nav ul li a {
  display: block;
  border-bottom: 1.5px dashed #999;
  padding: 12px 25px 10px 10px;
  color: #3752a4;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#low_block #side nav ul li a span {
  font-size: 13px;
}

#low_block #side nav ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("../img/common/icon_arrow_side.png") no-repeat center center/cover;
  width: 20px;
  height: 20px;
  margin-top: -8px;
}

#low_block #side nav ul li a:hover {
  color: #6f88d2;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

#low_block #side .office {
  margin-bottom: 25px;
  padding: 0 10px;
}

#low_block #side .office p {
  margin-bottom: 20px;
}

#low_block #side .office dl dt {
  color: #3752a4;
  font-weight: bold;
}

#low_block #side .office dl dd {
  margin-bottom: 10px;
  margin-left: 17px;
}

#low_block #side .ssl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1.5px solid #ccc;
  margin-bottom: 12px;
  padding: 12px 15px;
}

#low_block #side .ssl figure {
  width: 33%;
  margin-right: 5%;
}

#low_block #side .ssl figure img {
  width: 100%;
  height: auto;
}

#low_block #side .ssl p {
  width: 62%;
  font-size: 14px;
}

#low_block #side .mark {
  border: 1.5px solid #3752a4;
  margin-bottom: 30px;
  padding: 12px 15px 8px;
  text-align: center;
}

#low_block #side .mark .num {
  color: #3752a4;
  font-size: 16px;
  font-weight: bold;
}

#low_block #side .mark .num span {
  margin-left: 5px;
  font-size: 20px;
}

#low_block #side .mark .name {
  line-height: 1.4;
}

#low_block #side .qr {
  margin-bottom: 20px;
  text-align: center;
}

#low_block #side .qr figure {
  margin-bottom: 15px;
}

#low_block #side .words {
  background: #e5efff;
  margin-bottom: 20px;
  padding: 25px 20px;
}

#low_block #side .words .ttl {
  margin-bottom: 8px;
  color: #3752a4;
  font-weight: bold;
}

#low_block #side .words .txt {
  margin-bottom: 8px;
}

#low_block #side .words dl dd {
  margin-left: 17px;
}

#low_block #side .access {
  margin-bottom: 20px;
}

#low_block #side .access .ttl {
  background: #3752a4;
  margin-bottom: 15px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#low_block #side .access .classroom {
  margin-bottom: 10px;
}

#low_block #side .access figure.pht {
  margin-bottom: 15px;
}

#low_block #side .access ul.route {
  margin-bottom: 20px;
}

#low_block #side .access ul.route li {
  border-bottom: 1.5px dashed #999;
  padding: 12px 0;
}

#low_block #side .access ul.hotel li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

#low_block #side .access ul.hotel li:last-child {
  margin-bottom: 0;
}

#low_block #side .access ul.hotel li figure {
  width: 30%;
  margin-right: 5%;
}

#low_block #side .access ul.hotel li figure img {
  width: 100%;
  height: auto;
}

#low_block #side .access ul.hotel li p {
  width: 65%;
  font-size: 14px;
}

@media (min-width: 641px) and (max-width: 1200px) {
  #low_block #main {
    width: calc(100% - 330px);
  }

  #low_block #side {
    width: 276px;
    margin-right: 30px;
    padding: 10px 10px 12px;
  }

  #low_block #side nav {
    margin-bottom: 20px;
  }

  #low_block #side nav ul li a {
    padding: 14px 20px 12px 5px;
    font-size: 16px;
  }

  #low_block #side nav ul li a span {
    font-size: 12px;
  }

  #low_block #side nav ul li a:after {
    width: 18px;
    height: 18px;
    margin-top: -8px;
  }

  #low_block #side nav ul li a:hover {
    color: #3752a4;
  }

  #low_block #side .office {
    padding: 0 5px;
  }

  #low_block #side .office p {
    font-size: 16px;
  }

  #low_block #side .office dl dt {
    font-size: 16px;
  }

  #low_block #side .office dl dd {
    font-size: 16px;
  }

  #low_block #side .ssl {
    padding: 10px 10px;
  }

  #low_block #side .mark {
    padding: 12px 10px 8px;
  }

  #low_block #side .mark .num {
    font-size: 14px;
  }

  #low_block #side .mark .num span {
    font-size: 18px;
  }

  #low_block #side .qr {
    font-size: 16px;
  }

  #low_block #side .words {
    padding: 20px 20px;
  }

  #low_block #side .words .ttl {
    font-size: 16px;
  }

  #low_block #side .words .txt {
    font-size: 16px;
  }

  #low_block #side .words dl {
    font-size: 16px;
  }

  #low_block #side .access .ttl {
    font-size: 13px;
  }

  #low_block #side .access .classroom {
    font-size: 16px;
  }

  #low_block #side .access ul.route li {
    font-size: 16px;
  }

  #low_block #side .access ul.hotel li figure {
    width: 25%;
    margin-right: 5%;
  }

  #low_block #side .access ul.hotel li p {
    width: 70%;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  #low_block {
    width: 94%;
    margin: 0 auto 10%;
    padding: 0;
  }

  #low_block #main {
    order: 1;
    width: 100%;
    margin-bottom: 12%;
  }

  #low_block #main h3 {
    margin-bottom: 5%;
    font-size: 18px;
  }

  #low_block #main h3:after {
    width: 150px;
  }

  #low_block #main .block {
    margin-bottom: 10%;
  }

  #low_block #side {
    order: 2;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
    width: 94%;
    margin: 0 auto;
    padding: 0 3% 4%;
  }

  #low_block #side nav {
    margin-bottom: 5%;
  }

  #low_block #side nav ul li a {
    padding: 10px 25px 8px 10px;
  }

  #low_block #side nav ul li a span {
    font-size: 12px;
  }

  #low_block #side nav ul li a:after {
    width: 16px;
    height: 16px;
    margin-top: -6px;
  }

  #low_block #side nav ul li a:hover {
    color: #3752a4;
  }

  #low_block #side .office {
    margin-bottom: 5%;
    padding: 0 10px;
  }

  #low_block #side .office p {
    margin-bottom: 4%;
  }

  #low_block #side .office dl dd {
    margin-bottom: 2%;
    margin-left: 13px;
  }

  #low_block #side .ssl {
    margin-bottom: 3%;
    padding: 3% 3%;
  }

  #low_block #side .ssl figure {
    width: 30%;
    margin-right: 5%;
  }

  #low_block #side .ssl p {
    width: 65%;
    font-size: 13px;
  }

  #low_block #side .mark {
    margin-bottom: 8%;
    padding: 3% 3%;
  }

  #low_block #side .mark .num {
    font-size: 13px;
  }

  #low_block #side .mark .num span {
    margin-left: 3%;
    font-size: 18px;
    letter-spacing: 0.1em;
  }

  #low_block #side .qr {
    margin-bottom: 6%;
  }

  #low_block #side .qr figure {
    width: 40%;
    margin: 0 auto 3%;
  }

  #low_block #side .words {
    margin-bottom: 8%;
    padding: 5% 5%;
  }

  #low_block #side .words .ttl {
    margin-bottom: 2%;
  }

  #low_block #side .words .txt {
    margin-bottom: 2%;
  }

  #low_block #side .words dl dd {
    margin-left: 13px;
  }

  #low_block #side .access {
    margin-bottom: 3%;
  }

  #low_block #side .access .ttl {
    margin-bottom: 3%;
    padding: 2% 0;
    font-size: 14px;
  }

  #low_block #side .access .classroom {
    margin-bottom: 3%;
  }

  #low_block #side .access figure.pht {
    width: 70%;
    margin-bottom: 3%;
  }

  #low_block #side .access ul.route li {
    padding: 3% 0;
  }

  #low_block #side .access ul.hotel {
    padding: 0 5%;
  }

  #low_block #side .access ul.hotel li {
    margin-bottom: 4%;
  }

  #low_block #side .access ul.hotel li figure {
    width: 30%;
    margin-right: 5%;
  }

  #low_block #side .access ul.hotel li p {
    width: 65%;
    font-size: 13px;
  }
}

.bnr_foot {
  max-width: 1920px;
  margin: 0 auto 50px;
}

.bnr_foot__inner {
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 20px;
}

.bnr_foot__inner ul {
  display: flex;
  flex-wrap: wrap;
}

.bnr_foot__inner ul li {
  width: 24.25%;
  margin-right: 1%;
}

.bnr_foot__inner ul li:last-child {
  margin-right: 0;
}

.bnr_foot__inner ul li img {
  width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  .bnr_foot {
    margin: 0 auto 8%;
  }

  .bnr_foot__inner {
    max-width: 94%;
    padding: 0;
  }

  .bnr_foot__inner ul li {
    width: 48.5%;
    margin-right: 3%;
  }

  .bnr_foot__inner ul li:nth-child(even) {
    margin-right: 0;
  }

  .bnr_foot__inner ul li:nth-child(-n+2) {
    margin-bottom: 3%;
  }
}

.cta {
  background: #3752a4;
  max-width: 1920px;
  margin: 0 auto;
}

.cta__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  color: #fff;
}

.cta__inner .ttl {
  margin-bottom: 20px;
  font-size: 30px;
  font-family: 'noto sans bold';
}

.cta__inner .btn_login {
  width: 600px;
  margin: 0 auto 17px;
}

.cta__inner .btn_login a {
  display: block;
  border-radius: 10px;
  border: 2px solid #fff;
  background: -moz-linear-gradient(top, #d39e98, #b37a77);
  background: -webkit-linear-gradient(top, #d39e98, #b37a77);
  background: linear-gradient(to bottom, #d39e98, #b37a77);
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: 'noto sans bold';
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cta__inner .btn_login a:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 10px;
  background: url("../img/common/icon_login.png") no-repeat center center/cover;
  width: 40px;
  height: 40px;
}

.cta__inner .btn_login a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background: url("../img/common/icon_arrow_br.png") no-repeat center center/cover;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.cta__inner .btn_login a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

.cta__inner .tel {
  font-size: 28px;
}

.cta__inner .tel a {
  pointer-events: none;
  margin-left: 15px;
  padding-left: 50px;
  color: #ffe57a;
  font-size: 34px;
  font-family: 'noto sans bold';
  letter-spacing: 0.05em;
  position: relative;
}

.cta__inner .tel a:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  background: url("../img/common/icon_freedial.png") no-repeat center center;
  width: 47px;
  height: 27px;
}

.cta__inner .tel a:hover {
  text-decoration: none;
}

.cta__inner .time {
  letter-spacing: 0.05em;
}

@media (max-width: 640px) {
  .cta__inner {
    max-width: 94%;
    padding: 6% 0;
  }

  .cta__inner .ttl {
    margin-bottom: 4%;
    font-size: 18px;
  }

  .cta__inner .btn_login {
    width: 100%;
    margin: 0 auto 3%;
  }

  .cta__inner .btn_login a {
    padding: 3% 0;
    font-size: 18px;
  }

  .cta__inner .btn_login a:before {
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
  }

  .cta__inner .btn_login a:hover {
    color: #fff;
  }

  .cta__inner .tel {
    font-size: 18px;
  }

  .cta__inner .tel a {
    pointer-events: auto;
    margin-left: 0;
    padding-left: 40px;
    color: #ffe57a;
    font-size: 30px;
  }

  .cta__inner .tel a:before {
    top: 14px;
    background: url("../img/common/icon_freedial.png") no-repeat center center/cover;
    width: 35px;
    height: 20px;
  }
}

.pager.under {
  margin-top: 60px;
}

.pager.up {
  margin: 60px 0 60px;
}

.pager ul.pageNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pager ul.pageNav li {
  margin: 0 5px;
}

.pager ul.pageNav li.current span {
  display: block;
  border-radius: 3px;
  background: #3752a4;
  width: 40px;
  height: 34px;
  padding-top: 6px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.pager ul.pageNav li a {
  display: block;
  border-radius: 3px;
  background: #f0f0f0;
  width: 40px;
  height: 34px;
  padding-top: 6px;
  text-align: center;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pager ul.pageNav li a:hover {
  background: #3752a4;
  color: #fff;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

@media (max-width: 640px) {
  .pager.under {
    margin-top: 8%;
  }

  .pager.up {
    margin: 8% 0 8%;
  }

  .pager ul.pageNav li {
    margin: 0 4px;
  }

  .pager ul.pageNav li.current span {
    width: 30px;
    height: 26px;
    padding-top: 4px;
  }

  .pager ul.pageNav li a {
    width: 30px;
    height: 26px;
    padding-top: 4px;
  }

  .pager ul.pageNav li a:hover {
    background: #f0f0f0;
    color: #333;
  }
}

.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pager font {
  display: block;
  border-radius: 3px;
  background: #3752a4;
  width: 40px;
  height: 34px;
  padding-top: 6px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.pager a {
  display: block;
  border-radius: 3px;
  background: #f0f0f0;
  width: 40px;
  height: 34px;
  padding-top: 6px;
  text-align: center;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  margin: 0 5px;
  transition: .5s;
}

.pager a:hover {
  text-decoration: none !important;
  background: #3752a4;
  color: #fff;
}

@media (max-width: 640px) {
  .pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pager font {
    display: block;
    border-radius: 3px;
    background: #3752a4;
    width: 30px;
    height: 26px;
    padding-top: 4px;
    text-align: center;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
  }

  .pager a {
    display: block;
    border-radius: 3px;
    background: #f0f0f0;
    width: 30px;
    height: 26px;
    padding-top: 4px;
    text-align: center;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    margin: 0 4px;
  }
}

* html #pageTop {
  position: absolute;
}

#pageTop {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 2%;
  bottom: 2%;
  z-index: 900;
}

@media (max-width: 640px) {
  * html #pageTopSp {
    position: absolute;
  }

  #pageTop {
    position: fixed;
    width: 10%;
    height: auto;
    right: 3%;
    bottom: 2%;
    z-index: 9997;
  }
}

/* footer
------------------------------------------------- */
.footer {
  background: #ebebeb;
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px 0 40px;
}

.footer__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer__inner--nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}

.footer__inner--nav ul {
  width: 25%;
}

.footer__inner--nav ul li {
  margin-bottom: 10px;
}

.footer__inner--nav ul li a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer__inner--nav ul li a:hover {
  color: #666;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

.footer__inner--logocopy {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.footer__inner--logocopy .logo {
  width: 280px;
  margin-right: 20px;
}

.footer__inner--logocopy .copy {
  font-size: 12px;
  letter-spacing: 0.05em;
}

@media (max-width: 640px) {
  .footer {
    padding: 8% 0;
  }

  .footer__inner {
    max-width: 94%;
    padding: 0;
  }

  .footer__inner--nav {
    width: 100%;
    margin-bottom: 10%;
  }

  .footer__inner--nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .footer__inner--nav ul li {
    width: 48%;
    margin-bottom: 0;
  }

  .footer__inner--nav ul li:nth-child(odd) {
    margin-right: 4%;
  }

  .footer__inner--nav ul li a {
    display: block;
    border-bottom: 1px solid #aaa;
    padding: 5% 0 3%;
    text-align: center;
  }

  .footer__inner--nav ul li a:hover {
    color: #666;
  }

  .footer__inner--logocopy {
    align-items: center;
  }

  .footer__inner--logocopy .logo {
    width: 60%;
    margin: 0 auto 5%;
  }

  .footer__inner--logocopy .copy {
    width: 100%;
    text-align: center;
    font-size: 10px;
  }
}

/* link
------------------------------------------------- */
a:link,
a:visited {
  color: #111;
  text-decoration: none;
}

a:hover,
a:active {
  color: #111;
  text-decoration: underline;
}

/* alpha
------------------------------------------------- */
a.alpha img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a.alpha:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

/* clearfix
------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* *******************************************
     トップ
******************************************* */
#top .sec01 {
  background: url("../img/top/bg_sec01.jpg") no-repeat center top/cover;
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0;
}

#top .sec01__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

#top .sec01__inner ul {
	display: grid;
    gap: 1.5em;
    grid-template-columns: repeat(2, 1fr);
}
#top .sec01__inner ul li {
    display: flex;
}
#top .sec01__inner ul li:first-child a:before {
  background: url("../img/top/icon_pickup01.png") no-repeat center center/cover;
}
#top .sec01__inner ul li:nth-child(2) a:before {
  background: url("../img/top/icon_pickup04.png") no-repeat center center/cover;
}
#top .sec01__inner ul li:nth-child(3) a:before {
  background: url("../img/top/icon_pickup03.png") no-repeat center center/cover;
}

#top .sec01__inner ul li:nth-child(4) a:before {
  background: url("../img/top/icon_pickup04.png") no-repeat center center/cover;
}
#top .sec01__inner ul li a {
    width: 100%;
    box-sizing: border-box;
}
#top .sec01__inner ul li a:not(:has(img)) {
    width: 100%;
	height: 100%;
	flex: 1;
    padding: .5em 0;
    display: grid;
    place-content: center;
  border: 2px solid #fff;
  background: -moz-linear-gradient(top, #ec8bb6, #e4408f);
  background: -webkit-linear-gradient(top, #ec8bb6, #e4408f);
  background: linear-gradient(to bottom, #ec8bb6, #e4408f);
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: 'noto sans bold';
  line-height: 1.4;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top .sec01__inner ul li a:before {
    content: "";
    width: 65px;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
}
#top .sec01__inner ul li a img {
    width: 100%;
}
#top .sec01__inner ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

@media (max-width: 640px) {
  #top .sec01 {
    padding: 8% 0;
  }

  #top .sec01__inner {
    max-width: 94%;
    padding: 0;
  }
	#top .sec01__inner ul {
	    gap: 1em;
	    grid-template-columns: repeat(1, 1fr);
	}
  #top .sec01__inner ul li a:not(:has(img)) {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    padding: 1em 0;
    padding-left: 2.5em !important;
  }

  #top .sec01__inner ul li a:before {
    width: 30px;
  }

  #top .sec01__inner ul li a:hover {
    color: #fff;
  }
}

#top .sec02 {
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px 0 80px;
}

#top .sec02__inner {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 20px;
}

#top .sec02__inner .h2_en {
  text-align: center;
  font-size: 30px;
  font-family: 'Alternate';
}

#top .sec02__inner h2 {
  margin-bottom: 50px;
  padding-bottom: 25px;
  text-align: center;
  color: #22346d;
  font-size: 42px;
  line-height: 1.2;
  position: relative;
}

#top .sec02__inner h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border: 3px solid #bba980;
  width: 80px;
  margin-left: -40px;
}

@media (min-width: 641px) and (max-width: 1460px) {
  #top .sec02__inner {
    max-width: 94%;
  }

  #top .sec02__inner .bx-wrapper .bx-prev {
    left: -30px;
  }

  #top .sec02__inner .bx-wrapper .bx-next {
    right: -30px;
  }
}

@media (max-width: 640px) {
  #top .sec02 {
    padding: 8% 0;
  }

  #top .sec02__inner {
    max-width: 100%;
    padding: 0;
  }

  #top .sec02__inner .h2_en {
    font-size: 16px;
  }

  #top .sec02__inner h2 {
    margin-bottom: 8%;
    padding-bottom: 5%;
    font-size: 20px;
  }

  #top .sec02__inner h2:after {
    border: 2px solid #bba980;
    width: 50px;
    margin-left: -25px;
  }

  #top .sec02__inner .bnr_slider {
    margin-left: 18%;
  }
}

#top .bnr_online {
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 0;
}

#top .bnr_online img {
  width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  #top .bnr_online {
    max-width: 94%;
    padding: 8% 0;
  }
}

#top .sec03 {
  background: #e5efff;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 0;
}

#top .sec03__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

#top .sec03__inner .h2_en {
  text-align: center;
  font-size: 30px;
  font-family: 'Alternate';
}

#top .sec03__inner h2 {
  margin-bottom: 50px;
  padding-bottom: 25px;
  text-align: center;
  color: #22346d;
  font-size: 42px;
  line-height: 1.2;
  position: relative;
}

#top .sec03__inner h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border: 3px solid #bba980;
  width: 80px;
  margin-left: -40px;
}

#top .sec03__inner h3 {
  background: #22346d;
  margin-bottom: 50px;
  padding: 3px 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
}

#top .sec03__inner--record {
  display: flex;
  flex-wrap: wrap;
}

#top .sec03__inner--record li {
  width: 48%;
  margin-bottom: 40px;
  text-align: center;
}

#top .sec03__inner--record li:nth-child(odd) {
  margin-right: 4%;
}

#top .sec03__inner--record li figure {
  margin-bottom: 15px;
}

#top .sec03__inner--record li figure img {
  width: 100%;
  height: auto;
}

#top .sec03__inner--present {
  border: 5px solid #baa980;
  background: url("../img/top/bg_present.jpg") no-repeat center center/cover;
  min-height: 443px;
  margin-bottom: 50px;
  padding: 50px 80px;
}

#top .sec03__inner--present h3 {
  margin-bottom: 20px;
}

#top .sec03__inner--present .read {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
}

#top .sec03__inner--present .btn_pre {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#top .sec03__inner--present .btn_pre>li:first-child {
  width: 65%;
  margin-right: 5%;
  margin-bottom: 40px;
}

#top .sec03__inner--present .btn_pre>li:first-child ul li {
  background: #000;
  margin-bottom: 6px;
  padding: 2px 10px;
  color: #fff;
  font-size: 16px;
}

#top .sec03__inner--present .btn_pre>li:nth-child(n+2) {
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
  width: 30%;
}

#top .sec03__inner--present .btn_pre>li:nth-child(n+2) img {
  width: 100%;
  height: auto;
}

#top .sec03__inner--present .btn_pre>li:nth-child(3),
#top .sec03__inner--present .btn_pre>li:nth-child(4) {
  margin-right: 5%;
}

#top .sec03__inner--present .txt {
  text-align: center;
}

#top .sec03__inner--guide {
  border: 5px solid #baa980;
  background: #fff;
  margin-bottom: 50px;
  padding: 50px 80px;
}

#top .sec03__inner--guide h3 {
  margin-bottom: 20px;
}

#top .sec03__inner--guide .read {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
}

#top .sec03__inner--guide .btn_gui {
  display: flex;
  flex-wrap: wrap;
}

#top .sec03__inner--guide .btn_gui li {
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
  width: 30%;
  margin-right: 5%;
}

#top .sec03__inner--guide .btn_gui li.new {
  position: relative;
}

#top .sec03__inner--guide .btn_gui li.new:before {
  content: "NEW";
  position: absolute;
  top: -17px;
  left: -17px;
  border-radius: 50px;
  width: 55px;
  height: 43px;
  padding-top: 12px;
  text-align: center;
  color: #fff;
  font-family: 'noto sans bold';
}

#top .sec03__inner--guide .btn_gui li:first-child {
  margin-left: 17.5%;
  margin-bottom: 40px;
}

#top .sec03__inner--guide .btn_gui li:first-child.new:before {
  background: #ff7991;
}

#top .sec03__inner--guide .btn_gui li:nth-child(2) {
  margin-right: 0;
  margin-bottom: 40px;
}

#top .sec03__inner--guide .btn_gui li:nth-child(2).new:before {
  background: #00a282;
}

#top .sec03__inner--guide .btn_gui li:nth-child(3).new:before {
  background: #00a1e3;
}

#top .sec03__inner--guide .btn_gui li:nth-child(4).new:before {
  background: #2151a8;
}

#top .sec03__inner--guide .btn_gui li:nth-child(5) {
  margin-right: 0;
}

#top .sec03__inner--guide .btn_gui li:nth-child(5).new:before {
  background: #761383;
}

#top .sec03__inner--guide .btn_gui li img {
  width: 100%;
  height: auto;
}

#top .sec03__inner--faq {
  border: 5px solid #baa980;
  background: url("../img/top/bg_faq.png") repeat center top;
  margin-bottom: 50px;
  padding: 50px 80px 25px;
}

#top .sec03__inner--faq h3 {
  border-bottom: 2px solid #22346d;
  background: none;
  margin-bottom: 35px;
  padding-bottom: 10px;
  color: #22346d;
  font-size: 36px;
  letter-spacing: 0.05em;
}

#top .sec03__inner--faq .faqlist dl {
  border-radius: 5px;
  border: 2px solid #22346d;
  background: #fff;
  margin-bottom: 25px;
  padding: 10px 20px;
}

#top .sec03__inner--faq .faqlist dl dt {
  padding: 0 20px 0 32px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}

#top .sec03__inner--faq .faqlist dl dt:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  color: #22346d;
  font-size: 30px;
  font-family: 'Jost';
  line-height: 1.0;
}

#top .sec03__inner--faq .faqlist dl dt:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  background: url("../img/top/icon_open.png") no-repeat center center/cover;
  width: 15px;
  height: 15px;
}

#top .sec03__inner--faq .faqlist dl dt.open:after {
  background: url("../img/top/icon_close.png") no-repeat center center/cover;
}

#top .sec03__inner--faq .faqlist dl dd {
  margin-top: 10px;
  padding-left: 32px;
  position: relative;
}

#top .sec03__inner--faq .faqlist dl dd:before {
  content: "A";
  position: absolute;
  top: 0;
  left: 2px;
  color: #f00;
  font-size: 30px;
  font-family: 'Jost';
  line-height: 1.0;
}

#top .sec03__inner--entrance {
  border: 5px solid #baa980;
  background: #fff;
  margin-bottom: 50px;
  padding: 50px 80px;
}

#top .sec03__inner--entrance h3 {
  margin-bottom: 20px;
}

#top .sec03__inner--entrance .read {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
}

#top .sec03__inner--entrance .btn_ent {
  display: flex;
  flex-wrap: wrap;
}

#top .sec03__inner--entrance .btn_ent li {
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
  width: 30%;
  margin-right: 5%;
}

#top .sec03__inner--entrance .btn_ent li.new {
  position: relative;
}

#top .sec03__inner--entrance .btn_ent li.new:before {
  content: "NEW";
  position: absolute;
  top: -17px;
  left: -17px;
  border-radius: 50px;
  background: #ed3f4f;
  width: 55px;
  height: 43px;
  padding-top: 12px;
  text-align: center;
  color: #fff;
  font-family: 'noto sans bold';
}

#top .sec03__inner--entrance .btn_ent li:first-child {
  margin-bottom: 40px;
}

#top .sec03__inner--entrance .btn_ent li:nth-child(2) {
  margin-bottom: 40px;
}

#top .sec03__inner--entrance .btn_ent li:nth-child(3) {
  margin-right: 0;
  margin-bottom: 40px;
}

#top .sec03__inner--entrance .btn_ent li:nth-child(4) {
  margin-left: 35%;
}

#top .sec03__inner--entrance .btn_ent li img {
  width: 100%;
  height: auto;
}

#top .sec03__inner--bnr {
  margin-bottom: 50px;
}

#top .sec03__inner--bnr img {
  width: 100%;
  height: auto;
}

#top .sec03__inner--line {
  border: 5px solid #baa980;
  background: #fff;
  padding: 50px 80px;
}

#top .sec03__inner--line h3 {
  margin-bottom: 20px;
}

#top .sec03__inner--line .read {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
}

#top .sec03__inner--line .qr {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
}

#top .sec03__inner--line .qr li {
  width: 48%;
  margin-right: 4%;
  text-align: center;
}

#top .sec03__inner--line .qr li:last-child {
  margin-right: 0;
}

#top .sec03__inner--line .qr li figure {
  margin-bottom: 10px;
}

#top .sec03__inner--line .qr li .ttl {
  margin-bottom: 15px;
  font-size: 20px;
  font-family: 'noto sans bold';
}

@media (max-width: 640px) {
  #top .sec03 {
    padding: 10% 0;
  }

  #top .sec03__inner {
    max-width: 94%;
    padding: 0;
  }

  #top .sec03__inner .h2_en {
    font-size: 16px;
  }

  #top .sec03__inner h2 {
    margin-bottom: 8%;
    padding-bottom: 5%;
    font-size: 20px;
  }

  #top .sec03__inner h2:after {
    border: 2px solid #bba980;
    width: 50px;
    margin-left: -25px;
  }

  #top .sec03__inner h3 {
    margin-bottom: 6%;
    padding: 1.5% 0;
    font-size: 14px;
  }

  #top .sec03__inner--record li {
    width: 49%;
    margin-bottom: 8%;
    text-align: center;
  }

  #top .sec03__inner--record li:nth-child(odd) {
    margin-right: 2%;
  }

  #top .sec03__inner--record li figure {
    margin-bottom: 4%;
  }

  #top .sec03__inner--record li p {
    font-size: 12px;
  }

  #top .sec03__inner--present {
    border: 3px solid #baa980;
    min-height: 0;
    margin-bottom: 8%;
    padding: 7% 3%;
  }

  #top .sec03__inner--present h3 {
    margin-bottom: 5%;
  }

  #top .sec03__inner--present .read {
    margin-bottom: 4%;
    font-size: 14px;
  }

  #top .sec03__inner--present .btn_pre {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5%;
  }

  #top .sec03__inner--present .btn_pre>li:first-child {
    width: 100%;
    margin: 0 0 4%;
  }

  #top .sec03__inner--present .btn_pre>li:first-child ul li {
    margin-bottom: 2%;
    padding: 1% 3%;
    font-size: 12px;
  }

  #top .sec03__inner--present .btn_pre>li:nth-child(n+2) {
    width: 49%;
  }

  #top .sec03__inner--present .btn_pre>li:nth-child(2) {
    margin-right: 2%;
    margin-bottom: 3%;
  }

  #top .sec03__inner--present .btn_pre>li:nth-child(3) {
    margin-right: 0;
    margin-bottom: 3%;
  }

  #top .sec03__inner--present .btn_pre>li:nth-child(4) {
    margin-right: 2%;
  }

  #top .sec03__inner--guide {
    border: 3px solid #baa980;
    margin-bottom: 8%;
    padding: 5% 3%;
  }

  #top .sec03__inner--guide h3 {
    margin-bottom: 4%;
  }

  #top .sec03__inner--guide .read {
    margin-bottom: 6%;
    font-size: 14px;
  }

  #top .sec03__inner--guide .btn_gui {
    width: 94%;
    margin: 0 auto;
  }

  #top .sec03__inner--guide .btn_gui li {
    width: 48%;
    margin-right: 4%;
  }

  #top .sec03__inner--guide .btn_gui li.new:before {
    top: -10px;
    left: -10px;
    width: 30px;
    height: 24px;
    padding-top: 6px;
    font-size: 11px;
  }

  #top .sec03__inner--guide .btn_gui li:first-child {
    margin-left: 0;
    margin-bottom: 7%;
  }

  #top .sec03__inner--guide .btn_gui li:nth-child(2) {
    margin-right: 0;
    margin-bottom: 7%;
  }

  #top .sec03__inner--guide .btn_gui li:nth-child(3) {
    margin-bottom: 7%;
  }

  #top .sec03__inner--guide .btn_gui li:nth-child(4) {
    margin-right: 0;
  }

  #top .sec03__inner--guide .btn_gui li:nth-child(5) {
    margin-left: 25%;
  }

  #top .sec03__inner--faq {
    border: 3px solid #baa980;
    margin-bottom: 8%;
    padding: 5% 3% 3%;
  }

  #top .sec03__inner--faq h3 {
    border-bottom: 2px solid #22346d;
    margin-bottom: 8%;
    padding-bottom: 3%;
    font-size: 18px;
  }

  #top .sec03__inner--faq .faqlist dl {
    margin-bottom: 5%;
    padding: 3% 3%;
  }

  #top .sec03__inner--faq .faqlist dl dt {
    padding: 0 20px 0 30px;
    font-size: 14px;
  }

  #top .sec03__inner--faq .faqlist dl dt:before {
    font-size: 24px;
  }

  #top .sec03__inner--faq .faqlist dl dt:after {
    top: 8px;
    width: 13px;
    height: 13px;
  }

  #top .sec03__inner--faq .faqlist dl dd {
    margin-top: 3%;
    padding: 0 20px 0 30px;
  }

  #top .sec03__inner--faq .faqlist dl dd:before {
    left: 2px;
    font-size: 24px;
  }

  #top .sec03__inner--entrance {
    border: 3px solid #baa980;
    margin-bottom: 8%;
    padding: 5% 3%;
  }

  #top .sec03__inner--entrance h3 {
    margin-bottom: 4%;
  }

  #top .sec03__inner--entrance .read {
    margin-bottom: 6%;
    font-size: 14px;
  }

  #top .sec03__inner--entrance .btn_ent {
    width: 94%;
    margin: 0 auto;
  }

  #top .sec03__inner--entrance .btn_ent li {
    width: 48%;
    margin-right: 4%;
  }

  #top .sec03__inner--entrance .btn_ent li.new:before {
    top: -10px;
    left: -10px;
    width: 30px;
    height: 24px;
    padding-top: 6px;
    font-size: 11px;
  }

  #top .sec03__inner--entrance .btn_ent li:first-child {
    margin-bottom: 7%;
  }

  #top .sec03__inner--entrance .btn_ent li:nth-child(2) {
    margin-right: 0;
    margin-bottom: 7%;
  }

  #top .sec03__inner--entrance .btn_ent li:nth-child(3) {
    margin-right: 4%;
    margin-bottom: 5%;
  }

  #top .sec03__inner--entrance .btn_ent li:nth-child(4) {
    margin-left: 0;
    margin-right: 0;
  }

  #top .sec03__inner--bnr {
    margin-bottom: 8%;
  }

  #top .sec03__inner--line {
    border: 3px solid #baa980;
    padding: 5% 3%;
  }

  #top .sec03__inner--line h3 {
    margin-bottom: 4%;
  }

  #top .sec03__inner--line .read {
    margin-bottom: 5%;
    font-size: 14px;
  }

  #top .sec03__inner--line .qr {
    width: 85%;
  }

  #top .sec03__inner--line .qr li {
    width: 48%;
    margin-right: 4%;
  }

  #top .sec03__inner--line .qr li figure {
    margin-bottom: 5%;
  }

  #top .sec03__inner--line .qr li .ttl {
    margin-bottom: 5%;
    font-size: 14px;
  }
}

#top .sec04 {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 0;
}

#top .sec04__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

#top .sec04__inner .h2_en {
  text-align: center;
  font-size: 30px;
  font-family: 'Alternate';
}

#top .sec04__inner h2 {
  margin-bottom: 50px;
  padding-bottom: 25px;
  text-align: center;
  color: #22346d;
  font-size: 42px;
  line-height: 1.2;
  position: relative;
}

#top .sec04__inner h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border: 3px solid #bba980;
  width: 80px;
  margin-left: -40px;
}

#top .sec04__inner--news ul li {
  margin-bottom: 30px;
}

#top .sec04__inner--news ul li a {
  display: block;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 10px;
  background: #dde2ec;
  padding: 10px 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top .sec04__inner--news ul li a .date {
  width: 160px;
  color: #a1b0ba;
  font-size: 24px;
  font-family: 'noto sans bold';
}

#top .sec04__inner--news ul li a .ttl {
  width: calc(100% - 160px);
  font-size: 24px;
  font-family: 'noto sans bold';
}

#top .sec04__inner--news ul li a:hover {
  background: #e9ecf4;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

#top .sec04__inner--news .more {
  text-align: right;
}

#top .sec04__inner--news .more a {
  padding-right: 14px;
  font-size: 20px;
  font-family: 'noto sans bold';
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top .sec04__inner--news .more a:after {
  content: "";
  position: absolute;
  top: 35%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

#top .sec04__inner--news .more a:hover {
  color: #666;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

@media (max-width: 640px) {
  #top .sec04 {
    padding: 10% 0;
  }

  #top .sec04__inner {
    max-width: 94%;
    padding: 0;
  }

  #top .sec04__inner .h2_en {
    font-size: 16px;
  }

  #top .sec04__inner h2 {
    margin-bottom: 8%;
    padding-bottom: 5%;
    font-size: 20px;
  }

  #top .sec04__inner h2:after {
    border: 2px solid #bba980;
    width: 50px;
    margin-left: -25px;
  }

  #top .sec04__inner--news ul li {
    margin-bottom: 5%;
  }

  #top .sec04__inner--news ul li a {
    padding: 3% 3%;
  }

  #top .sec04__inner--news ul li a .date {
    width: 100%;
    font-size: 14px;
  }

  #top .sec04__inner--news ul li a .ttl {
    width: 100%;
    font-size: 14px;
  }

  #top .sec04__inner--news ul li a:hover {
    background: #dde2ec;
  }

  #top .sec04__inner--news .more a {
    padding-right: 12px;
    font-size: 16px;
  }

  #top .sec04__inner--news .more a:after {
    top: 35%;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #000;
    border-right: 1.5px solid #000;
  }

  #top .sec04__inner--news .more a:hover {
    color: #251e1c;
  }
}

#top .sec05 {
  background: #e5efff;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 0;
}

#top .sec05__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

#top .sec05__inner .h2_en {
  text-align: center;
  font-size: 30px;
  font-family: 'Alternate';
}

#top .sec05__inner h2 {
  margin-bottom: 50px;
  padding-bottom: 25px;
  text-align: center;
  color: #22346d;
  font-size: 42px;
  line-height: 1.2;
  position: relative;
}

#top .sec05__inner h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border: 3px solid #bba980;
  width: 80px;
  margin-left: -40px;
}

#top .sec05__inner--blog {
  max-width: 960px;
  margin: 0 auto;
}

#top .sec05__inner--blog ul {
  display: flex;
  flex-wrap: wrap;
}

#top .sec05__inner--blog ul li {
  border-radius: 10px;
  border: 2px solid #22346d;
  background: #fff;
  width: 47%;
  margin-bottom: 50px;
}

#top .sec05__inner--blog ul li:nth-child(odd) {
  margin-right: 5%;
}

#top .sec05__inner--blog ul li figure img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto;
}

#top .sec05__inner--blog ul li figure+div {
  padding: 10px 30px 30px;
}

#top .sec05__inner--blog ul li figure+div .date {
  margin-bottom: 5px;
  color: #a1b0ba;
  font-size: 22px;
  font-family: 'noto sans bold';
}

#top .sec05__inner--blog ul li figure+div .txt {
  margin-bottom: 15px;
}

#top .sec05__inner--blog ul li figure+div .btn_detail a {
  display: block;
  border-radius: 5px;
  background: #22346d;
  padding: 7px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top .sec05__inner--blog ul li figure+div .btn_detail a:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 12px;
  background: url("../img/common/icon_arrow_w.png") no-repeat center center/cover;
  width: 21px;
  height: 21px;
}

#top .sec05__inner--blog ul li figure+div .btn_detail a:hover {
  background: #405189;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

#top .sec05__inner--blog .more {
  width: 400px;
  margin: 0 auto;
}

#top .sec05__inner--blog .more a {
  display: block;
  border-radius: 5px;
  border: 2px solid #22346d;
  background: #fff;
  padding: 5px 10px 5px 0;
  text-align: center;
  color: #22346d;
  font-size: 24px;
  font-family: 'noto sans bold';
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top .sec05__inner--blog .more a:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 12px;
  background: url("../img/common/icon_arrow_n.png") no-repeat center center/cover;
  width: 21px;
  height: 21px;
}

#top .sec05__inner--blog .more a:hover {
  background: #eef1fc;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

@media (max-width: 640px) {
  #top .sec05 {
    padding: 10% 0;
  }

  #top .sec05__inner {
    max-width: 94%;
    padding: 0;
  }

  #top .sec05__inner .h2_en {
    font-size: 16px;
  }

  #top .sec05__inner h2 {
    margin-bottom: 8%;
    padding-bottom: 5%;
    font-size: 20px;
  }

  #top .sec05__inner h2:after {
    border: 2px solid #bba980;
    width: 50px;
    margin-left: -25px;
  }

  #top .sec05__inner--blog {
    max-width: 100%;
  }

  #top .sec05__inner--blog ul li {
    width: 99%;
    margin-bottom: 6%;
  }

  #top .sec05__inner--blog ul li:nth-child(odd) {
    margin: 0 0 5%;
  }

  #top .sec05__inner--blog ul li figure+div {
    padding: 2% 3% 4%;
  }

  #top .sec05__inner--blog ul li figure+div .date {
    margin-bottom: 1%;
    font-size: 16px;
  }

  #top .sec05__inner--blog ul li figure+div .txt {
    margin-bottom: 3%;
  }

  #top .sec05__inner--blog ul li figure+div .btn_detail a {
    padding: 2% 0;
    font-size: 14px;
  }

  #top .sec05__inner--blog ul li figure+div .btn_detail a:after {
    top: 9px;
    right: 10px;
    width: 18px;
    height: 18px;
  }

  #top .sec05__inner--blog ul li figure+div .btn_detail a:hover {
    background: #22346d;
  }

  #top .sec05__inner--blog .more {
    width: 100%;
  }

  #top .sec05__inner--blog .more a {
    padding: 2% 3% 2% 0;
    font-size: 16px;
  }

  #top .sec05__inner--blog .more a:after {
    top: 12px;
    right: 10px;
    width: 18px;
    height: 18px;
  }

  #top .sec05__inner--blog .more a:hover {
    background: #fff;
  }
}

#top .sec06 {
  background: url("../img/top/bg_sec06.jpg") no-repeat center top/cover;
  max-width: 1920px;
  margin: 0 auto;
  padding: 40px 0 50px;
}

#top .sec06__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

#top .sec06__inner .h2_en {
  filter: drop-shadow(3px 3px 2px rgba(255, 255, 255, 0.9));
  text-align: center;
  font-size: 30px;
  font-family: 'Alternate';
}

#top .sec06__inner h2 {
  filter: drop-shadow(3px 3px 2px rgba(255, 255, 255, 0.9));
  margin-bottom: 40px;
  padding-bottom: 25px;
  text-align: center;
  color: #22346d;
  font-size: 42px;
  line-height: 1.2;
  position: relative;
}

#top .sec06__inner h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border: 3px solid #bba980;
  width: 80px;
  margin-left: -40px;
}

#top .sec06__inner .more {
  width: 700px;
  margin: 0 auto;
}

#top .sec06__inner .more a {
  display: block;
  border-radius: 5px;
  border: 2px solid #22346d;
  background: #fff;
  padding: 5px 10px 5px 0;
  text-align: center;
  color: #22346d;
  font-size: 24px;
  font-family: 'noto sans bold';
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top .sec06__inner .more a:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 12px;
  background: url("../img/common/icon_arrow_n.png") no-repeat center center/cover;
  width: 21px;
  height: 21px;
}

#top .sec06__inner .more a:hover {
  background: #eef1fc;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

@media (max-width: 640px) {
  #top .sec06 {
    padding: 8% 0;
  }

  #top .sec06__inner {
    max-width: 94%;
    padding: 0;
  }

  #top .sec06__inner .h2_en {
    font-size: 16px;
  }

  #top .sec06__inner h2 {
    margin-bottom: 8%;
    padding-bottom: 5%;
    font-size: 20px;
  }

  #top .sec06__inner h2:after {
    border: 2px solid #bba980;
    width: 50px;
    margin-left: -25px;
  }

  #top .sec06__inner .more {
    width: 100%;
  }

  #top .sec06__inner .more a {
    padding: 2% 3% 2% 0;
    font-size: 16px;
    line-height: 1.4;
  }

  #top .sec06__inner .more a:after {
    top: 20px;
    right: 10px;
    width: 18px;
    height: 18px;
  }

  #top .sec06__inner .more a:hover {
    background: #fff;
  }
}

#top .sec07 {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 0;
}

#top .sec07__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

#top .sec07__inner .h2_en {
  text-align: center;
  font-size: 30px;
  font-family: 'Alternate';
}

#top .sec07__inner h2 {
  margin-bottom: 50px;
  padding-bottom: 25px;
  text-align: center;
  color: #22346d;
  font-size: 42px;
  line-height: 1.2;
  position: relative;
}

#top .sec07__inner h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border: 3px solid #bba980;
  width: 80px;
  margin-left: -40px;
}

#top .sec07__inner .movie {
  width: 560px;
  margin: 0 auto 10px;
}

#top .sec07__inner .movie video {
  width: 100%;
}

#top .sec07__inner .txt {
  text-align: center;
  font-size: 24px;
}

@media (max-width: 640px) {
  #top .sec07 {
    padding: 10% 0;
  }

  #top .sec07__inner {
    max-width: 94%;
    padding: 0;
  }

  #top .sec07__inner .h2_en {
    font-size: 16px;
  }

  #top .sec07__inner h2 {
    margin-bottom: 8%;
    padding-bottom: 5%;
    font-size: 20px;
  }

  #top .sec07__inner h2:after {
    border: 2px solid #bba980;
    width: 50px;
    margin-left: -25px;
  }

  #top .sec07__inner .movie {
    width: 100%;
    margin: 0 auto 3%;
  }

  #top .sec07__inner .txt {
    font-size: 16px;
  }
}

#top .sec08 {
  background: #e5efff;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 0;
}

#top .sec08__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

#top .sec08__inner .h2_en {
  text-align: center;
  font-size: 30px;
  font-family: 'Alternate';
}

#top .sec08__inner h2 {
  margin-bottom: 50px;
  padding-bottom: 25px;
  text-align: center;
  color: #22346d;
  font-size: 42px;
  line-height: 1.2;
  position: relative;
}

#top .sec08__inner h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border: 3px solid #bba980;
  width: 80px;
  margin-left: -40px;
}

#top .sec08__inner--block {
  display: flex;
  flex-wrap: wrap;
}

#top .sec08__inner--block figure {
  order: 2;
  width: 38%;
  text-align: center;
}

#top .sec08__inner--block figure span {
  display: inline-block;
  margin-bottom: 10px;
  color: #d4362f;
  font-size: 14px;
  font-family: 'noto sans bold';
}

#top .sec08__inner--block figure img {
  width: 100%;
  height: auto;
}

#top .sec08__inner--block figure+div {
  order: 1;
  width: 60%;
  margin-right: 2%;
  line-height: 2.0;
}

@media (max-width: 640px) {
  #top .sec08 {
    padding: 10% 0;
  }

  #top .sec08__inner {
    max-width: 94%;
    padding: 0;
  }

  #top .sec08__inner .h2_en {
    font-size: 16px;
  }

  #top .sec08__inner h2 {
    margin-bottom: 6%;
    padding-bottom: 5%;
    font-size: 20px;
    line-height: 1.4;
  }

  #top .sec08__inner h2:after {
    border: 2px solid #bba980;
    width: 50px;
    margin-left: -25px;
  }

  #top .sec08__inner--block figure {
    width: 100%;
  }

  #top .sec08__inner--block figure span {
    margin-bottom: 2%;
    font-size: 12px;
  }

  #top .sec08__inner--block figure+div {
    width: 100%;
    margin: 0 0 5%;
    line-height: 1.8;
  }
}

#top .sec09 {
  background: #f89b39;
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0;
}

#top .sec09__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

#top .sec09__inner--block {
  padding-left: 140px;
  position: relative;
}

#top .sec09__inner--block:before {
  content: "Present";
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
  background: #fff;
  width: 120px;
  height: 85px;
  padding-top: 35px;
  text-align: center;
  color: #d4362f;
  font-size: 30px;
  font-family: 'Alternate';
}

#top .sec09__inner--block h3 {
  color: #fff;
  font-size: 40px;
  font-family: 'noto sans bold';
}

#top .sec09__inner--block p {
  color: #fff;
  font-size: 20px;
}

@media (max-width: 640px) {
  #top .sec09 {
    padding: 6% 0;
  }

  #top .sec09__inner {
    max-width: 94%;
    padding: 0;
  }

  #top .sec09__inner--block {
    padding-left: 100px;
  }

  #top .sec09__inner--block:before {
    top: 5px;
    left: 0;
    width: 80px;
    height: 55px;
    padding-top: 25px;
    font-size: 20px;
  }

  #top .sec09__inner--block h3 {
    font-size: 20px;
  }

  #top .sec09__inner--block p {
    font-size: 14px;
  }
}

#top .sec10 {
  background: #e5efff;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 0;
}

#top .sec10__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

#top .sec10__inner ul {
  display: flex;
  flex-wrap: wrap;
}

#top .sec10__inner ul li {
  width: 48%;
}

#top .sec10__inner ul li:first-child {
  margin-right: 4%;
}

#top .sec10__inner ul li figure {
  margin-bottom: 50px;
}

#top .sec10__inner ul li figure img {
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  width: 100%;
  height: auto;
}

#top .sec10__inner .btn {
  width: 100%;
}

#top .sec10__inner ul li .btn.apply a {
  position: relative;
}

#top .sec10__inner ul li .btn.apply a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  background: url("../img/top/icon_apply.png") no-repeat center center/cover;
  width: 45px;
  height: 45px;
}

#top .sec10__inner .btn.contact a {
  position: relative;
}

#top .sec10__inner .btn.contact a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 360px;
  background: url("../img/top/icon_contact.png") no-repeat center center/cover;
  width: 45px;
  height: 45px;
}

#top .sec10__inner .btn a {
  display: block;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  background: #fff;
  padding: 15px 0 15px 20px;
  text-align: center;
  font-size: 24px;
  font-family: 'noto sans bold';
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top .sec10__inner .btn a:hover {
  background: #f7f7f7;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

@media (max-width: 640px) {
  #top .sec10 {
    padding: 10% 0;
  }

  #top .sec10__inner {
    max-width: 94%;
    padding: 0;
  }

  #top .sec10__inner ul li {
    width: 48%;
  }

  #top .sec10__inner ul li:first-child {
    margin-right: 4%;
  }

  #top .sec10__inner ul li figure {
    margin-bottom: 10%;
  }

  #top .sec10__inner ul li .btn {
    width: 100%;
  }

  #top .sec10__inner ul li .btn.apply a:before {
    top: 8px;
    left: 10px;
    width: 25px;
    height: 25px;
  }

  #top .sec10__inner .btn.contact a:before {
    top: 8px;
    left: 10px;
  }

  #top .sec10__inner ul li .btn a {
    padding: 5% 0 5% 5%;
    font-size: 14px;
  }

  #top .sec10__inner ul li .btn a:hover {
    background: #fff;
  }
}

/* *******************************************
     小学校入試要項
******************************************* */
#exam #low_block #main .map {
  position: relative;
}

#exam #low_block #main .map .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  font-size: min(1.4vw, 18px);
}

#exam #low_block #main .map figure img {
  width: 100%;
  height: auto;
}

#exam #low_block #main .map .pref li {
  position: absolute;
}

#exam #low_block #main .map .pref li a img {
  width: 100%;
  height: auto;
}

#exam #low_block #main .map .pref li:first-child {
  top: 0;
  right: 0;
  width: 21%;
}

#exam #low_block #main .map .pref li:nth-child(2) {
  top: 27.4%;
  right: 7.5%;
  width: 13.5%;
}

#exam #low_block #main .map .pref li:nth-child(3) {
  top: 35.3%;
  right: 7.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(4) {
  top: 43.1%;
  right: 7.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(5) {
  top: 35.3%;
  right: 14.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(6) {
  top: 43.1%;
  right: 14.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(7) {
  top: 50.9%;
  right: 7.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(8) {
  top: 66.7%;
  right: 7.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(9) {
  top: 58.8%;
  right: 7.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(10) {
  top: 58.8%;
  right: 14.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(11) {
  top: 66.7%;
  right: 14.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(12) {
  top: 74.6%;
  right: 7.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(13) {
  top: 74.6%;
  right: 14.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(14) {
  top: 82.4%;
  right: 14.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(15) {
  top: 50.9%;
  right: 14.5%;
  width: 13.5%;
}

#exam #low_block #main .map .pref li:nth-child(16) {
  top: 50.9%;
  right: 28.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(17) {
  top: 50.9%;
  right: 35.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(18) {
  top: 58.8%;
  right: 35.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(19) {
  top: 74.6%;
  right: 21.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(20) {
  top: 58.8%;
  right: 21.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(21) {
  top: 58.8%;
  right: 28.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(22) {
  top: 82.4%;
  right: 21.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(23) {
  top: 74.6%;
  right: 28.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(24) {
  top: 74.6%;
  right: 35.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(25) {
  top: 66.7%;
  right: 35.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(26) {
  top: 66.7%;
  right: 42.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(27) {
  top: 74.6%;
  right: 49.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(28) {
  top: 66.7%;
  right: 49.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(29) {
  top: 74.6%;
  right: 42.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(30) {
  top: 82.4%;
  right: 42.5%;
  width: 13.5%;
}

#exam #low_block #main .map .pref li:nth-child(31) {
  top: 66.7%;
  right: 56.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(32) {
  top: 66.7%;
  right: 63.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(33) {
  top: 74.6%;
  right: 56.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(34) {
  top: 74.6%;
  right: 63.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(35) {
  top: 66.7%;
  right: 70.5%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(36) {
  top: 83.7%;
  right: 57%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(37) {
  top: 91.5%;
  right: 57%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(38) {
  top: 83.7%;
  right: 64%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(39) {
  top: 91.5%;
  right: 64%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(40) {
  top: 66.7%;
  right: 78%;
  width: 13.5%;
}

#exam #low_block #main .map .pref li:nth-child(41) {
  top: 66.7%;
  right: 92%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(42) {
  top: 74.6%;
  right: 92%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(43) {
  top: 74.6%;
  right: 85%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(44) {
  top: 74.6%;
  right: 78%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(45) {
  top: 82.4%;
  right: 78%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(46) {
  top: 82.4%;
  right: 85%;
  width: 13.5%;
}

#exam #low_block #main .map .pref li:nth-child(47) {
  top: 91.5%;
  right: 92%;
  width: 6.5%;
}

#exam #low_block #main .map .pref li:nth-child(48) {
  top: 91.5%;
  right: 7.5%;
  width: 48.5%;
}

@media (max-width: 640px) {
  #exam #low_block #main .txt {
    margin-bottom: 5%;
  }

  #exam #low_block #main .map_sp {
    width: 100%;
  }

  #exam #low_block #main .map_sp .title {
    margin-bottom: 2%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }

  #exam #low_block #main .map_sp ul {
    display: flex;
    flex-wrap: wrap;
  }

  #exam #low_block #main .map_sp ul li {
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
  }

  #exam #low_block #main .map_sp ul li:nth-child(3n) {
    margin-right: 0;
  }

  #exam #low_block #main .map_sp ul li a {
    display: block;
    background: #fff;
    padding: 3% 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
  }

  #exam #low_block #main .map_sp ul li a:hover {
    text-decoration: none;
  }

  #exam #low_block #main .map_sp .box_area {
    margin-bottom: 3%;
    padding: 2% 5% 3%;
  }

  #exam #low_block #main .map_sp .box_area.type01 {
    background: #517CDB;
  }

  #exam #low_block #main .map_sp .box_area.type01 ul li a {
    color: #517CDB;
  }

  #exam #low_block #main .map_sp .box_area.type02 {
    background: #00A1FF;
  }

  #exam #low_block #main .map_sp .box_area.type02 ul li a {
    color: #00A1FF;
  }

  #exam #low_block #main .map_sp .box_area.type03 {
    background: #00C3C1;
  }

  #exam #low_block #main .map_sp .box_area.type03 ul li a {
    color: #00C3C1;
  }

  #exam #low_block #main .map_sp .box_area.type04 {
    background: #00D040;
  }

  #exam #low_block #main .map_sp .box_area.type04 ul li a {
    color: #00D040;
  }

  #exam #low_block #main .map_sp .box_area.type05 {
    background: #F2B92F;
  }

  #exam #low_block #main .map_sp .box_area.type05 ul li a {
    color: #F2B92F;
  }

  #exam #low_block #main .map_sp .box_area.type06 {
    background: #FF8033;
  }

  #exam #low_block #main .map_sp .box_area.type06 ul li a {
    color: #FF8033;
  }

  #exam #low_block #main .map_sp .box_area.type07 {
    background: #FF7889;
  }

  #exam #low_block #main .map_sp .box_area.type07 ul li a {
    color: #FF7889;
  }

  #exam #low_block #main .map_sp .area08 {
    width: 100%;
  }

  #exam #low_block #main .map_sp .area08 a {
    display: block;
    background: #A6649C;
    padding: 3% 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
  }

  #exam #low_block #main .map_sp .area08 a:hover {
    text-decoration: none;
  }
}

/* *******************************************
     願書・身上書無料添削サービス
******************************************* */
#correct #low_block #main .block .txt01 {
  margin-bottom: 40px;
  font-size: min(1.4vw, 18px);
  line-height: 1.8;
}

#correct #low_block #main .block .txt02 {
  margin-bottom: 20px;
  font-size: min(1.4vw, 18px);
  line-height: 1.8;
}

#correct #low_block #main .block .txt03 {
  margin-bottom: 20px;
  text-align: center;
  font-size: min(1.4vw, 18px);
  line-height: 1.8;
}

#correct #low_block #main .block .btn {
  width: 450px;
  margin: 0 auto;
}

#correct #low_block #main .block .btn a {
  display: block;
  border-radius: 8px;
  box-shadow: 4px 4px #bdcbe5;
  background: #3752a4;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#correct #low_block #main .block .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/common/icon_arrow_btn.png") no-repeat center center/cover;
  width: 25px;
  height: 25px;
  margin-top: -12px;
}

#correct #low_block #main .block .btn a:hover {
  background: #6f88d2;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

#correct #low_block #main .block .case01 h5 {
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
  background: #2cb6af;
  width: 228px;
  padding: 5px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#correct #low_block #main .block .case01 ul {
  display: flex;
  flex-wrap: wrap;
  background: #a1d6d2;
  margin-bottom: 20px;
  padding: 25px 35px 10px;
}

#correct #low_block #main .block .case01 ul li {
  width: 32%;
  margin-right: 10px;
  margin-bottom: 15px;
}

#correct #low_block #main .block .case01 ul li a {
  display: block;
  border-radius: 8px;
  background: #fff;
  padding: 15px 60px 15px 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#correct #low_block #main .block .case01 ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background: url("../img/common/icon_pdf.png") no-repeat center center/cover;
  width: 33px;
  height: 34px;
  margin-top: -17px;
}

#correct #low_block #main .block .case01 ul li a:hover {
  background: #f2fffe;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

#correct #low_block #main .block .case02 h5 {
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
  background: #6bb0e1;
  width: 228px;
  padding: 5px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#correct #low_block #main .block .case02 ul {
  display: flex;
  flex-wrap: wrap;
  background: #b7cfe5;
  margin-bottom: 20px;
  padding: 25px 35px 10px;
}

#correct #low_block #main .block .case02 ul li {
  width: 32%;
  margin-right: 10px;
  margin-bottom: 15px;
}

#correct #low_block #main .block .case02 ul li a {
  display: block;
  border-radius: 8px;
  background: #fff;
  padding: 15px 60px 15px 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#correct #low_block #main .block .case02 ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background: url("../img/common/icon_pdf.png") no-repeat center center/cover;
  width: 33px;
  height: 34px;
  margin-top: -17px;
}

#correct #low_block #main .block .case02 ul li a:hover {
  background: #e8f4fe;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

@media (min-width: 641px) and (max-width: 1200px) {
  #correct #low_block #main .block .btn {
    width: 400px;
  }

  #correct #low_block #main .block .btn a:hover {
    background: #3752a4;
  }

  #correct #low_block #main .block .case01 h5 {
    width: 208px;
    font-size: 18px;
  }

  #correct #low_block #main .block .case01 ul {
    padding: 25px 25px 10px;
  }

  #correct #low_block #main .block .case01 ul li {
    width: 32%;
    margin-right: 2%;
  }

  #correct #low_block #main .block .case01 ul li:nth-child(3n) {
    margin-right: 0;
  }

  #correct #low_block #main .block .case01 ul li a {
    padding: 15px 50px 15px 20px;
    font-size: 14px;
  }

  #correct #low_block #main .block .case01 ul li a:after {
    right: 15px;
    width: 30px;
    height: 31px;
    margin-top: -15px;
  }

  #correct #low_block #main .block .case01 ul li a:hover {
    background: #fff;
  }

  #correct #low_block #main .block .case02 h5 {
    width: 208px;
    font-size: 18px;
  }

  #correct #low_block #main .block .case02 ul {
    padding: 25px 25px 10px;
  }

  #correct #low_block #main .block .case02 ul li {
    width: 32%;
    margin-right: 2%;
  }

  #correct #low_block #main .block .case02 ul li:nth-child(3n) {
    margin-right: 0;
  }

  #correct #low_block #main .block .case02 ul li a {
    padding: 15px 50px 15px 20px;
    font-size: 14px;
  }

  #correct #low_block #main .block .case02 ul li a:after {
    right: 15px;
    width: 30px;
    height: 31px;
    margin-top: -15px;
  }

  #correct #low_block #main .block .case02 ul li a:hover {
    background: #fff;
  }
}

@media (max-width: 640px) {
  #correct #low_block #main .block .txt01 {
    margin-bottom: 6%;
    font-size: 14px;
  }

  #correct #low_block #main .block .txt02 {
    margin-bottom: 4%;
    font-size: 14px;
  }

  #correct #low_block #main .block .txt03 {
    margin-bottom: 4%;
    font-size: 14px;
  }

  #correct #low_block #main .block .btn {
    width: 80%;
  }

  #correct #low_block #main .block .btn a {
    box-shadow: 2px 2px #bdcbe5;
    padding: 5% 0;
    font-size: 14px;
  }

  #correct #low_block #main .block .btn a:after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  #correct #low_block #main .block .btn a:hover {
    background: #3752a4;
  }

  #correct #low_block #main .block .case01 h5 {
    width: 36%;
    padding: 1% 3%;
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  #correct #low_block #main .block .case01 ul {
    margin-bottom: 4%;
    padding: 5% 5% 1%;
  }

  #correct #low_block #main .block .case01 ul li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 4%;
  }

  #correct #low_block #main .block .case01 ul li:nth-child(even) {
    margin-right: 0 !important;
  }

  #correct #low_block #main .block .case01 ul li a {
    padding: 6% 20% 6% 5%;
  }

  #correct #low_block #main .block .case01 ul li a:after {
    top: 50%;
    right: 8px;
    width: 25px;
    height: 26px;
    margin-top: -13px;
  }

  #correct #low_block #main .block .case01 ul li a:hover {
    background: #fff;
  }

  #correct #low_block #main .block .case02 h5 {
    width: 36%;
    padding: 1% 3%;
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  #correct #low_block #main .block .case02 ul {
    margin-bottom: 4%;
    padding: 5% 5% 1%;
  }

  #correct #low_block #main .block .case02 ul li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 4%;
  }

  #correct #low_block #main .block .case02 ul li:nth-child(even) {
    margin-right: 0 !important;
  }

  #correct #low_block #main .block .case02 ul li a {
    padding: 6% 20% 6% 5%;
  }

  #correct #low_block #main .block .case02 ul li a:after {
    top: 50%;
    right: 8px;
    width: 25px;
    height: 26px;
    margin-top: -13px;
  }

  #correct #low_block #main .block .case02 ul li a:hover {
    background: #fff;
  }
}

/* *******************************************
     インターネットテスト会（無料）
******************************************* */
#int_test #low_block #main .block .pht_txt {
  display: flex;
  flex-wrap: wrap;
}

#int_test #low_block #main .block .pht_txt figure {
  width: 40%;
  margin-right: 3%;
}

#int_test #low_block #main .block .pht_txt figure img {
  width: 100%;
  height: auto;
}

#int_test #low_block #main .block .pht_txt figure+div {
  width: 57%;
}

#int_test #low_block #main .block .pht_txt figure+div .ttl {
  margin-bottom: 15px;
  font-size: min(2vw, 24px);
  font-weight: bold;
}

#int_test #low_block #main .block .pht_txt figure+div .txt {
  font-size: min(1.4vw, 18px);
  line-height: 2.0;
}

#int_test #low_block #main .block .txt01 {
  margin-bottom: 40px;
  font-size: min(1.4vw, 18px);
  line-height: 1.8;
}

#int_test #low_block #main .block .box_member {
  background: url("../img/internet-test/bg_box_member.jpg") no-repeat center center/cover;
  padding: 30px 0;
  text-align: center;
}

#int_test #low_block #main .block .box_member .ttl {
  background: url("../img/internet-test/bg_ttl.png") no-repeat center bottom;
  margin-bottom: 5px;
  padding-bottom: 35px;
  color: #fff;
  font-size: min(2.6vw, 32px);
  font-weight: bold;
}

#int_test #low_block #main .block .box_member .txt {
  margin-bottom: 15px;
  color: #fff;
  font-size: min(1.4vw, 18px);
  font-weight: bold;
}

#int_test #low_block #main .block .box_member .btn {
  width: 300px;
  margin: 0 auto;
}

#int_test #low_block #main .block .box_member .btn a {
  display: block;
  border-radius: 8px;
  box-shadow: 4px 4px #067f76;
  background: #fff;
  padding: 15px 0;
  text-align: center;
  color: #067f76;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#int_test #low_block #main .block .box_member .btn a span {
  padding-right: 35px;
  position: relative;
}

#int_test #low_block #main .block .box_member .btn a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("../img/common/icon_arrow_g.png") no-repeat center center/cover;
  width: 21px;
  height: 21px;
  margin-top: -10px;
}

#int_test #low_block #main .block .box_member .btn a:hover {
  background: #ddfffc;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

#int_test #low_block #main .block .box_test {
  background: url("../img/internet-test/bg_box_test.jpg") no-repeat center center/cover;
  padding: 30px 0;
  text-align: center;
}

#int_test #low_block #main .block .box_test .ttl {
  margin-bottom: 25px;
  font-size: min(2vw, 24px);
  font-weight: bold;
}

#int_test #low_block #main .block .box_test .txt {
  font-size: min(1.4vw, 18px);
  font-weight: bold;
}

#int_test #low_block #main .block .box_test .btn {
  width: 300px;
  margin: 0 auto 15px;
}

#int_test #low_block #main .block .box_test .btn a {
  display: block;
  border-radius: 8px;
  box-shadow: 4px 4px #313a4b;
  background: #fff;
  padding: 15px 0;
  text-align: center;
  color: #111;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#int_test #low_block #main .block .box_test .btn a span {
  padding-right: 35px;
  position: relative;
}

#int_test #low_block #main .block .box_test .btn a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("../img/common/icon_arrow_b.png") no-repeat center center/cover;
  width: 21px;
  height: 21px;
  margin-top: -10px;
}

#int_test #low_block #main .block .box_test .btn a:hover {
  background: #f6ffdb;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

@media (max-width: 640px) {
  #int_test #low_block #main .block .pht_txt figure {
    width: 100%;
    margin: 0 0 5%;
  }

  #int_test #low_block #main .block .pht_txt figure+div {
    width: 100%;
  }

  #int_test #low_block #main .block .pht_txt figure+div .ttl {
    margin-bottom: 3%;
    font-size: 16px;
  }

  #int_test #low_block #main .block .pht_txt figure+div .txt {
    font-size: 14px;
  }

  #int_test #low_block #main .block .txt01 {
    margin-bottom: 6%;
    font-size: 14px;
  }

  #int_test #low_block #main .block .box_member {
    padding: 5% 3% 7%;
  }

  #int_test #low_block #main .block .box_member .ttl {
    background: url("../img/internet-test/bg_ttl.png") no-repeat center bottom/90% auto;
    margin-bottom: 3%;
    padding-bottom: 6%;
    font-size: 18px;
  }

  #int_test #low_block #main .block .box_member .txt {
    margin-bottom: 5%;
    font-size: 14px;
  }

  #int_test #low_block #main .block .box_member .btn {
    width: 70%;
  }

  #int_test #low_block #main .block .box_member .btn a {
    padding: 4% 0;
    font-size: 14px;
  }

  #int_test #low_block #main .block .box_member .btn a span {
    padding-right: 30px;
  }

  #int_test #low_block #main .block .box_member .btn a span:after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  #int_test #low_block #main .block .box_member .btn a:hover {
    background: #fff;
  }

  #int_test #low_block #main .block .box_test {
    padding: 5% 3%;
  }

  #int_test #low_block #main .block .box_test .ttl {
    margin-bottom: 4%;
    font-size: 16px;
  }

  #int_test #low_block #main .block .box_test .txt {
    font-size: 14px;
  }

  #int_test #low_block #main .block .box_test .btn {
    width: 70%;
    margin: 0 auto 4%;
  }

  #int_test #low_block #main .block .box_test .btn a {
    padding: 4% 0;
    font-size: 14px;
  }

  #int_test #low_block #main .block .box_test .btn a span {
    padding-right: 30px;
  }

  #int_test #low_block #main .block .box_test .btn a span:after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  #int_test #low_block #main .block .box_test .btn a:hover {
    background: #fff;
  }
}

/* *******************************************
     12000人からのQ&amp;A
******************************************* */
#faq #low_block #main .block .read {
  margin-bottom: 40px;
  font-size: min(1.4vw, 18px);
  line-height: 1.8;
}

#faq #low_block #main .block .btn {
  width: 450px;
  margin: 0 auto 60px;
}

#faq #low_block #main .block .btn a {
  display: block;
  border-radius: 8px;
  box-shadow: 4px 4px #bdcbe5;
  background: #3752a4;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#faq #low_block #main .block .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/common/icon_arrow_btn.png") no-repeat center center/cover;
  width: 25px;
  height: 25px;
  margin-top: -12px;
}

#faq #low_block #main .block .btn a:hover {
  background: #6f88d2;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

#faq #low_block #main .block h4 {
  border-bottom: 3px solid #3752a4;
  margin-bottom: 25px;
  padding-bottom: 5px;
  color: #3752a4;
  font-size: min(1.8vw, 24px);
  font-weight: bold;
}

#faq #low_block #main .block h4 span {
  color: #333;
  font-size: min(1.2vw, 18px);
}

#faq #low_block #main .block .faq {
  margin-bottom: 60px;
}

#faq #low_block #main .block .faq li {
  border-radius: 3px;
  margin-bottom: 3px;
  padding: 15px 20px 20px;
}

#faq #low_block #main .block .faq li:nth-child(odd) {
  background: #6bb0e1;
}

#faq #low_block #main .block .faq li:nth-child(even) {
  background: #77bfbd;
}

#faq #low_block #main .block .faq li h5 {
  padding-right: 30px;
  color: #fff;
  font-size: min(1.2vw, 18px);
  cursor: pointer;
  position: relative;
}

#faq #low_block #main .block .faq li h5 span {
  margin-right: 30px;
  font-size: min(1.8vw, 24px);
}

#faq #low_block #main .block .faq li h5:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  background: url("../img/faq/icon_open.png") no-repeat center center/cover;
  width: 20px;
  height: 20px;
  margin-top: -8px;
}

#faq #low_block #main .block .faq li h5.open:after {
  background: url("../img/faq/icon_close.png") no-repeat center center/cover;
}

#faq #low_block #main .block .faq li h5+div {
  background: #fff;
  margin-top: 20px;
  padding: 20px 20px;
}

#faq #low_block #main .block .faq li h5+div .question {
  border-bottom: 1.5px dotted #999;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: min(1.2vw, 16px);
  line-height: 1.8;
}

#faq #low_block #main .block .faq li h5+div .answer {
  font-size: min(1.2vw, 16px);
  line-height: 1.8;
}

#faq #low_block #main .block .keyword {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#faq #low_block #main .block .keyword li {
  border-radius: 50px;
  margin: 0 5px 10px 0;
  padding: 10px 30px;
  color: #fff;
  font-size: min(1.4vw, 18px);
  font-weight: bold;
  cursor: pointer;
}

#faq #low_block #main .block .keyword li.c01 {
  background: #f89b39;
}

#faq #low_block #main .block .keyword li.c02 {
  background: #8ec443;
}

#faq #low_block #main .block .keyword li.c03 {
  background: #ef8da2;
}

#faq #low_block #main .block .keyword li.c04 {
  background: #6bafe1;
}

#faq #low_block #main .block .txt01 {
  margin-bottom: 10px;
  font-size: 16px;
}

#faq #low_block #main .block .box_search {
  width: 80%;
  margin-bottom: 60px;
}

#faq #low_block #main .block .box_search form {
  display: flex;
  flex-wrap: wrap;
}

#faq #low_block #main .block .box_search form input[type="text"] {
  border-radius: 5px;
  border: 1.5px solid #999;
  width: 70%;
  margin-right: 2%;
  padding: 12px 2%;
  font-size: min(1vw, 16px);
}

#faq #low_block #main .block .box_search form button {
  border: none;
  border-radius: 5px;
  box-shadow: 3px 3px #bdcbe5;
  background: #3752a4;
  width: 18%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#faq #low_block #main .block .box_search form button:hover {
  background: #6f88d2;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

#faq #low_block #main .block .btn_all {
  width: 150px;
  margin-bottom: 40px;
}

#faq #low_block #main .block .btn_all a {
  display: block;
  border-radius: 5px;
  box-shadow: 3px 3px #bdcbe5;
  background: #3752a4;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#faq #low_block #main .block .btn_all a:hover {
  background: #6f88d2;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

@media (max-width: 640px) {
  #faq #low_block #main .block .read {
    margin-bottom: 6%;
    font-size: 14px;
    line-height: 1.8;
  }

  #faq #low_block #main .block .btn {
    width: 80%;
    margin: 0 auto 10%;
  }

  #faq #low_block #main .block .btn a {
    box-shadow: 2px 2px #bdcbe5;
    padding: 5% 0;
    font-size: 14px;
  }

  #faq #low_block #main .block .btn a:after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  #faq #low_block #main .block .btn a:hover {
    background: #3752a4;
  }

  #faq #low_block #main .block h4 {
    border-bottom: 2px solid #3752a4;
    margin-bottom: 5%;
    padding-bottom: 2%;
    font-size: 18px;
  }

  #faq #low_block #main .block h4 span {
    font-size: 12px;
  }

  #faq #low_block #main .block .faq {
    margin-bottom: 10%;
  }

  #faq #low_block #main .block .faq li {
    border-radius: 3px;
    margin-bottom: 1%;
    padding: 3% 3%;
  }

  #faq #low_block #main .block .faq li h5 {
    padding-right: 30px;
    font-size: 14px;
  }

  #faq #low_block #main .block .faq li h5 span {
    margin-right: 5%;
    font-size: 16px;
  }

  #faq #low_block #main .block .faq li h5:after {
    right: 5px;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }

  #faq #low_block #main .block .faq li h5+div {
    margin-top: 3%;
    padding: 5% 5%;
  }

  #faq #low_block #main .block .faq li h5+div .question {
    margin-bottom: 4%;
    padding-bottom: 4%;
    font-size: 14px;
    line-height: 1.6;
  }

  #faq #low_block #main .block .faq li h5+div .answer {
    font-size: 14px;
    line-height: 1.6;
  }

  #faq #low_block #main .block .keyword {
    margin-bottom: 6%;
  }

  #faq #low_block #main .block .keyword li {
    margin: 0 1% 3% 0;
    padding: 2% 5%;
    font-size: 13px;
  }

  #faq #low_block #main .block .txt01 {
    margin-bottom: 3%;
    font-size: 14px;
  }

  #faq #low_block #main .block .box_search {
    width: 100%;
    margin-bottom: 10%;
  }

  #faq #low_block #main .block .box_search form input[type="text"] {
    width: 70%;
    margin-right: 2%;
    padding: 12px 2%;
    font-size: 14px;
  }

  #faq #low_block #main .block .box_search form button {
    box-shadow: 2px 2px #bdcbe5;
    padding: 2% 0;
    width: 22%;
    font-size: 14px;
  }

  #faq #low_block #main .block .box_search form button:hover {
    background: #3752a4;
  }

  #faq #low_block #main .block .btn_all {
    width: 40%;
    margin-bottom: 6%;
  }

  #faq #low_block #main .block .btn_all a {
    box-shadow: 2px 2px #bdcbe5;
    padding: 6% 0;
    font-size: 14px;
  }

  #faq #low_block #main .block .btn_all a:hover {
    background: #3752a4;
  }
}

/* *******************************************
     新刊案内
******************************************* */
#newbook #low_block #main .block .table_list {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  width: 100%;
}

#newbook #low_block #main .block .table_list th {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #efefef;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}

#newbook #low_block #main .block .table_list td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #fff;
  padding: 10px 10px;
}

#newbook #low_block #main .block .table_list td:nth-child(2) {
  text-align: center;
  font-size: 16px;
}

#newbook #low_block #main .block .table_list td:nth-child(3) {
  padding: 10px 20px;
  text-align: center;
}

#newbook #low_block #main .block .table_list td .detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#newbook #low_block #main .block .table_list td .detail figure {
  width: 20%;
  margin-right: 3%;
}

#newbook #low_block #main .block .table_list td .detail figure img {
  width: 100%;
  height: auto;
}

#newbook #low_block #main .block .table_list td .detail figure+div {
  width: 75%;
}

#newbook #low_block #main .block .table_list td .detail figure+div .ttl {
  margin-bottom: 10px;
  font-weight: bold;
}

#newbook #low_block #main .block .table_list td .detail figure+div .code {
  font-size: 16px;
}

#newbook #low_block #main .block .table_list td .btn {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  width: 90px;
  margin: 0 auto;
}

#newbook #low_block #main .block .table_list td .btn a {
  display: block;
  border-radius: 5px;
  border: 1px solid #aaa;
  background: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#newbook #low_block #main .block .table_list td .btn a:hover {
  background: #f0f0f0;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

@media (max-width: 640px) {
  #newbook #low_block #main .block .table_wrap {
    overflow-x: scroll;
    position: relative;
  }

  #newbook #low_block #main .block .table_list {
    width: 650px;
  }

  #newbook #low_block #main .block .table_list th {
    padding: 1% 0;
    font-size: 14px;
    line-height: 1.2;
  }

  #newbook #low_block #main .block .table_list td {
    padding: 2% 2%;
  }

  #newbook #low_block #main .block .table_list td:nth-child(2) {
    width: 140px;
    font-size: 14px;
  }

  #newbook #low_block #main .block .table_list td:nth-child(3) {
    width: 100px;
    padding: 2% 2%;
  }

  #newbook #low_block #main .block .table_list td .detail {
    align-items: flex-start;
  }

  #newbook #low_block #main .block .table_list td .detail figure {
    width: 20%;
    margin-right: 3%;
  }

  #newbook #low_block #main .block .table_list td .detail figure+div {
    width: 75%;
  }

  #newbook #low_block #main .block .table_list td .detail figure+div .ttl {
    margin-bottom: 2%;
  }

  #newbook #low_block #main .block .table_list td .detail figure+div .code {
    font-size: 13px;
  }

  #newbook #low_block #main .block .table_list td .btn {
    width: 80px;
  }

  #newbook #low_block #main .block .table_list td .btn a {
    padding: 3% 0;
    font-size: 13px;
  }

  #newbook #low_block #main .block .table_list td .btn a:hover {
    background: #fff;
  }
}

/* *******************************************
     通信教育ルナ
******************************************* */
#runa #low_block #main .block .txt01 {
  margin-bottom: 40px;
  font-size: min(1.4vw, 18px);
  line-height: 1.8;
}

#runa #low_block #main .block .txt02 {
  margin-bottom: 20px;
  font-size: min(1.4vw, 18px);
  line-height: 1.8;
}

#runa #low_block #main .block .pref {
  display: flex;
  flex-wrap: wrap;
}

#runa #low_block #main .block .pref ul {
  width: 11.8%;
  margin-right: 0.8%;
}

#runa #low_block #main .block .pref ul li {
  background: #ccc;
  margin-bottom: 6px;
}

#runa #low_block #main .block .pref ul li p {
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

#runa #low_block #main .block .pref ul li a {
  display: block;
  text-align: center;
  padding: 5px 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#runa #low_block #main .block .pref ul li a span {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

#runa #low_block #main .block .pref ul li a:hover {
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

#runa #low_block #main .block .pref ul.color1 li p {
  background: #ff7889;
}

#runa #low_block #main .block .pref ul.color1 a:hover {
  background: #ff7889;
}

#runa #low_block #main .block .pref ul.color2 li p {
  background: #ff8033;
}

#runa #low_block #main .block .pref ul.color2 a:hover {
  background: #ff8033;
}

#runa #low_block #main .block .pref ul.color3 li p {
  background: #f2b92f;
}

#runa #low_block #main .block .pref ul.color3 a:hover {
  background: #f2b92f;
}

#runa #low_block #main .block .pref ul.color4 li p {
  background: #00d040;
}

#runa #low_block #main .block .pref ul.color4 a:hover {
  background: #00d040;
}

#runa #low_block #main .block .pref ul.color5 li p {
  background: #00c3c1;
}

#runa #low_block #main .block .pref ul.color5 a:hover {
  background: #00c3c1;
}

#runa #low_block #main .block .pref ul.color6 li p {
  background: #00a1ff;
}

#runa #low_block #main .block .pref ul.color6 a:hover {
  background: #00a1ff;
}

#runa #low_block #main .block .pref ul.color7 li p {
  background: #517cdb;
}

#runa #low_block #main .block .pref ul.color7 a:hover {
  background: #517cdb;
}

#runa #low_block #main .block .pref ul.color8 {
  margin-right: 0;
}

#runa #low_block #main .block .pref ul.color8 li p {
  background: #a6649c;
}

#runa #low_block #main .block .pref ul.color8 a:hover {
  background: #a6649c;
}

#runa #low_block #main .block .table_apply {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  width: 100%;
}

#runa #low_block #main .block .table_apply th {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #efefef;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}

#runa #low_block #main .block .table_apply th:nth-child(3) {
  width: 290px;
}

#runa #low_block #main .block .table_apply th:nth-child(4) {
  width: 290px;
}

#runa #low_block #main .block .table_apply td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #fff;
  padding: 10px 10px;
  text-align: center;
  font-size: 16px;
}

#runa #low_block #main .block .table_apply td .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#runa #low_block #main .block .table_apply td .price li:first-child {
  width: 50%;
  text-align: center;
}

#runa #low_block #main .block .table_apply td .price li:last-child {
  width: 50%;
}

#runa #low_block #main .block .table_apply td .price li:last-child .btn {
  width: 100%;
}

#runa #low_block #main .block .table_apply td .price li:last-child .btn a {
  display: block;
  border-radius: 3px;
  box-shadow: 2px 2px #d4d4d4;
  background: #eee;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#runa #low_block #main .block .table_apply td .price li:last-child .btn a:hover {
  background: #f4f4f4;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

#runa #low_block #main .block .btn_runa {
  width: 450px;
  margin: 0 auto;
}

#runa #low_block #main .block .btn_runa a {
  display: block;
  border-radius: 8px;
  box-shadow: 4px 4px #bdcbe5;
  background: #3752a4;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#runa #low_block #main .block .btn_runa a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/common/icon_arrow_btn.png") no-repeat center center/cover;
  width: 25px;
  height: 25px;
  margin-top: -12px;
}

#runa #low_block #main .block .btn_runa a:hover {
  background: #6f88d2;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

@media (max-width: 640px) {
  #runa #low_block #main .block .txt01 {
    margin-bottom: 6%;
    font-size: 14px;
  }

  #runa #low_block #main .block .txt02 {
    margin-bottom: 4%;
    font-size: 14px;
  }

  #runa #low_block #main .block .pref ul {
    width: 23.5%;
    margin-right: 2%;
  }

  #runa #low_block #main .block .pref ul li {
    margin-bottom: 6%;
  }

  #runa #low_block #main .block .pref ul li p {
    padding: 5% 0;
    font-size: 12px;
  }

  #runa #low_block #main .block .pref ul li a {
    padding: 3% 0;
  }

  #runa #low_block #main .block .pref ul li a span {
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
    font-size: 12px;
  }

  #runa #low_block #main .block .pref ul.color1 {
    margin-bottom: 5%;
  }

  #runa #low_block #main .block .pref ul.color1 a:hover {
    background: #ccc;
  }

  #runa #low_block #main .block .pref ul.color2 {
    margin-bottom: 5%;
  }

  #runa #low_block #main .block .pref ul.color2 a:hover {
    background: #ccc;
  }

  #runa #low_block #main .block .pref ul.color3 {
    margin-bottom: 5%;
  }

  #runa #low_block #main .block .pref ul.color3 a:hover {
    background: #ccc;
  }

  #runa #low_block #main .block .pref ul.color4 {
    margin-right: 0;
    margin-bottom: 5%;
  }

  #runa #low_block #main .block .pref ul.color4 a:hover {
    background: #ccc;
  }

  #runa #low_block #main .block .pref ul.color5 a:hover {
    background: #ccc;
  }

  #runa #low_block #main .block .pref ul.color6 a:hover {
    background: #ccc;
  }

  #runa #low_block #main .block .pref ul.color7 a:hover {
    background: #ccc;
  }

  #runa #low_block #main .block .pref ul.color8 a:hover {
    background: #ccc;
  }

  #runa #low_block #main .block .table_wrap {
    overflow-x: scroll;
    position: relative;
  }

  #runa #low_block #main .block .table_apply {
    width: 720px;
  }

  #runa #low_block #main .block .table_apply th {
    padding: 2% 0;
    font-size: 13px;
  }

  #runa #low_block #main .block .table_apply th:nth-child(3) {
    width: 220px;
  }

  #runa #low_block #main .block .table_apply th:nth-child(4) {
    width: 220px;
  }

  #runa #low_block #main .block .table_apply td {
    padding: 2% 1%;
    font-size: 13px;
  }

  #runa #low_block #main .block .table_apply td .price li:first-child {
    width: 50%;
    text-align: center;
  }

  #runa #low_block #main .block .table_apply td .price li:last-child {
    width: 50%;
  }

  #runa #low_block #main .block .table_apply td .price li:last-child .btn {
    width: 100%;
  }

  #runa #low_block #main .block .table_apply td .price li:last-child .btn a {
    padding: 5% 0;
    font-size: 12px;
  }

  #runa #low_block #main .block .table_apply td .price li:last-child .btn a:hover {
    background: #eee;
  }

  #runa #low_block #main .block .btn_runa {
    width: 85%;
    margin: 0 auto;
  }

  #runa #low_block #main .block .btn_runa a {
    box-shadow: 2px 2px #bdcbe5;
    padding: 6% 0;
    font-size: 14px;
  }

  #runa #low_block #main .block .btn_runa a:after {
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  #runa #low_block #main .block .btn_runa a:hover {
    background: #3752a4;
  }
}

/* *******************************************
     有名幼稚園説明会実施時期
******************************************* */
#briefing #low_block #main .block .read {
  margin-bottom: 40px;
  font-size: min(1.4vw, 18px);
  line-height: 1.8;
}

#briefing #low_block #main .block .table_bri {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  width: 100%;
}

#briefing #low_block #main .block .table_bri th {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #efefef;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}

#briefing #low_block #main .block .table_bri th:nth-child(3) {
  width: 170px;
}

#briefing #low_block #main .block .table_bri th:nth-child(4) {
  width: 270px;
}

#briefing #low_block #main .block .table_bri td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #fff;
  padding: 10px 10px;
  text-align: center;
  font-size: 16px;
}

#briefing #low_block #main .block .table_bri td .btn {
  width: 100%;
}

#briefing #low_block #main .block .table_bri td .btn a {
  display: block;
  border-radius: 3px;
  box-shadow: 2px 2px #d4d4d4;
  background: #eee;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#briefing #low_block #main .block .table_bri td .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  border-top: 1.5px solid #333;
  border-right: 1.5px solid #333;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  transform: rotate(45deg);
}

#briefing #low_block #main .block .table_bri td .btn a:hover {
  background: #f4f4f4;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

@media (max-width: 640px) {
  #briefing #low_block #main .block .read {
    margin-bottom: 6%;
    font-size: 14px;
  }

  #briefing #low_block #main .block .table_wrap {
    /* overflow-x: scroll; */
    position: relative;
  }

/*   #briefing #low_block #main .block .table_bri {
    width: 720px;
  }
 */
  #briefing #low_block #main .block .table_bri th {
    padding: 2% 0;
    font-size: 13px;
  }

  #briefing #low_block #main .block .table_bri th:first-child {
    width: 30px;
  }

  #briefing #low_block #main .block .table_bri th:nth-child(3) {
    width: 70px;
  }

  #briefing #low_block #main .block .table_bri th:nth-child(4) {
    width: 110px;
  }

  #briefing #low_block #main .block .table_bri td {
    padding: 1% 2%;
    font-size: 13px;
  }
}

/* *******************************************
     オンデマンドテスト会
******************************************* */
#ex_movie #low_block #main .block .pht_txt {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#ex_movie #low_block #main .block .pht_txt figure {
  width: 40%;
  margin-right: 3%;
}

#ex_movie #low_block #main .block .pht_txt figure img {
  width: 100%;
  height: auto;
}

#ex_movie #low_block #main .block .pht_txt figure+div {
  width: 57%;
}

#ex_movie #low_block #main .block .pht_txt figure+div .ttl {
  margin-bottom: 15px;
  font-size: min(2vw, 24px);
  font-weight: bold;
}

#ex_movie #low_block #main .block .pht_txt figure+div .txt {
  font-size: min(1.4vw, 18px);
  line-height: 2.0;
}

#ex_movie #low_block #main .block .box_adobe {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #d52828;
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 40px;
}

#ex_movie #low_block #main .block .box_adobe figure {
  order: 2;
  width: 20%;
}

#ex_movie #low_block #main .block .box_adobe figure img {
  width: 100%;
  height: auto;
}

#ex_movie #low_block #main .block .box_adobe figure+div {
  order: 1;
  width: 75%;
  margin-right: 5%;
}

#ex_movie #low_block #main .block .box_adobe figure+div .ttl {
  margin-bottom: 5px;
  color: #d52828;
  font-size: min(1.4vw, 18px);
  font-weight: bold;
}

#ex_movie #low_block #main .block .box_adobe figure+div .txt {
  font-size: min(1.2vw, 14px);
  line-height: 1.8;
}

#ex_movie #low_block #main .block .link {
  display: flex;
  flex-wrap: wrap;
}

#ex_movie #low_block #main .block .link>li {
  width: 24%;
  margin-right: 1.3333%;
}

#ex_movie #low_block #main .block .link>li:last-child {
  margin-right: 0;
}

#ex_movie #low_block #main .block .link>li>a {
  display: block;
  border-radius: 7px;
  box-shadow: 4px 4px #bdcbe5;
  background: #3752a4;
  width: 100%;
  padding: 25px 0;
  text-align: center;
  color: #fff;
  font-size: min(1.4vw, 18px);
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#ex_movie #low_block #main .block .link>li>a span {
  padding-right: 25px;
  position: relative;
}

#ex_movie #low_block #main .block .link>li>a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("../img/common/icon_arrow_btn.png") no-repeat center center/cover;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

#ex_movie #low_block #main .block .link>li>a:hover {
  background: #6f88d2;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

#ex_movie #low_block #main .block .flow.c01>li:after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 150px;
  background: url("../img/ex_movie/icon_arrow_lgrn.png") no-repeat center center/cover;
  width: 44px;
  height: 41px;
}

#ex_movie #low_block #main .block .flow.c01>li .ttl {
  color: #8ec443;
}

#ex_movie #low_block #main .block .flow.c01>li .ttl span {
  background: #8ec443;
}

#ex_movie #low_block #main .block .flow.c01>li .txt_btn .btn a {
  background: #8ec443;
  box-shadow: 4px 4px #d1e7b2;
}

#ex_movie #low_block #main .block .flow.c01>li .txt_btn .btn a:hover {
  background: #9ed256;
}

#ex_movie #low_block #main .block .flow.c02>li .ttl {
  color: #56b879;
}

#ex_movie #low_block #main .block .flow.c02>li .ttl span {
  background: #56b879;
}

#ex_movie #low_block #main .block .flow.c02>li .txt_btn .btn a {
  background: #56b879;
  box-shadow: 4px 4px #bbe3c9;
}

#ex_movie #low_block #main .block .flow.c02>li .txt_btn .btn a:hover {
  background: #71cd92;
}

#ex_movie #low_block #main .block .flow.c03>li:after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 150px;
  background: url("../img/ex_movie/icon_arrow_grn.png") no-repeat center center/cover;
  width: 44px;
  height: 41px;
}

#ex_movie #low_block #main .block .flow.c03>li .ttl {
  color: #2cb6af;
}

#ex_movie #low_block #main .block .flow.c03>li .ttl span {
  background: #2cb6af;
}

#ex_movie #low_block #main .block .flow.c03>li .pdf {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: 60px;
}

#ex_movie #low_block #main .block .flow.c03>li .pdf li {
  width: 32%;
  margin-right: 2%;
}

#ex_movie #low_block #main .block .flow.c03>li .pdf li:last-child {
  margin-right: 0;
}

#ex_movie #low_block #main .block .flow.c03>li .pdf li a {
  display: block;
  border-radius: 7px;
  box-shadow: 4px 4px #b9e7e5;
  background: #2cb6af;
  padding: 20px 5%;
  color: #fff;
  font-size: min(1.4vw, 18px);
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}

#ex_movie #low_block #main .block .flow.c03>li .pdf li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/common/icon_arrow_btn.png") no-repeat center center/cover;
  width: 25px;
  height: 25px;
  margin-top: -12px;
}

#ex_movie #low_block #main .block .flow.c03>li .pdf li a:hover {
  background: #4bccc5;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

#ex_movie #low_block #main .block .flow>li {
  margin-bottom: 70px;
  position: relative;
}

#ex_movie #low_block #main .block .flow>li.last:after {
  display: none;
}

#ex_movie #low_block #main .block .flow>li .ttl {
  margin-bottom: 15px;
  font-size: min(2vw, 24px);
  font-weight: bold;
}

#ex_movie #low_block #main .block .flow>li .ttl span {
  display: inline-block;
  border-radius: 50%;
  width: 45px;
  height: 42px;
  margin-right: 15px;
  padding-top: 3px;
  text-align: center;
  color: #fff;
}

#ex_movie #low_block #main .block .flow>li .txt_btn {
  display: flex;
  flex-wrap: wrap;
  margin-left: 60px;
}

#ex_movie #low_block #main .block .flow>li .txt_btn .txt01 {
  width: 55%;
  margin-right: 5%;
}

#ex_movie #low_block #main .block .flow>li .txt_btn .btn {
  width: 35%;
}

#ex_movie #low_block #main .block .flow>li .txt_btn .btn a {
  display: block;
  border-radius: 7px;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  font-size: min(1.4vw, 18px);
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#ex_movie #low_block #main .block .flow>li .txt_btn .btn a span {
  padding-right: 30px;
  position: relative;
}

#ex_movie #low_block #main .block .flow>li .txt_btn .btn a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("../img/common/icon_arrow_btn.png") no-repeat center center/cover;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

#ex_movie #low_block #main .block .flow>li .txt_btn .btn a:hover {
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

#ex_movie #low_block #main .block .flow>li .txt02 {
  margin-left: 60px;
  font-size: min(1.4vw, 18px);
}

@media (max-width: 640px) {
  #ex_movie #low_block #main .block .pht_txt {
    margin-bottom: 4%;
  }

  #ex_movie #low_block #main .block .pht_txt figure {
    width: 100%;
    margin: 0 0 5%;
  }

  #ex_movie #low_block #main .block .pht_txt figure+div {
    width: 100%;
  }

  #ex_movie #low_block #main .block .pht_txt figure+div .ttl {
    margin-bottom: 3%;
    font-size: 16px;
  }

  #ex_movie #low_block #main .block .pht_txt figure+div .txt {
    font-size: 14px;
  }

  #ex_movie #low_block #main .block .box_adobe {
    margin-bottom: 6%;
    padding: 5% 3%;
  }

  #ex_movie #low_block #main .block .box_adobe figure {
    width: 40%;
    margin: 0 auto;
  }

  #ex_movie #low_block #main .block .box_adobe figure+div {
    width: 100%;
    margin: 0 0 5%;
  }

  #ex_movie #low_block #main .block .box_adobe figure+div .ttl {
    margin-bottom: 2%;
    font-size: 14px;
  }

  #ex_movie #low_block #main .block .box_adobe figure+div .txt {
    font-size: 14px;
  }

  #ex_movie #low_block #main .block .link>li {
    width: 48%;
    margin-right: 4%;
  }

  #ex_movie #low_block #main .block .link>li:nth-child(-n+2) {
    margin-bottom: 4%;
  }

  #ex_movie #low_block #main .block .link>li:nth-child(even) {
    margin-right: 0;
  }

  #ex_movie #low_block #main .block .link>li>a {
    padding: 10% 0;
    font-size: 13px;
  }

  #ex_movie #low_block #main .block .link>li>a span {
    padding-right: 20px;
  }

  #ex_movie #low_block #main .block .link>li>a span:after {
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }

  #ex_movie #low_block #main .block .link>li>a:hover {
    background: #3752a4;
  }

  #ex_movie #low_block #main .block .flow.c01>li:after {
    bottom: -50px;
    left: 50%;
    width: 30px;
    height: 28px;
    margin-left: -15px;
  }

  #ex_movie #low_block #main .block .flow.c01>li .txt_btn .btn a:hover {
    background: #8ec443;
  }

  #ex_movie #low_block #main .block .flow.c02>li .txt_btn .btn a {
    background: #56b879;
  }

  #ex_movie #low_block #main .block .flow.c02>li .txt_btn .btn a:hover {
    background: #56b879;
  }

  #ex_movie #low_block #main .block .flow.c03>li:after {
    bottom: -50px;
    left: 50%;
    width: 30px;
    height: 28px;
    margin-left: -15px;
  }

  #ex_movie #low_block #main .block .flow.c03>li .pdf {
    margin-top: 3%;
    margin-left: 0;
  }

  #ex_movie #low_block #main .block .flow.c03>li .pdf li {
    width: 100%;
    margin: 0 0 4%;
  }

  #ex_movie #low_block #main .block .flow.c03>li .pdf li:last-child {
    margin: 0;
  }

  #ex_movie #low_block #main .block .flow.c03>li .pdf li a {
    padding: 20px 5%;
    font-size: 14px;
  }

  #ex_movie #low_block #main .block .flow.c03>li .pdf li a:after {
    right: 15px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  #ex_movie #low_block #main .block .flow.c03>li .pdf li a:hover {
    background: #2cb6af;
  }

  #ex_movie #low_block #main .block .flow>li {
    margin-bottom: 60px;
  }

  #ex_movie #low_block #main .block .flow>li .ttl {
    margin-bottom: 3%;
    font-size: 18px;
  }

  #ex_movie #low_block #main .block .flow>li .ttl span {
    width: 35px;
    height: 32px;
    margin-right: 3%;
    padding-top: 3px;
  }

  #ex_movie #low_block #main .block .flow>li .txt_btn {
    margin-left: 0;
  }

  #ex_movie #low_block #main .block .flow>li .txt_btn .txt01 {
    width: 100%;
    margin: 0 0 5%;
  }

  #ex_movie #low_block #main .block .flow>li .txt_btn .btn {
    width: 80%;
    margin: 0 auto;
  }

  #ex_movie #low_block #main .block .flow>li .txt_btn .btn a {
    padding: 4% 0;
    font-size: 14px;
  }

  #ex_movie #low_block #main .block .flow>li .txt_btn .btn a span {
    padding-right: 28px;
  }

  #ex_movie #low_block #main .block .flow>li .txt_btn .btn a span:after {
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }

  #ex_movie #low_block #main .block .flow>li .txt02 {
    margin-left: 0;
    font-size: 14px;
  }
}

/* *******************************************
     初めての方へ・合格体験
******************************************* */
@media (max-width: 640px) {

  #greeting,
  #achieve,
  #goal,
  #ful,
  #class_info,
  #words {
    display: block;
    margin-top: -60px;
    padding-top: 60px;
  }
}

#firsttime #low_block #main .block .plink {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

#firsttime #low_block #main .block .plink li {
  width: 16.16666%;
  margin-right: 0.5%;
}

#firsttime #low_block #main .block .plink li:last-child {
  margin-right: 0;
}

#firsttime #low_block #main .block .plink li a {
  display: block;
  box-shadow: 0 4px #bdcbe5;
  background: #3752a4;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: min(1.4vw, 18px);
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#firsttime #low_block #main .block .plink li a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3px;
  border: 6px solid transparent;
  border-top: 12px solid #3752a4;
}

#firsttime #low_block #main .block .plink li a:hover {
  color: #ccc;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

#firsttime #low_block #main .block .greeting {
  margin-bottom: 50px;
}

#firsttime #low_block #main .block .greeting dt {
  margin-bottom: 30px;
  text-align: center;
}

#firsttime #low_block #main .block .greeting dd {
  margin-bottom: 30px;
  font-size: min(1.4vw, 18px);
  line-height: 2.0;
}

#firsttime #low_block #main .block .greeting dd .mb {
  margin-bottom: 20px;
}

#firsttime #low_block #main .block .box_book {
  background: #e8f9f9;
  padding: 30px 40px 40px;
}

#firsttime #low_block #main .block .box_book h4 {
  margin-bottom: 25px;
  text-align: center;
  font-size: min(1.8vw, 22px);
  font-weight: bold;
}

#firsttime #low_block #main .block .box_book .book {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}

#firsttime #low_block #main .block .box_book .book li {
  padding: 0 15px;
}

#firsttime #low_block #main .block .box_book .txt {
  font-size: min(1.4vw, 18px);
  line-height: 2.0;
}

#firsttime #low_block #main .block .box_book .txt a {
  color: #5772e5;
  text-decoration: underline;
}

#firsttime #low_block #main .block .pht_txt {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#firsttime #low_block #main .block .pht_txt figure {
  width: 40%;
  margin-right: 3%;
}

#firsttime #low_block #main .block .pht_txt figure img {
  width: 100%;
  height: auto;
}

#firsttime #low_block #main .block .pht_txt figure+div {
  width: 57%;
}

#firsttime #low_block #main .block .pht_txt figure+div .ttl {
  margin-bottom: 15px;
  color: #3752a4;
  font-size: min(1.4vw, 18px);
  font-weight: bold;
  line-height: 1.8;
}

#firsttime #low_block #main .block .pht_txt figure+div .ttl span {
  font-size: min(2vw, 24px);
}

#firsttime #low_block #main .block .pht_txt figure+div .txt {
  font-size: min(1.4vw, 18px);
  line-height: 2.0;
}

#firsttime #low_block #main .block .achieve {
  display: flex;
  flex-wrap: wrap;
}

#firsttime #low_block #main .block .achieve .table_achi01 {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  width: 49%;
  margin-bottom: 30px;
}

#firsttime #low_block #main .block .achieve .table_achi01.mr {
  margin-right: 2%;
}

#firsttime #low_block #main .block .achieve .table_achi01 th {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #efefef;
  width: 80px;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}

#firsttime #low_block #main .block .achieve .table_achi01 td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 10px 30px;
  font-size: 16px;
}

#firsttime #low_block #main .block .achieve .table_achi01 td:nth-child(3) {
  text-align: right;
}

#firsttime #low_block #main .block .achieve .table_achi01 td.tac {
  text-align: center;
}

#firsttime #low_block #main .block .achieve .table_achi02 {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  width: 100%;
  margin-bottom: 10px;
}

#firsttime #low_block #main .block .achieve .table_achi02 th {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #f9ede4;
  padding: 10px 20px;
  font-size: 20px;
}

#firsttime #low_block #main .block .achieve .table_achi02 td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  width: 50%;
  padding: 10px 30px;
  font-size: 16px;
}

#firsttime #low_block #main .block .achieve .etc {
  width: 100%;
  text-align: right;
  font-size: 16px;
}

#firsttime #low_block #main .block .ttl_goal {
  margin-bottom: 20px;
  font-size: min(2vw, 24px);
  font-weight: bold;
}

#firsttime #low_block #main .block .goal {
  display: flex;
  flex-wrap: wrap;
}

#firsttime #low_block #main .block .goal li {
  border-radius: 7px;
  background: #2cb6af;
  width: 30.5%;
  margin-right: 0.8333%;
  margin-bottom: 10px;
  padding: 20px 0 20px 2%;
  color: #fff;
  font-size: min(2vw, 22px);
  font-weight: bold;
  line-height: 1.2;
}

#firsttime #low_block #main .block .goal li:nth-child(3n) {
  margin-right: 0;
}

#firsttime #low_block #main .block .goal li p {
  margin-left: 1.0em;
  text-indent: -1.0em;
}

#firsttime #low_block #main .block .goal li span {
  font-size: min(1.2vw, 16px);
}

#firsttime #low_block #main .block .list_ful {
  margin-bottom: 30px;
}

#firsttime #low_block #main .block .list_ful li {
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: min(1.4vw, 18px);
  position: relative;
}

#firsttime #low_block #main .block .list_ful li:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #2cb6af;
}

#firsttime #low_block #main .block .pht_ful {
  display: flex;
  flex-wrap: wrap;
}

#firsttime #low_block #main .block .pht_ful li {
  width: 32%;
  margin-right: 2%;
}

#firsttime #low_block #main .block .pht_ful li:nth-child(3n) {
  margin-right: 0;
}

#firsttime #low_block #main .block .pht_ful li figure {
  margin-bottom: 10px;
}

#firsttime #low_block #main .block .pht_ful li figure img {
  width: 100%;
  height: auto;
}

#firsttime #low_block #main .block .pht_ful li .ttl {
  border-bottom: 2px solid #56b879;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: min(2vw, 24px);
  font-weight: bold;
}

#firsttime #low_block #main .block .pht_ful li .txt {
  font-size: min(1.4vw, 18px);
  line-height: 1.8;
}

#firsttime #low_block #main .block .pht_txt02 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#firsttime #low_block #main .block .pht_txt02 figure {
  width: 45%;
  margin-right: 5%;
}

#firsttime #low_block #main .block .pht_txt02 figure img {
  width: 100%;
  height: auto;
}

#firsttime #low_block #main .block .pht_txt02 figure+div {
  width: 50%;
}

#firsttime #low_block #main .block .pht_txt02 figure+div .txt {
  font-size: min(1.4vw, 18px);
  line-height: 1.8;
}

#firsttime #low_block #main .block .class_detail dt {
  border-bottom: 2px solid #6bb0e1;
  margin-bottom: 15px;
}

#firsttime #low_block #main .block .class_detail dt p {
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  background: #6bb0e1;
  width: 470px;
  padding: 5px 20px;
  color: #fff;
  font-size: min(1.8vw, 20px);
  font-weight: bold;
}

#firsttime #low_block #main .block .class_detail dd {
  margin-bottom: 35px;
  font-size: min(1.4vw, 18px);
  line-height: 1.8;
}

#firsttime #low_block #main .block .box_words {
  background: #e5efff;
  padding: 90px 40px 60px;
  position: relative;
}

#firsttime #low_block #main .block .box_words.mb {
  margin-bottom: 50px;
}

#firsttime #low_block #main .block .box_words:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  background: url("../img/firsttime/bg_lang.png") no-repeat center center/cover;
  width: 79px;
  height: 79px;
}

#firsttime #low_block #main .block .box_words .name {
  margin-bottom: 15px;
  font-size: min(2vw, 24px);
  font-weight: bold;
}

#firsttime #low_block #main .block .box_words .txt {
  font-size: min(1.4vw, 18px);
  line-height: 1.8;
}

#firsttime #low_block #main .block .box_words .txt.mb {
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  #firsttime #low_block #main .block .plink {
    margin-bottom: 12%;
  }

  #firsttime #low_block #main .block .plink li {
    width: 32%;
    margin-right: 2%;
  }

  #firsttime #low_block #main .block .plink li:nth-child(3n) {
    margin-right: 0;
  }

  #firsttime #low_block #main .block .plink li:nth-child(-n+3) {
    margin-bottom: 3%;
  }

  #firsttime #low_block #main .block .plink li a {
    padding: 6% 0;
    font-size: 13px;
  }

  #firsttime #low_block #main .block .plink li a:after {
    display: none;
  }

  #firsttime #low_block #main .block .plink li a:hover {
    color: #fff;
  }

  #firsttime #low_block #main .block .greeting {
    margin-bottom: 8%;
  }

  #firsttime #low_block #main .block .greeting dt {
    margin-bottom: 4%;
  }

  #firsttime #low_block #main .block .greeting dd {
    margin-bottom: 6%;
    font-size: 14px;
    line-height: 2.0;
  }

  #firsttime #low_block #main .block .greeting dd .mb {
    margin-bottom: 4%;
  }

  #firsttime #low_block #main .block .box_book {
    padding: 5% 3%;
  }

  #firsttime #low_block #main .block .box_book h4 {
    margin-bottom: 5%;
    font-size: 15px;
  }

  #firsttime #low_block #main .block .box_book .book {
    margin-bottom: 5%;
  }

  #firsttime #low_block #main .block .box_book .book li {
    width: 26%;
    padding: 0 2%;
  }

  #firsttime #low_block #main .block .box_book .txt {
    font-size: 14px;
  }

  #firsttime #low_block #main .block .pht_txt {
    margin-bottom: 5%;
  }

  #firsttime #low_block #main .block .pht_txt figure {
    width: 100%;
    margin: 0 0 5%;
  }

  #firsttime #low_block #main .block .pht_txt figure+div {
    width: 100%;
  }

  #firsttime #low_block #main .block .pht_txt figure+div .ttl {
    margin-bottom: 2%;
    font-size: 13px;
  }

  #firsttime #low_block #main .block .pht_txt figure+div .ttl span {
    font-size: 16px;
  }

  #firsttime #low_block #main .block .pht_txt figure+div .txt {
    font-size: 14px;
  }

  #firsttime #low_block #main .block .achieve .table_achi01 {
    width: 100%;
    margin-bottom: 0;
  }

  #firsttime #low_block #main .block .achieve .table_achi01.mr {
    margin-right: 0;
  }

  #firsttime #low_block #main .block .achieve .table_achi01.last {
    border-top: none;
    margin-bottom: 5%;
  }

  #firsttime #low_block #main .block .achieve .table_achi01 th {
    width: 15%;
    padding: 2% 0;
    font-size: 14px;
  }

  #firsttime #low_block #main .block .achieve .table_achi01 td {
    padding: 2% 3%;
    font-size: 14px;
  }

  #firsttime #low_block #main .block .achieve .table_achi01 td:nth-child(3) {
    width: 30%;
  }

  #firsttime #low_block #main .block .achieve .table_achi02 {
    margin-bottom: 3%;
  }

  #firsttime #low_block #main .block .achieve .table_achi02 th {
    padding: 2% 3%;
    font-size: 16px;
  }

  #firsttime #low_block #main .block .achieve .table_achi02 td {
    width: 50%;
    padding: 2% 3%;
    font-size: 14px;
  }

  #firsttime #low_block #main .block .achieve .etc {
    font-size: 14px;
  }

  #firsttime #low_block #main .block .ttl_goal {
    margin-bottom: 4%;
    font-size: 16px;
  }

  #firsttime #low_block #main .block .goal li {
    width: 45%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 3% 2%;
    font-size: 13px;
    line-height: 1.4;
  }

  #firsttime #low_block #main .block .goal li:nth-child(3n) {
    margin-right: 2%;
  }

  #firsttime #low_block #main .block .goal li:nth-child(even) {
    margin-right: 0;
  }

  #firsttime #low_block #main .block .goal li span {
    font-size: 11px;
  }

  #firsttime #low_block #main .block .list_ful {
    margin-bottom: 6%;
  }

  #firsttime #low_block #main .block .list_ful li {
    margin-bottom: 2%;
    padding-left: 20px;
    font-size: 14px;
  }

  #firsttime #low_block #main .block .pht_ful li {
    width: 48.5%;
    margin-right: 3%;
  }

  #firsttime #low_block #main .block .pht_ful li:nth-child(2) {
    margin-right: 0;
  }

  #firsttime #low_block #main .block .pht_ful li figure {
    margin-bottom: 3%;
  }

  #firsttime #low_block #main .block .pht_ful li .ttl {
    margin-bottom: 4%;
    padding-bottom: 2%;
    font-size: 16px;
  }

  #firsttime #low_block #main .block .pht_ful li .txt {
    font-size: 14px;
  }

  #firsttime #low_block #main .block .pht_txt02 {
    margin-bottom: 8%;
  }

  #firsttime #low_block #main .block .pht_txt02 figure {
    width: 100%;
    margin: 0 0 5%;
  }

  #firsttime #low_block #main .block .pht_txt02 figure+div {
    width: 100%;
  }

  #firsttime #low_block #main .block .pht_txt02 figure+div .txt {
    font-size: 14px;
  }

  #firsttime #low_block #main .block .class_detail dt {
    margin-bottom: 3%;
  }

  #firsttime #low_block #main .block .class_detail dt p {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    width: 86%;
    padding: 1% 2%;
    font-size: 14px;
  }

  #firsttime #low_block #main .block .class_detail dd {
    margin-bottom: 8%;
    font-size: 14px;
  }

  #firsttime #low_block #main .block .box_words {
    padding: 12% 3% 5%;
  }

  #firsttime #low_block #main .block .box_words.mb {
    margin-bottom: 5%;
  }

  #firsttime #low_block #main .block .box_words:before {
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
  }

  #firsttime #low_block #main .block .box_words .name {
    margin-bottom: 3%;
    font-size: 16px;
  }

  #firsttime #low_block #main .block .box_words .txt {
    font-size: 14px;
  }

  #firsttime #low_block #main .block .box_words .txt.mb {
    margin-bottom: 5%;
  }
}

/* *******************************************
     イベント
******************************************* */
#event #low_block #main .block .tab_event {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

#event #low_block #main .block .tab_event li {
  width: 24%;
  margin: 0 1% 2% 0;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: min(1.4vw, 18px);
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#event #low_block #main .block .tab_event li:nth-child(3n-2) {
  background: #8ec443;
}

#event #low_block #main .block .tab_event li:nth-child(3n-2):after {
  border-top: 12px solid #8ec443;
}

#event #low_block #main .block .tab_event li:nth-child(3n-1) {
  background: #56b879;
}

#event #low_block #main .block .tab_event li:nth-child(3n-1):after {
  border-top: 12px solid #56b879;
}

#event #low_block #main .block .tab_event li:nth-child(3n) {
  background: #2cb6af;
}

#event #low_block #main .block .tab_event li:nth-child(3n):after {
  border-top: 12px solid #2cb6af;
}

#event #low_block #main .block .tab_event li:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3px;
  border: 6px solid transparent;
}

#event #low_block #main .block .tab_event li:hover {
  color: #f0f0f0;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

#event #low_block #main .block .cont_event li.hide {
  display: none;
}

#event #low_block #main .block .cont_event li h3 {
  margin-bottom: 30px;
  font-size: min(2vw, 24px);
}

#event #low_block #main .block .cont_event li h3+div {
  font-size: min(1.4vw, 18px);
  line-height: 1.8;
}

@media (max-width: 640px) {
  #event #low_block #main .block .tab_event {
    margin-bottom: 8%;
  }

  #event #low_block #main .block .tab_event li {
    width: 49%;
    margin: 0 1% 1% 0;
    padding: 2% 0;
    font-size: 14px;
  }

  #event #low_block #main .block .tab_event li:after {
    display: none;
  }

  #event #low_block #main .block .tab_event li:hover {
    color: #fff;
  }

  #event #low_block #main .block .cont_event li h3 {
    margin-bottom: 6%;
    font-size: 18px;
  }

  #event #low_block #main .block .cont_event li h3+div {
    font-size: 14px;
  }
}

#event #low_block #main .block .cont_event {
  margin-bottom: 60px;
}
#event #low_block #main .block .cont_event img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    box-sizing: border-box;
    padding: .3em;
}

#event #low_block #main .block .cont_event li {
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
/*  background: url("../img/story/bg_story.png") no-repeat 98% 10px #eeeae1; */
  background: no-repeat 98% 10px #eeeae1;
  margin-bottom: 30px;
  padding: 45px 40px;
}

#event #low_block #main .block .cont_event li.pht {
  display: flex;
  flex-wrap: wrap;
}

#event #low_block #main .block .cont_event li.pht figure {
  width: 24%;
  margin-right: 3%;
}

#event #low_block #main .block .cont_event li.pht figure img {
  width: 100%;
  height: auto;
}

#event #low_block #main .block .cont_event li.pht figure+div {
  width: 73%;
  padding-top: 10px;
}

#event #low_block #main .block .cont_event li .ttl {
  margin-bottom: 15px;
  font-size: min(1.6vw, 20px);
  font-weight: bold;
}

#event #low_block #main .block .cont_event li .txt {
  font-size: min(1.3vw, 16px);
  line-height: 1.8;
}

#event #low_block #main .block .cont_event li .txt.mb {
  margin-bottom: 20px;
}

#event #low_block #main .block .cont_event li .name {
  text-align: right;
  font-size: min(1.3vw, 16px);
  line-height: 1.8;
}

#event #low_block #main .block .cont_event li a {
  text-decoration: underline;
}

@media (max-width: 640px) {
  #event #low_block #main .block .cont_event {
    margin-bottom: 10%;
  }

  #event #low_block #main .block .cont_event li {
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
    background-size: 70px 70px;
    margin-bottom: 6%;
    padding: 5% 5%;
  }

  #event #low_block #main .block .cont_event li.pht figure {
    width: 60%;
    margin: 0 0 5%;
  }

  #event #low_block #main .block .cont_event li.pht figure+div {
    width: 100%;
    padding-top: 0;
  }

  #event #low_block #main .block .cont_event li .ttl {
    margin-bottom: 3%;
    font-size: 16px;
  }

  #event #low_block #main .block .cont_event li .txt {
    font-size: 14px;
  }

  #event #low_block #main .block .cont_event li .txt.mb {
    margin-bottom: 4%;
  }

  #event #low_block #main .block .cont_event li .name {
    margin-top: 3%;
    font-size: 14px;
  }

  #event #low_block #main .block .cont_event li a {
    text-decoration: underline;
  }
}




/* *******************************************
     マスコミ取材
******************************************* */
#media #low_block #main .block .list_media dt {
  border-bottom: 2px solid #56b879;
  margin-bottom: 25px;
  position: relative;
}

#media #low_block #main .block .list_media dt .date {
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  background: #56b879;
  width: 50%;
  padding: 5px 15px;
  color: #fff;
  font-size: min(2vw, 24px);
  font-weight: bold;
  letter-spacing: 0.05em;
}

#media #low_block #main .block .list_media dt .no {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: min(2vw, 24px);
}

#media #low_block #main .block .list_media dd {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding: 0 10px;
}

#media #low_block #main .block .list_media dd a {
  text-decoration: underline;
}

#media #low_block #main .block .list_media dd figure {
  width: 22%;
  margin-right: 5%;
}

#media #low_block #main .block .list_media dd figure img {
  width: 100%;
  height: auto;
}

#media #low_block #main .block .list_media dd figure+div {
  width: 73%;
  padding-top: 10px;
}

#media #low_block #main .block .list_media dd figure+div .txt {
  margin-bottom: 40px;
  font-size: min(1.4vw, 18px);
  line-height: 1.8;
}

#media #low_block #main .block .list_media dd figure+div .btn a {
  display: inline-block;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}

#media #low_block #main .block .list_media dd figure+div .btn a img {
  margin-right: 15px;
}

#media #low_block #main .block .list_media dd figure+div .btn a:hover {
  text-decoration: none;
}

@media (max-width: 640px) {
  #media #low_block #main .block .list_media dt {
    border-bottom: 2px solid #56b879;
    margin-bottom: 5%;
  }

  #media #low_block #main .block .list_media dt .date {
    width: 50%;
    padding: 2% 3%;
    font-size: 16px;
  }

  #media #low_block #main .block .list_media dt .no {
    top: 6px;
    right: 3px;
    font-size: 16px;
  }

  #media #low_block #main .block .list_media dd {
    margin-bottom: 10%;
    padding: 0;
  }

  #media #low_block #main .block .list_media dd a {
    text-decoration: underline;
    ;
  }

  #media #low_block #main .block .list_media dd figure {
    width: 30%;
    margin-right: 5%;
  }

  #media #low_block #main .block .list_media dd figure+div {
    width: 65%;
    padding-top: 0;
  }

  #media #low_block #main .block .list_media dd figure+div .txt {
    margin-bottom: 8%;
    font-size: 14px;
  }

  #media #low_block #main .block .list_media dd figure+div .btn a {
    padding-bottom: 3%;
  }

  #media #low_block #main .block .list_media dd figure+div .btn a img {
    width: 28px;
    margin-right: 10px;
  }
}

/* *******************************************
     合格体験談 / 卒業生からのお便り
******************************************* */
#story #low_block #main .block .list_story {
  margin-bottom: 60px;
}

#story #low_block #main .block .list_story li {
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
/*  background: url("../img/story/bg_story.png") no-repeat 98% 10px #eeeae1; */
  background: no-repeat 98% 10px #eeeae1;
  margin-bottom: 30px;
  padding: 45px 40px;
}

#story #low_block #main .block .list_story li.pht {
  display: flex;
  flex-wrap: wrap;
}

#story #low_block #main .block .list_story li.pht figure {
  width: 24%;
  margin-right: 3%;
}

#story #low_block #main .block .list_story li.pht figure img {
  width: 100%;
  height: auto;
}

#story #low_block #main .block .list_story li.pht figure+div {
  width: 73%;
  padding-top: 10px;
}

#story #low_block #main .block .list_story li .ttl {
  margin-bottom: 15px;
  font-size: min(1.6vw, 20px);
  font-weight: bold;
}

#story #low_block #main .block .list_story li .txt {
  font-size: min(1.3vw, 16px);
  line-height: 1.8;
}

#story #low_block #main .block .list_story li .txt.mb {
  margin-bottom: 20px;
}

#story #low_block #main .block .list_story li .name {
  text-align: right;
  font-size: min(1.3vw, 16px);
  line-height: 1.8;
}

#story #low_block #main .block .list_story li a {
  text-decoration: underline;
}

@media (max-width: 640px) {
  #story #low_block #main .block .list_story {
    margin-bottom: 10%;
  }

  #story #low_block #main .block .list_story li {
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
    background-size: 70px 70px;
    margin-bottom: 6%;
    padding: 5% 5%;
  }

  #story #low_block #main .block .list_story li.pht figure {
    width: 60%;
    margin: 0 0 5%;
  }

  #story #low_block #main .block .list_story li.pht figure+div {
    width: 100%;
    padding-top: 0;
  }

  #story #low_block #main .block .list_story li .ttl {
    margin-bottom: 3%;
    font-size: 16px;
  }

  #story #low_block #main .block .list_story li .txt {
    font-size: 14px;
  }

  #story #low_block #main .block .list_story li .txt.mb {
    margin-bottom: 4%;
  }

  #story #low_block #main .block .list_story li .name {
    margin-top: 3%;
    font-size: 14px;
  }

  #story #low_block #main .block .list_story li a {
    text-decoration: underline;
  }
}

/* *******************************************
     レッスン講座のスケジュール
******************************************* */
#schedule #low_block #main .block .ttl_lesson {
  margin-bottom: 20px;
  font-size: min(1.4vw, 18px);
  font-weight: bold;
}

#schedule #low_block #main .block .lesson {
  margin-bottom: 40px;
}

#schedule #low_block #main .block .lesson img {
  width: 100%;
  height: auto;
}

#schedule #low_block #main .block .btn_lesson {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

#schedule #low_block #main .block .btn_lesson li {
  width: 24%;
  margin-right: 1%;
}

#schedule #low_block #main .block .btn_lesson li:first-child a,
#schedule #low_block #main .block .btn_lesson li:nth-child(2) a {
  background: #3752a4;
}

#schedule #low_block #main .block .btn_lesson li:first-child a:hover,
#schedule #low_block #main .block .btn_lesson li:nth-child(2) a:hover {
  background: #6f88d2;
}

#schedule #low_block #main .block .btn_lesson li:nth-child(3) a {
  background: #0084c2;
}

#schedule #low_block #main .block .btn_lesson li:nth-child(3) a:hover {
  background: #1e9fdc;
}

#schedule #low_block #main .block .btn_lesson li:last-child {
  margin-right: 0;
}

#schedule #low_block #main .block .btn_lesson li:last-child a {
  background: #29a082;
}

#schedule #low_block #main .block .btn_lesson li:last-child a:hover {
  background: #46bb9e;
}

#schedule #low_block #main .block .btn_lesson li a {
  display: block;
  border-radius: 10px;
  box-shadow: 4px 4px #ccc;
  padding: 15px 15px;
  color: #fff;
  font-size: min(1.6vw, 18px);
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#schedule #low_block #main .block .btn_lesson li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/common/icon_arrow_btn.png") no-repeat center center/cover;
  width: 25px;
  height: 25px;
  margin-top: -12px;
}

#schedule #low_block #main .block .btn_lesson li a:hover {
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

#schedule #low_block #main .block .bnr_form {
  margin-bottom: 55px;
}

#schedule #low_block #main .block .bnr_form img {
  width: 100%;
  height: auto;
}

#schedule #low_block #main .block .box_guardian {
  background: #e7f9f9;
  padding: 40px 50px;
}

#schedule #low_block #main .block .box_guardian .ttl {
  margin-bottom: 20px;
  font-size: min(1.6vw, 20px);
  font-weight: bold;
}

#schedule #low_block #main .block .box_guardian .txt {
  font-size: min(1.4vw, 18px);
  line-height: 1.8;
}

#schedule #low_block #main .block .table_tendency {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  width: 100%;
}

#schedule #low_block #main .block .table_tendency th {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #efefef;
  padding: 8px 0;
  text-align: center;
  font-size: min(1.2vw, 14px);
}

#schedule #low_block #main .block .table_tendency th.pink {
  background: #faede5;
}

#schedule #low_block #main .block .table_tendency th.grn {
  background: #e8f9e6;
}

#schedule #low_block #main .block .table_tendency th.kinds01 {
  width: 12%;
  font-size: min(1.2vw, 13px);
}

#schedule #low_block #main .block .table_tendency th.kinds02 {
  width: 11.5%;
  font-size: min(1.2vw, 13px);
}

#schedule #low_block #main .block .table_tendency td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 8px 0;
  text-align: center;
  font-size: min(1.2vw, 14px);
}

@media (max-width: 640px) {
  #schedule #low_block #main .block .ttl_lesson {
    margin-bottom: 4%;
    font-size: 16px;
  }

  #schedule #low_block #main .block .lesson {
    margin-bottom: 8%;
  }

  #schedule #low_block #main .block .btn_lesson {
    width: 85%;
    margin: 0 auto 8%;
  }

  #schedule #low_block #main .block .btn_lesson li {
    width: 100%;
    margin: 0 0 4%;
  }

  #schedule #low_block #main .block .btn_lesson li:first-child a:hover {
    background: #3752a4;
  }

  #schedule #low_block #main .block .btn_lesson li:nth-child(2) a:hover {
    background: #0084c2;
  }

  #schedule #low_block #main .block .btn_lesson li:last-child {
    margin: 0;
  }

  #schedule #low_block #main .block .btn_lesson li:last-child a:hover {
    background: #29a082;
  }

  #schedule #low_block #main .block .btn_lesson li a {
    padding: 3% 5%;
    font-size: 14px;
  }

  #schedule #low_block #main .block .btn_lesson li a:after {
    right: 15px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  #schedule #low_block #main .block .bnr_form {
    margin-bottom: 8%;
  }

  #schedule #low_block #main .block .box_guardian {
    padding: 5% 5%;
  }

  #schedule #low_block #main .block .box_guardian .ttl {
    margin-bottom: 4%;
    font-size: 15px;
  }

  #schedule #low_block #main .block .box_guardian .txt {
    font-size: 14px;
  }

  #schedule #low_block #main .block .table_wrap {
    overflow-x: scroll;
    position: relative;
  }

  #schedule #low_block #main .block .table_tendency {
    width: 780px;
  }

  #schedule #low_block #main .block .table_tendency th {
    padding: 1% 0;
    font-size: 13px;
  }

  #schedule #low_block #main .block .table_tendency th.kinds01 {
    width: 12%;
    font-size: 12px;
  }

  #schedule #low_block #main .block .table_tendency th.kinds02 {
    width: 11.5%;
    font-size: 12px;
  }

  #schedule #low_block #main .block .table_tendency td {
    padding: 1% 0;
    font-size: 13px;
  }
}

/* *******************************************
     カーサからのお知らせ一覧
******************************************* */
#info #low_block #main .block .detail_info {
  margin-bottom: 60px;
}

#info #low_block #main .block .list_info li {
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
  background: #eeeae1;
  margin-bottom: 30px;
  padding: 35px 30px;
}

#info #low_block #main .block .detail_info li {
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
/*  background: url("../img/info/bg_info.png") no-repeat 98% 10px #eeeae1; */
  background: no-repeat 98% 10px #eeeae1;
  margin-bottom: 30px;
  padding: 45px 40px;
}

/* #info #low_block #main .block .detail_info li.pht {
  display: flex;
  flex-wrap: wrap;
} */

#info #low_block #main .block .detail_info li.pht figure {
  width: 24%;
  margin-right: 3%;
}

#info #low_block #main .block .detail_info li.pht figure img {
  width: 100%;
  height: auto;
}

#info #low_block #main .block .detail_info li.pht figure+div {
  width: 73%;
  padding-top: 10px;
}

#info #low_block #main .block .list_info li .ttl {
  margin-bottom: 15px;
  font-size: min(1.6vw, 20px);
  font-weight: bold;
}

#info #low_block #main .block .detail_info li .ttl {
  margin-bottom: 15px;
  font-size: min(1.6vw, 20px);
  font-weight: bold;
}

#info #low_block #main .block .list_info li .date {
  text-align: right;
  margin-top: 15px;
  font-size: min(2.8vw, 14px);
  font-weight: bold;
}

#info #low_block #main .block .detail_info li .date {
  margin-bottom: 15px;
  font-size: min(2.8vw, 14px);
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #9a9a9a;
}

#info #low_block #main .block .detail_info li .txt {
  font-size: min(1.3vw, 16px);
  line-height: 1.8;
}

#info #low_block #main .block .detail_info li .txt.mb {
  margin-bottom: 20px;
}

#info #low_block #main .block .list_info li .ttl {
  text-decoration: underline;
}

#info #low_block #main .block .list_info a:hover {
  text-decoration: none;
}

#info #low_block #main .block .detail_info li a {
  text-decoration: underline;
}

@media (max-width: 640px) {
  #info #low_block #main .block .list_info {
    margin-bottom: 10%;
  }

  #info #low_block #main .block .detail_info {
    margin-bottom: 10%;
  }

  #info #low_block #main .block .list_info li {
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
    background-size: 70px 70px;
    margin-bottom: 6%;
    padding: 5% 5%;
  }

  #info #low_block #main .block .detail_info li {
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
    background-size: 70px 70px;
    margin-bottom: 6%;
    padding: 5% 5%;
  }

  #info #low_block #main .block .detail_info li.pht figure {
    width: 60%;
    margin: 0 0 5%;
  }

  #info #low_block #main .block .detail_info li.pht figure+div {
    width: 100%;
    padding-top: 0;
  }

  #info #low_block #main .block .list_info li .ttl {
    margin-bottom: 3%;
    font-size: 16px;
  }

  #info #low_block #main .block .detail_info li .ttl {
    margin-bottom: 3%;
    font-size: 16px;
  }

  #info #low_block #main .block .detail_info li .txt {
    font-size: 14px;
  }

  #story #low_block #main .block .detail_info li .txt.mb {
    margin-bottom: 4%;
  }

  #story #low_block #main .block .list_info li .ttl {
    text-decoration: underline;
  }

  #story #low_block #main .block .list_info a:hover {
    text-decoration: none;
  }

  #story #low_block #main .block .detail_info li a {
    text-decoration: underline;
  }
}

/* *******************************************
     私立小学校転入学情報
******************************************* */
#transfer #low_block #main .block .read {
  margin-bottom: 40px;
}

#transfer #low_block #main .block .table_transfer {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  width: 100%;
}

#transfer #low_block #main .block .table_transfer th {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #efefef;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}

#transfer #low_block #main .block .table_transfer td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #fff;
  padding: 10px 10px;
  font-size: 16px;
}

#transfer #low_block #main .block .table_transfer td:first-child {
  padding: 10px 20px;
}

#transfer #low_block #main .block .table_transfer td:nth-child(2) {
  width: 250px;
}

#transfer #low_block #main .block .table_transfer td:nth-child(2) .btn {
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3));
  width: 220px;
  margin: 0 auto;
}

#transfer #low_block #main .block .table_transfer td:nth-child(2) .btn a {
  display: block;
  border-radius: 5px;
  background: #eee;
  padding: 10px 5px 10px 0;
  text-align: center;
  font-size: 13px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#transfer #low_block #main .block .table_transfer td:nth-child(2) .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  border-top: 1.5px solid #333;
  border-right: 1.5px solid #333;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transform: rotate(45deg);
}

#transfer #low_block #main .block .table_transfer td:nth-child(2) .btn a:hover {
  background: #f4f4f4;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

#transfer #low_block #main .block .table_transfer td:nth-child(3) {
  width: 180px;
  text-align: center;
}

@media (max-width: 640px) {
  #transfer #low_block #main .block .read {
    margin-bottom: 6%;
  }

  #transfer #low_block #main .block .table_wrap {
    /* overflow-x: scroll; */
    position: relative;
  }

/*   #transfer #low_block #main .block .table_transfer {
    width: 650px;
  } */

  #transfer #low_block #main .block .table_transfer th {
    padding: 1.5% 0;
    font-size: 14px;
    width: 20%;
  }

  #transfer #low_block #main .block .table_transfer td {
    padding: 1.5% 2%;
    font-size: 14px;
  }

  #transfer #low_block #main .block .table_transfer td:first-child {
    padding: 1.5% 4%;
  }

  #transfer #low_block #main .block .table_transfer td:nth-child(2) {
    width: 220px;
  }

  #transfer #low_block #main .block .table_transfer td:nth-child(2) .btn {
    width: 100%;
  }

  #transfer #low_block #main .block .table_transfer td:nth-child(2) .btn a {
    padding: 10px 5px 10px 0;
    font-size: 12px;
  }

  #transfer #low_block #main .block .table_transfer td:nth-child(2) .btn a:after {
    right: 10px;
    width: 5px;
    height: 5px;
    margin-top: -2.5px;
  }

  #transfer #low_block #main .block .table_transfer td:nth-child(2) .btn a:hover {
    background: #eee;
  }

  #transfer #low_block #main .block .table_transfer td:nth-child(3) {
    width: 130px;
  }
}

/* article
------------------------------------------------- */
.mvlow {
  max-width: 1920px;
  min-height: 350px;
  margin: 0 auto 30px;
}

.mvlow.ec_cat {
  background: url("../img/shopping/img_mv_calatog.jpg") no-repeat center top;
}

.mvlow.ec_res {
  background: url("../img/shopping/img_mv_result.jpg") no-repeat center top;
}

.mvlow.ec_tra {
  background: url("../img/shopping/img_mv_transfer.jpg") no-repeat center top;
}

.mvlow__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding-top: 120px;
}

.mvlow__inner h2 {
  display: inline-block;
  background: #fff;
  padding: 10px 40px;
  font-size: 46px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .mvlow {
    min-height: 260px;
    margin: 15.2% auto 5%;
  }

  .mvlow.int_t {
    background: url("../img/internet-test/img_mv.jpg") no-repeat 35% top;
  }

  .mvlow__inner {
    max-width: 94%;
    padding-top: 30%;
  }

  .mvlow__inner h2 {
    padding: 5px 20px;
    font-size: 20px;
  }
}

.contimg {
    display: inline-block;
    max-width: 260px;
}
#event section img {
    vertical-align: revert-layer;
}