@charset "UTF-8";
/*========================================================

  1.インポートファイル
  2.基本設定

========================================================*/
/*========================================================

  １．インポートファイル

========================================================*/
/* 必須 */
/*——————— ▼ MacBook・ノートPC ———————*/
/*——————— ▼ iPad(横)・iPadPro　———————*/
/*——————— ▼ iPad mini(横) ———————*/
/*——————— ▼ iPad mini(縦) ———————*/
/*——————— ▼ スマホ ———————*/
/*========================================================

  1.transform
  2.flex-box
  3.gradient
  4.position
  5.other

========================================================*/
/*========================================================

  1.transform

========================================================*/
/*——————— ▼ transition ———————*/
/*——————— ▼ translate ———————*/
/*——————— ▼ scale ———————*/
/*——————— ▼ rotate ———————*/
/*——————— ▼ rotateX ———————*/
/*——————— ▼ rotateY ———————*/
/*==================================================

  2.flex-box

==================================================*/
/*——————— ▼ flexbox ———————*/
/*——————— ▼ justify-content ———————*/
/*——————— ▼ align-items ———————*/
/*——————— ▼ flex-wrap ———————*/
/*——————— ▼ flex ———————*/
/*==================================================

  3.gradient

==================================================*/
/*——————— ▼ 明 → 暗 ———————*/
/*——————— ▼ 暗 → 明 ———————*/
/*==================================================

  4.position

==================================================*/
/*——————— ▼ 上 真ん中 ———————*/
/*——————— ▼ 左上 ———————*/
/*——————— ▼ 右上 ———————*/
/*——————— ▼ 下 真ん中 ———————*/
/*——————— ▼ 左下 ———————*/
/*——————— ▼ 右下 ———————*/
/*——————— ▼ 上下中央 ———————*/
/*==================================================

  5.other

==================================================*/
/*——————— ▼ 天地中央 ———————*/
/*——————— ▼ opacity ———————*/
/*——————— ▼ border-radius ———————*/
/*——————— ▼ 正円 ———————*/
/*——————— ▼ 矢印 ———————*/
/* 必須 */
/*========================================================

  1.コンテンツレイアウト

========================================================*/
/*========================================================

  1.コンテンツレイアウト

========================================================*/
@import url("https://fonts.googleapis.com/css?family=Kaushan+Script");
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap");
.col-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*——————— ▼ PC ———————*/
  /*——————— ▼ tab ———————*/
  /*——————— ▼ phab ———————*/
  /*——————— ▼ sp ———————*/
}
.col-container .col-l-12 {
  width: 100%;
}
.col-container .col-l-11 {
  width: 91.6666666667%;
}
.col-container .col-l-10 {
  width: 83.3333333333%;
}
.col-container .col-l-9 {
  width: 75%;
}
.col-container .col-l-8 {
  width: 66.6666666667%;
}
.col-container .col-l-7 {
  width: 58.3333333333%;
}
.col-container .col-l-6 {
  width: 50%;
}
.col-container .col-l-5 {
  width: 41.6666666667%;
}
.col-container .col-l-4 {
  width: 33.3333333333%;
}
.col-container .col-l-3 {
  width: 25%;
}
.col-container .col-l-2 {
  width: 16.6666666667%;
}
.col-container .col-l-1 {
  width: 8.3333333333%;
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-12 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-11 {
    width: 91.6666666667%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-10 {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-9 {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-8 {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-7 {
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-6 {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-5 {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-4 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-3 {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-2 {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-1 {
    width: 8.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-12 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-11 {
    width: 91.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-10 {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-9 {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-8 {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-7 {
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-6 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-5 {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-4 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-3 {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-2 {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-1 {
    width: 8.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .col-container .col-s-12 {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .col-container .col-s-11 {
    width: 91.6666666667%;
  }
}
@media screen and (max-width: 500px) {
  .col-container .col-s-10 {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .col-container .col-s-9 {
    width: 75%;
  }
}
@media screen and (max-width: 500px) {
  .col-container .col-s-8 {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 500px) {
  .col-container .col-s-7 {
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .col-container .col-s-6 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .col-container .col-s-5 {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 500px) {
  .col-container .col-s-4 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .col-container .col-s-3 {
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  .col-container .col-s-2 {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 500px) {
  .col-container .col-s-1 {
    width: 8.3333333333%;
  }
}

.row-rev {
  flex-direction: row-reverse;
}

/* 必須 */
/*========================================================

  【初期設定】

  1.フォントサイズ
  2.フォントサイズ基本設定

========================================================*/
/*========================================================

  1.フォントサイズ

========================================================*/
/*========================================================

  2.フォントサイズ基本設定

========================================================*/
/*——————— ▼ フォント設定 ———————*/
html {
  width: 100%;
  font-size: 62.5%;
}
html body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: YakuHanJP, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 2;
  letter-spacing: 1.2px;
  color: #666666;
  font-weight: 500px;
}
@media screen and (max-width: 768px) {
  html body {
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
html body a {
  text-decoration: none;
}
html body img {
  width: 100%;
}
html body .mincho {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

/* 必須 */
/*========================================================

  【初期設定】

  1.カラー設定

========================================================*/
/*========================================================

  1.カラー設定

========================================================*/
/*——————— ▼ ベースカラー（背景や余白） ———————*/
/*——————— ▼ メインカラー（navや見出し） ———————*/
/*——————— ▼ サブカラー（リンクやアクセント部分） ———————*/
/*——————— ▼ 注目カラー（リンクやアクセント部分） ———————*/
/*——————— ▼ 背景（背景の違う色部分） ———————*/
/* 必須 */
/*========================================================

  【初期設定】

  1.コンテンツ幅

========================================================*/
/*========================================================

  1.コンテンツ幅

========================================================*/
/*——————— ▼ 全ページ共通　右コンテンツボックス幅 ———————*/
/*——————— ▼ TOPページ ———————*/
article#top {
  width: 100%;
}

/*——————— ▼ 下層ページ ———————*/
div#page {
  width: 1300px;
  margin: 4rem auto;
}
@media screen and (max-width: 1024px) {
  div#page {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  div#page {
    width: 96%;
    margin: 0 auto;
  }
}

div#page100per {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  div#page100per {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  div#page100per {
    width: 96%;
    margin: 0 auto;
  }
}

/*——————— ▼ アーカイブページ ———————*/
div#archive {
  width: 1300px;
  margin: 4rem auto;
}
@media screen and (max-width: 1024px) {
  div#archive {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  div#archive {
    width: 96%;
    margin: 0 auto;
  }
}

/*——————— ▼ シングルページ ———————*/
div#single {
  width: 1300px;
  margin: 4rem auto;
}
@media screen and (max-width: 1024px) {
  div#single {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  div#single {
    width: 96%;
    margin: 0 auto;
  }
}

/* 必須 */
/*========================================================

  ローディング

========================================================*/
.loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.loading img {
  width: 400px;
}
@media screen and (max-width: 500px) {
  .loading img {
    width: 200px;
  }
}

/*========================================================

  header

========================================================*/
.fullcreen {
  width: 100%;
  height: 100vh;
  position: relative;
}
.fullcreen h1 {
  position: absolute;
  top: 0;
  left: 10%;
  font-size: 1.4px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .fullcreen h1 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.fullcreen .top-logo {
  position: absolute;
  top: 2.6rem;
  left: 10%;
  width: 20%;
  height: 80px;
}
@media screen and (max-width: 500px) {
  .fullcreen .top-logo {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
  }
  .fullcreen .top-logo a {
    display: block;
  }
  .fullcreen .top-logo a img {
    width: auto;
    height: 60px;
    margin-top: 10px;
    margin-left: 10px;
  }
}
.fullcreen .top-movie {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
.fullcreen .top-movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.fullcreen .mv-text {
  padding: 2rem;
  opacity: 0;
  position: absolute;
  top: 30%;
  left: 10%;
  transition: all 2s ease;
  transform: translate(0, 50%);
}
@media screen and (max-width: 500px) {
  .fullcreen .mv-text {
    top: 20%;
  }
}
.fullcreen .mv-text p {
  letter-spacing: 0.8rem;
  font-size: 7rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (max-width: 1367px) {
  .fullcreen .mv-text p {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .fullcreen .mv-text p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .fullcreen .mv-text p {
    font-size: 2.6rem;
  }
  .fullcreen .mv-text p:nth-of-type(2) {
    margin-bottom: 4rem;
  }
}
.fullcreen .mv-text p br {
  display: none;
}
@media screen and (max-width: 500px) {
  .fullcreen .mv-text p br {
    display: block;
  }
}
.fullcreen .mv-text p:first-child {
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
  color: #384D98;
  text-shadow: none;
}
@media screen and (max-width: 1024px) {
  .fullcreen .mv-text {
    left: 4%;
  }
}
.fullcreen .mv-text.delay {
  opacity: 1;
  transform: translate(0, 0);
}
.fullcreen .schedule {
  position: absolute;
  bottom: 20rem;
  right: 0;
  background-color: #fff;
  width: 30%;
  padding: 2rem;
}
@media screen and (max-width: 1367px) {
  .fullcreen .schedule {
    width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .fullcreen .schedule {
    width: 90%;
    bottom: 1rem;
    left: 0;
    margin: 0 auto;
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.fullcreen .schedule table {
  width: 100%;
}
.fullcreen .schedule table tr {
  border-bottom: 1px solid #f3fbfc;
}
.fullcreen .schedule table tr th {
  text-align: left;
  color: #666666;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}
.fullcreen .schedule table tr td {
  color: #666666;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}
.fullcreen .schedule table tr td span {
  color: #384D98;
}
.fullcreen .schedule .tel {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .fullcreen .schedule .tel {
    display: block;
  }
}
.fullcreen .schedule .tel p {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  padding: 1rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  color: #666666;
}
@media screen and (max-width: 1024px) {
  .fullcreen .schedule .tel p {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
  .fullcreen .schedule .tel p br {
    display: none;
  }
}
.fullcreen .schedule .tel p:first-child {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
}
.fullcreen .schedule .area {
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}

.header-logo {
  margin-top: 2.6rem;
  margin-left: 10%;
  width: 20%;
  height: 80px;
}
@media screen and (max-width: 500px) {
  .header-logo {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .header-logo a {
    display: block;
  }
  .header-logo a img {
    width: auto;
    height: 60px;
    margin-top: 10px;
    margin-left: 10px;
  }
}

/*——————— ▼ pc-header ———————*/
.nav-wrapper {
  background-color: #384D98;
  width: 60%;
  position: absolute;
  top: 100px;
  right: 0;
  border-top-left-radius: 34px;
  -webkit-border-top-left-radius: 34px;
  -moz-border-radius-topleft: 34px;
  border-bottom-left-radius: 34px;
  -webkit-border-bottom-left-radius: 34px;
  -moz-border-radius-bottomleft: 8px;
  border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  z-index: 1;
}

ul.gnav {
  display: flex;
  align-items: center;
}
ul.gnav li.item {
  width: 14.28%;
  width: 25%;
  text-align: center;
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
ul.gnav li.item::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
  transform: translateX(-50%);
}
ul.gnav li.item:hover::after {
  width: 100%;
}
ul.gnav li.item:hover {
  letter-spacing: 0.1rem;
  transition: all 0.5s ease-in-out 0s;
}
ul.gnav li.item a {
  display: block;
  text-align: center;
  padding: 1rem 0;
  line-height: 2rem;
  font-size: 1.4px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 500px) {
  ul.gnav li.item a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
ul.gnav li.item a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 500px) {
  ul.gnav li.item a span {
    color: #384D98;
  }
}
ul.gnav li.item ul.submenuBox {
  display: none;
  position: absolute;
  top: 8rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background-color: rgb(108.8461538462, 129.0384615385, 201.1538461538);
}
ul.gnav li.item ul.submenuBox li a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
}
ul.gnav li.item ul.submenuBox li a:hover {
  background-color: rgb(108.8461538462, 129.0384615385, 201.1538461538);
}
ul.gnav li.submenu {
  display: block;
  color: #384D98;
  position: relative;
  padding: 1rem 0;
}

@media screen and (max-width: 1024px) {
  nav.navbar {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0px;
    padding-top: 50px;
    transition: all 0.5s ease-in-out 0s;
  }
  nav.navbar ul.gnav {
    display: block;
    width: 100%;
  }
  nav.navbar ul.gnav li.item {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #efefef;
  }
  nav.navbar ul.gnav li.item a {
    width: 100%;
    text-align: left;
    padding-left: 1rem;
    color: #666666;
  }
  nav.navbar ul.gnav li.item ul.submenuBox {
    position: relative;
    top: 1rem;
    background: transparent;
  }
  nav.navbar ul.gnav li.item ul.submenuBox li + li {
    border-top: 1px dotted #384D98;
  }
}

@media screen and (max-width: 1024px) {
  nav.navbar.active {
    display: block;
    opacity: 1;
    background-color: rgb(255, 255, 255);
    left: 0;
    z-index: 1;
  }
}

.menu-btn {
  display: none;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .menu-btn {
    display: block;
    position: fixed;
    top: 4px;
    right: 4px;
    padding: 10px 5px 0px;
    border: 1px solid #384D98;
    background-color: #fff;
  }
  .menu-btn .menu-trigger {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: relative;
    width: 50px;
    height: 44px;
  }
  .menu-btn .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #384D98;
    border-radius: 4px;
  }
  .menu-btn .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-btn .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  .menu-btn .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-btn .menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #384D98;
    border-radius: 4px;
    transition: all 0.4s;
  }
  .menu-btn .menu-trigger.active span:nth-of-type(1) {
    transform: translate(50%) scale(0);
  }
  .menu-btn .menu-trigger.active span:nth-of-type(2) {
    transform: rotate(45deg);
    background-color: #384D98;
  }
  .menu-btn .menu-trigger.active span:nth-of-type(2)::after {
    transform: rotate(90deg);
    background-color: #384D98;
  }
  .menu-btn .menu-trigger.active span:nth-of-type(3) {
    transform: translate(-50%) scale(0);
  }
}

.page-title {
  width: 100%;
  height: 400px;
  position: relative;
}
.page-title .page-headText {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  /* リボン 6 ▽▽▽▽▽ */
  /* リボン 6 △△△△△ */
}
.page-title .page-headText .ribbon6 {
  position: relative;
  padding: 0.5rem;
  width: 80%;
  margin: 1rem auto 2rem;
  text-align: center;
}
.page-title .page-headText .ribbon6 h1, .page-title .page-headText .ribbon6 h2, .page-title .page-headText .ribbon6 h3 {
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  /*フォントサイズ*/
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  color: #384D98;
}
@media screen and (max-width: 500px) {
  .page-title .page-headText .ribbon6 h1, .page-title .page-headText .ribbon6 h2, .page-title .page-headText .ribbon6 h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-title .page-headText .ribbon6 h1:before, .page-title .page-headText .ribbon6 h1:after, .page-title .page-headText .ribbon6 h2:before, .page-title .page-headText .ribbon6 h2:after, .page-title .page-headText .ribbon6 h3:before, .page-title .page-headText .ribbon6 h3:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.page-title .page-headText .ribbon6 h1:before, .page-title .page-headText .ribbon6 h2:before, .page-title .page-headText .ribbon6 h3:before {
  border-left: solid 1px #384D98;
  border-top: solid 1px #384D98;
  top: 0;
  left: 0;
}
.page-title .page-headText .ribbon6 h1:after, .page-title .page-headText .ribbon6 h2:after, .page-title .page-headText .ribbon6 h3:after {
  border-right: solid 1px #384D98;
  border-bottom: solid 1px #384D98;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 500px) {
  .page-title {
    height: 200px;
  }
  .page-title .page-headText {
    width: 90%;
  }
}

.page-title-menu {
  background: url("../../images/header/title-back.jpg") center/cover;
}
@media screen and (max-width: 500px) {
  .page-title-menu {
    background: url("../../images/header/title-back.jpg") center/cover;
  }
}

.single-title {
  width: 100%;
  height: 500px;
  position: relative;
}
.single-title .single-headText {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  /* リボン 6 ▽▽▽▽▽ */
  /* リボン 6 △△△△△ */
}
.single-title .single-headText .ribbon6 {
  position: relative;
  padding: 0.5rem;
  width: 80%;
  margin: 1rem auto 2rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .single-title .single-headText .ribbon6 {
    width: 100%;
  }
}
.single-title .single-headText .ribbon6 h1 {
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  /*フォントサイズ*/
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .single-title .single-headText .ribbon6 h1 {
    font-size: 2.6px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 500px) {
  .single-title .single-headText .ribbon6 h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.single-title .single-headText .ribbon6 h1:before, .single-title .single-headText .ribbon6 h1:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.single-title .single-headText .ribbon6 h1:before {
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  top: 0;
  left: 0;
}
.single-title .single-headText .ribbon6 h1:after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  bottom: 0;
  right: 0;
}
.single-title .single-headText-interview {
  width: 900px;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.single-title .single-headText-interview img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
}
@media screen and (max-width: 500px) {
  .single-title .single-headText-interview img {
    display: none;
  }
}
.single-title .single-headText-interview .single-interview-headbox {
  z-index: 10;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
@media screen and (max-width: 500px) {
  .single-title .single-headText-interview .single-interview-headbox {
    bottom: 2%;
    left: 2%;
  }
}
.single-title .single-headText-interview .single-interview-headbox h1 {
  font-size: 2.6px;
  font-size: 2.6rem;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .single-title .single-headText-interview .single-interview-headbox h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.single-title .single-headText-interview .single-interview-headbox p {
  color: #fff;
}
.single-title .single-headText-interview .single-interview-headbox time {
  color: #fff;
}
@media screen and (max-width: 500px) {
  .single-title {
    height: 200px;
  }
  .single-title .single-headText {
    width: 90%;
  }
}

.single-title-menu {
  position: relative;
  z-index: -2;
}
.single-title-menu:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

/* 必須 */
/*========================================================

  footer

========================================================*/
footer {
  background-color: #fff;
}
footer .footer-inner {
  width: 80%;
  margin: 0 auto;
  padding: 4rem 0;
}
@media screen and (max-width: 500px) {
  footer .footer-inner {
    width: 100%;
  }
}
footer .footer-inner .schedule {
  background-color: #fff;
  width: 100%;
  padding: 2rem;
}
@media screen and (max-width: 500px) {
  footer .footer-inner .schedule {
    width: 98%;
    padding: 1rem;
  }
}
footer .footer-inner .schedule table {
  width: 100%;
}
footer .footer-inner .schedule table tr {
  border-bottom: 1px solid #f3fbfc;
}
footer .footer-inner .schedule table tr th {
  text-align: left;
  color: #666666;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}
footer .footer-inner .schedule table tr td {
  color: #666666;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}
footer .footer-inner .schedule table tr td span {
  color: #384D98;
}
footer .footer-inner .schedule .tel {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .schedule .tel {
    display: block;
  }
  footer .footer-inner .schedule .tel br {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  footer .footer-inner .schedule .tel {
    text-align: center;
  }
}
footer .footer-inner .schedule .tel p {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  padding: 1rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  color: #666666;
}
footer .footer-inner .schedule .tel p:first-child {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
}
footer .footer-inner .footer-sns {
  width: 40%;
  margin: 0 auto 4rem;
  display: flex;
  justify-content: space-between;
}
footer .footer-inner .footer-sns a {
  color: #384D98;
}
footer .footer-inner .footer-sns a i {
  font-size: 3.2px;
  font-size: 3.2rem;
}
@media screen and (max-width: 500px) {
  footer .footer-inner .footer-sns a i {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 500px) {
  footer .footer-inner .footer-sns {
    width: 60%;
  }
}
footer .footer-inner ul li a {
  display: block;
  border-left: 4px solid #384D98;
  color: #384D98;
  margin-bottom: 4px;
  padding-left: 2rem;
}
@media screen and (max-width: 500px) {
  footer .footer-inner ul {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 2rem;
  }
  footer .footer-inner ul li {
    padding-right: 1.4rem;
    width: 50%;
  }
  footer .footer-inner ul li a {
    line-height: 2.4rem;
  }
}
footer .footer-inner .footer-logo {
  width: 50%;
}
@media screen and (max-width: 500px) {
  footer .footer-inner .footer-logo {
    margin: 0 auto;
  }
}
footer .footer-inner table tr td {
  text-align: left;
  padding-left: 2rem;
  color: #384D98;
}
footer p.copyright {
  text-align: center;
  color: #384D98;
}

.tel-num-pc {
  background-color: #384D98;
  position: fixed;
  right: 0;
  top: 0%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: none;
}
@media screen and (max-width: 1024px) {
  .tel-num-pc {
    right: 10%;
  }
}
@media screen and (max-width: 500px) {
  .tel-num-pc {
    display: block;
    border-left: none;
    border-bottom: none;
    top: auto;
    right: auto;
    left: 0%;
    bottom: 0%;
    width: 50%;
    height: 50px;
    box-sizing: border-box;
    border-right: 1px solid rgb(42.2692307692, 58.1201923077, 114.7307692308);
    border-top: 1px solid rgb(108.8461538462, 129.0384615385, 201.1538461538);
  }
}
.tel-num-pc a {
  display: block;
  color: #fff;
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 0 1.6rem;
  line-height: 4rem;
}
@media screen and (max-width: 500px) {
  .tel-num-pc a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  .tel-num-pc a {
    line-height: 1rem;
    padding: 1rem 0rem;
  }
}
.tel-num-pc p {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .tel-num-pc p {
    display: none;
  }
}

.webyoyaku-pc {
  background-color: #384D98;
  position: fixed;
  right: 0;
  bottom: 0%;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 500px) {
  .webyoyaku-pc {
    border-left: none;
    border-top: none;
    top: auto;
    right: 0%;
    left: auto;
    bottom: 0%;
    width: 50%;
    height: 50px;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    border-top: 1px solid rgb(108.8461538462, 129.0384615385, 201.1538461538);
  }
}
.webyoyaku-pc a {
  display: block;
  color: #fff;
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 0 1.6rem;
  line-height: 10rem;
  box-sizing: border-box;
  border: none;
}
@media screen and (max-width: 500px) {
  .webyoyaku-pc a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  .webyoyaku-pc a {
    line-height: 1rem;
    padding: 1rem 0rem;
    font-size: 1.8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) and (max-width: 500px) {
  .webyoyaku-pc a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* 必須 */
article#top {
  overflow: hidden;
}
article#top .row-rev {
  flex-flow: row-reverse;
}
@media screen and (max-width: 500px) {
  article#top .row-rev {
    flex-flow: wrap;
  }
}
article#top a.btn {
  display: block;
  position: relative;
  width: 300px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
}
article#top a.btn .parts {
  position: absolute;
  width: 120pt;
  height: 16pt;
  left: 80pt;
  top: 20pt;
  border: 2pt solid #fff;
}
article#top a.btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}
article#top a.btn:hover .parts {
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  left: 100pt;
}
article#top a.btn .arrow-to-right {
  transform: perspective(200px) rotateX(60deg);
  border-left: 0pt;
  border-top: 0pt;
  padding-left: 10pt;
}
article#top a.btn-blue {
  display: block;
  position: relative;
  width: 300px;
  margin: 0 auto;
  color: #384D98;
  text-align: center;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
}
article#top a.btn-blue .parts {
  position: absolute;
  width: 120pt;
  height: 16pt;
  left: 80pt;
  top: 20pt;
  border: 2pt solid #384D98;
}
article#top a.btn-blue:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}
article#top a.btn-blue:hover .parts {
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  left: 100pt;
}
article#top a.btn-blue .arrow-to-right {
  transform: perspective(200px) rotateX(60deg);
  border-left: 0pt;
  border-top: 0pt;
  padding-left: 10pt;
}
article#top .detail-1 {
  width: 100%;
  padding: 10rem 0;
}
@media screen and (max-width: 1024px) {
  article#top .detail-1 {
    padding: 0 0 5rem;
  }
}
@media screen and (max-width: 500px) {
  article#top .detail-1 {
    padding: 0 0 2rem;
  }
}
article#top .detail-1 h2 {
  font-size: 2.2px;
  font-size: 2.2rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 500px) {
  article#top .detail-1 h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
article#top .detail-1 h2 br {
  display: none;
}
@media screen and (max-width: 1367px) {
  article#top .detail-1 h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  article#top .detail-1 h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  article#top .detail-1 h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 500px) {
  article#top .detail-1 h2 {
    margin-bottom: 1rem;
  }
  article#top .detail-1 h2 br {
    display: block;
  }
}
article#top .detail-1 .inner {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1367px) {
  article#top .detail-1 .inner {
    width: 100%;
  }
}
article#top .detail-1 .inner img {
  width: 100%;
}
article#top .detail-1 .inner .triangle {
  position: absolute;
  top: -4rem;
  left: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 69.3px 40px 0 40px;
  border-color: #384D98 transparent transparent transparent;
}
@media screen and (max-width: 500px) {
  article#top .detail-1 .inner .triangle {
    top: -1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: 34.6px 20px 0 20px;
  }
}
article#top .detail-1 .inner .bg {
  position: absolute;
  bottom: 0;
  left: -20rem;
  opacity: 0.4rem;
}
@media screen and (max-width: 1367px) {
  article#top .detail-1 .inner .bg {
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  article#top .detail-1 .inner .bg {
    top: 8rem;
    left: 2rem;
    z-index: 10;
  }
}
article#top .detail-1 .inner .bg p {
  font-size: 15rem;
  line-height: 0;
  color: #fafafa;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  article#top .detail-1 .inner .bg p {
    font-size: 10rem;
  }
}
@media screen and (max-width: 500px) {
  article#top .detail-1 .inner .bg p {
    font-size: 3rem;
  }
}
article#top .detail-1 .inner .txt-box {
  position: absolute;
  top: 6rem;
  right: -6rem;
  background-color: #384D98;
  width: 50%;
  padding: 4rem;
  color: #fff;
}
article#top .detail-1 .inner .txt-box ul li {
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  article#top .detail-1 .inner .txt-box ul li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
article#top .detail-1 .inner .txt-box ul li:nth-of-type(even) {
  font-size: 1.4px;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 500px) {
  article#top .detail-1 .inner .txt-box ul li:nth-of-type(even) {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1367px) {
  article#top .detail-1 .inner .txt-box {
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  article#top .detail-1 .inner .txt-box {
    position: relative;
    width: 90%;
    top: -2rem;
    margin-left: 10%;
  }
}
article#top .detail-1 .inner .txt-box p.title {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 5rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  article#top .detail-1 .inner .txt-box p.title {
    font-size: 3rem;
  }
}
article#top .detail-1 .inner .txt-box p {
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  article#top .detail-1 .inner .txt-box p {
    font-size: 1.4px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 500px) {
  article#top .detail-1 .inner .txt-box p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
article#top .detail-2 {
  width: 100%;
  padding: 10rem 0;
  background-color: #f3fbfc;
}
@media screen and (max-width: 500px) {
  article#top .detail-2 {
    padding: 0;
  }
}
article#top .detail-2 .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
article#top .detail-2 .inner img {
  width: 70%;
}
@media screen and (max-width: 500px) {
  article#top .detail-2 .inner img {
    width: 100%;
  }
}
article#top .detail-2 .inner video {
  display: block;
  width: 70%;
}
@media screen and (max-width: 500px) {
  article#top .detail-2 .inner video {
    width: 100%;
  }
}
article#top .detail-2 .inner .triangle {
  position: absolute;
  bottom: -4rem;
  left: 30rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 84px 50px;
  border-color: transparent transparent #384D98 transparent;
}
@media screen and (max-width: 1024px) {
  article#top .detail-2 .inner .triangle {
    left: 5rem;
  }
}
@media screen and (max-width: 500px) {
  article#top .detail-2 .inner .triangle {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
article#top .detail-2 .inner .bg {
  position: absolute;
  top: 0;
  right: 2rem;
  opacity: 0.4rem;
}
@media screen and (max-width: 500px) {
  article#top .detail-2 .inner .bg {
    z-index: 1;
  }
}
article#top .detail-2 .inner .bg p {
  font-size: 15rem;
  line-height: 0;
  color: rgb(222.6, 244.2, 246.9);
  font-weight: bold;
}
@media screen and (max-width: 1367px) {
  article#top .detail-2 .inner .bg p {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  article#top .detail-2 .inner .bg p {
    font-size: 10rem;
  }
}
@media screen and (max-width: 500px) {
  article#top .detail-2 .inner .bg p {
    font-size: 4rem;
  }
}
article#top .detail-2 .inner div.border {
  position: absolute;
  top: -4rem;
  left: 60rem;
  width: 0;
  height: 0;
  display: flex;
  width: 8rem;
}
article#top .detail-2 .inner div.border div {
  width: 1rem;
  height: 7rem;
  background-color: #384D98;
  margin-right: 1rem;
}
@media screen and (max-width: 500px) {
  article#top .detail-2 .inner div.border div {
    width: 0.5rem;
    height: 4rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  article#top .detail-2 .inner div.border {
    left: 10rem;
  }
}
@media screen and (max-width: 500px) {
  article#top .detail-2 .inner div.border {
    top: -2rem;
    left: 3rem;
    z-index: 1;
  }
}
article#top .detail-2 .inner .txt-box {
  position: absolute;
  bottom: -6rem;
  right: 0;
  background-color: #384D98;
  width: 65%;
  padding: 4rem;
  color: #fff;
}
@media screen and (max-width: 1367px) {
  article#top .detail-2 .inner .txt-box {
    bottom: -10rem;
  }
}
@media screen and (max-width: 500px) {
  article#top .detail-2 .inner .txt-box {
    position: relative;
    width: 90%;
    bottom: 5rem;
    margin: 0;
  }
}
article#top .detail-2 .inner .txt-box p.title {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-size: 5rem;
  font-weight: 300;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  article#top .detail-2 .inner .txt-box p.title {
    font-size: 3rem;
  }
}
article#top .detail-2 .inner .txt-box h2 {
  font-size: 2.2px;
  font-size: 2.2rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  width: 70%;
  text-align: center;
}
@media screen and (max-width: 500px) {
  article#top .detail-2 .inner .txt-box h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1367px) {
  article#top .detail-2 .inner .txt-box h2 {
    width: 90%;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  article#top .detail-2 .inner .txt-box h2 {
    font-size: 32px;
    font-size: 3.2rem;
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  article#top .detail-2 .inner .txt-box h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
article#top .detail-2 .inner .txt-box p {
  font-weight: bold;
  width: 70%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1367px) {
  article#top .detail-2 .inner .txt-box p {
    width: 90%;
    font-size: 1.4px;
    font-size: 1.4rem;
    width: 98%;
  }
}
@media screen and (max-width: 1367px) and (max-width: 500px) {
  article#top .detail-2 .inner .txt-box p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  article#top .detail-2 .inner .txt-box p {
    width: 98%;
  }
}
article#top .detail-3 {
  width: 100%;
  padding: 10rem 0;
  background-color: #f3fbfc;
}
@media screen and (max-width: 500px) {
  article#top .detail-3 {
    padding: 0;
  }
}
article#top .detail-3 .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
article#top .detail-3 .inner img {
  width: 100%;
}
article#top .detail-3 .inner .triangle {
  position: absolute;
  left: 0;
  right: 0;
  top: -4rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 84px 50px 0 50px;
  border-color: #384D98 transparent transparent transparent;
}
article#top .detail-3 .inner .txt-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6rem;
  background-color: #384D98;
  width: 50%;
  margin: 0 auto;
  padding: 4rem;
  color: #fff;
}
article#top .detail-3 .inner .txt-box br:first-child {
  display: none;
}
@media screen and (max-width: 500px) {
  article#top .detail-3 .inner .txt-box br:first-child {
    display: block;
  }
}
@media screen and (max-width: 1367px) {
  article#top .detail-3 .inner .txt-box {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  article#top .detail-3 .inner .txt-box {
    bottom: -12rem;
  }
}
@media screen and (max-width: 500px) {
  article#top .detail-3 .inner .txt-box {
    position: relative;
    width: 90%;
    bottom: 3rem;
    margin: 0 auto;
  }
}
article#top .detail-3 .inner .txt-box p.title {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 5rem;
  text-align: center;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  article#top .detail-3 .inner .txt-box p.title {
    font-size: 3rem;
  }
}
article#top .detail-3 .inner .txt-box h2 {
  font-size: 2.2px;
  font-size: 2.2rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 500px) {
  article#top .detail-3 .inner .txt-box h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1367px) {
  article#top .detail-3 .inner .txt-box h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  article#top .detail-3 .inner .txt-box h2 {
    font-size: 32px;
    font-size: 3.2rem;
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  article#top .detail-3 .inner .txt-box h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
article#top .detail-3 .inner .txt-box p {
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1367px) {
  article#top .detail-3 .inner .txt-box p {
    width: 90%;
    font-size: 1.4px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1367px) and (max-width: 500px) {
  article#top .detail-3 .inner .txt-box p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  article#top .detail-3 .inner .txt-box p {
    width: 98%;
  }
}
article#top .detail-4 {
  width: 100%;
  padding: 10rem 0;
  background-color: #f3fbfc;
}
@media screen and (max-width: 500px) {
  article#top .detail-4 {
    padding: 0;
  }
}
article#top .detail-4 .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
article#top .detail-4 .inner img {
  width: 70%;
  margin-left: 30%;
}
@media screen and (max-width: 500px) {
  article#top .detail-4 .inner img {
    width: 100%;
    margin: 0;
  }
}
article#top .detail-4 .inner .triangle {
  position: absolute;
  bottom: -4rem;
  right: 30rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 84px 50px;
  border-color: transparent transparent #384D98 transparent;
}
@media screen and (max-width: 1024px) {
  article#top .detail-4 .inner .triangle {
    right: 5rem;
  }
}
article#top .detail-4 .inner .bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4rem;
}
@media screen and (max-width: 500px) {
  article#top .detail-4 .inner .bg {
    z-index: -1;
  }
}
article#top .detail-4 .inner .bg p {
  font-size: 20rem;
  line-height: 0;
  color: rgb(222.6, 244.2, 246.9);
  font-weight: bold;
}
@media screen and (max-width: 1367px) {
  article#top .detail-4 .inner .bg p {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  article#top .detail-4 .inner .bg p {
    font-size: 12rem;
  }
}
article#top .detail-4 .inner div.border {
  position: absolute;
  top: -4rem;
  right: 60rem;
  width: 0;
  height: 0;
  display: flex;
  width: 8rem;
}
article#top .detail-4 .inner div.border div {
  width: 1rem;
  height: 7rem;
  background-color: #384D98;
  margin-right: 1rem;
}
@media screen and (max-width: 500px) {
  article#top .detail-4 .inner div.border div {
    width: 0.5rem;
    height: 4rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 1367px) {
  article#top .detail-4 .inner div.border {
    right: 20rem;
  }
}
@media screen and (max-width: 1024px) {
  article#top .detail-4 .inner div.border {
    right: 10rem;
  }
}
@media screen and (max-width: 500px) {
  article#top .detail-4 .inner div.border {
    top: -2rem;
    left: 3rem;
    z-index: 1;
  }
}
article#top .detail-4 .inner .txt-box {
  position: absolute;
  bottom: 6rem;
  left: 0;
  background-color: #384D98;
  width: 60%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #fff;
}
@media screen and (max-width: 1367px) {
  article#top .detail-4 .inner .txt-box {
    bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  article#top .detail-4 .inner .txt-box {
    bottom: -4rem;
  }
}
@media screen and (max-width: 500px) {
  article#top .detail-4 .inner .txt-box {
    position: relative;
    width: 90%;
    bottom: 6rem;
    margin: 0;
  }
}
article#top .detail-4 .inner .txt-box p.title {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 5rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  article#top .detail-4 .inner .txt-box p.title {
    font-size: 3rem;
  }
}
article#top .detail-4 .inner .txt-box h2 {
  font-size: 2.2px;
  font-size: 2.2rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 500px) {
  article#top .detail-4 .inner .txt-box h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1367px) {
  article#top .detail-4 .inner .txt-box h2 {
    width: 90%;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  article#top .detail-4 .inner .txt-box h2 {
    font-size: 32px;
    font-size: 3.2rem;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  article#top .detail-4 .inner .txt-box h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
article#top .detail-4 .inner .txt-box p {
  font-weight: bold;
  width: 70%;
  margin: 0 auto 2rem;
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
  article#top .detail-4 .inner .txt-box p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1367px) {
  article#top .detail-4 .inner .txt-box p {
    width: 90%;
    font-size: 1.4px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1367px) and (max-width: 500px) {
  article#top .detail-4 .inner .txt-box p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  article#top .detail-4 .inner .txt-box p {
    width: 90%;
  }
}
article#top .detail-5 {
  width: 100%;
}
article#top .detail-5 .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1367px) {
  article#top .detail-5 .inner {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  article#top .detail-5 .inner {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 500px) {
  article#top .detail-5 .inner {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
