@charset "UTF-8";
/*
Theme Name: expert
Description: スタートアップビジネス向けテンプレートテーマ。
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 140px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}
html:focus {
  outline: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
body.page-template-home-php {
  background: #f8f8f8;
}
body.page-template-home-php::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("images/home/body_backgrand.png") center/600px no-repeat;
  filter: drop-shadow(0px 0px 20px rgba(51, 51, 51, 0.2));
  z-index: -2;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  body.page-template-home-php::before {
    background-size: 300px;
  }
}
main {
  display: block;
  overflow: hidden;
}

address {
  font-style: normal;
}

.fontSerif {
  font-family: "Noto Sans JP", sans-serif;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
img {
  border-radius: 8px;
}

/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in 0.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;
}

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

.mt25 {
  margin-top: 25px !important;
}

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

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

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

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

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

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

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

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

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

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

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

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

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

.mb45 {
  margin-bottom: 45px !important;
}

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

.mb55 {
  margin-bottom: 55px !important;
}

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

.mb65 {
  margin-bottom: 65px !important;
}

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

.mb75 {
  margin-bottom: 75px !important;
}

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

.mb85 {
  margin-bottom: 85px !important;
}

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

.mb95 {
  margin-bottom: 95px !important;
}

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

.mb120 {
  margin-bottom: 120px !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: #00f;
  text-decoration: underline;
  transition: all ease 0.3s;
}
a:hover, a:focus {
  color: #f00;
  text-decoration: none;
  transition: all ease 0.3s;
}
a:focus, a:active, a:hover {
  outline: 0;
  text-decoration: none;
}
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 {
  clear: both;
  color: #333333 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin: 30px 0 30px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  touch-action: manipulation;
  text-decoration: none;
  transition: 0.3s ease-in !important;
  user-select: none;
  position: relative;
  border: 1px solid #333333;
  color: #333333;
  background: #fff;
  width: 200px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.btn:hover, .btn:focus {
  background: #333333;
  color: #fff !important;
}
.btn.arrow:after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  content: "・";
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  transform: none;
  color: #333333;
  right: 15px;
  font-size: 20px;
  border-radius: 50%;
  top: 50%;
  margin-top: -15px;
  transition: 0.3s ease-in;
  background-size: 7px;
  background-position: center;
}
.btn.arrow:hover:after, .btn.arrow:focus:after {
  content: "";
  background: #f5f5f5 url("images/home/arrow_b.svg") center/7px no-repeat;
}
.btn.arrowReverse: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: 0.3s ease-in;
}
.btn.reverse {
  text-decoration: none;
  color: #114225;
  background: #fff;
  border-color: #fff;
}
.btn.btnLeft {
  margin-right: auto;
}
.btn.btnRight {
  margin-left: auto;
  margin-right: 0;
}
.btn.btnCenter {
  margin-left: auto;
  margin-right: auto;
}
.btn.btnFull {
  max-width: none;
}
.btn.type2 {
  background: #ca1633;
  border-color: #ca1633;
  color: #fff;
}
.btn.type2:after {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .btn.arrow:hover:after, .btn.arrow:focus:after {
    color: #fff;
  }
  .btn.arrowReverse:hover:after, .btn.arrowReverse:focus:after {
    color: #fff;
  }
  .btn.reverse:hover, .btn.reverse:focus {
    background: #fff;
    color: #fff;
  }
  .btn.border_btn:hover {
    border: #fff solid 1px;
  }
  .btn.type2:hover {
    background: #fff;
    border-color: #fff;
    color: #fff;
  }
  .btn.type2:hover:after {
    color: #fff;
  }
}

/* ----------------------------------- */
/* テキストリンク */
/* ----------------------------------- */
.txtLink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-decoration: none;
  transition: 0.3s ease;
}
.txtLink::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("images/common/txtlink_rightarrow.svg") center/30px 30px no-repeat;
  flex-shrink: 0;
  transition: 0.3s ease;
}
.txtLink:hover::after {
  background-image: url("images/common/txtlink_rightarrow_hvr.svg");
}
.txtLink.__left {
  display: flex;
  margin-right: auto;
}
.txtLink.__center {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.txtLink.__right {
  display: flex;
  margin-left: auto;
}

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 55px;
}
.column2Wrap .columnBox {
  flex-basis: calc((100% - 40px * (2 - 1)) / 2);
  max-width: calc((100% - 40px * (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% - 320px);
  max-width: calc(100% - 320px);
}
.column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
  flex-basis: calc(100% - 320px);
  max-width: calc(100% - 320px);
}
.column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
  flex-basis: 300px;
  max-width: 300px;
}
.column2Wrap.sp4_6 .columnBox:nth-of-type(odd) {
  flex-basis: calc((100% - 40px) * 0.4);
  max-width: calc((100% - 40px) * 0.4);
}
.column2Wrap.sp4_6 .columnBox:nth-of-type(even) {
  flex-basis: calc((100% - 40px) * 0.6);
  max-width: calc((100% - 40px) * 0.6);
}
.column2Wrap.sp6_4 .columnBox:nth-of-type(odd) {
  flex-basis: calc((100% - 40px) * 0.6);
  max-width: calc((100% - 40px) * 0.6);
}
.column2Wrap.sp6_4 .columnBox:nth-of-type(even) {
  flex-basis: calc((100% - 40px) * 0.4);
  max-width: calc((100% - 40px) * 0.4);
}
.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;
}

