@charset "UTF-8";
/*
Theme Name: wordpress base
Description: クライアント用の情報に書き換えてください。
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
@font-face {
  font-family: "M PLUS Rounded 1c", sans-serif;
  src: local("M PLUS Rounded 1c Thin");
  font-weight: 100; }
@font-face {
  font-family: "M PLUS Rounded 1c", sans-serif;
  src: local("M PLUS Rounded 1c Light");
  font-weight: 300; }
@font-face {
  font-family: "M PLUS Rounded 1c", sans-serif;
  src: local("M PLUS Rounded 1c Regular");
  font-weight: 400; }
@font-face {
  font-family: "M PLUS Rounded 1c", sans-serif;
  src: local("M PLUS Rounded 1c Medium");
  font-weight: 500; }
@font-face {
  font-family: "M PLUS Rounded 1c", sans-serif;
  src: local("M PLUS Rounded 1c Bold");
  font-weight: 700; }
@font-face {
  font-family: "M PLUS Rounded 1c", sans-serif;
  src: local("M PLUS Rounded 1c ExtraBold");
  font-weight: 800; }
@font-face {
  font-family: "M PLUS Rounded 1c", sans-serif;
  src: local("M PLUS Rounded 1c Black");
  font-weight: 900; }
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px; }
  html:focus {
    outline: none; }

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #001944;
  position: relative;
  background: url("images/home/bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center bottom; }
  body::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }

main {
  display: block;
  overflow: hidden; }

address {
  font-style: normal; }

button {
  background: transparent;
  border: none;
  padding: 0; }

a {
  text-decoration: none; }

p {
  transform: rotateZ(0.03deg); }

#wpadminbar {
  top: unset !important;
  bottom: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#mainCnt {
  margin-top: 60px; }

.medium {
  font-weight: 500; }

.bold {
  font-weight: 700; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in .1s; }
  @media screen and (min-width: 1211px) {
    .container {
      max-width: 1170px; } }
  @media screen and (min-width: 768px) and (max-width: 1210px) {
    .container {
      max-width: 1060px;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 767px) {
    .container {
      max-width: 750px; } }

/* ----------------------------------- */
/* clearfix
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after {
  clear: both; }

/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
.fs12 {
  font-size: 12px !important; }

.fs14 {
  font-size: 14px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px !important; }

.fs20 {
  font-size: 20px !important; }

.fs22 {
  font-size: 22px !important; }

.fs24 {
  font-size: 24px !important; }

.fs32 {
  font-size: 32px !important; }

.mt0 {
  margin-top: 0	 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb0 {
  margin-bottom: 0   !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb18 {
  margin-bottom: 18px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.w10p {
  width: 10% !important; }

.w20p {
  width: 20% !important; }

.w30p {
  width: 30% !important; }

.w40p {
  width: 40% !important; }

.w50p {
  width: 50% !important; }

.w60p {
  width: 60% !important; }

.w70p {
  width: 70% !important; }

.w80p {
  width: 80% !important; }

.w90p {
  width: 90% !important; }

.w100p {
  width: 100% !important; }

/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color: #333;
  transition: all ease .3s; }
  a:hover, a:focus {
    color: #707070;
    transition: all ease .3s; }
  a:focus, a:active, a:hover {
    outline: 0; }
  a img:hover {
    opacity: 0.8; }

/* ----------------------------------- */
/* 配置 */
/* ----------------------------------- */
.alignnone {
  max-width: 100%; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

blockquote.alignleft,
img.alignleft {
  margin: 0 20px 20px 0; }
blockquote.alignright,
img.alignright {
  margin: 0 0 20px 20px; }
blockquote.aligncenter,
img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto; }

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 20px; }

/* ----------------------------------- */
/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0; }
  img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto; }
  img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 30px; }
  img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px; }
  img.alignright {
    display: inline;
    float: right;
    margin-left: 20px; }
  img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px !important; }

/* ----------------------------------- */
/* ギャラリー */
/* ----------------------------------- */
.gallery {
  margin: 30px 0; }
  .gallery .gallery-item {
    display: inline-block;
    padding: 0 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0 0 15px; }
    .gallery .gallery-item .gallery-icon img {
      margin: 0 auto;
      width: 100%;
      height: auto;
      border: none !important; }
    .gallery .gallery-item .gallery-caption {
      color: #707070;
      display: block;
      text-align: left;
      font-size: 14px;
      line-height: 1.5;
      padding: 0.5em 0 0;
      margin: 0; }
  .gallery.gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery.gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery.gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery.gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery.gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery.gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

/* ----------------------------------- */
/* キャプション */
/* ----------------------------------- */
.wp-caption {
  max-width: 100%;
  margin: 0; }
  .wp-caption img {
    border-color: none; }

/* ----------------------------------- */
/* ボタン */
/* ----------------------------------- */
.btnWrap {
  margin: 40px 0; }

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 70px;
  font-size: 14px;
  margin: 0 auto;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transition: .3s ease-in;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  background-color: transparent;
  border: solid 1px #707070;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
  transition: color 150ms ease-in-out; }
  .btn.white {
    color: #fff;
    border: solid 1px #fff; }
  .btn.arrow:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "\f105";
    font-family: FontAwesome;
    transform: none;
    color: #fff;
    right: 15px;
    font-size: 20px;
    border-radius: 0;
    top: 50%;
    margin-top: -15px;
    transition: .3s ease-in; }
  .btn.arrow:hover:after, .btn.arrow:focus:after {
    color: #3B81BF; }
  .btn.arrowReverse:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "\f105";
    font-family: FontAwesome;
    transform: none;
    color: #3B81BF;
    right: 15px;
    font-size: 20px;
    border-radius: 0;
    top: 50%;
    margin-top: -15px;
    transition: .3s ease-in; }
  .btn.arrowReverse:hover:after, .btn.arrowReverse:focus:after {
    color: #fff; }
  .btn.type2 {
    max-width: 240px;
    height: 60px;
    border: #3B81BF solid 2px;
    border-radius: 8px;
    background: #fff;
    color: #3B81BF; }
  @media screen and (min-width: 1025px) {
    .btn::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 100%;
      background: #333;
      z-index: -1;
      transition: width 150ms ease-in-out; }
    .btn:hover, .btn:focus {
      text-decoration: none;
      color: #fff; }
      .btn:hover::before, .btn:focus::before {
        width: 110%; }
    .btn.white::before {
      background: #fff; }
    .btn.white:hover, .btn.white:focus {
      color: #001944; }
    .btn.btnLeft {
      margin: 0; }
    .btn.btnRight {
      margin: 0 0 0 auto; }
    .btn.btnFull {
      max-width: none; }
    .btn.type2::before {
      background: #3B81BF;
      color: #fff; } }

.btn_bottom {
  padding-bottom: 12px;
  position: relative;
  min-width: 133px;
  display: flex;
  margin: 0 auto;
  justify-content: center; }
  .btn_bottom::before, .btn_bottom::after {
    content: "";
    width: 133px;
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #707070; }
  .btn_bottom::before {
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease-in;
    z-index: 1; }
  .btn_bottom:hover {
    color: #001944; }
    .btn_bottom:hover::before {
      transform: scaleX(1); }

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .column2Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column2Wrap .columnBox p:last-of-type {
      margin-bottom: 0; }
    .column2Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 330px );
    max-width: calc( 100% - 330px ); }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: calc( 100% - 330px );
    max-width: calc( 100% - 330px ); }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0; }
  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 140px;
    max-width: 140px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 160px );
    max-width: calc( 100% - 160px ); }
  .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
    flex-basis: 250px;
    max-width: 250px; }
  .column2Wrap.sp250 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 270px );
    max-width: calc( 100% - 270px ); }
  .column2Wrap .column2Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .column3Wrap:after {
    content: "";
    display: block;
    width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column3Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
    .column3Wrap .columnBox img {
      width: 100%;
      max-width: 100%; }
    .column3Wrap .columnBox p:last-child {
      margin-bottom: 0; }
    .column3Wrap .columnBox:nth-of-type(-n + 3) {
      margin-top: 0; }

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative; }
  .column4Wrap .columnBox p:last-child {
    margin-bottom: 0; }
  .column4Wrap .columnBox img {
    max-width: 100%;
    width: 100%; }

