@charset "UTF-8";
/*===========================================================
このファイルはsassで編集されています。
cssを編集しないでください。
=============================================================*/
/*=====================================================================
リセットcssの設定
=======================================================================*/
html {
  color: #000;
  background: #FFF; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/*===========================================================
全体の設定
=============================================================*/
html {
  color: #1E3979;
  min-width: 1000px;
  font-family: "Zen Kaku Gothic New", sans-serif; }
  @media screen and (max-width: 768px) {
    html {
      min-width: 100%; } }

@media screen and (max-width: 992px) {
  html, body {
    font-size: 60%; } }
@media screen and (max-width: 768px) {
  html, body {
    width: 100%;
    font-size: 60%; } }
@media screen and (max-width: 576px) {
  html *, body * {
    max-width: 100%; } }

h1, h2, h3, h4, h5, h6, p, li, ol, dl, dt, dd, a, td, th {
  color: #514327;
  font-weight: 500; }

p, li, dl, dt, dd, ol {
  font-size: 1.8rem;
  line-height: 2;
  text-align: justify;
  letter-spacing: .18rem; }
  @media screen and (max-width: 576px) {
    p, li, dl, dt, dd, ol {
      font-size: 1.5rem; } }

a {
  color: inherit;
  text-decoration: none;
  display: block; }
  a:active {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }

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

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-break: auto; }

.is-menuOpen body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.relative {
  position: relative; }

.xl-block {
  display: none !important; }
  @media screen and (max-width: 1200px) {
    .xl-block {
      display: block !important; } }

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

.lg-block {
  display: none !important; }
  @media screen and (max-width: 992px) {
    .lg-block {
      display: block !important; } }

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

.md-block {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .md-block {
      display: block !important; } }

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

.sm-block {
  display: none !important; }
  @media screen and (max-width: 576px) {
    .sm-block {
      display: block !important; } }

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

.container__1000 {
  margin: 0 auto;
  width: 1040px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 992px) {
    .container__1000 {
      max-width: 100%;
      width: 100%;
      padding-left: 4%;
      padding-right: 4%;
      word-wrap: break-word;
      overflow-wrap: break-word; } }
  @media screen and (max-width: 576px) {
    .container__1000 {
      padding-left: 4%;
      padding-right: 4%; } }

.container_850 {
  margin: 0 auto;
  width: 890px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 850px) {
    .container_850 {
      max-width: 100%;
      width: 100%;
      padding-left: 4%;
      padding-right: 4%;
      word-wrap: break-word;
      overflow-wrap: break-word; } }
  @media screen and (max-width: 576px) {
    .container_850 {
      padding-left: 6%;
      padding-right: 6%; } }

.container_700 {
  margin: 0 auto;
  width: 740px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 740px) {
    .container_700 {
      max-width: 100%;
      width: 100%;
      padding-left: 4%;
      padding-right: 4%;
      word-wrap: break-word;
      overflow-wrap: break-word; } }
  @media screen and (max-width: 576px) {
    .container_700 {
      padding-left: 6%;
      padding-right: 6%; } }

.container__540 {
  max-width: 100%;
  margin: 0 auto;
  width: 540px;
  padding-left: 35px;
  padding-right: 35px; }
  @media screen and (max-width: 768px) {
    .container__540 {
      max-width: 100%;
      width: 100%;
      padding-left: 6%;
      padding-right: 6%;
      word-wrap: break-word;
      overflow-wrap: break-word;
      overflow-x: hidden; } }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-break: auto; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/*=====================================================================
共通
=======================================================================*/
.heading {
  margin-bottom: 60px; }
  .heading h2 {
    text-align: center;
    font-size: 4rem; }
  .heading .text p {
    font-size: 1.7rem;
    text-align: center;
    margin-top: 20px; }

.title h2 {
  text-align: center;
  font-size: 2rem; }
  .title h2 span {
    font-size: 4rem;
    position: relative; }
.title h2 span:before, .title h2 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #514327; }
.title h2 span:before {
  left: -70px; }
.title h2 span:after {
  right: -70px; }
.title .text p {
  font-size: 1.7rem;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px; }

.block {
  padding: 120px 0; }
  @media screen and (max-width: 768px) {
    .block {
      padding: 70px 0; } }