.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;
  }
}
@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;
  }
}
@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 {
    /* &.lp3_7 {
              .columnBox {
                  &:nth-of-type(odd) {
                      flex-basis: 100%;
                      max-width: 100%;
                  }
                  &:nth-of-type(even) {
                      flex-basis: 100%;
                      max-width: 100%;
                  }
              }
          }
          &.lp7_3 {
              .columnBox {
                  &:nth-of-type(odd) {
                      flex-basis: 100%;
                      max-width: 100%;
                  }
                  &: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;
  }
}
/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#wpadminbar {
  position: fixed !important;
  top: unset !important;
  bottom: 0 !important;
}

@media screen {
  html {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
}
#header {
  height: 140px;
  padding-bottom: 5px;
  width: 100%;
  position: fixed;
  margin: 0 auto;
  z-index: 5;
  top: 0;
  transition: ease-in 0.1s;
  box-shadow: 1px 1px 15px #eee;
  background: #fff;
}
#header #headerCnt {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
#header #headerCnt .header_inner {
  display: block;
}
#header #headerCnt .header_inner .header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}
#header #headerCnt .header_inner .header_top #logoArea {
  min-width: 195px;
  align-self: center;
}
#header #headerCnt .header_inner .header_top #logoArea #logo {
  margin: 0;
}
#header #headerCnt .header_inner .header_top #logoArea #logo a {
  width: 100%;
  height: 100%;
}
#header #headerCnt .header_inner .header_top #logoArea #logo a img {
  max-width: auto;
  height: 40px;
}
@media screen and (max-width: 767px) {
  #header #headerCnt .header_inner .header_top #logoArea #logo a img {
    height: 35px;
  }
}
#header #headerCnt .header_inner .header_top #headerContact {
  display: inline-flex;
  margin-left: auto;
}
#header #headerCnt .header_inner .header_top #headerContact .header_snsbox {
  display: flex;
  align-items: center;
}
#header #headerCnt .header_inner .header_top #headerContact .header_snsbox .h_sns {
  margin-right: 20px;
}
#header #headerCnt .header_inner .header_top #headerContact .header_snsbox .h_sns .instacol {
  background: url("images/home/instagram.svg") center/16px no-repeat;
  width: 20px;
  height: 20px;
  display: block;
}
#header #headerCnt .header_inner .header_top #headerContact .header_snsbox .h_sns .instacol.facecol {
  background: url("images/home/facebook.svg") center/16px no-repeat;
}
#header #headerCnt .header_inner .header_top #headerContact .header_snsbox .h_sns .instacol.youtubecol {
  background: url("images/home/youtube.svg") center/16px no-repeat;
}
#header #headerCnt .header_inner .header_top #headerContact .fixed_mainNavi {
  display: none;
}
#header #headerCnt .header_inner .header_top #headerContact .header_contact {
  display: flex;
  align-items: center;
}
#header #headerCnt .header_inner .header_top #headerContact .header_contact .hc_col {
  margin-right: 30px;
}
#header #headerCnt .header_inner .header_top #headerContact .header_contact .hc_col .h_tel {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  padding-left: 20px;
  color: #333333;
}
#header #headerCnt .header_inner .header_top #headerContact .header_contact .hc_col .h_tel::before {
  content: "";
  position: absolute;
  background: url("images/home/tel.svg") center/15px no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  top: 7px;
}
#header #headerCnt .header_inner .header_top #headerContact .header_contact .hc_col p {
  margin: 0;
  font-size: 12px;
  padding-left: 20px;
}
#header #headerCnt .header_inner .header_top #headerContact .header_contact .hc_col2 .h_contact {
  background: #114225;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  width: 160px;
  height: 50px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 25px;
  border: 1px solid #114225;
}
#header #headerCnt .header_inner .header_top #headerContact .header_contact .hc_col2 .h_contact::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 15px;
  margin-right: 10px;
  background: url("images/home/mail.svg") center/contain no-repeat;
}
#header #headerCnt .header_inner .header_top #headerContact .header_contact .hc_col2 .h_contact:hover {
  background-color: #fff;
  color: #114225;
}
#header #headerCnt .header_inner .header_top #headerContact .header_contact .hc_col2 .h_contact:hover::before {
  background-image: url("images/home/mail_color.svg");
}
@media screen and (min-width: 1025px) {
  #header #headerCnt {
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header #headerCnt {
    max-width: 970px;
    padding-left: 5%;
    padding-right: 5%;
  }
  #header #headerCnt #headerContact #mainNaviArea ul li a {
    font-size: 10px;
  }
  #header #headerCnt #headerContact .header_contact .hc_col {
    margin-right: 0px;
  }
  #header #headerCnt #headerContact .header_contact .hc_col .h_tel {
    width: 40px;
    height: 40px;
  }
  #header #headerCnt #headerContact .header_contact .hc_col_fiexd {
    display: none;
  }
  #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact {
    background: url("images/home/h_sp_mail.svg") center/40px no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
  }
  #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact span {
    display: none;
  }
  #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact:hover {
    background: #fff url("images/home/header_sp_mail.svg") center/40px no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
  }
  #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact:hover span {
    display: none;
  }
  #header #headerCnt #headerContact .header_contact .hc_col2_fiexd {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 60px;
  }
  #header #headerCnt {
    max-width: 750px;
    justify-content: space-between;
    height: 60px;
    padding: 0;
  }
  #header #headerCnt .header_inner .header_top {
    padding: 0;
  }
  #header #headerCnt .header_inner .header_top #logoArea #logo {
    margin: 0 0 0 15px;
  }
  #header #headerCnt #mainNaviArea {
    display: none;
  }
  #header #headerCnt #headerContact {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #header.fixed {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #header.fixed {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  #header.fixed #headerCnt .header_inner .header_top {
    padding: 10px 0;
  }
}
#header.fixed #headerCnt .header_inner .header_top #headerContact .header_snsbox {
  display: none;
}
#header.fixed #headerCnt .header_inner .header_top #headerContact .fixed_mainNavi {
  display: block;
}
#header.fixed #headerCnt .header_inner .header_top #headerContact .fixed_mainNavi #mainNavi ul {
  display: flex;
  list-style: none;
  padding: 0;
}
#header.fixed #headerCnt .header_inner .header_top #headerContact .fixed_mainNavi #mainNavi ul li {
  margin-right: 33px;
}
#header.fixed #headerCnt .header_inner .header_top #headerContact .fixed_mainNavi #mainNavi ul li a {
  text-decoration: none;
  color: #333333;
  font-size: 14px;
}
#header.fixed #headerCnt .header_inner .header_top #headerContact .fixed_mainNavi #mainNavi ul li a:hover {
  border-bottom: #333333 solid 5px;
}
#header.fixed #headerCnt .header_inner .header_top #headerContact .header_contact .hc_col,
#header.fixed #headerCnt .header_inner .header_top #headerContact .header_contact .hc_col2 {
  display: none;
}
#header.fixed #headerCnt .header_inner .header_top #headerContact .header_contact .hc_col_fiexd {
  display: none;
}
#header.fixed #headerCnt .header_inner .header_top #headerContact .header_contact .hc_col_fiexd .h_tel {
  width: 80px;
  height: 40px;
  display: block;
  border-radius: 25px 0 0 25px;
  background: #f8f8f8 url("images/home/tel_fixed.svg") center/16px no-repeat;
}
#header.fixed #headerCnt .header_inner .header_top #headerContact .header_contact .hc_col2_fiexd {
  display: block;
}
#header.fixed #headerCnt .header_inner .header_top #headerContact .header_contact .hc_col2_fiexd .h_contact {
  width: 80px;
  height: 40px;
  display: block;
  border-radius: 0 25px 25px 0;
  background: #114225 url("images/home/mail.svg") center/16px no-repeat;
}
#header.fixed #headerCnt .header_inner .header_bottom {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header.fixed #headerCnt .header_inner .header_top #headerContact .fixed_mainNavi {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* SPメニュー */
/* ----------------------------------- */
.admin-bar #navi_contents.navi_contents-on {
  padding-top: 46px !important;
}

.openSpNavi {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

#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: 14px;
  left: 50%;
  width: 36px;
  margin-left: -18px;
  height: 13px;
  transition: all 0.5s;
  z-index: 3;
}
#drawerNaviWrap .drawerNaviBtn:after {
  content: "MENU";
  position: absolute;
  bottom: -26px;
  left: 55%;
  transform: translateX(-58%);
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}
#drawerNaviWrap .drawerNaviBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 36px;
  height: 1px;
  background-color: #333333;
  border-radius: 2px;
  transition: all 0.5s;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
  top: 0;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
  top: 10px;
}
#drawerNaviWrap .drawer-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -340px;
  bottom: 0;
  width: 340px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 999;
  opacity: 0;
}
#drawerNaviWrap .drawer-nav .drawerInner {
  padding: 0;
  padding-top: 30px;
}
#drawerNaviWrap .drawer-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  margin-bottom: 38px;
}
#drawerNaviWrap .drawer-nav ul li {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 0 15px;
}
#drawerNaviWrap .drawer-nav ul li:first-child {
  border-top: 1px solid;
}
#drawerNaviWrap .drawer-nav ul li:not(first-child) {
  border-bottom: 1px solid;
}
#drawerNaviWrap .drawer-nav ul li a {
  width: 100%;
  min-height: 40px;
  text-decoration: none;
  display: block;
  color: #114225;
  font-size: 16px;
  padding: 10px 0;
  transition-duration: 0.2s;
  font-weight: bold;
}
#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;
}
#drawerNaviWrap .drawer-nav ul li.children .childrenToggle:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #114225 #114225;
  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;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu li a {
  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 0.5s;
}
#drawerNaviWrap.open#drawerNaviWrap {
  position: relative;
  right: 125px;
}
#drawerNaviWrap.open .drawerNaviBtnWrap {
  border: none;
  z-index: 10;
  width: 50px;
  height: 50px;
  display: none;
}
#drawerNaviWrap.open .drawerNaviBtn {
  top: 10px;
  left: 10px;
  margin-left: 0;
}
#drawerNaviWrap.open .drawerNavClose {
  font-size: 28px;
  line-height: 1;
  color: #114225;
  background-color: #fff;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  z-index: 5;
  font-weight: bold;
}
#drawerNaviWrap.open .drawerNavClose span {
  position: relative;
  top: -8px;
  font-size: 35px;
}
#drawerNaviWrap.open .drawerNavClose:after {
  content: "CLOSE";
  left: 50%;
  bottom: 5px;
  transform: translateX(-60%);
  position: absolute;
  width: 30px;
  color: #333;
  display: block;
  font-size: 12px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