article#top .detail-5 .inner img {
  width: 100%;
}
article#top .detail-5 .inner .txt-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 6rem;
  background-color: #384D98;
  width: 50%;
  margin: 0 auto;
  padding: 4rem;
  color: #fff;
}
@media screen and (max-width: 1367px) {
  article#top .detail-5 .inner .txt-box {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  article#top .detail-5 .inner .txt-box {
    bottom: -12rem;
  }
}
@media screen and (max-width: 500px) {
  article#top .detail-5 .inner .txt-box {
    position: relative;
    width: 96%;
    top: -5rem;
    margin: 0 auto;
    padding: 2rem 1rem 4rem;
  }
}
article#top .detail-5 .inner .txt-box p.title {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 5rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  article#top .detail-5 .inner .txt-box p.title {
    font-size: 3rem;
  }
}
article#top .detail-5 .inner .txt-box h2 {
  font-size: 2.2px;
  font-size: 2.2rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 500px) {
  article#top .detail-5 .inner .txt-box h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1367px) {
  article#top .detail-5 .inner .txt-box h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  article#top .detail-5 .inner .txt-box h2 {
    font-size: 32px;
    font-size: 3.2rem;
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  article#top .detail-5 .inner .txt-box h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
article#top .detail-5 .inner .txt-box p {
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1367px) {
  article#top .detail-5 .inner .txt-box p {
    width: 90%;
    font-size: 1.4px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1367px) and (max-width: 500px) {
  article#top .detail-5 .inner .txt-box p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  article#top .detail-5 .inner .txt-box p {
    width: 98%;
  }
}
article#top .detail-5 .inner .txt-box .tel {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 500px) {
  article#top .detail-5 .inner .txt-box .tel {
    width: 100%;
  }
}
article#top .detail-5 .inner .txt-box .tel a {
  font-size: 48px;
  font-size: 4.8rem;
  color: #fff;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  article#top .detail-5 .inner .txt-box .tel a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 500px) {
  article#top .detail-5 .inner .txt-box .tel a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