.btn {
  padding: 20px 10px;
  border-radius: 50px;
  text-align: center;
  font-size: 1.8rem;
  border: 1px solid;
  margin: 0 20px;
  color: #514327; }
  .btn:hover {
    transition: .3s;
    background: #5F94D0;
    color: #fff; }
  @media screen and (max-width: 576px) {
    .btn {
      margin: 0;
      width: 100%; } }

/*===========================================================
プラグインの設定
=============================================================*/
.swiper__banner {
  padding: 10px 0 40px !important;
  margin-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  /* スライド全体 */
  /* 左右のスライド */ }
  @media screen and (max-width: 576px) {
    .swiper__banner {
      padding: 10px 4% 40px !important; } }
  .swiper__banner img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  .swiper__banner .swiper-slide-active:hover {
    transform: scale(1.02);
    transition: transform 0.6s; }
  .swiper__banner .swiper-button-next:after, .swiper__banner .swiper-button-prev:after {
    color: #1E3979; }
  .swiper__banner .swiper-pagination2 {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10; }
  .swiper__banner li {
    border-radius: 50%; }

/*=====================================================================
headerの設定
=======================================================================*/
.header__pc {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0; }
  .header__pc.top__header {
    display: none; }
  @media screen and (max-width: 768px) {
    .header__pc {
      display: none !important; } }
  .header__pc .header {
    width: 100%;
    background-image: url("../img/back_header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px 40px 15px; }
    @media screen and (max-width: 1100px) {
      .header__pc .header {
        padding: 5px 10px 15px; } }
    @media screen and (max-width: 992px) {
      .header__pc .header {
        padding: 5px 10px 15px; } }
    .header__pc .header .logo {
      height: auto;
      padding-top: 10px; }
      @media screen and (max-width: 992px) {
        .header__pc .header .logo {
          height: auto; } }
      .header__pc .header .logo a {
        display: inline-block; }
      .header__pc .header .logo img {
        height: auto;
        height: 60px;
        width: auto;
        display: inline-block;
        margin-right: 25px; }
        @media screen and (max-width: 1100px) {
          .header__pc .header .logo img {
            height: 40px; } }
    .header__pc .header .right p {
      font-size: 1.4rem;
      text-align: center; }
      @media screen and (max-width: 1100px) {
        .header__pc .header .right p {
          display: none; } }
    .header__pc .header .right a {
      color: #514327;
      text-align: center;
      padding: 8px 20px 7px;
      border-radius: 100px;
      background: #fff;
      border: 3px solid #FFE4E1;
      font-size: 1.5rem;
      width: 250px;
      margin: 5px 10px 0;
      line-height: 0; }
      @media screen and (max-width: 992px) {
        .header__pc .header .right a {
          width: auto;
          font-size: 1.4rem; } }
      .header__pc .header .right a:hover {
        background: #FFE4E1;
        transition: .2s; }
      .header__pc .header .right a i {
        margin-right: 5px; }
      .header__pc .header .right a.tel {
        font-size: 1.8rem;
        letter-spacing: .1rem;
        border: 3px solid #D7E8F1; }
        @media screen and (max-width: 992px) {
          .header__pc .header .right a.tel {
            font-size: 1.6rem; } }
        .header__pc .header .right a.tel:hover {
          background: #D7E8F1; }
  .header__pc .nav__menu {
    background: #fff; }
    .header__pc .nav__menu .ul__nav {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      position: relative; }
      .header__pc .nav__menu .ul__nav li {
        width: 20%; }
        .header__pc .nav__menu .ul__nav li:hover {
          transition: .2s;
          background: #D7E8F1; }
        .header__pc .nav__menu .ul__nav li:last-child a {
          border-right: 1px solid #C7C7C7; }
        .header__pc .nav__menu .ul__nav li a {
          color: #514327;
          font-size: 2rem;
          font-weight: 600;
          letter-spacing: .2rem;
          text-align: center;
          padding: 10px 0;
          border-left: 1px solid #C7C7C7; }
          @media screen and (max-width: 992px) {
            .header__pc .nav__menu .ul__nav li a {
              font-size: 1.4rem; } }
          .header__pc .nav__menu .ul__nav li a i {
            font-size: small;
            position: relative;
            top: -1px;
            margin-left: 5px;
            transition: .2s; }
            .header__pc .nav__menu .ul__nav li a i.open {
              transition: .2s;
              transform: rotate(180deg); }
      .header__pc .nav__menu .ul__nav ul.sub-menu {
        display: flex;
        opacity: 0;
        z-index: -1;
        position: absolute;
        width: 1000px;
        background: #fff;
        left: 0;
        border-radius: 15px;
        top: 60px;
        flex-wrap: wrap;
        padding: 50px 20px;
        box-shadow: 0px 10px 15px #bbb;
        pointer-events: none; }
        .header__pc .nav__menu .ul__nav ul.sub-menu.open {
          justify-content: start;
          opacity: 1;
          z-index: 900;
          pointer-events: auto; }
        .header__pc .nav__menu .ul__nav ul.sub-menu li {
          width: 24%;
          margin-right: 1.32%;
          line-height: 1.4;
          padding: 0;
          background: #F5F5F5;
          border-radius: 10px;
          margin-bottom: 10px; }
          .header__pc .nav__menu .ul__nav ul.sub-menu li:hover {
            transition: .2s;
            background: #FFE4E1; }
          .header__pc .nav__menu .ul__nav ul.sub-menu li:last-child a {
            border-right: none; }
          .header__pc .nav__menu .ul__nav ul.sub-menu li a {
            border-left: none;
            font-size: 1.4rem;
            text-align: center;
            padding: 5px;
            height: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: center; }
          .header__pc .nav__menu .ul__nav ul.sub-menu li:nth-child(4n) {
            margin-right: 0; }
  .header__pc .nav__sub {
    background: #514327; }
    .header__pc .nav__sub ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      padding: 5px 0; }
      .header__pc .nav__sub ul li {
        border-right: 1px solid #fff; }
        .header__pc .nav__sub ul li:last-child {
          border-right: none; }
      .header__pc .nav__sub ul a {
        color: #fff;
        font-size: 1.7rem;
        padding: 0 15px; }
        @media screen and (max-width: 1040px) {
          .header__pc .nav__sub ul a {
            font-size: 1.4rem; } }
        @media screen and (max-width: 992px) {
          .header__pc .nav__sub ul a {
            font-size: 1.2rem; } }
        .header__pc .nav__sub ul a:hover {
          transition: .2s;
          text-decoration: underline; }

.header__sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .header__sp {
      display: block; } }
  .header__sp .sp__logo {
    width: 200px;
    position: fixed;
    top: 20px;
    left: 2%; }
    .header__sp .sp__logo img {
      width: 100%; }

.square__menu {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  /*========= ナビゲーションのためのCSS ===============*/
  /*アクティブクラスがついたら透過なしにして最前面へ*/
  /*ナビゲーションの縦スクロール*/
  /*ナビゲーション*/
  /*リストのレイアウト設定*/
  /*========= ボタンのためのCSS ===============*/ }
  .square__menu #g-nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    display: none;
    z-index: -1;
    opacity: 0;
    /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: rgba(255, 255, 255, 0.3);
    /*背景を少し透過させる*/
    /*動き*/
    transition: all 0.3s;
    overflow-y: scroll; }
  .square__menu #g-nav.panelactive {
    opacity: 1;
    z-index: 999;
    display: block; }
  .square__menu #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
  .square__menu #g-nav ul {
    display: none;
    /*はじめは非表示*/
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .square__menu #g-nav.panelactive ul {
    display: block; }
  .square__menu #g-nav li {
    list-style: none;
    text-align: center; }
  .square__menu #g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold; }
  .square__menu .openbtn {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    cursor: pointer;
    top: 20px;
    right: 20px;
    background: #5F94D0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /*×に変化*/ }
    @media screen and (max-width: 768px) {
      .square__menu .openbtn {
        width: 70px;
        height: 70px;
        top: 10px;
        right: 10px; } }
    .square__menu .openbtn span {
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 25px;
      height: 2px;
      border-radius: 2px;
      background-color: #fff;
      width: 50px; }
      @media screen and (max-width: 768px) {
        .square__menu .openbtn span {
          left: 17px;
          height: 1px;
          border-radius: 2px;
          width: 35px; } }
  .square__menu .openbtn span:nth-of-type(1) {
    top: 35px; }
    @media screen and (max-width: 768px) {
      .square__menu .openbtn span:nth-of-type(1) {
        top: 25px; } }
  .square__menu .openbtn span:nth-of-type(2) {
    top: 50px; }
    @media screen and (max-width: 768px) {
      .square__menu .openbtn span:nth-of-type(2) {
        top: 35px; } }
  .square__menu .openbtn span:nth-of-type(3) {
    top: 65px; }
    @media screen and (max-width: 768px) {
      .square__menu .openbtn span:nth-of-type(3) {
        top: 45px; } }
  .square__menu .openbtn.active span:nth-of-type(1) {
    transform: translateY(15px) rotate(-45deg);
    width: 50px; }
    @media screen and (max-width: 768px) {
      .square__menu .openbtn.active span:nth-of-type(1) {
        top: 28px;
        left: 25px;
        transform: translateY(6px) rotate(-45deg);
        width: 20px; } }
  .square__menu .openbtn.active span:nth-of-type(2) {
    opacity: 0; }
  .square__menu .openbtn.active span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
    width: 50px; }
    @media screen and (max-width: 768px) {
      .square__menu .openbtn.active span:nth-of-type(3) {
        top: 40px;
        left: 25px;
        transform: translateY(-6px) rotate(45deg);
        width: 20px; } }
  .square__menu .square__link {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    cursor: pointer;
    top: 0;
    right: 100px;
    background: #e7c619;
    width: 100px;
    height: 100px;
    text-align: center;
    transition: .3s; }
    .square__menu .square__link:hover {
      transition: .3s;
      background: #efff00; }
    @media screen and (max-width: 768px) {
      .square__menu .square__link {
        width: 70px;
        height: 70px;
        right: 70px; } }
    .square__menu .square__link img {
      width: 50px;
      margin-top: 20px;
      padding-left: 5px; }
      @media screen and (max-width: 768px) {
        .square__menu .square__link img {
          width: 35px;
          margin-top: 18px; } }
    .square__menu .square__link p {
      font-size: 1.2rem;
      color: #514327;
      text-align: center;
      font-weight: 500;
      letter-spacing: .1rem;
      margin-top: 5px; }
      @media screen and (max-width: 768px) {
        .square__menu .square__link p {
          display: none; } }
  .square__menu #g-nav-list {
    padding: 100px 6%;
    background: rgba(255, 255, 255, 0.7);
    height: auto; }
    .square__menu #g-nav-list h1 {
      width: 65%;
      margin: auto;
      margin-bottom: 30px;
      text-align: center; }
    .square__menu #g-nav-list ul {
      width: 100%;
      position: static;
      top: unset;
      left: unset;
      transform: unset;
      border-bottom: 1px solid #d8d8d8; }
      .square__menu #g-nav-list ul li {
        border-top: 1px solid #d8d8d8; }
        .square__menu #g-nav-list ul li a {
          font-size: 3vw;
          letter-spacing: .2rem;
          padding: 15px 0;
          color: #514327;
          transition: .3s;
          font-weight: 500; }
          .square__menu #g-nav-list ul li a:hover {
            background: #5F94D0;
            color: #fff;
            transition: .3s; }
        .square__menu #g-nav-list ul li ul.sub-menu {
          border: none;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .square__menu #g-nav-list ul li ul.sub-menu li {
            border: none;
            width: 48%;
            background: #f2f2f2;
            padding: 5px;
            margin-bottom: 7px;
            border-radius: 5px;
            justify-content: center;
            align-items: center;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex; }
            .square__menu #g-nav-list ul li ul.sub-menu li a {
              font-size: 1.4rem;
              line-height: 1.4;
              padding: 3px 0; }

/*========= ぼかしのためのCSS ===============*/
.mainblur {
  filter: blur(12px);
  overflow: hidden; }

.js-btn-more, .js-btn-close {
  text-align: right;
  font-size: 1.6rem;
  color: #043b90;
  margin-bottom: 100px;
  cursor: pointer;
  transition: .2s;
  letter-spacing: .15rem;
  font-weight: 500; }
  .js-btn-more:hover, .js-btn-close:hover {
    text-decoration: underline;
    transition: .2s; }

/*=====================================================================
header end
=======================================================================*/
/*=====================================================================
footer
=======================================================================*/
footer.footer__nav_copyright {
  width: 100%;
  padding: 50px 0 0;
  background: url("../img/back__footer.jpg");
  background-size: cover;
  position: relative;
  z-index: 10; }
  footer.footer__nav_copyright .footer__logo {
    width: 400px;
    margin: 0 auto 30px; }
    @media screen and (max-width: 576px) {
      footer.footer__nav_copyright .footer__logo {
        width: 60%; } }
  footer.footer__nav_copyright ul {
    text-align: center;
    margin: 20px auto 30px; }
  footer.footer__nav_copyright li {
    margin: 0 15px; }
    footer.footer__nav_copyright li a {
      transition: .4s;
      color: #514327;
      font-size: 1.4rem; }
    footer.footer__nav_copyright li a:hover {
      text-decoration: underline;
      transition: .4s; }
  footer.footer__nav_copyright ul.j-c-start li {
    width: 32%;
    margin-right: 2%;
    margin-left: 0;
    margin-bottom: 20px; }
    footer.footer__nav_copyright ul.j-c-start li:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 576px) {
      footer.footer__nav_copyright ul.j-c-start li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
  footer.footer__nav_copyright ul.nav {
    border-top: 1px solid #514327;
    border-bottom: 1px solid #514327;
    padding: 40px;
    margin: 40px 0; }
  footer.footer__nav_copyright .text {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 30px;
    line-height: 1.5; }
    footer.footer__nav_copyright .text.fzs {
      font-size: 1.2rem; }
  footer.footer__nav_copyright .copyright {
    color: #fff;
    background: #514327;
    font-size: 1.2rem;
    text-align: center;
    padding: 20px; }

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: auto;
  z-index: 100;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    #page-top {
      width: 30px; } }

/*=====================================================================
TOP
=======================================================================*/
main#front .mv__wrap {
  background-image: url("../img/back__img.jpg");
  background-size: cover; }
