@charset "UTF-8";

/*
Theme Name: standard_plan
Description: standard_plan
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
@font-face {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  src: "Hiragino Kaku Gothic W1 JIS2004", tofu;
  font-weight: 100;
}

@font-face {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  src: "Hiragino Kaku Gothic W2 JIS2004", tofu;
  font-weight: 200;
}

@font-face {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  src: "Hiragino Kaku Gothic W3 JIS2004", tofu;
  font-weight: 300;
}

@font-face {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  src: "Hiragino Kaku Gothic W4 JIS2004", tofu;
  font-weight: 400;
}

@font-face {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  src: "Hiragino Kaku Gothic W5 JIS2004", tofu;
  font-weight: 500;
}

@font-face {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  src: "Hiragino Kaku Gothic W6 JIS2004", tofu;
  font-weight: 600;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html:focus {
  outline: none;
}

body {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #3E3A39;
}

main {
  display: block;
  overflow: hidden;
}

.fontSerif {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.textGray {
  color: #999 !important;
}
.pc {
  display: block !important;
}
.tab {
  display: none !important;
}
.sp {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: block !important;
  }
}

/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in .1s;
}

@media screen and (min-width: 1025px) {
  .container {
    max-width: 970px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 970px;
    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;
}
.fs26 {
  font-size: 26px !important;
}

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

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

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

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

.mt18 {
  margin-top: 18px !important;
}

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

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

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

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

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

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

.mt118 {
  margin-top: 118px !important;
}

.mt120 {
  margin-top: 120px !important;
}

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

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

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

.mb11 {
  margin-bottom: 11px !important;
}

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

.mb17 {
  margin-bottom: 17px !important;
}

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

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

.mb21 {
  margin-bottom: 21px !important;
}

.mb22 {
  margin-bottom: 22px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb26 {
  margin-bottom: 26px !important;
}

.mb28 {
  margin-bottom: 28px !important;
}

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

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

.mb38 {
  margin-bottom: 38.7px !important;
}

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

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

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

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

.mb67 {
  margin-bottom: 67px !important;
}

.mb68 {
  margin-bottom: 68px !important;
}

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

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

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

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

.mb100 {
  margin-bottom: 110px !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;
}

.mw780 {
  max-width: 780px;
}

/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color: #00F;
  text-decoration: underline;
  transition: all ease .3s;
}

a:hover,
a:focus {
  color: #F00;
  text-decoration: none;
  transition: all ease .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;
}

@media screen and (max-width: 767px) {
  .btnWrap {
    display: flex;
    justify-content: center;
  }
}

.btn {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 300px;
  width: 100%;
  height: 60px;
  margin: 30px 0 30px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  transition: .3s ease-in;
  user-select: none;
  position: relative;
  border: 1px solid #24523A;
  border-radius: 30px;
  color: #24523A;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
  border: 2px solid #24523A;
  color: #24523A !important;
}

.btn.arrow:after {
  position: absolute;
  align-items: center;
  border: none;
  content: "\f105";
  font-family: FontAwesome;
  transform: none;
  color: #fff;
  right: 15px;
  font-size: 20px;
  border-radius: 0;
  top: 50%;
  margin-top: -15px;
  transition: .3s ease-in;
}

.btn.arrow:hover:after,
.btn.arrow:focus:after {
  color: #24523A;
}

.btn.arrowReverse:after {
  position: absolute;
  align-items: center;
  border: none;
  content: "\f105";
  font-family: FontAwesome;
  transform: none;
  color: #24523A;
  right: 15px;
  font-size: 20px;
  border-radius: 0;
  top: 50%;
  margin-top: -15px;
  transition: .3s ease-in;
}

.btn.arrowReverse:hover:after,
.btn.arrowReverse:focus:after {
  color: #fff;
}

.btn.reverse {
  text-decoration: none;
  color: #24523A;
  background: #fff;
  border-color: #24523A;
}

.btn.reverse:hover,
.btn.reverse:focus {
  background: #24523A;
  color: #fff;
}
.btn.short {
  max-width: 240px;
}
.btn.btnLeft {
  margin: 0;
}

.btn.btnRight {
  margin: 0 0 0 auto;
}

.btn.btnCenter {
  margin-left: auto;
  margin-right: auto;
}

.btn.btnFull {
  max-width: none;
}

.btn.type2 {
  background: transparent;
  border: none;
  color: #24523A;
  font-size: 16px;
  position: relative;
  width: 200px;
  height: 25px;
  border-radius: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: .3s ease-in;
  margin: 10px auto;
}

.btn.type2:after {
  content: "";
  position: absolute;
  background: url("images/home/arrow.svg") no-repeat;
  background-size: 25px;
  width: 30px;
  height: 30px;
  background-position: top left;
  top: 0px;
  left: 30px;
  margin-left: -65px;
}

.btn.type2:hover {
  padding-left: 20px;
  transition: 0.5s;
}
.btn.type3 {
  background: #24523A;
  border: 1px solid #24523A;
  color: #fff !important;
  font-size: 12px;
  position: relative;
  max-width: 260px;
  width: 100%;
  height: 28px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: .3s ease-in;
  margin: 10px auto 0;
}
.btn.type3:hover {
  background-color: #fff;
  color: #24523A !important;
  transition: .3s ease-in;
}

.btn.type4 {
  background: #24523A;
  border: 1px solid #24523A;
  color: #fff;
  font-size: 14px;
  position: relative;
  max-width: 320px;
  width: 100%;
  height: 60px;
  justify-content: flex-start;
  border-radius: 10px;
  padding: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: .3s ease-in;
  margin: 25px 0 0;
}
.btn.type4:hover {
  background-color: #fff;
  color: #24523A;
  transition: .3s ease-in;
}
/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

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

.column2Wrap .columnBox p:last-of-type {
  margin-bottom: 0;
}

.column2Wrap .columnBox:nth-of-type(n + 3) {
  margin-top: 20px;
}

.column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
  flex-basis: 300px;
  max-width: 300px;
}

.column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
  flex-basis: calc(100% - 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.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.sp150 .columnBox:nth-of-type(-n + 2) {
  margin-top: 0;
}

.column2Wrap.sp150 .columnBox:nth-of-type(odd) {
  flex-basis: 150px;
  max-width: 150px;
}

.column2Wrap.sp150 .columnBox:nth-of-type(even) {
  flex-basis: calc(100% - 160px);
  max-width: calc(100% - 160px);
}
.column2Wrap.sp240 .columnBox:nth-of-type(odd) {
  flex-basis: 240px;
  max-width: 240px;
}

.column2Wrap.sp240 .columnBox:nth-of-type(even) {
  flex-basis: calc(100% - 260px);
  max-width: calc(100% - 260px);
}
.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.sp270 .columnBox:nth-of-type(odd) {
  flex-basis: 270px;
  max-width: 270px;
}
.column2Wrap.sp270 .columnBox:nth-of-type(even) {
  flex-basis: calc(100% - 295px);
  max-width: calc(100% - 295px);
}
.column2Wrap.sp280 .columnBox.img_box {
  flex-basis: 280px;
  max-width: 280px;
}

.column2Wrap.sp280 .columnBox.text_box {
  flex-basis: calc(100% - 300px);
  max-width: calc(100% - 300px);
}

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

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.column3Wrap:after {
  content: "";
  display: block;
  width: calc((100% - (30px * (3 - 1))) / 3);
}

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

.column3Wrap .columnBox img {
  width: 100%;
  max-width: 100%;
}

.column3Wrap .columnBox p:last-child {
  margin-bottom: 0;
}

.column3Wrap .columnBox:nth-of-type(-n + 3) {
  margin-top: 0;
}

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}

.column4Wrap .columnBox p:last-child {
  margin-bottom: 0;
}

.column4Wrap .columnBox img {
  max-width: 100%;
  width: 100%;
}

.column6Wrap {
  display: flex;
  flex-wrap: wrap;
}

.column6Wrap .columnBox {
  flex-basis: calc((100% - 50px) / 6);
  max-width: calc((100% - 50px) / 6);
  margin-right: 10px;
}

.column6Wrap .columnBox img {
  max-width: 100%;
  width: 100%;
}

.column6Wrap .columnBox:last-of-type {
  margin-right: 0;
}

.column6Wrap .columnBox:nth-of-type(n + 7) {
  margin-top: 20px;
}

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

.column1_1_2 .columnBox:nth-of-type(-n + 2) {
  margin-top: 0;
}

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

.column1_3_3 .columnBox:nth-of-type(n + 4) {
  margin-top: 20px;
}

.column2_3_3:after {
  content: "";
  display: block;
  width: calc((100% - (30px * (3 - 1))) / 3);
}

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

.column2_3_3 .columnBox:nth-of-type(2) {
  margin-top: 0;
}

.column2_3_3 .columnBox:nth-of-type(n + 4) {
  margin-top: 20px;
}

.column2_4_4:after {
  width: calc((100% - (30px * (4 - 1))) / 4);
  content: "";
  display: block;
}

.column2_4_4:before {
  width: calc((100% - (30px * (4 - 1))) / 4);
  content: "";
  display: block;
  order: 1;
}

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

.column2_4_4 .columnBox:nth-of-type(-n+2) {
  margin-top: 0;
}

.column2_4_4 .columnBox:nth-of-type(-n+4) {
  margin-top: 0;
}

.columnBox {
  overflow: hidden;
}

.columnBox img {
  align-self: baseline;
  max-width: 100%;
}

.columnBox p:last-of-type {
  margin: 0;
}

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

.borderBox .columnBox+.borderNone {
  border: none;
}
@media screen and (min-width: 1025px) {
  .column2Wrap.lp3_7 .columnBox:first-of-type {
    flex-basis: calc((100% - (60px)) / 3);
    max-width: calc((100% - (60px)) / 3);
  }

  .column2Wrap.lp3_7 .columnBox:last-of-type {
    flex-basis: calc((((100% - 60px) / 3) * 2) + 30px);
    max-width: calc((((100% - 60px) / 3) * 2) + 30px);
  }

  .column2Wrap.lp7_3 .columnBox:first-of-type {
    flex-basis: calc((((100% - 60px) / 3) * 2) + 30px);
    max-width: calc((((100% - 60px) / 3) * 2) + 30px);
  }

  .column2Wrap.lp7_3 .columnBox:last-of-type {
    flex-basis: calc((100% - (60px)) / 3);
    max-width: calc((100% - (60px)) / 3);
  }

  .column3Wrap:after {
    content: "";
    display: block;
    width: calc((100% - (30px * (3 - 1))) / 3);
  }

  .column3Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 20px;
  }

  .column4Wrap:after {
    width: calc((100% - (30px * (4 - 1))) / 4);
    content: "";
    display: block;
  }

  .column4Wrap:before {
    width: calc((100% - (30px * (4 - 1))) / 4);
    content: "";
    display: block;
    order: 1;
  }

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

  .column4Wrap .columnBox:nth-of-type(n + 5) {
    margin-top: 20px;
  }

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

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column3Wrap .columnBox {
    flex-basis: calc((100% - (30px * (2 - 1))) / 2);
    max-width: calc((100% - (30px * (2 - 1))) / 2);
  }

  .column3Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }

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

  .column4Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }

  .column1_1_2 .columnBox {
    flex-basis: 100%;
    max-width: 100%;
  }

  .column1_1_2 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }

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

  .column1_3_3 .columnBox:nth-of-type(n + 3) {
    margin-top: 0;
  }

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

  .column2_4_4:after {
    width: calc((100% - (30px * (4 - 1))) / 4);
    content: "";
    display: block;
  }

  .column2_4_4:before {
    width: calc((100% - (30px * (4 - 1))) / 4);
    content: "";
    display: block;
    order: 1;
  }

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

  .column2_4_4 .columnBox:nth-of-type(-n+2) {
    margin-top: 0;
  }

  .column2_4_4 .columnBox:nth-of-type(-n+4) {
    margin-top: 0;
  }
  .pc_row-reverse {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .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 .columnBox {
    flex-basis: 100%;
    max-width: 100%;
  }

  .column2Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 0;
  }

  .column2Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }

  .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }

  .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }

  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }

  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }

  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }

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

  .column2Wrap.sp150 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }

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

  .column2Wrap.sp240 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }

  .column2Wrap.sp240 .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;
  }
  .column2Wrap.sp270 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp270 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp270 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column2Wrap.sp280 .columnBox.img_box {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp280 .columnBox.text_box {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp280 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column3Wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%;
  }

  .column3Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .column4Wrap .columnBox {
    flex-basis: 100%;
  }

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

  .column6Wrap {
    justify-content: space-between;
  }

  .column6Wrap .columnBox {
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }

  .column6Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 0;
  }

  .column6Wrap .columnBox:nth-of-type(n + 7) {
    margin-top: 0;
  }

  .column6Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }

  .column1_1_2 .columnBox {
    flex-basis: 100%;
    max-width: 100%;
  }

  .column1_1_2 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .column1_3_3 .columnBox {
    flex-basis: 100%;
    max-width: 100%;
  }

  .column1_3_3 .columnBox:nth-of-type(n + 4) {
    margin-top: 0;
  }

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

  .column2_3_3 .columnBox:nth-of-type(n + 4) {
    margin-top: 0;
  }

  .column2_3_3 .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }

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

  .column2_4_4 .columnBox:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .column2_4_4 .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
.pc_row_reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .pc_row_reverse {
    flex-direction: row;
  }
}
/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  position: fixed;
  top: 40px;
  margin: 0 auto;
  z-index: 10;
  width: 100%;
}

#header #headerCnt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  padding: 0 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  background: #FFFFFF;
  border-radius: 40px;
  height: 80px;
  padding-bottom: 5px;
}

#header #headerCnt #logoArea {
  flex-basis: 240px;
  width: 240px;
  align-self: center;
}

#header #headerCnt #logoArea #logo {
  margin: 0;
}

#header #headerCnt #logoArea #logo a {
  display: block;
  width: 100%;
}

#header #headerCnt #logoArea #logo a img {
  max-width: 240px;
  height: auto;
}

#header #headerCnt #headerContact {
  display: inline-flex;
  margin-left: auto;
  flex-basis: 550px;
  width: 550px;
}

#header #headerCnt #headerContact ul {
  margin: 0 auto 0 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center !important;
}

#header #headerCnt #headerContact ul li {
  list-style: none;
}

#header #headerCnt #headerContact ul li a.hd_cotact {
  background: url("images/common/hdr-icon-mail.svg") no-repeat;
  background-size: 60px;
  background-position: top left;
  width: 60px;
  height: 60px;
  display: block;
}

#header #headerCnt #headerContact ul li a.hd_cotact:hover {
  background: url("images/common/hdr-icon-mail-hover.svg") no-repeat;
  background-size: 60px;
  background-position: top left;
}

@media screen and (min-width: 1025px) {
  #header #headerCnt {
    max-width: 1170px;
  }

  #header #headerCnt #headerRead h1 br {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header #headerCnt {
    max-width: 970px;
    padding-left: 0;
    padding-right: 2%;
    position: relative;
  }

  #header #headerCnt #headerContact {
    display: inline-flex;
    margin-left: auto;
    flex-basis: 480px;
    width: 480px;
  }

  #header #headerCnt #logoArea {
    flex-basis: 160px;
    width: 160px;
  }

  #header #headerCnt #logoArea #logo {
    margin: 0 0 5px 15px;
  }

  #header #headerCnt #logoArea #logo h1 a img {
    max-width: 140px;
  }
  #header #headerCnt #headerContact {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: auto;
    top: 20px;
  }

  #header #headerCnt {
    justify-content: space-between;
    height: auto;
    padding: 0;
    height: 80px;
    position: relative;
  }

  #header #headerCnt #logoArea {
    flex-basis: 209px;
    width: 209px;
  }

  #header #headerCnt #logoArea #logo {
    margin: 0 0 0 15px;
  }

  #header #headerCnt #logoArea #logo h1 a img {
    max-width: 209px;
  }

  #header #headerCnt #headerContact {
    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: 10px;
  right: 25px;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #drawerNaviWrap {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #drawerNaviWrap {
    right: 10px;
  }
}
#drawerNaviWrap .drawerNaviBtnWrap {
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  background: #24523A;
}
#drawerNaviWrap .drawerNaviBtnWrap:hover {
  background: #BFDC98;
}
#drawerNaviWrap .drawerNaviBtn {
  display: block;
  position: absolute;
  top: 22px;
  left: 50%;
  width: 20px;
  margin-left: -10px;
  height: 15px;
  transition: all .5s;
  z-index: 3;
}

#drawerNaviWrap .drawerNaviBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 2px;
  transition: all .5s;
}

#drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
  top: 0;
}

#drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
  top: 7px;
}

#drawerNaviWrap .drawerNaviBtn span:nth-child(3) {
  bottom: -1px;
}

#drawerNaviWrap .drawer-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 300px;
  background: #24523A;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 999;
  opacity: 0;
}

#drawerNaviWrap .drawer-nav .drawerInner {
  padding: 0;
}

#drawerNaviWrap .drawer-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

#drawerNaviWrap .drawer-nav ul li {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #F5F5F5;
  position: relative;
}

#drawerNaviWrap .drawer-nav ul li a {
  width: 100%;
  min-height: 40px;
  text-decoration: none;
  display: block;
  color: #24523A;
  font-size: 14px;
  padding: 10px 15px;
  transition-duration: 0.2s;
}

#drawerNaviWrap .drawer-nav ul li a:hover {
  color: #3E3A39;
}

#drawerNaviWrap .drawer-nav ul li.children {
  overflow: hidden;
}

#drawerNaviWrap .drawer-nav ul li.children>a {
  position: relative;
  width: calc(100% - 40px);
}

#drawerNaviWrap .drawer-nav ul li.children .childrenToggle {
  width: 40px;
  height: 40px;
  position: relative;
  top: 0px;
  background: #24523A;
}

#drawerNaviWrap .drawer-nav ul li.children .childrenToggle:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  display: block;
  margin: 4px 15px 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}

#drawerNaviWrap .drawer-nav ul li.children .sub-menu {
  display: none;
  border-top: 1px solid #fff;
}

#drawerNaviWrap .drawer-nav ul li.children .sub-menu li a {
  background-color: #EEEEEE;
  min-height: inherit;
  display: block;
  padding: 8px 15px 8px 27px;
}

#drawerNaviWrap .drawer-nav ul li.children .sub-menu li:last-child {
  border: none;
}

#drawerNaviWrap .drawer-nav ul li .fa-external-link {
  padding-left: 5px;
}

#drawerNaviWrap #overlay {
  display: none;
  transition: all .5s;
}

#drawerNaviWrap.open#drawerNaviWrap {
  position: relative;
  right: 125px;
}

#drawerNaviWrap.open .drawerNaviBtnWrap {
  border: none;
  z-index: 10;
  width: 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: #fff;
  border: 1px solid #24523A;
  background-color: #24523A;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
}

#drawerNaviWrap.open .drawerNavClose span {
  position: relative;
  top: -8px;
}

#drawerNaviWrap.open .drawerNavClose:after {
  content: "閉じる";
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  position: absolute;
  width: 30px;
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 400;
}

#drawerNaviWrap.open .drawer-nav {
  right: 0;
  opacity: 1;
  background: #f9faf7;
}

#drawerNaviWrap.open #overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .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: 10px 0 0 !important;
  width: 100%;
  position: relative;
  height: 70px;
  display: flex;
  align-items: center !important;
  justify-content: space-between;
}

#mainNaviArea #mainNavi ul>li {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  margin: 0 auto 0 15px;
  flex: 1 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mainNaviArea #mainNavi ul>li.children {
  margin: 0 10px;
  position: relative;
}
#mainNaviArea #mainNavi ul>li.children>a {
  pointer-events: none;
}
#mainNaviArea #mainNavi ul>li.children::after {
  content: "";
  position: absolute;
  background: url("images/common/hd_icon.svg") no-repeat;
  background-size: 12px;
  background-position: center right;
  width: 15px;
  height: 15px;
  right: 0;
  margin-right: -15px;
  top: 20px;
}

#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: #3E3A39;
  margin: 0;
  padding: 0;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
}

#mainNaviArea #mainNavi ul>li a:hover,
#mainNaviArea #mainNavi ul>li a:focus,
#mainNaviArea #mainNavi ul>li a:active {
  cursor: pointer;
  color: #88C897;
}

#mainNaviArea #mainNavi ul>li a span {
  flex-basis: 100%;
  font-size: 12px;
}

#mainNaviArea #mainNavi ul>li.children {
  position: relative;
}

#mainNaviArea #mainNavi ul>li.children ul.sub-menu {
  position: absolute;
  top: 55px;
  left: -11px;
  display: flex;
  flex-direction: column;
  text-align: left;
  z-index: 0;
  padding: 0;
  margin: 0;
  height: 0 !important;
  width: 170px;
}

#mainNaviArea #mainNavi ul>li.children ul.sub-menu li {
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 0;
  width: 170px;
}

#mainNaviArea #mainNavi ul>li.children ul.sub-menu li:last-child {
  border-radius: 0 0 10px 10px;
}

#mainNaviArea #mainNavi ul>li.children ul.sub-menu li a {
  margin: 0;
  opacity: 0;
  padding: 5px 0;
  font-size: 14px;
  display: block;
  text-align: left;
  position: relative;
}

#mainNaviArea #mainNavi ul>li:hover,
#mainNaviArea #mainNavi ul>li:focus {
  transition: .3s ease-in-out;
}

#mainNaviArea #mainNavi ul>li:hover ul.sub-menu,
#mainNaviArea #mainNavi ul>li:focus ul.sub-menu {
  z-index: 1;
  height: auto !important;
  opacity: 1;
  width: 200px;
}

#mainNaviArea #mainNavi ul>li:hover ul.sub-menu li,
#mainNaviArea #mainNavi ul>li:focus ul.sub-menu li {
  padding: 0;
  height: auto;
  opacity: 1;
  text-align: left;
  background: #FFFFFF;
  padding: 0 15px !important;
}

#mainNaviArea #mainNavi ul>li:hover ul.sub-menu li a,
#mainNaviArea #mainNavi ul>li:focus ul.sub-menu li a {
  opacity: 1;
  display: block;
  transition: .3s ease-in-out;
  color: #24523A;
}

#mainNaviArea #mainNavi ul>li:hover ul.sub-menu li a:last-of-type,
#mainNaviArea #mainNavi ul>li:focus ul.sub-menu li a:last-of-type {
  border: none;
}

#mainNaviArea #mainNavi ul>li:hover ul.sub-menu li a:hover,
#mainNaviArea #mainNavi ul>li:hover ul.sub-menu li a:focus,
#mainNaviArea #mainNavi ul>li:focus ul.sub-menu li a:hover,
#mainNaviArea #mainNavi ul>li:focus ul.sub-menu li a:focus {
  color: #33B371;
  background: #fff;
}

#mainNaviArea #mainNavi ul>li:hover ul.sub-menu li:last-of-type a,
#mainNaviArea #mainNavi ul>li:focus ul.sub-menu li:last-of-type a {
  border-bottom: none;
}

#mainNaviArea #mainNavi ul>li.current-menu-item>a {
  color: #c7c7c7 !important;
}

#mainNaviArea #mainNavi ul>li.current-menu-item>a ul.sub-menu>a {
  color: #c7c7c7 !important;
  background: #fff;
}

#mainNaviArea #mainNavi ul>li.current-menu-item>a ul.sub-menu>a:hover,
#mainNaviArea #mainNavi ul>li.current-menu-item>a ul.sub-menu>a:focus {
  color: #c7c7c7 !important;
}

#mainNaviArea #mainNavi ul>li.current-menu-parent>ul li.current-menu-item a {
  color: #c7c7c7 !important;
  background: #fff;
}

#mainNaviArea.fixed {
  width: 100%;
  position: fixed;
  margin: 0 auto;
  z-index: 5;
  height: 70px;
  top: 0;
  transition: ease-in .1s;
  box-shadow: 1px 1px 15px #eee;
  background: #24523A;
}

.admin-bar #mainNaviArea.fixed {
  top: 32px !important;
}

.admin-bar #mainNaviArea.fixed+#main {
  margin-top: 70px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #mainNavi ul>li {
    margin: 0 auto 0 15px !important;
  }

  #mainNavi ul>li:nth-child(2) {
    margin-right: 15px;
  }

  #mainNavi ul>li:nth-child(2)::after {
    display: none;
  }
  #mainNaviArea {
    display: none;
  }

  #drawerNaviWrap {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #mainNaviArea {
    display: none;
  }

  #drawerNaviWrap {
    display: block;
  }
}


/* ---------------------------------------------------------------- */
/* フローティングバナー */
/* ---------------------------------------------------------------- */
#floatingBox {
  display: block;
  position: fixed;
  top: 15%;
  right: 0;
  z-index: 9;
}
#floatingBox .contact {
  width: 58px;
  height: 160px;
}
#floatingBox .contact a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-decoration: none;
  padding-top: 40px;
  font-size: 16px;
  border-radius: 16px 0 0 16px;
}
#floatingBox .contact1 {
  margin-top: 10px;
}
#floatingBox .contact1 a {
  border: 2px solid #24523A;
  color: #24523A;
  background: url("images/common/icon-bank.svg") no-repeat top 15px center;
  background-size: 20px auto;
  background-color: #fff;
  padding-top: 45px;
  font-weight: 600;
}
#floatingBox .contact1 a span {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
#floatingBox .contact2 a {
  border: 2px solid #fff;
  color: #ffffff;
  background: url("images/common/icon-mail.svg") no-repeat top 15px center;
  background-size: 20px auto;
  background-color: #24523A;
  font-weight: 500;
}
#floatingBox .contact3 {
  margin-top: 10px;
  height: 240px;
}
#floatingBox .contact3 a {
  border: 2px solid #24523A;
  color: #24523A;
  background: url("images/common/icon_building.svg") no-repeat top 15px center;
  background-size: 20px auto;
  background-color: #fff;
  padding-top: 50px;
  font-weight: 600;
}
#floatingBox .contact3 a span {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
#floatingBox .contact a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #floatingBox {
    display: none;
  }
}