.column6Wrap {
  display: flex;
  flex-wrap: wrap; }
  .column6Wrap .columnBox {
    flex-basis: calc( (100% - 50px) / 6);
    max-width: calc( (100% - 50px) / 6);
    margin-right: 10px; }
    .column6Wrap .columnBox img {
      max-width: 100%;
      width: 100%; }
    .column6Wrap .columnBox:last-of-type {
      margin-right: 0; }
    .column6Wrap .columnBox:nth-of-type(n + 7) {
      margin-top: 20px; }

.column1_1_2 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
  max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
  .column1_1_2 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0; }

.column1_3_3 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
  max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column1_3_3 .columnBox:nth-of-type(n + 4) {
    margin-top: 20px; }

.column2_3_3:after {
  content: "";
  display: block;
  width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
.column2_3_3 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
  max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column2_3_3 .columnBox:nth-of-type(2) {
    margin-top: 0; }
  .column2_3_3 .columnBox:nth-of-type(n + 4) {
    margin-top: 20px; }

.column2_4_4:after {
  width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
  content: "";
  display: block; }
.column2_4_4:before {
  width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
  content: "";
  display: block;
  order: 1; }
.column2_4_4 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
  max-width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }
  .column2_4_4 .columnBox:nth-of-type(-n+2) {
    margin-top: 0; }
  .column2_4_4 .columnBox:nth-of-type(-n+4) {
    margin-top: 0; }

.columnBox {
  overflow: hidden; }
  .columnBox img {
    align-self: baseline;
    max-width: 100%; }
  .columnBox p:last-of-type {
    margin: 0; }

.borderBox .columnBox {
  padding: 15px 20px;
  border: 1px solid #eee;
  overflow: visible; }
  .borderBox .columnBox + .borderNone {
    border: none; }

@media screen and (min-width: 1025px) {
  .column2Wrap.lp3_7 .columnBox:first-of-type {
    flex-basis: calc( ( 100% - ( 60px ) ) / 3);
    max-width: calc( ( 100% - (60px) ) / 3); }
  .column2Wrap.lp3_7 .columnBox:last-of-type {
    flex-basis: calc((((100% - 60px) / 3) * 2) + 30px);
    max-width: calc((((100% - 60px) / 3) * 2) + 30px); }
  .column2Wrap.lp7_3 .columnBox:first-of-type {
    flex-basis: calc((((100% - 60px) / 3) * 2) + 30px);
    max-width: calc((((100% - 60px) / 3) * 2) + 30px); }
  .column2Wrap.lp7_3 .columnBox:last-of-type {
    flex-basis: calc( ( 100% - ( 60px ) ) / 3);
    max-width: calc( ( 100% - (60px) ) / 3); }

  .column3Wrap:after {
    content: "";
    display: block;
    width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column3Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 20px; }

  .column4Wrap:after {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block; }
  .column4Wrap:before {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block;
    order: 1; }
  .column4Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    max-width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }
    .column4Wrap .columnBox:nth-of-type(n + 5) {
      margin-top: 20px; }

  .column1_2_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column3Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column3Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }

  .column4Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column4Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }

  .column1_1_2 .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column1_1_2 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column1_3_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
    .column1_3_3 .columnBox:nth-of-type(n + 3) {
      margin-top: 0; }

  .column1_2_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

  .column2_4_4:after {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block; }
  .column2_4_4:before {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block;
    order: 1; }
  .column2_4_4 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    max-width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }
    .column2_4_4 .columnBox:nth-of-type(-n+2) {
      margin-top: 0; }
    .column2_4_4 .columnBox:nth-of-type(-n+4) {
      margin-top: 0; } }
@media screen and (max-width: 767px) {
  .column2Wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column2Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 0; }
    .column2Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%; }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%; }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%; }
  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%; }
  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%; }
  .column2Wrap.sp140 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px; }
  .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%; }
  .column2Wrap.sp250 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%; }
  .column2Wrap.sp250 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px; }

  .column3Wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column3Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column4Wrap .columnBox {
    flex-basis: 100%; }
    .column4Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column6Wrap {
    justify-content: space-between; }
    .column6Wrap .columnBox {
      flex-basis: calc( 50% - 5px );
      max-width: calc( 50% - 5px ); }
      .column6Wrap .columnBox:nth-of-type(n + 4) {
        margin-top: 0; }
      .column6Wrap .columnBox:nth-of-type(n + 7) {
        margin-top: 0; }
      .column6Wrap .columnBox:nth-of-type(n + 3) {
        margin-top: 20px; }

  .column1_1_2 .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column1_1_2 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column1_3_3 .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column1_3_3 .columnBox:nth-of-type(n + 4) {
      margin-top: 0; }

  .column2_3_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column2_3_3 .columnBox:nth-of-type(n + 4) {
      margin-top: 0; }
    .column2_3_3 .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }

  .column2_4_4 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column2_4_4 .columnBox:nth-of-type(n + 2) {
      margin-top: 0; }
    .column2_4_4 .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; } }
/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  height: 60px;
  width: 100%;
  z-index: 30;
  background: #EDF6F8;
  position: fixed;
  top: 0; }
  #header #headerCnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px; }
    #header #headerCnt #logoArea #logo {
      margin: 0; }
      #header #headerCnt #logoArea #logo img {
        display: flex; }
    #header #headerCnt #mainNaviArea {
      display: none; }
    #header #headerCnt #drawerNaviWrap {
      display: block; }
  @media screen and (min-width: 1025px) {
    #header {
      height: 80px; }
      #header #headerCnt {
        height: 80px; }
        #header #headerCnt #mainNaviArea {
          display: block; }
        #header #headerCnt #drawerNaviWrap {
          display: none; } }
  @media screen and (max-width: 767px) {
    #header #headerCnt #logoArea #logo {
      width: 250px; } }

