@charset "UTF-8";
/* 共通カラーの定義*/
/* フォントweightの定義*/
/* ==========================================================================
全ページ共通パーツ
========================================================================== */
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  background-color: #fff;
  color: #3E2A22;
  word-wrap: break-word;
  /* IE */
  overflow-wrap: break-word;
  /* CSS3 */
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .1s;
  transition: .1s;
}

.show--pc {
  display: block;
}

.show--sp {
  display: none;
}

@media (max-width: 1024px) {
  .show--pc {
    display: none;
  }
  .show--sp {
    display: block;
  }
}

.inner {
  max-width: calc(960px + 5% * 2);
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
}

@media (max-width: 1024px) {
  .inner {
    max-width: calc(500px + 5% * 2);
    padding: 50px 5%;
  }
}

.btn-blue {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2DA1E1;
  border: 1px solid #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 40px auto 0;
  max-width: 330px;
  padding: 17px;
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  .btn-blue {
    border: 2px solid #0B92DC;
    font-size: 1.4rem;
    margin: 35px auto 0;
    max-width: 250px;
    padding: 14px;
  }
}

.btn-blue::after {
  background: url(../img/common/btn-blue-arrow.svg) no-repeat center center/5px 13px;
  content: '';
  height: 13px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 5px;
}

@media (max-width: 1024px) {
  .btn-blue::after {
    height: 7px;
    right: 19px;
    width: 7px;
  }
}

.btn-blue:hover {
  background: #fff;
  border: 1px solid #2DA1E1;
  color: #2DA1E1;
}

.btn-blue:hover::after {
  background: url(../img/common/btn-blue-arrow-hover.svg) no-repeat center center/5px 13px;
}

.btn-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 3px solid #2da1e1;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  color: #2da1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 68px;
  letter-spacing: 0;
  line-height: 1;
  margin: 60px auto 0px;
  max-width: 330px;
  padding: 17px;
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  .btn-top {
    font-size: 1.5rem;
    height: 50px;
    margin-top: 40px;
  }
}

.btn-top::after {
  background: url(../img/common/btn-blue-arrow-hover.svg) no-repeat center center/6px 15px;
  content: '';
  height: 15px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 6px;
}

.btn-top:hover {
  background: #2da1e1;
  border: 1px solid #fff;
  color: #fff;
}

.btn-top:hover::after {
  background: url(../img/common/btn-blue-arrow.svg) no-repeat center center/6px 15px;
}

.sorry {
  text-align: center;
  margin-top: 20px;
}

/* ==========================================================================
header
========================================================================== */
.header {
  height: 70px;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

@media (max-width: 1024px) {
  .header {
    height: 40px;
  }
}

.header-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1%;
}

@media (max-width: 1024px) {
  .header-inner {
    padding: 12px 0px 0px 9px;
  }
}

.logo {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .logo {
    max-width: 155px;
    margin-top: 0;
  }
}

.logo:hover {
  opacity: .7;
}

/*    ハンバーガーメニュー    */
header .hamburger-button {
  background: #0B92DC;
  cursor: pointer;
  display: none;
  height: 70px;
  right: 0;
  top: 0;
  position: fixed;
  width: 70px;
  z-index: 90;
}

@media (max-width: 1024px) {
  header .hamburger-button {
    height: 40px;
    width: 40px;
  }
}

header .hamburger-button span {
  border-radius: 200px;
  background-color: #fff;
  content: '';
  display: block;
  height: 2px;
  left: 25%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  top: 50%;
}

@media (max-width: 1024px) {
  header .hamburger-button span {
    height: 1px;
  }
}

/* -(棒の太さ+間隔) */
header .hamburger-button span:nth-child(1) {
  margin-top: -15px;
  width: 38px;
}

@media (max-width: 1024px) {
  header .hamburger-button span:nth-child(1) {
    margin-top: -7px;
    width: 20px;
  }
}

/* 棒の太さ */
header .hamburger-button span:nth-child(2) {
  width: 30px;
}

@media (max-width: 1024px) {
  header .hamburger-button span:nth-child(2) {
    width: 15px;
  }
}

/* 棒の太さ+間隔 */
header .hamburger-button span:nth-child(3) {
  margin-top: 15px;
  width: 34px;
}

@media (max-width: 1024px) {
  header .hamburger-button span:nth-child(3) {
    margin-top: 7px;
    width: 17px;
  }
}

/*メニューオープン時は×マークにする*/
header .hamburger-button.active span:nth-child(2) {
  /*真ん中の線を透明にする*/
  background-color: rgba(255, 255, 255, 0);
}

header .hamburger-button.active span:nth-child(1) {
  margin-top: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 45px;
}

@media (max-width: 1024px) {
  header .hamburger-button.active span:nth-child(1) {
    width: 20px;
  }
}

header .hamburger-button.active span:nth-child(3) {
  margin-top: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 45px;
}

@media (max-width: 1024px) {
  header .hamburger-button.active span:nth-child(3) {
    width: 20px;
  }
}

/*メニューウィンドウ */
header .drawer {
  background-color: #0B92DC;
  color: #fff;
  display: none;
  font-size: 2rem;
  font-weight: 500;
  height: calc(100vh);
  letter-spacing: 0.02em;
  line-height: 1.46;
  overflow: auto;
  padding: 120px;
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  z-index: 80;
}

@media (max-width: 1024px) {
  header .drawer {
    font-size: 1.4rem;
    padding: 8%;
  }
}

header .drawer-inner {
  margin: auto;
  max-width: calc(960px + 5% * 2);
  padding: 0 5%;
  position: relative;
  top: 20%;
}

@media (max-width: 1024px) {
  header .drawer-inner {
    top: 10%;
    padding: 0;
  }
}

header .drawer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .drawer-nav li {
  border-top: 1px solid #fff;
  padding: 20px 35px;
  width: 100%;
}

@media (max-width: 1024px) {
  header .drawer-nav li {
    padding: 20px 40px 20px 10px;
  }
}

header .drawer-nav li:last-child {
  border-bottom: 1px solid #fff;
}

header .drawer-nav a {
  display: block;
  position: relative;
  text-align: left;
  -webkit-transition: .2s;
  transition: .2s;
  width: 100%;
}

header .drawer-nav a .js-menuRoot {
  background: url(../img/common/menu-arrow.svg) no-repeat center center/5px 15px;
  content: "";
  display: inline-block;
  height: 15px;
  position: absolute;
  right: 5.9%;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
}

@media (max-width: 1024px) {
  header .drawer-nav a .js-menuRoot {
    right: -25px;
  }
}

header .drawer-nav a .js-menuRoot::before {
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  width: 20px;
}

header .drawer-nav a:hover {
  text-decoration: underline;
  -webkit-transition: .2s;
  transition: .2s;
}

header .drawer-nav .blank a .js-menuRoot {
  background: url(../img/common/blank-icon.svg) no-repeat center center/18px 16px;
  height: 16px;
  width: 18px;
}

@media (min-width: 1025px) {
  header .drawer-nav .blank a .js-menuRoot {
    right: 5.2%;
  }
}

@media (max-width: 1024px) {
  header .drawer-nav .blank a .js-menuRoot {
    right: -30px;
  }
}

header .drawer-nav .sub-menu {
  font-size: 1.8rem;
  margin-top: 15px;
}

@media (max-width: 1024px) {
  header .drawer-nav .sub-menu {
    font-size: 1.1rem;
  }
}

header .drawer-nav .sub-menu li {
  border: none;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

@media (max-width: 1024px) {
  header .drawer-nav .sub-menu li {
    margin-bottom: 5px;
    margin-right: 5px;
  }
}

header .drawer-nav .sub-menu li a {
  border: 1px solid #fff;
  padding: 5px 15px;
  position: relative;
}

@media (max-width: 1024px) {
  header .drawer-nav .sub-menu li a {
    padding: 3px 10px;
  }
}

header .drawer-nav .menu-item-has-children a {
  -webkit-transition: 0s;
  transition: 0s;
}

header .drawer-nav .menu-item-has-children a .js-menuRoot {
  background: url(../img/common/menu-plus-icon.svg) no-repeat center center/18px 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: auto;
  right: 5.2%;
  width: 18px;
}

@media (max-width: 1024px) {
  header .drawer-nav .menu-item-has-children a .js-menuRoot {
    background: url(../img/common/menu-plus-icon.svg) no-repeat center center/14px 14px;
    height: 14px;
    right: -28px;
    width: 14px;
  }
}

header .drawer-nav .menu-item-has-children a .js-menuRoot.active {
  background: url(../img/common/menu-minus-icon.svg) no-repeat center center/18px 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .hamburger-button {
  display: block;
}

/* サブメニュー */
header .drawer-nav .sub-menu {
  /* 初期状態でサブメニューを非表示にしておく */
  display: none;
}

/* ==========================================================================
footer
========================================================================== */
.related {
  background: url(../img/common/related-bg.png) no-repeat center center/cover;
  position: relative;
  padding: 85px 0 100px;
}

@media (max-width: 1024px) {
  .related {
    padding: 0;
  }
}

.related .h2-ttl {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 1024px) {
  .related .h2-ttl {
    font-size: 2.1rem;
  }
}

.related .related-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

@media (max-width: 1024px) {
  .related .related-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
  }
}

.related .related-item {
  font-weight: 500;
  line-height: 1.75;
  margin: 0 2.3% 1%;
}

@media (max-width: 1024px) {
  .related .related-item {
    font-size: 1.3rem;
  }
}

.related .related-item a:hover {
  text-decoration: underline;
}

.totop {
  position: absolute;
  right: 5.78%;
  top: -90px;
}

@media (max-width: 1024px) {
  .totop {
    bottom: 50px;
    max-width: 17px;
    position: fixed;
    right: 10px;
    top: auto;
    z-index: 79;
  }
}

.totop img {
  -webkit-filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.16));
}

.totop:hover {
  opacity: .7;
}

.footer {
  background: #3E2A22;
  color: #fff;
  padding: 80px 0 60px;
}

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

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

.footer-logo:hover {
  opacity: .7;
}

.footer-middle {
  margin-top: 30px;
}

.footer-sns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-sns-item {
  margin: 0 5px;
}

.footer-sns-item a:hover #パス_290,
.footer-sns-item a:hover #パス_275,
.footer-sns-item a:hover #パス_276,
.footer-sns-item a:hover #楕円形_291,
.footer-sns-item a:hover #中マド_1,
.footer-sns-item a:hover #中マド_2,
.footer-sns-item a:hover #前面オブジェクトで型抜き_1 {
  fill: #0B92DC;
}

.footer-bottom {
  margin-top: 40px;
}

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

.footer-nav li {
  margin-bottom: 2.5%;
  margin-right: 3.92%;
}

@media (max-width: 1024px) {
  .footer-nav li {
    font-size: 1.3rem;
  }
}

.footer-nav li a:hover {
  color: #87D9F9;
}

.copyright {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 20px;
  text-align: center;
  width: 100%;
}

@media (max-width: 1024px) {
  .copyright {
    font-size: 1.1rem;
    padding: 15px;
  }
}

.cta-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 79;
}

@media (min-width: 1025px) {
  .cta-fixed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: nowrap;
  }
}