#drawerNaviWrap.open .drawer_content {
  color: #114225;
}
#drawerNaviWrap.open .drawer_content .drawer_Logo {
  margin-bottom: 25px;
  padding: 0 15px;
}
#drawerNaviWrap.open .drawer_content .drawer_Logo img {
  width: 250px;
  height: 40px;
  margin: 0 auto 0 0;
  display: flex;
}
#drawerNaviWrap.open .drawer_content .drawer_Logo a {
  width: 100%;
  height: 40px;
  background: #fff;
  color: #333333;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  padding-top: 8px;
  display: block;
}
#drawerNaviWrap.open .drawer_content .drawer_information .d_time {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
#drawerNaviWrap.open .drawer_content .drawer_information .drawer_tel a {
  font-size: 30px;
  text-decoration: none;
  font-weight: bold;
  padding-left: 30px;
  color: #fff;
  position: relative;
}
#drawerNaviWrap.open .drawer_content .drawer_information .drawer_tel a::before {
  content: "";
  position: absolute;
  background: url("images/home/hamburger_tel.svg") center/20px no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  left: 0;
  top: 9px;
}
#drawerNaviWrap.open .drawer_content .drawer_information .drawer_adress .ad_txt {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 22px;
}
#drawerNaviWrap.open .drawer_content .drawer_information .drawer_adress .ad_txt::before {
  content: "";
  position: absolute;
  background: url("images/home/hamburger_adress.svg") center/14px no-repeat;
  width: 15px;
  height: 17px;
  display: block;
  left: 0;
  top: 0;
}
#drawerNaviWrap.open .drawer_content .drawer_information .d_contact {
  width: 100%;
  max-width: 300px;
  height: 56px;
  background: #fff url("images/home/right_arrow.svg") center right 20px/16px no-repeat;
  padding: 15px 65px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  border: #fff solid 2px;
  margin-bottom: 27px;
}
#drawerNaviWrap.open .drawer_content .drawer_information .d_contact:hover {
  background: #fff url("images/home/right_h_arrow.svg") center right 20px/16px no-repeat;
  color: #fff;
}
#drawerNaviWrap.open .drawer_socials_networking ul {
  display: flex;
  justify-content: center;
}
#drawerNaviWrap.open .drawer_socials_networking ul li {
  padding: 0 15px;
}
#drawerNaviWrap.open .drawer-nav {
  right: 0;
  opacity: 1;
  background: #fff;
  padding: 0 0;
}
#drawerNaviWrap.open #overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 2;
}

/* ----------------------------------- */
/* PCメニュー */
/* ----------------------------------- */
#drawerNaviWrap {
  display: none;
}

#mainNaviArea {
  display: block;
  margin: 0;
  padding: 0;
}
#mainNaviArea #mainNavi {
  padding: 0;
}
#mainNaviArea #mainNavi ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mainNaviArea #mainNavi ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  flex: 1 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mainNaviArea #mainNavi ul > li a {
  justify-content: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin: 0;
  padding: 10px;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 400;
  height: 100%;
  border-bottom: #fff solid 5px;
}
#mainNaviArea #mainNavi ul > li a:hover, #mainNaviArea #mainNavi ul > li a:focus, #mainNaviArea #mainNavi ul > li a:active {
  cursor: pointer;
  border-bottom: #114225 solid 5px;
}
#mainNaviArea #mainNavi ul > li a span {
  flex-basis: 100%;
  font-size: 12px;
}
#mainNaviArea #mainNavi ul > li.current-menu-parent > ul li.current-menu-item a {
  color: #c7c7c7 !important;
  background: #fff;
}

@media screen and (max-width: 767px) {
  #mainNaviArea {
    display: none;
  }
  #drawerNaviWrap {
    display: block;
  }
}
/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  clear: both;
  position: relative;
  background: #114225;
  padding: 60px 0 0;
}
#footer .footer_section {
  color: #fff;
}
#footer .footer_section .footer_Logo img {
  margin-bottom: 30px;
}
#footer .footer_section .footer_tel {
  margin-bottom: 10px;
}
#footer .footer_section .footer_tel a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
#footer .footer_section .footer_map {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #footer .footer_section .footer_map {
    text-align: center;
  }
}
#footer .footer_section .footer_map a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}
#footer .footer_section .footer_adress p {
  margin: 0;
  margin-bottom: 10px;
}
#footer .footer_section .footer_adress .fa_txt {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}
#footer .footer_white_link {
  color: #fff;
  text-decoration: none;
  position: relative;
}
#footer .footer_white_link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
#footer .footer_white_link:hover {
  color: #fff;
}
#footer .footer_white_link:hover::after {
  width: 100%;
}
#footer #footerCntWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
#footer #footerNaviWrap {
  flex-basis: 50%;
  display: inline-flex;
  flex-wrap: wrap;
  padding-top: 60px;
}
#footer #footerNaviWrap p {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}
#footer #footerNaviWrap .naviBox {
  flex-basis: 48%;
  max-width: 48%;
  margin: 0 0 30px;
}
#footer #footerNaviWrap .naviBox ul {
  margin: 0;
  padding: 0;
}
#footer #footerNaviWrap .naviBox ul li {
  display: block;
  padding-bottom: 15px;
}
#footer #footerNaviWrap .naviBox ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#footer #footerNaviWrap .naviBox ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
#footer #footerNaviWrap .naviBox ul li a:hover {
  color: #fff;
}
#footer #footerNaviWrap .naviBox ul li a:hover::after {
  width: 100%;
}
#footer #footerCnt {
  color: #333333;
  justify-content: center;
  margin: 0;
}
#footer #footerCnt .footer_socials_networking {
  display: flex;
  justify-content: center;
  padding: 0;
}
#footer #footerCnt .footer_socials_networking ul {
  display: flex;
  padding: 0;
}
#footer #footerCnt .footer_socials_networking ul li {
  padding: 0 15px;
  list-style: none;
}
#footer #copyright {
  flex-basis: 100%;
  width: 100%;
  text-align: center;
  padding: 15px 15px 118px;
}
#footer #copyright p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer {
    padding: 60px 0 0;
  }
  #footer #footerCnt {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 163px 0 60px;
  }
  #footer .footer_section {
    margin: 0 auto;
  }
  #footer .footer_section .d_contact {
    margin-bottom: 60px;
  }
  #footer #footerNaviWrap {
    display: none;
  }
  #footer #footerCnt {
    margin: 0 auto;
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* ---------------------------------------------------------------- */
/* サイドバー  */
/* ---------------------------------------------------------------- */
#sidebar .widget-area {
  display: none;
}
#sidebar .widget img {
  max-width: 100%;
}

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.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: #114225;
  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: #114225;
  background: #fff;
  border: 1px solid #fff;
}
.wp-pagenavi span.current {
  color: #114225;
  background: #fff;
  font-weight: 400;
  border: 1px solid #fff;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  font-size: 20px;
  color: #fff;
  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: absolute;
  top: 100px;
  right: 15%;
}
#pagetopArea a {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: 43px;
  color: #fff;
  text-decoration: none;
  position: relative;
  align-items: center;
  display: flex;
}
#pagetopArea a::before {
  content: "";
  position: absolute;
  background: url("images/home/pagetop.svg") center/20px no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 767px) {
  #pagetopArea {
    top: 8%;
    right: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
/* ---------------------------------------------------------------- */
/* CTA固定ボタン */
/* ---------------------------------------------------------------- */
#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 20;
  position: fixed;
  bottom: -60px;
  transition: 0.6s;
  background-color: #f8f8f8;
}
#fixedBtnSpArea.fixedsp {
  opacity: 1;
  transition: 0.6s;
  bottom: 0;
}
#fixedBtnSpArea #fixedBtnSp {
  display: none !important;
}
#fixedBtnSpArea #fixedBtnSp ul {
  margin: 0 0 0 0;
  padding: 0;
  height: 60px;
  width: 100%;
  overflow: hidden;
  display: flex;
}
#fixedBtnSpArea #fixedBtnSp ul li {
  list-style: none;
  flex-basis: 33%;
}
#fixedBtnSpArea #fixedBtnSp ul li a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  color: #333333;
  justify-content: center;
  align-items: stretch;
  margin: 0;
  padding: 20px 10px 0;
  font-size: 14px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: center 10px;
}
#fixedBtnSpArea #fixedBtnSp ul li + li {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #fixedBtnSpArea #fixedBtnSp {
    display: block !important;
  }
}