main#front .mv {
  max-width: 1800px;
  margin: auto;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 195px; }
  @media screen and (max-width: 1100px) {
    main#front .mv {
      padding-top: 167px; } }
  @media screen and (max-width: 992px) {
    main#front .mv {
      padding-top: 145px; } }
  @media screen and (max-width: 768px) {
    main#front .mv {
      padding-top: 0; } }
  main#front .mv .left {
    width: 30%;
    position: relative;
    z-index: 100; }
    @media screen and (max-width: 768px) {
      main#front .mv .left {
        width: 100%; } }
main#front .copy {
  position: absolute;
  bottom: 27%;
  left: 40px;
  width: 760px;
  z-index: 100; }
  main#front .copy h2 {
    font-size: 3rem; }
    main#front .copy h2 span {
      background: #fff;
      margin-bottom: 15px;
      display: inline-block; }
      main#front .copy h2 span:before {
        background: #000; }
  @media screen and (max-width: 768px) {
    main#front .copy {
      bottom: 2%;
      left: 5%;
      width: auto; }
      main#front .copy h2 {
        writing-mode: vertical-rl;
        font-size: 5vw; }
        main#front .copy h2 span {
          margin: 3px;
          padding: 5px 0px; } }
  @media screen and (max-height: 780px) {
    main#front .copy {
      bottom: 15px;
      left: 35px;
      width: auto;
      width: 760px; }
      main#front .copy h2 {
        font-size: 2.5rem; } }