/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  clear: both;
  position: relative;
}

#footer #footerCnt {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
#footer #footerCnt .footerNavi {
  text-align: center;
}
#footer #footerCnt #footerNaviWrap .naviBox {
  margin: 0 auto 10px;
  display: block;
}

#footer #footerCnt #footerNaviWrap .naviBox ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#footer #footerCnt #footerNaviWrap .naviBox ul li {
  display: inline-block;
  color: #24523A;
}
#footer #footerCnt #footerNaviWrap .naviBox ul li + li {
  padding-left: 20px;
}

#footer #footerCnt #footerNaviWrap .naviBox ul li.children {
  position: relative;
}
#footer #footerCnt #footerNaviWrap .naviBox ul li.children>a {
  pointer-events: none;
}

#footer #footerCnt #footerNaviWrap .naviBox ul li.children::after {
  content: "";
  position: absolute;
  background: url(images/common/hd_icon.svg) no-repeat;
  background-size: 12px;
  background-position: center right;
  width: 15px;
  height: 15px;
  right: 0;
  top: 5px;
}

#footer #footerCnt #footerNaviWrap .naviBox ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #3E3A39;
  font-weight: bold;
}

#footer #footerCnt #footerNaviWrap .naviBox ul li a:hover {
  color: #33B371;
}