/* ---------------------------------------------------------------- */
/* メインスライダー  */
/* ---------------------------------------------------------------- */
#sliderArea {
  position: relative;
  clear: both;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}
#sliderArea #sliderSp {
  display: none;
}
#sliderArea .metaslider .flex-control-paging li a.flex-active {
  background: #fff;
}
@media screen and (max-width: 767px) {
  #sliderArea #sliderPc {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
#indexPage #newsArea {
  padding: 120px 0;
  background: rgba(0, 36, 15, 0.72);
}
#indexPage #newsArea .tllbox {
  position: relative;
  z-index: 2;
  margin-bottom: 43px;
}
#indexPage #newsArea .tllbox span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
#indexPage #newsArea .newsbtn {
  position: relative;
  z-index: 2;
}
#indexPage #blogArea {
  margin: 0 0 94px;
  padding: 75px 0 60px;
  background: #fff;
}
#indexPage #blogArea .tllbox {
  margin-bottom: 40px;
}
#indexPage #blogArea .tllbox .tllh2 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}
#indexPage #blogArea .tllbox span {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #indexPage #blogArea .tllbox,
  #indexPage #newsArea .tllbox {
    margin-bottom: 40px;
  }
  #indexPage #blogArea .tllbox .tllh2,
  #indexPage #newsArea .tllbox .tllh2 {
    font-size: 16px;
    margin: 22px auto 38px;
  }
  #indexPage #blogArea .tllbox span,
  #indexPage #newsArea .tllbox span {
    font-size: 34px;
  }
}

/* ---------------------------------------------------------------- */
/* fly_lp  */
/* ---------------------------------------------------------------- */
.fly_lp {
  position: fixed;
  top: 325px;
  right: 0;
  width: 50px;
  height: 150px;
  background: #efefef;
  border-radius: 4px 0 0 4px;
  z-index: 3;
}
.fly_lp a {
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  writing-mode: vertical-rl;
  text-decoration: none;
  padding: 25px 14px;
}

@media screen and (max-width: 767px) {
  .fly_lp {
    display: none;
  }
}
/* ---------------------------------------------------------------- */
/* fixed_news  */
/* ---------------------------------------------------------------- */
.fixed_news {
  position: absolute;
  right: 0;
  background: #fff url("images/home/arrow_b.svg") no-repeat;
  background-size: 10px;
  background-position: top 50px right 20px;
  z-index: 2;
  width: 320px;
  height: 100px;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .fixed_news {
    bottom: -60px;
    right: -20px;
  }
}
.fixed_news .news_fixed_Wrap .news_fixed_inner a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 8px 0 0 8px;
  padding: 15px;
  color: #333333;
  text-decoration: none;
}
.fixed_news .news_fixed_Wrap .news_fixed_inner a .news_fixed_imgbox {
  max-width: 70px;
  flex-basis: 70px;
}
.fixed_news .news_fixed_Wrap .news_fixed_inner a .news_fixed_imgbox img {
  max-width: 70px;
  height: 70px;
}
.fixed_news .news_fixed_Wrap .news_fixed_inner a .news_fixed_txtbox {
  max-width: calc(100% - 85px);
  flex-basis: calc(100% - 85px);
}
.fixed_news .news_fixed_Wrap .news_fixed_inner a .news_fixed_txtbox .news_fixed_categoybox {
  display: flex;
}
.fixed_news .news_fixed_Wrap .news_fixed_inner a .news_fixed_txtbox .news_fixed_categoybox .news_fixed_category {
  border: #333333 solid 1px;
  font-size: 10px;
  font-weight: 400;
  margin-right: 11px;
  padding: 2px 4px;
}
.fixed_news .news_fixed_Wrap .news_fixed_inner a .news_fixed_txtbox .news_fixed_categoybox .newstime_box time {
  font-size: 12px;
  font-weight: 400;
}
.fixed_news .news_fixed_Wrap .news_fixed_inner a .news_fixed_txtbox .news_fixed_tllbox p {
  margin-top: 11px;
  font-size: 12px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fixed_news {
    top: 570px;
    right: 0;
  }
}

/* ---------------------------------------------------------------- */
/* メインスライダー  */
/* ---------------------------------------------------------------- */
.Main_visual_mm {
  margin: 110px 20px 0 20px;
  position: relative;
  overflow: visible;
}

.slider-wrap {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute !important;
  top: 0;
  border-radius: 16px;
}

@media screen and (max-width: 1600px) {
  .slider-wrap {
    height: 520px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: absolute !important;
    top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .slider-wrap {
    height: 520px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute !important;
    top: 0;
    left: 50%;
    margin-left: -600px;
  }
}
.slide-item > picture > img,
.slide-item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes fadezoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.slick-animation {
  animation: fadezoom 12s 0s forwards;
}

@media screen and (max-width: 767px) {
  .slick-track {
    height: 550px;
  }
}
.Main_visual {
  width: 100%;
  height: 520px;
  position: relative;
  z-index: -2;
}
.Main_visual::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

@media screen and (max-width: 1600px) {
  .Main_visual {
    overflow: hidden;
  }
}
.main_img {
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 70px;
  background: none;
  z-index: 1;
  display: block;
}
.main_img .maininner_text {
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.main_img span {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 767px) {
  .Main_visual_mm {
    margin: 0;
    height: 550px;
  }
  .Main_visual {
    height: 800px;
  }
  .Main_visual .slider-wrap {
    height: 800px;
    width: 772px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute !important;
    top: 0;
    left: 50%;
    margin-left: -387px;
  }
  .Main_visual .slider-wrap .mv_wrap_img {
    width: 100%;
    height: 550px;
  }
  .Main_visual .main_img {
    width: 100%;
    left: 5%;
    top: 50%;
  }
  .Main_visual .main_img h2 {
    font-size: 36px;
    color: #fff;
  }
}
/* ---------------------------------------------------------------- */
/* businessArea */
/* ---------------------------------------------------------------- */
.businessArea {
  padding: 30px 0 120px;
  background: #fff;
}

.swiper-container::before {
  content: "";
  position: absolute;
  background: #fff;
  left: 0;
  height: 100%;
  top: 0;
  width: 160px;
  z-index: 5;
}
.swiper-container .swiper-wrapper .swiper-slide .swiper-imgbox {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 5px 5px 0 rgba(112, 112, 112, 0.4);
}
.swiper-container .swiper-wrapper .swiper-slide .swiper-imgbox img {
  border-radius: 16px;
  position: absolute;
  width: 100%;
  max-width: 600px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.swiper-container .swiper-wrapper .swiper-slide .swiper-txtbox p.title {
  margin: 0;
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 500;
}
.swiper-container .swiper-wrapper .swiper-slide .swiper-txtbox p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.swiper-container .swiper-button-next {
  width: 36px;
  height: 36px;
  background: #114225 url("images/home/arrow_r.svg") center/8px no-repeat;
  right: auto;
  margin-top: 0;
  top: 0;
  left: 95px;
  z-index: 10;
  display: block;
}
.swiper-container .swiper-button-prev {
  width: 36px;
  height: 36px;
  background: #6d957e url("images/home/arrow_l.svg") center/8px no-repeat;
  margin-top: 0;
  top: 0;
  left: 60px;
  z-index: 10;
  display: block;
}

@media screen and (max-width: 767px) {
  .businessArea {
    padding: 140px 0 60px 0;
  }
  .swiper-container::before {
    display: none;
  }
  .swiper-container .swiper-wrapper .swiper-slide {
    padding-bottom: 0%;
  }
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    display: none;
  }
}
/* ---------------------------------------------------------------- */
/* whoweareArea */
/* ---------------------------------------------------------------- */
.whoweareArea {
  background: #f9faf7;
  padding: 125px 0 0;
}
.whoweareArea .column2Wrap {
  align-items: flex-start;
  margin-bottom: 120px;
}

#carouselArea #carouselSliderWrap {
  position: relative;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

#carouselArea .carousel-track {
  display: flex;
  flex-flow: row nowrap;
  width: -moz-max-content;
  width: max-content;
  animation: loop 35s linear infinite;
  backface-visibility: hidden;
  will-change: transform;
}
#carouselArea .carousel-track ul {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  padding: 0;
}
#carouselArea .carousel-track ul li {
  display: block;
  width: 200px;
  height: 300px;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-right: 20px;
}
#carouselArea .carousel-track ul li img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ---------------------------------------------------------------- */
/* serviceArea */
/* ---------------------------------------------------------------- */
.serviceArea {
  padding: 120px 0;
}
.serviceArea .tllbox {
  margin: 0 auto 60px;
  text-align: center;
}
.serviceArea .tllbox span {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.serviceArea .tllbox .tllh2 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin: 10px 20px;
}
.serviceArea .service_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 90px;
}
.serviceArea .service_inner p {
  font-size: 14px;
  line-height: 2;
}
.serviceArea .service_inner:last-child {
  margin-bottom: 0;
}
.serviceArea .service_inner .servicecol {
  overflow: hidden;
}
.serviceArea .service_inner .servicecol img {
  transition: 0.7s ease;
  width: 100%;
}
.serviceArea .service_inner .servicecol.imgZoom:hover {
  border-radius: 8px;
}
.serviceArea .service_inner .servicecol.imgZoom:hover img {
  transform: scale(1.2);
  transition: 0.7s ease;
}
.serviceArea .service_inner .servicecol2 {
  display: block;
}
.serviceArea .service_inner .servicecol2 .txtLink {
  display: flex;
  justify-content: flex-end;
}
.serviceArea .service_inner .servicecol2 .servicecol_title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.serviceArea .service_inner .servicecol2 .servicecol_title img {
  max-height: 50px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}