/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* SPメニュー */
/* ----------------------------------- */
#drawerNaviWrap {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400; }
  #drawerNaviWrap .drawerNaviBtnWrap {
    width: 60px;
    height: 60px;
    position: relative;
    cursor: pointer; }
  #drawerNaviWrap .drawerNaviBtn {
    display: block;
    position: absolute;
    top: 15px;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    height: 13px;
    transition: all .5s;
    z-index: 3; }
    #drawerNaviWrap .drawerNaviBtn:after {
      content: "MENU";
      position: absolute;
      bottom: -25px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 10px;
      font-weight: 400;
      color: #3B81BF;
      font-family: 'Noto Sans JP', sans-serif; }
    #drawerNaviWrap .drawerNaviBtn span {
      display: block;
      position: absolute;
      left: 0;
      width: 30px;
      height: 3px;
      background-color: #3B81BF;
      border-radius: 2px;
      transition: all .5s; }
      #drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
        top: 0; }
      #drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
        top: 8px; }
      #drawerNaviWrap .drawerNaviBtn span:nth-child(3) {
        bottom: -7px; }
  #drawerNaviWrap .drawer-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    width: 300px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 999;
    opacity: 0; }
    #drawerNaviWrap .drawer-nav .drawerInner {
      padding: 0; }
    #drawerNaviWrap .drawer-nav ul {
      margin: 0;
      padding: 0;
      width: 100%;
      list-style: none; }
      #drawerNaviWrap .drawer-nav ul li {
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #001944;
        position: relative; }
        #drawerNaviWrap .drawer-nav ul li a {
          width: 100%;
          min-height: 40px;
          text-decoration: none;
          display: block;
          font-size: 14px;
          padding: 10px 15px;
          transition-duration: 0.2s;
          color: #001944; }
          #drawerNaviWrap .drawer-nav ul li a:hover {
            color: #001944; }
        #drawerNaviWrap .drawer-nav ul li.children {
          overflow: hidden; }
          #drawerNaviWrap .drawer-nav ul li.children > a {
            position: relative;
            width: calc( 100% - 40px ); }
          #drawerNaviWrap .drawer-nav ul li.children .childrenToggle {
            width: 40px;
            height: 40px;
            position: relative;
            top: 0px;
            background: #3B81BF; }
            #drawerNaviWrap .drawer-nav ul li.children .childrenToggle:after {
              content: '';
              width: 10px;
              height: 10px;
              border: 1px solid;
              border-color: transparent transparent #fff #fff;
              transform: rotate(-45deg);
              display: block;
              margin: 4px 15px 0 auto;
              position: absolute;
              top: 50%;
              right: 0;
              margin-top: -8px; }
          #drawerNaviWrap .drawer-nav ul li.children .sub-menu {
            display: none;
            border-top: 1px solid #fff; }
            #drawerNaviWrap .drawer-nav ul li.children .sub-menu li a {
              background-color: #3B81BF;
              min-height: inherit;
              display: block;
              padding: 8px 15px 8px 27px; }
            #drawerNaviWrap .drawer-nav ul li.children .sub-menu li:last-child {
              border: none; }
        #drawerNaviWrap .drawer-nav ul li .fa-external-link {
          padding-left: 5px; }
  #drawerNaviWrap #overlay {
    display: none;
    transition: all .5s; }
  #drawerNaviWrap.open#drawerNaviWrap {
    position: relative;
    right: 125px; }
  #drawerNaviWrap.open .drawerNaviBtnWrap {
    border: none;
    z-index: 10;
    width: 60px;
    height: 60px;
    display: none; }
  #drawerNaviWrap.open .drawerNaviBtn {
    top: 10px;
    left: 10px;
    margin-left: 0; }
  #drawerNaviWrap.open .drawerNavClose {
    font-size: 38px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 301px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    background: #fff; }
    #drawerNaviWrap.open .drawerNavClose span {
      position: relative;
      top: -8px; }
    #drawerNaviWrap.open .drawerNavClose:after {
      content: "閉じる";
      left: 50%;
      bottom: 8px;
      transform: translateX(-50%);
      position: absolute;
      width: 100%;
      color: #3B81BF;
      display: block;
      font-size: 10px;
      font-weight: 400;
      text-align: center;
      font-family: 'Noto Sans JP', sans-serif; }
  #drawerNaviWrap.open .drawer-nav {
    right: 0;
    opacity: 1; }
  #drawerNaviWrap.open #overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 2; }

/* ----------------------------------- */
/* PCメニュー */
/* ----------------------------------- */
#mainNaviArea #mainNavi ul {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px; }
  #mainNaviArea #mainNavi ul > li {
    flex: 1 0 auto;
    position: relative;
    transform: rotateZ(0.03deg); }
    #mainNaviArea #mainNavi ul > li a {
      width: 100%;
      text-decoration: none;
      font-weight: 500;
      display: flex;
      align-items: center;
      color: #001944; }
    #mainNaviArea #mainNavi ul > li .hd_contact {
      width: 24px;
      height: 22px;
      background: url("images/home/icon_mail.svg") no-repeat center/24px 18px;
      display: block; }
    #mainNaviArea #mainNavi ul > li.current > a {
      color: #707070 !important; }
    #mainNaviArea #mainNavi ul > li.navi-children a {
      gap: 6px; }
      #mainNaviArea #mainNavi ul > li.navi-children a:after {
        content: "\f107";
        font-family: FontAwesome;
        transform: none;
        color: #3B81BF;
        font-size: 20px; }
    #mainNaviArea #mainNavi ul > li ul.sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      display: block;
      height: 0;
      width: 230px;
      display: none; }
      #mainNaviArea #mainNavi ul > li ul.sub-menu li {
        overflow: hidden;
        background: #fff;
        width: 230px; }
        #mainNaviArea #mainNavi ul > li ul.sub-menu li a {
          padding: 14px 10px;
          position: relative;
          justify-content: space-between;
          gap: 4px; }
          #mainNaviArea #mainNavi ul > li ul.sub-menu li a:last-of-type {
            border: none; }
          #mainNaviArea #mainNavi ul > li ul.sub-menu li a:after {
            content: "\f105";
            font-family: FontAwesome;
            transform: none;
            color: #3B81BF;
            font-size: 20px; }
          #mainNaviArea #mainNavi ul > li ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li ul.sub-menu li a:focus {
            color: #3B81BF; }
            #mainNaviArea #mainNavi ul > li ul.sub-menu li a:hover:after, #mainNaviArea #mainNavi ul > li ul.sub-menu li a:focus:after {
              color: #3B81BF; }
    #mainNaviArea #mainNavi ul > li:hover, #mainNaviArea #mainNavi ul > li:focus {
      transition: .3s ease-in-out; }
      #mainNaviArea #mainNavi ul > li:hover ul.sub-menu, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu {
        z-index: 1;
        height: 100%;
        opacity: 1;
        display: block; }
        #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a {
          opacity: 1;
          transition: .3s ease-in-out; }

/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  padding: 60px 0 100px;
  position: relative; }
  #footer .inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 75px; }
    #footer .inner .box {
      background: #fff;
      width: 100%;
      height: 135px; }
      #footer .inner .box a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
  #footer #footerCntWrap {
    text-align: center;
    font-size: 14px; }
    #footer #footerCntWrap #footerCnt .footerLogo {
      margin-bottom: 57px; }
    #footer #footerCntWrap #footerCnt .footer-opinfo {
      display: grid;
      gap: 18px;
      margin-bottom: 52px; }
    #footer #footerCntWrap p {
      margin: 0; }
  #footer #copyright {
    text-align: center;
    font-size: 14px;
    margin: 26px 0 0; }
  @media screen and (min-width: 1025px) {
    #footer {
      padding: 80px 0 170px; }
      #footer .inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0 20px;
        margin-bottom: 75px; }
      #footer #footerCntWrap {
        margin: 0 auto;
        display: block; }
        #footer #footerCntWrap #footerCnt .footerLogo {
          margin-bottom: 27px; } }

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px; }
  .wp-pagenavi a, .wp-pagenavi span {
    color: #3B81BF;
    width: 32px;
    height: 32px;
    padding: 3px 0 0 0;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px; }
  .wp-pagenavi a:hover,
  .wp-pagenavi a:focus {
    color: #fff;
    background: #3B81BF;
    border: 1px solid #3B81BF; }
  .wp-pagenavi span.current {
    color: #fff;
    background: #3B81BF;
    font-weight: 400;
    border: 1px solid #3B81BF; }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    font-size: 20px;
    color: #3B81BF;
    background: none;
    border: none; }
    .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus,
    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .previouspostslink:focus {
      color: #c7c7c7;
      background: none;
      border: none; }

/* ---------------------------------------------------------------- */
/* ページトップ ボタン */
/* ---------------------------------------------------------------- */
#pagetopArea {
  position: fixed;
  right: 7px;
  bottom: 30px;
  width: 10px;
  height: 80px;
  z-index: 4; }
  #pagetopArea a {
    position: absolute;
    inset: 0;
    background: url("images/home/totop.svg") no-repeat center/cover;
    transition: 150ms transform ease; }
  @media screen and (min-width: 1025px) {
    #pagetopArea {
      right: 24px; }
      #pagetopArea a:hover {
        transform: translateY(-5px); } }