#footer #footerCnt #footerNaviWrap .naviBox ul li.children {
  position: relative;
  padding-right: 20px;
}

#footer #footerCnt #footerNaviWrap .naviBox ul li.children ul.sub-menu {
  position: absolute;
  top: 0;
  left: -20px;
  display: flex;
  flex-direction: column;
  text-align: left;
  z-index: 0;
  padding: 35px 0 0;
  margin: 0;
  width: 200px;
  height: 0;
}

#footer #footerCnt #footerNaviWrap .naviBox ul li.children ul.sub-menu li {
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 0;
  width: 200px;
}

#footer #footerCnt #footerNaviWrap .naviBox ul li.children ul.sub-menu li:last-child {
  border-radius: 0 0 10px 10px;
}

#footer #footerCnt #footerNaviWrap .naviBox ul li.children ul.sub-menu li a {
  margin: 0;
  opacity: 0;
  padding: 5px 0;
  font-size: 14px;
  display: block;
  text-align: left;
  position: relative;
}

#footer #footerCnt #footerNaviWrap .naviBox ul li:hover,
#footer #footerCnt #footerNaviWrap .naviBox ul li:focus {
  transition: .3s ease-in-out;
}

#footer #footerCnt #footerNaviWrap .naviBox ul li:hover ul.sub-menu,
#footer #footerCnt #footerNaviWrap .naviBox ul li:focus ul.sub-menu {
  z-index: 1;
  height: auto !important;
  opacity: 1;
  border-radius: 0 0 10px 10px;
  width: 200px;
}

#footer #footerCnt #footerNaviWrap .naviBox ul li:hover ul.sub-menu li,
#footer #footerCnt #footerNaviWrap .naviBox ul li:focus ul.sub-menu li {
  padding: 0;
  height: auto;
  opacity: 1;
  text-align: left;
  background: #FFFFFF;
  padding: 0 15px !important;
}

#footer #footerCnt #footerNaviWrap .naviBox ul li:hover ul.sub-menu li a,
#footer #footerCnt #footerNaviWrap .naviBox ul li:focus ul.sub-menu li a {
  opacity: 1;
  display: block;
  transition: .3s ease-in-out;
}

#footer #footerCnt #footerNaviWrap .naviBox ul li:hover ul.sub-menu li a:last-of-type,
#footer #footerCnt #footerNaviWrap .naviBox ul li:focus ul.sub-menu li a:last-of-type {
  border: none;
}

#footer #footerCnt #footerNaviWrap .naviBox ul li:hover ul.sub-menu li a:hover,
#footer #footerCnt #footerNaviWrap .naviBox ul li:hover ul.sub-menu li a:focus,
#footer #footerCnt #footerNaviWrap .naviBox ul li:focus ul.sub-menu li a:hover,
#footer #footerCnt #footerNaviWrap .naviBox ul li:focus ul.sub-menu li a:focus {
  color: #33B371;
  background: #fff;
}

#footer #footerCnt #footerNaviWrap .naviBox ul li:hover ul.sub-menu li:last-of-type a,
#footer #footerCnt #footerNaviWrap .naviBox ul li:focus ul.sub-menu li:last-of-type a {
  border-bottom: none;
}

#footer #footerCnt .footerLogo {
  padding-top: 35px;
}

#footer #footerCnt .footerLogo p {
  font-size: 14px;
  font-weight: 600;
}

#footer #copyright {
  flex-basis: 100%;
  width: 100%;
  text-align: center;
  padding: 15px 15px 99px;
}

#footer #copyright p {
  font-size: 12px;
  margin: 0;
  font-weight: 600;
}

@media screen and (min-width: 1025px) {
  #footer {
    padding: 40px 0 0;
  }

  #footer #footerCntWrap {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  #footer #footerNaviWrap {
    flex-basis: 100%;
  }

  #footer #footerNaviWrap p {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
  }

  #footer #footerNaviWrap .naviBox {
    margin: 0 0 30px;
  }

  #footer #footerNaviWrap .naviBox ul {
    margin: 0;
    padding: 0;
  }

  #footer #footerNaviWrap .naviBox ul li {
    display: inline-block;
    color: #24523A;
  }

  #footer #footerNaviWrap .naviBox ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #24523A;
  }

  #footer #footerNaviWrap .naviBox ul li a:hover {
    color: #F00;
    text-decoration: underline;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer {
    padding: 60px 0 0;
  }

  #footer #footerCnt {
    margin: 0 auto;
    text-align: center;
  }

  #footer #footerCnt .footerLogo {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 60px 0 99px;
  }

  #footer #footerCnt {
    margin: 0 auto;
  }

  #footer #footerCnt #footerNaviWrap .naviBox {
    margin-bottom: 0;
  }

  #footer #footerCnt #footerNaviWrap .naviBox .footerNavi ul {
    max-width: 370px;
    width: 100%;
  }
  #footer #footerCnt #footerNaviWrap .naviBox .footerNavi ul li {
    width: 48%;
    flex-basis: 48%;
    text-align: center;
    margin-bottom: 10px;
  }
  #footer #footerCnt #footerNaviWrap .naviBox ul li + li {
    padding-left: 0;
  }
  #footer #footerCnt .footerLogo {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  #footer #footerCnt #footerNaviWrap .naviBox ul li.children ul.sub-menu {
    left: 0;
  }
}

/* ---------------------------------------------------------------- */
/* サイドバー  */
/* ---------------------------------------------------------------- */
#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: #24523A;
  width: 40px;
  height: 40px;
  padding: 3px 0 0 0;
  text-decoration: none;
  background: #F9FAF7;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  color: #fff;
  background: #24523A;
}

.wp-pagenavi span.current {
  color: #FFFFFF;
  background: #24523A;
  font-weight: 400;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  font-size: 20px;
  color: #24523A;
  background: #F9FAF7;
}

.wp-pagenavi .nextpostslink .fa-arrow-right::before,
.wp-pagenavi .previouspostslink .fa-arrow-right::before {
  content: "\f105" !important;
}

.wp-pagenavi .nextpostslink .fa-arrow-left::before,
.wp-pagenavi .previouspostslink .fa-arrow-left::before {
  content: "\f104" !important;
}

/* ---------------------------------------------------------------- */
/* ページトップ ボタン */
/* ---------------------------------------------------------------- */
#pagetopArea {
  position: fixed;
  bottom: 70px;
  right: 3%;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  border: #24523A solid 2px;
  background: #FFFFFF;
  z-index: 50;
  transition: .3s ease-in;
  opacity: 0;
  visibility: hidden;
}
#pagetopArea.is-active{
  opacity: 1;
  visibility: visible;
  transition: .3s ease-in;
}
#pagetopArea a {
  position: absolute;
  top: 0;
  left: 0;
  color: #24523A;
  font-size: 20px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* ---------------------------------------------------------------- */
/* CTA固定ボタン */
/* ---------------------------------------------------------------- */
#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 10;
  position: fixed;
  bottom: -60px;
  transition: .6s;
  background: #FFFFFF;
}

#fixedBtnSpArea.fixedsp {
  opacity: 1;
  transition: .6s;
  bottom: 0;
}

#fixedBtnSpArea #fixedBtnSp {
  display: none !important;
}

#fixedBtnSpArea #fixedBtnSp ul {
  margin: 0 0 0 0;
  padding: 0 20px;
  height: 60px;
  width: 100%;
  overflow: hidden;
  display: flex;
}

#fixedBtnSpArea #fixedBtnSp ul li {
  list-style: none;
  flex-basis: 100%;
}

#fixedBtnSpArea #fixedBtnSp ul li.bg_green {
  list-style: none;
  flex-basis: 100%;
}

#fixedBtnSpArea #fixedBtnSp ul li a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 150px;
  height: 40px;
  color: #24523A;
  border: #24523A solid 1px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 2px 10px 0;
  font-size: 12px;
  border-radius: 20px;
  text-decoration: none;
  background: #FFFFFF;
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: center 10px;
  margin: 10px auto;
  line-height: 1.1;
  font-weight: 600;
}
#fixedBtnSpArea #fixedBtnSp ul li.bg_green a {
  background: #24523a;
  color: #fff;
}
#fixedBtnSpArea #fixedBtnSp ul li a:hover,
#fixedBtnSpArea #fixedBtnSp ul li a:focus {
  opacity: 0.8;
}

#fixedBtnSpArea #fixedBtnSp ul li a.fixed_contact {
  color: #fff;
  border: #24523A solid 1px;
  background: #24523A url("images/common/icon-mail.svg");
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: top 12px left 22px;
  padding: 1px 10px 0 25px;
}
#fixedBtnSpArea #fixedBtnSp ul li a.fixed_contact2 {
  color: #24523A;
  border: #24523A solid 1px;
  background: #fff url("images/common/icon-bank.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: top 7px left 20px;
  padding: 2px 10px 0 25px;
}

#fixedBtnSpArea #fixedBtnSp ul li+li {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  #fixedBtnSpArea #fixedBtnSp {
    display: block !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