article#top .detail-5 .inner .txt-box .tel p {
  text-align: center;
}
article#top .detail-7 {
  margin-top: -10rem;
  padding-top: 15rem;
  padding-bottom: 10rem;
  background-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 10px, #f4f4f4 0, #f4f4f4 11px);
}
@media screen and (max-width: 500px) {
  article#top .detail-7 {
    margin-top: 0;
    padding-top: 0;
  }
}
article#top .detail-7 .inner {
  max-width: 1150px;
  margin: 0 auto;
}
article#top .detail-7 .inner h2 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 5rem;
  text-align: center;
  color: #384D98;
  margin-bottom: 4rem;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  article#top .detail-7 .inner h2 {
    margin-bottom: 0;
  }
}
article#top .detail-7 .inner .outerbox {
  background-color: #384D98;
  padding: 1rem;
  margin: 1rem;
}
article#top .detail-7 .inner .outerbox a .innerbox {
  border: 0.4rem solid #fff;
}
@media screen and (max-width: 500px) {
  article#top .detail-7 .inner .outerbox a .innerbox {
    display: flex;
  }
}
article#top .detail-7 .inner .outerbox a .innerbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 180px;
}
@media screen and (max-width: 1024px) {
  article#top .detail-7 .inner .outerbox a .innerbox img {
    height: 100px;
  }
}
@media screen and (max-width: 500px) {
  article#top .detail-7 .inner .outerbox a .innerbox img {
    width: 40%;
    height: 130px;
  }
}
article#top .detail-7 .inner .outerbox a .innerbox .infobox {
  border-top: 0.4rem solid #fff;
  padding: 1rem;
  color: #fff;
}
@media screen and (max-width: 500px) {
  article#top .detail-7 .inner .outerbox a .innerbox .infobox {
    width: 60%;
    border-top: none;
  }
}
article#top .detail-7 .inner .outerbox a .innerbox .infobox h3 {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  article#top .detail-7 .inner .outerbox a .innerbox .infobox h3 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
}
article#top .detail-7 .inner .outerbox a .innerbox .infobox p.category {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
  article#top .detail-7 .inner .outerbox a .innerbox .infobox p.category {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