@media screen and (max-width: 767px) {
  .page-id-252 #pagetopArea,
  .page-id-253 #pagetopArea,
  .page-id-254 #pagetopArea,
  .page-id-255 #pagetopArea {
    bottom: 80px; } }

/* ---------------------------- */
/* fixed_icon */
/* ---------------------------- */
.fixed_icon {
  position: fixed;
  bottom: 10px;
  right: 32px;
  z-index: 5;
  transition: .5s all ease; }
  @media screen and (min-width: 1025px) {
    .fixed_icon {
      bottom: 10px;
      right: 52px;
      width: 150px;
      height: 150px; }
      .fixed_icon img {
        width: 150px;
        height: 150px; } }

/* ---------------------------------------------------------------- */
/* CTA固定ボタン */
/* ---------------------------------------------------------------- */
#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 10;
  position: fixed;
  bottom: -60px;
  transition: .6s;
  background-color: #3B81BF; }
  #fixedBtnSpArea.fixed {
    opacity: 1;
    transition: .6s;
    bottom: 0; }
  #fixedBtnSpArea #fixedBtnSp {
    display: none !important; }
    #fixedBtnSpArea #fixedBtnSp ul {
      height: 60px;
      width: 100%;
      overflow: hidden;
      display: flex; }
      #fixedBtnSpArea #fixedBtnSp ul li {
        list-style: none;
        flex-basis: 100%; }
        #fixedBtnSpArea #fixedBtnSp ul li a {
          color: #fff;
          font-size: 12px;
          font-weight: 500;
          height: 60px;
          display: grid;
          place-items: center;
          align-content: center;
          gap: 5px; }
          #fixedBtnSpArea #fixedBtnSp ul li a::before {
            content: "";
            width: 24px;
            height: 20px;
            display: block; }
          #fixedBtnSpArea #fixedBtnSp ul li a p {
            margin: 0; }
          #fixedBtnSpArea #fixedBtnSp ul li a.icon-mail::before {
            background: url("images/common/icon-mail_white.svg") no-repeat center/cover;
            width: 24px;
            height: 18px; }
          #fixedBtnSpArea #fixedBtnSp ul li a.icon-pin::before {
            content: "";
            background: url("images/common/icon-pin_white.svg") no-repeat center/cover;
            width: 14.5px;
            height: 20px; }
          #fixedBtnSpArea #fixedBtnSp ul li a.icon-phone::before {
            content: "";
            background: url("images/common/icon-phone_white.svg") no-repeat center/cover;
            width: 22px;
            height: 20px; }
        #fixedBtnSpArea #fixedBtnSp ul li + li {
          border-left: 1px solid #fff; }
  @media screen and (max-width: 767px) {
    #fixedBtnSpArea #fixedBtnSp {
      display: block !important; } }

/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
#indexPage p {
  text-align: justify;
  text-justify: inter-ideograph;
  color: #001944; }
#indexPage #beginningArea {
  padding: 70px 0 80px; }
  #indexPage #beginningArea h2 {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 30px;
    text-align: center;
    color: #001944; }
  #indexPage #beginningArea p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0; }
#indexPage #newsArea .postListWrap {
  margin-bottom: 40px; }
#indexPage #aboutArea .box:nth-of-type(n+2) {
  margin-top: 30px; }
@media screen and (max-width: 1024px) {
  #indexPage #conceptArea {
    margin-top: 0; } }
@media screen and (max-width: 767px) {
  #indexPage #beginningArea {
    padding: 60px 0; }
    #indexPage #beginningArea h2 {
      font-size: 28px;
      font-weight: 500;
      margin: 0 0 30px;
      text-align: center; }
    #indexPage #beginningArea p {
      font-size: 14px; } }

/* ---------------------------------------------------------------- */
/* main_visual */
/* ---------------------------------------------------------------- */
.MV_wrapper {
  position: relative;
  margin-top: 60px; }
  .MV_wrapper .copyright {
    display: none; }
  .MV_wrapper .MV_inr .fvSwiper .swiper-wrapper .swiper-slide .swiper-slide-box {
    position: relative;
    height: 480px;
    width: 100%;
    overflow: hidden; }
    .MV_wrapper .MV_inr .fvSwiper .swiper-wrapper .swiper-slide .swiper-slide-box img {
      position: absolute;
      inset: 0;
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .MV_wrapper .MV_inr .fvSwiper .swiper-wrapper .swiper-slide .swiper-slide-box::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.1);
      z-index: 1; }
  .MV_wrapper .MV_inr .fvSwiper .swiper-wrapper .swiper-slide .swiper-slide-txtbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2; }
  @media screen and (min-width: 1025px) {
    .MV_wrapper {
      margin-top: 80px; }
      .MV_wrapper .copyright {
        display: block;
        position: absolute;
        left: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 12px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
      .MV_wrapper .MV_inr {
        padding: 0 50px 40px; }
        .MV_wrapper .MV_inr .fvSwiper .swiper-wrapper .swiper-slide {
          border-radius: 8px; }
          .MV_wrapper .MV_inr .fvSwiper .swiper-wrapper .swiper-slide .swiper-slide-box {
            overflow: hidden;
            height: 90vh;
            border-radius: 8px; } }

/* ---------------------------------------------------------------- */
/* page */
/* ---------------------------------------------------------------- */
#page01, #page02, #page03, #page04, #page05 {
  height: 1px;
  display: block;
  padding-top: 80px;
  margin-top: -80px; }

/* ---------------------------------------------------------------- */
/* #conceptArea */
/* ---------------------------------------------------------------- */
#conceptArea .inr {
  display: grid;
  gap: 30px; }
  #conceptArea .inr .right_box {
    padding: 0 15px; }
    #conceptArea .inr .right_box h2 {
      font-size: 24px;
      text-align: center; }
  @media screen and (min-width: 1025px) {
    #conceptArea .inr {
      grid-template-columns: 60% 40%;
      gap: 0; }
      #conceptArea .inr .left_box {
        border-radius: 0 8px 8px 0;
        overflow: hidden; }
      #conceptArea .inr .right_box {
        padding: 60px 60px 0; }
        #conceptArea .inr .right_box h2 {
          font-size: 28px;
          text-align: left; } }

/* ---------------------------------------------------------------- */
/* #stayArea */
/* ---------------------------------------------------------------- */
.staySwiper {
  border-radius: 8px;
  margin-bottom: 10px; }
  .staySwiper .stay-button-prev {
    position: absolute;
    display: block;
    background: url("images/home/prev.png") no-repeat;
    background-size: 40px;
    background-position: center;
    width: 40px;
    height: 40px; }
    .staySwiper .stay-button-prev::after {
      display: none; }
  .staySwiper .stay-button-next {
    position: absolute;
    display: block;
    background: url("images/home/next.png") no-repeat;
    background-size: 40px;
    background-position: center;
    width: 40px;
    height: 40px; }
    .staySwiper .stay-button-next::after {
      display: none; }