.serviceArea .service_inner .servicecol2 p {
  font-size: 14px;
  font-weight: 400;
}
.serviceArea .service_inner:nth-child(even) .servicecol {
  max-width: 600px;
  flex-basis: 600px;
}
.serviceArea .service_inner:nth-child(even) .servicecol2 {
  max-width: calc(100% - 660px);
  flex-basis: calc(100% - 660px);
}
.serviceArea .service_inner:nth-child(odd) .servicecol {
  max-width: 600px;
  flex-basis: 600px;
  order: 2;
}
.serviceArea .service_inner:nth-child(odd) .servicecol2 {
  max-width: calc(100% - 660px);
  flex-basis: calc(100% - 660px);
  order: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .serviceArea .service_inner:nth-child(even) .servicecol {
    max-width: calc((100% - 40px) * 0.5);
    flex-basis: calc((100% - 40px) * 0.5);
  }
  .serviceArea .service_inner:nth-child(even) .servicecol2 {
    max-width: calc((100% - 40px) * 0.5);
    flex-basis: calc((100% - 40px) * 0.5);
  }
  .serviceArea .service_inner:nth-child(odd) .servicecol {
    max-width: calc((100% - 40px) * 0.5);
    flex-basis: calc((100% - 40px) * 0.5);
    order: 2;
  }
  .serviceArea .service_inner:nth-child(odd) .servicecol2 {
    max-width: calc((100% - 40px) * 0.5);
    flex-basis: calc((100% - 40px) * 0.5);
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .serviceArea {
    padding: 60px 0;
  }
  .serviceArea .service_inner {
    margin-bottom: 40px;
    gap: 20px;
  }
  .serviceArea .service_inner:last-child {
    margin-bottom: 0;
  }
  .serviceArea .service_inner .servicecol2 {
    padding: 20px 0 0;
  }
  .serviceArea .service_inner .servicecol2 .txtLink {
    display: flex;
    justify-content: center;
  }
  .serviceArea .service_inner:nth-child(even) .servicecol, .serviceArea .service_inner:nth-child(odd) .servicecol {
    max-width: 100%;
    flex-basis: 100%;
    order: 1;
  }
  .serviceArea .service_inner:nth-child(even) .servicecol2, .serviceArea .service_inner:nth-child(odd) .servicecol2 {
    max-width: 100%;
    flex-basis: 100%;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .whoweareArea {
    padding: 60px 0;
  }
}
/* ---------------------------------------------------------------- */
/* aboutArea */
/* ---------------------------------------------------------------- */
.aboutArea {
  padding-top: 122px;
  background: url("images/home/about.jpg") center/cover no-repeat;
  height: 430px;
  position: relative;
}
.aboutArea::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.2;
  width: 100%;
  height: 100%;
}
.aboutArea .tllbox {
  position: relative;
  z-index: 2;
}
.aboutArea .tllbox span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.aboutArea .tllbox .tllh2 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin: 10px 0 20px;
}
.aboutArea .about_swiper {
  margin-left: 130px;
  background: #fff;
  padding: 30px 0 50px;
  position: relative;
  z-index: 2;
  top: 5%;
}
.aboutArea .type_b .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.aboutArea .type_b .swiper-wrapper .swiper-slide a .swiper-txtbox h2 {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .aboutArea .tllbox .tllh2 {
    font-size: 22px;
  }
  .aboutArea .about_swiper {
    margin-left: 15px;
  }
}
/* ---------------------------------------------------------------- */
/* recruitArea */
/* ---------------------------------------------------------------- */
.recruitArea {
  padding: 220px 0 65px;
  background: #f9faf7;
}
.recruitArea .recruitWrap {
  display: flex;
  align-items: end;
  gap: 40px;
}
.recruitArea .recruitWrap .columnBox:first-child {
  flex: 1;
}
.recruitArea .recruitWrap .columnBox:last-child {
  flex: 0 0 auto;
}
.recruitArea .recruitWrap .columnBox span {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.recruitArea .recruitWrap .columnBox .tllh2 {
  font-size: 32px;
  font-weight: bold;
  margin: 10px 0 20px;
}

@media screen and (max-width: 767px) {
  .recruitArea .recruitWrap {
    flex-direction: column;
  }
  .recruitArea .recruitWrap .columnBox {
    width: 100%;
    text-align: center;
  }
  .spbtncenter {
    margin: 0 auto;
    margin-right: auto !important;
  }
}
/* ---------------------------------------------------------------- */
/* faqArea */
/* ---------------------------------------------------------------- */
.faqArea {
  padding: 120px 0;
}
.faqArea .tllbox span {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .faqArea {
    padding: 60px 0;
  }
  .faqArea .tllbox .tllh2 {
    margin: 22px auto 38px;
    font-size: 16px;
  }
  .faqArea .tllbox span {
    font-size: 16px;
  }
}
/* ---------------------------------------------------------------- */
/* accordion */
/* ---------------------------------------------------------------- */
.accordion-container {
  margin: 40px auto;
  width: 100%;
}
.accordion-container:first-child .accordion-list .accordion-title span::after {
  display: none !important;
}
.accordion-container:first-child .accordion-list .accordion-title.open span::after {
  display: block !important;
}
.accordion-container .accordion-list {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 8px;
}
.accordion-container .accordion-list::first-child {
  margin-top: 10px;
}
.accordion-container .accordion-list .accordion-title {
  cursor: pointer;
  font-size: 16px;
  padding: 18px 30px 18px 76px;
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.accordion-container .accordion-list .accordion-title span {
  position: relative;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
  margin-left: 16px;
}
.accordion-container .accordion-list .accordion-title span::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 20px;
  top: 50%;
  background: #333333;
  transition: all 0.3s ease-in-out;
}
.accordion-container .accordion-list .accordion-title span::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  top: 9%;
  right: 9px;
  background: #333333;
  transition: all 0.3s ease-in-out;
}
.accordion-container .accordion-list .accordion-title::before {
  position: absolute;
  content: "Q.";
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  left: 30px;
  top: 14px;
}
.accordion-container .accordion-list .accordion-title.open {
  border-bottom: 1px solid #efefef;
}
.accordion-container .accordion-list .accordion-title.open span::after {
  display: none;
}
.accordion-container .accordion-list .accordion-text {
  display: none;
  padding: 10px 35px 51px 76px;
  position: relative;
  font-size: 16px;
  color: #333333;
}
.accordion-container .accordion-list .accordion-text::before {
  position: absolute;
  content: "A.";
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  left: 30px;
  top: 4px;
}