main#front .logo {
  width: 70%;
  margin: 100px auto; }
  @media screen and (max-width: 768px) {
    main#front .logo {
      display: none; } }
  main#front .logo img {
    margin-bottom: 30px; }
main#front .front__wrap {
  background-image: url("../img/back.jpg");
  background-repeat: repeat;
  position: relative;
  z-index: 10;
  padding-top: 70px; }
  @media screen and (max-width: 576px) {
    main#front .front__wrap {
      padding-top: 70px; } }
main#front .top__wrap {
  padding: 100px 0; }
  @media screen and (max-width: 576px) {
    main#front .top__wrap {
      padding: 50px 0 100px; } }
  main#front .top__wrap img {
    width: 65%;
    height: auto;
    object-fit: cover;
    border-radius: 0 80px 80px 0; }
    @media screen and (max-width: 768px) {
      main#front .top__wrap img {
        width: 100%;
        border-radius: 0; } }
  main#front .top__wrap .right {
    padding: 50px 0;
    width: 35%;
    right: 0; }
    @media screen and (max-width: 768px) {
      main#front .top__wrap .right {
        width: 100%;
        padding: 0; } }
    main#front .top__wrap .right .wrap {
      background: #D7E8F1;
      padding: 15%;
      border-radius: 80px 0 0 80px;
      position: relative;
      left: -150px;
      width: calc(100% + 150px); }
      @media screen and (max-width: 768px) {
        main#front .top__wrap .right .wrap {
          left: 0;
          border-radius: 0;
          width: 100%; } }
      @media screen and (max-width: 576px) {
        main#front .top__wrap .right .wrap {
          padding: 70px 4%; } }
    main#front .top__wrap .right h3 {
      border-top: 1px dotted;
      font-size: 2.2rem;
      text-align: center;
      margin-bottom: 25px; }
      main#front .top__wrap .right h3 span {
        display: block;
        padding: 10px 0;
        border-bottom: 1px dotted; }
    main#front .top__wrap .right p {
      text-align: center;
      margin-bottom: 25px; }
    main#front .top__wrap .right a {
      border-radius: 100px;
      background: #fff;
      padding: 15px 0;
      text-align: center;
      color: #514327;
      font-size: 1.6rem; }
      main#front .top__wrap .right a:hover {
        background: #5F94D0;
        color: #fff;
        transition: .2s; }
main#front .shien {
  position: relative;
  background: #fff; }
  @media screen and (max-width: 576px) {
    main#front .shien {
      padding: 70px 0; } }
  main#front .shien .container__1000 {
    position: relative;
    z-index: 10; }
  main#front .shien .top {
    margin-bottom: 20px; }
    main#front .shien .top li {
      width: 48%;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        main#front .shien .top li {
          width: 100%; } }
      main#front .shien .top li a.box {
        width: 100%;
        background: #D7E8F1;
        border-radius: 30px;
        padding: 30px;
        text-align: center; }
        main#front .shien .top li a.box span {
          text-align: center;
          font-size: 1.8rem;
          background: #fff;
          border-radius: 50px;
          display: block; }
        main#front .shien .top li a.box img {
          width: 50%;
          margin: 0 auto; }
        main#front .shien .top li a.box h3 {
          font-size: 2rem;
          text-align: center;
          line-height: 1.4; }
          @media screen and (max-width: 576px) {
            main#front .shien .top li a.box h3 {
              font-size: 1.4rem; } }
      main#front .shien .top li .wrap {
        margin-top: 15px; }
        main#front .shien .top li .wrap p {
          font-size: 1.6rem; }
        main#front .shien .top li .wrap a {
          text-align: right;
          text-decoration: underline; }
          main#front .shien .top li .wrap a:hover {
            color: #043b90;
            transition: .3s; }
    main#front .shien .top li.pink a.box {
      background: #FFE4E1; }
  @media screen and (max-width: 768px) {
    main#front .shien .bottom {
      justify-content: space-between; } }
  main#front .shien .bottom li {
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      main#front .shien .bottom li {
        width: 48%;
        margin-right: 0; } }
    main#front .shien .bottom li:nth-child(4n) {
      margin-right: 0; }
    main#front .shien .bottom li a {
      width: 100%; }
      main#front .shien .bottom li a .en {
        background: #F5F5F5;
        border-radius: 50%; }
      main#front .shien .bottom li a h3 {
        font-size: 1.7rem;
        line-height: 1.4;
        margin-top: 10px;
        text-align: center; }
        @media screen and (max-width: 576px) {
          main#front .shien .bottom li a h3 {
            font-size: 1.4rem; } }