/* ---------------------------------------------------------------- */
/* MV_inner */
/* ---------------------------------------------------------------- */
.MV_inner {
  /* background: url("images/home/background2509_pc.jpg") no-repeat;
  background-size: cover;
  background-position: top center; */
  height: auto;
  min-height: 800px;
  position: relative;
  z-index: 0;
  margin-bottom: 118px;
}
.MV_inner_bg img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.MV_inner .MV_txtbox {
  max-width: 620px;
  width: 100%;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.MV_inner .MV_txtbox .innertxt {
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  background: url('images/home/main-clover1.png') no-repeat top 10px left 10px, url('images/home/main-clover2.png') no-repeat bottom 10px right 10px;
  background-size: 109px auto, 101px auto;
}

.MV_inner .MV_txtbox h2 {
  font-size: 38px;
  color: #33B371;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}
.MV_inner .MV_txtbox h2 span:not(.maker) {
  font-size: 28px;
}
.MV_inner .MV_txtbox p {
  font-size: 16px;
  color: #24523A;
  margin-top: 15px;
  font-weight: 600;
}

.MV_inner .MV_txtbox .maker {
  display: inline-block;
  position: relative;
}
.MV_inner .MV_txtbox .maker:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  background-color: #FFEC58;
  height: 8px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .MV_inner {
    /* background: url("images/home/background2509_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center center; */
    min-height: 500px;
    margin-bottom: 380px;
  }

  .MV_inner_bg img {
    height: 500px;
  }
  .MV_inner .MV_txtbox {
    top: auto;
    bottom: -240px;
    border-radius: 16px 16px 0 0;
  }
  .MV_inner .MV_txtbox .innertxt {
    background: url('images/home/main-clover1.png') no-repeat top 10px left 10px, url('images/home/main-clover2.png') no-repeat bottom 10px right 10px;
    background-size: 61px auto, 60px auto;
  }
  .MV_inner .MV_txtbox h2 {
    font-size: 20px;
  }
  .MV_inner .MV_txtbox h2 span:not(.maker) {
    font-size: 20px;
  }
  .MV_inner .MV_txtbox p {
    font-size: 14px;
  }
  .MV_inner .MV_txtbox .maker:before {
    bottom: 1px;
  }
}

.MV_seminar_post {
  position: absolute;
    top: 62%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 460px;
    width: 100%;
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border-radius: 20px;
    background-color: #fff;
}
.MV_seminar_post .seminar_post_inr {
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
}
.MV_seminar_post .seminar_post_inr .bold {
  font-weight: bold;
}
.MV_seminar_post .seminar_post_inr .seminar_ttl {
  color: #33B371;
}
.MV_seminar_post .seminar_post_inr p {
  margin: 0;
}
.MV_seminar_post .seminar_post_inr p a {
  color: #24523a;
  text-decoration: none;
}
.MV_seminar_post .seminar_post_inr .btn_seminer {
  clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    max-width: 190px;
    width: 100%;
    height: 50px;
    margin: 30px auto 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;
    transition: .3s ease-in;
    user-select: none;
    position: relative;
    border: 1px solid #24523A;
    border-radius: 30px;
    color: #24523A;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}
.MV_seminar_post .seminar_post_inr .btn_seminer:hover,
.MV_seminar_post .seminar_post_inr .btn_seminer:focus {
    text-decoration: none;
    border: 2px solid #24523A;
    color: #24523A !important;
}
@media screen and (max-width: 767px) {
  .MV_seminar_post {
    top: auto;
    bottom: -355px;
}
}
/* ----------------------------------- */
/* MV下YouTube表示
/* ----------------------------------- */
.youtube {
  margin-bottom: 50px;
}
.youtube p {
  text-align: center;
}
.youtube .iframe-box {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 aspect ratio */
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
  .youtube {
    margin: 210px 0 50px;
  }
}

/* ---------------------------------------------------------------- */
/* cont2 */
/* ---------------------------------------------------------------- */
.cont2 {
  margin-bottom: 90px;
}
.cont2 .cont2_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100vw;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}
.cont2 .cont2_imgbox {
  padding-bottom: 35%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  order: 1;
}

.cont2 .cont2_imgbox img {
  max-width: 100%;
  border-radius: 0 16px 16px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cont2 .cont2_txtbox {
  order: 2;
}

.cont2 .cont2_txtbox .cont2tll2 {
  font-size: 14px;
  position: relative;
  margin-top: 40px;
  font-weight: 600;
}

.cont2 .cont2_txtbox .cont2tll2::before {
  content: "About us";
  font-family: 'Helvetica','Helvetica Neue','Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  color: #24523A;
  font-size: 32px;
  font-style: oblique;
  position: absolute;
  top: -40px;
  font-weight: 500;
  font-weight: bold;
}

.cont2 .cont2_txtbox .cont2tll3 {
  font-size: 42px;
  color: #24523A;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
}

.cont2 .cont2_txtbox span {
  font-size: 14px;
}

.cont2 .cont2_txtbox .cont2use {
  font-size: 42px;
  color: #24523A;
  margin-top: 18px;
  margin-bottom: 26px;
}
@media screen and (min-width: 1200px) {
  .cont2 .cont2_imgbox {
    width: 540px;
    flex-basis: 540px;
  }
  .cont2 .cont2_txtbox {
    max-width: calc(100% - 630px);
    flex-basis: calc(100% - 630px);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .cont2 .cont2_imgbox {
    width: 440px;
    flex-basis: 440px;
  }
  .cont2 .cont2_txtbox {
    max-width: calc(100% - 530px);
    flex-basis: calc(100% - 530px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cont2 .cont2_inner {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
  .cont2_imgbox {
    flex-basis: 100% !important;
    max-width: 100vw;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  }

  .cont2_txtbox {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .cont2 {
    margin-bottom: 60px;
  }
  .cont2 .cont2_inner {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
  .cont2_imgbox {
    margin-right: 5%;
    padding-bottom: 75% !important;
    margin-bottom: 46px !important;
    flex-basis: 100% !important;
    max-width: 100vw;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
  }

  .cont2_txtbox {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .cont2_txtbox p {
    margin: 0 0 30px;
  }

  .cont2_txtbox .cont2tll2 {
    margin-bottom: 23px;
  }

  .cont2_txtbox .cont2tll3 {
    margin-bottom: 23px !important;
  }

  .cont2_txtbox .btnWrap {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    justify-content: flex-start !important;
  }
  .cont2_txtbox .btnWrap .btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* ---------------------------------------------------------------- */
/* swiper-container type_a */
/* ---------------------------------------------------------------- */
.swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  padding-bottom: 20%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.swiper-container .swiper-wrapper .swiper-slide img {
  max-width: 360px;
  border-radius: 16px;
  position: absolute;
  width: 100%;
  max-width: 600px;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    padding-bottom: 50%;
  }
}

/* ---------------------------------------------------------------- */
/* cont3 */
/* ---------------------------------------------------------------- */
.cont3 {
  padding: 47px 0 0;
  position: relative;
}

.cont3 .cont3img {
  position: absolute;
  top: -30px;
  right: 5%;
  z-index: 2;
}

.cont3 .cont3Wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cont3 .cont3Wrap .cont3col {
  max-width: 375px;
  flex-basis: 375px;
  order: 1;
}

.cont3 .cont3Wrap .cont3col .cont3tll2 {
  font-size: 14px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.cont3 .cont3Wrap .cont3col .cont3tll2::before {
  content: "Shinai-Trust";
  font-family: 'Helvetica','Helvetica Neue','Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  font-style: oblique;
  color: #24523A;
  font-size: 32px;
  position: absolute;
  top: -40px;
  font-weight: bold;
}

.cont3 .cont3Wrap .cont3col .cont3tll3 {
  font-size: 42px;
  color: #24523A;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
}

.cont3 .cont3Wrap .cont3col2 {
  max-width: calc(100% - 425px);
  flex-basis: calc(100% - 425px);
  order: 2;
  
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .cont3col,
  .cont3col2 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .cont3 .cont3img {
    right: 3%;
  }

  .cont3 .cont3Wrap .cont3col {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .cont3 .cont3Wrap .cont3col .cont3tll2 {
    margin-bottom: 15px;
  }

  .cont3 .cont3Wrap .cont3col .cont3tll3 {
    font-size: 36px;
  }
  .cont3 .cont3Wrap .cont3col2 {
    max-width: 100% !important;
    flex-basis: 100% !important;
    padding-top: 30px;
  }

  .cont3 .cont3Wrap .cont3col2 p {
    margin-bottom: 0;
  }

  .cont3 .cont3Wrap .cont3col2 .btnWrap {
    margin-top: 30px !important;
    margin-bottom: 0;
    justify-content: flex-start !important;
  }
  .cont3 .cont3Wrap .cont3col2 .btn {
    margin-bottom: 0;
  }
}

/* ---------------------------------------------------------------- */
/* cont4 */
/* ---------------------------------------------------------------- */
.cont4 .cont4box {
  width: 100%;
  height: 400px;
  margin: 50px auto;
  background: url("images/home/background02.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.cont4 .cont4_inner {
  position: relative;
  background: #FFFFFF;
  border-radius: 0 16px 16px 0;
  margin-right: 50%;
  top: -100px;
}

.cont4 .cont4_inner .cont4all {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 79px 0 130px;
  padding-top: 47px;
}

.cont4 .cont4_inner .cont4all .cont4left {
  max-width: 107px;
  flex-basis: 107px;
  order: 1;
}

.cont4 .cont4_inner .cont4all .cont4left .cont4tll2 {
  font-size: 14px;
  position: relative;
  margin-top: 40px;
  font-weight: 600;
}

.cont4 .cont4_inner .cont4all .cont4left .cont4tll2::before {
  content: "Service";
  font-family: 'Helvetica','Helvetica Neue','Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  font-style: oblique;
  color: #24523A;
  font-size: 32px;
  position: absolute;
  top: -40px;
  font-weight: bold;
}

.cont4 .cont4_inner .cont4all .cont4right {
  max-width: calc(100% - 177px);
  flex-basis: calc(100% - 177px);
  order: 2;
}

.cont4 .cont4_inner .cont4all .cont4right .cont4tll3 {
  font-size: 42px;
  color: #24523A;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
}

@media screen and (max-width: 1500px) {
  .cont4 .cont4_inner {
    margin-right: 20% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cont4 .cont4box {
    height: 300px;
    background: none;
    position: relative;
  }
  .cont4 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
  }
  .bg_inner{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url("images/home/background02.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  .cont4 .cont4_inner {
    margin-right: 20% !important;
  }

  .cont4 .cont4_inner .cont4left {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .cont4 .cont4_inner .cont4right {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .cont4 .cont4box {
    height: 300px;
    margin-top: 60px;
    background: none;
    position: relative;
  }
  .cont4 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
  }
  .bg_inner{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url("images/home/background02.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  .cont4 .cont4_inner {
    border-radius: 0 !important;
    margin-right: 0 !important;
  }

  .cont4 .cont4_inner .cont4all {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }

  .cont4 .cont4_inner .cont4left {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .cont4 .cont4_inner .cont4left .cont4tll2 {
    margin-bottom: 23px;
  }

  .cont4 .cont4_inner .cont4right {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}

/* ---------------------------------------------------------------- */
/* cont5 */
/* ---------------------------------------------------------------- */
.cont5 {
  padding-bottom: 120px;
  margin-top: -40px;
}

.cont5 .cont5Wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.cont5 .cont5Wrap .cont5col {
  max-width: 480px;
  flex-basis: 480px;
  order: 1;
}

.cont5 .cont5Wrap .cont5col .cont5imgbox {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.cont5 .cont5Wrap .cont5col .cont5imgbox img {
  border-radius: 16px;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cont5 .cont5Wrap .cont5col2 {
  max-width: calc(100% - 540px);
  flex-basis: calc(100% - 540px);
  order: 2;
}

.cont5 .cont5Wrap .cont5tll2 {
  font-size: 32px;
  position: relative;
  padding-left: 80px;
  margin-bottom: 38px;
  font-weight: 600;
  line-height: 1.4;
  padding-top: 7px;
}

.cont5 .cont5Wrap .cont5tll2.cont501 {
  background: url('images/home/service01.svg') no-repeat center left;
  background-size: 60px auto;
}

.cont5 .cont5Wrap .cont5tll2.cont502 {
  background: url('images/home/service02.svg') no-repeat center left;
  background-size: 60px auto;
}

.cont5 .cont5Wrap .cont5tll2.cont503 {
  background: url('images/home/service03.svg') no-repeat center left;
  background-size: 60px auto;
}

/* service_list,service_list2共通 */
.cont5 .service_list,
.cont5 .service_list2 {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cont5 .service_list li,
.cont5 .service_list2 li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cont5 .service_list li {
  display: flex;
  justify-content: space-between;
}
.cont5 .small_headline {
  margin: 0 auto 10px;
  font-size: 14px;
  font-weight: bold;
  color: #24523a;
  text-align: center;
}
.cont5 .small_headline span {
  padding: 0 40px;
  display: inline-block;
  position: relative;
}
.cont5 .small_headline span::before,
.cont5 .small_headline span::after {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
}
.cont5 .small_headline span::before {
  content: '＼ ';
  left: 0;
}
.cont5 .small_headline span::after {
  content: ' ／';
  right: 0;
}
.cont5 .service_list li .service_title,
.cont5 .service_list2 li .service_title {
  font-weight: bold;
  font-size: 16px;
  display: block;
  color: #24523a;
}
.cont5 .service_list li:nth-of-type(n+4),
.cont5 .service_list2 li:nth-of-type(n+4) {
  margin-top: 30px;
}
.cont5 .service_list li .imgBox,
.cont5 .service_list2 li .imgBox {
  flex-basis: 35px;
  max-width: 35px;
  width: 100%;
  text-align: center;
}
.cont5 .service_list li p,
.cont5 .service_list2 li .img_text_box p {
  flex-basis: calc(100% - 50px);
  max-width: calc(100% - 50px);
  margin: 0;
}

/* service_list */
.cont5 .service_list li {
  flex-basis: 32%;
  max-width: 32%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 2px solid #24523A;
  border-radius: 16px;
}
.cont5 .service_list li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding: 10px 20px;
  text-decoration: none;
  color: #3e3a39;
  min-height: 110px;
}
.cont5 .service_list .col2_list {
  flex-basis: 48%;
  max-width: 48%;
}


/* service_list2 */
.cont5 .service_list2 {
  margin: 60px 0 95px;
}
.cont5 .service_list2 li {
  flex-basis: 48%;
  max-width: 48%;
  width: 100%;
}
.cont5 .service_list2 li p {
  text-align: center;
}
.cont5 .service_list2 li .img_text_box p {
  line-height: 1.4;
}
.cont5 .service_list2 li .img_text_box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
  border: 2px solid #24523A;
  border-radius: 16px;
  padding: 15px 35px;
  text-decoration: none;
  min-height: 96px;
}
.cont5 .service_list2 li.kaiketsu_box .img_text_box a {
  background-color: #24523a;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}
.cont5 .service_list2 li.faq_box .img_text_box a {
  background-color: #F9FAF7;
  color: #24523A;
  font-weight: bold;
  font-size: 22px;
}
.cont5 .service_list2 li.faq_box .img_text_box p {
  text-align: left;
}

.cont5 .pet_shintaku {
  border: 3px solid #88C897;
  padding: 65px 25px 40px;
  border-radius: 16px;
  position: relative;
}
.cont5 .pet_shintaku h3 {
  background-color: #88C897;
  color: #ffffff;
  font-size: 32px;
  max-width: 890px;
  width: 100%;
  min-height: 70px;
  padding: 8px 10px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.cont5 .pet_shintaku_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.cont5 .pet_shintaku_wrap .img_box {
  max-width: 300px;
  width: 100%;
  flex-basis: 300px;
  position: relative;
  text-align: center;
  padding-bottom: 90px;
  align-self: center;
}
.cont5 .pet_shintaku_wrap .img_box img {
  max-width: 242px;
  width: 100%;
  position: relative;
  text-align: center;
}
.cont5 .pet_shintaku_wrap .img_box .btn {
  max-width: 300px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cont5 .pet_shintaku_wrap .text_box {
  flex-basis: calc(100% - 320px);
  max-width: calc(100% - 320px);
}
.cont5 .pet_shintaku .text_pink {
  color: #ee86b4;
  font-size: 14px;
}
.cont5 .pet_shintaku .bold {
  font-weight: bold;
}
.cont5 .pet_shintaku .fs18_spfs16 {
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cont5col {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .cont5col2 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .cont5 .small_headline span {
    padding: 0 15px;
  }
  .cont5 .small_headline span .sp {
    display: block !important;
  }
  .cont5 .service_list2 li .img_text_box a {
    padding: 15px 20px;
    min-height: 83px;
  }
  .cont5 .service_list2 li.kaiketsu_box .img_text_box a {
    font-size: 26px;
  }
  .cont5 .service_list2 li.faq_box .img_text_box a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .cont5col {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .cont5 .cont5Wrap .cont5tll2 {
    padding-left: 75px;
    font-size: 27px;
    margin-bottom: 21px !important;
    margin-top: 0;
  }

  .cont5 .cont5Wrap .cont5tll2.cont501 {
    background: url('images/home/service01.svg') no-repeat center left 3px;
    background-size: 60px auto;
  }
  
  .cont5 .cont5Wrap .cont5tll2.cont502 {
    background: url('images/home/service02.svg') no-repeat center left 3px;
    background-size: 60px auto;
  }
  
  .cont5 .cont5Wrap .cont5tll2.cont503 {
    background: url('images/home/service03.svg') no-repeat center left 3px;
    background-size: 60px auto;
  }
  .cont5col2 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .cont5col2 .btnWrap {
    margin-top: 50px !important;
    justify-content: flex-start !important;
    margin-bottom: 30px;
  }
  .cont5col2 .btnWrap .btn {
    max-width: 100%;
    margin-bottom: 0;
  }

  .cont5 .small_headline {
    margin: 0 auto 10px;
    font-size: 16px;
    font-weight: bold;
    color: #24523a;
  }
  .cont5 .small_headline span::before,
  .cont5 .small_headline span::after {
    font-size: 25px;
  }

  /* service_list,service_list2共通 */
  .cont5 .service_list li .imgBox,
  .cont5 .service_list2 li .imgBox {
    margin: 0 auto 10px;
  }
  .cont5 .service_list li .service_title,
  .cont5 .service_list2 li .service_title {
    margin-bottom: 0;
    font-size: 14px;
  }
  .cont5 .service_list2 li .img_text_box a {
    min-height: 90px;
  }
  /* service_list */
  .cont5 .service_list li {
    flex-basis: 48%;
    max-width: 48%;
    width: 100%;
  }
  .cont5 .service_list li a {
    display: block;
  }
  .cont5 .service_list li:nth-of-type(n+3),
  .cont5 .service_list2 li:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .cont5 .service_list li p{
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
  .cont5 .service_list .col2_list.sp_col1 {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* service_list2 */
  .cont5 .service_list2 {
    display: block;
  }
  .cont5 .service_list2 li {
    flex-basis: 100%;
    max-width: 100%;
  }
  .cont5 .service_list2 li.kaiketsu_box .img_text_box a {
    font-size: 24px;
  }
  .cont5 .service_list2 li.faq_box .img_text_box a {
    font-size: 16px;
  }
  .cont5 .service_list2 li.faq_box .img_text_box p {
    text-align: left;

  }
  .cont5 .service_list2 li.faq_box {
    margin-top: 30px;
  }

  .cont5 .pet_shintaku_wrap {
    display: block;
    padding-bottom: 55px;
  }
  .cont5 .pet_shintaku_wrap .img_box {
    max-width: 100%;
    width: 100%;
    position: static;
    padding-bottom: 0;
  }
  .cont5 .pet_shintaku_wrap .text_box {
    max-width: 100%;
    width: 100%;
  }
  .cont5 .pet_shintaku_wrap .img_box .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }
  .cont5 .pet_shintaku .pet_shintaku_wrap .text_box p {
    font-size: 14px;
  }
  .cont5 .pet_shintaku .pet_shintaku_wrap .text_box .text_pink {
    font-size: 12px;
  }
  .cont5 .pet_shintaku .pet_shintaku_wrap .text_box .text_pink.fs18_spfs16 {
    font-size: 16px;
  }
}

/* ---------------------------------------------------------------- */
/* cont6 */
/* ---------------------------------------------------------------- */
.cont6 {
  background: url('images/home/zeikin_bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 118px 0 90px;
  position: relative;
  z-index: 5;
}
.cont6 .container {
  position: relative;
}
.cont6_wrap {
  display: flex;
  justify-content: space-between;
}
.cont6 .cont6tll2 {
  font-weight: 700;
  position: relative;
  padding: 15px 30px 15px 85px;
  margin:0 0 35px;
  min-height: 70px;
  color: #fff;
  font-size: 26px;
  border-radius: 35px;
  background: url('images/home/icon-zeikin.svg') no-repeat top 14px left 30px;
  background-size: 35px auto;
  background-color: #24523A;
}

.cont6 .cont6tll2::before {
  content: "Works";
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 32px;
  position: absolute;
  top: -40px;
  font-weight: bold;
}

.cont6 .cont6_wrap h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border: 15px solid transparent;
  border-top: 15px solid #24523A;
}

.cont6 .cont6_wrap .img_box {
  flex-basis: 360px;
  max-width: 360px;
  width: 100%;
}
.cont6 .cont6_wrap .text_box {
  flex-basis: calc(100% - 380px);
  max-width: calc(100% - 380px);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .cont6 {
    padding-bottom: 80px;
  }
  .cont6 .cont6tll2 {
    margin-top: 70px;
    min-height: 80px;
    font-size: 22px;
    padding: 26px 20px 15px;
    border-radius: 35px;
    background: none;
    background-color: #24523A;
    text-align: center;
  }
  .cont6 .cont6tll2 span {
    position: relative;
    z-index: 1;
  }
  .cont6 .cont6tll2::after {
    content: "";
    width: 78px;
    height: 78px;
    border-radius: 100%;
    background: url('images/home/icon-zeikin.svg') no-repeat center center;
    background-size: 35px auto;
    background-color: #24523A;
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
  }
  .cont6 .cont6_wrap h2:before {
    display: none;
  }
  .cont6 .cont6_wrap {
    display: block;
  }
  .cont6 .cont6_wrap .img_box {
    max-width: 100%;
    margin: 0 auto 30px;
    text-align: center;
  }
  .cont6 .cont6_wrap .text_box {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
  }
  .cont6 .cont6_wrap .text_box .btn {
    margin: 0 auto;
  }
}

/* ---------------------------------------------------------------- */
/* cont7 */
/* ---------------------------------------------------------------- */
.cont7 {
  background: #24523A;
  padding: 120px 0 70px;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cont7 {
    padding: 110px 0;
  }
}

/* ---------------------------------------------------------------- */
/* cont8 */
/* ---------------------------------------------------------------- */
.cont8 {
  padding: 116px 0 80px;
}

.cont8 .cont8tll {
  font-size: 14px;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
}

.cont8 .cont8tll::before {
  content: "cooperative";
  font-family: 'Helvetica','Helvetica Neue','Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  font-style: oblique;
  font-size: 32px;
  position: absolute;
  color: #24523A;
  top: -30px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-weight: bold;
}

.cont8 .column2Wrap .columnBox .cont8imgbox {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.cont8 .column2Wrap .columnBox .cont8imgbox img {
  border-radius: 16px;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cont8 .column2Wrap .columnBox .cont8tll3 {
  font-size: 24px;
  font-weight: 600;
  color: #24523A;
}
.cont8 .column2Wrap .columnBox .btn {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .cont8 .cont8tll3 {
    margin-top: 5px;
    margin-bottom: 12px !important;
  }

  .cont8 .btnWrap {
    margin-top: 47px !important;
    justify-content: flex-start !important;
  }
}

/* ---------------------------------------------------------------- */
/* fixed_circle */
/* ---------------------------------------------------------------- */
.fixed_circle {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}

.fixed_circle a img {
  max-width: 140px;
}

@media screen and (max-width: 767px) {
  .fixed_circle {
    bottom: 60px;
    width: 100%;
    right: 0;
  }

  .fixed_circle .fixed_circle_inner {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .fixed_circle .fixed_circle_inner a img {
    max-width: 320px;
  }
}

/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
#indexPage p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 35px;
}

#indexPage #newsArea {
  margin: 50px 0;
}

#indexPage #newsArea h2 {
  margin: 0 0 40px;
  padding-bottom: 4px;
  text-align: center;
  color: #24523A;
  font-weight: 400;
  font-size: 28px;
}

#indexPage #newsArea h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  color: #24523A;
  margin: 0 0 30px;
  padding: 0;
  background-size: 22px auto;
}

#indexPage #newsArea h3 a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #00F;
}

#indexPage #newsArea h3 a:hover,
#indexPage #newsArea h3 a:focus {
  color: #F00;
}

#indexPage #blogArea {
  margin: 50px 0;
}

#indexPage #blogArea h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  color: #24523A;
  margin: 0 0 30px;
  padding: 0;
  background-size: 22px auto;
}

#indexPage #blogArea h3 a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #00F;
}

#indexPage #blogArea h3 a:hover,
#indexPage #blogArea h3 a:focus {
  color: #F00;
}

/* セミナー */
/* ---------------------------- */
#seminarArea {
  background: #F9FAF7;
  padding: 116px 0 90px;
}

#seminarArea .seminartll {
  font-size: 14px;
  position: relative;
  font-weight: 600;
  margin-bottom: 28px;
}
#seminarArea .postBox {
  background-color: transparent;
}
#seminarArea time {
  font-size: 12px;
  color: #3E3A39;
  font-weight: 300;
}

#seminarArea .seminartll::before {
  content: "Seminar";
  font-family: 'Helvetica','Helvetica Neue','Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  font-style: oblique;
  font-size: 32px;
  color: #24523A;
  position: absolute;
  top: -45px;
  font-weight: bold;
}
#seminarArea a {
  color: #24523A;
  text-decoration: none;
  font-weight: 700;
}
#seminarArea .seminarpostBox .seminarlink .seminartxtbox {
  min-height: 1px;
}
@media screen and (max-width: 767px) {
  #seminarArea .seminarListWrap .seminarpostBox .seminarlink .seminarimgbox {
    margin-bottom: 0;
    padding-bottom: 0;
    border-radius: 16px;
  }
  #seminarArea .seminarListWrap .seminarpostBox .seminarlink .seminartxtbox {
    height: auto;
  }
  #seminarArea .seminarListWrap .seminarpostBox .seminarlink .seminarimgbox img {
    border-radius: 16px;
    height: auto;
    position: static;
  }
}
/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
.coming {
  min-height: 600px;
}
/* ニュースリストベース */
/* ---------------------------- */
#newsArea {
  background: #F9FAF7;
  padding: 116px 0 90px;
}

#newsArea .newstll {
  font-size: 14px;
  position: relative;
  font-weight: 600;
  margin-bottom: 28px;
}

#newsArea .newstll::before {
  content: "News";
  font-family: 'Helvetica','Helvetica Neue','Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  font-style: oblique;
  color: #24523A;
  font-size: 32px;
  position: absolute;
  top: -45px;
  font-weight: bold;
}
#newsArea .postListWrap .postBox .permalinkWrap {
  padding: 20px 20px 30px;
}
.postListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.postListWrap:after{
  content:"";
  display: block;
  flex-basis: 32%;
  max-width: 32%;
  width: 100%;
}
.postListWrap .postBox {
  margin-bottom: 10px;
  transition: ease-in .3s;
  max-width: 32%;
  flex-basis: 32%;
  border-radius: 16px;
}

.postListWrap .postBox.box_shadow {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}

.postListWrap .postBox .newslink {
  text-decoration: none;
  color: #3E3A39;
  width: 100%;
  height: 100%;
}

.postListWrap .postBox .newslink .newsimgbox {
  border-radius: 16px 16px 0 0;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}

.postListWrap .postBox .newslink .newsimgbox img {
  border-radius: 16px 16px 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
}

.postListWrap .postBox .newslink .newstxtbox {
  padding: 20px 25px 70px;
  background: #FFFFFF;
  border-radius: 0 0 16px 16px;
  height: 174px;
}

.postListWrap .postBox .newslink .newstxtbox .news_box {
  display: flex;
}

#seminarArea .postListWrap .postBox .newslink .newstxtbox {
  background: transparent;
}

.postListWrap .postBox .newslink .newstxtbox .news_box .news_timebox {
  margin-right: 30px;
}

.postListWrap .postBox .newslink .newstxtbox .news_box .news_timebox time {
  line-height: 1;
  font-size: 12px;
  width: 100px;
  align-self: center;
  color: #3E3A39;
}

.postListWrap .postBox .newslink .newstxtbox .news_box .news_categorybox .category-name {
  margin: 0;
  color: #24523A;
  font-size: 12px;
  padding-top: 3px;
}

.postListWrap .postBox .newslink .permaLinkWrap {
  font-size: 16px;
  color: #3E3A39;
  text-decoration: none;
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin-top: 5px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .postListWrap {
    display: block;
  }
  .postListWrap .postBox {
    margin-bottom: 20px;
    max-width: 100%;
    flex-basis: 100%;
    background-color: #fff;
  }
  .postListWrap .postBox .newslink .newstxtbox .news_box {
    display: block;
    margin-bottom: 10px;
  }
  .postListWrap .postBox .newslink {
    display: block;
  }

  .postListWrap .postBox .newslink .newsimgbox {
    max-width: 100%;
  }

  .postListWrap .postBox .newslink .newsimgbox img {
    border-radius: 16px 16px 0 0;
  }
  .postListWrap .postBox .newslink .newsimgbox img.mv_noimg {
    height: auto;
    object-fit: fill;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .postListWrap .postBox .newslink .newstxtbox {
    max-width: 100%;
    border-radius: 0 0 16px 16px;
    padding: 20px 15px;
    height: auto;
  }

  .postListWrap .postBox .newslink .permaLinkWrap {
    flex-basis: 100%;
    margin: 10px 0 0;
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    display: inline;
  }
}


/* セミナーリストベース */
/* ---------------------------- */
.seminarListWrap .seminarpostBox .permalinkWrap {
  padding: 20px 20px 30px;
}
.seminarListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.seminarListWrap .seminarpostBox {
  margin-bottom: 10px;
  transition: ease-in .3s;
  max-width: 32%;
  flex-basis: 32%;
  border-radius: 16px;
}

.seminarListWrap .seminarpostBox a {
  color: #3E3A39;
}

.seminarListWrap .seminarpostBox.box_shadow {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}

.seminarListWrap .seminarpostBox .seminarlink {
  text-decoration: none;
  color: #3E3A39;
  width: 100%;
  height: 100%;
}

.seminarListWrap .seminarpostBox .seminarlink .seminarimgbox {
  border-radius: 16px;
  width: 100%;
  padding-bottom: 60%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.seminarListWrap .seminarpostBox .seminarlink .seminarimgbox img {
  border-radius: 16px 16px 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
}

.seminarListWrap .seminarpostBox .seminarlink .seminartxtbox {
  min-height: 174px;
}

.seminarListWrap .seminarpostBox .seminarlink .seminartxtbox .seminar_box .seminar_timebox time {
  line-height: 1;
  font-size: 12px;
  width: 100px;
  align-self: center;
  color: #3E3A39;
}

.seminarListWrap .seminarpostBox .seminarlink .permaLinkWrap {
  font-size: 16px;
  color: #24523A;
  text-decoration: none;
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .seminarListWrap {
    display: block;
  }
  .seminarListWrap .seminarpostBox {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .seminarListWrap .seminarpostBox .seminarlink {
    display: block;
  }

  .seminarListWrap .seminarpostBox .seminarlink .seminarimgbox {
    max-width: 100%;
    border-radius: 16px 16px 0 0;
    padding-bottom: 0;
  }

  .seminarListWrap .seminarpostBox .seminarlink .seminarimgbox img {
    border-radius: 16px 16px 0 0;
  }

  .seminarListWrap .seminarpostBox .seminarlink .seminartxtbox {
    max-width: 100%;
    border-radius: 0 0 16px 16px;
    height: auto;
    padding: 20px 25px 20px;
  }

  .seminarListWrap .seminarpostBox .seminarlink .permaLinkWrap {
    flex-basis: 100%;
    margin: 10px 0 0;
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    display: inline;
  }
}
/* ----------------------------------- */
/* 下層　投稿一覧
/* ----------------------------------- */
@media screen and (max-width: 767px) {
  .catListPage .postListWrap {
      display: flex;  
  }
  .catListPage .postListWrap .postBox {
    flex-basis: 48%;
      max-width: 48%;
      width: 100%; 
  }
  .catListPage .postListWrap .postBox .newslink .newsimgbox {
      flex-basis: 100%;
      max-width: 100%;
      width: 100%;  
  }
  .catListPage .postListWrap .postBox .newslink .newstxtbox {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
/* ---------------------------- */
/* inc_contact */
/* ---------------------------- */
#Contact {
  background: #24523A;
  padding: 123px 0 162px;
}

#Contact .contact_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#Contact .contact_inner .contactbox {
  order: 1;
}

#Contact .contact_inner .contactbox .contll {
  font-size: 14px;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 25px;
  padding-top: 50px;
  font-weight: 600;
}

#Contact .contact_inner .contactbox .contll::before {
  content: "Contact";
  font-family: 'Helvetica','Helvetica Neue','Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  font-style: oblique;
  font-size: 32px;
  position: absolute;
  color: #FFFFFF;
  top: 0px;
  font-weight: bold;
}

#Contact .contact_inner .contactbox2 {
  order: 2;
}

#Contact .contact_inner .contactbox2 .btnWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}

#Contact .contact_inner .contactbox2 .btnWrap .btn {
  width: 240px;
}
@media screen and (min-width: 1025px) {
  #Contact .contact_inner .contactbox {
    flex-basis: 130px;
    max-width: 130px;
    width: 100%;
  }
  #Contact .contact_inner .contactbox2 {
    order: 2;
    flex-basis: 740px;
    max-width: 740px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #Contact .contact_inner .contactbox {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  #Contact .contact_inner .contactbox2 {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  #Contact {
    padding: 97px 0 100px;
  }

  #Contact .contact_inner .contactbox {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  #Contact .contact_inner .contactbox .contll {
    margin-bottom: 0 !important;
  }

  #Contact .contact_inner .contactbox .contll::before {
    left: 50%;
    margin-left: -64px;
  }

  #Contact .contact_inner .contactbox2 {
    max-width: 100%;
    flex-basis: 100%;
  }

  #Contact .contact_inner .contactbox2 .btnWrap {
    display: block;
    margin-top: 25px;
  }
  #Contact .contact_inner .contactbox2 .btnWrap .btn {
    width: 240px;
    margin: 0 auto 20px;
  }
}

