@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%; } }

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

p {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: .18rem; }

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; }

.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: #043b90;
    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;
  /* スライド全体 */
  /* 左右のスライド */ }
  .swiper__banner img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  .swiper__banner .swiper-slide {
    transition: transform 0.6s;
    box-shadow: 0 2px 10px 0px #ccc; }
  .swiper__banner .swiper-slide-active:hover {
    transform: scale(1.02);
    transition: transform 0.6s; }
  .swiper__banner .swiper-slide-prev,
  .swiper__banner .swiper-slide-next,
  .swiper__banner .swiper-slide-duplicate-prev,
  .swiper__banner .swiper-slide-duplicate-next {
    transform: scale(0.95);
    opacity: .7; }
  .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; }

/*=====================================================================
headerの設定
=======================================================================*/
.insta {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 1000;
  top: 45px;
  right: 40px; }
  @media screen and (max-width: 992px) {
    .insta {
      z-index: 1000;
      top: 30px;
      right: 80px;
      width: 30px;
      height: 30px; } }
  .insta img {
    width: 100%;
    height: auto; }

.square__menu {
  /*========= ナビゲーションのためのCSS ===============*/
  /*アクティブクラスがついたら透過なしにして最前面へ*/
  /*ナビゲーションの縦スクロール*/
  /*ナビゲーション*/
  /*リストのレイアウト設定*/
  /*========= ボタンのためのCSS ===============*/ }
  .square__menu #g-nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    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; }
  .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: #043b90;
    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 .nav__menu {
    position: fixed;
    right: 100px;
    line-height: 100px;
    z-index: 999;
    top: 20px; }
    @media screen and (max-width: 992px) {
      .square__menu .nav__menu {
        display: none; } }
    .square__menu .nav__menu li {
      margin: 0 10px; }
    .square__menu .nav__menu a {
      color: #514327;
      font-size: 1.2rem;
      font-weight: 500;
      letter-spacing: .3rem;
      position: relative; }
      .square__menu .nav__menu a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #514327;
        bottom: 30px;
        /*アンダーラインがaタグの下端から現れる*/
        transform: scale(0, 1);
        /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
        transform-origin: left top;
        /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
        transition: transform 0.3s;
        /*変形の時間*/ }
      .square__menu .nav__menu a:hover::after {
        transform: scale(1, 1);
        /*ホバー後、x軸方向に1（相対値）伸長*/ }
  .square__menu #g-nav-list .center {
    width: 80%;
    max-width: 400px;
    padding: 300px 0; }
  .square__menu #g-nav-list h1 {
    width: 65%;
    margin: auto;
    margin-bottom: 50px;
    text-align: center; }
  .square__menu #g-nav-list ul {
    padding: 20px 0;
    width: 100%;
    position: static;
    top: unset;
    left: unset;
    transform: unset;
    border-top: 1px solid #043b90;
    border-bottom: 1px solid #043b90; }
    .square__menu #g-nav-list ul li a {
      font-size: 2rem;
      letter-spacing: .2rem;
      padding: 20px 0;
      color: #043b90;
      transition: .3s;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        .square__menu #g-nav-list ul li a {
          font-size: 3.5vw; } }
      .square__menu #g-nav-list ul li a:hover {
        background: #043b90;
        color: #fff;
        transition: .3s; }

/*========= ぼかしのための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; }

.logo {
  width: 300px;
  height: auto;
  position: fixed;
  z-index: 1000;
  top: 25px;
  left: 50px; }
  @media screen and (max-width: 992px) {
    .logo {
      z-index: 1000;
      top: 25px;
      left: 10px;
      width: 150px;
      height: auto; } }
  .logo img {
    width: 100%;
    height: auto; }

.l-header-menu {
  display: none; }
  @media screen and (max-width: 992px) {
    .l-header-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: fixed;
      right: 15px;
      top: 20px;
      z-index: 1000;
      width: 50px;
      height: 50px;
      cursor: pointer;
      background: linear-gradient(135deg, #158eb3 0%, #0075b3 70%, #0075b3 70%);
      border-radius: 100%; }
      .l-header-menu div {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0.25rem;
        padding-top: 0.1875rem; }
      .l-header-menu i {
        display: block;
        height: 0.375rem;
        width: 0.375rem;
        background: #fff;
        border-radius: 100%;
        -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.61, 1, 0.88, 1);
        transition: -webkit-transform 0.15s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.15s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.15s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.15s cubic-bezier(0.61, 1, 0.88, 1); }
      .l-header-menu.is-nav-open i {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      .l-header-menu.is-nav-open i:nth-child(1) {
        -webkit-transform: translateX(0.625rem);
        transform: translateX(0.625rem); }
      .l-header-menu.is-nav-open i:nth-child(3) {
        -webkit-transform: translateX(-0.625rem);
        transform: translateX(-0.625rem); } }

/*=====================================================================
header end
=======================================================================*/
/*=====================================================================
footer
=======================================================================*/
footer.footer__nav_copyright {
  width: 100%;
  padding: 50px 0 35px;
  background: #fff; }
  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 .copyright {
    color: #514327;
    font-size: 1.2rem;
    text-align: center; }

#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 .top__wrap .sozai-1 {
  top: 0;
  right: 0;
  transform: scale(-1, 1);
  width: 400px;
  left: unset; }
  @media screen and (max-width: 768px) {
    main#front .top__wrap .sozai-1 {
      width: 200px; } }