.staythumbnail {
  margin-bottom: 60px; }
  .staythumbnail .swiper-wrapper .swiper-slide {
    border-radius: 8px; }
    .staythumbnail .swiper-wrapper .swiper-slide img {
      border-radius: 8px; }

@media screen and (max-width: 767px) {
  .staythumbnail .swiper-wrapper .swiper-slide {
    border-radius: 4px; }
    .staythumbnail .swiper-wrapper .swiper-slide img {
      border-radius: 4px; } }
/* ---------------------------------------------------------------- */
/* #bg_scroll */
/* ---------------------------------------------------------------- */
.bg_scroll {
  height: 400px;
  width: 100%;
  position: relative; }

#bg_scroll {
  background: url("images/home/parallax.png") no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover; }

#bg_scroll02 {
  background: url("images/home/parallax02.png") no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover; }

@media screen and (max-width: 767px) {
  .bg_scroll {
    background: none;
    position: relative; }
    .bg_scroll .bg_scroll_bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      clip-path: inset(0); }
      .bg_scroll .bg_scroll_bg .bg_inner {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: -1; }

  #bg_scroll .bg_scroll_bg .bg_inner {
    background: url("images/home/parallax.png") no-repeat;
    background-size: cover;
    background-position: center; }

  #bg_scroll02 .bg_scroll_bg .bg_inner {
    background: url("images/home/parallax02.png") no-repeat;
    background-size: cover;
    background-position: center; } }
/* ---------------------------------------------------------------- */
/* #aboutArea */
/* ---------------------------------------------------------------- */
#aboutArea {
  padding-top: 80px; }
  #aboutArea .imgbox {
    border-radius: 8px; }
    #aboutArea .imgbox img {
      border-radius: 8px; }
  #aboutArea .box .inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px; }
    #aboutArea .box .inner .spotbox a {
      width: 100%;
      height: 100%;
      display: block;
      text-decoration: none;
      color: #001944;
      font-size: 16px;
      font-weight: 500; }
      #aboutArea .box .inner .spotbox a .imgbox {
        position: relative;
        width: 100%;
        padding-bottom: 60%;
        overflow: hidden;
        border-radius: 8px;
        margin-bottom: 20px; }
        #aboutArea .box .inner .spotbox a .imgbox img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 8px; }
      #aboutArea .box .inner .spotbox a p {
        margin: 0;
        text-align: center; }

@media screen and (max-width: 767px) {
  #aboutArea {
    padding-top: 60px; }
    #aboutArea .box .inner {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 10px; }
      #aboutArea .box .inner .spotbox a {
        font-size: 14px; }
        #aboutArea .box .inner .spotbox a .imgbox {
          margin-bottom: 10px; } }
/* ---------------------------------------------------------------- */
/* access */
/* ---------------------------------------------------------------- */
#accessArea {
  padding-top: 80px; }
  #accessArea .w_box {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px; }
    #accessArea .w_box .b_txt {
      font-size: 20px;
      font-weight: 500;
      color: #38B6FF;
      margin: 0 0 10px;
      text-align: center; }
    #accessArea .w_box .txt {
      margin: 0;
      text-align: center; }
  #accessArea .access_tltle {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px; }
    #accessArea .access_tltle span {
      font-size: 14px;
      font-weight: 500; }
  #accessArea .access_txt {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 13px; }
  #accessArea .btn_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 10px;
    margin-bottom: 30px; }
    #accessArea .btn_inner .btnbox {
      border: #3B81BF solid 2px;
      border-radius: 8px;
      background: #fff; }
      #accessArea .btn_inner .btnbox a {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
        color: #3B81BF;
        text-decoration: none; }
  #accessArea .access_txt02 {
    font-size: 12px;
    font-weight: 400;
    margin: 0; }

@media screen and (max-width: 767px) {
  #accessArea {
    padding-top: 60px; }
    #accessArea .btn_inner {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 10px; } }
/* ---------------------------------------------------------------- */
/* #miraiArea */
/* ---------------------------------------------------------------- */
#miraiArea {
  background: #fff;
  padding-top: 80px; }
  #miraiArea .mirai_title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px; }
  #miraiArea .mirai_txt {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px; }
  #miraiArea .miraibtnbox a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    position: relative; }
    #miraiArea .miraibtnbox a::after {
      content: "";
      position: absolute;
      width: 205px;
      height: 1px;
      background: #707070;
      bottom: 0;
      left: 0;
      display: block; }
    #miraiArea .miraibtnbox a .left {
      margin: 5px 10px 0 0; }
    #miraiArea .miraibtnbox a .right {
      margin: 5px 0 0 10px; }

/* ---------------------------------------------------------------- */
/* 投稿コンテンツ共通 */
/* ---------------------------------------------------------------- */
.postBox time {
  font-size: 14px; }
.postBox .permaLinkWrap {
  margin: 0; }

.time-cat_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px; }

.category-name {
  border-radius: 2px;
  background-color: #3B81BF;
  color: #fff;
  font-size: 12px;
  min-width: 115px;
  display: grid;
  place-items: center;
  padding: 4px 10px 3px;
  border: 1px solid; }
  @media screen and (min-width: 1025px) {
    .category-name:hover {
      background-color: #fff;
      color: #3B81BF; } }

/* ---------------------------- */
/* ニュースリストベース */
/* ---------------------------- */
.postListWrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));
  gap: 37px; }
  .postListWrap .postBox {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 10px; }
    .postListWrap .postBox .thumbnail {
      margin-bottom: 20px; }
      .postListWrap .postBox .thumbnail img {
        aspect-ratio: 1 / 0.66; }
  @media screen and (min-width: 1025px) {
    .postListWrap {
      gap: 30px;
      grid-template-columns: repeat(2, 1fr); } }

@media screen and (min-width: 1025px) {
  .news-postListWrap .postListWrap,
  .top-postListWrap .postListWrap {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (min-width: 1200px) {
  .news-postListWrap .postListWrap,
  .top-postListWrap .postListWrap {
    grid-template-columns: repeat(4, 1fr); } }

.singl-post .thumbnail {
  max-width: 720px;
  margin: 0 auto 20px; }

/* ---------------------------- */
/* ページヘッダー */
/* ---------------------------- */
#cnts {
  margin-bottom: 120px; }
  #cnts .pageTitle {
    font-size: 28px;
    color: #333;
    text-align: center; }
    #cnts .pageTitle + time {
      text-align: left;
      display: block;
      color: #333;
      margin: -20px 0 20px; }

/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.pcm-breadcrumbs {
  margin: 10px 0 0 0; }
  .pcm-breadcrumbs__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.4em;
    list-style: none;
    padding-left: 0 !important; }
  .pcm-breadcrumbs__item::marker {
    display: none !important; }
  .pcm-breadcrumbs__item:not(:last-child)::after {
    content: ">";
    padding: 0 6px; }
  .pcm-breadcrumbs__link {
    color: #575757 !important;
    text-decoration: none !important; }
    .pcm-breadcrumbs__link:hover {
      color: #3B81BF !important;
      text-decoration: underline !important; }
  @media screen and (min-width: 1025px) {
    .pcm-breadcrumbs {
      max-width: 1170px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .pcm-breadcrumbs {
      max-width: 970px;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 767px) {
    .pcm-breadcrumbs {
      max-width: 750px; } }

/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
.postPage #postCnt {
  margin: 20px 0;
  min-height: 300px; }
.postPage h1, .postPage h2, .postPage h3, .postPage h4, .postPage h5, .postPage h6 {
  line-height: 1.2; }
.postPage .box:nth-of-type(n + 2) {
  margin-top: 60px; }
.postPage p {
  margin: 0 0 20px;
  text-align: justify;
  text-align: inter-ideograph; }
  .postPage p img {
    max-width: 100%;
    margin-bottom: 0; }
  .postPage p.tableAtt {
    margin: -20px 0 20px; }
.postPage .bold {
  font-weight: bold; }
.postPage .coming {
  text-align: center;
  margin: 50px 0;
  font-size: 16px; }
.postPage .small {
  font-size: 14px; }
.postPage .linkWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
  align-items: flex-start; }