@media (max-width: 1024px) {
  .cta-fixed {
    bottom: 0;
    left: 50%;
    max-width: 315px;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

.cta-fixed-item {
  background: #0B92DC;
  color: #fff;
  font-size: 1.4rem;
  width: 50%;
}

@media (max-width: 1024px) {
  .cta-fixed-item {
    font-size: 1.3rem;
  }
}

.cta-fixed-item:hover {
  background: #179FE9;
}

.cta-fixed-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 15px 12px;
  width: 40px;
}

@media (max-width: 1024px) {
  .cta-fixed-item a {
    padding: 10px 0;
    width: 100%;
  }
}

.cta-fixed-item img {
  margin-bottom: 4px;
}

@media (max-width: 1024px) {
  .cta-fixed-item img {
    margin-right: 7px;
  }
}

.cta-fixed-item--contact {
  border-radius: 0px 0px 0px 10px;
}

@media (max-width: 1024px) {
  .cta-fixed-item--contact {
    border-radius: 20px 0px 0px 0px;
  }
}

.cta-fixed-item--contact img {
  max-width: 17px;
}

@media (max-width: 1024px) {
  .cta-fixed-item--contact img {
    max-width: 20px;
  }
}

.cta-fixed-item--course {
  border-radius: 10px 0px 0px 0px;
  position: relative;
}

@media (max-width: 1024px) {
  .cta-fixed-item--course {
    border-radius: 0px 20px 0px 0px;
  }
}

.cta-fixed-item--course::before {
  background: #fff;
  border-radius: 5px;
  bottom: -1px;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  position: absolute;
  width: 25px;
}

@media (max-width: 1024px) {
  .cta-fixed-item--course::before {
    bottom: auto;
    height: 35px;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
  }
}

.cta-fixed-item--course img {
  max-width: 18px;
}

/* ==========================================================================
topページ
========================================================================== */
.front-page .inner {
  max-width: calc(1020px + 5% * 2);
}

@media (max-width: 1024px) {
  .front-page .inner {
    max-width: calc(500px + 5% * 2);
  }
}

.front-page .h2-ttl {
  display: inline-block;
  text-align: right;
}

.front-page .h2-ttl span {
  display: block;
}

.front-page .h2-ttl .ja {
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .front-page .h2-ttl .ja {
    margin-bottom: 5px;
  }
}

@media (max-width: 1024px) {
  .front-page .h3-ttl {
    font-size: 2.8rem;
    line-height: 1.68;
  }
}

.front-page .h3-ttl .txt-red {
  color: #0B92DC;
}

.front-page .h3-ttl .txt-large {
  font-size: 6.4rem;
}

@media (max-width: 1024px) {
  .front-page .h3-ttl .txt-large {
    font-size: 3.2rem;
  }
}

/* =====================
topページ mv
========================*/
.mv {
  background: url(../img/top/mv-bg.png) no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 915px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .mv {
    height: calc((915/1400)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/top/mv-bg-sp.png) no-repeat top center/cover;
    height: calc((1320/767)*100vw);
  }
}

.mv .mv-inner {
  max-width: 1720px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1920px) {
  .mv .mv-inner {
    max-width: calc((1720/1920)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv .mv-inner {
    max-width: 100%;
  }
}

.mv-box {
  left: 5.26%;
  left: 0;
  top: 29.5%;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .mv-box {
    left: 7%;
    top: 22%;
  }
}

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

@media screen and (max-width: 767px) {
  .mv-copy {
    max-width: calc((440/767)*100vw);
  }
}

.mv-copy-upper span {
  position: relative;
}

@media screen and (max-width: 1400px) {
  .mv-copy-upper span img {
    max-width: calc((495/1400)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv-copy-upper span img {
    max-width: calc((216/767)*100vw);
  }
}

.mv-copy-upper span::before {
  background: url(../img/top/mv-copy-upper-before.svg) no-repeat center center/45px 58px;
  content: '';
  height: 58px;
  left: -75px;
  position: absolute;
  top: -20px;
  width: 45px;
}

@media screen and (max-width: 1400px) {
  .mv-copy-upper span::before {
    background: url(../img/top/mv-copy-upper-before.svg) no-repeat center center/calc((45/1400)*100vw) calc((58/1400)*100vw);
    height: calc((58/1400)*100vw);
    left: calc((-75/1400)*100vw);
    top: calc((-20/1400)*100vw);
    width: calc((45/1400)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv-copy-upper span::before {
    background: url(../img/top/mv-copy-upper-before.svg) no-repeat center center/calc((56/767)*100vw) calc((72/767)*100vw);
    height: calc((72/767)*100vw);
    left: calc((-75/767)*100vw);
    top: calc((-50/767)*100vw);
    width: calc((56/767)*100vw);
  }
}

.mv-copy-upper span::after {
  background: url(../img/top/mv-copy-upper-after.svg) no-repeat center center/45px 58px;
  content: '';
  height: 58px;
  position: absolute;
  right: -75px;
  top: -20px;
  width: 45px;
}

@media screen and (max-width: 1400px) {
  .mv-copy-upper span::after {
    background: url(../img/top/mv-copy-upper-after.svg) no-repeat center center/calc((45/1400)*100vw) calc((58/1400)*100vw);
    height: calc((58/1400)*100vw);
    right: calc((-75/1400)*100vw);
    top: calc((-20/1400)*100vw);
    width: calc((45/1400)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv-copy-upper span::after {
    background: url(../img/top/mv-copy-upper-after.svg) no-repeat center center/calc((56/767)*100vw) calc((72/767)*100vw);
    height: calc((72/767)*100vw);
    right: calc((-75/767)*100vw);
    top: calc((-50/767)*100vw);
    width: calc((56/767)*100vw);
  }
}

.mv-copy-lower {
  margin-top: 25px;
}

@media screen and (max-width: 1400px) {
  .mv-copy-lower {
    margin-top: calc((25/1400)*100vw);
    width: calc((758/1400)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv-copy-lower img {
    max-width: calc((430/767)*100vw);
  }
}

.mv-text {
  font-weight: 500;
  margin-top: 50px;
  padding-left: 13.15%;
}

@media screen and (max-width: 1400px) {
  .mv-text {
    margin-top: calc((50/1400)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv-text {
    max-width: calc((640/767)*100vw);
    padding-left: 0;
  }
}

.mv-fribou {
  margin-bottom: 20px;
  max-width: 495px;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .mv-fribou {
    margin-bottom: calc((20/1400)*100vw);
    max-width: calc((495/1400)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv-fribou {
    margin-bottom: calc((17/767)*100vw);
    margin-top: calc((200/767)*100vw);
    max-width: calc((630/767)*100vw);
  }
}

.mv-fribou::before {
  background: url(../img/top/mv-line.svg) no-repeat center center/38px 78px;
  content: '';
  height: 78px;
  left: -15%;
  position: absolute;
  top: -7px;
  width: 38px;
}

@media screen and (max-width: 1400px) {
  .mv-fribou::before {
    background: url(../img/top/mv-line.svg) no-repeat center center/calc((38/1400)*100vw) calc((78/1400)*100vw);
    height: calc((78/1400)*100vw);
    top: calc((-7/1400)*100vw);
    width: calc((38/1400)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv-fribou::before {
    background: #3E2A22;
    height: calc((115/767)*100vw);
    left: 33%;
    top: calc((-150/767)*100vw);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc((2/767)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv-fribou img {
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .mv-text-p {
    font-size: calc((16/1400)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv-text-p {
    font-size: calc((28/767)*100vw);
    letter-spacing: 0;
  }
}

.mv-text-brown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

@media screen and (max-width: 1400px) {
  .mv-text-brown {
    margin-top: calc((25/1400)*100vw);
  }
}

.mv-text-brown p {
  background: #3E2A22;
  border-radius: 5px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 6px 20px;
}

@media screen and (max-width: 1400px) {
  .mv-text-brown p {
    font-size: calc((20/1400)*100vw);
    padding: calc((20/1400)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv-text-brown p {
    line-height: 1.42;
    font-size: calc((25/767)*100vw);
    padding: calc((9/767)*100vw) calc((25/767)*100vw);
  }
}

.mv-text-brown p:nth-child(2) {
  margin-left: 10px;
}

@media screen and (max-width: 1400px) {
  .mv-text-brown p:nth-child(2) {
    margin-left: calc((10/1400)*100vw);
  }
}

@media (max-width: 1024px) {
  .mv-text-brown p:nth-child(2) {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mv-text-brown p:nth-child(2) {
    margin-left: calc((10/767)*100vw);
  }
}

.mv-text .attention {
  font-size: 1.3rem;
  margin-top: 20px;
}

@media screen and (max-width: 1400px) {
  .mv-text .attention {
    font-size: calc((13/1400)*100vw);
    margin-top: calc((20/1400)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv-text .attention {
    font-size: calc((26/767)*100vw);
    line-height: 1.42;
    margin-top: calc((15/767)*100vw);
  }
}

/* ======================
topページ pickup
=========================*/
.top-pickup {
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .top-pickup {
    padding-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .top-pickup .inner {
    padding-top: 0;
  }
}

.top-pickup .news-box {
  background: #fff;
  border-radius: 20px 20px 0px 0px;
  margin: -50px auto 0;
  max-width: 980px;
  padding: 25px 10px 30px;
  position: relative;
}

@media (max-width: 1024px) {
  .top-pickup .news-box {
    padding: 0;
  }
}

.top-pickup .news-list {
  height: 35px;
  padding-left: 45px;
  overflow: auto;
}

@media (max-width: 1024px) {
  .top-pickup .news-list {
    height: 70px;
    padding: 15px 20px 10px;
  }
}

.top-pickup .news-list .news-item:not(:first-child) {
  margin-top: 5px;
}

.top-pickup .news-list a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .top-pickup .news-list a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-pickup .news-list a:hover {
  opacity: .7;
}

.top-pickup .news-date {
  letter-spacing: 0;
  line-height: 1.3;
}

.top-pickup .news-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 15px;
}

@media (max-width: 1024px) {
  .top-pickup .news-ttl {
    font-size: 1.4rem;
    padding-left: 0;
  }
}

.pickup-slide {
  margin-top: 50px;
  position: relative;
}

@media (max-width: 1024px) {
  .pickup-slide {
    margin-top: 35px;
    padding: 0 2%;
  }
}

.pickup-slide .slick-slide {
  padding-top: 10px;
  min-height: 300px;
}

@media (max-width: 1024px) {
  .pickup-slide .slick-slide {
    min-height: 100%;
  }
}

.pickup-item {
  margin: 0 auto;
}

.pickup-item a {
  display: block;
  margin: 0 10px;
  position: relative;
  height: 150px;
  width: 300px;
}

@media (max-width: 1024px) {
  .pickup-item a {
    height: 100%;
    width: 220px;
  }
}

.pickup-item a:hover {
  color: #0B92DC;
}

.pickup-item a:hover .pickup-ttl {
  color: #0B92DC;
}

.pickup-item .pickup {
  background: #0B92DC;
  border-radius: 3px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  left: -10px;
  line-height: 1;
  padding: 7px 10px;
  position: absolute;
  top: -10px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .pickup-item .pickup {
    font-size: 1.2rem;
    padding: 6px 5px;
  }
}

.pickup-img {
  aspect-ratio: 1/2;
  height: 100%;
  width: 100%;
}

@media (max-width: 1024px) {
  .pickup-img {
    aspect-ratio: 2/1;
  }
}

.pickup-img img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.pickup-ttl {
  font-size: 1.9rem;
  line-height: 1.75;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .pickup-ttl {
    font-size: 1.3rem;
    margin-top: 15px;
  }
}

.slick-prev,
.slick-next {
  height: 50px;
  width: 50px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

.slick-prev::before,
.slick-next::before {
  background: url(../img/top/pickup-arrow.svg) no-repeat center center/10px 45px;
  content: "";
  display: block;
  height: 45px;
  left: 120%;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}

.slick-prev:hover::before,
.slick-next:hover::before {
  background: url(../img/top/pickup-arrow-hover.svg) no-repeat center center/10px 45px;
}

.slick-prev::before {
  left: auto;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  right: 120%;
}

.slick-dots {
  bottom: -40px;
  text-align: center;
}

@media (max-width: 400px) {
  .slick-dots {
    bottom: -55px;
  }
}

.slick-dots li {
  height: 2px;
  margin: 0 10px 0 0;
  width: 20px;
}

.slick-dots li button {
  height: 2px;
  width: 20px;
}

.slick-dots li button::before {
  background: #3E2A22;
  border-radius: 20px;
  content: '';
  height: 2px;
  width: 20px;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background: #499ED6;
  opacity: 1;
}

/* ======================
topページ about
=========================*/
.top-about {
  background: url(../img/top/about-bg.png) no-repeat center center/cover;
  padding: 100px 0 200px;
}

@media (max-width: 1024px) {
  .top-about {
    padding: 0;
  }
}

.top-about .about-ttl {
  font-size: 6.6rem;
  font-weight: 700;
  display: block;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .top-about .about-ttl {
    font-size: calc((66/1400)*100vw);
  }
}

@media (max-width: 1024px) {
  .top-about .about-ttl {
    font-size: 2.4rem;
  }
}

.top-about .about-text {
  font-weight: 500;
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 1024px) {
  .top-about .about-text {
    letter-spacing: 0;
  }
}

.top-about .about-img {
  margin-top: 30px;
  width: 45.81%;
}

@media (max-width: 1024px) {
  .top-about .about-img {
    margin: 50px auto 0;
    width: 88.05%;
  }
}

/* ======================
topページ members
=========================*/
.top-members {
  padding-bottom: 50px;
}

.members-head {
  background: url(../img/top/members-head.jpg) no-repeat top center/cover;
  height: 540px;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (max-width: 1024px) {
  .members-head {
    height: 252px;
  }
}

.members-head .h2-ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .members-head .h2-ttl {
    top: 25%;
    -webkit-transform: none;
            transform: none;
  }
  .members-head .h2-ttl .ja img {
    max-width: 168px;
  }
  .members-head .h2-ttl .en img {
    max-width: 168px;
  }
}

.members-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -180px auto 0;
  max-width: 980px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .members-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -87px auto 0;
  }
}

.members-item {
  margin: 0 20px;
  text-align: center;
  width: 21.93%;
}

@media (max-width: 1024px) {
  .members-item {
    margin: 0;
    width: 44.02%;
  }
}

.members-item:nth-child(2n) {
  margin-left: 5.9%;
}

.members-item img {
  min-height: 250px;
}

@media (max-width: 1024px) {
  .members-item img {
    max-height: 170px;
    max-width: 75px;
    min-height: 170px;
  }
}

.members-text {
  background: #3E2A22;
  border-radius: 5px;
  color: #fff;
  line-height: 1.5;
  margin-top: -20px;
  padding: 20px;
  position: relative;
  z-index: 3;
}

@media (max-width: 1024px) {
  .members-text {
    font-size: 1.3rem;
    margin-bottom: 15px;
    padding: 7% 4%;
  }
}

.top-members .desc {
  max-width: 880px;
  margin: 35px auto 80px;
}

@media (max-width: 1024px) {
  .top-members .desc {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin: 10px auto 35px;
  }
}

/* ======================
topページ voice
=========================*/
.top-voice {
  padding-bottom: 200px;
}

@media (max-width: 1024px) {
  .top-voice {
    padding-bottom: 0;
  }
}

.top-voice .h2-ttl {
  display: block;
}

@media (max-width: 1024px) {
  .top-voice .h2-ttl .ja img {
    max-width: 70px;
  }
  .top-voice .h2-ttl .en img {
    max-width: 111px;
  }
}

.top-voice .desc {
  margin: 20px auto 40px;
  text-align: right;
}

@media (max-width: 1024px) {
  .top-voice .desc {
    margin: 9px auto 10px;
    text-align: left;
  }
}

.voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .voice-list {
    margin-bottom: 20px;
  }
}

.voice-item {
  margin-bottom: 50px;
  width: 33.33%;
}

@media (max-width: 1024px) {
  .voice-item {
    aspect-ratio: 4/3;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
}

.voice-img {
  border-radius: 60px 0px 0px 0px;
  height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 340px;
}

.voice-box {
  margin: 10px auto 0;
  max-width: 88.23%;
  text-align: center;
}

@media (max-width: 1024px) {
  .voice-box {
    margin: 20px auto 0;
    max-width: 100%;
  }
}

.voice-box-title {
  color: #0B92DC;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .voice-box-title {
    letter-spacing: 0.02em;
  }
}

.voice-box-name {
  font-weight: 700;
  margin: 10px auto 20px;
}

@media (max-width: 1024px) {
  .voice-box-name {
    line-height: 1.42;
    margin: 10px auto 20px;
  }
}

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

@media (max-width: 1024px) {
  .voice-box-text {
    letter-spacing: 0;
  }
}

.voice-bottom-text {
  margin: 0 auto;
  max-width: 500px;
}

@media (max-width: 1024px) {
  .voice-bottom-text {
    letter-spacing: 0;
  }
}

.voice-bottom-text p + p {
  margin-top: 30px;
}

.voice-movie {
  aspect-ratio: 16/9;
  margin-top: 100px;
}

@media (max-width: 1024px) {
  .voice-movie {
    margin-top: 45px;
  }
}

.voice-movie iframe {
  height: 100%;
  width: 100%;
}

/* ======================
topページ service
=========================*/
.top-service {
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .top-service {
    padding-bottom: 0;
  }
}

.service-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(1280px + 5% * 2);
  margin: 0 auto;
  padding: 0 5% 100px;
}

@media (max-width: 1024px) {
  .service-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
    max-width: 500px;
  }
}

.service-head-left {
  margin-top: 10%;
  position: relative;
  max-width: 520px;
  z-index: 3;
}

@media (max-width: 1024px) {
  .service-head-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    max-width: 88.05%;
  }
}

.service-head-left .h2-ttl {
  padding-left: 3.64%;
}

@media (max-width: 1024px) {
  .service-head-left .h2-ttl {
    margin-left: auto;
    margin-top: -4%;
    padding-left: 0;
  }
  .service-head-left .h2-ttl .ja img {
    max-width: 112px;
  }
  .service-head-left .h2-ttl .en img {
    max-width: 142px;
  }
}

.service-head-left .mv-text {
  margin-top: 20px;
  padding-left: 0;
}

@media (max-width: 1024px) {
  .service-head-left .mv-text {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1024px) {
  .service-head-left .mv-text .desc {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .service-head-left .mv-text .attention {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.service-head-left .mv-fribou {
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .service-head-left .mv-fribou {
    margin-top: 20px;
    max-width: 100%;
  }
}

.service-head-left .mv-fribou::before {
  content: none;
}

.service-head-left .mv-text-brown {
  margin-bottom: 20px;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .service-head-left .mv-text-brown {
    margin-bottom: 0;
  }
}

.service-head-left .mv-text-brown p {
  border-radius: 0;
}

@media (max-width: 1024px) {
  .service-head-left .mv-text-brown p {
    border-radius: 2px;
    font-size: 1.3rem;
    padding: 5px 10px;
  }
}

@media (max-width: 400px) {
  .service-head-left .mv-text-brown p {
    font-size: calc((13/400)*100vw);
  }
}

.service-head-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  position: relative;
  z-index: 1;
}

.service-head-right::before {
  background: #ffe5e7;
  border-radius: 120px 0px 0px 0px;
  content: "";
  height: 470px;
  left: -40px;
  position: absolute;
  top: 22%;
  width: 3000px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .service-head-right::before {
    border-radius: 80px 0px 0px 0px;
    left: 23%;
    height: 200px;
    top: 25%;
  }
}

@media (max-width: 500px) {
  .service-head-right::before {
    height: calc((200/500)*100vw);
  }
}

.service-head-img {
  margin-left: auto;
  position: relative;
  width: 92.3%;
}

@media (max-width: 1024px) {
  .service-head-img {
    right: -3%;
    width: 70%;
  }
}

.service-head-img::before {
  content: "";
  display: block;
  padding-top: 75%;
}

@media (max-width: 1024px) {
  .service-head-img::before {
    padding-top: 70%;
  }
}

.service-head-img img {
  bottom: 0;
  border-radius: 30px;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  .service-head-img img {
    border-radius: 15px;
  }
}

.service-head-subImg {
  bottom: -87px;
  left: -90px;
  position: absolute;
  width: 49%;
}

@media (max-width: 1024px) {
  .service-head-subImg {
    bottom: -15%;
    left: 18%;
    width: 32%;
  }
}

.service-head-subImg img {
  border-radius: 20px;
}

@media (max-width: 1024px) {
  .service-head-subImg img {
    border-radius: 10px;
  }
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 90px;
}

@media (max-width: 1024px) {
  .service-list {
    margin-top: 0;
  }
}

.service-item {
  margin: 0 1.96% 7.35%;
  text-align: center;
  width: 29.41%;
}

@media (max-width: 1024px) {
  .service-item {
    margin: 0 0 6%;
    width: 46.82%;
  }
  .service-item:nth-child(2n) {
    margin-left: 6.34%;
  }
}

.service-item .h4-ttl {
  font-weight: 700;
  font-size: 1.8rem;
}

@media (max-width: 1024px) {
  .service-item .h4-ttl {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.5;
    padding-left: 10%;
    text-align: left;
  }
}

.service-item .h4-ttl span {
  position: relative;
}

.service-item .h4-ttl span::before {
  background: url(../img/top/service-check.svg) no-repeat center center/20px 18px;
  content: '';
  height: 18px;
  left: -22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}

@media (max-width: 1024px) {
  .service-item .h4-ttl span::before {
    background: url(../img/top/service-check.svg) no-repeat center center/18px 17px;
    height: 17px;
    width: 18px;
  }
}

.service-item .service-img {
  height: 96px;
  margin: 30px auto;
}

@media (max-width: 1024px) {
  .service-item .service-img {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px auto;
  }
}

.service-item .service-img img {
  height: 100%;
}

.service-item p {
  text-align: left;
  font-weight: 500;
}

.service-platform {
  margin-top: 200px;
  position: relative;
  text-align: center;
}

@media (max-width: 1024px) {
  .service-platform {
    margin-top: 50px;
  }
}

.service-platform::before {
  background: #000000;
  content: '';
  height: 160px;
  position: absolute;
  top: -230px;
  width: 1px;
}

@media (max-width: 1024px) {
  .service-platform::before {
    content: none;
  }
}

.service-platform .h3-ttl {
  color: #FC667F;
  font-size: 4.2rem;
}

@media (max-width: 1024px) {
  .service-platform .h3-ttl {
    font-size: 2rem;
  }
}

.service-platform .desc {
  margin: 30px auto 40px;
}

@media (max-width: 1024px) {
  .service-platform .desc {
    letter-spacing: 0;
    margin: 30px auto 20px;
    text-align: left;
  }
}

.service-platform-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-platform-item {
  border-radius: 10px;
  border: 2px solid #503e37;
  margin: 0 1.96% 3.72%;
  padding: 3.92% 1.96% 2.94%;
  text-align: center;
  width: 29.41%;
}

@media (max-width: 1024px) {
  .service-platform-item {
    border: 1px solid #503e37;
    margin: 0 0 3%;
    padding: 0;
    width: 100%;
  }
  .service-platform-item:last-child {
    margin-bottom: 0;
  }
}

.service-platform-item .h4-ttl {
  color: #FC667F;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 25px;
  position: relative;
}

@media (max-width: 1024px) {
  .service-platform-item .h4-ttl {
    padding-bottom: 0px;
    padding: 3% 4%;
    text-align: left;
  }
  .service-platform-item .h4-ttl::after {
    background: url(../img/top/faq-open.svg) no-repeat center center/15px 15px;
    content: '';
    height: 15px;
    position: absolute;
    right: 4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
  }
  .service-platform-item .h4-ttl.selected::after {
    background: url(../img/top/faq-close.svg) no-repeat center center/15px 15px;
    -webkit-transform: translateY(-50%) rotate(-360deg);
            transform: translateY(-50%) rotate(-360deg);
  }
}

.service-platform-item p {
  border-top: 1px dashed #3E2A22;
  padding-top: 20px;
  text-align: left;
}

@media (max-width: 1024px) {
  .service-platform-item p {
    padding: 10px 0 20px;
    margin: 0 4%;
  }
}

/* ======================
topページ teacher
=========================*/
.top-teacher {
  padding-bottom: 70px;
}

@media (max-width: 1024px) {
  .top-teacher {
    padding-bottom: 0;
  }
}

.top-teacher .inner {
  max-width: 83.33%;
  margin: 0 0 0 auto;
  padding: 0;
}

@media (max-width: 1024px) {
  .top-teacher .inner {
    max-width: calc(500px + 5% * 2);
    margin: auto;
    padding: 0 5%;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .top-teacher .h2-ttl {
    text-align: left;
    width: 100%;
  }
}

@media (max-width: 1024px) and (max-width: 1024px) {
  .top-teacher .h2-ttl .ja img {
    max-width: 56px;
  }
  .top-teacher .h2-ttl .en img {
    max-width: 155px;
  }
}

.top-teacher .teacher-slide {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .top-teacher .teacher-slide {
    margin-top: 30px;
  }
}

.top-teacher .teacher-slide .slick-list {
  padding-bottom: 40px;
  padding-top: 40px;
}

.top-teacher .teacher-item {
  margin: 0px 20px 0 0;
  width: 360px;
}

@media (max-width: 1024px) {
  .top-teacher .teacher-item {
    border-bottom: 1px solid #3E2A22;
    margin: 0px;
    padding: 15px 0;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .top-teacher .teacher-item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .top-teacher .teacher-item-box::after {
    background: url(../img/top/faq-open.svg) no-repeat center center/15px 15px;
    content: '';
    height: 15px;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
  }
  .top-teacher .teacher-item-box.selected::after {
    background: url(../img/top/faq-close.svg) no-repeat center center/15px 15px;
    -webkit-transform: translateY(-50%) rotate(-360deg);
            transform: translateY(-50%) rotate(-360deg);
  }
}

.top-teacher .teacher-img {
  padding-bottom: 10px;
  position: relative;
}

@media (max-width: 1024px) {
  .top-teacher .teacher-img {
    margin-right: 3%;
    padding-bottom: 0;
    text-align: left;
    width: 16%;
  }
}

.top-teacher .teacher-img img {
  border-radius: 60px 0px 0px 0px;
  width: 100%;
}

@media (max-width: 1024px) {
  .top-teacher .teacher-img img {
    border-radius: 5px;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 0;
       object-position: 0 0;
    height: 60px;
    width: 60px;
  }
}

.top-teacher .teacher-img::after {
  background: #ddf2fa;
  border-radius: 60px 0px 0px 0px;
  content: '';
  height: 480px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 360px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .top-teacher .teacher-img::after {
    content: none;
  }
}

@media (max-width: 1024px) {
  .top-teacher .teacher-item-box-text {
    padding-right: 20px;
    text-align: left;
    width: 80.95%;
  }
}

.top-teacher .h3-ttl {
  font-weight: 700;
  margin: 25px auto 5px;
}

@media (max-width: 1024px) {
  .top-teacher .h3-ttl {
    font-size: 1.1rem;
    margin: 0 auto 5px;
  }
}

.top-teacher .h3-ttl .large {
  font-size: 2.4rem;
}

@media (max-width: 1024px) {
  .top-teacher .h3-ttl .large {
    font-size: 1.6rem;
  }
}

.top-teacher .tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .top-teacher .tags {
    font-size: 1.3rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0px;
  }
}

.top-teacher .tags .tag {
  background: #0B92DC;
  color: #fff;
  margin-right: 1.11%;
  padding: 3px;
}

@media (max-width: 1024px) {
  .top-teacher .tags .tag {
    margin-right: 1%;
    margin-bottom: 0.5%;
  }
}

.top-teacher .teacher-text {
  font-size: 1.8rem;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .top-teacher .teacher-text {
    font-size: 1.4rem;
    text-align: left;
  }
}

.top-teacher .slick-dots {
  left: 0;
  text-align: left;
}

/* ======================
topページ faq
=========================*/
.top-faq {
  padding-bottom: 200px;
}

@media (max-width: 1024px) {
  .top-faq {
    padding-bottom: 20px;
  }
}

.top-faq .h2-ttl {
  display: block;
  text-align: center;
}

@media (max-width: 1024px) {
  .top-faq .h2-ttl .ja img {
    max-width: 84px;
  }
  .top-faq .h2-ttl .en img {
    max-width: 72px;
  }
}

.faq-list {
  margin-top: 45px;
}

@media (max-width: 1024px) {
  .faq-list {
    margin-top: 30px;
  }
}

.faq-box {
  background: #DDF2FA;
  margin: 1px auto;
}

@media (max-width: 1024px) {
  .faq-box {
    margin: 2px auto;
  }
}

.faq-btn {
  background: #DDF2FA;
  cursor: pointer;
  display: block;
  font-weight: 700;
  padding: 20px 120px 20px 80px;
  position: relative;
}

@media (max-width: 1024px) {
  .faq-btn {
    padding: 10px 36px 10px 41px;
  }
}

.faq-btn::before {
  background: url(../img/top/faq-q.svg) no-repeat center center/18px 21px #3E2A22;
  border-radius: 30px;
  content: '';
  height: 21px;
  left: 8px;
  padding: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
}

@media (max-width: 1024px) {
  .faq-btn::before {
    background: url(../img/top/faq-q.svg) no-repeat center center/16px 19px #3E2A22;
    height: 19px;
    left: 4px;
    padding: 15px;
    width: 16px;
  }
}

.faq-btn::after {
  background: url(../img/top/faq-open.svg) no-repeat center center/22px 22px;
  content: '';
  height: 22px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
}

@media (max-width: 1024px) {
  .faq-btn::after {
    background: url(../img/top/faq-open.svg) no-repeat center center/15px 15px;
    height: 15px;
    right: 10px;
    width: 15px;
  }
}

.faq-btn.selected::after {
  background: url(../img/top/faq-close.svg) no-repeat center center/22px 22px;
  -webkit-transform: translateY(-50%) rotate(-360deg);
          transform: translateY(-50%) rotate(-360deg);
}

@media (max-width: 1024px) {
  .faq-btn.selected::after {
    background: url(../img/top/faq-close.svg) no-repeat center center/15px 15px;
  }
}

.faq-content {
  background: #fff;
  font-weight: 400;
  padding: 18px 80px 30px 80px;
}

@media (max-width: 1024px) {
  .faq-content {
    padding: 12px 10px 10px 41px;
  }
}

.faq-content .faq-lead {
  font-weight: 700;
  padding-bottom: 25px;
  position: relative;
}

@media (max-width: 1024px) {
  .faq-content .faq-lead {
    padding-bottom: 11px;
  }
}

.faq-content .faq-lead::before {
  background: url(../img/top/faq-a.svg) no-repeat center center/18px 24px #0B92DC;
  border-radius: 30px;
  content: '';
  height: 24px;
  left: -72px;
  padding: 20px;
  position: absolute;
  top: 0px;
  width: 18px;
}

@media (max-width: 1024px) {
  .faq-content .faq-lead::before {
    background: url(../img/top/faq-a.svg) no-repeat center center/14px 19px #0B92DC;
    height: 19px;
    left: -37px;
    padding: 15px;
    top: 8px;
    width: 14px;
  }
}

/* ======================
topページ join
=========================*/
.top-join {
  padding-bottom: 145px;
}

@media (max-width: 1024px) {
  .top-join {
    padding-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .top-join .inner {
    padding-top: 0;
  }
}

.join-head {
  background: url(../img/top/join-head.jpg) no-repeat top center/cover;
  height: 540px;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (max-width: 1024px) {
  .join-head {
    height: 270px;
  }
}

.join-head .h2-ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .join-head .h2-ttl .ja {
    max-width: 220px;
  }
  .join-head .h2-ttl .en {
    max-width: 170px;
  }
}

.join-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -120px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .join-price {
    margin-top: -70px;
  }
}

.join-price-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5b1af;
  border-radius: 60px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px 0 30px;
  width: 50%;
}

@media (max-width: 1024px) {
  .join-price-left {
    padding: 20px 5.97%;
  }
}

@media (max-width: 400px) {
  .join-price-left {
    padding: 20px 4%;
  }
}

.join-price-left .large {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .join-price-left .large {
    font-size: 1.6rem;
  }
}

.join-price-left .bg-white {
  background: #fff;
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 5px 15px 5px 25px;
}

@media (max-width: 1024px) {
  .join-price-left .bg-white {
    margin-bottom: 15px;
    padding: 10px 28px 9px 21px;
    padding: 5% 15% 5% 11%;
    text-align: center;
    width: 100%;
  }
  .join-price-left .bg-white img {
    max-width: 100px;
  }
}

@media (max-width: 1024px) {
  .join-price-left .price {
    max-width: 100px;
  }
}

.join-price-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #AAD8E9;
  border-radius: 0px 0px 60px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px 0 30px;
  width: 50%;
}

@media (max-width: 1024px) {
  .join-price-right {
    padding: 20px 5.97%;
  }
}

@media (max-width: 400px) {
  .join-price-right {
    padding: 20px 4%;
  }
}

.join-price-right .large {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .join-price-right .large {
    font-size: 1.6rem;
  }
}

.join-price-right .bg-white {
  background: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-top: 8px;
  padding: 3px 40px 3px 40px;
}

@media (max-width: 1024px) {
  .join-price-right .bg-white {
    font-size: 1.2rem;
    padding: 7.63% 6%;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 375px) {
  .join-price-right .bg-white {
    height: 44px;
    font-size: calc((12/375)*100vw);
  }
}

@media (max-width: 1024px) {
  .join-price-right .price {
    max-width: 130px;
  }
}

.join-h3-ttl {
  margin: 55px auto 30px;
  text-align: center;
}

@media (max-width: 1024px) {
  .join-h3-ttl {
    margin: 30px auto 25px;
  }
}

.join-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 730px;
  margin: 0 auto;
}

.join-item {
  width: 31.91%;
}

.join-item .h4-ttl {
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 1024px) {
  .join-item .h4-ttl {
    font-size: 1.3rem;
    letter-spacing: 0;
    text-align: left;
  }
}

/* ======================
topページ blog
=========================*/
.top-blog {
  padding-bottom: 145px;
}

@media (max-width: 1024px) {
  .top-blog {
    padding-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .top-blog .inner {
    padding-top: 0;
  }
}

.top-blog .h2-ttl {
  display: block;
  text-align: center;
}

@media (max-width: 1024px) {
  .top-blog .h2-ttl .ja img {
    max-width: 90px;
  }
  .top-blog .h2-ttl .en img {
    max-width: 85px;
  }
}

.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}

@media (max-width: 1024px) {
  .blog-list {
    margin-top: 30px;
  }
}

.blog-item {
  margin: 0 1.96% 4.41%;
  position: relative;
  width: 29.41%;
}

@media (max-width: 1024px) {
  .blog-item {
    margin: 0 0 5%;
    width: 46.82%;
  }
  .blog-item:nth-child(2n) {
    margin-left: 6.34%;
  }
}

.blog-item a:hover .blog-ttl {
  color: #6BBCE8;
}

.blog-img {
  aspect-ratio: 4/3;
  position: relative;
}

.blog-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.blog-date {
  background: #3E2A22;
  color: #fff;
  line-height: 1.5;
  padding: 2px 10px;
  position: absolute;
  top: 4%;
}

@media (max-width: 1024px) {
  .blog-date {
    padding: 2px 8px;
  }
}

.blog-date .date {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
}

@media (max-width: 1024px) {
  .blog-date .date {
    font-size: 1.2rem;
  }
}

.blog-ttl {
  font-weight: 700;
  line-height: 1.5;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .blog-ttl {
    font-size: 1.3rem;
    letter-spacing: 0;
    margin-top: 10px;
  }
}

.top-blog .cats {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .top-blog .cats {
    margin-top: 5px;
  }
}

.top-blog .cat {
  background: transparent;
  color: #3E2A22;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0;
}

@media (max-width: 1024px) {
  .top-blog .cat {
    margin-bottom: 2px;
  }
}

.top-blog .cat a {
  padding: 0;
  text-decoration: underline;
}

.top-blog .cat a:hover {
  color: #6BBCE8;
}

@media (max-width: 1024px) {
  .top-blog .btn-blue {
    margin-top: 15px;
  }
}

/* ==========================================================================
下層ページ共通パーツ
========================================================================== */
/* ======================
パンくずリスト
=========================*/
.breadcrumb {
  margin: 0 auto;
  width: 100%;
}

.breadcrumb-list {
  text-align: left;
  width: 100%;
}

@media (max-width: 1024px) {
  .breadcrumb-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
  }
}

.breadcrumb-item {
  color: #3E2A22;
  display: inline;
  margin-right: 30px;
  position: relative;
}

@media (max-width: 1024px) {
  .breadcrumb-item {
    margin-right: 20px;
  }
}

.breadcrumb-item:not(:last-child)::after {
  border-bottom: 2px solid #3E2A22;
  border-right: 2px solid #3E2A22;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  width: 9px;
}

@media (max-width: 1024px) {
  .breadcrumb-item:not(:last-child)::after {
    border-bottom: 1.5px solid #3E2A22;
    border-right: 1.5px solid #3E2A22;
    height: 7px;
    right: -20px;
    width: 7px;
  }
}

.breadcrumb-item:not(:first-child) {
  margin-left: 10px;
}

.breadcrumb-item span {
  padding-left: 25px;
}

@media (max-width: 1024px) {
  .breadcrumb-item span {
    padding-left: 20px;
  }
}

.breadcrumb-item span::before {
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumb-item .top::before {
  background: url(../img/common/home-icon.svg) no-repeat center center/20px 20px;
  height: 20px;
  width: 20px;
}

@media (max-width: 1024px) {
  .breadcrumb-item .top::before {
    background: url(../img/common/home-icon.svg) no-repeat center center/15px 15px;
    height: 15px;
    width: 15px;
  }
}

.breadcrumb-item .archive::before {
  background: url(../img/common/archive-icon.svg) no-repeat center center/20px 17px;
  height: 17px;
  width: 20px;
}

@media (max-width: 1024px) {
  .breadcrumb-item .archive::before {
    background: url(../img/common/archive-icon.svg) no-repeat center center/15px 15px;
    height: 15px;
    width: 15px;
  }
}

.breadcrumb-item .post::before,
.breadcrumb-item .page::before {
  background: url(../img/common/post-icon.svg) no-repeat center center/15px 19px;
  height: 19px;
  width: 15px;
}

@media (max-width: 1024px) {
  .breadcrumb-item .post::before,
  .breadcrumb-item .page::before {
    background: url(../img/common/post-icon.svg) no-repeat center center/15px 15px;
    height: 15px;
    top: 10px;
    width: 15px;
  }
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

/* ======================
ページネーション
=========================*/
.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3E2A22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 1024px) {
  .pagination {
    margin-top: 40px;
  }
}

.page-numbers {
  background: #fff;
  border: 1px solid #3E2A22;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  min-width: 40px;
}

.page-numbers:hover {
  background: #EEE5DB;
}

.dots {
  background: #fff;
  color: #3E2A22;
}

.page-numbers.current {
  background: #3E2A22;
  border: none;
  color: #fff;
}

.pagination a.next,
.pagination a.prev {
  position: relative;
}

.pagination a.next:hover,
.pagination a.prev:hover {
  background: #EEE5DB;
}

.pagination a.prev::before {
  border-top: 1px solid #3E2A22;
  border-left: 1px solid #3E2A22;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%) rotate(-45deg);
          transform: translateX(-40%) translateY(-50%) rotate(-45deg);
  width: 9px;
}

.pagination a.next {
  background: #fff;
}

.pagination a.next::before {
  border-bottom: 1px solid #3E2A22;
  border-right: 1px solid #3E2A22;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-60%) translateY(-50%) rotate(-45deg);
          transform: translateX(-60%) translateY(-50%) rotate(-45deg);
  width: 9px;
}

/* ======================
カテゴリー
=========================*/
.cats {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .cats {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cat {
  background: #6BBCE8;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.42;
  margin-right: 5%;
  padding: 3px 5px;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .cat {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}

/* ==========================================================================
	ブロックエディタパーツ（共通）
	========================================================================== */
.template {
  font-size: 1.8rem;
  font-weight: 500;
  /* 見出しH2 */
  /* 見出しH3 */
  /* 見出しH4 */
  /* リンク */
  /* 太字 */
  /* 画像調整 */
  /* カラム調整 */
  /* リスト */
  /* リスト（数字） */
  /* 引用 */
  /* 動画 */
  /* ボタン */
  /* テーブル */
}

@media (max-width: 1024px) {
  .template {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

.template h2 {
  border-bottom: 2px solid #3E2A22;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.84;
  margin: 40px 0 30px;
  padding-bottom: 8px;
}

@media (max-width: 1024px) {
  .template h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 40px 0 40px;
    padding-bottom: 15px;
  }
}

.template h2:first-child {
  margin-top: 0 !important;
}

.template h3 {
  font-size: 2.4rem;
  line-height: 1.66;
  margin: 30px 0 20px;
  padding-left: 34px;
  position: relative;
}

@media (max-width: 1024px) {
  .template h3 {
    font-size: 2rem;
    line-height: 1.5;
    margin: 40px 0;
    padding-left: 30px;
  }
}

.template h3::before {
  background: #3E2A22;
  border-radius: 2.5px;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
}

@media (max-width: 1024px) {
  .template h3::before {
    top: 14px;
    -webkit-transform: none;
            transform: none;
    width: 18px;
  }
}

.template h2 + h3 {
  margin: 0 0 30px;
}

@media (max-width: 1024px) {
  .template h2 + h3 {
    margin: 40px 0;
  }
}

.template h4 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.81;
  margin: 30px 0 20px;
}

@media (max-width: 1024px) {
  .template h4 {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    line-height: 2;
    margin: 40px 0 40px;
  }
}

.template p > a {
  color: #6B8DC7;
  text-decoration: underline;
}

.template p > a:hover {
  opacity: .7;
}

.template p + p {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .template p + p {
    margin-top: 40px;
  }
}

.template strong,
.template b {
  color: #E9667C;
}

.template .wp-block-image {
  margin: 40px auto 50px;
  position: relative;
}

@media (max-width: 1024px) {
  .template .wp-block-image {
    margin: 40px auto 40px;
  }
}

.template .wp-block-image img {
  display: inline-block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: auto;
}

@media (max-width: 1024px) {
  .template .wp-block-image img {
    height: auto !important;
  }
}

.template .wp-block-columns {
  margin: 30px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .template .wp-block-columns {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .template .wp-block-columns {
    gap: 5px;
  }
}

@media (max-width: 1024px) {
  .template .wp-block-columns {
    margin: 15px 0 10px;
  }
  .template .wp-block-columns._reverse .wp-block-column:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media (max-width: 1024px) {
  .template .p-title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

.template ._narrowLineHeight {
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .template .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .template .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.template .wp-block-column .wp-block-cover {
  min-height: 226px !important;
}

.template .wp-block-column .wp-block-image {
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}

@media (max-width: 1024px) {
  .template .wp-block-column .wp-block-image {
    margin: 0 !important;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .template .wp-block-column h3 {
    margin: 15px 0 15px;
  }
}

.template .wp-block-columns._auto .wp-block-column .wp-block-image::before {
  display: none !important;
}

.template .wp-block-columns._auto .wp-block-column .wp-block-image img {
  height: auto !important;
  position: relative !important;
  width: auto !important;
}

@media (max-width: 1024px) {
  .template .wp-block-columns._spHalf .wp-block-columns {
    margin: 20px 0;
  }
}

@media (max-width: 1024px) {
  .template .wp-block-columns._spHalf .wp-block-column {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
    margin: 0 !important;
  }
}

@media (min-width: 1025px) {
  .template .wp-block-columns._align .wp-block-column h3 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1025px) {
  .template .wp-block-columns._align .wp-block-column h4 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1025px) {
  .template .wp-block-columns .wp-block-column h3 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1025px) {
  .template .wp-block-columns .wp-block-column h4 {
    margin-top: 0 !important;
  }
}

.template .wp-block-columns._border + .wp-block-columns._border {
  margin-top: 20px;
}

.template .wp-block-columns._border .wp-block-column {
  border: 3px solid #0B92DC;
  padding: 10px 1% 21px;
}

@media (max-width: 1024px) {
  .template .wp-block-columns._border .wp-block-column {
    border: 2px solid #0B92DC;
    padding: 10px 2.5% 21px;
  }
}

.template .wp-block-columns._border .wp-block-column .wp-block-image::before {
  padding-top: 46%;
}

.template .wp-block-columns._border .wp-block-column .wp-block-image img {
  height: 100% !important;
}

.template ul {
  line-height: 2;
  font-weight: 500;
  margin: 40px 0;
  padding: 0 0 0 70px;
}

@media (max-width: 1024px) {
  .template ul {
    margin: 40px 0;
    padding: 0 0 0 25px;
  }
}

.template ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.template ul li::before {
  border-color: #3E2A22;
  border-style: solid;
  border-width: 5px;
  border-radius: 10px;
  content: "";
  height: 0;
  left: -20px;
  position: absolute;
  top: 12px;
  width: 0;
}

@media (max-width: 1024px) {
  .template ul li::before {
    left: -15px;
    border-width: 2px;
  }
}

.template ol {
  counter-reset: ol_li;
  line-height: 2;
  list-style: none;
  font-weight: 500;
  margin: 30px 0;
  padding: 0 0 0 75px;
}

@media (max-width: 1024px) {
  .template ol {
    margin: 15px 0;
    padding: 0 0 0 35px;
  }
}

.template ol li {
  position: relative;
}

.template ol li::before {
  color: #3E2A22;
  content: counters(ol_li, ".") ". ";
  counter-increment: ol_li;
  left: -25px;
  position: absolute;
  top: 0;
}

.template blockquote {
  background: #F6F2ED;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin: 50px auto;
  padding: 2.7% 3.125% 2.6%;
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  .template blockquote {
    margin: 50px auto 40px;
    padding: 6% 4%;
  }
}

.template blockquote::before {
  background: url(../img/common/quote.svg) no-repeat center center/34px 30px;
  content: "";
  height: 30px;
  left: 2.6%;
  position: absolute;
  top: -15px;
  width: 34px;
}

@media (max-width: 1024px) {
  .template blockquote::before {
    background: url(../img/common/quote.svg) no-repeat center center/36px 31px;
    height: 31px;
    left: 1%;
    top: -15px;
    width: 36px;
  }
}

.template blockquote cite {
  border-top: 2px dashed #3E2A22;
  display: block;
  font-style: normal;
  margin-top: 20px;
  padding-top: 18px;
}

@media (max-width: 1024px) {
  .template blockquote cite {
    font-size: 1.4rem;
    margin-top: 30px;
    padding-top: 10px;
  }
}

.template blockquote cite > a {
  color: #6B8DC7;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .template blockquote cite > a {
    font-size: 1.2rem;
  }
}

.template blockquote cite > a:hover {
  opacity: .5;
}

.template .wp-block-embed__wrapper {
  height: 0;
  margin: 30px auto 50px;
  padding-top: 56%;
  position: relative;
  width: 100%;
}

.template .wp-block-embed__wrapper iframe {
  left: 0;
  position: absolute;
  top: 0;
  height: 100% !important;
  width: 100% !important;
}

@media (max-width: 1024px) {
  .template .wp-block-buttons .wp-block-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.template .wp-block-button__link {
  background: #2DA1E1;
  border-radius: 28px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 17px 50px;
  position: relative;
  text-align: center;
}

@media (max-width: 1024px) {
  .template .wp-block-button__link {
    font-size: 1.5rem;
  }
}

.template .wp-block-button__link:hover {
  background: #fff;
  color: #2DA1E1;
  opacity: 1;
}

@media (max-width: 1024px) {
  .template .wp-block-columns .wp-block-button__link {
    padding: 5px 30px;
  }
}

.template .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .template .wp-block-buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.template .wp-block-buttons .wp-block-button.aligncenter {
  width: auto;
}

.template .wp-block-column .wp-block-buttons {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.template .wp-block-button.is-style-outline .wp-block-button__link {
  background: #fff;
  color: #2DA1E1;
  padding: 15px 30px;
}

.template .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #2DA1E1;
  color: #fff;
  opacity: 1;
}

@media (max-width: 1024px) {
  .template .wp-block-buttons .wp-block-button {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 600px) and (max-width: 781px) {
  .template .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.template .wp-block-table {
  margin-bottom: 30px;
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .template .wp-block-table {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.template table {
  border-top: 1px solid #3E2A22;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.template td,
.template th {
  background-color: #fff;
  border-bottom: 1px solid #3E2A22;
  padding: 1.82% 1.45%;
}

@media (max-width: 1024px) {
  .template td,
  .template th {
    padding: 2% 3%;
  }
}

.template tbody > tr > td:first-child {
  font-weight: 700;
  width: 20%;
}

@media (max-width: 1024px) {
  .template tbody > tr > td:first-child {
    width: 30%;
  }
}

.template .wp-block-columns._border + .wp-block-columns._border {
  margin-top: 20px;
}

/* ==========================================================================
	アーカイブページメインビジュアル
	========================================================================== */
.archive-head {
  padding-top: 120px;
}

@media (max-width: 1024px) {
  .archive-head {
    padding-top: 40px;
  }
}

.archive-head-inner {
  max-width: calc(1140px + 5% * 2);
}

@media (max-width: 1024px) {
  .archive-head-inner {
    padding-bottom: 0px;
    padding-top: 10px;
  }
}

.archive-head-ttl-ja {
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.33;
  margin: 80px 0 10px;
}

@media (max-width: 1024px) {
  .archive-head-ttl-ja {
    font-size: 2.7rem;
    margin: 50px 0 30px;
    text-align: center;
  }
}

.archive-head-ttl-en {
  font-size: 2.4rem;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .archive-head-ttl-en {
    font-size: 1.4rem;
    margin: 0 auto 15px;
    max-width: 500px;
  }
}

.archive-head-desc {
  font-size: 1.8rem;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .archive-head-desc {
    font-size: 1.4rem;
    text-align: center;
  }
}

/* ==========================================================================
お知らせ一覧
========================================================================== */
.archive-news {
  padding-bottom: 150px;
  position: relative;
}

@media (max-width: 1024px) {
  .archive-news {
    padding-bottom: 0;
  }
}

.archive-news::before {
  background: url(../img/common/news-mv.png) no-repeat center center/960px 650px;
  content: '';
  height: 650px;
  right: 0;
  position: absolute;
  top: 0;
  width: 960px;
  z-index: -1;
}

@media (max-width: 1920px) {
  .archive-news::before {
    background: url(../img/common/news-mv.png) no-repeat center center/50vw 33.85vw;
    height: 33.85vw;
    width: 50vw;
  }
}

@media (max-width: 750px) {
  .archive-news::before {
    background: url(../img/common/news-mv-sp.png) no-repeat top center/100%;
    height: 100%;
    top: 1%;
    width: 100%;
  }
}

.archive-news .breadcrumb-item .page::before {
  background: url(../img/common/archive-icon.svg) no-repeat center center/20px 17px;
  height: 17px;
  width: 20px;
}

@media (max-width: 1024px) {
  .archive-news .breadcrumb-item .page::before {
    background: url(../img/common/archive-icon.svg) no-repeat center center/15px 15px;
    height: 15px;
    width: 15px;
  }
}

.archive-news .category-box {
  background: #fff;
  margin-top: 50px;
  padding: 40px;
}

@media (max-width: 1024px) {
  .archive-news .category-box {
    background: transparent;
    margin-top: 0;
    padding: 0;
  }
}

.archive-news .category-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1024px) {
  .archive-news .category-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.archive-news .category-list li {
  margin: 0 20px;
  position: relative;
}

.archive-news .category-list li::before {
  background: url(../img/news/cat-arrow.svg) no-repeat center center/6px 12px;
  content: '';
  height: 12px;
  left: -10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
}

.archive-news .category-list li a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .archive-news .category-list li a {
    letter-spacing: 0;
  }
}

.archive-news .category-list .current {
  text-decoration: underline;
}

.archive-news .news-list {
  margin-bottom: 90px;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .archive-news .news-list {
    margin-bottom: 40px;
    margin-top: 25px;
  }
}

.archive-news .news-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #78C5EF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 35px 20px 55px;
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  .archive-news .news-item a {
    padding: 15px 0px;
  }
}

.archive-news .news-item a::before {
  background: url(../img/news/news-item-arrow.svg) no-repeat center center/24px 24px;
  content: '';
  height: 24px;
  left: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
}

@media (max-width: 1024px) {
  .archive-news .news-item a::before {
    content: none;
  }
}

.archive-news .news-item a:hover {
  background: #F8FDFF;
}

.archive-news .news-item-left {
  width: 84.26%;
}

@media (max-width: 1024px) {
  .archive-news .news-item-left {
    width: 63.73%;
  }
}

.archive-news .news-item-left--upper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .archive-news .news-item-left--upper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.archive-news .news-item-left--upper .news-date {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .archive-news .news-item-left--upper .news-date {
    font-size: 1.3rem;
    line-height: 1;
    padding-left: 20px;
    position: relative;
  }
  .archive-news .news-item-left--upper .news-date::before {
    background: url(../img/news/news-item-arrow.svg) no-repeat center center/13px 13px;
    content: '';
    height: 13px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 13px;
  }
}

.archive-news .news-item-left--upper .cats {
  margin-left: 15px;
}

@media (max-width: 1024px) {
  .archive-news .news-item-left--upper .cats {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .archive-news .news-item-left--upper .cat {
    margin-right: 2%;
  }
}

.archive-news .news-item-left--lower {
  margin-top: 5px;
}

.archive-news .news-item-left--lower .news-ttl {
  color: #3E2A22;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  -webkit-transition: .1s;
  transition: .1s;
}

@media (max-width: 1024px) {
  .archive-news .news-item-left--lower .news-ttl {
    font-size: 1.5rem;
  }
}

.archive-news .news-item-right {
  margin-left: 3.74%;
  width: calc(100% - 84.26%);
}

@media (max-width: 1024px) {
  .archive-news .news-item-right {
    width: calc(100% - 63.73%);
  }
}

.archive-news .news-img {
  aspect-ratio: 4/3;
}

@media (max-width: 1024px) {
  .archive-news .news-img {
    margin-left: auto;
    max-height: 90px;
    max-width: 100px;
  }
}

.archive-news .news-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

/* ==========================================================================
ブログ一覧
========================================================================== */
.archive-blog {
  position: relative;
  padding-bottom: 150px;
}

@media (max-width: 1024px) {
  .archive-blog {
    padding-bottom: 0;
  }
}

.archive-blog::before {
  background: url(../img/common/blog-mv.png) no-repeat center center/960px 650px;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 650px;
  width: 960px;
  z-index: -1;
}

@media (max-width: 1920px) {
  .archive-blog::before {
    background: url(../img/common/blog-mv.png) no-repeat center center/50vw 33.85vw;
    height: 33.85vw;
    width: 50vw;
  }
}

@media (max-width: 750px) {
  .archive-blog::before {
    background: url(../img/common/blog-mv-sp.png) no-repeat top center/100%;
    height: 100%;
    top: 1%;
    width: 100%;
  }
}

.archive-blog .breadcrumb-item .page::before {
  background: url(../img/common/archive-icon.svg) no-repeat center center/20px 17px;
  height: 17px;
  width: 20px;
}

@media (max-width: 1024px) {
  .archive-blog .breadcrumb-item .page::before {
    background: url(../img/common/archive-icon.svg) no-repeat center center/15px 15px;
    height: 15px;
    width: 15px;
  }
}

.archive-blog .blog-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.archive-blog .blog-item {
  margin: 0 1% 4.16%;
  width: 31.25%;
}

@media (max-width: 1024px) {
  .archive-blog .blog-item {
    margin: 0 0 5%;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .archive-blog .blog-item .blog-ttl {
    font-size: 1.4rem;
  }
}

.archive-blog .blog-item .cats {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .archive-blog .blog-item .cats {
    margin-top: 10px;
  }
}

.archive-blog .blog-item .cat {
  font-weight: 400;
  margin-bottom: 2%;
}

@media (max-width: 1024px) {
  .archive-blog .blog-item .cat {
    margin-right: 2%;
  }
}

.archive-blog .blog-item .cat a:hover {
  opacity: .7;
}

.archive-blog .blog-date {
  bottom: 4%;
  top: auto;
}

/* ==========================================================================
	singleページメインビジュアル
	========================================================================== */
.post::before {
  background: url(../img/common/news-mv.png) no-repeat center center/960px 650px;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 650px;
  width: 960px;
  z-index: -1;
}

@media (max-width: 1920px) {
  .post::before {
    background: url(../img/common/news-mv.png) no-repeat center center/50vw 33.85vw;
    height: 33.85vw;
    width: 50vw;
  }
}

@media (max-width: 750px) {
  .post::before {
    background: url(../img/common/news-mv-sp.png) no-repeat top center/100%;
    height: 100%;
    top: 1%;
    width: 100%;
  }
}

.post .single-head {
  margin-bottom: 70px;
  margin-top: 125px;
}

@media (max-width: 1024px) {
  .post .single-head {
    margin-bottom: 0;
    margin-top: 0px;
  }
}

@media (min-width: 1025px) {
  .post .single-head-inner {
    max-width: calc(1140px + 5% * 2);
  }
}

@media (max-width: 1024px) {
  .post .single-head-inner {
    padding-bottom: 0;
  }
}

.post .single-head-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

@media (max-width: 1024px) {
  .post .single-head-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
  }
}

.post .single-head-left {
  width: 57.89%;
}

@media (max-width: 1024px) {
  .post .single-head-left {
    width: 100%;
  }
}

.post .single-head-ttl {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .post .single-head-ttl {
    font-size: 2.7rem;
  }
}

.post .single-head-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .post .single-head-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

.post .single-head-middle .date {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .post .single-head-middle .date {
    font-size: 1.2rem;
  }
}

.post .single-head-middle .cats {
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .post .single-head-middle .cats {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .post .single-head-middle .cats .cat {
    margin-right: 10px;
  }
}

.post .single-head-desc {
  margin-top: 30px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .post .single-head-desc {
    font-weight: 400;
    text-align: center;
  }
}

.post .single-head-right {
  width: calc(100% - 57.89%);
}

@media (max-width: 1024px) {
  .post .single-head-right {
    width: 100%;
  }
}

.post .post-img {
  aspect-ratio: 4/3;
  margin-right: -45%;
  margin-left: 2.63%;
}

@media (max-width: 1024px) {
  .post .post-img {
    margin-right: auto;
    margin-left: auto;
  }
}

.post .post-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* ==========================================================================
	お知らせ詳細
	========================================================================== */
.post {
  position: relative;
}

.post::before {
  background: url(../img/common/news-mv.png) no-repeat center center/960px 650px;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 650px;
  width: 960px;
  z-index: -1;
}

@media (max-width: 1920px) {
  .post::before {
    background: url(../img/common/news-mv.png) no-repeat center center/50vw 33.85vw;
    height: 33.85vw;
    width: 50vw;
  }
}

@media (max-width: 750px) {
  .post::before {
    background: url(../img/common/news-mv-sp.png) no-repeat top center/100%;
    height: 100%;
    top: 1%;
    width: 100%;
  }
}

.postTemplate {
  padding-bottom: 65px;
}

@media (max-width: 1024px) {
  .postTemplate {
    padding-bottom: 0;
  }
}

.postTemplate .inner {
  max-width: calc(960px + 5% * 2);
}

@media (max-width: 1024px) {
  .postTemplate .inner {
    max-width: calc(500px + 5% * 2);
  }
}

/* URLコピー */
.post-copy-box {
  margin: 25px auto 0;
  text-align: center;
}

.post-copy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3c2821;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.33;
  -webkit-transition: .1s;
  transition: .1s;
  padding: 2.15% 12% 2.15% 10%;
}

@media (max-width: 1024px) {
  .post-copy {
    font-size: 1.4rem;
  }
}

.post-copy:hover {
  opacity: .5;
}

.post-copy span {
  position: relative;
}

.post-copy span::after {
  background: url(../img/common/copy-icon.svg) no-repeat center center/26px 26px;
  content: '';
  height: 26px;
  position: absolute;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
}

@media (max-width: 1024px) {
  .post-copy span::after {
    background: url(../img/common/copy-icon.svg) no-repeat center center/13px 13px;
    height: 13px;
    right: -25px;
    width: 13px;
  }
}

/* paging */
.paging {
  border-bottom: 1px solid #3E2A22;
  border-top: 1px solid #3E2A22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  margin-bottom: 35px;
  margin-top: 35px;
  width: 100%;
}

@media (max-width: 1024px) {
  .paging {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.paging-item {
  line-height: 1.44;
  position: relative;
  width: calc(100% / 2);
}

@media (max-width: 1024px) {
  .paging-item {
    min-height: 80px;
    width: 100%;
  }
}

.paging-item a {
  display: block;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
  padding: 2% 6% 2% 10%;
  -webkit-transition: .1s;
  transition: .1s;
  word-wrap: break-word;
}

@media (max-width: 1024px) {
  .paging-item a {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 10px 5% 10px 15%;
  }
}

.paging-item a:hover {
  background: #F8FDFF;
}

.paging-item-next a {
  padding: 2% 10% 2% 6%;
}

@media (max-width: 1024px) {
  .paging-item-next a {
    padding: 10px 15% 10px 5%;
  }
}

.paging-item-prev {
  border-right: 1px solid #3E2A22;
}

.paging-item-prev .paging-arrow {
  left: 10px;
}

@media (max-width: 1024px) {
  .paging-item-prev .paging-arrow {
    left: 0;
  }
}

.paging-item-prev .paging-arrow::before {
  left: 0;
}

.paging-item-next .paging-arrow {
  right: 30px;
}

@media (max-width: 1024px) {
  .paging-item-next .paging-arrow {
    right: 20px;
  }
}

.paging-item-next .paging-arrow::before {
  left: auto;
  right: -20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.paging-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.paging-arrow::before {
  background: url(../img/common/paging-arrow.svg) no-repeat center center/24px 24px;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 0;
  -webkit-transition: .1s;
  transition: .1s;
  width: 24px;
}

@media (max-width: 1024px) {
  .paging-arrow::before {
    background: url(../img/common/paging-arrow.svg) no-repeat center center/20px 20px;
    height: 20px;
    width: 20px;
  }
}

.single-bottom {
  padding-bottom: 170px;
  padding-top: 225px;
}

@media (max-width: 1024px) {
  .single-bottom {
    padding-bottom: 0;
    padding-top: 30px;
  }
}

.single-bottom::before {
  content: none;
}

@media (max-width: 1024px) {
  .single-bottom .inner {
    padding-top: 40px;
  }
}

.single-bottom .single-bottom-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.single-bottom .single-bottom-ttl::before {
  background: #707070;
  content: '';
  height: 200px;
  left: 50%;
  position: absolute;
  top: -225px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
}

@media (max-width: 1024px) {
  .single-bottom .single-bottom-ttl::before {
    height: 80px;
    top: -90px;
  }
}

@media (max-width: 1024px) {
  .single-bottom .single-bottom-ttl {
    font-size: 2rem;
  }
}

.single-bottom .category-box {
  border: 1px solid #3E2A22;
  margin-top: 40px;
  padding: 35px;
}

@media (max-width: 1024px) {
  .single-bottom .category-box {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 15px;
  }
}

.single-bottom .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
}

@media (max-width: 1024px) {
  .single-bottom .category-list {
    font-size: 1.4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.single-bottom .category-list li {
  margin: 0 20px;
  position: relative;
  width: auto;
}

@media (max-width: 1024px) {
  .single-bottom .category-list li {
    margin-right: 10px;
  }
}

.single-bottom .category-list li::before {
  content: '';
  background: url(../img/news/cat-arrow.svg) no-repeat center center/6px 12px;
  content: '';
  height: 12px;
  left: -10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
}

.single-bottom .category-list li a:hover {
  text-decoration: underline;
}

.single-bottom .news-list {
  margin-bottom: 0;
  margin-top: 5px;
}

.single-bottom .news-item a {
  border-bottom: 1px solid #3E2A22;
  padding: 20px 25px;
}

@media (max-width: 1024px) {
  .single-bottom .news-item a {
    padding: 15px 0;
  }
}

.single-bottom .news-item a::before {
  content: none;
}

@media (max-width: 1024px) {
  .single-bottom .news-item .news-date {
    padding-left: 0;
  }
  .single-bottom .news-item .news-date::before {
    content: none;
  }
}

.single-bottom .news-item .news-item-right {
  width: auto;
}

.single-bottom .news-item .news-img {
  max-width: 109px;
}

/* ==========================================================================
ブログ詳細
========================================================================== */
.post-blog {
  position: relative;
  /* URLコピー */
}

.post-blog::before {
  background: url(../img/common/blog-mv.png) no-repeat center center/960px 650px;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 650px;
  width: 960px;
  z-index: -1;
}

@media (max-width: 1920px) {
  .post-blog::before {
    background: url(../img/common/blog-mv.png) no-repeat center center/50vw 33.85vw;
    height: 33.85vw;
    width: 50vw;
  }
}

@media (max-width: 750px) {
  .post-blog::before {
    background: url(../img/common/blog-mv-sp.png) no-repeat top center/100%;
    height: 100%;
    top: 1%;
    width: 100%;
  }
}

.post-blog .cats .cat {
  white-space: nowrap;
}

.post-blog .post-copy-box {
  margin: 25px auto 0;
  text-align: center;
}

.post-blog .post-copy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3c2821;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.33;
  -webkit-transition: .1s;
  transition: .1s;
  padding: 2.15% 12% 2.15% 10%;
}

@media (max-width: 1024px) {
  .post-blog .post-copy {
    font-size: 1.5rem;
  }
}

.post-blog .post-copy:hover {
  opacity: .5;
}

.post-blog .post-copy span {
  position: relative;
}

.post-blog .post-copy span::after {
  background: url(../img/common/copy-icon.svg) no-repeat center center/26px 26px;
  content: '';
  height: 26px;
  position: absolute;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
}

@media (max-width: 1024px) {
  .post-blog .post-copy span::after {
    background: url(../img/common/copy-icon.svg) no-repeat center center/13px 13px;
    height: 13px;
    right: -25px;
    width: 13px;
  }
}

#ez-toc-container {
  background: #fff;
  border: 1px solid #3E2A22;
  border-radius: 10px;
  margin: 50px auto 40px;
  padding: 0;
  padding-right: 0 !important;
  width: 100%;
}

@media (max-width: 1024px) {
  #ez-toc-container {
    margin: 0px auto 40px;
  }
}

#ez-toc-container .ez-toc-title-container {
  padding: 7px 20px;
}

@media (max-width: 1024px) {
  #ez-toc-container .ez-toc-title-container {
    padding: 3% 4% 2%;
  }
}

#ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-size: 2rem;
  font-weight: 500;
}

@media (max-width: 1024px) {
  #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 1024px) {
  #ez-toc-container .ez-toc-btn-default {
    max-width: 32px;
  }
}

#ez-toc-container .ez-toc-title-toggle {
  width: auto;
}

@media (min-width: 1025px) {
  #ez-toc-container .ez-toc-glyphicon:empty {
    width: auto;
  }
}

#ez-toc-container i.ez-toc-glyphicon {
  margin-left: 0;
}

#ez-toc-container .ez-toc-toggle label {
  display: none;
}

#ez-toc-container a.ez-toc-toggle {
  width: 33px;
  height: 29px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cecece));
  background: linear-gradient(to bottom, #f5f5f5 0%, #cecece 100%);
  border: 0.5px solid #d1d1d1;
  position: relative;
}

@media (max-width: 1024px) {
  #ez-toc-container a.ez-toc-toggle {
    width: 25px;
    height: 22px;
  }
}

#ez-toc-container a.ez-toc-toggle::before {
  background: url(../img/common/toc-icon.svg) no-repeat center center/17px 13px;
  content: '';
  height: 13px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17px;
}

@media (max-width: 1024px) {
  #ez-toc-container a.ez-toc-toggle::before {
    background: url(../img/common/toc-icon.svg) no-repeat center center/14px 10px;
    height: 10px;
    width: 14px;
  }
}

#ez-toc-container ul {
  padding: 3px 20px 20px;
}

@media (max-width: 1024px) {
  #ez-toc-container ul {
    padding: 0 4% 5%;
  }
}

#ez-toc-container ul li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 0;
}

@media (max-width: 1024px) {
  #ez-toc-container ul li {
    font-size: 1.4rem;
    padding: 0;
  }
}

#ez-toc-container ul li:not(:first-child) {
  margin-top: 20px;
}

#ez-toc-container ul li a {
  color: #3E2A22;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
}

#ez-toc-container ul li a::before {
  color: #3E2A22;
}

@media (max-width: 1024px) {
  #ez-toc-container ul li a {
    font-size: 1.4rem;
  }
}

#ez-toc-container ul li ul {
  margin-left: 20px;
  padding: 0;
}

#ez-toc-container ul li ul li {
  margin-top: 20px;
}

#ez-toc-container ul li ul li:last-child {
  padding-bottom: 0;
}

#ez-toc-container ul li ul li a::before {
  color: #3E2A22;
  font-size: 1.6rem;
  letter-spacing: 0;
}

@media (max-width: 1024px) {
  #ez-toc-container ul li ul li a::before {
    font-size: 1.4rem;
    letter-spacing: 0.0em;
    line-height: 1.6;
  }
}

#ez-toc-container ul a {
  color: #0B92DC;
  font-size: 1.8rem;
  letter-spacing: 0;
}

@media (max-width: 1024px) {
  #ez-toc-container ul a {
    font-size: 1.4rem;
  }
}

#ez-toc-container ul a:visited {
  color: #3E2A22;
}

#ez-toc-container ul.counter-decimal ul.ez-toc-list li a::before,
#ez-toc-container ul .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
  content: counters(item, "-") ". ";
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  #ez-toc-container ul.counter-decimal ul.ez-toc-list li a::before,
  #ez-toc-container ul .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
    font-size: 1.4rem;
  }
}

.post-blog .template h2 {
  background: -webkit-gradient(linear, right top, left top, from(#88aae8), to(#6fc0ef));
  background: linear-gradient(to left, #88aae8 0%, #6fc0ef 100%);
  border-radius: 4px;
  border-bottom: none;
  color: #fff;
  line-height: 1.53;
  padding: 15px 25px;
}

@media (max-width: 1024px) {
  .post-blog .template h2 {
    line-height: 1.5;
    margin: 40px auto 20px;
  }
}

.post-blog .template h3 {
  color: #6B8DC7;
  font-size: 2.6rem;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 1024px) {
  .post-blog .template h3 {
    font-size: 2rem;
    line-height: 1.5;
    padding-left: 14px;
  }
}

.post-blog .template h3::before {
  border-radius: 4px;
  background: -webkit-gradient(linear, left bottom, left top, from(#88aae8), to(#6fc0ef));
  background: linear-gradient(to top, #88aae8 0%, #6fc0ef 100%);
  content: '';
  height: 46px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

@media (max-width: 1024px) {
  .post-blog .template h3::before {
    height: 50px;
    width: 4px;
  }
}

.post-blog .template h4 {
  color: #6B8DC7;
  font-size: 2.4rem;
  line-height: 1.66;
  padding-left: 43px;
  position: relative;
}

@media (max-width: 1024px) {
  .post-blog .template h4 {
    font-size: 1.8rem;
    line-height: 2;
    padding-left: 25px;
  }
}

.post-blog .template h4::before {
  background: url(../img/blog/post-blog-h4-icon.svg) no-repeat center center/37px 31px;
  content: '';
  height: 31px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 37px;
}

@media (max-width: 1024px) {
  .post-blog .template h4::before {
    background: url(../img/blog/post-blog-h4-icon.svg) no-repeat center center/20px 16px;
    height: 16px;
    top: 12px;
    -webkit-transform: none;
            transform: none;
    width: 20px;
  }
}

.post-blog .template blockquote {
  border: 2px solid #6B8DC7;
  background: #fff;
  padding: 4.79% 6.25% 3.125%;
}

@media (max-width: 1024px) {
  .post-blog .template blockquote {
    font-size: 1.4rem;
    padding: 6% 4% 3%;
  }
}

.post-blog .template blockquote::before {
  background: url(../img/blog/post-blog-quote.svg) no-repeat center center/73px 62px;
  height: 62px;
  left: 0.625%;
  top: -31px;
  width: 73px;
}

@media (max-width: 1024px) {
  .post-blog .template blockquote::before {
    background: url(../img/blog/post-blog-quote.svg) no-repeat center center/36px 31px;
    height: 31px;
    left: 0.3%;
    top: -15px;
    width: 36px;
  }
}

.post-blog .template blockquote cite {
  border-top: 2px dashed #6B8DC7;
}

@media (max-width: 1024px) {
  .post-blog .template blockquote cite {
    font-size: 1.2rem;
  }
}

.post-blog .post-blog {
  /* paging */
}

.post-blog .post-blog .paging-arrow::before {
  background: url(../img/blog/post-blog-paging-arrow.svg) no-repeat center center/24px 24px;
}

.post-blog .post-blog .single-bottom {
  padding-bottom: 120px;
}

.post-blog .post-blog .single-bottom .category-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1024px) {
  .post-blog .post-blog .single-bottom .category-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.post-blog .post-blog .single-bottom .category-list li {
  margin: 0 20px;
  position: relative;
}

.post-blog .post-blog .single-bottom .category-list li::before {
  background: url(../img/news/cat-arrow.svg) no-repeat center center/6px 12px;
  content: '';
  height: 12px;
  left: -10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
}

.post-blog .post-blog .single-bottom .category-list .current {
  text-decoration: underline;
}

/* ==========================================================================
	ブロックエディタパーツ（固定ページ用）
	========================================================================== */
.pageTemplate {
  padding: 0 5%;
}

.pageTemplate .pageTemplate-box {
  background: #fff;
  border-radius: 30px;
  margin: -170px auto 0px;
  max-width: 1080px;
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .pageTemplate .pageTemplate-box {
    border-radius: 15px;
    max-width: 500px;
    margin-top: -100px;
    padding: 15px 10px 40px;
  }
}

.pageTemplate .page-img {
  margin-bottom: 40px;
  padding: 0 5%;
  text-align: center;
}

@media (max-width: 1024px) {
  .pageTemplate .page-img {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .pageTemplate .inner {
    padding: 0;
  }
}

.pageTemplate .template {
  /* googlemap調整 */
}

.pageTemplate .template h2 {
  background: transparent;
  border-bottom: none;
  color: #6B8DC7;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.33;
  margin: 40px 0 70px;
  position: relative;
  text-align: center;
}

@media (max-width: 1024px) {
  .pageTemplate .template h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 40px 0 50px;
    text-align: left;
  }
}

.pageTemplate .template h2::before {
  background: -webkit-gradient(linear, right top, left top, from(#88aae8), to(#6fc0ef));
  background: linear-gradient(to left, #88aae8 0%, #6fc0ef 100%);
  border-radius: 5px;
  bottom: -13px;
  content: "";
  height: 9px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90px;
}

@media (max-width: 1024px) {
  .pageTemplate .template h2::before {
    bottom: -4px;
    height: 4px;
    width: 45px;
  }
}

.pageTemplate .template h2::after {
  content: none;
}

.pageTemplate .template h3 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.53;
  color: #6B8DC7;
  padding: 2% 1%;
  position: relative;
}

@media (max-width: 1024px) {
  .pageTemplate .template h3 {
    font-size: 2rem;
  }
}

.pageTemplate .template h3::before, .pageTemplate .template h3::after {
  background: -webkit-gradient(linear, left top, right top, from(#88aae8), to(#6fc0ef));
  background: linear-gradient(to right, #88aae8 0%, #6fc0ef 100%);
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 1024px) {
  .pageTemplate .template h3::before, .pageTemplate .template h3::after {
    height: 2px;
  }
}

.pageTemplate .template h3::before {
  top: 0;
}

.pageTemplate .template h3::after {
  bottom: 0;
}

.pageTemplate .template h4 {
  color: #6B8DC7;
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 1.18;
  padding-left: 43px;
  position: relative;
}

@media (max-width: 1024px) {
  .pageTemplate .template h4 {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    line-height: 2;
    padding-left: 25px;
  }
}

.pageTemplate .template h4::before {
  background: url(../img/blog/post-blog-h4-icon.svg) no-repeat center center/37px 31px;
  content: '';
  height: 31px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 37px;
}

@media (max-width: 1024px) {
  .pageTemplate .template h4::before {
    background: url(../img/blog/post-blog-h4-icon.svg) no-repeat center center/20px 16px;
    height: 16px;
    top: 12px;
    -webkit-transform: none;
            transform: none;
    width: 20px;
  }
}

.pageTemplate .template ul li::before {
  border-width: 3px;
  top: 15px;
}

.pageTemplate .template blockquote {
  border: 2px solid #6B8DC7;
  background: #fff;
  padding: 4.79% 6.25% 3.125%;
}

@media (max-width: 1024px) {
  .pageTemplate .template blockquote {
    font-size: 1.4rem;
    padding: 6% 4% 3%;
  }
}

.pageTemplate .template blockquote::before {
  background: url(../img/blog/post-blog-quote.svg) no-repeat center center/73px 62px;
  height: 62px;
  left: 0.625%;
  top: -31px;
  width: 73px;
}

@media (max-width: 1024px) {
  .pageTemplate .template blockquote::before {
    background: url(../img/blog/post-blog-quote.svg) no-repeat center center/36px 31px;
    height: 31px;
    left: 0.3%;
    top: -15px;
    width: 36px;
  }
}

.pageTemplate .template blockquote cite {
  border-top: 2px dashed #6B8DC7;
}

@media (max-width: 1024px) {
  .pageTemplate .template blockquote cite {
    border-top: 2px dashed #6B8DC7;
    font-size: 1.2rem;
  }
}

.pageTemplate .template .googlemap {
  height: 0;
  margin: auto;
  padding-top: 49%;
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  .pageTemplate .template .googlemap {
    margin: 20px 0;
    padding-top: 64%;
    width: 100%;
  }
}

.pageTemplate .template .googlemap iframe {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

/* ==========================================================================
	固定ページメインビジュアル
========================================================================== */
.page-head {
  background: url(../img/common/page-mv.png) no-repeat center top/100% 100%;
  padding-bottom: 210px;
  padding-top: 125px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .page-head {
    padding-bottom: 140px;
    padding-top: 0px;
  }
}

.page-head-inner {
  max-width: calc(1080px + 5% * 2);
}

@media (max-width: 1024px) {
  .page-head-inner {
    padding-bottom: 0px;
  }
}

.page-head-en {
  margin: 65px auto 0;
  max-width: 960px;
  text-align: center;
}

@media (max-width: 1024px) {
  .page-head-en {
    margin-top: 30px;
  }
}

.page-head-en p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3E2A22;
  border-radius: 5px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  font-size: 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  padding: 5px 18px;
}

@media (max-width: 1024px) {
  .page-head-en p {
    font-size: 1.2rem;
  }
}

@media (max-width: 1024px) {
  .page-head-en {
    font-size: 1.4rem;
  }
}

.page-head-ttl {
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.33;
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
}

@media (max-width: 1024px) {
  .page-head-ttl {
    font-size: 2.7rem;
    margin-top: 5px;
    max-width: 100%;
  }
}

.page-head-desc {
  line-height: 2;
  margin-top: 35px;
  margin: 35px auto 0;
  max-width: 960px;
}

@media (max-width: 1024px) {
  .page-head-desc {
    line-height: 2;
    margin-top: 30px;
    max-width: 100%;
    text-align: left;
  }
}

/* ==========================================================================
about
========================================================================== */
@media (min-width: 1025px) {
  .page-company .pageTemplate .template h2 {
    margin-top: 100px;
  }
}

@media (max-width: 1024px) {
  .page-company .pageTemplate .template h2 {
    margin-bottom: 30px;
    text-align: center;
  }
}

.page-company .pageTemplate .template h3 {
  background: -webkit-gradient(linear, right top, left top, from(#88aae8), to(#6fc0ef));
  background: linear-gradient(to left, #88aae8 0%, #6fc0ef 100%);
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 1024px) {
  .page-company .pageTemplate .template h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 0;
  }
}

.page-company .pageTemplate .template h3::before, .page-company .pageTemplate .template h3::after {
  content: none;
}

/* ==========================================================================
お問い合わせページ
========================================================================== */
.page-contact .page-head,
.page-confirm .page-head,
.page-thanks .page-head {
  background: transparent;
}

.page-contact .page-head-en,
.page-confirm .page-head-en,
.page-thanks .page-head-en {
  margin-top: 65px;
}

@media (max-width: 1024px) {
  .page-contact .page-head-en,
  .page-confirm .page-head-en,
  .page-thanks .page-head-en {
    margin-top: 50px;
  }
}

.page-contact .inner,
.page-confirm .inner,
.page-thanks .inner {
  max-width: calc(880px + 5% * 2) !important;
}

@media (max-width: 1024px) {
  .page-contact .inner,
  .page-confirm .inner,
  .page-thanks .inner {
    max-width: 500px !important;
    padding: 50px 5% 0;
  }
}

.page-contact .pageTemplate,
.page-confirm .pageTemplate,
.page-thanks .pageTemplate {
  margin-top: -150px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .page-contact .pageTemplate,
  .page-confirm .pageTemplate,
  .page-thanks .pageTemplate {
    margin-top: -130px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .page-contact .pageTemplate .inner,
  .page-confirm .pageTemplate .inner,
  .page-thanks .pageTemplate .inner {
    padding: 30px 0 0;
  }
}

.wpcf7-form {
  margin-top: 60px;
}

@media (max-width: 1024px) {
  .wpcf7-form {
    margin-top: 20px;
  }
}

.form__item {
  border-bottom: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

@media (max-width: 1024px) {
  .form__item {
    border-bottom: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .form__item:first-of-type {
    border-top: 1px solid #707070;
  }
}

.form__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 40px;
  min-width: 180px;
}

@media (max-width: 1024px) {
  .form__label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 10px;
    min-width: 140px;
  }
}

.form__label--required::after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #6BBCE8;
  border-radius: 3px;
  color: #6BBCE8;
  content: "必須";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  margin-left: 10px;
  width: 56px;
}

@media (max-width: 1024px) {
  .form__label--required::after {
    font-size: 1.1rem;
    height: 20px;
    width: 40px;
  }
}

.form__item--textarea .form__label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form__item--textarea .form__label--required::after {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .form__item--textarea .form__label--required::after {
    margin-top: 5px;
  }
}

.form__input {
  display: inline-block;
  width: calc(100% - 180px);
}

@media (max-width: 1024px) {
  .form__input {
    width: 100%;
  }
}

.form__input input,
.form__input textarea {
  background: #F2F0EF;
  border: none;
  font-family: inherit;
  height: 100%;
}

.form__input input::-webkit-input-placeholder,
.form__input textarea::-webkit-input-placeholder,
.form__input select::-webkit-input-placeholder {
  color: #CCCCCC;
}

.form__input input:-ms-input-placeholder,
.form__input textarea:-ms-input-placeholder,
.form__input select:-ms-input-placeholder {
  color: #CCCCCC;
}

.form__input input::-ms-input-placeholder,
.form__input textarea::-ms-input-placeholder,
.form__input select::-ms-input-placeholder {
  color: #CCCCCC;
}

.form__input input::placeholder,
.form__input textarea::placeholder,
.form__input select::placeholder {
  color: #CCCCCC;
}

.form__input input,
.form__input textarea {
  padding: 15px 3.61%;
  width: 100%;
}

@media (max-width: 1024px) {
  .form__input input,
  .form__input textarea {
    padding: 2.45% 4%;
  }
}

.form__input textarea {
  resize: none;
  height: 214px;
}

.center {
  text-align: center;
}

.form__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  height: auto;
  margin: 0 auto;
  position: relative;
  width: auto;
}

@media (max-width: 1024px) {
  .form__submit {
    width: 100%;
  }
}

.form__submit::after {
  background: url(../img/common/form-next-arrow.svg) no-repeat center center/7px 15px;
  content: '';
  height: 15px;
  pointer-events: none;
  position: absolute;
  right: 7%;
  top: 60%;
  width: 7px;
}

@media (max-width: 1024px) {
  .form__submit::after {
    background: url(../img/common/form-next-arrow.svg) no-repeat center center/5px 13px;
    height: 13px;
    top: 57px;
    right: 14%;
    width: 5px;
  }
}

.form__submit:hover::after {
  background: url(../img/common/form-next-arrow-hover.svg) no-repeat center center/5px 13px;
}

.form__btns .form__submit {
  margin: 60px 0 0 15px;
}

@media (max-width: 1024px) {
  .form__btns .form__submit {
    margin: 20px auto 0;
  }
}

@media (max-width: 1024px) {
  .form__btns .form__submit::after {
    top: 19px;
  }
}

@media (max-width: 1024px) {
  .form__btns .form__submit input[type="submit"] {
    margin: auto;
  }
}

.form__submit input[type="submit"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 3px solid #2da1e1;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  color: #2da1e1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: 700;
  height: 68px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  margin-top: 40px;
  position: relative;
  width: 420px;
}

@media (max-width: 1024px) {
  .form__submit input[type="submit"] {
    border: 2px solid #2da1e1;
    border-radius: 4px;
    font-size: 1.5rem;
    height: 50px;
    margin: 40px auto 0;
    max-width: 82.08%;
    width: 100%;
  }
}

.form__submit input[type="submit"]:hover {
  background: #2da1e1;
  color: #fff;
}

.wpcf7-not-valid-tip {
  color: #f60a0a;
  font-weight: bold;
  margin-top: 5px;
}

.wpcf7-not-valid-tip::before {
  content: "※";
}

@media (max-width: 1024px) {
  .wpcf7-not-valid-tip {
    margin-top: 3px;
  }
}

div.wpcf7-response-output {
  border: none !important;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 1024px) {
  div.wpcf7-response-output {
    font-size: 1.6rem;
  }
}

div.wpcf7 .ajax-loader {
  bottom: -40px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

span.wpcf7-list-item {
  margin: 0;
}

/* 送信ローダーの位置調整 */
.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .wpcf7 .wpcf7-spinner {
    margin: 0 0 0 10px;
  }
}

.wpcf7-submit-block {
  /* 要調整(*1) */
  position: relative;
  margin-bottom: 2em;
}

.wpcf7-submit-block input[type='submit'] {
  min-width: 200px;
}

/* 送信ローダークリック時 */
.wpcf7-submit.wpcf7-active {
  pointer-events: none;
  opacity: .5;
}

/* ==========================================================================
送信確認ページ
========================================================================== */
.form__prev {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  height: auto;
  margin-top: 60px;
  margin-right: 15px;
  position: relative;
  width: auto;
}

@media (max-width: 1024px) {
  .form__prev {
    margin: 40px auto 0;
    width: 100%;
  }
}

.form__prev::after {
  background: url(../img/common/form-prev-arrow.svg) no-repeat center center/7px 15px;
  content: '';
  height: 15px;
  position: absolute;
  left: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
}

@media (max-width: 1024px) {
  .form__prev::after {
    background: url(../img/common/form-prev-arrow.svg) no-repeat center center/5px 13px;
    height: 13px;
    left: 13%;
    width: 5px;
  }
}

.form__prev:hover::after {
  background: url(../img/common/form-prev-arrow-hover.svg) no-repeat center center/7px 15px;
}

.form__prev input[type="button"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 9px;
  border: none;
  border: 3px solid #999999;
  color: #999999;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: 700;
  height: 68px;
  letter-spacing: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 420px;
}

@media (max-width: 1024px) {
  .form__prev input[type="button"] {
    border: 2px solid #999999;
    border-radius: 4px;
    font-size: 1.5rem;
    height: 50px;
    width: 275px;
    margin: auto;
    max-width: 82.08%;
    width: 100%;
  }
}

.form__prev input[type="button"]:hover {
  background: #999999;
  color: #fff;
}

.page-confirm .form__input {
  border: 1px solid #3E2A22;
  min-height: 60px;
  padding: 15px 30px;
}

@media (max-width: 1024px) {
  .page-confirm .form__input {
    min-height: 40px;
    padding: 10px 15px;
  }
}

.page-confirm .form__textarea {
  height: 214px;
}

/* ==========================================================================
404ページ
========================================================================== */
.notFound-page {
  padding-bottom: 200px;
}

@media (max-width: 1024px) {
  .notFound-page {
    padding-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .notFound-page .inner {
    padding-bottom: 0;
  }
}

.notFound-page .page-head-en {
  margin-top: 50px;
}

.notFound-page .page-head-en p {
  border-radius: 0;
  line-height: 1.16;
  padding: 5px 10px;
}

@media (max-width: 1024px) {
  .notFound-page .page-head-en p {
    font-size: 1.2rem;
  }
}

@media (max-width: 1024px) {
  .notFound-page .notFound .inner {
    padding-top: 40px;
  }
}

.notFound-page .notFound-box {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 70px;
  text-align: center;
}

@media (max-width: 1024px) {
  .notFound-page .notFound-box {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