main#front .back__fixed {
  background-image: url(../img/back__fixed.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    main#front .back__fixed {
      background-image: url(../img/back__fixed__sp.png) !important;
      background-attachment: fixed !important; } }
  main#front .back__fixed.b2 {
    background-image: url(../img/back__fixed2.jpg); }
    @media screen and (max-width: 768px) {
      main#front .back__fixed.b2 {
        background-image: url(../img/back__fixed2__sp.png) !important; } }
  @media screen and (max-width: 768px) {
    main#front .back__fixed {
      background-image: url(../img/back__fixed.jpg);
      background-attachment: scroll; } }
  @media screen and (max-width: 576px) {
    main#front .back__fixed .space {
      height: 100px !important; } }
  main#front .back__fixed .wrap {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 10; }
    main#front .back__fixed .wrap h2 {
      font-size: 3rem;
      margin: 50px 0 65px;
      position: relative; }
      main#front .back__fixed .wrap h2:after {
        content: '';
        position: absolute;
        bottom: -35px;
        display: inline-block;
        width: 60px;
        height: 1px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
    main#front .back__fixed .wrap p {
      font-size: 2rem;
      text-align: center; }
      @media screen and (max-width: 768px) {
        main#front .back__fixed .wrap p {
          font-size: 1.6rem; } }
  @media screen and (max-width: 576px) {
    main#front .back__fixed .btn {
      width: 100%;
      margin-bottom: 15px; } }
main#front .news {
  background-image: url("../img/back__news.jpg");
  background-size: cover;
  padding: 120px 0; }
  main#front .news .news__wrap {
    width: 65%; }
    @media screen and (max-width: 768px) {
      main#front .news .news__wrap {
        width: 100%; } }
main#front .contact {
  position: relative; }
  main#front .contact .filter {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
  @media screen and (max-width: 768px) {
    main#front .contact .btn {
      width: 100%;
      margin-bottom: 20px; } }

.sozai-1, .sozai-2 {
  width: 100%;
  height: auto;
  z-index: 0; }

/*=====================================================================
page
=======================================================================*/
.block.column_2__row_2 .column_2__row_2__block .w40-md100, .block.column_2__row_2 .column_2__row_2__block .w55-md100 {
  margin-bottom: 30px; }
@media screen and (max-width: 768px) {
  .block.column_2__row_2 .column_2__row_2__block .w55-md100 {
    border-bottom: 1px dotted;
    padding-bottom: 30px; } }
@media screen and (max-width: 768px) {
  .block.column_2__row_2 .column_2__row_2__block .row-reverse {
    flex-flow: wrap; } }
.block.column_2__row_2 .column_2__row_2__block h2 {
  font-size: 2.4rem;
  letter-spacing: .25rem;
  margin-top: 20px;
  margin-bottom: 20px; }
.block.column_2__row_2 .column_2__row_2__block p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .15rem;
  margin-bottom: 10px; }
.block.column_2__row_2 .column_2__row_2__block li {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: .15rem; }

/*=====================================================================
single
=======================================================================*/
.single .page_contents {
  padding-top: 150px !important; }
  @media screen and (max-width: 768px) {
    .single .page_contents {
      padding-top: 200px !important; } }