main#front .banner__wrap {
  position: relative;
  z-index: 10;
  margin-bottom: 70px; }
  main#front .banner__wrap img {
    width: 100%; }
  main#front .banner__wrap h2 {
    font-size: 2.4rem;
    margin-bottom: 10px; }
main#front .shien {
  position: relative; }
  main#front .shien .container__1000 {
    position: relative;
    z-index: 10; }
  main#front .shien li {
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 40px; }
    main#front .shien li:nth-child(4n) {
      margin-right: 0; }
    main#front .shien li a {
      width: 100%;
      pointer-events: none; }
      main#front .shien li a .en {
        background: #ededed;
        border-radius: 50%; }
      main#front .shien li a h3 {
        font-size: 1.8rem;
        margin-top: 10px;
        text-align: center; }
        @media screen and (max-width: 576px) {
          main#front .shien li a h3 {
            font-size: 1.4rem; } }
main#front .back__fixed {
  background-image: url(../img/back__fixed.jpg);
  background-size: cover;
  padding: 30px 0 80px;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    main#front .back__fixed {
      background-image: url(../img/back__fixed.jpg);
      background-attachment: scroll; } }
  main#front .back__fixed .wrap {
    text-align: center;
    margin-bottom: 60px; }
    main#front .back__fixed .wrap h2 {
      font-size: 3rem;
      margin: 50px 0 65px;
      position: relative;
      color: #fff; }
      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%);
        background-color: #fff; }
    main#front .back__fixed .wrap p {
      font-size: 2rem;
      text-align: center;
      color: #fff; }
      @media screen and (max-width: 768px) {
        main#front .back__fixed .wrap p {
          font-size: 1.6rem; } }
  main#front .back__fixed .btn {
    color: #fff;
    border-color: #fff; }
    @media screen and (max-width: 576px) {
      main#front .back__fixed .btn {
        width: 100%;
        margin-bottom: 15px; } }
main#front .service {
  background-image: url(../img/back__img-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 0; }
  main#front .service h2 {
    font-size: 3rem;
    margin: 50px 0 65px;
    position: relative;
    color: #fff; }
    main#front .service h2:after {
      content: '';
      position: absolute;
      bottom: -35px;
      display: inline-block;
      width: 60px;
      height: 1px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #fff; }
  main#front .service p {
    font-size: 2rem;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 768px) {
      main#front .service p {
        font-size: 1.6rem; } }
main#front .service_contents {
  padding: 70px 0;
  background: #ededed; }
  main#front .service_contents li {
    width: 31%;
    margin-bottom: 30px; }
    @media screen and (max-width: 576px) {
      main#front .service_contents li {
        width: 48%; } }
    main#front .service_contents li a {
      pointer-events: none;
      width: 100%; }
    main#front .service_contents li h3 {
      font-size: 1.8rem;
      margin-top: 10px;
      text-align: center;
      margin-bottom: 10px; }
      @media screen and (max-width: 576px) {
        main#front .service_contents li h3 {
          font-size: 1.4rem; } }
    main#front .service_contents li p {
      font-size: 1.4rem;
      text-align: justify;
      letter-spacing: 0; }
  main#front .service_contents .btn {
    background: #000;
    color: #fff; }
    main#front .service_contents .btn:hover {
      background: #043b90; }

.sozai-1, .sozai-2 {
  position: absolute;
  width: 450px;
  height: auto;
  z-index: 0; }
  @media screen and (max-width: 1200px) {
    .sozai-1, .sozai-2 {
      width: 350px; } }
  @media screen and (max-width: 768px) {
    .sozai-1, .sozai-2 {
      width: 280px; } }
  @media screen and (max-width: 576px) {
    .sozai-1, .sozai-2 {
      width: 200px; } }

.sozai-1 {
  top: 0;
  left: 0; }

.sozai-2 {
  bottom: 0;
  right: 0; }

/*=====================================================================
page
=======================================================================*/
.page {
  padding-top: 100px; }
  .page .kv {
    width: 100%;
    height: 100px;
    background: #ededed;
    position: relative;
    margin-bottom: 50px; }
  .page h1 {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.45;
    letter-spacing: .2rem;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .page h1 {
        font-size: 2rem; } }
  .page h2 {
    font-size: 2.2rem; }
    @media screen and (max-width: 768px) {
      .page h2 {
        font-size: 1.5rem; } }
  .page .content img {
    margin: 20px 0;
    max-width: 100%;
    width: 100%;
    height: auto; }