/* ---------------------------- */
/* ブログリスト */
/* ---------------------------- */
#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%;
}

#blogArea .postListWrap .thumbnail,
#blogCatList .postListWrap .thumbnail {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

#blogArea .postListWrap .thumbnail a,
#blogCatList .postListWrap .thumbnail a {
  width: 100%;
  overflow: hidden;
  display: block;
}

#blogArea .postListWrap time,
#blogCatList .postListWrap time {
  margin-bottom: 10px;
  flex-basis: 100%;
  max-width: 100%;
  display: block;
}

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

/* ---------------------------- */
/* ページヘッダー */
/* ---------------------------- */
#cnts {
  margin-top: 50px;
  margin-bottom: 50px;
}

#cnts .pageTitle {
  font-size: 28px;
}

#cnts .pageTitle+time {
  text-align: left;
  display: block;
  color: #24523A;
  margin: -20px 0 20px;
}

/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.pcm-breadcrumbs {
  background: #FFFFFF;
  margin-bottom: 0;
  border-radius: 40px;
  position: absolute;
  bottom: -30px;
  height: 30px;
  max-width: 970px;
  width: 100%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.pcm-breadcrumbs__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.4;
  list-style: none;
  margin-bottom: 0 !important;
  padding: 8px 0 0 2em !important;
}
.pcm-breadcrumbs__item {
  margin-bottom: 10px !important;
}
.pcm-breadcrumbs__item:not(:last-child)::after {
  content: ">";
  padding: 0 10px;
}