.postPage .imgWrap + .imgWrap {
  margin-top: 20px; }
.postPage .textLeft {
  text-align: left; }
.postPage .textCenter {
  text-align: center; }
.postPage .textRight {
  text-align: right; }
.postPage code {
  font-family: "M PLUS Rounded 1c", sans-serif; }
.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: "M PLUS Rounded 1c", sans-serif; }
.postPage a {
  position: relative; }
  .postPage a:hover, .postPage a:focus {
    text-decoration: none; }
  .postPage a.textBlank {
    position: relative;
    margin-right: 30px;
    display: inline-block; }
    .postPage a.textBlank:before {
      content: '\f08e';
      position: absolute;
      display: block;
      font: 14px/1 FontAwesome;
      right: -25px;
      top: 5px; }
  .postPage a.textArrow {
    text-decoration: none;
    color: #3B81BF; }
    .postPage a.textArrow:hover {
      color: #333;
      text-decoration: underline; }
    .postPage a.textArrow:after {
      display: inline-block;
      content: '\f0a9';
      font: 16px/1 FontAwesome;
      margin-left: 10px;
      text-decoration: none; }
  .postPage a.textArrowR {
    text-decoration: none;
    color: #333; }
    .postPage a.textArrowR:hover, .postPage a.textArrowR:focus {
      color: #3B81BF;
      text-decoration: underline; }
    .postPage a.textArrowR:after {
      display: inline-block;
      content: '\f0a9';
      font: 16px/1 FontAwesome;
      margin-left: 10px;
      text-decoration: none; }
.postPage table {
  width: 100%; }
  .postPage table caption {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0; }
  .postPage table tr th, .postPage table tr td {
    padding: 1em;
    width: auto;
    line-height: 1.4;
    transform: rotateZ(0.03deg); }
  .postPage table tr th {
    font-weight: 500;
    vertical-align: top;
    width: auto; }
    .postPage table tr th.w200 {
      width: 200px; }
    .postPage table tr th.thLeft {
      text-align: left; }
  .postPage table tr td {
    border-left: none; }
  .postPage table tr .tw15p {
    width: 15%; }
  .postPage table tr .tw30p {
    width: 30%; }
  .postPage table tr .tw33p {
    width: 33.333%;
    min-width: inherit; }
  .postPage table tr .tw50p {
    width: 50%;
    min-width: inherit; }
  .postPage table tr .tw70p {
    width: 70%; }
  .postPage table tr .tw200 {
    width: 200px; }
  .postPage table tr .tw210 {
    width: 210px; }
  .postPage table.type1 {
    border-spacing: 10px;
    margin-bottom: 30px; }
    .postPage table.type1 tr {
      margin-bottom: 10px; }
      .postPage table.type1 tr th, .postPage table.type1 tr td {
        padding: 7px 10px;
        background-color: transparent; }
      .postPage table.type1 tr th {
        text-align: center;
        background: #001944;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        border-radius: 4px; }
      .postPage table.type1 tr td {
        background: #fff;
        color: #001944;
        font-size: 16px;
        font-weight: 500;
        border-radius: 4px; }
  .postPage table.type1-auto {
    border-spacing: 10px 0; }
    .postPage table.type1-auto tr th {
      text-align: left;
      padding-left: 0;
      border-bottom: #3B81BF solid 1px; }
    .postPage table.type1-auto tr td {
      border-bottom: #CCCCCC solid 1px; }
    .postPage table.type1-auto tr:first-child th {
      border-top: #3B81BF solid 1px; }
    .postPage table.type1-auto tr:first-child td {
      border-top: #CCCCCC solid 1px; }
  .postPage table.type2 {
    border-spacing: 10px; }
    .postPage table.type2 tr {
      border-bottom: none; }
      .postPage table.type2 tr th, .postPage table.type2 tr td {
        padding: .4em .8em;
        border-radius: 8px; }
      .postPage table.type2 tr th {
        font-size: 18px;
        text-align: center;
        vertical-align: middle;
        color: #fff; }
        .postPage table.type2 tr th.w300 {
          width: 300px; }
      .postPage table.type2 tr td {
        text-align: center;
        background-color: #fff;
        font-weight: 500; }
    .postPage table.type2 thead tr th {
      background-color: #3B81BF; }
    .postPage table.type2 tbody tr th {
      background-color: #3B81BF; }
    .postPage table.type2 tbody.tdCenter tr td {
      text-align: center; }
    .postPage table.type2 tbody.tdLeft tr td {
      text-align: left; }
.postPage .tableSc {
  width: 100%;
  margin-bottom: 30px; }
  .postPage .tableSc table {
    width: 100%;
    margin-bottom: 0; }
.postPage blockquote {
  background: #ccc;
  width: 100%;
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 60px;
  position: relative; }
  .postPage blockquote:before {
    content: '\f10d';
    position: absolute;
    display: block;
    font: 20px/1 FontAwesome;
    color: #3B81BF;
    left: 10px;
    top: 10px; }
  .postPage blockquote:after {
    content: '\f10e';
    position: absolute;
    display: block;
    font: 20px/1 FontAwesome;
    color: #3B81BF;
    right: 10px; }
  .postPage blockquote p {
    margin: 0 0 15px; }
    .postPage blockquote p:last-child {
      margin-bottom: 0; }
.postPage dl {
  margin: 0 0 30px; }
  .postPage dl dt {
    font-weight: bold; }
  .postPage dl dd {
    margin: 0;
    margin-bottom: 15px; }
.postPage ul li {
  list-style: none;
  position: relative; }
  .postPage ul li ul {
    padding: 0 0 10px;
    margin: 10px 0 0 1em; }
.postPage ol li {
  margin: 0;
  padding: 0; }
.postPage address {
  font-style: normal; }
.postPage hr.red {
  border-bottom: 1px solid #C65871 !important;
  margin-bottom: 50px; }
@media screen and (max-width: 767px) {
  .postPage table tr .tw15p {
    width: 100%; }
  .postPage table tr .tw30p {
    width: 100%; }
  .postPage table tr .tw33p {
    width: 100%; }
  .postPage table tr .tw50p {
    width: 100%; }
  .postPage table tr .tw70p {
    width: 100%; }
  .postPage table tr .tw200 {
    width: 100%; }
  .postPage table tr .tw210 {
    width: 100%; }
  .postPage table.type1 tr th, .postPage table.type1 tr td {
    display: block;
    width: 100%; }
  .postPage table.type1 tr th {
    min-width: 1px;
    padding: 10px 0; }
    .postPage table.type1 tr th.w200 {
      width: 100%; }
  .postPage table.type2 tr th, .postPage table.type2 tr td {
    display: table-cell;
    width: auto;
    padding: .6em .8em; }
  .postPage table.type2 tr th {
    min-width: 1px;
    font-size: 16px; }
    .postPage table.type2 tr th.w300 {
      width: auto; }
  .postPage table.type2 tr td {
    font-size: 14px; }
  .postPage .tableSc {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
    .postPage .tableSc .table tr th {
      min-width: none; } }

/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
ul.formFlow {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0; }
  ul.formFlow li {
    display: inline-flex;
    justify-content: center;
    flex: 1 0 33.333%;
    background: #fff;
    color: #333333;
    list-style: none;
    padding: 0;
    margin: 0 !important;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    position: relative; }
    ul.formFlow li:before {
      display: none; }
    ul.formFlow li.visited {
      background: #999;
      color: #fff; }
    ul.formFlow li.active {
      background: #3B81BF;
      color: #fff;
      position: relative; }
      ul.formFlow li.active:after {
        position: absolute;
        content: '';
        right: -40px;
        top: 0;
        z-index: 1;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-left: 20px solid #3B81BF; }
    ul.formFlow li.second.active:before {
      display: block;
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      z-index: 3;
      width: 0;
      height: 0;
      border: 20px solid transparent;
      border-left: 20px solid #3B81BF; }
    ul.formFlow li.third.active {
      background: #3B81BF !important;
      color: #fff; }
      ul.formFlow li.third.active:after {
        display: none; }
      ul.formFlow li.third.active:before {
        background: none;
        display: inline;
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        z-index: 2;
        width: 0;
        height: 0;
        border-radius: 0;
        border: 20px solid transparent;
        border-left: 20px solid #FFFFFF; }

/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #formArea dl dt {
    flex-basis: 250px;
    text-align: right;
    transform: rotateZ(0.03deg); }
  #formArea dl dd {
    flex-basis: calc(100% - 280px); }
    #formArea dl dd.fb100 {
      flex-basis: 100%; }
#formArea .att {
  color: #ffffff;
  background: #cc0000;
  font-size: 0.8em;
  padding: 0.3em;
  border-radius: 0.5em;
  margin-left: 0.2em;
  transform: rotateZ(0.03deg);
  font-size: 12px; }
#formArea .error {
  margin: 0; }
#formArea .radio_wrap {
  margin-top: 10px; }
#formArea .vertical-item {
  display: block !important; }
#formArea input[type="text"],
#formArea input[type="email"],
#formArea input[type="number"],
#formArea textarea {
  padding: 8px .5em 8px 10px;
  margin: 0;
  background: #EEEEEE;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #EEEEEE; }
  #formArea input[type="text"]:focus,
  #formArea input[type="email"]:focus,
  #formArea input[type="number"]:focus,
  #formArea textarea:focus {
    background: #fff; }
  #formArea input[type="text"]:hover,
  #formArea input[type="email"]:hover,
  #formArea input[type="number"]:hover,
  #formArea textarea:hover {
    background: #fff; }
  #formArea input[type="text"] + input,
  #formArea input[type="email"] + input,
  #formArea input[type="number"] + input,
  #formArea textarea + input {
    margin-top: 10px; }
#formArea input[type="number"].short {
  width: 60px; }
#formArea input[type="text"],
#formArea input[type="email"] {
  width: 100%; }
  #formArea input[type="text"] .short,
  #formArea input[type="email"] .short {
    max-width: 150px; }
#formArea select {
  padding: .4em 0 .3em .5em;
  margin-bottom: 5px;
  display: block;
  border-color: #e7e7e7; }
  #formArea select option {
    word-wrap: normal; }
#formArea input[type="text"].short {
  width: 200px;
  text-align: left;
  margin-bottom: 0; }
#formArea input[type="text"].hasDatepicker {
  margin: 5px 0;
  background: #EEEEEE; }
  #formArea input[type="text"].hasDatepicker:hover, #formArea input[type="text"].hasDatepicker:focus {
    background: #fff; }
#formArea .mwform-checkbox-field {
  display: inline-block;
  width: auto;
  margin: 5px 5px;
  font-size: 14px; }
#formArea input[type="checkbox"] {
  border: 1px solid #aaaaaa;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 26px;
  height: 26px;
  /*Other Browser*/
  background: #e2e2e2;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e2e2e2));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%); }
#formArea input[type="checkbox"]:checked {
  /*Other Browser*/
  background: #3B81BF;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3B81BF), color-stop(1, #3B81BF));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #3B81BF 0%, #3B81BF 100%);
  border: 1px solid #3B81BF; }
#formArea input[type="checkbox"]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  content: "";
  width: 10px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center; }
#formArea input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center; }
#formArea .mwform-zip-field input {
  width: inherit; }