article#top .detail-7 .inner .outerbox a .innerbox .infobox time {
  font-size: 1.2px;
  font-size: 1.2rem;
}
@media screen and (max-width: 500px) {
  article#top .detail-7 .inner .outerbox a .innerbox .infobox time {
    font-size: 10px;
    font-size: 1rem;
  }
}
article#top .gmap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-top: 40%;
}
@media screen and (max-width: 500px) {
  article#top .gmap {
    padding-top: 60%;
  }
}
article#top .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#page .content-width, #page100per .content-width {
  width: 80%;
  margin: 10rem auto;
}
@media screen and (max-width: 1024px) {
  #page .content-width, #page100per .content-width {
    width: 90%;
  }
}
#page .content-width .inner, #page100per .content-width .inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #page .content-width .inner, #page100per .content-width .inner {
    width: 100%;
  }
}
#page .content-width .inner h2, #page100per .content-width .inner h2 {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 4.8px;
  margin-bottom: 4rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #page .content-width .inner h2, #page100per .content-width .inner h2 {
    padding: 1rem;
  }
}
#page .content-width .inner h2:after, #page100per .content-width .inner h2:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 3.2rem;
  border-bottom: 2px solid #384D98;
}
#page .content-width .inner h3, #page100per .content-width .inner h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3.25px;
  margin-bottom: 2rem;
  border-bottom: 3px solid #ccc;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #page .content-width .inner h3, #page100per .content-width .inner h3 {
    padding: 1rem;
  }
}
#page .content-width .inner h3:after, #page100per .content-width .inner h3:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 20%;
  border-bottom: 3px solid rgb(108.8461538462, 129.0384615385, 201.1538461538);
}
#page .content-width .inner h4, #page100per .content-width .inner h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  padding: 2rem 0;
}
@media screen and (max-width: 1024px) {
  #page .content-width .inner h4, #page100per .content-width .inner h4 {
    padding: 2rem 1rem;
  }
}
#page .content-width .inner h4:before, #page100per .content-width .inner h4:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #384D98;
  margin-right: 8px;
}
#page .content-width .inner h4:after, #page100per .content-width .inner h4:after {
  content: "";
  display: block;
  clear: both;
}
#page .content-width .inner .txt-box, #page100per .content-width .inner .txt-box {
  margin-bottom: 4rem;
}
#page .content-width .inner p, #page100per .content-width .inner p {
  padding: 2rem 0;
}
@media screen and (max-width: 1024px) {
  #page .content-width .inner p, #page100per .content-width .inner p {
    padding: 2rem 1rem;
  }
}
#page .content-width .inner img, #page100per .content-width .inner img {
  display: block;
  padding: 1rem;
  width: 100%;
  height: auto;
}
#page .content-width .inner table, #page100per .content-width .inner table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  #page .content-width .inner table, #page100per .content-width .inner table {
    padding: 2rem 1rem;
  }
}
#page .content-width .inner table th, #page .content-width .inner table td, #page100per .content-width .inner table th, #page100per .content-width .inner table td {
  border: 1px solid #ccc;
}
#page .content-width .inner table th, #page100per .content-width .inner table th {
  background-color: rgb(108.8461538462, 129.0384615385, 201.1538461538);
  color: #fff;
  width: 30%;
}
#page .content-width .inner table td, #page100per .content-width .inner table td {
  text-align: left;
  padding-left: 1rem;
}
#page .content-width .inner table tr.table-head, #page100per .content-width .inner table tr.table-head {
  background-color: #384D98;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page .content-width .inner .table-scroll, #page100per .content-width .inner .table-scroll {
    overflow-x: auto;
  }
  #page .content-width .inner .table-scroll table.table-scroll-inner, #page100per .content-width .inner .table-scroll table.table-scroll-inner {
    min-width: 640px;
  }
}