.pcm-breadcrumbs__link {
  color: #3E3A39 !important;
  text-decoration: none !important;
  font-size: 12px;
}

.pcm-breadcrumbs__link:hover {
  color: #24523A !important;
  text-decoration: underline !important;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pcm-breadcrumbs {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: 970px;
    padding-left: 5%;
    padding-right: 5%;
    height: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pcm-breadcrumbs {
    max-width: 750px;
  }
}

@media screen and (max-width: 390px) {
  .pcm-breadcrumbs {
    max-width: 345px !important;
    bottom: -1 !important;
  }
}

/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
.postPage #postCnt {
  margin: 20px 0;
  min-height: 300px;
}
.postPage .link_point {
  padding-top: 120px;
  margin-top: -120px;
}
.postPage .link_point3 {
  padding-top: 20px !important;
  margin-top: 20px !important;
}
.postPage h2 {
  font-size: 28px;
  color: #24523A;
  font-weight: 600;
  margin: 0 0 30px;
}
@media screen and (min-width: 1025px) {
  .postPage h2.pc-type2 {
    font-size: 42px;
    color: #24523A;
    font-weight: 600;
    margin: 0 0 40px;
  }
}

.postPage h3 {
  font-size: 24px;
  color: #24523A;
  font-weight: 600;
  margin: 0 0 30px;
}

.postPage h4 {
  font-size: 22px;
  border-bottom: #24523A solid 2px;
  font-weight: 600;
  margin: 0 0 20px;
  padding-bottom: 10px;
}

.postPage h5 {
  font-size: 20px;
  position: relative;
  padding-left: 20px;
  margin: 0 0 20px;
  font-weight: 600;
}

.postPage h5::before {
  content: "";
  position: absolute;
  background: #BFDC98;
  width: 15px;
  height: 15px;
  top: 3px;
  left: 0;
}

.postPage h6 {
  font-size: 18px;
  color: #FFFFFF;
  background: #88C897;
  padding: 5px 0 5px 10px;
  margin: 0 0 20px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .postPage h2 {
    font-size: 28px;
  }

  .postPage h3 {
    font-size: 24px;
  }

  .postPage h4 {
    font-size: 22px;
  }

  .postPage h5 {
    font-size: 20px;
  }

  .postPage h6 {
    font-size: 18px;
  }
}

.postPage h1,
.postPage h2,
.postPage h3,
.postPage h4,
.postPage h5,
.postPage h6 {
  line-height: 1.4;
}

.postPage .box:nth-of-type(n + 2) {
  margin-top: 60px;
}

.postPage p {
  margin: 0 0 30px;
  text-align: justify;
  text-align: inter-ideograph;
  line-height: 1.6;
  font-weight: 300;
}

.postPage p img {
  max-width: 100%;
  margin-bottom: 0;
}
.column1_3_3.mw780 {
  margin: 60px auto;
}
.column1_3_3.mw780 .btn {
  margin: 0 auto;
}
.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 .block_center {
  margin-left: auto;
  margin-right: auto;
}

.postPage .imgWrap+.imgWrap {
  margin-top: 20px;
}

.postPage .textLeft {
  text-align: left;
}


.postPage .textCenter {
  text-align: center;
}

.postPage .textRight {
  text-align: right;
}
.postPage .textGreen {
  color: #004d25;
}


.postPage .juyodo_label {
  background-color: #24523A;
  color: #ffffff;
  padding: 3px 10px;
  display: inline-flex;
  align-items: center;
}
.postPage code {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.postPage a {
  position: relative;
  color: #33B371;
}

.postPage a:hover,
.postPage a:focus {
  text-decoration: none;
  color: #33B371;
}
.postPage a.btn:not(.type3):not(.type4),
.postPage a.btn:not(.type3):not(.type4):hover,
.postPage a.btn:not(.type3):not(.type4):focus {
  color: #24523A !important;
}

.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: #24523A;
}

.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: #24523A;
  text-decoration: underline;
}

.postPage a.textArrowR:after {
  display: inline-block;
  content: '\f0a9';
  font: 16px/1 FontAwesome;
  margin-left: 10px;
  text-decoration: none;
}

.postPage table:not(.consultant_data table) {
  margin: 0 0 30px;
  width: 100%;
  border-collapse: collapse;
  color: #24523A;
}

.postPage table:not(.consultant_data table) caption {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}

.postPage table:not(.consultant_data table) tr th,
.postPage table:not(.consultant_data table) tr td {
  padding: .6em .8em;
  width: auto;
  line-height: 1.4;
}

.postPage table:not(.consultant_data table) tr th {
  font-weight: bold;
  vertical-align: top;
  min-width: 190px;
  text-align: left;
  width: auto;
  border-bottom: #24523A solid 1px;
  vertical-align: middle;
}

.postPage table:not(.consultant_data table) tr th.w200 {
  width: 200px;
}

.postPage table:not(.consultant_data table) tr th.thLeft {
  text-align: left;
}

.postPage table:not(.consultant_data table) tr td {
  border-left: none;
  border-bottom: #BFDC98 solid 1px;
  color: #3E3A39;
}

.postPage table:not(.consultant_data table) tr .tw15p {
  width: 15%;
}

.postPage table:not(.consultant_data table) tr .tw30p {
  width: 30%;
}

.postPage table:not(.consultant_data table) tr .tw33p {
  width: 33.333%;
  min-width: inherit;
}

.postPage table:not(.consultant_data table) tr .tw50p {
  width: 50%;
  min-width: inherit;
}

.postPage table:not(.consultant_data table) tr .tw70p {
  width: 70%;
}

.postPage table:not(.consultant_data table) tr .tw200 {
  width: 200px;
}

.postPage table:not(.consultant_data table) tr .tw210 {
  width: 210px;
}

.postPage table.type2:not(.consultant_data table) {
  border: #24523A solid 1px;
}

.postPage table.type2:not(.consultant_data table) tr {
  border-bottom: 1px solid #24523A;
}

.postPage table.type2:not(.consultant_data table) tr:nth-child(odd) {
  background-color: inherit;
}

.postPage table.type2:not(.consultant_data table) tr th,
.postPage table.type2:not(.consultant_data table) tr td {
  border-collapse: collapse;
}

.postPage table.type2:not(.consultant_data table) tr th {
  text-align: center;
  vertical-align: middle;
  background: #24523A;
  color: #FFFFFF;
  border-bottom: #24523A solid 1px;
}

.postPage table.type2:not(.consultant_data table) tr td {
  border-bottom: #24523A solid 1px;
}

.postPage table.type2:not(.consultant_data table) tr th+th {
  border-left: 1px solid #FFFFFF;
}

.postPage table.type2:not(.consultant_data table) tr td+td {
  border-left: 1px solid #24523A;
}

.postPage table.type2:not(.consultant_data table) tr td:nth-of-type(1) {
  border-left: none;
}

.postPage table.type3:not(.consultant_data table) tr th {
  background: #24523A;
  color: #FFFFFF;
  border-right: #FFFFFF solid 2px;
  font-weight: normal;
  padding: 17px 20px 12px;
}

.postPage table.type3:not(.consultant_data table) tr th:last-child {
  border-right: none;
}

.postPage table.type3:not(.consultant_data table) tr td {
  background: #EDF3F8;
  color: #3E3A39;
  border-right: #FFFFFF solid 2px;
  padding: 20px 20px 25px;
}

.postPage table.type3:not(.consultant_data table) tr td:last-child {
  border-right: none;
}
.postPage .consultant_data table th {
  border-bottom: 10px solid transparent;
  vertical-align: top;
}
.postPage .consultant_data table .th_style {
  border-radius: 4px;
  text-align: center;
  padding: 5px 5px 3px;
  background-color: #24523a;
  color: #fff;
  display: block;
  width: 80px;
}
.postPage .consultant_data table td {
  padding: 5px;
  border-bottom: 10px solid transparent;
  font-size: 14px;
}
.postPage .tableSc {
  overflow: inherit;
  white-space: normal;
  width: 100%;
}

.postPage .tableSc table {
  width: 100%;
}

.postPage .tableSc table tr {
  border-bottom: 1px solid #24523A;
}

.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: #24523A;
  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: #F5F5F5;
  width: 100%;
  border-radius: 20px;
  padding: 40px 20px;
  margin: 0 0 60px;
  position: relative;
  /*&:before {
  	content: '\f10d';
  	position: absolute;
  	display: block;
  	font: 20px/1 FontAwesome;
  	color: $main_color;
  	left: 10px;
  	top: 10px;
  }
  
  &:after {
  	content: '\f10e';
  	position: absolute;
  	display: block;
  	font: 20px/1 FontAwesome;
  	color: $main_color;
  	right: 10px;
  }*/
}

.postPage blockquote p {
  margin: 0 0 15px;
}

.postPage blockquote p:last-child {
  margin-bottom: 0;
}

.postPage .bgTextWrap {
  width: 100%;
  padding: 20px 15px;
  margin: 0 0 30px;
  position: relative;
}
.postPage .bgTextWrap._style1 {
  background-color: #F5F5F5;
  border-radius: 10px;
}
.postPage .bdrTextWrap {
  width: 100%;
  padding: 20px 15px;
  margin: 0 0 30px;
  border-radius: 8px;
}
.postPage .bdrTextWrap.p40 {
  padding: 40px;
}
.postPage .bdrTextWrap._style1 {
  border: 1px solid #BFDC98;
}
.postPage .bdrTextWrap._style2 {
  border: 1px solid #24523A;
}
.postPage .bdrTextWrap.bdr2 {
  border-width: 2px;
}
.postPage .bgTextWrap 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:not(.page_link ul):not(.pagelinkWrap ul):not(.formFlow) {
  margin: 0 0 20px 5px;
  padding: 0;
}