.single .editor {
  margin-bottom: 100px; }
  .single .editor * {
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
    line-height: 1.7; }
  .single .editor .head {
    border-bottom: 2px solid;
    border-top: 2px solid;
    padding: 30px 10px;
    margin-bottom: 50px; }
  .single .editor h1 {
    font-size: 3.2rem;
    text-align: left;
    color: #043b90; }
  .single .editor h2 {
    font-size: 2.3rem;
    margin-bottom: 10px; }
  .single .editor p {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    line-height: 1.4; }
  .single .editor img {
    max-width: 100%;
    margin: 15px 0; }
  .single .editor .date {
    font-size: 1.5rem;
    margin-bottom: 5px;
    font-weight: 500; }
.single .tag {
  margin-top: 60px;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 30px 20px 25px;
  clear: both; }
  .single .tag ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .single .tag li {
    flex-wrap: wrap;
    margin-right: 15px;
    margin-bottom: 5px;
    font-size: 1.4rem;
    color: #514327; }
    .single .tag li a {
      font-size: 1.4rem;
      color: #514327 !important; }
      .single .tag li a:hover {
        color: #0000ff !important; }
.single .paging p {
  font-size: 1.4rem;
  margin-bottom: 10px; }
.single .paging a {
  font-size: 1.4rem;
  display: inline-block;
  text-decoration: underline; }
  .single .paging a:hover {
    color: #5F94D0; }

/*=====================================================================
NEWS
=======================================================================*/
.news {
  padding-bottom: 70px; }
  @media screen and (max-width: 768px) {
    .news {
      padding-top: 190px !important; } }
  .news .news__wrap h2 {
    font-size: 3rem;
    margin-bottom: 15px; }
  .news .news__wrap ul {
    border-top: 1px solid #777; }
    .news .news__wrap ul li a {
      border-bottom: 1px solid #777;
      padding: 15px 10px; }
      .news .news__wrap ul li a .date {
        font-size: 1.2rem;
        margin-bottom: 5px; }
      .news .news__wrap ul li a h3 {
        font-size: 1.5rem;
        line-height: 1.5;
        transition: .3s; }
      .news .news__wrap ul li a .left {
        width: 90%; }
      .news .news__wrap ul li a .right {
        width: 10%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        transition: .3s; }
      .news .news__wrap ul li a:hover {
        transition: .3s; }
        .news .news__wrap ul li a:hover .date {
          color: #043b90; }
        .news .news__wrap ul li a:hover h3 {
          color: #043b90;
          text-decoration: underline;
          transition: .3s; }
  .news .link {
    margin: 10px; }
    .news .link a {
      color: #514327;
      font-size: 1.5rem; }

.cat_list {
  margin-bottom: 80px; }
  .cat_list h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    text-align: center; }
  .cat_list h3 {
    font-size: 1.5rem;
    margin-bottom: 40px;
    text-align: center; }
  .cat_list ul li {
    flex-wrap: wrap;
    margin: 0 10px 15px;
    font-size: 1.4rem;
    color: #c7c7c7; }
    .cat_list ul li a.check {
      color: #514327; }

/*=====================================================================
固定ページの設定
=======================================================================*/
#page {
  padding-top: 200px;
  background: #F5F5F5; }
  @media screen and (max-width: 768px) {
    #page {
      padding-top: 0; } }
  #page .kv {
    width: 100%;
    height: 500px;
    position: relative;
    background-image: url(../img/back__torikumi.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom; }
    #page .kv h1 {
      font-weight: 500;
      color: #fff;
      font-size: 3rem;
      line-height: 1.45;
      letter-spacing: .2rem;
      margin-bottom: 20px;
      top: 30%;
      position: relative;
      display: inline-block;
      padding: 0 55px;
      text-align: center; }
      @media screen and (max-width: 576px) {
        #page .kv h1 {
          padding: 0; } }
      @media screen and (max-width: 768px) {
        #page .kv h1 {
          font-size: 2rem;
          top: 35%; } }
    #page .kv.kyokai {
      background-image: url("../img/back__kyokai.jpg"); }
      #page .kv.kyokai span {
        display: inline-block;
        font-size: 1.8rem;
        text-align: center;
        position: relative; }
        #page .kv.kyokai span:before, #page .kv.kyokai span:after {
          content: '';
          position: absolute;
          top: 50%;
          display: inline-block;
          width: 45px;
          height: 1px;
          background-color: #fff; }
        #page .kv.kyokai span:before {
          left: -70px; }
        #page .kv.kyokai span:after {
          right: -70px; }
    #page .kv.torikumi span {
      display: inline-block;
      font-size: 1.8rem;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 576px) {
        #page .kv.torikumi span {
          font-size: 1.4rem;
          margin-bottom: 10px; } }
      #page .kv.torikumi span:before, #page .kv.torikumi span:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 45px;
        height: 1px;
        background-color: #fff; }
      #page .kv.torikumi span:before {
        left: -70px; }
      #page .kv.torikumi span:after {
        right: -70px; }
    #page .kv.news {
      background-image: url(../img/back__news.jpg); }
      #page .kv.news h1 {
        color: #514327; }
        #page .kv.news h1:before, #page .kv.news h1:after {
          background-color: #514327; }
    #page .kv.contact {
      background-image: url("../img/back__contact.jpg"); }
  #page .page_contents {
    background: #F5F5F5;
    border-radius: 180px 180px 0 0;
    padding: 80px 0 0;
    position: relative;
    top: -150px; }
    @media screen and (max-width: 1200px) {
      #page .page_contents {
        border-radius: 100px 100px 0 0; } }
    @media screen and (max-width: 768px) {
      #page .page_contents {
        border-radius: 30px 30px 0 0; } }
  #page ul.page_category {
    margin-bottom: 50px; }
    #page ul.page_category li {
      width: 24%;
      background: #fff;
      border-radius: 10px;
      border: 3px solid #D7E8F1;
      margin: 5px 0.5%; }
      @media screen and (max-width: 576px) {
        #page ul.page_category li {
          width: 49%; } }
      #page ul.page_category li a {
        height: 100%;
        padding: 10px 5px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center; }
      #page ul.page_category li p {
        font-size: 1.5rem;
        line-height: 1.2;
        text-align: center; }
        @media screen and (max-width: 576px) {
          #page ul.page_category li p {
            font-size: 1.3rem; } }
      #page ul.page_category li:hover {
        background: #5F94D0;
        transition: .2s; }
        #page ul.page_category li:hover p {
          color: #fff; }
      #page ul.page_category li.check {
        background: #5F94D0; }
        #page ul.page_category li.check p {
          color: #fff; }
  #page article h1 {
    font-weight: 500;
    font-size: 3.8rem;
    line-height: 1.45;
    letter-spacing: .2rem;
    margin-bottom: 50px;
    border-top: 1px solid #514327;
    border-bottom: 1px solid #514327;
    padding: 50px 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #page article h1 {
        font-size: 2rem;
        padding: 30px 0;
        margin-bottom: 20px; } }
  #page article h2 {
    font-size: 3.5rem;
    margin-top: 50px;
    letter-spacing: .1rem;
    margin-bottom: 20px;
    line-height: 1.8;
    padding: 1rem 2rem;
    border-left: 5px solid #5F94D0;
    background: #ececec; }
    @media screen and (max-width: 768px) {
      #page article h2 {
        font-size: 1.8rem; } }
  #page article h2 + h3 {
    margin-top: 0; }
  #page article h3 {
    margin-top: 40px;
    font-size: 3rem;
    letter-spacing: .1rem;
    margin-bottom: 10px;
    line-height: 1.8; }
    @media screen and (max-width: 768px) {
      #page article h3 {
        font-size: 1.5rem; } }
  #page article h4 {
    font-size: 2rem;
    letter-spacing: .1rem;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 1.8;
    border-bottom: 3px solid;
    padding-bottom: 5px;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      #page article h4 {
        font-size: 1.5rem; } }
  #page article img {
    margin: 20px 0;
    max-width: 100%;
    width: auto;
    height: auto; }
  #page article p {
    margin-bottom: 15px;
    letter-spacing: 0; }
  #page article a {
    display: inline-block;
    text-decoration: underline; }
    #page article a:hover {
      color: #514327;
      transition: .2s; }
  #page article hr {
    border: 0;
    border-top: 1px solid #ddd;
    height: 0;
    margin: 50px 0; }
  #page article ul {
    margin: 20px 0; }
  #page article .wp-block-column img {
    margin: 0; }
  #page article table td, #page article table th {
    font-size: 1.6rem;
    color: #514327; }
  #page article table td {
    padding: 5px; }
  #page article iframe {
    max-width: 100% !important; }
  #page article .wpcf7-submit, #page article .wpcf7-confirm {
    background: #D7E8F1;
    text-align: center;
    width: 450px;
    padding: 15px;
    cursor: pointer; }
    #page article .wpcf7-submit:hover, #page article .wpcf7-confirm:hover {
      background: #5F94D0;
      color: #fff;
      transition: .2s; }
    @media screen and (max-width: 576px) {
      #page article .wpcf7-submit, #page article .wpcf7-confirm {
        width: 100%; } }
  #page article .required {
    background: #D11F08;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 0 5px;
    padding: 3px 5px;
    display: inline-block;
    font-size: 1.2rem; }