@media screen and (max-width: 500px) {
  #page-about ul {
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  #page-about ul li {
    width: 20%;
  }
}

@media screen and (max-width: 500px) {
  #page-recruit ul {
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  #page-recruit ul li {
    width: 20%;
  }
}

#page-privacy .table-scroll {
  margin-bottom: 10rem;
}

@media screen and (max-width: 500px) {
  #page-about ul {
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  #page-about ul li {
    width: 20%;
  }
}

#page-plan a.btn {
  display: block;
  position: relative;
  width: 300px;
  margin: 0 auto;
  color: #384D98;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}
#page-plan a.btn .parts {
  position: absolute;
  width: 120pt;
  height: 16pt;
  left: 80pt;
  top: 20pt;
  border: 2pt solid #384D98;
}
#page-plan a.btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}
#page-plan a.btn:hover .parts {
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  left: 100pt;
}
#page-plan a.btn .arrow-to-right {
  transform: perspective(200px) rotateX(60deg);
  border-left: 0pt;
  border-top: 0pt;
  padding-left: 10pt;
}
#page-plan a.btn-square {
  display: block;
  color: #384D98;
  width: 300px;
  margin: 4rem auto;
  border: 1px solid #384D98;
  padding: 2rem;
  text-align: center;
}
#page-plan a.btn-square:hover {
  background-color: #384D98;
  color: #fff;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}