.postPage ul:not(.page_link ul):not(.pagelinkWrap ul):not(.formFlow) li {
  list-style: none;
  position: relative;
  padding: 0 0 0 1em;
  line-height: 1.9;
}

.postPage ul:not(.page_link ul):not(.pagelinkWrap ul):not(.formFlow) li:before {
  position: absolute;
  left: 0;
  top: 14px;
  transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 5px;
  background: #33B371;
  border-radius: 50%;
  margin-right: .5em;
}
.postPage ul.list_fs18 li:before {
  top: 15px;
}
.postPage ul li ul {
  padding: 0 0 10px;
  margin: 10px 0 0 1em;
}

.postPage ul.iconList li {
  padding: 0 !important;
  margin-left: 30px;
  list-style-type: decimal-leading-zero !important;
}

.postPage ul.iconList li:before {
  display: none;
}

.postPage ul.iconList li::marker {
  color: #33B371;
  font-weight: bold;
}

.postPage ol {
  margin: 0 0 20px;
  padding: 0 0 0 1em;
}

.postPage ol li {
  margin: 0;
  padding: 0;
}

.postPage ol li:last-child {
  margin: 0 0 10px;
}

.postPage ol li ol {
  margin: 10px 0;
  padding: 0 0 0 1em;
}
.postPage b, .postPage strong {
  font-weight: bold;
}
.postPage address {
  font-style: normal;
}

.postPage hr.red {
  border-bottom: 1px solid #C65871 !important;
  margin-bottom: 50px;
}

.postPage .gmapWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.postPage .gmapWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.postPage .youtubeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.postPage .featureWrap {
  border: 1px solid #24523A;
  border-radius: 16px;
  overflow: hidden;
}
.postPage .featureWrap .column2Wrap {
  margin-bottom: 0 !important;
}
.postPage .featureWrap .inner {
  padding: 35px 40px;
  border-top: 1px solid #24523A;
}
.postPage .featureWrap .headlineWrap {
  display: flex;
  align-items: center;
  min-height: 80px;
  background-color: #F9FAF7;
}
.postPage .featureWrap .headlineWrap .num {
  flex-basis: 96px;
  max-width: 96px;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 61px;
  color: #fff;
  line-height: 1;
  background-color: #24523A;
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-style: oblique;
}
.postPage .featureWrap .headlineWrap h3 {
  flex-basis: calc(100% - 96px);
  max-width: calc(100% - 96px);
  width: 100%;
  height: 100%;
  padding-left: 20px;
  margin: 0;
}
.postPage .shikaku {
  display: flex;
  align-items: center;
  background-color: #f9faf7;
  font-weight: 600;
  padding: 10px 20px 10px 0;
  border-radius: 4px;
}
.postPage .shikaku span {
  flex-basis: 110px;
  max-width: 110px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #24523a;
}
.postPage .shikaku p {
  flex-basis: calc(100% - 130px);
  max-width: calc(100% - 130px);
  width: 100%;
  font-weight: 600;
  margin: 0;
}
.postPage .shikaku_style2 span {
  font-size: 12px;
  color: #24523a;
  display: block;
}
.postPage .page_link {
  display: flex;
  background-color: #F9FAF7;
  border-radius: 8px;
  overflow: hidden;
}
.postPage .page_link .headLine {
  flex-basis: 100px;
  max-width: 100px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #24523a;
  display: flex;
  justify-content: center;
  align-items: center;
}
.postPage .page_link ul {
  background-color: #F9FAF7;
  padding: 15px 20px 15px 28px;
  margin: 0 !important;
  flex-basis: calc(100% - 100px);
  max-width: calc(100% - 100px);
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.postPage .page_link ul::before {
  content: '|';
  position: relative;
  left: -5px;
  color: #24523a;
}
.postPage .page_link ul li:after {
  content: "|";
  color: #24523a;
  position: absolute;
  top: 0;
  right: 6px;
  background-color: transparent;
}
.postPage .page_link ul li {
  padding-right: 18px;
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
}
.postPage .page_link ul li a {
  color: #24523a;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .postPage .featureWrap .inner {
    padding: 20px;
  }
  .postPage .bdrTextWrap.p40 {
    padding: 20px;
  }
  .postPage table:not(.consultant_data table) tr {
    border-bottom: #24523A solid 1px;
  }

  .postPage table:not(.consultant_data table) tr th,
  .postPage table:not(.consultant_data table) tr td {
    display: block;
    width: 100%;
  }

  .postPage table:not(.consultant_data table) tr th+td,
  .postPage table:not(.consultant_data table) tr td+td {
    border-left: 0;
  }

  .postPage table:not(.consultant_data table) tr th {
    min-width: 1px;
    color: #24523A;
    text-align: left;
    border-bottom: none;
    padding-bottom: 5px;
  }

  .postPage table:not(.consultant_data table) tr th.w200 {
    width: 100%;
  }

  .postPage table:not(.consultant_data table) tr td {
    padding-top: 0;
  }

  .postPage table:not(.consultant_data table) tr .tw15p {
    width: 100%;
  }

  .postPage table:not(.consultant_data table) tr .tw30p {
    width: 100%;
  }

  .postPage table:not(.consultant_data table) tr .tw33p {
    width: 100%;
  }

  .postPage table:not(.consultant_data table) tr .tw50p {
    width: 100%;
  }

  .postPage table:not(.consultant_data table) tr .tw70p {
    width: 100%;
  }

  .postPage table:not(.consultant_data table) tr .tw200 {
    width: 100%;
  }

  .postPage table:not(.consultant_data table) tr .tw210 {
    width: 100%;
  }

  .postPage table.type2:not(.consultant_data table) tr th,
  .postPage table.type2:not(.consultant_data table) tr td {
    display: table-cell;
    width: auto;
  }

  .postPage table.type2:not(.consultant_data table) tr th {
    min-width: 1px;
  }

  .postPage .tableSc {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

/* ----------------------------------- */
/* 投稿
/* ----------------------------------- */
.catListPage {
  background-color: #f9faf7;
}
.catListPage .cat_list_wrap {
    width: 100%;
    padding: 20px 20px 5px;
    margin: 0 0 40px;
    border-radius: 8px;
    background: #fff;
    border: 2px solid #24523A;
    font-weight: 600;
}
.catListPage .cat_list_wrap li {
    padding-right: 50px;
    position: relative;
    margin-bottom: 15px;
    list-style-type: none;
    display: inline-block;
}
.catListPage .cat_list_wrap li a {
    color: #24523a;
    text-decoration: none;
}
.catListPage .cat_list_wrap li a {
    color: #24523a;
    text-decoration: none;
}
.category-1 .catListPage .cat_list_wrap .all a,
.catListPage .cat_list_wrap li.current-cat a,
.catListPage .cat_list_wrap li a:hover {
    color: #33B371;
    text-decoration: none;
}
.catListPage .cat_list_wrap li::after {
    content: '';
    width: 2px;
    background-color: #24523a;
    height: 20px;
    position: absolute;
    top: 0;
    right: 20px;
}
.catListPage {
  background-color: #f9faf7;
}
@media screen and (max-width: 767px) {
  .catListPage .cat_list_wrap {
    padding: 20px 15px 5px;
}
.catListPage .cat_list_wrap li {
  padding-right: 20px;
}
.catListPage .cat_list_wrap li::after {
  right: 6px;
}
}
/* ----------------------------------- */
/* スタイルパーツ */
/* ----------------------------------- */
.bdrs8 {
  border-radius: 8px;
}
.bdrs16 {
  border-radius: 16px;
}
.bdr_box {
  border: 1px solid #24523A;
}
.bdr_box.p30 {
  padding: 30px;
}
.bdr_btm {
  border-bottom: #24523A solid 2px;
}

.bg_color1 {
  background-color: #24523A;
}

.px30_py20 {
  padding: 20px 30px;
}

/* ----------------------------------- */
/* 色 */
/* ----------------------------------- */
.text_color {
  color: #3e3a39 !important;
}
.white_color {
  color: #fff !important;
}
.green_color {
  color: #24523A !important;
}
.lightgreen_color {
  color: #33B371 !important;
}

/* ----------------------------------- */
/* 下層 */
/* ----------------------------------- */
/* 保険業・不動産業・士業の方 */
#for-expertsPage .tel {
  background: url('images/common/tel.svg') no-repeat bottom 7px left;
  background-size: 30px auto;
  padding-left: 40px;
  display: inline-block;
  font-size: 32px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.4;
}
#for-expertsPage .tel a {
  text-decoration: none;
  color: #24523a;
}
#for-expertsPage .tel_top {
  display: block;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #for-expertsPage .mail_tel_wrap {
    display: block;
  }
  #for-expertsPage .mail_tel_wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%;
  }
  #for-expertsPage .tel_top {
    margin-top: 20px;
  }
}
/* ----------------------------------- */
/* 所属コンサルタント
/* ----------------------------------- */
#consultantPage .name {
  font-size: 24px;
  font-weight: 600;
}
#consultantPage .name span {
  display: block;
  color: #24523a;
  font-size: 16px;
}
#consultantPage .shikaku {
  margin: 15px 0;
}
#consultantPage h2 {
  margin: 60px 0 20px;
}
#consultantPage .bdr_box {
  margin: 0 0 20px;
}
#consultantPage .link_point {
  padding-top: 160px;
  margin-top: -120px;
}
#consultantPage .link_point2 {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  #consultantPage .bdr_box.p30 {
    padding: 20px;
  }
}
/* ----------------------------------- */
/* 資格認定制度
/* ----------------------------------- */
#qualificationPage #postCnt,
#qualificationPage #cnts {
  margin-bottom: 0;
}
#qualificationPage .bgWrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
  background-color: #f9faf7;
}
#qualificationPage .columnBox,
#qualificationPage .columnBox p {
  font-weight: 600;
}
#qualificationPage .columnBox img {
  display: block;
  margin: 0 auto;
}
#qualificationPage .bgWrap > .column2Wrap > .columnBox {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
#qualificationPage .shikaku_style2 {
  border-top: 2px solid #BFDC98;
  padding-top: 15px;
  margin-top: 15px;
  font-weight: 600;
  font-size: 14px;
}
#qualificationPage .shikaku_style2.nobdr {
  border-top: none;
}
#qualificationPage .name {
  font-size: 20px;
}
#qualificationPage .name span {
  display: block;
  color: #24523a;
  font-size: 12px;
}
#qualificationPage .consultant_data {
  margin-top: 10px;
  flex-basis: 100%;
  max-width: 100%;
}
#qualificationPage .btn.type3 {
  margin-top: 20px;
}
#qualificationPage .consultant_data table th {
  font-size: 12px;
}
#qualificationPage .consultant_data table td {
  font-size: 14px;
}

/* ----------------------------------- */
/* 全国のよつばグループ
/* ----------------------------------- */
#yotuba-group-nationwidePage .bdr_box .column2Wrap {
  margin-bottom: 0;
}
#yotuba-group-nationwidePage .name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
#yotuba-group-nationwidePage .name span {
  display: block;
  color: #24523a;
  font-size: 16px;
}

/* ----------------------------------- */
/* 信託の条文
/* ----------------------------------- */
#trust-actPage .box:nth-of-type(n + 2) {
  margin-top: 40px;
}
#trust-actPage .first_h2 {
  color: #3e3a39;
}
#trust-actPage .mokuji_headline {
  color: #3e3a39;
  font-size: 14px !important;
  font-weight: 600;
  margin-bottom: 20px !important;
}
#trust-actPage .pagelinkWrap ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
#trust-actPage .pagelinkWrap ul li {
  list-style-type: none;
}
#trust-actPage .pagelinkWrap a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
}
#trust-actPage .bgWrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
  background-color: #F9FAF7;
  font-size: 18px;
  font-weight: 700;
  color: #24523a;
}
#trust-actPage .bgWrap p {
  font-weight: 700;
}
#trust-actPage .bgWrap p:last-of-type {
  margin-bottom: 0;
}
#trust-actPage th {
  border-bottom: 1px solid #fff;
}
#trust-actPage #postCnt h2,
#trust-actPage #postCnt h3 {
  font-weight: 700;
  color: #3e3a39;
}
#trust-actPage p {
  margin-bottom: 15px;
}
#trust-actPage .bdrTextWrap {
  margin-bottom: 40px;
  color: #004d25;
}
#trust-actPage .bdrTextWrap p:last-of-type {
  margin-bottom: 0;
}

/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
ul.formFlow {
  display: flex;
  height: 30px;
  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: #F5F5F5;
  color: #24523A;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  position: relative;
}

ul.formFlow li:before {
  display: none;
}

ul.formFlow li.visited {
  background: #999;
  color: #fff;
}

ul.formFlow li.active {
  background: #24523A;
  color: #fff;
  position: relative;
}

ul.formFlow li.active:after {
  position: absolute;
  content: '';
  right: -30px;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border: 15.5px solid transparent;
  border-left: 16px solid #24523A;
}

ul.formFlow li.second.active:before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 3;
  width: 0;
  height: 0;
}

ul.formFlow li.third.active {
  background: #24523A !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: 15.5px solid transparent;
  border-left: 16px solid #24523A;
}

/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea dl {
  display: block;
}

#formArea dl dt {
  text-align: left;
  margin-bottom: 11px;
  color: #24523A;
}

#formArea dl dd.fb100 {
  flex-basis: 100%;
}

#formArea .att {
  color: #FFFFFF;
  font-size: 12px;
  margin-left: 34px;
  background: #EE86B4;
  border-radius: 19px;
  font-weight: 600;
  padding: 2px 10px;
}