#formArea .mwform-tel-field input {
  margin: 0 !important;
  width: auto; }
#formArea .mwform-radio-field {
  display: inline-block;
  margin: 0 15px 5px 0; }
#formArea input[type="file"] {
  margin-bottom: 10px; }
#formArea .inline_wrap select {
  display: inline-block; }
#formArea .btnArea {
  display: flex;
  justify-content: space-between; }
  #formArea .btnArea .submitArea {
    flex-basis: 100%; }
    #formArea .btnArea .submitArea .submit {
      margin: 0 auto;
      color: #001944 !important; }
      #formArea .btnArea .submitArea .submit:hover, #formArea .btnArea .submitArea .submit:focus {
        color: #fff !important;
        background: #001944;
        transition: .3s;
        cursor: pointer; }
  #formArea .btnArea .returnArea {
    flex-basis: 100%;
    display: none; }
    #formArea .btnArea .returnArea .return {
      width: 100%;
      margin: 0 auto 0 10px;
      display: block;
      text-align: center;
      background: #fff;
      border: 1px solid #3B81BF;
      color: #3B81BF;
      padding: .4em 0;
      transition: .3s;
      font-size: 14px; }
      #formArea .btnArea .returnArea .return:hover, #formArea .btnArea .returnArea .return:focus {
        color: #fff;
        background: #3B81BF;
        transition: .3s; }
#formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
  margin: 0 auto 0 10px;
  border: #000 solid 1px; }
#formArea .mw_wp_form_confirm .btnArea .returnArea {
  display: inline-flex; }
  #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
    margin: 0 0 0 auto; }
@media screen and (max-width: 767px) {
  #formArea dl {
    display: flex;
    flex-wrap: wrap; }
    #formArea dl dt {
      flex-basis: 100%;
      padding: 5px 0 0 0;
      margin: 0 0 15px;
      text-align: left; }
    #formArea dl dd {
      flex-basis: 100%;
      margin-bottom: 15px;
      align-self: center; }
  #formArea select {
    margin-bottom: 5px; }
  #formArea .mwform-checkbox-field {
    display: block;
    width: 100%; }
  #formArea .mwform-radio-field {
    display: block;
    margin: 5px 0 10px; }
    #formArea .mwform-radio-field .mwform-radio-field-text {
      margin-right: 15px; }
    #formArea .mwform-radio-field input {
      margin: 0; }
  #formArea .btnArea {
    flex-wrap: wrap; }
    #formArea .btnArea .submitArea {
      flex-basis: 100%; }
  #formArea .mw_wp_form_confirm .btnArea {
    gap: 20px; }
    #formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
      margin: 0 auto; }
    #formArea .mw_wp_form_confirm .btnArea .returnArea {
      display: block; }
      #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
        margin: 0 auto; } }