#page-plan .plan-list .plan-list-inner {
  margin: 1rem;
  border: 1px solid #384D98;
}
#page-plan .plan-list .plan-list-inner p {
  display: block;
  text-align: center;
}
#page-plan .plan-list .plan-list-inner p i {
  color: #384D98;
}
#page-plan .plan-list .plan-list-inner p:first-child {
  font-weight: bold;
  background-color: #384D98;
  color: #fff;
}
#page-plan .plan-list .plan-list-inner p:nth-child(2) {
  border-bottom: 1px dotted #384D98;
}
#page-plan .plan-list .plan-list-inner p:nth-child(3) {
  background-color: rgb(146.1153846154, 161.1586538462, 214.8846153846);
  font-weight: bold;
  color: #fff;
  font-size: 2.6px;
  font-size: 2.6rem;
}
@media screen and (max-width: 500px) {
  #page-plan .plan-list .plan-list-inner p:nth-child(3) {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

#page-hajimete {
  /* ------------------------- */
  /* -------- 吹き出し -------- */
  /* ------------------------- */
}
#page-hajimete .balloon {
  display: flex;
  margin: 0 0 2.5em 0;
}
#page-hajimete .balloonR {
  flex-direction: row-reverse;
}
#page-hajimete .balloon-img {
  width: 100px;
  height: auto;
  flex-shrink: 0;
}
#page-hajimete .balloon-text {
  padding: 1em;
  border-radius: 6px;
  position: relative;
  display: flex;
}
#page-hajimete .balloon-text-inner {
  margin: auto;
  color: #fff;
}
#page-hajimete .balloon-text::before, #page-hajimete .balloon-text::after {
  content: "";
  position: absolute;
  top: 19px;
  font-size: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#page-hajimete .balloonL .balloon-text {
  margin: 0 0 0 15px;
  background: rgb(108.8461538462, 129.0384615385, 201.1538461538);
}
#page-hajimete .balloonR .balloon-text {
  margin: 0 15px 0;
  background: #384D98;
}
#page-hajimete .balloonL .balloon-text::before {
  left: -16px;
  border-right: 16px solid rgb(108.8461538462, 129.0384615385, 201.1538461538);
}
#page-hajimete .balloonR .balloon-text::before {
  right: -16px;
  border-left: 16px solid #384D98;
}