@media screen and (max-width: 767px) {
  .accordion-container .accordion-list .accordion-title {
    padding: 26px 40px 20px 60px;
  }
  .accordion-container .accordion-list .accordion-title span {
    margin-top: 2px;
  }
  .accordion-container .accordion-list .accordion-title::before {
    left: 17px;
    top: 22px;
  }
  .accordion-container .accordion-list .accordion-text {
    padding: 10px 50px 51px 60px;
  }
  .accordion-container .accordion-list .accordion-text::before {
    left: 17px;
  }
}
/* ---------------------------------------------------------------- */
/* contactArea */
/* ---------------------------------------------------------------- */
.contactArea {
  background: #114225;
}
.contactArea .contactImgBox {
  height: 350px;
  background: url("images/home/contact.jpg") center/cover no-repeat;
}
.contactArea .container {
  position: relative;
  margin-top: -90px;
}
.contactArea .contact_inner {
  background: #fff;
  border-radius: 16px;
  max-width: 940px;
  height: 200px;
  margin: 0 auto;
  padding: 42px 35px 49px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contactArea .contact_inner {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .contactArea .contact_inner {
    flex-wrap: wrap;
  }
}
.contactArea .contact_inner .contacttll {
  max-width: 100%;
  flex-basis: 100%;
}
.contactArea .contact_inner .contacttll span {
  font-size: 16px;
  font-weight: 400;
}
.contactArea .contact_inner .contacttll .title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.contactArea .contact_inner .contact_cc {
  max-width: -moz-fit-content;
  max-width: fit-content;
  flex-basis: fit-content;
  display: flex;
}
.contactArea .contact_inner .contact_cc .contact_tel {
  display: none !important;
  background: url("images/home/tel.svg") top 10px center/24px no-repeat;
  border-right: #114225 solid 1px;
  padding: 40px 30px 30px;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contactArea .contact_inner .contact_cc .contact_tel .tel-number {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}
.contactArea .contact_inner .contact_cc .contact_tel p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
.contactArea .contact_inner .contact_cc .contact_bb {
  background: url("images/home/mail_color.svg") top 10px center/24px no-repeat;
  padding: 40px 40px 30px;
}
.contactArea .contact_inner .contact_cc .contact_bb .contactbtn {
  background: #114225;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  width: 160px;
  height: 50px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 14px 0;
  border-radius: 25px;
  border: 1px solid #114225;
}
.contactArea .contact_inner .contact_cc .contact_bb .contactbtn:hover {
  background: #fff;
  color: #114225;
}

@media screen and (max-width: 1000px) {
  .contactArea .contact_inner {
    max-width: 345px;
    height: 400px;
    margin-top: -100px;
    padding: 42px 20px 49px;
  }
  .contactArea .contact_inner .contacttll {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .contactArea .contact_inner .contact_cc {
    max-width: 100%;
    flex-basis: 100%;
    flex-direction: column;
  }
  .contactArea .contact_inner .contact_cc .contact_tel {
    border-right: none;
    border-bottom: #114225 solid 1px;
    margin: 0 auto 30px;
    display: flex;
  }
  .contactArea .contact_inner .contact_cc .contact_bb {
    margin: 0 auto;
  }
}
/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
.catListPage #mainCnt {
  margin-bottom: 120px;
}

/* ニュースリストベース */
/* ---------------------------- */
#newsCatList .postListWrap {
  margin-top: 50px;
}
#newsCatList a {
  color: #114225;
}
#newsCatList time {
  color: #114225 !important;
}
#newsCatList .postListWrap .postBox .newsbox {
  border-top-color: #114225;
}
#newsCatList .postListWrap .postBox .permaLinkWrap {
  border-top-color: #114225;
}
#newsCatList .postListWrap .postBox:last-child .newsbox {
  border-bottom-color: #114225;
}
#newsCatList .postListWrap .postBox:last-child .permaLinkWrap {
  border-bottom-color: #114225;
}
#newsCatList .postListWrap .postBox .newscategory_box .post-categories li a {
  color: #114225;
}
@media screen and (max-width: 767px) {
  #newsCatList .postListWrap .postBox {
    border-top-color: #114225;
  }
}

.postListWrap {
  position: relative;
  z-index: 2;
}
.postListWrap .postBox {
  display: flex;
  margin-bottom: 10px;
  transition: ease-in 0.3s;
  justify-content: space-between;
  flex-wrap: wrap;
}
.postListWrap .postBox:last-child .newsbox {
  border-bottom: #fff solid 1px;
}
.postListWrap .postBox:last-child .permaLinkWrap {
  border-bottom: #fff solid 1px;
}
.postListWrap .postBox .newsbox {
  max-width: 240px;
  flex-basis: 240px;
  display: flex;
  align-items: center;
  border-top: #fff solid 1px;
  padding: 45px 0 35px;
}
.postListWrap .postBox .newsbox .newstime_box {
  margin-right: 21px;
}
.postListWrap .postBox .newsbox .newstime_box time {
  line-height: 1;
  font-size: 14px;
  width: 100px;
  align-self: center;
  color: #fff;
}
.postListWrap .postBox .newsbox .newscategory_box .post-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.postListWrap .postBox .newsbox .newscategory_box .post-categories li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.postListWrap .postBox .permaLinkWrap {
  max-width: calc(100% - 300px);
  flex-basis: calc(100% - 300px);
  border-top: #fff solid 1px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.postListWrap .postBox .permaLinkWrap .news_tlllink {
  align-items: center;
  display: flex;
}
.postListWrap .postBox .permaLinkWrap .news_tlllink a {
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.postListWrap .postBox .permaLinkWrap .news_thumbnail {
  max-width: 120px;
  border-radius: 4px;
}
.postListWrap .postBox .permaLinkWrap .news_thumbnail img {
  border-radius: 4px;
}
.postListWrap .postBox:hover i,
.postListWrap .postBox:hover a, .postListWrap .postBox:focus i,
.postListWrap .postBox:focus a {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .postListWrap .postBox {
    flex-wrap: wrap;
    border-top: #fff solid 1px;
    padding-top: 20px;
  }
  .postListWrap .postBox:last-child .newsbox {
    border-bottom: none;
  }
  .postListWrap .postBox .newsbox {
    flex-basis: 100%;
    max-width: 100%;
    border-top: none;
    display: flex;
    padding: 0;
  }
  .postListWrap .postBox .permaLinkWrap {
    flex-basis: 100%;
    max-width: 100%;
    margin: 10px 0 0;
    border-top: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    padding-bottom: 20px;
  }
  .postListWrap .postBox .permaLinkWrap .news_tlllink {
    margin-right: 20px;
  }
  .postListWrap .postBox .permaLinkWrap .news_tlllink a {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    display: inline;
  }
}

/* ---------------------------- */
/* ブログリスト */
/* ---------------------------- */
#blogArea .postListWrap,
#blogCatList .postListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#blogArea .postListWrap:after,
#blogCatList .postListWrap:after {
  content: "";
  display: block;
  width: 31%;
}
#blogArea .postListWrap .postBox,
#blogCatList .postListWrap .postBox {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 31%;
  max-width: 31%;
  border-bottom: none;
}
#blogArea .postListWrap .thumbnail,
#blogCatList .postListWrap .thumbnail {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 17px;
  overflow: hidden;
}
#blogArea .postListWrap .thumbnail a,
#blogCatList .postListWrap .thumbnail a {
  width: 100%;
  overflow: hidden;
  display: block;
}
#blogArea .postListWrap .category_txtbox,
#blogCatList .postListWrap .category_txtbox {
  display: block;
}
#blogArea .postListWrap .category_txtbox .category_wrap,
#blogCatList .postListWrap .category_txtbox .category_wrap {
  display: flex;
}
#blogArea .postListWrap .category_txtbox .category_wrap .category_wrap_time time,
#blogCatList .postListWrap .category_txtbox .category_wrap .category_wrap_time time {
  margin-bottom: 10px;
  flex-basis: 100%;
  max-width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