.breadcrumb {
  background: #FFFBF2;
  padding: 10px 0; }
  .breadcrumb i {
    margin-right: 3px; }
  .breadcrumb a, .breadcrumb span {
    color: #514327;
    font-size: 1.3rem;
    margin-right: 5px;
    font-weight: 600; }
  .breadcrumb a:hover {
    color: #5F94D0; }

.page_bottom {
  background-image: url(../img/back.jpg);
  background-repeat: repeat;
  padding: 80px 0;
  text-align: center; }
  .page_bottom .btn {
    background: #fff;
    width: 450px;
    margin: 0 auto; }
    .page_bottom .btn:hover {
      background: #5F94D0; }
    @media screen and (max-width: 576px) {
      .page_bottom .btn {
        width: 100%; } }

#contact .wrap a {
  text-align: center;
  padding: 25px;
  border-radius: 20px;
  background: #fff;
  border: 5px solid #D7E8F1;
  margin-bottom: 30px;
  display: block;
  color: #514327;
  text-decoration: none; }
  #contact .wrap a:hover {
    background: #D7E8F1; }
  #contact .wrap a p {
    font-size: 2rem;
    text-align: center;
    margin: 0; }
  #contact .wrap a span {
    font-size: 4rem;
    display: block; }
#contact .wrap.pink a {
  border-color: #FFE4E1; }
  #contact .wrap.pink a:hover {
    background: #FFE4E1; }
#contact .wrap.pink span {
  font-size: 2.5rem !important;
  display: block; }
#contact .d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #contact .d-flex a {
    color: #043b90;
    width: 48%;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #043b90;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: .1rem;
    padding: 30px 0;
    font-weight: bold; }
    #contact .d-flex a:hover {
      background: #043b90;
      color: #fff; }
    @media screen and (max-width: 576px) {
      #contact .d-flex a {
        width: 100%;
        margin-bottom: 30px;
        font-size: 1rem;
        padding: 15px 0; } }

/*=====================================================================
wp-pagenaviの設定
=======================================================================*/
/*=====================================================================
frontページ：swiperの設定
=======================================================================*/
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #007aff;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2); }

.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem; }

.l-section {
  border-top: 1px solid #eee;
  width: calc(100% - 30%); }
  @media screen and (max-width: 768px) {
    .l-section {
      width: 100%; } }

.l-section .l-inner {
  padding-top: 8rem;
  padding-bottom: 8rem; }

[class*=swiper]:focus {
  outline: none; }

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden; }

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition); }

.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow); }

.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0; }

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0; }

.mv04 {
  /*    margin-bottom: 16rem;*/ }

.mv04 .l-inner {
  padding-bottom: 0; }

.mv04 .swiper {
  background-color: #333;
  border-radius: 200px 0 0 0; }
  @media screen and (max-width: 768px) {
    .mv04 .swiper {
      border-radius: 0; } }

.mv04 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none; }

.mv04 .swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.mv04 .progressbar {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: var(--color-gray); }

.mv04 .progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background-color: var(--color-theme); }

.mv04 .swiper-slide {
  height: auto; }

.mv04 .slide-media {
  /*    height: 800px;*/
  height: 420px; }
  @media screen and (max-width: 768px) {
    .mv04 .slide-media {
      height: 100vh; } }

.mv04 .slide-media img {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.mv04 .slide-content {
  color: #fff; }

.mv04 .slide-title {
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 1.6rem; }

.mv04 .slide-fraction {
  font-weight: bold;
  position: relative;
  text-align: center;
  --size: 96px; }

.mv04 .slide-fraction .circle {
  display: block;
  width: var(--size);
  height: var(--size);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.mv04 .slide-fraction .circle svg {
  width: 100%;
  height: 100%;
  fill: none; }

.mv04 .slide-fraction .circle-01 {
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 1px; }

.mv04 .slide-fraction .circle-02 {
  stroke: var(--color-theme);
  stroke-width: 2px;
  stroke-dasharray: 201.056px;
  stroke-dashoffset: 201.056px; }

.mv04 .slide-fraction .current {
  font-size: 2.4rem;
  line-height: var(--size);
  position: absolute;
  top: 0.05em;
  left: 0;
  width: var(--size);
  text-align: center;
  color: var(--color-theme); }

.mv04 .slide-fraction .total {
  font-size: 1.6rem; }

.mv04 .slide-fraction .total::before {
  position: relative;
  display: block;
  width: 3px;
  height: 1em;
  margin: -3px auto 0.5em;
  content: "";
  background-color: var(--color-theme); }

.mv04 .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1); }

.mv04 .swiper-slide[class*=-active] .slide-fraction .circle-02 {
  -webkit-animation: mv04-circle linear both;
  animation: mv04-circle linear both; }

@-webkit-keyframes mv04-circle {
  100% {
    stroke-dashoffset: 0; } }
@keyframes mv04-circle {
  100% {
    stroke-dashoffset: 0; } }
@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%; }

  .l-inner {
    padding: 0 4rem; }

  .pc {
    display: none !important; }

  .mv04 .slide-fraction {
    --size: 64px; }

  .mv04 .slide-fraction .total::before {
    width: 2px;
    margin-top: -2px; } }