#page-flow section.flow {
  margin-bottom: 6rem;
}
#page-flow section.flow p.intro {
  background-color: #efefef;
  padding: 2rem;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #page-flow section.flow p.intro {
    width: 90%;
  }
}
#page-flow section.flow div.flowinner div.flow-container {
  width: 100%;
}
#page-flow section.flow div.flowinner div.flow-container div.flow-box {
  padding: 1rem 2rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #page-flow section.flow div.flowinner div.flow-container div.flow-box {
    padding: 1rem;
  }
}
@media screen and (max-width: 500px) {
  #page-flow section.flow div.flowinner div.flow-container div.flow-box {
    padding: 1rem 0;
  }
}
#page-flow section.flow div.flowinner div.flow-container div.flow-box p.head {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 1rem 0;
  text-align: center;
  height: 105px;
}
@media screen and (max-width: 1024px) {
  #page-flow section.flow div.flowinner div.flow-container div.flow-box p.head {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    height: 95px;
  }
}
#page-flow section.flow div.flowinner div.flow-container div.flow-box p.head span {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 2rem;
  color: #384D98;
}
@media screen and (max-width: 1024px) {
  #page-flow section.flow div.flowinner div.flow-container div.flow-box p.head span {
    margin-bottom: 1rem;
  }
}
#page-flow section.flow div.flowinner div.flow-container div.flow-box div.txt {
  padding: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  #page-flow section.flow div.flowinner div.flow-container div.flow-box div.txt {
    padding: 0 1rem;
  }
}
#page-flow section.flow div.flowinner div.flow-container div.flow-box div.txt p span {
  display: block;
  padding: 1rem;
  background: #f49fc3;
  color: #fff;
  margin: 0.5rem 0;
}

#page-faq dl {
  margin-bottom: 6rem;
}
#page-faq dl dt, #page-faq dl dd {
  font-size: 1.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 500px) {
  #page-faq dl dt, #page-faq dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#page-faq dl dt span, #page-faq dl dd span {
  font-size: 2.6px;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  #page-faq dl dt span, #page-faq dl dd span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#page-faq dl dt span.question, #page-faq dl dd span.question {
  padding-left: 1rem;
  color: #384D98;
}
#page-faq dl dt span.question:after, #page-faq dl dd span.question:after {
  content: "";
  display: block;
  width: 20%;
  height: 3px;
  background: #384D98;
  position: absolute;
  left: 0;
  bottom: -3px;
}
#page-faq dl dt span.answer, #page-faq dl dd span.answer {
  color: #cc3714;
}
#page-faq dl dt {
  padding-bottom: 1.5rem;
  border-bottom: 3px solid #ccc;
  position: relative;
  margin-top: 5rem;
  display: flex;
  align-items: baseline;
  cursor: pointer;
}
#page-faq dl dd {
  background: #f3fbfc;
  padding: 1rem;
  display: flex;
  display: none;
}
#page-faq dl dd div.text_box {
  padding: 1rem;
}
#page-faq dl dd div.text_box p {
  line-height: 1.5;
}
#page-faq dl dd div.text_box ul {
  margin: 1rem 0;
}
#page-faq dl dd div.text_box ul li {
  font-size: 1.4px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  #page-faq dl dd div.text_box ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-left: auto;
}

.accordion_icon span {
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #384D98;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
  top: 50%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
  top: 50%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.accordion_icon.active span:nth-of-type(2) {
  top: 50%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

#archive {
  padding: 2rem 0;
}
#archive .inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #archive .inner {
    width: 100%;
  }
}
#archive .inner a.archive-box {
  display: block;
  margin: 0 1rem 1rem;
}
#archive .inner a.archive-box .archive-eyecatch {
  position: relative;
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
  margin: 0 auto;
}
#archive .inner a.archive-box .archive-eyecatch img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 150%;
  max-height: 150%;
}
#archive .inner a.archive-box .arcvhive-box-content h2 {
  font-weight: normal;
  color: #666666;
  font-size: 1.8px;
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 500px) {
  #archive .inner a.archive-box .arcvhive-box-content h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#archive .inner a.archive-box .arcvhive-box-content time {
  color: #384D98;
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
  #archive .inner a.archive-box .arcvhive-box-content time {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#archive .inner table.tbl-r04 {
  padding-top: 4rem;
}
@media screen and (max-width: 500px) {
  #archive .inner table.tbl-r04 .tbl-r04 {
    width: 80%;
  }
  #archive .inner table.tbl-r04 .tbl-r04 .thead {
    display: none;
  }
  #archive .inner table.tbl-r04 .tbl-r04 tr,
  #archive .inner table.tbl-r04 .tbl-r04 td {
    display: block;
    width: 100%;
    position: relative;
  }
  #archive .inner table.tbl-r04 .tbl-r04 td:first-child:before {
    content: "メーカー/名称/型番/数量";
    background: #e9727e;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    height: 40px;
    padding: 10px;
    position: absolute;
    top: -41px;
    left: -0.2%;
    display: block;
    width: 100.5%;
  }
  #archive .inner table.tbl-r04 .tbl-r04 tr {
    margin-bottom: 40px;
  }
}

/* 必須 */
#single-inner {
  width: 80%;
  margin: 10rem auto;
}
@media screen and (max-width: 1024px) {
  #single-inner {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  #single-inner {
    width: 96%;
  }
}
#single-inner .content {
  width: 100%;
  margin: 0 auto;
}
#single-inner .content h2 {
  font-size: 2.6px;
  font-size: 2.6rem;
  margin-bottom: 2rem;
  border-bottom: 8px solid rgb(108.8461538462, 129.0384615385, 201.1538461538);
  position: relative;
}
@media screen and (max-width: 500px) {
  #single-inner .content h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  #single-inner .content h2 {
    padding: 1rem;
  }
}
#single-inner .content h2:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30%;
  border-bottom: 8px solid #384D98;
}
#single-inner .content h2.border {
  background-color: rgb(108.8461538462, 129.0384615385, 201.1538461538);
  color: #384D98;
  text-align: center;
}
#single-inner .content h2.border:after {
  left: 35%;
}
#single-inner .content h3 {
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-top: 1px solid #384D98;
  border-bottom: 1px solid #384D98;
  padding-left: 1rem;
}
@media screen and (max-width: 500px) {
  #single-inner .content h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#single-inner .content h4 {
  font-size: 1.8px;
  font-size: 1.8rem;
  border-left: 8px solid #384D98;
  padding-left: 1rem;
}
@media screen and (max-width: 500px) {
  #single-inner .content h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#single-inner .content p {
  padding: 2rem 0;
}
@media screen and (max-width: 1024px) {
  #single-inner .content p {
    padding: 2rem 1rem;
    font-size: 1.8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 500px) {
  #single-inner .content p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#single-inner .content img {
  display: block;
  padding: 1rem;
  max-width: 100%;
  height: auto;
}
#single-inner .content dl dt, #single-inner .content dl dd {
  font-size: 1.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 500px) {
  #single-inner .content dl dt, #single-inner .content dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#single-inner .content dl dt span, #single-inner .content dl dd span {
  font-size: 2.6px;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  #single-inner .content dl dt span, #single-inner .content dl dd span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#single-inner .content dl dt span.question, #single-inner .content dl dd span.question {
  padding-left: 1rem;
  color: #384D98;
}
#single-inner .content dl dt span.question:after, #single-inner .content dl dd span.question:after {
  content: "";
  display: block;
  width: 20%;
  height: 3px;
  background: #384D98;
  position: absolute;
  left: 0;
  bottom: -3px;
}
#single-inner .content dl dt span.answer, #single-inner .content dl dd span.answer {
  color: #cc3714;
}
#single-inner .content dl dt {
  padding-bottom: 1.5rem;
  border-bottom: 3px solid #ccc;
  position: relative;
  margin-top: 5rem;
  display: flex;
  align-items: baseline;
  cursor: pointer;
}
#single-inner .content dl dd {
  background: #f5e8e5;
  padding: 1rem;
  display: flex;
  display: none;
}
#single-inner .content dl dd div.text_box {
  padding: 1rem;
}
#single-inner .content dl dd div.text_box p {
  line-height: 1.5;
}
#single-inner .content dl dd div.text_box ul {
  margin: 1rem 0;
}
#single-inner .content dl dd div.text_box ul li {
  font-size: 1.4px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  #single-inner .content dl dd div.text_box ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#single-inner .content .single-facility .single-facility-image img {
  width: 100%;
}
#single-inner .content .single-facility .single-facility-content {
  padding: 2rem;
}