.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 .editor h1 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  text-align: left; }
.single .editor h2 {
  font-size: 2.3rem;
  margin-bottom: 10px; }
.single .editor p {
  font-size: 1.8rem;
  font-weight: 500; }
.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: 30px;
  margin-bottom: 100px; }
  .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 .paging a {
  font-size: 1.4rem;
  margin: 0 15px; }
.single .paging img {
  width: 6px;
  height: auto; }

/*=====================================================================
NEWS
=======================================================================*/
.news {
  padding-bottom: 70px; }
  .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; }

/*=====================================================================
固定ページの設定
=======================================================================*/
#works__page .contents li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px; }
  #works__page .contents li:nth-child(3n) {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #works__page .contents li {
      width: 48%; }
      #works__page .contents li:nth-child(2n) {
        margin-right: 0; }
      #works__page .contents li:nth-child(3n) {
        margin-right: 2%; } }
  @media screen and (max-width: 576px) {
    #works__page .contents li {
      width: 100%; }
      #works__page .contents li:nth-child(2n) {
        margin-right: 0; }
      #works__page .contents li:nth-child(3n) {
        margin-right: 0; } }
  #works__page .contents li img {
    width: 100%; }
  #works__page .contents li h2 {
    color: #514327;
    font-size: 1.6rem;
    letter-spacing: .1rem;
    margin-top: 10px;
    margin-bottom: 10px; }
  #works__page .contents li .tag {
    color: #777;
    font-size: 1.4rem;
    letter-spacing: .1rem; }

.works_contents {
  margin-top: 250px; }
  .works_contents h1 {
    font-weight: 500;
    font-size: 3.8rem;
    line-height: 1.45;
    letter-spacing: .2rem;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .works_contents h1 {
        font-size: 2rem; } }
  .works_contents h2 {
    font-size: 1.6rem;
    color: #777;
    letter-spacing: .15rem;
    line-height: 1.8; }
    @media screen and (max-width: 768px) {
      .works_contents h2 {
        font-size: 1.5rem; } }
  .works_contents .content {
    margin-top: 70px; }
    .works_contents .content img {
      margin: 20px 0;
      max-width: 100%;
      width: 100%;
      height: auto; }
  .works_contents .table__column2 dl {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px 10px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555; }
    .works_contents .table__column2 dl dt, .works_contents .table__column2 dl dd {
      padding: 15px;
      font-size: 1.5rem;
      letter-spacing: .15rem; }
    .works_contents .table__column2 dl dt {
      color: #514327;
      border-right: 1px solid #ddd;
      width: 25%; }
    .works_contents .table__column2 dl dd {
      color: #514327;
      background: #fff;
      padding-left: 5%;
      width: 75%; }
  .works_contents a.btn__link {
    transition: .2s;
    box-shadow: 0px 0px 20px 0px #bbb;
    color: #fff;
    background: #000;
    display: inline-block;
    font-size: 1.7rem;
    letter-spacing: .2rem;
    padding: 15px 100px; }
    .works_contents a.btn__link:hover {
      transition: .2s;
      background: #043b90; }
    @media screen and (max-width: 576px) {
      .works_contents a.btn__link {
        width: 100%; } }

#contact {
  background: #ededed;
  padding: 100px 70px; }
  @media screen and (max-width: 576px) {
    #contact {
      padding: 100px 10px; } }
  #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; } }

#about .table__column2 dl {
  margin-top: 20px;
  border-top: 1px solid; }
  @media screen and (max-width: 992px) {
    #about .table__column2 dl {
      margin-top: 0; } }
  #about .table__column2 dl dt, #about .table__column2 dl dd {
    padding: 15px;
    font-size: 1.5rem;
    letter-spacing: .15rem; }
  #about .table__column2 dl dt {
    background: #514327;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    width: 35%; }
    @media screen and (max-width: 576px) {
      #about .table__column2 dl dt {
        width: 100%; } }
  #about .table__column2 dl dd {
    color: #514327;
    background: #fff;
    border-bottom: 1px solid #514327;
    width: 65%; }
    @media screen and (max-width: 576px) {
      #about .table__column2 dl dd {
        width: 100%; } }

/*=====================================================================
wp-pagenaviの設定
=======================================================================*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 45px; }

.wp-pagenavi a, .wp-pagenavi span {
  padding: 0 !important;
  margin: 0 10% !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: unset !important;
  border: none !important;
  width: 6px; }
  .wp-pagenavi a img, .wp-pagenavi span img {
    width: 100%; }

.wp-pagenavi a:hover {
  transition: .2s; }

#hubspot-messages-iframe-container.invisible {
  opacity: 0; }

div#current-view-component {
  z-index: 9999 !important; }