/* ---------------------------- */
/* contact */
/* ---------------------------- */
.contact {
  background: linear-gradient(180deg, #fff 0%, #fff 56%, transparent 56%, transparent 100%);
  padding: 60px 0 0; }
  .contact .contactBox {
    margin: 0 auto; }
    .contact .contactBox .inr {
      background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("images/home/contact_bg.png") no-repeat center/cover;
      padding: 92px 0 70px;
      position: relative; }
  @media screen and (min-width: 1025px) {
    .contact .contactBox {
      max-width: 1170px;
      padding: 0 15px; }
      .contact .contactBox .inr {
        border-radius: 8px;
        overflow: hidden; } }
  @media screen and (min-width: 768px) and (max-width: 1210px) {
    .contact .contactBox {
      max-width: 940px; } }

/* ---------------------------------------------------------------- */
/* accordion */
/* ---------------------------------------------------------------- */
.accordion-container {
  width: 100%;
  display: grid;
  gap: 10px; }
  .accordion-container .accordion-list {
    border-radius: 8px;
    background-color: #fff; }
    .accordion-container .accordion-list .accordion-title {
      cursor: pointer;
      position: relative;
      margin: 0;
      padding: 20px 15px; }
      .accordion-container .accordion-list .accordion-title .q-text {
        margin: 0;
        padding: 0 30px; }
        .accordion-container .accordion-list .accordion-title .q-text::before {
          content: "Q";
          font-size: 24px;
          position: absolute;
          left: 0;
          top: -9px;
          color: #3B81BF; }
      .accordion-container .accordion-list .accordion-title::before, .accordion-container .accordion-list .accordion-title::after {
        content: "";
        position: absolute;
        right: 15px;
        top: 31px;
        width: 20px;
        height: 2px;
        background-color: #3B81BF; }
      .accordion-container .accordion-list .accordion-title::after {
        transform: rotate(-90deg);
        transition: .2s all ease; }
      .accordion-container .accordion-list .accordion-title.open .q-text {
        padding: 0 30px 10px;
        border-bottom: 1px solid #EFEFEF; }
      .accordion-container .accordion-list .accordion-title.open::after {
        transform: rotate(-180deg); }
    .accordion-container .accordion-list .accordion-text {
      display: none;
      padding: 0 45px 20px;
      position: relative; }
      .accordion-container .accordion-list .accordion-text p {
        margin: 0 0 1em; }
        .accordion-container .accordion-list .accordion-text p a {
          text-decoration: underline; }
      .accordion-container .accordion-list .accordion-text p:last-child {
        margin-bottom: 0; }
      .accordion-container .accordion-list .accordion-text::before {
        content: "A";
        font-size: 24px;
        color: #3B81BF;
        position: absolute;
        left: 17px;
        top: -6px; }
  @media screen and (min-width: 1025px) {
    .accordion-container .accordion-list .accordion-title {
      padding: 30px 50px; }
      .accordion-container .accordion-list .accordion-title .q-text {
        padding: 0 43px; }
      .accordion-container .accordion-list .accordion-title.open {
        padding: 30px 50px 20px; }
        .accordion-container .accordion-list .accordion-title.open .q-text {
          padding: 0 43px 24px; }
      .accordion-container .accordion-list .accordion-title::before, .accordion-container .accordion-list .accordion-title::after {
        right: 50px;
        top: 45px; }
    .accordion-container .accordion-list .accordion-text {
      padding: 0 100px 20px; }
      .accordion-container .accordion-list .accordion-text::before {
        left: 53px;
        top: -9px; } }

/* ---------------------------------------------------------------- */
/* 共通パーツ */
/* ---------------------------------------------------------------- */
.schedule-listWrap {
  display: grid;
  gap: 20px; }
  .schedule-listWrap .schedule-list {
    display: grid;
    grid-template-columns: 60px 120px 1fr;
    gap: 10px;
    position: relative; }
    .schedule-listWrap .schedule-list:not(:last-child)::before {
      content: "";
      width: 2px;
      height: calc(100% + 20px);
      background-color: #3B81BF;
      position: absolute;
      top: 0;
      left: 30px;
      z-index: -1; }
    .schedule-listWrap .schedule-list p {
      margin: 0; }
    .schedule-listWrap .schedule-list .month {
      color: #fff;
      background-color: #3B81BF;
      width: 60px;
      height: 60px;
      border-radius: 50px;
      position: relative; }
      .schedule-listWrap .schedule-list .month p {
        position: absolute;
        inset: 0;
        display: grid;
        place-items: center;
        font-weight: 500; }
    .schedule-listWrap .schedule-list .img {
      overflow: hidden;
      border-radius: 8px;
      width: 120px;
      height: 72px; }
      .schedule-listWrap .schedule-list .img img {
        aspect-ratio: 120 / 72; }
    .schedule-listWrap .schedule-list .iconList {
      display: grid;
      align-items: center;
      gap: 10px; }
      .schedule-listWrap .schedule-list .iconList li {
        border-bottom: 1px solid #3B81BF;
        padding-bottom: 10px; }
  @media screen and (min-width: 1025px) {
    .schedule-listWrap {
      gap: 10px; }
      .schedule-listWrap .schedule-list {
        align-items: center;
        grid-template-columns: 1fr 80px 1fr;
        grid-template-rows: auto;
        column-gap: 30px; }
        .schedule-listWrap .schedule-list:not(:last-child)::before {
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
        .schedule-listWrap .schedule-list .month {
          width: 80px;
          height: 80px;
          font-size: 22px;
          grid-column: 2;
          grid-row: 1; }
        .schedule-listWrap .schedule-list .img {
          width: 240px;
          height: 144px;
          grid-row: 1; }
          .schedule-listWrap .schedule-list .img img {
            aspect-ratio: 240 / 144; }
        .schedule-listWrap .schedule-list .iconList {
          grid-row: 1; }
        .schedule-listWrap .schedule-list:nth-child(odd) .img {
          grid-column: 1;
          margin: 0 0 0 auto; }
        .schedule-listWrap .schedule-list:nth-child(odd) .iconList {
          grid-column: 3; }
        .schedule-listWrap .schedule-list:nth-child(even) .img {
          grid-column: 3;
          margin: 0 auto 0 0; }
        .schedule-listWrap .schedule-list:nth-child(even) .iconList {
          grid-column: 1; } }

/* TOP */
/* ---------------------------- */
.section {
  padding: 60px 0; }

.br2 {
  border-radius: 2px;
  overflow: hidden; }

.br4 {
  border-radius: 4px;
  overflow: hidden; }

.br8 {
  border-radius: 8px;
  overflow: hidden; }

.titleh2 {
  color: #001944;
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 40px;
  text-align: center; }
  .titleh2.white {
    color: #fff; }
  .titleh2.black {
    color: #001944; }
  .titleh2.left {
    text-align: left; }

.titleh3 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 20px;
  border-radius: 4px;
  background-color: #3B81BF;
  padding: 10px 20px; }
  .titleh3._center {
    text-align: center; }

.gmapWrap {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden; }
  .gmapWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.youtubeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }
  .youtubeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.thumbnail {
  overflow: hidden; }
  .thumbnail img {
    aspect-ratio: 2;
    object-fit: cover; }

.iconList li {
  padding: 0 0 0 1.2em;
  position: relative;
  color: #001944; }
  .iconList li p:last-child {
    margin: 0; }
  .iconList li:before {
    position: absolute;
    left: 0;
    top: .5em;
    content: '';
    width: 10px;
    height: 10px;
    background: #3B81BF;
    border-radius: 50%;
    margin-right: .5em; }

.icon-txt {
  display: flex;
  align-items: baseline;
  gap: 10px; }
  .icon-txt::before {
    content: "";
    flex-shrink: 0;
    width: 14px;
    height: 14px; }

.icon-map::before {
  background: url("images/common/icon-pin.svg") no-repeat left center/11px 14px; }

.icon-tel::before {
  background: url("images/common/icon-tel.svg") no-repeat left center/14px 14px; }

@media screen and (min-width: 1025px) {
  .section {
    padding: 0 0 80px; } }
/* for IE */
