@charset "UTF-8";
/*
Theme Name: AIC国際学院
Theme URI: https://aicwc.jp/
Description: AIC国際学院 サイトのテーマ
Author: Offer
Author URI: https://offers.co.jp
Version: 0.1.0
*/
body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-weight: 400;
}

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

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

.is-mt {
  margin-top: 20px;
  margin-top: 1.25rem;
}

/* リキッドレイアウト対応 */
@media (max-width: 375px) {
  html {
    font-size: vw(375, 16);
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: vw(strip-unit(1920px), 16);
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/*hoge*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.7;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* reset */
body {
  background-color: #fff;
  color: #000;
}

@media screen and (min-width: 768px) {
  main.home {
    overflow-x: hidden;
  }
}

section h1, section h2, section h3 {
  font-family: "Noto Sans JP", sans-serif;
}
section.main-section {
  max-width: 1920px;
  width: 100%;
}
section.sub-section {
  max-width: 1920px;
  width: 100%;
}

p.disclaimer {
  margin: 0;
  font-size: 2.7vw;
}
@media screen and (min-width: 768px) {
  p.disclaimer {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }
}
p.disclaimer span {
  font-size: 2.2vw;
}
@media screen and (min-width: 768px) {
  p.disclaimer span {
    display: block;
    font-size: 13px;
    line-height: 1;
  }
}
p.home-comment {
  font-size: 4.5vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  p.home-comment {
    font-size: 18px;
  }
}
p.before-discription {
  margin-bottom: 30px !important;
  font-size: 4.5vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  p.before-discription {
    margin-bottom: 100px !important;
    font-size: 18px;
    text-align: center;
  }
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.nomalcase {
  text-transform: none;
}

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

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

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

.font-h {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .font-h {
    font-size: 40px;
  }
}

.font-lll {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .font-lll {
    font-size: 32px;
  }
}

.font-ll {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .font-ll {
    font-size: 28px;
  }
}

.font-l {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .font-l {
    font-size: 24px;
  }
}

.font-mmm {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .font-mmm {
    font-size: 20px;
  }
}

.font-mm {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .font-mm {
    font-size: 18px;
  }
}

.font-m {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .font-m {
    font-size: 16px;
  }
}

.font-s {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .font-s {
    font-size: 14px;
  }
}

.font-ss {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .font-ss {
    font-size: 12px;
  }
}

.font-sss {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .font-sss {
    font-size: 10px;
  }
}

.color-main {
  color: #4774b9;
}

.color-sub {
  color: #db5f7d;
}

div.news-category, div.blog-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  div.news-category, div.blog-category {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
div.news-category time, div.blog-category time {
  color: #1E4597;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  div.news-category time, div.blog-category time {
    margin-right: 15px;
    font-size: 16px;
  }
}
div.news-category span.cate, div.blog-category span.cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #000;
  padding: 0 8px;
  width: auto;
  height: 26px;
  font-size: 13px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  div.news-category span.cate, div.blog-category span.cate {
    font-size: 14px;
  }
}
div.news-category span.cate.kindergarten, div.news-category span.cate.kindergarten-en, div.blog-category span.cate.kindergarten, div.blog-category span.cate.kindergarten-en {
  background-color: #CC724B;
}
div.news-category span.cate.elementary, div.news-category span.cate.elementary-en, div.blog-category span.cate.elementary, div.blog-category span.cate.elementary-en {
  background-color: #65B842;
}
div.news-category span.cate.middle, div.news-category span.cate.high, div.news-category span.cate.middle-and-high, div.news-category span.cate.middle-and-high-en, div.blog-category span.cate.middle, div.blog-category span.cate.high, div.blog-category span.cate.middle-and-high, div.blog-category span.cate.middle-and-high-en {
  background-color: #4FBFD3;
}
div.news-category span.cate.aicj, div.news-category span.cate.aicj-en, div.blog-category span.cate.aicj, div.blog-category span.cate.aicj-en {
  background-color: #DA0040;
}
div.news-category span.cate.aicwc, div.news-category span.cate.aicwc-en, div.blog-category span.cate.aicwc, div.blog-category span.cate.aicwc-en {
  background-color: #3751A2;
}
div.news-category span.cate.hiroshima, div.news-category span.cate.b-hiroshima, div.blog-category span.cate.hiroshima, div.blog-category span.cate.b-hiroshima {
  background-color: #7471DE;
}
div.news-category span.cate.kyoto, div.news-category span.cate.b-kyoto, div.blog-category span.cate.kyoto, div.blog-category span.cate.b-kyoto {
  background-color: #5180D6;
}
div.news-category span.cate.osaka, div.news-category span.cate.b-osaka, div.blog-category span.cate.osaka, div.blog-category span.cate.b-osaka {
  background-color: #51A7D6;
}

.swiper-button-prev,
.swiper-button-next {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 35px !important;
    height: 35px !important;
    font-size: 32px;
    font-weight: bold;
  }
}

.swiper-button-prev {
  color: #fff !important;
  left: 0 !important;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev {
    left: 210px !important;
  }
}

.swiper-button-next {
  color: #fff !important;
  right: 0 !important;
}
@media screen and (min-width: 768px) {
  .swiper-button-next {
    right: 210px !important;
  }
}

article.page-english header, article.page-support header {
  margin: 100px auto 150px;
  width: 100%;
  max-width: 1000px;
}
@media screen and (min-width: 1200px) {
  article.page-english header, article.page-support header {
    margin: 50px auto 100px;
    padding: 0 20px;
  }
}
article.page-english header p.read-text, article.page-support header p.read-text {
  margin: 80px 0 0;
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  article.page-english header p.read-text, article.page-support header p.read-text {
    font-size: 15px;
    text-align: left;
  }
}
article.page-english section.sec-contents-list, article.page-support section.sec-contents-list {
  margin: 100px auto 150px;
  width: 100%;
  max-width: 1000px;
}
@media screen and (min-width: 1200px) {
  article.page-english section.sec-contents-list, article.page-support section.sec-contents-list {
    margin: 50px auto 100px;
    padding: 0 20px;
  }
}
article.page-english section.sec-contents-list ul.contents-list, article.page-support section.sec-contents-list ul.contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
}
@media screen and (min-width: 1200px) {
  article.page-english section.sec-contents-list ul.contents-list, article.page-support section.sec-contents-list ul.contents-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}
article.page-english section.sec-contents-list ul.contents-list li, article.page-support section.sec-contents-list ul.contents-list li {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  margin-bottom: 100px;
}
@media screen and (min-width: 1200px) {
  article.page-english section.sec-contents-list ul.contents-list li, article.page-support section.sec-contents-list ul.contents-list li {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    margin-bottom: 50px;
  }
}
article.page-english section.sec-contents-list ul.contents-list li img, article.page-support section.sec-contents-list ul.contents-list li img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  article.page-english section.sec-contents-list ul.contents-list li img, article.page-support section.sec-contents-list ul.contents-list li img {
    height: 150px;
  }
}
article.page-english section.sec-contents-list ul.contents-list li div strong, article.page-support section.sec-contents-list ul.contents-list li div strong {
  display: block;
  color: #1E4597;
  margin-top: 20px;
  width: 100%;
  font-size: 24px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  article.page-english section.sec-contents-list ul.contents-list li div strong, article.page-support section.sec-contents-list ul.contents-list li div strong {
    margin-top: 10px;
    font-size: 16px;
  }
}
article.page-english section.sec-contents-list ul.contents-list li div strong::before, article.page-english section.sec-contents-list ul.contents-list li div strong::after, article.page-support section.sec-contents-list ul.contents-list li div strong::before, article.page-support section.sec-contents-list ul.contents-list li div strong::after {
  content: "";
  position: absolute;
  width: 50%;
  height: auto;
}
article.page-english section.sec-contents-list ul.contents-list li div strong::before, article.page-support section.sec-contents-list ul.contents-list li div strong::before {
  border-bottom: solid 2px #376ab3;
  top: 100%;
  left: 0;
}
article.page-english section.sec-contents-list ul.contents-list li div strong::after, article.page-support section.sec-contents-list ul.contents-list li div strong::after {
  border-bottom: solid 2px #d24568;
  top: 100%;
  right: 0;
}
article.page-english section.sec-contents-list ul.contents-list li div p, article.page-support section.sec-contents-list ul.contents-list li div p {
  padding: 20px 0;
  height: 150px;
}
@media screen and (min-width: 1200px) {
  article.page-english section.sec-contents-list ul.contents-list li div p, article.page-support section.sec-contents-list ul.contents-list li div p {
    padding: 10px 0;
    height: auto;
    height: initial;
    font-size: 14px;
  }
}
article.page-english section.sec-contents-list ul.contents-list li a, article.page-support section.sec-contents-list ul.contents-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #d24568;
  text-align: center;
  width: 100%;
  height: 45px;
}
@media screen and (min-width: 1200px) {
  article.page-english section.sec-contents-list ul.contents-list li a, article.page-support section.sec-contents-list ul.contents-list li a {
    height: 40px;
    font-size: 12px;
  }
}

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