#blogArea .postListWrap .category_txtbox .category_wrap .category_wrap_time time::after,
#blogCatList .postListWrap .category_txtbox .category_wrap .category_wrap_time time::after {
  content: "|";
  color: #fff;
  padding-left: 20px;
}
#blogArea .postListWrap .category_txtbox .category_wrap .category_wrap_name,
#blogCatList .postListWrap .category_txtbox .category_wrap .category_wrap_name {
  margin-left: 20px;
  color: #fff;
  font-size: 16px;
}
#blogArea .postListWrap .category_txtbox .permalinkWrap a,
#blogCatList .postListWrap .category_txtbox .permalinkWrap a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #blogArea .postListWrap:after,
  #blogCatList .postListWrap:after {
    display: none;
  }
  #blogArea .postListWrap .postBox,
  #blogCatList .postListWrap .postBox {
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* ---------------------------- */
/* ページヘッダー */
/* ---------------------------- */
#mainCnt {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #mainCnt {
    margin-top: 0;
  }
}

#cnts {
  margin-top: 150px;
  margin-bottom: 0x;
}
@media screen and (max-width: 767px) {
  #cnts {
    margin-top: 70px;
  }
}
#cnts time {
  text-align: left;
  display: block;
  color: #333;
}

/* ---------------------------------------------------------------- */
/* ページタイトルヒーロー */
/* ---------------------------------------------------------------- */
.pageTitlebox {
  height: 250px;
}
@media screen and (max-width: 767px) {
  .pageTitlebox {
    height: 150px;
  }
}
.pageTitlebox {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 30px 100px;
}
@media screen and (max-width: 767px) {
  .pageTitlebox {
    margin-bottom: 70px;
  }
}
.pageTitlebox__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  padding: 0 40px;
  justify-content: center;
}
.pageTitlebox__title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 !important;
}

/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.pcm-breadcrumbs__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 10px !important;
  font-size: 12px;
  line-height: 1.4em;
  list-style: none;
  padding-left: 0 !important;
}
.pcm-breadcrumbs__item {
  margin: 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;
  line-height: 1;
  margin: 0;
}
.pcm-breadcrumbs__link:hover {
  color: #c7c7c7 !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 .titleh2 {
  font-size: 26px;
  color: #333333;
  padding: 18px 10px 9px;
  background: rgba(51, 51, 51, 0.2);
  font-weight: bold;
}
.postPage .titleh3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  border-bottom: #333333 solid 1px;
  padding-bottom: 20px;
}
.postPage .titleh4 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #114225;
}
.postPage .titleh5 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 0 30px;
}
.postPage .titleh5:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #114225;
  position: absolute;
  left: 0;
  top: 8px;
}
.postPage .titleh6 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.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: "Noto Sans JP", sans-serif;
}
.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
.postPage a {
  position: relative;
}
.postPage a:hover, .postPage a:focus {
  text-decoration: none;
  color: #f00;
}
.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: #fff;
}
.postPage a.textArrow:hover {
  color: #00f;
  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: #00f;
}
.postPage a.textArrowR:hover, .postPage a.textArrowR:focus {
  color: #fff;
  text-decoration: underline;
}
.postPage a.textArrowR:after {
  display: inline-block;
  content: "\f0a9";
  font: 16px/1 FontAwesome;
  margin-left: 10px;
  text-decoration: none;
}
.postPage table {
  margin: 0 0 30px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #333333;
}
.postPage table caption {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
.postPage table tr {
  border-bottom: #e8e8e8 solid 1px;
}
.postPage table tr th,
.postPage table tr td {
  padding: 0.6em 0.8em;
  width: auto;
  line-height: 1.4;
}
.postPage table tr th {
  font-weight: bold;
  vertical-align: top;
  min-width: 190px;
  text-align: center;
  width: auto;
  color: #fff;
}
.postPage table tr th.w200 {
  width: 200px;
}
.postPage table tr th.thLeft {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .postPage table tr th {
    padding-bottom: 0;
  }
}
.postPage table tr td {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .postPage table tr td {
    padding-top: 8px;
  }
}
.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.type2 tr {
  border-bottom: 1px solid #333333;
}
.postPage table.type2 tr:nth-child(odd) {
  background-color: inherit;
}
.postPage table.type2 tr th,
.postPage table.type2 tr td {
  border-collapse: collapse;
}
.postPage table.type2 tr th {
  background: #333333;
  text-align: center;
  vertical-align: middle;
}
.postPage table.type2 tr th + th {
  border-left: 1px solid #f9faf7;
}
.postPage table.type2 tr td + td {
  border-left: 1px solid #f9faf7;
}
.postPage table.type2 tr td:nth-of-type(1) {
  border-left: none;
}
.postPage .tableSc {
  overflow: inherit;
  white-space: normal;
  width: 100%;
}
.postPage .tableSc table {
  width: 100%;
}
.postPage .tableSc table tr {
  border-bottom: 1px solid #333333;
}
.postPage .tableSc table tr:nth-of-type(odd) {
  background: none;
}
.postPage .tableSc table tr th,
.postPage .tableSc table tr td {
  display: table-cell;
  border-collapse: collapse;
  width: inherit;
}
.postPage .tableSc table tr th {
  background: #333333;
  text-align: center;
  vertical-align: middle;
  min-width: inherit;
}
.postPage .tableSc table tr th + th {
  border-left: 1px solid #333;
}
.postPage .tableSc table tr td + td {
  border-left: 1px solid #333;
}
.postPage .tableSc table tr td:nth-of-type(1) {
  border-left: none;
}
.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: #fff;
  left: 10px;
  top: 10px;
}
.postPage blockquote:after {
  content: "\f10e";
  position: absolute;
  display: block;
  font: 20px/1 FontAwesome;
  color: #fff;
  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 {
  margin: 0 0 20px 5px;
  padding: 0;
}
.postPage ul li {
  list-style: none;
  position: relative;
  padding: 0;
  line-height: 1.1;
  margin-bottom: 15px;
}
.postPage ul li ul {
  padding: 0 0 10px;
  margin: 10px 0 0 1em;
}
.postPage ul li ul li::marker {
  color: #fff;
}
.postPage ul.iconList li {
  padding: 0 0 0 0.8em;
}
.postPage ul.iconList li:before {
  position: absolute;
  left: 0;
  top: calc((1.1em - 2px) / 2);
  content: "";
  width: 5px;
  height: 5px;
  background: #114225;
  border-radius: 5px;
}
.postPage ol {
  margin: 0 0 20px;
  padding: 0 0 0 1.6em;
}
.postPage ol li {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  margin-bottom: 15px;
}
.postPage ol li:last-child {
  margin: 0 0 10px;
}
.postPage ol li ol {
  margin: 10px 0;
  padding: 0 0 0 1em;
}
.postPage address {
  font-style: normal;
}
.postPage hr.red {
  border-bottom: 1px solid #c65871 !important;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .postPage table tr:nth-child(odd) {
    background-color: #333333;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .postPage table tr:nth-child(odd) {
    background-color: #333333;
  }
}
@media screen and (max-width: 767px) {
  .postPage table tr th,
  .postPage table tr td {
    display: block;
    width: 100%;
  }
  .postPage table tr th + td,
  .postPage table tr td + td {
    border-left: 0;
  }
  .postPage table tr th {
    min-width: 1px;
    color: #fff;
    text-align: left;
    background-color: #333333;
  }
  .postPage table tr th.w200 {
    width: 100%;
  }
  .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.type2 tr th,
  .postPage table.type2 tr td {
    display: table-cell;
    width: auto;
  }
  .postPage table.type2 tr th {
    min-width: 1px;
  }
  .postPage .tableSc {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.gmapWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  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%;
}

/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
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: #f9faf7;
  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: #f9faf7;
  color: #fff;
}
ul.formFlow li.active {
  background: #114225;
  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 #114225;
}
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 #f9faf7;
}
ul.formFlow li.third.active {
  background: #114225 !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 #f9faf7;
}