/* 必須 */
#sidebar {
  background-color: #f3fbfc;
  padding-top: 10rem;
}

.sidebar {
  width: 100%;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 500px) {
  .sidebar {
    width: 100%;
    margin-right: 0;
    padding: 4rem 0;
  }
}
.sidebar .sidebar-inner .sidebar-title {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  color: #384D98;
  border-bottom: 1px solid rgb(183.3846153846, 193.2788461538, 228.6153846154);
  margin-bottom: 20px;
}
.sidebar .sidebar-inner .sidebar-title:after {
  content: "";
  display: block;
  width: 50%;
  margin: 0 auto;
  border-bottom: 2px solid #384D98;
}
.sidebar .sidebar-inner .sidebar-title h2 {
  font-size: 2.2px;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .sidebar .sidebar-inner .sidebar-title h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.sidebar .sidebar-inner .sidebar-title p {
  text-align: center;
}
.sidebar .sidebar-inner .side-btn {
  display: flex;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .sidebar .sidebar-inner .side-btn {
    width: 200px;
    margin: 2rem auto 4rem;
  }
}
.sidebar .sidebar-inner ul li a {
  display: block;
  color: #384D98;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  padding-left: 4rem;
  line-height: 50px;
}
.sidebar .sidebar-inner ul li a:hover {
  background-color: rgb(108.8461538462, 129.0384615385, 201.1538461538);
  color: #fff;
}
@media screen and (max-width: 500px) {
  .sidebar .sidebar-inner ul li a {
    padding-left: 0;
  }
}
.sidebar .sidebar-inner ul.side-single figure img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .sidebar .sidebar-inner ul.side-single figure img {
    height: 100px;
  }
}
@media screen and (max-width: 500px) {
  .sidebar .sidebar-inner ul.side-single figure img {
    height: 120px;
  }
}
.sidebar .sidebar-inner ul.side-single h2 {
  padding: 0.4rem;
  font-size: 1.4px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .sidebar .sidebar-inner ul.side-single h2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar .sidebar-inner ul.side-single h2 {
    font-size: 1.8px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1024px) and (max-width: 500px) {
  .sidebar .sidebar-inner ul.side-single h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .sidebar .sidebar-inner ul.side-single h2 {
    line-height: 1.6;
  }
}
.sidebar .sidebar-inner ul.side-single time {
  padding-left: 0.4rem;
  padding-bottom: 0.2rem;
}

/* 必須 */
article#page-contact div.main-content {
  margin: 2rem 0;
}
article#page-contact div.main-content section.contact-message {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 500px) {
  article#page-contact div.main-content section.contact-message {
    text-align: left;
  }
}
article#page-contact div.main-content section.form div.inner .wpcf7-validation-errors {
  border: 2px solid red;
  color: red;
  width: 50%;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  article#page-contact div.main-content section.form div.inner .wpcf7-validation-errors {
    width: 100%;
  }
}
article#page-contact div.main-content section.form div.inner .wpcf7-mail-sent-ok {
  border: 0;
  background: #666666;
  color: #fff;
  width: 50%;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  article#page-contact div.main-content section.form div.inner .wpcf7-mail-sent-ok {
    width: 100%;
  }
}
article#page-contact div.main-content section.form div.inner form table {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  article#page-contact div.main-content section.form div.inner form table {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  article#page-contact div.main-content section.form div.inner form table {
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  article#page-contact div.main-content section.form div.inner form table {
    width: 100%;
  }
}
article#page-contact div.main-content section.form div.inner form table th, article#page-contact div.main-content section.form div.inner form table td {
  padding: 1rem;
  font-weight: normal;
  color: #808080;
}
article#page-contact div.main-content section.form div.inner form table th {
  width: 30%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  article#page-contact div.main-content section.form div.inner form table th {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  article#page-contact div.main-content section.form div.inner form table th {
    display: block;
    width: 100%;
  }
}
article#page-contact div.main-content section.form div.inner form table th span {
  color: red;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  article#page-contact div.main-content section.form div.inner form table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  article#page-contact div.main-content section.form div.inner form table td {
    display: block;
    width: 100%;
  }
}
article#page-contact div.main-content section.form div.inner form table td input,
article#page-contact div.main-content section.form div.inner form table td textarea,
article#page-contact div.main-content section.form div.inner form table td select {
  padding: 1rem;
}
article#page-contact div.main-content section.form div.inner form p.submit {
  text-align: center;
}
article#page-contact div.main-content section.form div.inner form p.submit input {
  margin: 0 auto;
  width: 200px;
  position: relative;
  display: inline-block;
  padding: 0.5em 3em;
  border: 1px solid #384D98;
  color: #384D98;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  article#page-contact div.main-content section.form div.inner form p.submit input {
    width: 100%;
  }
}
article#page-contact div.main-content section.form div.inner form p.submit input:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 100%;
  background: #384D98;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
article#page-contact div.main-content section.form div.inner form p.submit input:hover {
  color: #fff;
}
article#page-contact div.main-content section.form div.inner form p.submit input:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
  z-index: 10;
}

/*========================================================

  ２．基本設定

========================================================*/
/*=====改行 スマホで改行をなし　トップと固定ページ=======*/
/*=====スライドイン=======*/
.inview-left {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(-100%, 0);
  transition-delay: 0.5s;
}
.inview-left.move {
  opacity: 1;
  transform: translate(0, 0);
}

.inview-right {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(100%, 0);
  transition-delay: 1s;
}
.inview-right.move {
  opacity: 1;
  transform: translate(0, 0);
}

.inview-bottom {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(0, 20%);
  transition-delay: 1s;
}
.inview-bottom.move {
  opacity: 1;
  transform: translate(0, 0);
}

.inview-top {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(0, -100%);
  transition-delay: 1s;
}
.inview-top.move {
  opacity: 1;
  transform: translate(0, 0);
}

/*=====ボタン=======*/
a.more {
  margin: 0 auto;
  width: 200px;
  position: relative;
  display: inline-block;
  padding: 0.5em 3em;
  border: 1px solid #384D98;
  color: #384D98;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  a.more {
    width: 100%;
  }
}
a.more:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 100%;
  background: #384D98;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
a.more:hover {
  color: #fff;
}
a.more:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

a.more_wh {
  margin: 0 auto;
  width: 200px;
  position: relative;
  display: inline-block;
  padding: 0.5em 3em;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  a.more_wh {
    width: 100%;
  }
}
a.more_wh:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 100%;
  background: #fff;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
a.more_wh:hover {
  color: #384D98;
}
a.more_wh:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

.square_btn {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #384D98 0%, rgb(42.2692307692, 58.1201923077, 114.7307692308) 100%);
  transition: 0.4s;
}

.square_btn:hover {
  background-image: linear-gradient(45deg, rgb(42.2692307692, 58.1201923077, 114.7307692308) 0%, #384D98 100%);
}

/*=====ボタン=======*/
@media screen and (max-width: 500px) {
  .sm-none {
    display: none;
  }
}

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

/*=====文章強調=======*/
.yellow-marker {
  background: linear-gradient(transparent 50%, #ffff66 50%);
}/*# sourceMappingURL=style.css.map */