footer {
  color: #fff;
  background: #26374A;
  padding: 20px 0 20px;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 0;
    width: 100%;
  }
}
footer section.footer-contact {
  padding: 0 20px 30px;
}
@media screen and (min-width: 768px) {
  footer section.footer-contact {
    padding: 50px 0 0;
    margin: 0 auto;
    width: 900px;
  }
}
@media screen and (min-width: 768px) {
  footer section.footer-contact ul.footer-contact-bannerlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  footer section.footer-contact ul.footer-contact-bannerlist li {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
footer section.footer-contact ul.footer-contact-bannerlist li:first-child {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  footer section.footer-contact ul.footer-contact-bannerlist li:first-child {
    margin-bottom: 0;
  }
}
footer section.footer-contact ul.footer-contact-bannerlist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1E4597;
  background: #fff;
  border: solid 1px #fff;
  height: 50px;
  font-size: 19px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer section.footer-contact ul.footer-contact-bannerlist li a:hover {
  color: #fff;
  background: #1E4597;
}
footer section.footer-container {
  padding: 0 20px;
}
footer section.footer-container div.company-status {
  color: #fff;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer section.footer-container div.company-status {
    padding: 50px 0;
    max-width: 1920px;
  }
}
footer section.footer-container div.company-status p.aic-link {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  footer section.footer-container div.company-status p.aic-link {
    font-size: 16px;
  }
}
footer section.footer-container div.company-status p.aic-link a:hover {
  text-decoration: underline;
}
footer section.footer-container div.company-status img {
  width: 60vw;
}
@media screen and (min-width: 768px) {
  footer section.footer-container div.company-status img {
    margin-bottom: 20px;
    width: 270px;
  }
}
footer section.footer-container div.company-status address {
  margin-bottom: 10px;
  font-size: 14px;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  footer section.footer-container div.company-status address {
    margin: 0 0 30px;
    font-size: 15px;
  }
}
footer section.footer-container div.company-status ul.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  footer section.footer-container div.company-status ul.footer-menu {
    margin: 0 auto 30px;
    padding: 0 200px;
    width: 900px;
  }
}
footer section.footer-container div.company-status ul.footer-menu a:hover {
  text-decoration: underline;
}
footer small {
  display: block;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

div.request-btn {
  bottom: 0;
  right: auto;
  right: initial;
  top: auto;
  top: initial;
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.request-btn {
    position: fixed;
    top: 20vh;
    right: -70px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
div.request-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 50px;
  font-size: 17px;
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
}
@media screen and (min-width: 768px) {
  div.request-btn a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background: #db5f7d;
    -webkit-box-shadow: -2px 2px 10px #666;
            box-shadow: -2px 2px 10px #666;
    height: 210px;
    width: 50px;
    font-size: 16px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
div.request-btn a:hover {
  background-color: #1E4597;
}
div.scrolled {
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

div#return-btn {
  position: fixed;
  bottom: -10vh;
}
@media screen and (min-width: 768px) {
  div#return-btn {
    width: 50px;
    height: 50px;
    bottom: -5vh;
    right: 5vw;
    -webkit-transition: bottom 0.5s ease-in-out;
    transition: bottom 0.5s ease-in-out;
  }
}
div#return-btn a {
  position: absolute;
  width: 100%;
  height: auto;
}
div.show {
  bottom: 6vh !important;
}

@media screen and (min-width: 768px) {
  header {
    width: 100%;
  }
}
header section.main-visual {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  header section.main-visual {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  header section.main-visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  header div.header-content {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    z-index: 1000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
header div.header-content.scrolled div.header-container {
  background: rgba(255, 255, 255, .8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (min-width: 768px) {
  header div.header-content.scrolled div.header-container {
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  header div.header-content.scrolled div.header-container nav.main-menu {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}
@media screen and (min-width: 768px) {
  header div.header-content.scrolled div.header-container nav.main-menu div.menu-secondary-container {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media screen and (min-width: 768px) {
  header div.header-content.scrolled div.header-container h1, header div.header-content.scrolled div.header-container p {
    height: 35px;
  }
}
@media screen and (min-width: 768px) {
  header div.header-content.scrolled div.header-container h1 img, header div.header-content.scrolled div.header-container p img {
    width: auto;
    height: 35px;
  }
}
header div div.header-container {
  position: fixed;
  display: block;
  background: #fff;
  width: 100%;
  height: 60px;
  z-index: 9990;
}
@media screen and (min-width: 768px) {
  header div div.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    height: 80px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
header div div.header-container2 {
  height: 60px;
}
@media screen and (min-width: 768px) {
  header div div.header-container2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    width: 1600px;
  }
}
header div div h1, header div div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.5vw;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  header div div h1, header div div p {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 16px;
    line-height: 1;
    height: 65px;
  }
}
header div div h1 a, header div div p a {
  height: 40px;
}
@media screen and (min-width: 768px) {
  header div div h1 a, header div div p a {
    height: 50px;
  }
}
header div div h1 img, header div div p img {
  height: 40px;
}
@media screen and (min-width: 768px) {
  header div div h1 img, header div div p img {
    height: 50px;
  }
}
header div div h1 img.ibpyp-icon, header div div p img.ibpyp-icon {
  margin-left: 1vw;
  height: 25px;
}
@media screen and (min-width: 768px) {
  header div div h1 img.ibpyp-icon, header div div p img.ibpyp-icon {
    margin-left: 30px;
    height: 45px;
  }
}
header div div h1 img.ibpyp-icon-k, header div div p img.ibpyp-icon-k {
  margin-left: 1vw;
  height: 28px;
}
@media screen and (min-width: 768px) {
  header div div h1 img.ibpyp-icon-k, header div div p img.ibpyp-icon-k {
    margin-left: 30px;
    height: 45px;
  }
}
@media screen and (min-width: 768px) {
  header div div nav {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}

nav.main-menu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: #1E4597;
  top: 60px;
  left: 100%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 8888;
}
@media screen and (min-width: 768px) {
  nav.main-menu {
    position: static;
    position: initial;
    padding-left: 0;
    height: 80px;
  }
}
nav.main-menu.active {
  left: 0;
}
nav.main-menu div.menu-secondary-container {
  position: relative;
}
nav.main-menu ul.menu-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, .9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (min-width: 768px) {
  nav.main-menu ul.menu-primary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
nav.main-menu ul.menu-primary li {
  width: 100%;
  border-bottom: solid 1px #4BA6DF;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  nav.main-menu ul.menu-primary li {
    width: auto;
    width: initial;
    margin-left: 30px;
    border-bottom: none;
    font-size: 15px;
  }
}
nav.main-menu ul.menu-primary li a {
  display: block;
  color: #1E4597;
  padding: 10px 0;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  nav.main-menu ul.menu-primary li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    height: 33px;
    width: 100% !important;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
}
@media screen and (min-width: 768px) {
  nav.main-menu ul.menu-primary li a:after {
    position: absolute;
    content: "";
    border-bottom: solid 3px transparent;
  }
}
@media screen and (min-width: 768px) {
  nav.main-menu ul.menu-primary li a:hover::after {
    position: absolute;
    content: "";
    border-bottom: solid 3px #1E4597;
    -webkit-animation: navmenu-anime 0.2s linear 1 forwards;
            animation: navmenu-anime 0.2s linear 1 forwards;
    bottom: 0;
  }
}
@-webkit-keyframes navmenu-anime {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    width: 100%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes navmenu-anime {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    width: 100%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen and (min-width: 768px) {
  nav.main-menu ul.menu-primary li.menu-item-has-children {
    position: relative;
  }
}
nav.main-menu ul.menu-primary li ul.menu-sub, nav.main-menu ul.menu-primary li ul.sub-menu {
  position: static;
  position: initial;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-height: 0;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  nav.main-menu ul.menu-primary li ul.menu-sub, nav.main-menu ul.menu-primary li ul.sub-menu {
    position: absolute;
    color: #fff;
    background: #4ba6df;
    border: solid 1px #4BA6DF;
    top: 100%;
    left: 0;
    width: 300px;
    -webkit-transition: opacity 0.5s ease, height 0.01s ease;
    transition: opacity 0.5s ease, height 0.01s ease;
    overflow: hidden;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  nav.main-menu ul.menu-primary li ul.menu-sub li, nav.main-menu ul.menu-primary li ul.sub-menu li {
    margin-left: 0;
    width: 100%;
  }
}
nav.main-menu ul.menu-primary li ul.menu-sub li a, nav.main-menu ul.menu-primary li ul.sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1E4597;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  nav.main-menu ul.menu-primary li ul.menu-sub li a, nav.main-menu ul.menu-primary li ul.sub-menu li a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    border: none;
    width: 100%;
    height: 40px;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
nav.main-menu ul.menu-primary li ul.menu-sub li a:hover, nav.main-menu ul.menu-primary li ul.sub-menu li a:hover {
  color: #fff;
  background: #1E4597;
}
nav.main-menu ul.menu-primary li ul.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  max-height: 1000px;
}
@media screen and (min-width: 768px) {
  nav.main-menu ul.menu-primary li.current-menu-parent > a:after {
    position: absolute;
    content: "";
    border-bottom: solid 3px #4BA6DF;
    width: 100%;
    bottom: 0;
  }
}
nav.main-menu ul.menu-language {
  background: rgba(255, 255, 255, .9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
nav.main-menu ul.menu-language li.sns-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  nav.main-menu ul.menu-language li.sns-menu {
    display: none;
  }
}
nav.main-menu ul.menu-language li.sns-menu img {
  display: block;
  height: 30px;
}
nav.main-menu ul.menu-language li.lang-menu {
  /* 翻英語サイトができるまで */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 768px) {
  nav.main-menu ul.menu-language li.lang-menu {
    display: none;
  }
}
nav.main-menu ul.menu-language li.lang-menu a {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  padding: 20px;
  font-size: 15px;
  font-weight: normal;
}
nav.main-menu div.header-sns-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.main-menu div.header-sns-icon span.sns-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  nav.main-menu div.header-sns-icon span.sns-btn {
    display: block;
    margin-left: 16px;
    padding: 0 0;
  }
}
@media screen and (min-width: 768px) {
  nav.main-menu div.header-sns-icon span.sns-btn a {
    display: block;
    height: 25px;
  }
}
@media screen and (min-width: 768px) {
  nav.main-menu div.header-sns-icon span.sns-btn a img {
    display: block;
    height: 25px;
  }
}
nav.main-menu div.header-sns-icon span.home-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  nav.main-menu div.header-sns-icon span.home-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media screen and (min-width: 768px) {
  nav.main-menu div.header-sns-icon span.home-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1E4597;
    margin-left: 20px;
    border: solid 2px #1E4597;
    border-radius: 50px;
    padding: 3px 25px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
nav.main-menu div.header-sns-icon span.home-btn a:hover {
  color: #fff;
  background: #1E4597;
}
nav.main-menu div.header-sns-icon ul.en-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  nav.main-menu div.header-sns-icon ul.en-btn {
    /* 翻英語サイトができるまで */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media screen and (min-width: 768px) {
  nav.main-menu div.header-sns-icon ul.en-btn li {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  nav.main-menu div.header-sns-icon ul.en-btn li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    background: #ddd;
    padding: 1px 4px 1px 8px;
    width: 60px !important;
    font-size: 14px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 768px) {
  nav.main-menu div.header-sns-icon ul.en-btn li a small {
    font-size: 10px;
  }
}
nav.main-menu div.header-sns-icon ul.en-btn li a:after {
  display: none;
}
@media screen and (min-width: 768px) {
  nav.main-menu div.header-sns-icon ul.en-btn li ul.sub-menu {
    width: 60px;
  }
}
@media screen and (min-width: 768px) {
  nav.main-menu div.header-sns-icon ul.en-btn li ul.sub-menu li {
    height: 33px;
  }
}
@media screen and (min-width: 768px) {
  nav.main-menu div.header-sns-icon ul.en-btn li ul.sub-menu li a {
    color: #fff;
    background: #4BA6DF;
    height: 33px;
  }
}
nav.main-menu div.header-sns-icon ul.en-btn li ul.sub-menu li a:hover {
  color: #1E4597;
}

div.burger-menu {
  position: absolute;
  display: block;
  margin: 4.8px 16px 0 0;
  margin: 0.3rem 1rem 0 0;
  top: 15px;
  right: 0;
  z-index: 111;
}
@media screen and (min-width: 768px) {
  div.burger-menu {
    display: none;
  }
}
div.burger-menu .btn-trigger {
  position: relative;
  width: 40px;
  height: 22px;
  cursor: pointer;
}
div.burger-menu .btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1E4597;
  border-radius: 0;
}
div.burger-menu .btn-trigger, div.burger-menu .btn-trigger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
div.burger-menu .btn-trigger span:nth-of-type(1) {
  top: 0;
}
div.burger-menu .btn-trigger span:nth-of-type(2) {
  top: 10px;
}
div.burger-menu .btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
div.burger-menu #btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
div.burger-menu #btn01.active span:nth-of-type(2) {
  opacity: 0;
}
div.burger-menu #btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

section.sec-gradecate {
  margin: 0 auto;
  padding: 0 0 80px;
}
@media screen and (min-width: 768px) {
  section.sec-gradecate {
    width: 1200px;
  }
}
section.sec-gradecate section.gradelist-container {
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-gradecate section.gradelist-container {
    margin: 0 auto;
    width: 1000px;
  }
}
section.sec-gradecate section.gradelist-container ul.gradelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.sec-gradecate section.gradelist-container ul.gradelist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
section.sec-gradecate section.gradelist-container ul.gradelist li {
  padding: 0 1vw 1vw;
}
@media screen and (min-width: 768px) {
  section.sec-gradecate section.gradelist-container ul.gradelist li {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}
section.sec-gradecate section.gradelist-container ul.gradelist li:last-child {
  padding-bottom: 0;
}
section.sec-gradecate section.gradelist-container ul.gradelist li a {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  section.sec-gradecate section.gradelist-container ul.gradelist li a {
    -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  }
}
@media screen and (min-width: 768px) {
  section.sec-gradecate section.gradelist-container ul.gradelist li a:hover {
    -webkit-box-shadow: 0 10px 8px #888;
            box-shadow: 0 10px 8px #888;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
section.sec-gradecate section.gradelist-container ul.gradelist li a div.blend {
  position: absolute;
  background-color: #4BA6DF;
  mix-blend-mode: multiply;
  width: 100%;
  height: 50px;
  bottom: 0;
  z-index: 10;
  isolation: isolate;
}
section.sec-gradecate section.gradelist-container ul.gradelist li a h3 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #fff;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  bottom: 0;
  font-size: 24px;
  line-height: 2;
  z-index: 11;
}
section.sec-gradecate section.gradelist-container ul.gradelist li a h3 span {
  margin-right: 30px;
  font-size: 19px;
  font-family: "Alumni Sans", sans-serif;
}
section.sec-gradecate section.gradelist-container ul.gradelist li a img {
  display: block;
}
section.sec-waicwc {
  position: relative;
  margin: 0 auto;
  padding: 50px 0 80px;
}
@media screen and (min-width: 768px) {
  section.sec-waicwc {
    width: 1200px;
  }
}
section.sec-waicwc::after {
  position: absolute;
  content: "";
  background-image: url(./img/brand/bg-tonbo.svg);
  background-repeat: no-repeat;
  background-position: center 15%;
  background-size: 95% auto;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.1;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.sec-waicwc::after {
    background-position: 10% 60%;
    background-size: 35% auto;
    opacity: 1;
  }
}
section.sec-waicwc section.waicwc-container {
  padding: 30px 6vw;
}
@media screen and (min-width: 768px) {
  section.sec-waicwc section.waicwc-container {
    margin: 0 auto;
    padding: 30px 0;
    width: 900px;
  }
}
section.sec-waicwc section.waicwc-container p {
  color: #fff;
  font-size: 15px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  section.sec-waicwc section.waicwc-container p {
    margin: 0 0 50px auto;
    width: 50%;
    font-size: 20px;
    line-height: 1.8;
  }
}
section.sec-why {
  margin: 0 auto;
  padding: 50px 0 80px;
}
@media screen and (min-width: 768px) {
  section.sec-why {
    width: 1200px;
  }
}
section.sec-why section.why-container {
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-why section.why-container {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-why section.why-container ul.why-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-why section.why-container ul.why-list li {
    padding: 20px 10px 0;
  }
}
section.sec-why section.why-container ul.why-list li div {
  width: 40%;
}
@media screen and (min-width: 768px) {
  section.sec-why section.why-container ul.why-list li div {
    width: 100%;
    text-align: center;
  }
}
section.sec-why section.why-container ul.why-list li:first-child {
  color: #4BA6DF;
}
section.sec-why section.why-container ul.why-list li:nth-child(2) {
  color: #6185D1;
}
section.sec-why section.why-container ul.why-list li:last-child {
  color: #284293;
}
section.sec-why section.why-container ul.why-list li:last-child h3 {
  top: -10vw !important;
}
section.sec-why section.why-container ul.why-list li.why-left, section.sec-why section.why-container ul.why-list li.why-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.sec-why section.why-container ul.why-list li.why-left h3, section.sec-why section.why-container ul.why-list li.why-right h3 {
  position: absolute;
  padding-left: 10px;
  font-size: min(5vw, 24px);
  font-family: "Alumni Sans", sans-serif;
  line-height: 1;
  top: -6vw;
}
@media screen and (min-width: 768px) {
  section.sec-why section.why-container ul.why-list li.why-left h3, section.sec-why section.why-container ul.why-list li.why-right h3 {
    position: static;
    position: initial;
    font-size: min(10vw, 32px);
  }
}
section.sec-why section.why-container ul.why-list li.why-left h3 span, section.sec-why section.why-container ul.why-list li.why-right h3 span {
  display: block;
  color: #000;
  padding-top: 10px;
  font-size: min(3.5vw, 17px);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  section.sec-why section.why-container ul.why-list li.why-left h3 span, section.sec-why section.why-container ul.why-list li.why-right h3 span {
    font-size: min(7vw, 18px);
  }
}
section.sec-why section.why-container ul.why-list li.why-left h3 small, section.sec-why section.why-container ul.why-list li.why-right h3 small {
  display: block;
}
section.sec-why section.why-container ul.why-list li.why-left img, section.sec-why section.why-container ul.why-list li.why-right img {
  width: 250px;
  height: 250px;
}
@media screen and (min-width: 768px) {
  section.sec-why section.why-container ul.why-list li.why-left img, section.sec-why section.why-container ul.why-list li.why-right img {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  }
}
@media screen and (min-width: 768px) {
  section.sec-why section.why-container ul.why-list li.why-left img:hover, section.sec-why section.why-container ul.why-list li.why-right img:hover {
    -webkit-box-shadow: 0 10px 7px #888;
            box-shadow: 0 10px 7px #888;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
section.sec-why section.why-container ul.why-list li.why-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  section.sec-why section.why-container ul.why-list li.why-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.sec-why section.why-container ul.why-list li.why-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  section.sec-why section.why-container ul.why-list li.why-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
section.sec-area {
  margin: 0 auto;
  padding: 50px 0 80px;
}
@media screen and (min-width: 768px) {
  section.sec-area {
    width: 1200px;
  }
}
section.sec-area section.area-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-area section.area-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 900px;
  }
}
section.sec-area section.area-container div.campus-list {
  padding: 6vw 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-area section.area-container div.campus-list {
    padding: 0;
  }
}
section.sec-area section.area-container div.campus-list p img {
  width: 160px;
}
@media screen and (min-width: 768px) {
  section.sec-area section.area-container div.campus-list p img {
    width: 250px;
  }
}
section.sec-area section.area-container div.campus-list ul.area-list {
  color: #4BA6DF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 60vw;
  height: 40vw;
  font-family: "Alumni Sans", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  section.sec-area section.area-container div.campus-list ul.area-list {
    margin-bottom: 0;
    width: auto;
    width: initial;
    height: auto;
    height: initial;
  }
}
section.sec-area section.area-container div.campus-list ul.area-list > li {
  margin-top: 3vw;
  width: 45%;
  font-size: 5vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  section.sec-area section.area-container div.campus-list ul.area-list > li {
    margin-top: 30px;
    width: 100%;
    font-size: 32px;
  }
}
section.sec-area section.area-container div.campus-list ul.area-list ul.sub-area-list {
  color: #fff;
  text-transform: none;
  text-transform: initial;
}
section.sec-area section.area-container div.campus-list ul.area-list ul.sub-area-list > li {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  section.sec-area section.area-container div.campus-list ul.area-list ul.sub-area-list > li {
    font-size: 24px;
  }
}
section.sec-area section.area-container div.area-map {
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.sec-area section.area-container div.area-map {
    -ms-flex-preferred-size: 650px;
        flex-basis: 650px;
    position: static;
    position: initial;
    height: 600px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-area section.area-container div.area-map picture {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  section.sec-area section.area-container div.area-map picture img {
    display: block;
  }
}
section.sec-area section.area-container div.area-map img.map-pin {
  position: absolute;
  width: 4.5vw;
  height: 4.5vw;
}
@media screen and (min-width: 768px) {
  section.sec-area section.area-container div.area-map img.map-pin {
    width: 26px;
    height: 26px;
  }
}
section.sec-area section.area-container div.area-map img.pin01 {
  top: 67vw;
  left: 26vw;
}
@media screen and (min-width: 768px) {
  section.sec-area section.area-container div.area-map img.pin01 {
    top: 375px;
    right: 470px;
    left: auto;
    left: initial;
  }
}
section.sec-area section.area-container div.area-map img.pin02 {
  top: 62vw;
  left: 43vw;
}
@media screen and (min-width: 768px) {
  section.sec-area section.area-container div.area-map img.pin02 {
    top: 355px;
    right: 355px;
    left: auto;
    left: initial;
  }
}
section.sec-area section.area-container div.area-map img.pin03 {
  top: 65vw;
  left: 40vw;
}
@media screen and (min-width: 768px) {
  section.sec-area section.area-container div.area-map img.pin03 {
    top: 370px;
    right: 375px;
    left: auto;
    left: initial;
  }
}
section.sec-area section.area-container div.area-map img.pin04 {
  top: 63.5vw;
  left: 67vw;
}
@media screen and (min-width: 768px) {
  section.sec-area section.area-container div.area-map img.pin04 {
    top: 345px;
    right: 230px;
    left: auto;
    left: initial;
  }
}

.arrow1 {
  position: relative;
  height: 2px;
  margin: 5.7px 0;
  border-radius: 9999px;
  background-color: #4BA6DF;
}

.arrow1::before,
.arrow1::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #4BA6DF;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}

.arrow1::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow1::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.arrow2 {
  position: relative;
  height: 2px;
  margin: 5.7px 0;
  border-radius: 9999px;
  background-color: #284293;
}

.arrow2::before,
.arrow2::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #284293;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}

.arrow2::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow2::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.arrow-l {
  position: relative;
  height: 2px;
  margin: 5.7px 0;
  border-radius: 9999px;
  background-color: #6185D1;
}
.arrow-l::before, .arrow-l::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #6185D1;
  -webkit-transform-origin: 1px 50%;
          transform-origin: 1px 50%;
}
.arrow-l::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow-l::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .arrow1, .arrow2, .arrow-l {
    position: static;
    position: initial;
    background: none;
    border-radius: 0;
    height: auto;
    height: initial;
  }
}
@media screen and (min-width: 768px) {
  .arrow1::before, .arrow1::after, .arrow2::before, .arrow2::after, .arrow-l::before, .arrow-l::after {
    display: none;
  }
}

section.sec-hero {
  margin: 0 auto;
  padding: 60px 0 30px;
}
@media screen and (min-width: 768px) {
  section.sec-hero {
    padding: 0 0 30px;
  }
}
section.sec-hero div.hero-img {
  position: relative;
}
section.sec-hero div.hero-img img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  section.sec-hero div.hero-img img {
    height: 600px;
  }
}
section.sec-hero div.hero-img div {
  position: absolute;
  height: 300px;
}
@media screen and (min-width: 768px) {
  section.sec-hero div.hero-img div {
    margin: 0 auto;
    width: 1600px;
    height: 600px;
    right: 0;
    left: 0;
  }
}
section.sec-hero div.hero-img div p {
  position: absolute;
  color: #fff;
  right: 0;
  bottom: 8%;
  font-family: "Alumni Sans", sans-serif;
  font-size: 46px;
  font-weight: bold;
  text-align: right;
  text-shadow: 2px 2px 5px #666;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  section.sec-hero div.hero-img div p {
    font-size: 64px;
  }
}
section.sec-hero div.campus-ti-container {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  section.sec-hero div.campus-ti-container {
    margin: 0 auto;
    width: 1200px;
  }
}
section.sec-hero div.campus-ti-container h1.campus-ti {
  text-align: center;
}
section.sec-hero div.campus-ti-container h1.campus-ti span {
  display: block;
  margin-left: 1vw;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  section.sec-hero div.campus-ti-container h1.campus-ti span {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  section.sec-hero div.hero-content {
    margin: 0 auto;
    width: 1200px;
  }
}
section.sec-hero div.hero-content div.ib-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.sec-hero div.hero-content div.ib-icon img:first-child {
  height: 60px;
}
section.sec-hero div.hero-content div.ib-icon img:last-child {
  height: 50px;
}
section.sec-hero div.hero-content p {
  padding: 20px 0;
  text-align: center;
}
section.sec-campus-news {
  margin: 0 auto;
  padding: 50px 0 80px;
}
@media screen and (min-width: 768px) {
  section.sec-campus-news {
    width: 1200px;
  }
}
section.sec-campus-news section.main-visual {
  margin: 30px auto 50px;
}
@media screen and (min-width: 768px) {
  section.sec-campus-news section.main-visual {
    margin: 10px auto 50px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-campus-news div.splide__track {
    padding: 10px 0 0;
  }
}
section.sec-campus-news ul.news-list {
  margin: 0 auto 50px;
  padding: 0;
}
section.sec-campus-news ul.news-list li {
  padding: 0 14%;
}
@media screen and (min-width: 768px) {
  section.sec-campus-news ul.news-list li {
    padding: 0 16px;
  }
}
section.sec-campus-news ul.news-list li:last-child {
  border-bottom: none;
}
section.sec-campus-news ul.news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.sec-campus-news ul.news-list li a {
    -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  }
}
@media screen and (min-width: 768px) {
  section.sec-campus-news ul.news-list li a:hover {
    -webkit-box-shadow: 0 10px 8px #26374A;
            box-shadow: 0 10px 8px #26374A;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
section.sec-campus-news ul.news-list li a div.news-thumbnail {
  -ms-flex-preferred-size: initial;
      flex-basis: initial;
  width: 100%;
  height: 200px;
}
section.sec-campus-news ul.news-list li a div.news-thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.sec-campus-news ul.news-list li a div.news-content {
  -ms-flex-preferred-size: 95px;
      flex-basis: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  margin-left: 0;
  padding: 16px;
}
section.sec-campus-news ul.news-list li a div.news-content h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}
section.sec-admission {
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  section.sec-admission {
    width: 1200px;
  }
}
section.sec-admission ul.admission-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 6vw;
}
section.sec-admission ul.admission-list li {
  margin-bottom: 20px;
  width: 100%;
}
section.sec-admission ul.admission-list li:last-child {
  margin-bottom: 0;
}
section.sec-admission ul.admission-list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #26374A;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 90% center;
  padding: 0 8vw;
  height: 80px;
  font-size: clamp(15px, 6vw, 19px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  section.sec-admission ul.admission-list li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 28px;
  }
}
section.sec-admission ul.admission-list li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 10;
}
section.sec-admission ul.admission-list li a:hover {
  color: #000;
  background-color: #db5f7d;
}
section.sec-admission ul.admission-list li:first-child a {
  background-image: url(./img/elementary/ico-admission01.svg);
}
section.sec-admission ul.admission-list li:nth-child(2) a {
  background-image: url(./img/elementary/ico-admission02.svg);
}
section.sec-admission ul.admission-list li:last-child a {
  background-image: url(./img/elementary/ico-admission03.svg);
}
section.sec-c-blog {
  margin: 0 auto;
  padding: 50px 0 40px;
}
@media screen and (min-width: 768px) {
  section.sec-c-blog {
    width: 1200px;
  }
}
section.sec-c-blog ul.blog-list {
  padding: 30px 6vw;
}
@media screen and (min-width: 768px) {
  section.sec-c-blog ul.blog-list {
    margin: 0 auto 50px;
    padding: 0;
    width: 1000px;
  }
}
section.sec-c-blog ul.blog-list li {
  border-bottom: dotted 2px #4BA6DF;
  padding: 0;
}
section.sec-c-blog ul.blog-list li:last-child {
  border-bottom: none;
}
section.sec-c-blog ul.blog-list li a {
  display: block;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  section.sec-c-blog ul.blog-list li a:hover {
    background: rgba(30, 69, 151, .2);
  }
}
@media screen and (min-width: 768px) {
  section.sec-c-blog ul.blog-list li a div.blog-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  section.sec-c-blog ul.blog-list li a div.blog-content div.blog-category {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
section.sec-c-blog ul.blog-list li a div.blog-content h3 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  section.sec-c-blog ul.blog-list li a div.blog-content h3 {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    margin-top: 0;
    margin-left: 30px;
    font-size: 16px;
  }
}
section.sec-sns {
  margin: 0 auto;
  padding: 0 6vw 50px;
}
@media screen and (min-width: 768px) {
  section.sec-sns {
    padding: 0 0 50px;
    width: 1200px;
  }
}
section.sec-sns div.snslist-container {
  margin: 0 auto;
  padding: 20px 6vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.sec-sns div.snslist-container {
    padding: 20px 20px;
    width: 1000px;
  }
}
section.sec-sns div.snslist-container div.sns-icon {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  section.sec-sns div.snslist-container div.sns-icon {
    padding: 100px 0 0;
    width: 450px;
  }
}
section.sec-sns div.snslist-container div.sns-icon h3 {
  color: #1E4597;
  margin-bottom: 10px;
  font-size: 22px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.sec-sns div.snslist-container div.sns-icon h3 {
    font-size: 24px;
  }
}
section.sec-sns div.snslist-container div.sns-icon ul.snslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.sec-sns div.snslist-container div.sns-icon ul.snslist li img {
  height: 50px;
}
section.sec-sns div.snslist-container div.sns-icon ul.snslist li:last-child img {
  height: 35px;
}
section.sec-sns div.snslist-container iframe {
  height: 230px;
}
@media screen and (min-width: 768px) {
  section.sec-sns div.snslist-container iframe {
    width: 700px;
    height: 395px;
  }
}
section.sec-sns div div.line-icon {
  padding: 30px 3vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-sns div div.line-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.sec-sns div div.line-icon img {
  border-radius: 40px;
  -webkit-box-shadow: 0px 4px 10px #999;
          box-shadow: 0px 4px 10px #999;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.sec-sns div div.line-icon img {
    width: 400px;
  }
}
section.sec-campusaccess {
  margin: 0 auto;
  padding: 0 0 50px;
}
@media screen and (min-width: 768px) {
  section.sec-campusaccess {
    width: 1200px;
  }
}
section.sec-campusaccess section.access-container {
  margin: 0 auto;
  padding: 30px 6vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-campusaccess section.access-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 0;
  }
}
section.sec-campusaccess section.access-container div.school-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  section.sec-campusaccess section.access-container div.school-information {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
section.sec-campusaccess section.access-container div.school-information img {
  width: 180px;
  height: 160px;
}
@media screen and (min-width: 768px) {
  section.sec-campusaccess section.access-container div.school-information img {
    width: 250px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
section.sec-campusaccess section.access-container div.school-information address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 16px;
  width: 100%;
  height: 160px;
  font-style: normal;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  section.sec-campusaccess section.access-container div.school-information address {
    margin-left: 40px;
    height: 220px;
    font-size: 18px;
  }
}
section.sec-campusaccess section.access-container div.school-information address p.txt-tel {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  section.sec-campusaccess section.access-container div.school-information address p.txt-tel {
    font-size: 28px;
  }
}
section.sec-campusaccess section.access-container div.school-information address p.txt-tel span {
  margin-right: 10px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  section.sec-campusaccess section.access-container div.school-information address p.txt-tel span {
    margin-right: 16px;
    font-size: 18px;
  }
}
section.sec-campusaccess section.access-container iframe {
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 768px) {
  section.sec-campusaccess section.access-container iframe {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    height: 400px;
  }
}

div.fixed-line-icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  padding: 0 3vw 10px;
  width: 100%;
  height: 100px;
  bottom: 0;
  z-index: 9000;
}
@media screen and (min-width: 768px) {
  div.fixed-line-icon {
    display: none;
  }
}
div.fixed-line-icon img {
  border-radius: 40px;
  -webkit-box-shadow: 0px 4px 10px #999;
          box-shadow: 0px 4px 10px #999;
  width: 100%;
}

@media screen and (min-width: 768px) {
  main.school-home {
    overflow-x: hidden;
  }
}

section.sec-campus {
  margin: 0 auto;
  padding: 50px 0 80px;
}
@media screen and (min-width: 768px) {
  section.sec-campus {
    width: 1200px;
  }
}
section.sec-campus ul.campus-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 6vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-campus ul.campus-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 30px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section.sec-campus ul.campus-list li {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  section.sec-campus ul.campus-list li {
    -ms-flex-preferred-size: 380px;
        flex-basis: 380px;
    margin-bottom: 0;
  }
}
section.sec-campus ul.campus-list li:last-child {
  margin-bottom: 0;
}
section.sec-campus ul.campus-list li picture, section.sec-campus ul.campus-list li img {
  display: block;
}
@media screen and (min-width: 768px) {
  section.sec-campus ul.campus-list li a {
    display: block;
    -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  }
}
@media screen and (min-width: 768px) {
  section.sec-campus ul.campus-list li a:hover {
    -webkit-box-shadow: 0 10px 8px #26374A;
            box-shadow: 0 10px 8px #26374A;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
section.sec-news {
  margin: 0 auto;
  padding: 50px 0 80px;
}
@media screen and (min-width: 768px) {
  section.sec-news {
    width: 1200px;
  }
}
section.sec-news ul.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 6vw;
}
@media screen and (min-width: 768px) {
  section.sec-news ul.news-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 50px;
    padding: 0;
    width: 1000px;
  }
}
section.sec-news ul.news-list li {
  padding: 15px 0;
  border-bottom: solid #1E4597 1px;
}
@media screen and (min-width: 768px) {
  section.sec-news ul.news-list li {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    border-bottom: none;
    padding: 0;
  }
}
section.sec-news ul.news-list li:last-child {
  border-bottom: none;
}
section.sec-news ul.news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 768px) {
  section.sec-news ul.news-list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0px 4px 4px #999;
            box-shadow: 0px 4px 4px #999;
    -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  }
}
@media screen and (min-width: 768px) {
  section.sec-news ul.news-list li a:hover {
    -webkit-box-shadow: 0 10px 8px #888;
            box-shadow: 0 10px 8px #888;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
section.sec-news ul.news-list li a div.news-thumbnail {
  -ms-flex-preferred-size: 144px;
      flex-basis: 144px;
  height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  section.sec-news ul.news-list li a div.news-thumbnail {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    width: 300px;
    height: 200px;
  }
}
section.sec-news ul.news-list li a div.news-thumbnail img {
  width: 144px;
  height: 96px;
}
@media screen and (min-width: 768px) {
  section.sec-news ul.news-list li a div.news-thumbnail img {
    width: 300px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
section.sec-news ul.news-list li a div.news-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  margin-left: 16px;
}
@media screen and (min-width: 768px) {
  section.sec-news ul.news-list li a div.news-content {
    -ms-flex-preferred-size: 95px;
        flex-basis: 95px;
    margin-left: 0;
    padding: 16px;
  }
}
section.sec-news ul.news-list li a div.news-content h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  section.sec-news ul.news-list li a div.news-content h3 {
    margin-top: 10px;
    font-size: 16px;
  }
}
section.sec-ib {
  margin: 0 auto;
  padding: 50px 0 80px;
}
@media screen and (min-width: 768px) {
  section.sec-ib {
    width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-ib section.ib-container {
    margin: 0 auto;
    width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-ib section.ib-container div.ib-top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section.sec-ib section.ib-container div.ib-top-container > img {
  padding: 30px 6vw;
}
@media screen and (min-width: 768px) {
  section.sec-ib section.ib-container div.ib-top-container > img {
    padding: 0;
    width: 450px;
  }
}
section.sec-ib section section.ib-main {
  padding: 0 6vw;
}
@media screen and (min-width: 768px) {
  section.sec-ib section section.ib-main {
    margin-left: 50px;
    padding: 0;
  }
}
section.sec-ib section section.ib-main h3 img {
  display: block;
}
section.sec-ib section section.ib-main section.ib-concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  line-height: 1.4;
}
section.sec-ib section section.ib-main section.ib-concept img {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  width: 120px;
  height: 120px;
}
@media screen and (min-width: 768px) {
  section.sec-ib section section.ib-main section.ib-concept img {
    -ms-flex-preferred-size: 154px;
        flex-basis: 154px;
    width: 154px;
    height: 154px;
  }
}
section.sec-ib section section.ib-main section.ib-concept div.ib-concept-right {
  margin-left: 16px;
}
section.sec-ib section section.ib-main section.ib-concept div.ib-concept-right h4 {
  color: #1E4597;
}
@media screen and (min-width: 768px) {
  section.sec-ib section section.ib-main section.ib-concept div.ib-concept-right h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
section.sec-ib section section.ib-main section.ib-concept div.ib-concept-right h4 small {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  section.sec-ib section section.ib-main section.ib-concept div.ib-concept-right h4 small {
    font-size: 14px;
  }
}
section.sec-ib section section.ib-main section.ib-concept div.ib-concept-right p {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  section.sec-ib section section.ib-main section.ib-concept div.ib-concept-right p {
    font-size: 20px;
  }
}
section.sec-ib section section.program-list {
  margin-top: 50px;
  padding: 0 6vw;
}
@media screen and (min-width: 768px) {
  section.sec-ib section section.program-list {
    margin: 50px 0 0;
    padding: 0;
  }
}
section.sec-ib section section.program-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section.sec-ib section section.program-list ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
section.sec-ib section section.program-list ul li {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  section.sec-ib section section.program-list ul li {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
  }
}
section.sec-ib section section.program-list ul li:last-child, section.sec-ib section section.program-list ul li:nth-last-child(2) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  section.sec-ib section section.program-list ul li a {
    display: block;
    border-radius: 13px;
    -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  }
}
@media screen and (min-width: 768px) {
  section.sec-ib section section.program-list ul li a:hover {
    -webkit-box-shadow: 0 10px 8px #26374A;
            box-shadow: 0 10px 8px #26374A;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
section.sec-ib section section.program-list ul li a img {
  display: block;
}
section.sec-future {
  margin: 0 auto;
  padding: 50px 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-future {
    width: 1200px;
  }
}
section.sec-future section.future-container {
  padding: 30px 6vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-future section.future-container {
    margin: 0 auto;
    width: 1000px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-future section.future-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  section.sec-future section.future-container ul li {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
}
section.sec-future section.future-container ul li:first-child {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  section.sec-future section.future-container ul li a {
    display: block;
    -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  }
}
@media screen and (min-width: 768px) {
  section.sec-future section.future-container ul li a:hover {
    -webkit-box-shadow: 0 10px 8px #888;
            box-shadow: 0 10px 8px #888;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
section.sec-future section.future-container ul li img, section.sec-future section.future-container ul li picture {
  display: block;
}
section.sec-schedule {
  margin: 50px auto 0;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  section.sec-schedule {
    width: 1200px;
  }
}
section.sec-schedule section.schedule-container {
  padding: 30px 6vw;
}
@media screen and (min-width: 768px) {
  section.sec-schedule section.schedule-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-schedule section.schedule-container div.schedule-ti-container {
    margin-right: 50px;
  }
}
section.sec-schedule section.schedule-container h3.schedule-ti {
  color: #4BA6DF;
  position: relative;
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.sec-schedule section.schedule-container h3.schedule-ti {
    font-size: 28px;
  }
}
section.sec-schedule section.schedule-container h3.schedule-ti::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 2px #4BA6DF;
  width: 30px;
  height: 2px;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  section.sec-schedule section.schedule-container h3.schedule-ti::after {
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-schedule section.schedule-container p {
    margin-bottom: 50px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-schedule section.schedule-container img {
    -ms-flex-preferred-size: 450px;
        flex-basis: 450px;
    width: 450px;
    height: 450px;
  }
}
section.sec-schedule div.schedule-ispc {
  display: none;
}
@media screen and (min-width: 768px) {
  section.sec-schedule div.schedule-ispc {
    display: block;
  }
}
section.sec-schedule div.schedule-issp {
  display: block;
}
@media screen and (min-width: 768px) {
  section.sec-schedule div.schedule-issp {
    display: none;
  }
}
section.sec-blog {
  margin: 0 auto;
  padding: 50px 0 80px;
}
@media screen and (min-width: 768px) {
  section.sec-blog {
    width: 1200px;
  }
}
section.sec-blog ul.blog-list {
  padding: 30px 6vw;
}
@media screen and (min-width: 768px) {
  section.sec-blog ul.blog-list {
    margin: 0 auto 50px;
    padding: 0;
    width: 1000px;
  }
}
section.sec-blog ul.blog-list li {
  border-bottom: dotted 2px #4BA6DF;
  padding: 0;
}
section.sec-blog ul.blog-list li:last-child {
  border-bottom: none;
}
section.sec-blog ul.blog-list li a {
  display: block;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  section.sec-blog ul.blog-list li a:hover {
    background: rgba(30, 69, 151, .2);
  }
}
@media screen and (min-width: 768px) {
  section.sec-blog ul.blog-list li a div.blog-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  section.sec-blog ul.blog-list li a div.blog-content div.blog-category {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
section.sec-blog ul.blog-list li a div.blog-content h3 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  section.sec-blog ul.blog-list li a div.blog-content h3 {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    margin-top: 0;
    margin-left: 30px;
    font-size: 16px;
  }
}

div.bg {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  div.bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 61.5%;
    z-index: -1;
  }
}
div.bg.bg-white {
  background: #fff;
}
@media screen and (min-width: 768px) {
  div.bg.bg-white::before {
    background: #ECEFF4;
  }
}
div.bg.bg-main {
  background: #1E4597;
}
@media screen and (min-width: 768px) {
  div.bg.bg-main::before {
    background: #1C4190;
  }
}
div.bg.bg-whataicwc {
  background: #1E4597;
}
@media screen and (min-width: 768px) {
  div.bg.bg-whataicwc {
    background-image: url(./img/brand/bg-whatisaicwc.jpg);
    background-size: cover;
    background-blend-mode: multiply;
  }
}
@media screen and (min-width: 768px) {
  div.bg.bg-whataicwc::before {
    background: #0b2254;
    opacity: 0.5;
  }
}
div.bg.bg-gray {
  background: #ECEFF4;
}
@media screen and (min-width: 768px) {
  div.bg.bg-gray::before {
    background: #DEE1E6;
  }
}

div.home-ti-container {
  padding: 10px 0 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  div.home-ti-container {
    overflow: visible;
    overflow: initial;
    padding: 80px 0 60px;
  }
}
div.home-ti-container h2.home-ti {
  position: relative;
  display: inline-block;
  color: #1E4597;
  padding-left: 55px;
  font-family: "Alumni Sans", sans-serif;
  font-size: min(10vw, 46px);
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  div.home-ti-container h2.home-ti {
    padding-left: 0;
    font-size: 64px;
  }
}
div.home-ti-container h2.home-ti::before {
  content: "";
  position: absolute;
  background-image: url(./img/ti-tonbo.svg);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  left: 10px;
  top: 38%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  div.home-ti-container h2.home-ti::before {
    background-size: auto min(10vw, 190px);
    background-position: center right;
    width: 155px;
    height: 200px;
    left: -165px;
  }
}
div.home-ti-container h2.home-ti::after {
  content: "";
  display: block;
  position: absolute;
  background: #C2DBEA;
  width: 100vw;
  height: 2px;
  left: calc(100% + 10px);
  top: 38%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  div.home-ti-container h2.home-ti::after {
    height: 4px;
    left: calc(100% + 20px);
  }
}
div.home-ti-container h2.home-ti.ti-wt {
  color: #fff;
}
div.home-ti-container h2.home-ti.ti-wt small {
  color: #C2DBEA;
}
div.home-ti-container h2.home-ti small {
  display: block;
  color: #000;
  font-size: min(3vw, 13px);
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  div.home-ti-container h2.home-ti small {
    font-size: 18px;
  }
}
div.home-ti-container h2.home-ti small.en {
  visibility: hidden;
}

button.splide__pagination__page {
  background: #aaa !important;
}
button.is-active {
  background: #1E4597 !important;
}

main.news-single {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  main.news-single {
    padding-top: 0;
  }
}
main.news-single h1 small {
  font-size: 0.6em;
}

section.news-single {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 50px auto;
}
@media screen and (min-width: 768px) {
  section.news-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 100px auto 100px;
    width: 100%;
    max-width: 1000px;
  }
}
section article.sec-news-single-container {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  section article.sec-news-single-container {
    -ms-flex-preferred-size: 850px;
        flex-basis: 850px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
}
section article.sec-news-single-container h1 {
  color: #1E4597;
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  section article.sec-news-single-container h1 {
    font-size: 28px;
  }
}
section article.sec-news-single-container time {
  color: #1E4597;
}
section article.sec-news-single-container div.news-content {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  section article.sec-news-single-container div.news-content {
    font-size: 16px;
  }
}
section article.sec-news-single-container div.pagination-prev-next .nav-links {
  display: block;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  section article.sec-news-single-container div.pagination-prev-next .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 0;
  }
}
section article.sec-news-single-container div.pagination-prev-next .nav-links .nav-previous a, section article.sec-news-single-container div.pagination-prev-next .nav-links .nav-next a {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  section article.sec-news-single-container div.pagination-prev-next .nav-links .nav-previous a, section article.sec-news-single-container div.pagination-prev-next .nav-links .nav-next a {
    color: #1E4597;
    border: none;
    padding: 5px 10px;
    font-size: 15px;
  }
}
section article.sec-news-single-container div.pagination-prev-next .nav-links .nav-previous a:hover, section article.sec-news-single-container div.pagination-prev-next .nav-links .nav-next a:hover {
  color: #fff;
  background: #4BA6DF;
}
section article.sec-news-single-container div.pagination-prev-next .nav-links .nav-previous a {
  text-align: left;
}
section article.sec-news-single-container div.pagination-prev-next .nav-links .nav-previous a::before {
  content: "＜ ";
}
section article.sec-news-single-container div.pagination-prev-next .nav-links .nav-next a {
  text-align: right;
}
section article.sec-news-single-container div.pagination-prev-next .nav-links .nav-next a::after {
  content: " ＞";
}
main.news {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  main.news {
    padding-top: 0;
  }
}
main.news h1 small {
  font-size: 0.6em;
}

section.news-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  section.news-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 100px auto 200px;
    width: 100%;
    max-width: 1000px;
  }
}
section.sec-news-container {
  -ms-flex-preferred-size: initial;
      flex-basis: initial;
}
@media screen and (min-width: 768px) {
  section.sec-news-container {
    -ms-flex-preferred-size: 850px;
        flex-basis: 850px;
  }
}
section.sec-news-container section.news-list {
  padding: 20px 4vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-news-container section.news-list {
    margin: 0 auto;
    padding: 0;
    max-width: 900px;
  }
}
section.sec-news-container section.news-list article a {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 10px;
  border-top: solid 1px #1E4597;
}
@media screen and (min-width: 768px) {
  section.sec-news-container section.news-list article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    border-top: solid 1px #1E4597;
    padding: 25px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
section.sec-news-container section.news-list article a:hover {
  background: #e8ecff;
}
section.sec-news-container section.news-list article a time {
  color: #db5f7d;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  section.sec-news-container section.news-list article a time {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
}
section.sec-news-container section.news-list article a div.category-time {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 15px;
}
section.sec-news-container section.news-list article a div.news-content {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
section.sec-news-container section.news-list article a div.news-content h2 {
  font-size: 17px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  section.sec-news-container section.news-list article a div.news-content h2 {
    color: #1E4597;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1;
  }
}
section.sec-news-container section.news-list article a div.news-content div {
  font-size: 14px;
}
section.sec-news-container section.news-list article a div.news-content div span {
  color: #1E4597;
}
section aside {
  -ms-flex-preferred-size: initial;
      flex-basis: initial;
  margin-left: 0;
  width: 100%;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  section aside {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    margin-left: 50px;
  }
}
section aside ul.category-lists {
  border-top: solid 1px #1E4597;
  border-bottom: solid 1px #1E4597;
  padding: 0;
}
section aside ul > li {
  border-bottom: solid 1px #1E4597;
}
section aside ul > li:last-child {
  border-bottom: none;
}
section aside ul > li ul li {
  padding: 5px 5px;
  border-bottom: none;
}
section aside ul > li ul li a:hover {
  color: #4BA6DF;
}

main.page-origin {
  background: #eee;
  padding: 0 0 1px;
}

section.sec-origin-map div.origin-container {
  position: relative;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  section.sec-origin-map div.origin-container {
    margin: 0 auto;
    padding: 100px 40px;
    width: 1300px;
  }
}
section.sec-origin-map div.origin-container img.map-pin {
  position: absolute;
  width: 20px;
}
@media screen and (min-width: 768px) {
  section.sec-origin-map div.origin-container img.map-pin {
    width: 30px;
  }
}
section.sec-origin-map div.origin-container img.pin01 {
  top: 40%;
  left: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-origin-map div.origin-container img.pin01 {
    top: 45%;
    left: 10%;
  }
}
section.sec-origin-map div.origin-container img.pin02 {
  top: 35%;
  left: 19%;
}
@media screen and (min-width: 768px) {
  section.sec-origin-map div.origin-container img.pin02 {
    top: 35%;
    left: 25%;
  }
}
section.sec-origin-map div.origin-container img.pin03 {
  top: 23%;
  left: 40%;
}
@media screen and (min-width: 768px) {
  section.sec-origin-map div.origin-container img.pin03 {
    top: 26%;
    left: 43%;
  }
}
section.sec-origin-map div.origin-container img.pin04 {
  top: 52%;
  left: 75%;
}
@media screen and (min-width: 768px) {
  section.sec-origin-map div.origin-container img.pin04 {
    top: 55%;
    left: 75%;
  }
}
section.sec-origin-map div.origin-container img.pin05 {
  top: 43%;
  left: 78%;
}
@media screen and (min-width: 768px) {
  section.sec-origin-map div.origin-container img.pin05 {
    top: 46%;
    left: 79%;
  }
}
section.sec-origin-map div.origin-container img.pin06 {
  top: 37%;
  left: 80%;
}
@media screen and (min-width: 768px) {
  section.sec-origin-map div.origin-container img.pin06 {
    top: 40%;
    left: 80%;
  }
}
section.sec-origin-map div.origin-container img.pin07 {
  top: 40%;
  left: 85%;
}
@media screen and (min-width: 768px) {
  section.sec-origin-map div.origin-container img.pin07 {
    top: 44%;
    left: 84%;
  }
}
section.sec-origin-map div.origin-container img.pin08 {
  top: 70%;
  left: 90%;
}
@media screen and (min-width: 768px) {
  section.sec-origin-map div.origin-container img.pin08 {
    top: 76%;
    left: 89%;
  }
}

main.page {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  main.page {
    padding-top: 0;
  }
}

article.page-container {
  margin: 50px auto 50px;
}
@media screen and (min-width: 768px) {
  article.page-container {
    margin: 100px auto 50px;
    width: 100%;
    max-width: 1200px;
  }
}
article.page-container section.sec-practical-sub {
  margin: 50px auto 100px;
  padding: 0 3vw;
}
@media screen and (min-width: 768px) {
  article.page-container section.sec-practical-sub {
    margin: 0 auto 150px;
    padding: 0;
    width: 100%;
    max-width: 1200px;
  }
}

form.wpcf7-form {
  color: #1E4597;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.2;
}
form.wpcf7-form label span:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: left;
}
form.wpcf7-form label span:last-child {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
form.wpcf7-form label span.wpcf7-list-item-label {
  margin: 0 20px 0 10px;
}
form.wpcf7-form p {
  margin: 20px 0;
}
form.wpcf7-form div.radio {
  margin-bottom: 20px;
}
form.wpcf7-form div.radio p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
form.wpcf7-form div.radio p span:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: left;
}
form.wpcf7-form div.radio p span:last-child {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
form.wpcf7-form input {
  border: solid 1px #1E4597;
}
form.wpcf7-form input[type=text], form.wpcf7-form input[type=email], form.wpcf7-form input[type=tel] {
  padding: 0 10px;
  width: 100%;
  height: 50px;
}
form.wpcf7-form input[type=date] {
  padding: 0 10px;
  width: auto;
  height: 50px;
}
form.wpcf7-form input[type=submit] {
  display: block;
  color: #fff;
  background: #1E4597;
  margin: 100px auto 0;
  width: 200px;
  height: 45px;
  font-family: sans-serif;
}
form.wpcf7-form input[type=radio] {
  display: inline;
  width: 20px;
  height: 20px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin: 0;
  border: solid 1px #1E4597;
  vertical-align: middle;
}
form.wpcf7-form input[type=radio]:checked {
  background-color: #1E4597; /* 選択時の背景色 */
}
form.wpcf7-form select {
  padding: 0 10px;
  border: solid 1px #1E4597;
  width: 100%;
  height: 50px;
}
form.wpcf7-form textarea {
  border: solid 1px #1E4597;
  padding: 5px;
  width: 100%;
}
form span .wpcf7-radio .wpcf7-list-item {
  display: block;
  padding: 10px 0;
}
form span .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Gutenbergエディタ内ではリセットを無効にする */
.editor-styles-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* ただし、box-sizingは保持 */
}
.editor-styles-wrapper * ul, .editor-styles-wrapper * ol {
  line-height: 2;
}
.editor-styles-wrapper * ul {
  list-style: disc;
}
.editor-styles-wrapper * ol {
  list-style: decimal;
}
.editor-styles-wrapper * li {
  margin-left: 16px !important;
  margin-left: 1rem !important;
  padding-left: 4.8px !important;
  padding-left: 0.3rem !important;
}
.editor-styles-wrapper * .has-background {
  padding: 4.8px 16px;
  padding: 0.3rem 1rem;
}
.editor-styles-wrapper * .has-bk-plus {
  padding: 24px 32px;
  padding: 1.5rem 2rem;
}
.editor-styles-wrapper * .has-black-background-color {
  background-color: #000;
}
.editor-styles-wrapper * .has-black-color {
  color: #000;
}
.editor-styles-wrapper * .has-main-background-color {
  background-color: #1E4597;
}
.editor-styles-wrapper * .has-main-color {
  color: #1E4597;
}
.editor-styles-wrapper * .border-1-main {
  border: solid 1px #1E4597;
  padding: 16px;
  padding: 1rem;
}
.editor-styles-wrapper * .has-c-main-background-color {
  background-color: #4774b9;
}
.editor-styles-wrapper * .has-c-main-color {
  color: #4774b9;
}
.editor-styles-wrapper * .has-c-sub-background-color {
  background-color: #db5f7d;
}
.editor-styles-wrapper * .has-c-sub-color {
  color: #db5f7d;
}
.editor-styles-wrapper * .has-gray-e-background-color {
  background-color: #eee;
}
.editor-styles-wrapper * .has-gray-e-color {
  color: #eee;
}
.editor-styles-wrapper * .has-gray-f-7-background-color {
  background-color: #f7f7f7;
}
.editor-styles-wrapper * .has-gray-f-7-color {
  color: #eee;
}
.editor-styles-wrapper * .has-white-background-color {
  background-color: #fff;
}
.editor-styles-wrapper * .has-white-color {
  color: #fff;
}
.editor-styles-wrapper * .m-t-1 {
  margin-top: 10px;
}
.editor-styles-wrapper * .m-b-1 {
  margin-bottom: 10px;
}
.editor-styles-wrapper * .m-l-1 {
  margin-left: 10px;
}
.editor-styles-wrapper * .m-r-1 {
  margin-right: 10px;
}
.editor-styles-wrapper * .m-t-2 {
  margin-top: 20px;
}
.editor-styles-wrapper * .m-b-2 {
  margin-bottom: 20px;
}
.editor-styles-wrapper * .m-l-2 {
  margin-left: 20px;
}
.editor-styles-wrapper * .m-r-2 {
  margin-right: 20px;
}
.editor-styles-wrapper * .m-t-3 {
  margin-top: 30px;
}
.editor-styles-wrapper * .m-b-3 {
  margin-bottom: 30px;
}
.editor-styles-wrapper * .m-l-3 {
  margin-left: 30px;
}
.editor-styles-wrapper * .m-r-3 {
  margin-right: 30px;
}
.editor-styles-wrapper * .m-t-4 {
  margin-top: 40px;
}
.editor-styles-wrapper * .m-b-4 {
  margin-bottom: 40px;
}
.editor-styles-wrapper * .m-l-4 {
  margin-left: 40px;
}
.editor-styles-wrapper * .m-r-4 {
  margin-right: 40px;
}
.editor-styles-wrapper * .m-t-5 {
  margin-top: 50px;
}
.editor-styles-wrapper * .m-b-5 {
  margin-bottom: 50px;
}
.editor-styles-wrapper * .m-l-5 {
  margin-left: 50px;
}
.editor-styles-wrapper * .m-r-5 {
  margin-right: 50px;
}
.editor-styles-wrapper * .m-t-6 {
  margin-top: 60px;
}
.editor-styles-wrapper * .m-b-6 {
  margin-bottom: 60px;
}
.editor-styles-wrapper * .m-l-6 {
  margin-left: 60px;
}
.editor-styles-wrapper * .m-r-6 {
  margin-right: 60px;
}
.editor-styles-wrapper * .m-t-7 {
  margin-top: 70px;
}
.editor-styles-wrapper * .m-b-7 {
  margin-bottom: 70px;
}
.editor-styles-wrapper * .m-l-7 {
  margin-left: 70px;
}
.editor-styles-wrapper * .m-r-7 {
  margin-right: 70px;
}
.editor-styles-wrapper * .m-t-8 {
  margin-top: 80px;
}
.editor-styles-wrapper * .m-b-8 {
  margin-bottom: 80px;
}
.editor-styles-wrapper * .m-l-8 {
  margin-left: 80px;
}
.editor-styles-wrapper * .m-r-8 {
  margin-right: 80px;
}
.editor-styles-wrapper * .m-t-9 {
  margin-top: 90px;
}
.editor-styles-wrapper * .m-b-9 {
  margin-bottom: 90px;
}
.editor-styles-wrapper * .m-l-9 {
  margin-left: 90px;
}
.editor-styles-wrapper * .m-r-9 {
  margin-right: 90px;
}
.editor-styles-wrapper * .m-t-10 {
  margin-top: 100px;
}
.editor-styles-wrapper * .m-b-10 {
  margin-bottom: 100px;
}
.editor-styles-wrapper * .m-l-10 {
  margin-left: 100px;
}
.editor-styles-wrapper * .m-r-10 {
  margin-right: 100px;
}
.editor-styles-wrapper * .p-t-1 {
  padding-top: 10px;
}
.editor-styles-wrapper * .p-b-1 {
  padding-bottom: 10px;
}
.editor-styles-wrapper * .p-l-1 {
  padding-left: 10px;
}
.editor-styles-wrapper * .p-r-1 {
  padding-right: 10px;
}
.editor-styles-wrapper * .p-t-2 {
  padding-top: 20px;
}
.editor-styles-wrapper * .p-b-2 {
  padding-bottom: 20px;
}
.editor-styles-wrapper * .p-l-2 {
  padding-left: 20px;
}
.editor-styles-wrapper * .p-r-2 {
  padding-right: 20px;
}
.editor-styles-wrapper * .p-t-3 {
  padding-top: 30px;
}
.editor-styles-wrapper * .p-b-3 {
  padding-bottom: 30px;
}
.editor-styles-wrapper * .p-l-3 {
  padding-left: 30px;
}
.editor-styles-wrapper * .p-r-3 {
  padding-right: 30px;
}
.editor-styles-wrapper * .p-t-4 {
  padding-top: 40px;
}
.editor-styles-wrapper * .p-b-4 {
  padding-bottom: 40px;
}
.editor-styles-wrapper * .p-l-4 {
  padding-left: 40px;
}
.editor-styles-wrapper * .p-r-4 {
  padding-right: 40px;
}
.editor-styles-wrapper * .p-t-5 {
  padding-top: 50px;
}
.editor-styles-wrapper * .p-b-5 {
  padding-bottom: 50px;
}
.editor-styles-wrapper * .p-l-5 {
  padding-left: 50px;
}
.editor-styles-wrapper * .p-r-5 {
  padding-right: 50px;
}
.editor-styles-wrapper * .p-t-6 {
  padding-top: 60px;
}
.editor-styles-wrapper * .p-b-6 {
  padding-bottom: 60px;
}
.editor-styles-wrapper * .p-l-6 {
  padding-left: 60px;
}
.editor-styles-wrapper * .p-r-6 {
  padding-right: 60px;
}
.editor-styles-wrapper * .p-t-7 {
  padding-top: 70px;
}
.editor-styles-wrapper * .p-b-7 {
  padding-bottom: 70px;
}
.editor-styles-wrapper * .p-l-7 {
  padding-left: 70px;
}
.editor-styles-wrapper * .p-r-7 {
  padding-right: 70px;
}
.editor-styles-wrapper * .p-t-8 {
  padding-top: 80px;
}
.editor-styles-wrapper * .p-b-8 {
  padding-bottom: 80px;
}
.editor-styles-wrapper * .p-l-8 {
  padding-left: 80px;
}
.editor-styles-wrapper * .p-r-8 {
  padding-right: 80px;
}
.editor-styles-wrapper * .p-t-9 {
  padding-top: 90px;
}
.editor-styles-wrapper * .p-b-9 {
  padding-bottom: 90px;
}
.editor-styles-wrapper * .p-l-9 {
  padding-left: 90px;
}
.editor-styles-wrapper * .p-r-9 {
  padding-right: 90px;
}
.editor-styles-wrapper * .p-t-10 {
  padding-top: 100px;
}
.editor-styles-wrapper * .p-b-10 {
  padding-bottom: 100px;
}
.editor-styles-wrapper * .p-l-10 {
  padding-left: 100px;
}
.editor-styles-wrapper * .p-r-10 {
  padding-right: 100px;
}
.editor-styles-wrapper * .wp-block-button .wp-block-button__link:hover {
  opacity: 0.5;
}
.editor-styles-wrapper * .no-hover .wp-block-button__link:hover {
  opacity: 1;
  opacity: initial;
}
@media screen and (min-width: 768px) {
  .editor-styles-wrapper *.hover-opacity a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  .editor-styles-wrapper * .hover-transition a {
    display: block;
    -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  }
}
@media screen and (min-width: 768px) {
  .editor-styles-wrapper * .hover-transition a:hover {
    -webkit-box-shadow: 0 10px 8px #888;
            box-shadow: 0 10px 8px #888;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

div.btn-container {
  margin: 0;
}
div.btn-containers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  div.btn-containers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
div a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #aaa;
  font-size: 19px;
  font-weight: bold;
  margin: 0 auto;
  width: 250px;
  height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
div a.btn-normal {
  color: #fff;
  background: #1E4597;
}
div a.btn-normal:hover {
  color: #1E4597;
  background: #fff;
  border: solid 1px #1E4597;
}
div a.btn-reverse {
  color: #1E4597;
  background: #fff;
  border: solid 1px #fff;
}
div a.btn-reverse:hover {
  color: #fff;
  background: #1E4597;
}
div a.btn-information {
  position: relative;
  display: block;
  margin: 0 40px;
  border: solid 1px #000;
  padding: 10px 0 0;
  width: 380px;
  height: 140px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 1200px) {
  div a.btn-information {
    width: 90vw;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  div a.btn-information:last-child {
    margin-bottom: 0;
  }
}
div.pagination-container {
  margin: 50px 0;
}
div.pagination-container div.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.pagination-container div.nav-links a, div.pagination-container div.nav-links span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  border: solid 1px #000;
  width: 45px;
  height: 50px;
  font-size: 20px;
}
div.pagination-container div.nav-links a.current, div.pagination-container div.nav-links span.current {
  color: #fff;
  background: #1E4597;
}
div.pagination-container div.nav-links a.page-numbers:hover {
  color: #fff;
  background: #4BA6DF;
}

div.btn-contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div a.btn-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #cd0037;
  border: solid 1px #cd0037;
  border-radius: 25px;
  width: 200px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
}
div a.btn-contact:hover {
  color: #cd0037;
  background: #fff;
  border: solid 1px #cd0037;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 500px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
}

@media screen and (min-width: 1200px) {
  .splide__pagination {
    bottom: -1em !important;
  }
}

/* reset */
.fade-c {
  overflow: hidden;
}
.fade-c .fade {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
  opacity: 0;
  -webkit-transition: 1.6s;
  transition: 1.6s;
}
.fade-c .fade-l {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
  opacity: 0.1;
  -webkit-transition: 1.6s;
  transition: 1.6s;
}
.fade-c .fade-r {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
  -webkit-transition: 1.6s;
  transition: 1.6s;
}

.mv {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mv {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1 !important;
}

header.page-heading {
  color: #fff;
  background: #1E4597;
}
header.page-heading h1 {
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  padding-left: 6vw;
  width: 100%;
  font-size: 22px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  header.page-heading h1 {
    padding-left: 0;
    max-width: 1200px;
    width: 100%;
    font-size: 28px;
  }
}
header.page-heading h1::after {
  position: absolute;
  content: "";
  background-image: url(./img/hi-tonbo.svg);
  background-repeat: no-repeat;
  background-position: 105% 10px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  header.page-heading h1::after {
    background-position: 100% 10px;
  }
}
header.page-heading h1 small {
  display: block;
  font-family: "Alumni Sans", sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}
/*# sourceMappingURL=style.css.map */