@media only screen and (max-width: 599px) {
  html {
    font-size: 50%; }

  .pc-tab {
    display: none !important; }

  .mv04 {
    /*      margin-bottom: 8rem;*/ }

  .mv04 .slide-media {
    /*      height: max(45vh, 45vw);*/ }

  .mv04 .slide-content {
    position: relative; }

  .mv04 .slide-title {
    font-weight: normal;
    padding: 15px 4%;
    color: #fff; }

  .mv04 .slide-fraction {
    position: absolute;
    bottom: calc(100% + 1rem);
    left: 4rem; } }
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important; }

  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition); }

  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

  .mv04 .slide-content {
    padding: 6.4rem; }

  .mv04 .slide-fraction {
    margin-right: 6.4rem; } }
@media only screen and (min-width: 600px) {
  .sp {
    display: none !important; }

  .mv04 .slide-media::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    mix-blend-mode: soft-light; }

  .mv04 .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; } }
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .mv04 .slide-content {
    padding: 3.2rem; }

  .mv04 .slide-fraction {
    margin-right: 3.2rem; } }
/*=====================================================================
フォームの設定
=======================================================================*/
.wpcf7-form p {
  margin-bottom: 2px !important; }
@media screen and (max-width: 576px) {
  .wpcf7-form * {
    max-width: 100% !important; }
  .wpcf7-form table {
    width: 100% !important;
    max-width: 100% !important; }
  .wpcf7-form th, .wpcf7-form td {
    display: block;
    width: 100%;
    max-width: 100%; }
    .wpcf7-form th .required, .wpcf7-form td .required {
      padding: 1px 5px !important;
      font-size: 1rem !important; }
  .wpcf7-form td {
    padding: 0 0 10px !important; }
  .wpcf7-form input, .wpcf7-form textarea {
    max-width: 100%;
    width: 70%; } }

/*=====================================================================
お知らせ
=======================================================================*/
#blog {
  background: #fff;
  border-radius: 10px;
  padding: 6%; }
  #blog h2 {
    font-size: 2.8rem;
    margin-bottom: 25px;
    margin-top: 50px;
    border-left: 5px solid;
    padding-left: 15px; }
  #blog h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    margin-top: 40px;
    border-left: 5px solid;
    padding-left: 15px; }
  #blog figcaption {
    font-size: 1.5rem; }
  #blog .wp-block-embed {
    margin-top: 20px; }
  #blog img {
    width: auto; }
  #blog a {
    color: #0000ff;
    font-size: 1.8rem;
    display: inline-block;
    text-decoration: underline; }
  #blog p {
    margin-bottom: 10px; }
  #blog iframe {
    margin: 20px 0; }

.news .cat__list {
  background: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  margin: 30px 20px 50px; }
  @media screen and (max-width: 992px) {
    .news .cat__list {
      margin: 30px 4% 50px; } }
  .news .cat__list li {
    padding: 2px 10px; }
  .news .cat__list a:hover {
    color: #514327; }
  .news .cat__list * {
    font-size: 1.4rem;
    color: #999; }
    @media screen and (max-width: 768px) {
      .news .cat__list * {
        font-size: 1.2rem; } }
  .news .cat__list a.check {
    color: #514327;
    font-weight: bold; }

/*=====================================================================
2025.06改修
=======================================================================*/
.shien__wrap {
  padding-bottom: 20px; }
  .shien__wrap .top {
    margin-bottom: 20px; }
    .shien__wrap .top li {
      width: 48%;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .shien__wrap .top li {
          width: 100%; } }
      .shien__wrap .top li a.box {
        width: 100%;
        background: #D7E8F1;
        border-radius: 30px;
        padding: 30px;
        text-align: center; }
        .shien__wrap .top li a.box span {
          text-align: center;
          font-size: 1.8rem;
          background: #fff;
          border-radius: 50px;
          display: block; }
        .shien__wrap .top li a.box img {
          width: 50%;
          margin: 0 auto; }
        .shien__wrap .top li a.box h3 {
          font-size: 2rem;
          text-align: center;
          line-height: 1.4; }
          @media screen and (max-width: 576px) {
            .shien__wrap .top li a.box h3 {
              font-size: 1.4rem; } }
      .shien__wrap .top li .wrap {
        margin-top: 15px; }
        .shien__wrap .top li .wrap p {
          font-size: 1.6rem; }
        .shien__wrap .top li .wrap a {
          text-align: right;
          text-decoration: underline; }
          .shien__wrap .top li .wrap a:hover {
            color: #043b90;
            transition: .3s; }
    .shien__wrap .top li.pink a.box {
      background: #FFE4E1; }
  @media screen and (max-width: 768px) {
    .shien__wrap .bottom {
      justify-content: space-between; } }
  .shien__wrap .bottom li {
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .shien__wrap .bottom li {
        width: 48%;
        margin-right: 0; } }
    .shien__wrap .bottom li:nth-child(4n) {
      margin-right: 0; }
    .shien__wrap .bottom li a {
      width: 100%; }
      .shien__wrap .bottom li a .en {
        background: #fff;
        border-radius: 50%; }
      .shien__wrap .bottom li a h3 {
        font-size: 1.8rem;
        margin-top: 10px;
        text-align: center;
        line-height: 1.4; }
        @media screen and (max-width: 576px) {
          .shien__wrap .bottom li a h3 {
            font-size: 1.4rem; } }

/*=====================================================================
wp-pagenaviの設定
=======================================================================*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 25px; }
  .wp-pagenavi * {
    font-size: 1.4rem; }

.wp-pagenavi a, .wp-pagenavi span {
  color: #222;
  background-color: #FFF;
  border: solid 1px;
  border-color: #fff !important;
  padding: 8px 15px !important;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  display: inline;
  font-size: 1.4rem; }

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #043b90;
  border-color: #043b90; }

.wp-pagenavi span.current {
  color: #fff;
  background-color: #043b90 !important;
  border-color: #043b90 !important;
  font-weight: bold; }

a.previouspostslink, a.nextpostslink {
  border-color: #043b90 !important;
  background: #043b90;
  color: #fff; }
  a.previouspostslink:hover, a.nextpostslink:hover {
    background: #fff;
    color: #043b90; }