#formArea .att2 {
  color: #FFFFFF;
  font-size: 12px;
  margin-left: 34px;
  background: #707070;
  border-radius: 19px;
  font-weight: 600;
  padding: 2px 10px;
}

#formArea .error {
  margin: 0;
}

#formArea .radio_wrap {
  margin-top: 10px;
}

#formArea .vertical-item {
  display: block !important;
}

#formArea input[type="text"],
#formArea input[type="email"],
#formArea input[type="number"],
#formArea textarea {
  padding: 8px .5em 8px 10px;
  margin: 0;
  background: #FFFFFF;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #3E3A39;
}

#formArea input[type="text"]:focus,
#formArea input[type="email"]:focus,
#formArea input[type="number"]:focus,
#formArea textarea:focus {
  background: #fff;
}

#formArea input[type="text"]:hover,
#formArea input[type="email"]:hover,
#formArea input[type="number"]:hover,
#formArea textarea:hover {
  background: #fff;
}

#formArea input[type="text"]+input,
#formArea input[type="email"]+input,
#formArea input[type="number"]+input,
#formArea textarea+input {
  margin-top: 10px;
}

#formArea input[type="number"].short {
  width: 60px;
}

#formArea input[type="text"],
#formArea input[type="email"] {
  width: 100%;
}

#formArea input[type="text"] .short,
#formArea input[type="email"] .short {
  max-width: 150px;
}

#formArea select {
  padding: .4em 0 .3em .5em;
  margin-bottom: 5px;
  display: block;
  border-color: #e7e7e7;
}

#formArea select option {
  word-wrap: normal;
}

#formArea input[type="text"].short {
  width: 200px;
  text-align: left;
  margin-bottom: 0;
}

#formArea input[type="text"].hasDatepicker {
  margin: 5px 0;
  background: #EEEEEE;
}

#formArea input[type="text"].hasDatepicker:hover,
#formArea input[type="text"].hasDatepicker:focus {
  background: #fff;
}

#formArea .mwform-checkbox-field {
  display: inline-block;
  width: auto;
  margin: 5px 5px;
  font-size: 14px;
}

#formArea input[type="checkbox"] {
  border: 2px solid #3E3A39;
  vertical-align: -5px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 21px;
  height: 21px;
  /*Other Browser*/
  background: #FFFFFF;
  /*For Old WebKit*/
  /*For Modern Browser*/
}

#formArea input[type="checkbox"]:checked {
  /*Other Browser*/
  background: #FFFFFF;
  /*For Old WebKit*/
  border: 2px solid #3E3A39;
}

#formArea input[type="checkbox"]:checked:before {
  position: absolute;
  left: -2px;
  top: 11px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  content: "";
  width: 10px;
  height: 4px;
  background: #24523A;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}

#formArea input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 6px;
  top: 13px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 4px;
  background: #24523A;
  -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 15px 0 0;
  accent-color: #24523A;
}

#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 {
  transition: .3s;
  cursor: pointer;
  border: 2px solid #24523A;
}

#formArea .btnArea .returnArea {
  flex-basis: 100%;
  display: none;
}

#formArea .btnArea .returnArea .return {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #24523A;
  color: #24523A;
  padding: .4em 0;
  transition: .3s;
  font-size: 14px;
}

#formArea .btnArea .returnArea .return:hover,
#formArea .btnArea .returnArea .return:focus {
  border: 2px solid #24523A;
  transition: .3s;
}

#formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
  margin: 0 auto 0 0;
}

#formArea .mw_wp_form_confirm .btnArea .returnArea {
  margin: 0 20px;
  display: inline-flex;
}

#formArea .mw_wp_form_confirm .btnArea .returnArea .return {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  #formArea dl {
    display: flex;
    flex-wrap: wrap;
  }

  #formArea dl dt {
    flex-basis: 100%;
    padding: 5px 0 0 0;
    margin: 0 0 15px;
  }

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

/*----------------------------------*/
/*アイキャッチ画像*/
/*----------------------------------*/
#mainCnt .page_mv {
  width: 100%;
  max-width: 100vw;
  height: 340px;
  position: relative;
}

#mainCnt .page_mv::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  height: 340px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#mainCnt .page_mv .page_mv_img {
  width: 100%;
  height: 340px;
}

#mainCnt .page_mv .pagemv_position .h2_box {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

#mainCnt .page_mv .pagemv_position .h2_box .page_mvtxtbox .pageTitleen {
  color: #FFFFFF;
  margin-top: 5px;
  margin: 0 auto 18px;
  display: block;
  text-align: center;
}

#mainCnt .page_mv .pagemv_position .h2_box .page_mvtxtbox .pageTitleen .en {
  font-size: 18px;
  line-height: 0.5;
  text-transform: capitalize;
  font-family: 'Helvetica','Helvetica Neue','Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  font-style: oblique;
}

#mainCnt .page_mv .pagemv_position .h2_box .page_mvtxtbox .pageTitlejp {
  color: #FFFFFF;
  margin: 0 auto;
  display: block;
  text-align: center;
}

#mainCnt .page_mv .pagemv_position .h2_box .page_mvtxtbox .pageTitlejp .jp {
  font-size: 30px;
  display: block;
}

@media screen and (max-width: 767px) {
  #mainCnt .page_mv {
    height: 370px;
  }

  #mainCnt .page_mv::before {
    height: 370px;
  }

  #mainCnt .page_mv .page_mv_img {
    height: 370px;
  }

  #mainCnt .page_mv .pagemv_position .h2_box {
    top: 220px;
  }

  #mainCnt .page_mv .pagemv_position .h2_box .page_mvtxtbox .pageTitleen {
    margin: 0 auto 13px;
  }
}

/*---------------------------------*/
.accordion-container {
  margin: 0 auto;
  width: 100%;
}

.accordion-container .accordion-list {
  background: #EFEFEF;
  border-radius: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.accordion-container .accordion-list::first-child {
  margin-top: 10px;
}

.accordion-container .accordion-list .accordion-title {
  cursor: pointer;
  font-size: 18px;
  padding: 29px 19px 2px 70px;
  position: relative;
  font-weight: normal;
  background: #EFEFEF url("images/common/icon_Q_pc.svg") no-repeat;
  background-size: 30px;
  background-position: top 23px left 20px;
  color: #24523A;
  border-radius: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.accordion-container .accordion-list .accordion-title::before {
  position: absolute;
  content: '';
  top: 65%;
  right: 25px;
  height: 5px;
  width: 27px;
  background: #24523A;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-list .accordion-title::after {
  position: absolute;
  content: '';
  top: 65%;
  right: 25px;
  height: 5px;
  width: 27px;
  background: #24523A;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-list .accordion-title.open {
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-list .accordion-title.open::before {
  transform: rotate(180deg) !important;
}

.accordion-container .accordion-list .accordion-title.open::after {
  opacity: 0;
}

.accordion-container .accordion-list .accordion-title.open .accordion-text {
  display: none;
  padding: 15px 20px 15px 52px;
  background: #FFFFFF url("images/common/icon_A_sp.svg") no-repeat;
  background-size: 20px;
  background-position: top 20px left 20px;
  max-width: 900px;
  border-radius: 20px;
  margin: 0 auto;
}

.accordion-container .accordion-list .accordion-text {
  display: none;
  padding: 15px 20px 15px 52px;
  background: #FFFFFF url("images/common/icon_A_sp.svg") no-repeat;
  background-size: 20px;
  background-position: top 20px left 20px;
  max-width: 900px;
  border-radius: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .accordion-text {
    margin: 0 10px !important;
  }
}

/*----------------------------------*/
/*バナー*/
/*----------------------------------*/
.service_banner {
  border-radius: 16px;
  margin-top: 60px;
}

.service_banner a img {
  height: auto;
  border-radius: 16px;
  width: 100%;
}

/*----------------------------------*/
/*下層page*/
/*当社が選ばれる理由*/
/*----------------------------------*/
.about_con {
  background: #F5F5F5;
  padding: 40px 40px 55px;
  position: relative;
}

.about_con .about_btnwrap {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.about_con .about_btnwrap .about_btn {
  width: 321px;
  max-width: 321px;
  height: 60px;
  background: #24523A;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 10px;
  padding: 20px 18px 20px 19px !important;
  text-align: center;
  text-decoration: none;
  position: relative;
  display: block;
}

.about_con .about_btnwrap .about_btn::before {
  content: "\f105";
  position: absolute;
  font-family: FontAwesome;
  font-size: 14px;
  width: 15px;
  height: 15px;
  color: #FFFFFF;
  top: 20px;
  right: 35px;
}

.about_con .about_btnwrap .about_btn:hover::before {
  right: 25px;
  transition: 0.5s;
}

/*---------------*/
.about2Wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.about2Wrap .aboutcol {
  max-width: calc(100% - 310px);
  flex-basis: calc(100% - 310px);
  order: 1;
}

.about2Wrap .aboutcol.aboutod2 {
  order: 2;
}

.about2Wrap .aboutcol .abouttll {
  font-size: 32px;
  color: #24523A;
  position: relative;
  padding-left: 85px;
  margin: 0 0 30px;
}

.about2Wrap .aboutcol .abouttll::before {
  position: absolute;
  color: #24523A;
  content: "01";
  top: -20px;
  left: 0;
  font-size: 61px;
}

.about2Wrap .aboutcol .abouttll.about02::before {
  content: "02";
}

.about2Wrap .aboutcol2 {
  max-width: 280px;
  flex-basis: 280px;
  order: 2;
}

.about2Wrap .aboutcol2.aboutod1 {
  order: 1;
}

/*---------------*/
.btn2Wrap {
  display: flex;
  justify-content: center;
}

.btn2Wrap .btncol {
  margin: 0 15px;
}

.btn3Wrap {
  display: flex;
  justify-content: center;
}

.btn3Wrap .btncol {
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .about_con {
    padding: 40px 20px 55px;
  }

  .about_con .about_btnwrap {
    bottom: -65px;
  }

  .about_con .about_btnwrap .about_btn {
    padding: 10px 70px 10px 67px !important;
  }

  .about_con .about_btnwrap .about_btn::before {
    right: 25px;
  }

  .aboutcol {
    max-width: 100% !important;
    flex-basis: 100% !important;
    order: 2 !important;
  }

  .aboutcol .abouttll {
    font-size: 28px !important;
  }

  .aboutcol .abouttll::before {
    top: 4px !important;
  }

  .aboutcol2 {
    max-width: 100% !important;
    flex-basis: 100% !important;
    order: 1 !important;
  }

  .btn2Wrap {
    flex-direction: column;
  }

  .btn2Wrap .btncol {
    margin: 0 auto;
  }

  .btn3Wrap {
    flex-direction: column;
  }

  .btn3Wrap .btncol {
    margin: 0 auto;
  }
}

/*----------------------------------*/
/*下層page*/
/*サービス紹介*/
/*----------------------------------*/
.service_con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 20%;
}

.service_con .servicecol {
  max-width: calc(100% - 670px);
  flex-basis: calc(100% - 670px);
}

.service_con .servicecol2 {
  width: 100%;
  padding-bottom: 35%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  max-width: 620px;
  flex-basis: 620px;
}

.service_con .servicecol2 img {
  border-radius: 16px 0 0 16px;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .service_con {
    margin-left: 5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .servicecol {
    max-width: 100% !important;
    flex-basis: 100% !important;
    order: 2;
    margin-right: 5%;
  }

  .servicecol2 {
    max-width: 100% !important;
    flex-basis: 100% !important;
    padding-bottom: 65% !important;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .service_con {
    margin-left: 5%;
  }

  .service_con .servicecol {
    max-width: 100% !important;
    flex-basis: 100% !important;
    order: 2;
    margin-right: 5%;
  }

  .service_con .servicecol2 {
    padding-bottom: 85% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    order: 1;
  }
}

/*----------------------------------*/
/*下層page*/
/*ドローンについて*/
/*----------------------------------*/
.use_drone {
  background: #EFEFEF;
  padding-top: 38px;
  padding-bottom: 110px;
  margin-bottom: 90px;
}

.use_drone .use_dronetll {
  font-size: 28px;
  color: #3E3A39;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.use_drone .use_dronetll::before {
  content: "";
  position: absolute;
  background: #3E3A39;
  width: 80px;
  height: 4px;
  top: 35px;
  left: 50%;
  margin-left: -45px;
}

.use_dronecol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.use_dronecol .use_droneimgbox {
  max-width: 48%;
  flex-basis: 48%;
  order: 1;
}

.use_dronecol .use_droneimgbox img {
  width: 100%;
}

.use_dronecol .use_dronetxtbox {
  max-width: 48%;
  flex-basis: 48%;
  order: 2;
}

@media screen and (max-width: 767px) {
  .use_droneimgbox {
    max-width: 100% !important;
    flex-basis: 100% !important;
    margin-bottom: 10px;
  }

  .use_dronetxtbox {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}

/*----------------------------------*/
/*#singlePage*/
/*----------------------------------*/
#singlePage .sub_singletllbox {
  display: flex;
  margin-top: 68px;
  margin-bottom: 20px;
}

#singlePage .sub_singletllbox .category-name {
  margin-left: 30px;
  color: #24523A;
  margin-bottom: 0;
}

#singlePage #postCnt .post_thumbnail_box img {
  max-width: 700px;
  width: 100%;
  border-radius: 20px;
  margin: 0 auto 50px;
  display: block;
  text-align: center;
}

input[type=radio] {
  transform: scale(2);
  margin: 0 15px 0 0;
}

#formradio {
  margin-left: 8px;
  margin-bottom: 40px;
}

#formradio label {
  margin-right: 30px;
  font-size: 18px;
}

.form-check-inner {
  display: flex;
}

.form-check-inner .form-check {
  margin-right: 20px;
}

/* for IE */