/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea {
  padding-bottom: 120px;
}
#formArea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#formArea dl dt {
  flex-basis: 250px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #formArea dl dt {
    text-align: left;
  }
}
#formArea dl dd {
  flex-basis: calc(100% - 280px);
}
#formArea dl dd.fb100 {
  flex-basis: 100%;
}
#formArea .att {
  color: crimson;
  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 0.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: 0.4em 0 0.3em 0.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;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 26px;
  height: 26px;
  /*Other Browser*/
  background: #e2e2e2;
  /*For Old WebKit*/
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #fff 0%, #e2e2e2 100%);
}
#formArea input[type=checkbox]:checked {
  /*Other Browser*/
  background: #fff;
  /*For Old WebKit*/
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  border: 1px solid #fff;
}
#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: #fff;
  -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: #fff;
  -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 .mwform-radio-field input {
  margin: 0;
}
#formArea .mwform-radio-field-text {
  margin-left: 10px;
}
#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 {
  max-width: 290px;
  margin: 0 auto;
}
#formArea .btnArea .submitArea .submit:hover, #formArea .btnArea .submitArea .submit:focus {
  color: #fff;
  background: #114225;
  transition: 0.3s !important;
  cursor: pointer;
  border-color: #114225;
}
#formArea .btnArea .returnArea {
  flex-basis: 100%;
  display: none;
}
#formArea .btnArea .returnArea .return {
  display: block;
  text-align: center;
  background: #fff;
  color: #114225;
  padding: 0.4em 0;
  transition: 0.3s;
  font-size: 14px;
}
#formArea .btnArea .returnArea .return:hover, #formArea .btnArea .returnArea .return:focus {
  background: #114225;
  transition: 0.3s;
}
#formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
  margin: 0 auto 0 0;
}
#formArea .mw_wp_form_confirm .btnArea .returnArea {
  display: inline-flex;
}
#formArea .mw_wp_form_confirm .btnArea .returnArea .return {
  margin: 0 10px 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;
  }
  #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%;
    margin: 0 0 25px;
  }
  #formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
    margin: 0;
  }
  #formArea .mw_wp_form_confirm .btnArea .returnArea {
    display: block;
  }
  #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
    margin: 0;
  }
}
#formArea .datepicker {
  display: flex;
  align-content: center;
  align-items: center;
}
#formArea .select-Wrap {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
#formArea .select-box {
  border: none;
  margin-right: 10px;
}
#formArea .wid80 {
  width: 80px;
}

.effectFade.effectFadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.2s ease;
}
.effectFade.effectFirst {
  opacity: 0;
  transition: opacity 2s linear, transform 5s linear;
}
.effectFade.effectFadeDown {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 1.2s ease;
  transition: opacity 2s linear, transform 5s linear;
}
.effectFade.effectActive {
  opacity: 1;
  transform: translate(0, 0);
}
.effectFade.td1 {
  transition-delay: 0.1s;
}
.effectFade.td2 {
  transition-delay: 0.2s;
}
.effectFade.td3 {
  transition-delay: 0.3s;
}
.effectFade.td4 {
  transition-delay: 0.4s;
}
.effectFade.effectShow {
  opacity: 1;
  transition-delay: 0s;
  transition: 0.3s ease-in;
}

/* for IE */
/* ---------------------------------------------------------------- */
/* 固定ページ共通スタイル（service / recruit / about） */
/* ---------------------------------------------------------------- */
.postPage h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 40px;
}
.postPage h3 {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 30px;
  padding-bottom: 6px;
  border-bottom: 1px solid;
}
.postPage h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #114225;
}
.postPage h5 {
  padding: 0 10px;
  border-left: solid 20px #114225;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}
.postPage a {
  color: #368456;
}
.postPage a:hover, .postPage a:focus {
  color: #368456;
}
.postPage table {
  border: none !important;
  background-color: #fff !important;
}
.postPage table tr {
  border-bottom: #b2b2b2 solid 1px;
}
.postPage table tr:nth-child(odd) {
  background-color: #fff !important;
}
.postPage table tr th {
  color: #111111;
}
.postPage table.table-noBg {
  background-color: transparent !important;
}
.postPage table.table-noBg tr:nth-child(odd) {
  background-color: transparent !important;
}
.postPage table.table-noBg tr th {
  background-color: transparent !important;
  color: #333;
}
@media screen and (max-width: 767px) {
  .postPage table tr th {
    background-color: #fff;
  }
  .postPage table.table-noBg tr th {
    background-color: transparent !important;
  }
  .postPage h2 {
    font-size: 26px;
  }
  .postPage h3 {
    font-size: 24px;
  }
  .postPage h4 {
    font-size: 22px;
  }
  .postPage h5 {
    font-size: 18px;
  }
}

.postPage #postCnt {
  margin: 0 !important;
}
.postPage #postCnt .box > *:last-child {
  margin-bottom: 0;
}

.full-width-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #f9faf7;
  padding: 90px 0;
}

.bg_White {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.086);
}

.bg_green {
  background: #f9faf7;
  padding: 30px;
  border-radius: 8px;
  position: relative;
}

.news_list_new {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 8px 0 0 0;
  width: 130px;
  height: 45px;
  background: #114225;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
}

.btn-column-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #114225;
}
.btn-column-wrap.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.btn-column-wrap a {
  color: #fff;
}
.btn-column-wrap a:hover {
  color: #fff !important;
}

.btn_anker {
  display: flex;
  color: #fff;
  text-decoration: none;
  text-align: center;
  height: 50px;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  background-color: #114225;
  position: relative;
}
.btn_anker:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: calc(100% - 30px);
  background-color: #fff;
  z-index: 1;
  transform: translateY(-50%);
}

.area-btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 110px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  /*&:hover {
  	opacity: 0.85;
  }*/
}
.area-btn__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.area-btn__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 45, 72, 0.7);
}
.area-btn__overlay2 {
  position: absolute;
  inset: 0;
  background-color: rgba(17, 66, 37, 0.7);
}
.area-btn__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  gap: 14px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .area-btn__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .area-btn__text {
    font-size: 20px;
  }
}
.area-btn__text {
  font-weight: bold;
  flex: 1;
  letter-spacing: 0.05em;
}
.area-btn__arrow {
  font-size: 30px;
  flex-shrink: 0;
  opacity: 0.8;
}

.sdg-list {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.sdg-list li {
  flex: 1;
}
.sdg-list li img {
  display: block;
  width: 100%;
  height: auto;
}

.welcome-profile {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
.welcome-profile__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 30px 15px;
  background-color: #ecf0e4;
}
.welcome-profile__item:nth-child(even) {
  background-color: #c9d8ad;
}
.welcome-profile__item p {
  font-size: 20px;
  color: #114225;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}
.welcome-profile__item img {
  display: block;
  width: 94px;
  height: 94px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .welcome-profile {
    flex-direction: column;
    border-radius: 8px;
  }
  .welcome-profile__item {
    flex-direction: row;
    padding: 15px;
    gap: 16px;
  }
  .welcome-profile__item p {
    font-size: 16px;
    text-align: left;
    flex: 1;
  }
  .welcome-profile__item img {
    width: 94px;
    height: 94px;
    flex-shrink: 0;
  }
}

.formPrivacy-policy .formPrivacy-policy_box {
  border: 1px solid #b5b5b5;
  height: 300px;
  margin: 0 auto 30px;
  overflow: auto;
  padding: 40px 30px 30px;
  width: 100%;
  border-radius: 5px;
}

#singlePage.postPage h2 {
  margin: 30px 0;
}

.postPage p.pc-center-sp-left {
  text-align: center;
}
@media (max-width: 767px) {
  .postPage p.pc-center-sp-left {
    text-align: left;
  }
}

.office_info {
  font-weight: bold;
  position: relative;
  padding: 0 0 0 20px;
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 18px;
}
.office_info:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(images/common/icon_map.svg) no-repeat;
  left: 0;
}/*# sourceMappingURL=style.css.map */