@charset "UTF-8";
/*
Theme Name: 合説ブース
Description: クライアント用の情報に書き換えてください。
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: local("Noto Sans JP Thin");
  font-weight: 100;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: local("Noto Sans JP Light");
  font-weight: 300;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: local("Noto Sans JP Regular");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: local("Noto Sans JP Medium");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: local("Noto Sans JP ExtraBold");
  font-weight: 600;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: local("Noto Sans JP Bold");
  font-weight: 700;
}
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
html:focus {
  outline: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #222222;
}

main {
  display: block;
  /*overflow: hidden;*/
}

.hidden {
  overflow: hidden;
}

address {
  font-style: normal;
}

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

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in 0.1s;
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 1170px;
  }
}
@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: 768px) {
  .container {
    max-width: 750px;
  }
  .container.sub_container {
    padding: 0;
    max-width: 100%;
  }
}

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

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

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

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

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

.fs30 {
  font-size: 30px !important;
}

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

.fs34 {
  font-size: 34px !important;
}

@media screen and (max-width: 768px) {
  .spfs10 {
    font-size: 10px !important;
  }
  .spfs12 {
    font-size: 12px !important;
  }
  .spfs14 {
    font-size: 14px !important;
  }
  .spfs16 {
    font-size: 16px !important;
  }
  .spfs18 {
    font-size: 18px !important;
  }
  .spfs20 {
    font-size: 20px !important;
  }
  .spfs22 {
    font-size: 22px !important;
  }
}
.mt0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .spmt0 {
    margin-top: 0 !important;
  }
  .spmt10 {
    margin-top: 10px !important;
  }
  .spmt15 {
    margin-top: 15px !important;
  }
  .spmt20 {
    margin-top: 20px !important;
  }
  .spmt25 {
    margin-top: 25px !important;
  }
  .spmt30 {
    margin-top: 30px !important;
  }
  .spmt35 {
    margin-top: 35px !important;
  }
  .spmt40 {
    margin-top: 40px !important;
  }
  .spmt50 {
    margin-top: 50px !important;
  }
  .spmt60 {
    margin-top: 60px !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

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

.mb8 {
  margin-bottom: 8px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb120 {
  margin-bottom: 120px !important;
}

@media screen and (max-width: 768px) {
  .spmb0 {
    margin-bottom: 0 !important;
  }
  .spmb10 {
    margin-bottom: 10px !important;
  }
  .spmb15 {
    margin-bottom: 15px !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb35 {
    margin-bottom: 35px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb45 {
    margin-bottom: 45px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb55 {
    margin-bottom: 55px !important;
  }
  .spmb60 {
    margin-bottom: 60px !important;
  }
  .spmb80 {
    margin-bottom: 80px !important;
  }
}
.w10p {
  width: 10% !important;
}

.w20p {
  width: 20% !important;
}

.w30p {
  width: 30% !important;
}

.w40p {
  width: 40% !important;
}

.w50p {
  width: 50% !important;
}

.w60p {
  width: 60% !important;
}

.w70p {
  width: 70% !important;
}

.w80p {
  width: 80% !important;
}

.w90p {
  width: 90% !important;
}

.w100p {
  width: 100% !important;
}

/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color: #1E8840;
  text-decoration: underline;
  transition: all ease 0.3s;
}
a:hover, a:focus {
  color: #F00;
  text-decoration: none;
  transition: all ease 0.3s;
}
a:focus, a:active, a:hover {
  outline: 0;
  text-decoration: none;
}
a img:hover {
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

.btn {
  clear: both;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 70px 0 30px;
  margin: 30px 0 30px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  touch-action: manipulation;
  text-decoration: none;
  transition: 0.3s ease-in;
  user-select: none;
  position: relative;
  color: #fff;
  background: #1E8840;
  border-radius: 30px;
  max-width: 240px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.btn.arrow:after {
  position: absolute;
  align-items: center;
  border: none;
  content: "";
  width: 40px;
  height: 40px;
  border: #fff solid 2px;
  border-radius: 50%;
  background: url("images/home/svg/white_arrow.svg") no-repeat;
  background-size: 14px;
  background-position: center;
  transform: none;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: 0.3s ease-in;
}
.btn.arrowReverse:after {
  position: absolute;
  align-items: center;
  border: none;
  content: "\f105";
  font-family: FontAwesome;
  transform: none;
  color: #115D28;
  right: 15px;
  font-size: 20px;
  border-radius: 0;
  top: 50%;
  margin-top: -15px;
  transition: 0.3s ease-in;
}
.btn.reverse {
  text-decoration: none;
  color: #115D28;
  background: #fff;
  border-color: #115D28;
}
.btn.btnLeft {
  margin-right: auto;
  margin-left: 0;
}
.btn.btnRight {
  margin-right: 0;
  margin-left: auto;
}
.btn.btnCenter {
  margin-left: auto;
  margin-right: auto;
}
.btn.btnFull {
  max-width: none;
}
.btn.type2 {
  background: #F47C1F;
}
.btn.type3 {
  background-color: #fff;
  width: auto;
  height: 35px;
  font-size: 16px;
  padding-left: 60px;
  color: #222222;
  font-weight: 500;
}
.btn.type3.arrow:after {
  content: "";
  position: absolute;
  width: 54px;
  height: 32px;
  border: #222222 solid 1px;
  background-image: url(images/home/svg/b_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  border-radius: 16px;
  transition: 0.3s ease-in;
}
.btn.type4 {
  background-color: #fff;
  color: #1E8840;
  border: #1E8840 solid 2px;
}
.btn.type4.arrow:after {
  border: #1E8840 solid 2px;
  border-radius: 50%;
  background: url("images/home/svg/g_arrow.svg") no-repeat;
  background-size: 14px;
  background-position: center;
}
.btn.w260 {
  max-width: 260px;
}
.btn.w300 {
  max-width: 300px;
}
@media print, screen and (min-width: 768px) {
  .btn:hover, .btn:focus {
    text-decoration: none;
    color: #fff !important;
    background: #92C233;
  }
  .btn:hover.arrow:after, .btn:focus.arrow:after {
    background-position: center right 0;
  }
  .btn.arrow:hover:after, .btn.arrow:focus:after {
    color: #115D28;
  }
  .btn.arrowReverse:hover:after, .btn.arrowReverse:focus:after {
    color: #fff;
  }
  .btn.reverse:hover, .btn.reverse:focus {
    background: #115D28;
    color: #fff;
  }
  .btn.type2:hover {
    background: #F29700;
  }
  .btn.type3 {
    text-decoration: none;
    color: #222222 !important;
    background: #fff;
  }
  .btn.type3:hover.arrow:after {
    right: 10px;
    background-image: url(images/home/svg/w_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    transition: 0.3s ease-in;
    background-color: #F47C1F;
    border-color: #F47C1F;
  }
}

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

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

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

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

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

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

@media screen and (min-width: 1025px) {
  .column2Wrap.lp3_7 .columnBox:first-of-type {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
  .column2Wrap.lp3_7 .columnBox:last-of-type {
    flex-basis: calc((100% - 60px) / 3 * 2 + 30px);
    max-width: calc((100% - 60px) / 3 * 2 + 30px);
  }
  .column2Wrap.lp7_3 .columnBox:first-of-type {
    flex-basis: calc((100% - 60px) / 3 * 2 + 30px);
    max-width: calc((100% - 60px) / 3 * 2 + 30px);
  }
  .column2Wrap.lp7_3 .columnBox:last-of-type {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
  .column3Wrap:after {
    content: "";
    display: block;
    width: calc((100% - 30px * (3 - 1)) / 3);
  }
  .column3Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .column4Wrap:after {
    width: calc((100% - 30px * (4 - 1)) / 4);
    content: "";
    display: block;
  }
  .column4Wrap:before {
    width: calc((100% - 30px * (4 - 1)) / 4);
    content: "";
    display: block;
    order: 1;
  }
  .column4Wrap .columnBox {
    flex-basis: calc((100% - 30px * (4 - 1)) / 4);
    max-width: calc((100% - 30px * (4 - 1)) / 4);
  }
  .column4Wrap .columnBox:nth-of-type(n + 5) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column3Wrap .columnBox {
    flex-basis: calc((100% - 30px * (2 - 1)) / 2);
    max-width: calc((100% - 30px * (2 - 1)) / 2);
  }
  .column3Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .column4Wrap .columnBox {
    flex-basis: calc((100% - 30px * (2 - 1)) / 2);
    max-width: calc((100% - 30px * (2 - 1)) / 2);
  }
  .column4Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .column2Wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .column2Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap {
    /* &.lp3_7 {
        .columnBox {
            &:nth-of-type(odd) {
                flex-basis: 100%;
                max-width: 100%;
            }
            &:nth-of-type(even) {
                flex-basis: 100%;
                max-width: 100%;
            }
        }
    }
    &.lp7_3 {
        .columnBox {
            &:nth-of-type(odd) {
                flex-basis: 100%;
                max-width: 100%;
            }
            &:nth-of-type(even) {
                flex-basis: 100%;
                max-width: 100%;
            }
        }
    } */
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column3Wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column3Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column4Wrap .columnBox {
    flex-basis: 100%;
  }
  .column4Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column6Wrap {
    justify-content: space-between;
  }
  .column6Wrap .columnBox {
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
  .column6Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .column6Wrap .columnBox:nth-of-type(n + 7) {
    margin-top: 0;
  }
  .column6Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  height: 100px;
  width: 100%;
  position: fixed;
  margin: 0 auto;
  z-index: 5;
  top: 0;
  transition: height 0.3s ease;
  background: #fff;
}
#header #headerCnt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 60px;
}
#header #headerCnt #logoArea {
  flex-basis: 323px;
  width: 323px;
  height: 100%;
  align-self: center;
}
#header #headerCnt #logoArea #logo {
  margin: 0 !important;
  height: 100%;
  width: 100%;
}
#header #headerCnt #logoArea #logo a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
#header #headerCnt #logoArea #logo a img {
  max-width: 323px;
  height: auto;
}
#header #headerCnt #headerContact {
  display: inline-flex;
  margin-left: auto;
  height: 100%;
}
#header #headerCnt #headerContact .header_wrap {
  width: 100%;
  height: 100%;
}
#header #headerCnt #headerContact .header_wrap .header_cnt_top {
  height: calc(100% - 36px);
  width: 100%;
}
#header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
}
#header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_tel {
  margin-right: 10px;
  width: 180px;
}
#header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_tel a {
  width: 100%;
  height: 100%;
  display: block;
}
#header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_tel a img {
  max-width: 180px;
}
#header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_contact {
  margin-right: 10px;
  width: 120px;
  height: 50px;
  background-color: #F47C1F;
  border-radius: 25px;
}
#header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_contact a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  #header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_contact:hover, #header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_contact:focus {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  #header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_contact:hover a, #header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_contact:focus a {
    color: #F47C1F;
  }
}
#header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_contact._02 {
  width: 160px;
  background-color: #1E8840;
  margin-right: 0;
}
#header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_contact._02 a {
  padding-left: 30px;
  position: relative;
}
#header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_contact._02 a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 20px;
  display: block;
  background: url(images/home/svg/mail.svg) no-repeat;
  background-position: center;
  background-size: 18px;
}
@media print, screen and (min-width: 768px) {
  #header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_contact._02:hover, #header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_contact._02:focus {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  #header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_contact._02:hover a, #header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_contact._02:focus a {
    color: #1E8840;
  }
  #header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_contact._02:hover a::before, #header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_contact._02:focus a::before {
    background: url(images/home/svg/g_mail.svg) no-repeat;
    background-position: center;
    background-size: 18px;
  }
}
#header #headerCnt #headerContact .header_wrap .header_cnt_bottom {
  height: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  #header #headerCnt {
    padding-left: 30px;
    padding-right: 30px;
  }
  #header #headerCnt #logoArea {
    flex-basis: 250px;
    width: 250px;
  }
  #header #headerCnt #logoArea #logo a img {
    max-width: 250px;
  }
}
@media screen and (max-width: 940px) {
  #header #headerCnt {
    padding: 0 15px;
  }
}
@media screen and (max-width: 780px) {
  #header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_top_tel {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header {
    height: 60px;
  }
  #header #headerCnt {
    max-width: 750px;
    justify-content: space-between;
    padding: 0 15px;
  }
  #header #headerCnt #logoArea {
    flex-basis: 258px;
    width: 258px;
    margin-right: 10px;
  }
  #header #headerCnt #logoArea #logo a img {
    max-width: 258px;
  }
  #header #headerCnt #mainNaviArea {
    display: none;
  }
  #header #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi {
    display: none;
  }
  #header #headerCnt #headerContact .header_wrap .header_cnt_bottom {
    display: none;
  }
}
#header.fixed {
  height: 80px;
}
#header.fixed #headerCnt {
  flex-wrap: nowrap;
}
#header.fixed #headerCnt #logoArea {
  flex-basis: 258px;
  width: 258px;
}
#header.fixed #headerCnt #logoArea #logo a img {
  max-width: 258px;
}
#header.fixed #headerCnt #headerContact {
  flex: 1;
}
#header.fixed #headerCnt #headerContact .header_wrap {
  display: flex;
  align-items: center;
  gap: 0 43px;
  justify-content: flex-end;
}
#header.fixed #headerCnt #headerContact .header_wrap .header_cnt_top {
  order: 2;
  height: 100%;
  width: auto;
  display: flex;
}
#header.fixed #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi {
  margin-right: 10px;
}
#header.fixed #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_tel {
  width: 162px;
}
#header.fixed #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_tel a img {
  max-width: 162px;
}
#header.fixed #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_contact {
  width: 80px;
}
#header.fixed #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_navi .header_cnt_top_contact._02 {
  width: 160px;
}
#header.fixed #headerCnt #headerContact .header_wrap .header_cnt_top #drawerNaviWrap {
  display: block;
}
#header.fixed #headerCnt #headerContact .header_wrap .header_cnt_bottom {
  order: 1;
  height: 100%;
}
#header.fixed #headerCnt #headerContact .header_wrap .header_cnt_bottom #mainNaviArea #mainNavi ul li.fixed {
  display: none;
}
#header.fixed #headerCnt #headerContact .header_wrap .header_cnt_bottom #mainNaviArea #mainNavi ul li.children::after {
  bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  #header.fixed #headerCnt {
    padding: 0 30px;
  }
  #header.fixed #headerCnt #headerContact .header_wrap .header_cnt_top .header_cnt_top_tel {
    display: none;
  }
}
@media screen and (max-width: 910px) {
  #header.fixed #headerCnt #headerContact .header_wrap .header_cnt_bottom {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header.fixed {
    height: 60px;
  }
}

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

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

#drawerNaviWrap {
  position: relative;
  top: 0;
  right: 0;
  font-weight: 400;
}
#drawerNaviWrap .drawerNaviBtnWrap {
  width: 120px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 25px;
  background-color: #222222;
  position: relative;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  #drawerNaviWrap .drawerNaviBtnWrap:hover, #drawerNaviWrap .drawerNaviBtnWrap:focus {
    opacity: 0.8;
  }
}
#drawerNaviWrap .drawerNaviBtn {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 19px;
  width: 20px;
  height: 15px;
  transition: all 0.5s;
  z-index: 3;
}
#drawerNaviWrap .drawerNaviBtn:after {
  content: "メニュー";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 65px;
  left: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
#drawerNaviWrap .drawerNaviBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.5s;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
  top: 0;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
  top: 6.5px;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(3) {
  bottom: 0;
}
#drawerNaviWrap .drawer-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -375px;
  bottom: 0;
  width: 375px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 999;
  opacity: 0;
}
#drawerNaviWrap .drawer-nav .drawerInner {
  padding: 0;
}
#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;
  position: relative;
  border-bottom: #115D28 solid 1px;
}
#drawerNaviWrap .drawer-nav ul li a {
  width: 100%;
  text-decoration: none;
  display: block;
  color: #222222;
  font-size: 16px;
  padding: 20px 15px;
  transition-duration: 0.2s;
  font-weight: 700;
  position: relative;
}
#drawerNaviWrap .drawer-nav ul li a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  display: block;
  background: url(images/home/svg/drawerbtn2_arrow.svg) no-repeat;
  background-position: center;
  background-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 25px;
}
#drawerNaviWrap .drawer-nav ul li.children {
  background: #115D28;
  overflow: hidden;
  border-bottom: #fff solid 1px;
}
#drawerNaviWrap .drawer-nav ul li.children a::after {
  display: none;
}
#drawerNaviWrap .drawer-nav ul li.children.active {
  background: #92C233;
}
#drawerNaviWrap .drawer-nav ul li.children > a {
  position: relative;
  color: #fff;
  width: calc(100% - 64px);
}
#drawerNaviWrap .drawer-nav ul li.children .childrenToggle {
  cursor: pointer;
  width: 64px;
  height: 64px;
  position: relative;
  top: 0px;
  border-left: #fff solid 1px;
  background-image: url(images/home/svg/plus.svg);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
}
#drawerNaviWrap .drawer-nav ul li.children .childrenToggle.active {
  background-image: url(images/home/svg/minus.svg);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  #drawerNaviWrap .drawer-nav ul li.children .childrenToggle:hover, #drawerNaviWrap .drawer-nav ul li.children .childrenToggle:focus {
    opacity: 0.9;
  }
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu {
  display: none;
  background-color: #fff;
  margin-bottom: 0;
  border-bottom: #115D28 solid 1px;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu li {
  border-bottom: #115D28 solid 1px;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu li a {
  min-height: inherit;
  display: block;
  padding: 20px 25px 20px 30px;
  color: #222222;
  position: relative;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu li a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  display: block;
  background: url(images/home/svg/drawerbtn2_arrow.svg) no-repeat;
  background-position: center;
  background-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 25px;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu li:last-child {
  border: none;
}
#drawerNaviWrap .drawer-nav ul li .fa-external-link {
  padding-left: 5px;
}
#drawerNaviWrap #overlay {
  display: none;
  transition: all 0.5s;
}
#drawerNaviWrap.open#drawerNaviWrap {
  position: relative;
  right: 125px;
}
#drawerNaviWrap.open .drawerNaviBtnWrap {
  border: none;
  z-index: 10;
  width: 50px;
  height: 50px;
  display: none;
}
#drawerNaviWrap.open .drawerNaviBtn {
  top: 10px;
  left: 10px;
  margin-left: 0;
}
#drawerNaviWrap.open .drawerNavClose {
  cursor: pointer;
  background-image: url(images/home/svg/close.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 18px;
  z-index: 5;
}
#drawerNaviWrap.open .drawer-nav {
  right: 0;
  opacity: 1;
  background: #fff;
  padding: 0;
}
#drawerNaviWrap.open #overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 2;
}
#drawerNaviWrap.open .drawerlogoArea {
  background-color: #fff;
  width: 100%;
  height: 60px;
  padding: 0 0 0 15px;
}
#drawerNaviWrap.open .drawerlogoArea .logobox {
  max-width: 256px;
  width: 100%;
  height: 100%;
}
#drawerNaviWrap.open .drawerlogoArea .logobox a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#drawerNaviWrap.open .drawerbtnArea {
  padding: 40px 15px 25px;
  background-color: #92C233;
}
#drawerNaviWrap.open .drawerbtnArea .fv_btn_box {
  max-width: 100%;
  height: 70px;
  margin-bottom: 20px;
}
#drawerNaviWrap.open .drawerbtnArea .fv_btn_box .fv_btn_bubble {
  min-width: 126px;
  top: -28px;
}
#drawerNaviWrap.open .drawerbtnArea .fv_btn_box .fv_btn_bubble p {
  font-size: 11px;
}
#drawerNaviWrap.open .drawerbtnArea .fv_btn_box a {
  gap: 0;
}
#drawerNaviWrap.open .drawerbtnArea .fv_btn_box a .box1 {
  top: -18px;
  margin-right: 20px;
}
#drawerNaviWrap.open .drawerbtnArea .fv_btn_box a .box1 img {
  max-width: 70px;
}
#drawerNaviWrap.open .drawerbtnArea .fv_btn_box a .box2 .fv_txt3 {
  font-size: 22px;
  margin-top: 14px;
}
#drawerNaviWrap.open .drawerbtnArea .fv_btn_box a .box2 .fv_txt4 {
  font-size: 12px;
}
#drawerNaviWrap.open .drawerbtnArea .fv_btn_box a .box3 {
  width: 90px;
  height: 43px;
  padding: 5px;
}
#drawerNaviWrap.open .drawerbtnArea .fv_btn_box a .box3::before {
  background: url(images/home/svg/time.svg) no-repeat center/15px;
  top: 2px;
  left: 11px;
}
#drawerNaviWrap.open .drawerbtnArea .fv_btn_box a .box3::after {
  background: url(images/home/svg/w_arrow.svg) no-repeat center/7px;
  right: 3px;
}
#drawerNaviWrap.open .drawerbtnArea .fv_btn_box a .box3 p .big {
  font-size: 24px;
}
#drawerNaviWrap.open .drawerbtnArea .fv_btn_box a .box3 p .medium {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  #drawerNaviWrap.open .drawerbtnArea .fv_btn_box:hover, #drawerNaviWrap.open .drawerbtnArea .fv_btn_box:focus {
    opacity: 0.9;
  }
}
#drawerNaviWrap.open .drawerbtnArea .drawerwrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 15px;
  margin-bottom: 20px;
}
#drawerNaviWrap.open .drawerbtnArea .drawerwrap .drawerbtn {
  background-color: #115D28;
  border-radius: 8px;
  height: 72px;
}
#drawerNaviWrap.open .drawerbtnArea .drawerwrap .drawerbtn a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 12px;
  font-weight: 700;
  background-image: url(images/home/svg/material.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: top 12px center;
}
#drawerNaviWrap.open .drawerbtnArea .drawerwrap .drawerbtn:nth-child(2) {
  background-color: #222222;
}
#drawerNaviWrap.open .drawerbtnArea .drawerwrap .drawerbtn:nth-child(2) a {
  padding: 9px;
  font-size: 14px;
  font-weight: 500;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  background-image: url(images/home/svg/tel.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: top 9px center;
  line-height: 1.3;
  font-family: "Jost", sans-serif;
}
#drawerNaviWrap.open .drawerbtnArea .drawerwrap .drawerbtn:nth-child(2) a span {
  font-size: 10px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
#drawerNaviWrap.open .drawerbtnArea .drawerbtn2 {
  width: 100%;
  height: 60px;
  background-color: #1E8840;
  border-radius: 4px;
}
#drawerNaviWrap.open .drawerbtnArea .drawerbtn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}
#drawerNaviWrap.open .drawerbtnArea .drawerbtn2 a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  display: block;
  background: url(images/home/svg/drawerbtn2_arrow.svg) no-repeat;
  background-position: center;
  background-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 13px;
}
#drawerNaviWrap.open .copyright {
  background-color: #F5F5F5;
  padding: 70px 15px 110px;
}
#drawerNaviWrap.open .copyright .socials_networking {
  display: flex;
  gap: 0 10px;
  margin-bottom: 40px;
  justify-content: center;
}
#drawerNaviWrap.open .copyright p {
  font-size: 14px;
  text-align: center;
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #drawerNaviWrap .drawerNaviBtnWrap {
    width: 50px;
    height: 50px;
    top: 5px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    background-color: #1E8840;
    border-radius: 8px;
  }
  #drawerNaviWrap .drawerNaviBtnWrap .drawerNaviBtn {
    display: block;
    position: absolute;
    top: 12px;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    left: 50%;
    width: 20px;
    height: 15px;
    transition: all 0.5s;
    z-index: 3;
  }
  #drawerNaviWrap .drawerNaviBtnWrap .drawerNaviBtn:after {
    content: "メニュー";
    position: absolute;
    top: auto;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    width: 35px;
    left: 50%;
    font-size: 8px;
    font-weight: 600;
    color: #fff;
    bottom: -15px;
  }
}

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

#mainNaviArea {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#mainNaviArea #mainNavi {
  padding: 0;
  width: 100%;
  height: 100%;
}
#mainNaviArea #mainNavi ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  gap: 0 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#mainNaviArea #mainNavi ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  flex: 1 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mainNaviArea #mainNavi ul > li a {
  justify-content: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  text-align: center;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-decoration: none;
  line-height: 1.3;
}
#mainNaviArea #mainNavi ul > li a:hover, #mainNaviArea #mainNavi ul > li a:focus, #mainNaviArea #mainNavi ul > li a:active {
  cursor: pointer;
  opacity: 0.8;
}
#mainNaviArea #mainNavi ul > li.children {
  position: relative;
}
#mainNaviArea #mainNavi ul > li.children::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  background: url(images/home/svg/yellowgreen_arrow.svg) no-repeat;
  background-position: center;
  background-size: 10px;
  display: block;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#mainNaviArea #mainNavi ul > li.children:hover::after, #mainNaviArea #mainNavi ul > li.children:focus::after {
  background: url(images/home/svg/green_arrow.svg) no-repeat;
  background-position: center;
  background-size: 10px;
}
#mainNaviArea #mainNavi ul > li ul.sub-menu {
  position: absolute;
  top: 120%;
  left: -70px;
  display: block;
  text-align: left;
  z-index: 0;
  padding: 0;
  margin: 0;
  height: 0;
  width: 220px;
  background-color: #fff;
  border-radius: 16px;
}
#mainNaviArea #mainNavi ul > li ul.sub-menu::before {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  top: -25px;
}
#mainNaviArea #mainNavi ul > li ul.sub-menu li {
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 0;
  width: 100%;
}
#mainNaviArea #mainNavi ul > li ul.sub-menu li a {
  margin: 0;
  opacity: 0;
  padding: 7.5px 20px;
  font-size: 14px;
  display: block;
  text-align: left;
}
#mainNaviArea #mainNavi ul > li ul.sub-menu li.list a {
  padding-left: 40px;
}
#mainNaviArea #mainNavi ul > li:hover, #mainNaviArea #mainNavi ul > li:focus {
  transition: 0.3s ease-in-out;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu {
  z-index: 1;
  opacity: 1;
  height: auto;
  width: 220px;
  padding: 18px 0;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li {
  padding: 0;
  height: auto;
  opacity: 1;
  width: 100%;
  text-align: left;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a {
  padding: 7.5px 20px;
  opacity: 1;
  display: block;
  transition: 0.3s ease-in-out;
  position: relative;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a::after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  background: url(images/home/svg/submenu_arrow.svg) no-repeat;
  background-position: center;
  background-size: 14px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 20px;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li:last-child, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li:last-child {
  padding-bottom: 0;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li.scene a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li.scene a {
  pointer-events: none;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li.scene a::after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li.scene a::after {
  display: none;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li.list a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li.list a {
  padding-left: 40px;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li.list a::before, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li.list a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 30px;
  display: block;
  background-color: #115D28;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li.list a::after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li.list a::after {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  #mainNaviArea #mainNavi ul {
    gap: 0 20px;
  }
}
@media screen and (max-width: 940px) {
  #mainNaviArea #mainNavi ul {
    gap: 0 10px;
  }
  #mainNaviArea #mainNavi ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #mainNaviArea {
    display: none;
  }
  #drawerNaviWrap {
    display: block;
  }
}
/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  clear: both;
  position: relative;
  padding: 130px 0 67px;
}
#footer .footer_inr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
#footer #footerCnt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 37px;
}
#footer #footerCnt .title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.42;
}
#footer #footerCnt .socials_networking {
  display: flex;
  gap: 0 20px;
}
#footer #footerCntWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 80px;
  margin-bottom: 37px;
}
#footer #footerCntWrap .f_title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 15px;
}
#footer #footerCntWrap .f_title._02 {
  padding-bottom: 28px;
  border-bottom: #3F4039 solid 1px;
  margin: 0 0 27px;
}
#footer #footerCntWrap .footer_tel {
  width: 100%;
  max-width: 212px;
  height: 50px;
  margin-bottom: 27px;
}
#footer #footerCntWrap .footer_tel a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 212px;
}
#footer #footerCntWrap .f_txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0 0 25px;
}
#footer #footerCntWrap .f_txt a {
  text-decoration: none;
  color: #222222;
}
#footer #footerCntWrap .f_txt._02 {
  margin: 0 0 38px;
}
#footer #footerNaviWrap {
  background-color: #F5F5F5;
  border-radius: 16px;
  padding: 34px 40px 28px;
  margin-bottom: 37px;
}
#footer #footerNaviWrap .f_title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 15px;
}
#footer #footerNaviWrap .f_title._02 {
  padding-bottom: 28px;
  border-bottom: #3F4039 solid 1px;
  margin: 0 0 27px;
}
#footer #footerNaviWrap .footernavi_inr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 80px;
}
#footer #footerNaviWrap .naviBox ul {
  margin: 0;
  padding: 0;
}
#footer #footerNaviWrap .naviBox ul li {
  display: block;
  padding-bottom: 8px;
}
#footer #footerNaviWrap .naviBox ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  #footer #footerNaviWrap .naviBox ul li a:hover, #footer #footerNaviWrap .naviBox ul li a:focus {
    opacity: 0.8;
  }
}
#footer #footerNaviWrap .naviBox ul li.arrow {
  position: relative;
}
#footer #footerNaviWrap .naviBox ul li.arrow::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-image: url(images/home/svg/submenu_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  top: 5px;
  left: 60px;
}
#footer #footerNaviWrap .naviBox ul li.arrow a {
  font-weight: 700;
}
#footer #footerNaviWrap .naviBox ul li.bold {
  padding-bottom: 15px;
}
#footer #footerNaviWrap .naviBox ul li.bold a {
  font-weight: 700;
}
#footer #footerNaviWrap .naviBox:first-child ul li {
  padding-left: 10px;
}
#footer #footerNaviWrap .naviBox:first-child ul li.arrow {
  padding-left: 0;
}
#footer .footer_bannerbox {
  margin-bottom: 65px;
}
#footer .footer_bannerbox .f_title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 15px;
}
#footer .footer_bannerbox .f_title._02 {
  padding-bottom: 28px;
  border-bottom: #3F4039 solid 1px;
  margin: 0 0 27px;
}
#footer .footer_bannerbox .footer_bannerwrap {
  display: grid;
  gap: 16px 20px;
  grid-template-columns: repeat(6, 1fr);
}
#footer #copyright {
  flex-basis: 100%;
  width: 100%;
}
#footer #copyright p {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer #footerCnt {
    gap: 0 50px;
  }
  #footer #footerCnt .socials_networking {
    display: none;
  }
  #footer #footerCntWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 37px;
  }
  #footer #footerNaviWrap {
    background-color: #F5F5F5;
    border-radius: 16px;
    padding: 34px 40px 28px;
    margin-bottom: 37px;
  }
  #footer #footerNaviWrap .footernavi_inr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 138px 0 107px;
  }
  #footer #footerCnt .socials_networking {
    display: none;
  }
  #footer #footerCntWrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px 0;
    margin-bottom: 110px;
  }
  #footer #footerCntWrap .f_txt {
    margin: 0 0 13px;
  }
  #footer #footerCntWrap .f_txt._02 {
    margin: 0;
  }
  #footer #footerNaviWrap {
    display: none;
  }
  #footer .footer_bannerbox {
    margin-bottom: 70px;
  }
  #footer .footer_bannerbox .footer_bannerwrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 15px;
  }
  #footer #copyright p {
    text-align: center;
  }
}

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

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin: 60px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #222222;
  width: 30px;
  height: 30px;
  padding: 3px 0 0 0;
  text-decoration: none;
  background: transparent;
  border-radius: 100%;
  line-height: 1;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  margin: 0 8px !important;
  font-weight: 500;
  border: none !important;
}
.wp-pagenavi a.last, .wp-pagenavi span.last {
  display: none;
}
.wp-pagenavi a.first, .wp-pagenavi span.first {
  display: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  color: #fff;
  background: #1E8840;
}
.wp-pagenavi span.current {
  color: #fff;
  background: #1E8840;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  width: 30px;
  height: 30px;
  display: block;
  border: none;
}
.wp-pagenavi .previouspostslink {
  background-image: url(images/home/svg/previouspostslink.svg);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .previouspostslink:focus {
  border: none;
  background-image: url(images/home/svg/previouspostslink.svg);
}
.wp-pagenavi .nextpostslink {
  background-image: url(images/home/svg/nextpostslink.svg);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus {
  border: none;
  background-image: url(images/home/svg/nextpostslink.svg);
}

/* ---------------------------------------------------------------- */
/* ページトップ ボタン */
/* ---------------------------------------------------------------- */
#pagetopArea {
  position: relative;
}
#pagetopArea a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 768px) {
  #pagetopArea {
    position: absolute;
    right: 15px;
    top: 60px;
  }
}
/* ---------------------------------------------------------------- */
/* CTA固定ボタン */
/* ---------------------------------------------------------------- */
#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 10;
  position: fixed;
  bottom: -54px;
  transition: 0.6s;
  background-color: #F47C1F;
}
#fixedBtnSpArea.fixedsp {
  opacity: 1;
  transition: 0.6s;
  bottom: 0;
}
#fixedBtnSpArea #fixedBtnSp {
  display: none !important;
}
#fixedBtnSpArea #fixedBtnSp ul {
  margin: 0 0 0 0;
  padding: 0;
  height: 54px;
  width: 100%;
  overflow: hidden;
  display: flex;
}
#fixedBtnSpArea #fixedBtnSp ul li {
  list-style: none;
  flex-basis: 100%;
  position: relative;
}
#fixedBtnSpArea #fixedBtnSp ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
}
#fixedBtnSpArea #fixedBtnSp ul li a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  padding: 20px 10px 5px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background-image: url(images/home/svg/w_mail.svg);
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: center 8px;
}
#fixedBtnSpArea #fixedBtnSp ul li a:hover, #fixedBtnSpArea #fixedBtnSp ul li a:focus {
  background-color: #115D28;
  color: #fff;
}
#fixedBtnSpArea #fixedBtnSp ul li:nth-child(2) a {
  background-image: url(images/home/svg/setplan.svg);
}
#fixedBtnSpArea #fixedBtnSp ul li:nth-child(3) a {
  background-image: url(images/home/svg/material.svg);
}
#fixedBtnSpArea #fixedBtnSp ul li:nth-child(4)::after {
  display: none;
}
#fixedBtnSpArea #fixedBtnSp ul li:nth-child(4) a {
  background-image: url(images/home/svg/tel.svg);
}
@media screen and (max-width: 768px) {
  #fixedBtnSpArea #fixedBtnSp {
    display: block !important;
  }
}

/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
#indexPage .titlebox {
  margin-bottom: 40px;
}
#indexPage .titlebox .tllh2 {
  margin-top: 0;
  color: #333333;
  font-size: 30px;
  font-weight: bold;
}
#indexPage .titlebox span {
  font-size: 16px;
  font-weight: bold;
  color: #115D28;
}
#indexPage .titlebox._center {
  text-align: center;
}
#indexPage .titlebox._white .tllh2 {
  color: #fff;
}
#indexPage .titlebox._white span {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #indexPage .titlebox {
    margin-bottom: 40px;
  }
  #indexPage .titlebox .tllh2 {
    font-size: 16px;
    margin: 22px auto 38px;
  }
  #indexPage .titlebox span {
    font-size: 34px;
  }
}

@keyframes textIn {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes railUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes railDown {
  from {
    transform: translate3d(0, -50%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
#fvarea {
  margin-top: 100px;
  height: calc(100vh - 100px);
  position: relative;
  background-image: radial-gradient(rgb(43, 178, 86), rgb(29, 133, 62));
  padding-bottom: 65px;
}
#fvarea .fv_loop {
  position: absolute;
  width: 100%;
  height: 65px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #fvarea {
    height: auto;
    margin-top: 60px;
    padding-bottom: 53px;
    overflow: hidden;
  }
  #fvarea .fv_loop {
    height: 53px;
    bottom: -1px;
  }
}

.p-top-mv {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    display: block;
    height: auto;
  }
}
.p-top-mv .fv_imgbox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.p-top-mv .fv_imgbox::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: linear-gradient(90deg, rgba(30, 136, 64, 0.3), rgba(15, 68, 32, 0.3));
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-top-mv .fv_imgbox {
    width: 130%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: 270px;
    overflow: hidden;
    clip-path: inset(0 0 0 0);
  }
}
.p-top-mv .fv_txtbox {
  height: 100%;
}
.p-top-mv .fv_txtbox .container {
  height: 100%;
}
.p-top-mv .fv_txtbox .fv_vertical {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.p-top-mv .fv_txtbox .fv_txtbox_inr {
  display: grid;
  gap: 0 16px;
  grid-template-columns: 160px 1fr;
}
.p-top-mv .fv_txtbox .fv_txtbox_inr .fv_radius {
  border-radius: 50%;
  background-color: #92C233;
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top-mv .fv_txtbox .fv_txtbox_inr .fv_radius p {
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
  margin: 0;
  font-size: 18px;
}
.p-top-mv .fv_txtbox .fv_txtbox_inr .fv_radius p span {
  font-size: 21px;
}
.p-top-mv .fv_txtbox .fv_txtbox_inr .fv_radius p span.jost {
  font-size: 53px;
  line-height: 1;
}
.p-top-mv .fv_txtbox .fv_txtbox_inr .fv_inr_right .fv_inr_rightbox {
  background-color: #F47C1F;
  border-radius: 4px;
  display: flex;
  width: 200px;
  height: 33px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 20px;
  margin-bottom: 10px;
}
.p-top-mv .fv_txtbox .fv_txtbox_inr .fv_inr_right .fv_inr_rightbox p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.p-top-mv .fv_txtbox .fv_txtbox_inr .fv_inr_right .fv_title {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #fff;
}
.p-top-mv .fv_txtbox .fv_txtbox_inr .fv_inr_right .fv_title .small {
  font-size: 48px;
}
.p-top-mv .fv_txtbox .fv_txtbox_inr .fv_inr_right .fv_title .color {
  color: #FFFF00;
  font-size: 54px;
}
.p-top-mv .fv_txtbox .fv_txt2 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  border-bottom: #FFF471 solid 1px;
  padding-bottom: 5px;
  margin: 0 0 16px;
  max-width: 580px;
}
.p-top-mv .fv_txtbox .fv_txt3box {
  background-color: #FFF471;
  border-radius: 4px;
  height: 33px;
  padding: 5px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 580px;
  margin-bottom: 30px;
}
.p-top-mv .fv_txtbox .fv_txt3box p {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #1E8840;
}
.p-top-mv .fv_txtbox .fv3wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 8px;
  max-width: 580px;
  margin-bottom: 60px;
}
.p-top-mv .fv_txtbox .fv3wrap .box {
  background-color: #92C233;
  border-radius: 8px;
  padding: 14px 20px;
}
.p-top-mv .fv_txtbox .fv3wrap .box .fv_txt5 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
  text-align: center;
}
.p-top-mv .fv_txtbox .fv3wrap .box .fv_txt6 {
  margin: 0;
  color: #FFFF00;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  gap: 0 11px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.3;
}
.p-top-mv .fv_txtbox .fv3wrap .box .fv_txt6 span {
  font-size: 16px;
  line-height: 1.3;
}
.p-top-mv .fv_txtbox .fv3wrap .box .fv_txt6._02 {
  gap: 0 5px;
}
@media screen and (max-width: 768px) {
  .p-top-mv .fv_txtbox {
    padding-top: 50px;
  }
  .p-top-mv .fv_txtbox .fv_txtbox_inr {
    gap: 25px 0;
    grid-template-columns: 1fr;
  }
  .p-top-mv .fv_txtbox .fv_txtbox_inr .fv_radius {
    margin-left: auto;
    margin-right: 0;
    width: 118px;
    height: 118px;
  }
  .p-top-mv .fv_txtbox .fv_txtbox_inr .fv_radius p {
    font-size: 13px;
    line-height: 1.6;
  }
  .p-top-mv .fv_txtbox .fv_txtbox_inr .fv_radius p span {
    font-size: 15px;
  }
  .p-top-mv .fv_txtbox .fv_txtbox_inr .fv_radius p span.jost {
    font-size: 39px;
  }
  .p-top-mv .fv_txtbox .fv_txtbox_inr .fv_inr_right .fv_inr_rightbox p {
    font-size: 14px;
  }
  .p-top-mv .fv_txtbox .fv_txtbox_inr .fv_inr_right .fv_title {
    font-size: 44px;
  }
  .p-top-mv .fv_txtbox .fv_txtbox_inr .fv_inr_right .fv_title .color {
    font-size: 49px;
  }
  .p-top-mv .fv_txtbox .fv_txt2 {
    max-width: 100%;
    font-size: 16px;
    margin: 0 0 18px;
  }
  .p-top-mv .fv_txtbox .fv_txt3box {
    height: 54px;
    max-width: 100%;
    justify-content: center;
    margin-bottom: 40px;
  }
  .p-top-mv .fv_txtbox .fv_txt3box p {
    font-size: 16px;
    text-align: center;
  }
  .p-top-mv .fv_txtbox .fv3wrap {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .p-top-mv .fv_txtbox .fv3wrap .box {
    background-color: #92C233;
    border-radius: 8px;
    padding: 11px 17px;
  }
  .p-top-mv .fv_txtbox .fv3wrap .box .fv_txt5 {
    font-size: 12px;
    margin: 0 0 6px;
  }
  .p-top-mv .fv_txtbox .fv3wrap .box .fv_txt6 {
    font-size: 18px;
  }
  .p-top-mv .fv_txtbox .fv3wrap .box .fv_txt6 span {
    font-size: 12px;
  }
}
.p-top-mv .p-top-mv__body {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 50%;
  height: 200%;
  display: flex;
  justify-content: flex-end;
  transform: rotate(12deg);
  transform-origin: 100% 50%;
  position: absolute !important;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-top-mv .p-top-mv__body {
    position: absolute !important;
    max-width: 100%;
    height: 320px;
    transform: rotate(4deg);
    gap: 0 20px;
  }
}
.p-top-mv .p-top-mv__rail {
  position: relative;
  width: 50%;
  margin-right: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-mv .p-top-mv__rail {
    width: 33.3333333333%;
    margin-right: 0;
    overflow: hidden;
    transform: none !important;
  }
}
.p-top-mv .p-top-mv__rail .p-top-mv__rail-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-top-mv .p-top-mv__rail.rail-left.is-inview .p-top-mv__rail-inner {
  animation: railUp 40s linear infinite;
}
.p-top-mv .p-top-mv__rail.rail-center .p-top-mv__rail-inner {
  flex-direction: column-reverse;
}
.p-top-mv .p-top-mv__rail.rail-center.is-inview .p-top-mv__rail-inner {
  animation: railDown 50s linear infinite;
}
@media screen and (min-width: 769px) {
  .p-top-mv .p-top-mv__rail.rail-right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv .p-top-mv__rail.rail-right {
    display: block;
  }
}
.p-top-mv .p-top-mv__rail.rail-right.is-inview .p-top-mv__rail-inner {
  animation: railUp 35s linear infinite;
}
.p-top-mv .p-top-mv__tile {
  margin-bottom: 12px;
  transform: translateY(50%);
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .p-top-mv .p-top-mv__tile {
    transform: translateY(100%);
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv .p-top-mv__tile {
    transform: translateY(50%);
    margin-bottom: 8px;
    flex-shrink: unset;
    width: 100%;
    margin-right: 0;
  }
}
.p-top-mv .p-top-mv__tile img {
  display: block;
  width: 100%;
  height: auto;
  transform: rotateY(0deg) translate3d(0, 0, 0);
}
body.opening .p-top-mv .p-top-mv__tile img {
  opacity: 0;
  transform: rotateY(50deg) translate3d(0, 0, 0);
}
.p-top-mv .p-top-mv__tile.tile-center {
  transform: translateY(0);
}
@media screen and (max-width: 800px) {
  .p-top-mv .p-top-mv__tile.tile-center {
    transform: translateY(50%);
  }
}
.p-top-mv .p-top-mv__tile:nth-child(1) img {
  transition: 0.7s 0.6s;
}
.p-top-mv .p-top-mv__tile:nth-child(2) img {
  transition: 0.7s 0.8s;
}
.p-top-mv .p-top-mv__tile:nth-child(3) img {
  transition: 0.7s 1s;
}
.p-top-mv .p-top-mv__tile:nth-child(4) img {
  transition: 0.7s 1.2s;
}
.p-top-mv .p-top-mv__tile:nth-child(5) img {
  transition: 0.7s 1.4s;
}
.p-top-mv .p-top-mv__tile:nth-child(6) img {
  transition: 0.7s 1.6s;
}
.p-top-mv .p-top-mv__tile:nth-child(7) img {
  transition: 0.7s 1.8s;
}
.p-top-mv .p-top-mv__tile:nth-child(8) img {
  transition: 0.7s 2s;
}

.fv_btn_box {
  border-radius: 8px;
  background-color: #F47C1F;
  max-width: 580px;
  height: 88px;
  position: relative;
  box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.16);
}
.fv_btn_box .fv_btn_bubble {
  position: absolute;
  display: block;
  padding: 5px 20px;
  min-width: 160px;
  max-width: 100%;
  background: #fff;
  border-radius: 2px;
  height: 32px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.fv_btn_box .fv_btn_bubble::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 8px solid #fff;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}
.fv_btn_box .fv_btn_bubble p {
  font-size: 14px;
  font-weight: 700;
  color: #F47C1F;
  margin: 0;
  text-align: center;
}
.fv_btn_box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  text-decoration: none;
}
.fv_btn_box a .box1 {
  position: relative;
  left: 17px;
  top: -26px;
}
.fv_btn_box a .box2 .fv_txt3 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 16px auto 5px;
  line-height: 1.3;
}
.fv_btn_box a .box2 .fv_txt4 {
  font-size: 16px;
  font-weight: 700;
  color: #FFFF00;
  margin: 0;
  line-height: 1.3;
}
.fv_btn_box a .box3 {
  width: 120px;
  height: 55px;
  border-radius: 8px 0 0 8px;
  background-image: linear-gradient(90deg, rgb(15, 68, 32), rgb(30, 136, 64));
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 10px;
  right: -1px;
}
.fv_btn_box a .box3::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(images/home/svg/time.svg) no-repeat center/20px;
  top: 8px;
  left: 13px;
  display: block;
}
.fv_btn_box a .box3::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(images/home/svg/w_arrow.svg) no-repeat center/15px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.fv_btn_box a .box3 p {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
.fv_btn_box a .box3 p .big {
  font-size: 32px;
  font-family: "Jost", sans-serif;
}
.fv_btn_box a .box3 p .medium {
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .fv_btn_box:hover, .fv_btn_box:focus {
    opacity: 0.9;
  }
}

@media screen and (max-width: 768px) {
  .fv_btn_box {
    max-width: 100%;
    height: 70px;
    margin-bottom: 20px;
  }
  .fv_btn_box .fv_btn_bubble {
    min-width: 126px;
    top: -24px;
  }
  .fv_btn_box .fv_btn_bubble p {
    font-size: 11px;
  }
  .fv_btn_box a .box1 {
    left: 15px;
    top: -14px;
  }
  .fv_btn_box a .box1 img {
    width: 71px;
    height: 80px;
  }
  .fv_btn_box a .box2 .fv_txt3 {
    font-size: 22px;
    margin: 14px auto 3px;
  }
  .fv_btn_box a .box2 .fv_txt4 {
    font-size: 12px;
  }
  .fv_btn_box a .box3 {
    width: 90px;
    height: 43px;
  }
  .fv_btn_box a .box3::before {
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 5px;
    left: 11px;
  }
  .fv_btn_box a .box3::after {
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
  .fv_btn_box a .box3 p {
    font-size: 9px;
  }
  .fv_btn_box a .box3 p .big {
    font-size: 24px;
  }
  .fv_btn_box a .box3 p .medium {
    font-size: 12px;
  }
}
.jost {
  font-family: "Jost", sans-serif;
}

/* ---------------------------------------------------------------- */
/* .content */
/* ---------------------------------------------------------------- */
.content, .postPage {
  padding: 90px 0;
}
.content .subtitle, .postPage .subtitle {
  background-color: #fff;
  border-radius: 2px;
  padding: 6px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 32px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #1E8840;
  margin: 0 auto 20px;
}
.content .subtitle::after, .postPage .subtitle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 8px solid #fff;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -8px;
}
.content .subtitle._02, .postPage .subtitle._02 {
  background-color: #1E8840;
  color: #fff;
}
.content .subtitle._02::after, .postPage .subtitle._02::after {
  border-top: 8px solid #1E8840;
}
.content .title, .postPage .title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 14px;
  line-height: 1.6;
}
.content .title._center, .postPage .title._center {
  text-align: center;
}
.content .title .small, .postPage .title .small {
  font-size: 24px;
  line-height: 1;
}
.content .title .big, .postPage .title .big {
  font-size: 48px;
  color: #F47C1F;
  line-height: 1;
  letter-spacing: 0.1em;
}
.content .bubble, .postPage .bubble {
  display: flex;
  gap: 0 5px;
  justify-content: center;
  margin-bottom: 60px;
  align-items: center;
}
.content .bubble .bubble_imgbox img, .postPage .bubble .bubble_imgbox img {
  max-width: 110px;
}
.content .bubble .bubble_txtbox, .postPage .bubble .bubble_txtbox {
  width: 360px;
  border-radius: 16px;
  height: auto;
  background-color: #fff;
  padding: 15px 20px;
  position: relative;
}
.content .bubble .bubble_txtbox::after, .postPage .bubble .bubble_txtbox::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 36px 25px 0;
  border-color: transparent #fff transparent transparent;
  top: 40px;
  left: -25px;
  display: block;
}
.content .bubble .bubble_txtbox p, .postPage .bubble .bubble_txtbox p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
.content .green, .postPage .green {
  color: #1E8840 !important;
}
.content .orange, .postPage .orange {
  color: #F47C1F !important;
}
.content .white, .postPage .white {
  color: #fff !important;
}
.content .link-color, .postPage .link-color {
  color: #1E8840 !important;
}
.content .bold, .postPage .bold {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .content {
    padding: 60px 0;
  }
  .content .subtitle {
    margin-bottom: 10px;
  }
  .content .bubble {
    margin-bottom: 20px;
  }
  .content .bubble .bubble_txtbox {
    padding: 10px 15px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .content .bubble .bubble_txtbox p {
    font-size: 14px;
  }
}
/* ---------------------------------------------------------------- */
/* #content01 */
/* ---------------------------------------------------------------- */
#content01 {
  padding-top: 0;
  background-color: #F5F5F5;
}

.cont1wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  padding-top: 20px;
}

.con1box {
  background-color: #FAF6EC;
  padding: 32px 20px;
  border-radius: 8px;
  position: relative;
}
.con1box .leftbox {
  position: absolute;
  top: -18px;
  left: 0;
  width: 145px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0 5px;
}
.con1box .leftbox .con1imgbox img {
  max-width: 40px;
}
.con1box .leftbox .bubblebox {
  width: 100px;
  height: auto;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 8px;
  position: relative;
  background-image: url(images/home/svg/easy.svg);
  background-repeat: no-repeat;
  background-position: top 11px left 5px;
  background-size: 9px;
}
.con1box .leftbox .bubblebox::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 7px 0;
  border-color: transparent #fff transparent transparent;
  top: 20px;
  left: -14px;
  display: block;
}
.con1box .leftbox .bubblebox p {
  font-size: 14px;
  font-weight: 700;
  color: #F29700;
  margin: 0;
  text-align: center;
}
.con1box .con1boxtxt {
  margin: 0;
  font-weight: 500;
  font-weight: 14px;
}

.cont1-fvSwiper {
  padding-top: 30px;
}
.cont1-fvSwiper .swiper-slide {
  height: auto;
}
.cont1-fvSwiper .swiper-slide .con1_inr {
  height: 100%;
}

.con1_inr {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 20px 20px;
  position: relative;
}
.con1_inr .reason {
  position: absolute;
  font-size: 11px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #1E8840;
  margin: 0;
  line-height: 1.2;
  top: -30px;
}
.con1_inr .reason span {
  font-size: 60px;
}
.con1_inr .cont1txt {
  font-size: 16px;
  font-weight: 700;
  color: #1E8840;
  margin: 0 0 18px;
}
.con1_inr .imgbox {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 30%;
  border-radius: 8px;
  margin-bottom: 17px;
}
.con1_inr .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.con1_inr h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.6;
}
.con1_inr .cont1txt2 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 28px;
}
.con1_inr .cont1txt2 span {
  font-size: 24px;
  color: #F47C1F;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cont1wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .cont1wrap {
    width: 1100px;
  }
  .cont1wrap .con1_inr .imgbox {
    padding-bottom: 35%;
  }
}
/* ---------------------------------------------------------------- */
/* #content02 */
/* ---------------------------------------------------------------- */
#content02 {
  background-color: #115D28;
  padding: 60px 0;
}
#content02 .inr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
#content02 .inr .box {
  background-color: #fff;
  border-radius: 16px;
  padding: 47px 70px 42px;
}
#content02 .inr .box .cont2txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin: 0 0 6px;
}
#content02 .inr .box h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 17px;
}
#content02 .inr .box .imgbox {
  margin: 0 auto 30px;
}
#content02 .inr .box .cont2txt2 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #content02 .inr .box {
    padding: 47px 30px 42px;
  }
}
@media screen and (max-width: 768px) {
  #content02 .inr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  #content02 .inr .box {
    padding: 37px 20px 40px;
  }
}
/* ---------------------------------------------------------------- */
/* .ctaArea */
/* ---------------------------------------------------------------- */
.cta_parent .ctaArea {
  padding: 10px 0 0;
  background: linear-gradient(180deg, #F5F5F5 0%, #F5F5F5 50%, #fff 50%, #fff 100%);
}
.cta_parent._01 .ctaArea {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #F5F5F5 50%, #F5F5F5 100%);
  padding: 90px 0;
}
.cta_parent._02 .ctaArea {
  padding: 10px 0 90px;
  background: linear-gradient(180deg, #E7F5EC 0%, #E7F5EC 50%, #EFEFEF 50%, #EFEFEF 100%);
}
.cta_parent._03 .ctaArea {
  padding-bottom: 90px;
}
.cta_parent._04 .ctaArea {
  padding: 90px 0 0;
  background: linear-gradient(180deg, #FAF6EC 0%, #FAF6EC 52%, #E7F5EC 52%, #E7F5EC 100%);
}
.cta_parent._05 .ctaArea {
  padding: 10px 0 0;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #F5F5F5 50%, #F5F5F5 100%);
}

.page-id-40923 .cta_parent .ctaArea, .page-id-3316 .cta_parent .ctaArea, .page-id-45158 .cta_parent .ctaArea {
  background: linear-gradient(180deg, #FAF6EC 0%, #FAF6EC 50%, #F5F5F5 50%, #F5F5F5 100%);
}

.post-type-archive-setplan .cta_parent .ctaArea, .single-setplan .cta_parent .ctaArea {
  background: linear-gradient(180deg, #F5F5F5 0%, #F5F5F5 50%, #EFEFEF 50%, #EFEFEF 100%);
}

.ctaArea {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #F5F5F5 50%, #F5F5F5 100%);
  padding: 70px 0 60px;
}
.ctaArea .inr {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.ctaArea .inr .icon {
  position: absolute;
  background-color: #1E8840;
  border-radius: 2px;
  width: 200px;
  height: 40px;
  top: -10px;
  left: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctaArea .inr .icon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 8px solid #1E8840;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}
.ctaArea .inr .cta_top_innr {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 0 70px;
  padding: 20px 40px 12px;
  border-radius: 16px 16px 0 0;
}
.ctaArea .inr .cta_top_innr .txtbox {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 16px;
  padding-top: 30px;
}
.ctaArea .inr .cta_top_innr .txtbox .radius {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #F47C1F;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ctaArea .inr .cta_top_innr .txtbox .radius p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
.ctaArea .inr .cta_top_innr .txtbox .radius span {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: block;
}
.ctaArea .inr .cta_top_innr .txtbox .cta_title .ctatxt1 {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px;
  background: linear-gradient(transparent 80%, #E7F5EC 80%);
}
.ctaArea .inr .cta_top_innr .txtbox .cta_title .ctatxt2 {
  font-size: 24px;
  font-weight: 700;
  color: #1E8840;
  margin: 0;
}
.ctaArea .inr .cta_bottom_inner {
  border-radius: 0 0 16px 16px;
  background-color: #115D28;
  display: grid;
  grid-template-columns: 218px 1fr 1fr;
  gap: 0 20px;
  padding: 25px 30px 20px;
  align-items: center;
}
.ctaArea .inr .cta_bottom_inner .box {
  padding: 0;
}
.ctaArea .inr .cta_bottom_inner .box a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  flex-direction: column;
  position: relative;
}
.ctaArea .inr .cta_bottom_inner .box a span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #FFFF00;
}
.ctaArea .inr .cta_bottom_inner .box a img {
  max-width: 218px;
}
.ctaArea .inr .cta_bottom_inner .box.cta_bottom02 {
  width: 100%;
  height: 80px;
  background-color: #F47C1F;
  border-radius: 8px;
}
.ctaArea .inr .cta_bottom_inner .box.cta_bottom02 a {
  color: #fff;
}
.ctaArea .inr .cta_bottom_inner .box.cta_bottom02 a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  background: url(images/home/svg/w_arrow.svg) no-repeat;
  background-position: center;
  background-size: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 20px;
}
@media print, screen and (min-width: 768px) {
  .ctaArea .inr .cta_bottom_inner .box.cta_bottom02:hover, .ctaArea .inr .cta_bottom_inner .box.cta_bottom02:focus {
    opacity: 0.9;
  }
}
.ctaArea .inr .cta_bottom_inner .box.cta_bottom03 {
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-radius: 8px;
}
.ctaArea .inr .cta_bottom_inner .box.cta_bottom03 a {
  color: #1E8840;
  line-height: 1.4;
  font-size: 20px;
}
.ctaArea .inr .cta_bottom_inner .box.cta_bottom03 a::before {
  content: "";
  position: absolute;
  width: 66px;
  height: 46px;
  display: block;
  background: url(images/home/fv_icon2.png) no-repeat;
  background-position: center;
  background-size: 66px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 17px;
}
.ctaArea .inr .cta_bottom_inner .box.cta_bottom03 a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/home/svg/submenu_arrow.svg) no-repeat;
  background-position: center;
  background-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 20px;
}
@media print, screen and (min-width: 768px) {
  .ctaArea .inr .cta_bottom_inner .box.cta_bottom03:hover, .ctaArea .inr .cta_bottom_inner .box.cta_bottom03:focus {
    opacity: 0.9;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ctaArea .inr .cta_top_innr {
    gap: 0 30px;
    grid-template-columns: 1fr 265px;
  }
  .ctaArea .inr .cta_bottom_inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
  }
  .ctaArea .inr .cta_bottom_inner .box {
    grid-area: 1/1/3/2;
  }
  .ctaArea .inr .cta_bottom_inner .box.cta_bottom02 {
    grid-area: 1/2/2/3;
  }
  .ctaArea .inr .cta_bottom_inner .box.cta_bottom03 {
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width: 768px) {
  .cta_parent._01 .ctaArea {
    padding: 70px 0 60px;
  }
  .cta_parent._02 .ctaArea {
    padding: 10px 0 60px;
    background: linear-gradient(180deg, #E7F5EC 0%, #E7F5EC 50%, #EFEFEF 50%, #EFEFEF 100%);
  }
  .cta_parent._03 .ctaArea {
    padding-bottom: 60px;
  }
  .cta_parent._04 .ctaArea {
    padding: 70px 0 0;
  }
  .ctaArea {
    padding: 70px 0 60px;
  }
  .ctaArea .inr .icon {
    left: 20px;
  }
  .ctaArea .inr .cta_top_innr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 48px 20px 23px;
  }
  .ctaArea .inr .cta_top_innr .txtbox {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
  }
  .ctaArea .inr .cta_top_innr .txtbox .radius {
    position: absolute;
    top: -10px;
    right: 30px;
  }
  .ctaArea .inr .cta_top_innr .txtbox .cta_title .ctatxt1 {
    font-size: 22px;
    margin: 0 0 13px;
  }
  .ctaArea .inr .cta_top_innr .txtbox .cta_title .ctatxt2 {
    font-size: 16px;
  }
  .ctaArea .inr .cta_bottom_inner {
    grid-template-columns: 1fr;
    gap: 16px 0;
    padding: 15px 20px 25px;
  }
  .ctaArea.setplancta .inr .cta_top_innr .txtbox .radius {
    top: -10px;
    right: 5px;
  }
}
/* ---------------------------------------------------------------- */
/* #content03 */
/* ---------------------------------------------------------------- */
#content03 {
  background-color: #F5F5F5;
  padding-top: 30px;
}
#content03 .subtitle {
  width: 180px;
  margin-bottom: 20px;
}
#content03 .bubble {
  margin-bottom: 22px;
}
#content03 .bubble .bubble_txtbox {
  width: 500px;
}

.cont3inr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  padding: 28px 2px 30px;
  margin-bottom: 5px;
}
.cont3inr .swiper-slide {
  height: auto;
}
.cont3inr .box {
  height: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  background-color: #fff;
  padding: 36px 30px 10px !important;
  margin-top: 25px;
}
.cont3inr .box .imgbox {
  border-radius: 8px;
  margin-bottom: 17px;
  position: relative;
  width: 100%;
  padding-bottom: 160px;
  overflow: hidden;
}
.cont3inr .box .imgbox img {
  border-radius: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont3inr .box .cont3subtitle {
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 2px;
}
.cont3inr .box h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px;
  text-align: center;
}
.cont3inr .box .cont3txt1 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 15px;
}
.cont3inr .box .cont3txt2 {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 10px;
  padding-bottom: 4px;
  border-bottom: #1E8840 solid 1px;
  line-height: 1.6;
}
.cont3inr .box .cont3_p_box {
  margin-bottom: 10px;
  background-color: #E7F5EC;
  border-radius: 4px;
}
.cont3inr .box .cont3_p_box .cont3_top_box {
  background-color: #1E8840;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.cont3inr .box .cont3_p_box .cont3_top_box p {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.cont3inr .box .cont3_p_box .cont3_top_box p span {
  color: #FFFF00;
}
.cont3inr .box .cont3_p_box .cont3_bottom_box {
  padding: 5px 10px;
  border-radius: 0 0 4px 4px;
}
.cont3inr .box .cont3_p_box .cont3_bottom_box .cont3txt3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #1E8840;
  display: flex;
  gap: 0 5px;
  align-items: flex-end;
  justify-content: center;
}
.cont3inr .box .cont3_p_box .cont3_bottom_box .cont3txt3 span {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.cont3inr .box .cont3_p_box.gray {
  background-color: #F5F5F5;
}
.cont3inr .box .cont3_p_box.gray .cont3_top_box {
  background-color: #546153;
}
.cont3inr .box .cont3_p_box.gray .cont3_bottom_box .cont3txt3 {
  color: #546153;
}
.cont3inr .box ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.cont3inr .box ul li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.cont3inr .box ul li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/home/svg/check.svg) no-repeat;
  background-size: 20px;
  background-position: center;
  top: 0;
  left: 0;
}
.cont3inr .box ul.iconList li {
  padding-left: 15px;
}
.cont3inr .box ul.iconList li::before {
  width: 4px;
  height: 4px;
  background-color: #115D28;
  background-image: none;
  top: 10px;
  border-radius: 50%;
}
.cont3inr .box .cont3txt5 {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.cont3inr .box._02 {
  margin-top: 0;
  padding: 60px 30px 30px !important;
  position: relative;
  box-shadow: 0 0 6px #F47C1F;
}
.cont3inr .box._02::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  background-image: url(images/home/crown.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  top: -25px;
  left: 0;
  background-color: #fff;
  z-index: 2;
}
.cont3inr .box._02 .popularity {
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 16px;
  font-weight: 600;
  color: #F47C1F;
  display: block;
}
.cont3inr .box._02 .con3top {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background-color: #F47C1F;
  border-radius: 16px 16px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont3inr .box._02 .con3top p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 0;
}
.cont3inr .box._02 .cont3txt2 {
  border-color: #F47C1F;
}
.cont3inr .box._02 .cont3_p_box {
  background-color: #FAF6EC;
}
.cont3inr .box._02 .cont3_p_box .cont3_top_box {
  background-color: #F47C1F;
}
.cont3inr .box._02 .cont3_p_box .cont3_bottom_box .cont3txt3 {
  color: #F47C1F;
}
.cont3inr .box._02 .cont3_p_box.gray {
  background-color: #F5F5F5;
}
.cont3inr .box._02 .cont3_p_box.gray .cont3_top_box {
  background-color: #546153;
}
.cont3inr .box._02 .cont3_p_box.gray .cont3_bottom_box .cont3txt3 {
  color: #546153;
}

.cont3btn {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 auto;
  border: #1E8840 solid 4px;
  width: 480px;
  height: 90px;
}
.cont3btn::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  background: url(images/home/svg/g_arrow.svg) no-repeat;
  background-position: center;
  background-size: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 20px;
}
.cont3btn .cont3btn_bubble {
  position: absolute;
  background-color: #1E8840;
  border-radius: 2px;
  padding: 6px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin: 0 auto;
}
.cont3btn .cont3btn_bubble::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 8px solid #1E8840;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -8px;
}
.cont3btn a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #222222;
  font-size: 20px;
  padding: 20px 20px 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
.cont3btn a span {
  font-size: 16px;
  font-weight: 700;
  color: #1E8840;
}
@media print, screen and (min-width: 768px) {
  .cont3btn:hover, .cont3btn:focus {
    opacity: 0.9;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cont3inr {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .cont3inr .box {
    padding: 36px 15px 100px;
  }
}
@media screen and (max-width: 768px) {
  #content03 {
    background-color: #F5F5F5;
    padding-top: 0;
  }
  #content03 .subtitle {
    margin-bottom: 10px;
  }
  #content03 .bubble {
    margin-bottom: 18px;
  }
  #content03 .bubble .bubble_txtbox {
    width: 100%;
  }
  .cont3Swiper {
    overflow: visible;
  }
  .cont3inr {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
  }
  .cont3btn {
    width: 100%;
    height: 125px;
  }
  .cont3btn a span {
    font-size: 14px;
  }
}
/* ---------------------------------------------------------------- */
/* #content04 */
/* ---------------------------------------------------------------- */
#content04 {
  background-color: #FAF6EC;
  padding-bottom: 0;
}
#content04 .title span {
  font-size: 32px;
}
#content04 .bubble .bubble_txtbox {
  width: 440px;
}
#content04 .cont4_green {
  background-color: #115D28;
  padding: 60px 0;
}
#content04 .cont4_green .cont4txt3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 24px;
  color: #fff;
  line-height: 1.92;
}
#content04 .cont4_green .cont4txt3 span {
  color: #FFF471;
}
#content04 .cont4_green .cont4txt4 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #92C233;
  margin: 0 0 20px;
  gap: 0 13px;
  display: flex;
  justify-content: center;
}
#content04 .cont4_green .cont4_green_btn {
  width: 100%;
  max-width: 400px;
  height: 72px;
  background-color: #fff;
  border-radius: 36px;
  margin: 0 auto;
  display: block;
}
#content04 .cont4_green .cont4_green_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #1E8840;
  line-height: 0.8;
  text-align: center;
  position: relative;
}
#content04 .cont4_green .cont4_green_btn a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/home/svg/com_icon.svg) no-repeat;
  background-position: center;
  background-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 30px;
}
#content04 .cont4_green .cont4_green_btn a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/home/svg/submenu_arrow.svg) no-repeat;
  background-position: center;
  background-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 20px;
}
#content04 .cont4_green .cont4_green_btn a span {
  font-size: 14px;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #content04 .cont4_green .cont4_green_btn:hover, #content04 .cont4_green .cont4_green_btn:focus {
    opacity: 0.9;
  }
}

.cont4inr {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  position: relative;
}
.cont4inr::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 16px solid #f47c1f;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -40px;
}
.cont4inr .box {
  background-color: #fff;
  padding: 28px 30px 33px !important;
  border-radius: 16px;
  position: relative;
}
.cont4inr .box::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/home/svg/submenu_arrow.svg) no-repeat;
  background-position: center;
  background-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: -22px;
}
.cont4inr .box .col .cont4txt {
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #1E8840;
  margin: 0 0 10px;
  text-align: center;
}
.cont4inr .box .col .imgbox {
  margin: 0 auto 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100px;
}
.cont4inr .box .col .imgbox img {
  max-width: 84px;
}
.cont4inr .box .col h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 13px;
}
.cont4inr .box .col h3 span {
  color: #1E8840;
}
.cont4inr .box .col .cont4txt2 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.cont4inr .box:nth-child(2) {
  border: #F47C1F solid 4px;
}
.cont4inr .box:nth-child(2) .col .cont4txt {
  color: #F47C1F;
}
.cont4inr .box:nth-child(2) .col h3 span {
  color: #F47C1F;
}
.cont4inr .box:nth-child(3)::after {
  display: none;
}
.cont4inr .box:nth-child(3) .col .imgbox img {
  max-width: 105px;
}

.page-id-3316 .cont4inr::after {
  display: none;
}
.page-id-3316 .cont4inr .box:nth-child(2) {
  border: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cont4inr .box {
    padding: 28px 15px 33px;
  }
}
@media screen and (max-width: 768px) {
  #content04 .bubble .bubble_txtbox {
    width: 230px;
  }
  #content04 .cont4_green {
    padding: 37px 0 60px;
  }
  #content04 .cont4_green .cont4txt3 {
    font-size: 16px;
    margin: 0 0 15px;
  }
  #content04 .cont4_green .cont4txt4 {
    font-size: 20px;
    margin: 0 0 20px;
    gap: 0 11px;
  }
  #content04 .cont4_green .cont4txt4 img {
    max-width: 281px;
  }
  #content04 .cont4_green .cont4_green_btn {
    max-width: 100%;
  }
  .cont4inr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .cont4inr .box {
    padding: 20px 30px 10px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 85px 1fr;
    gap: 0 24px;
  }
  .cont4inr .box::after {
    top: auto;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    right: auto;
    left: 50%;
    bottom: -22px;
    background: url(images/home/svg/down_arrow.svg) no-repeat;
    z-index: 1;
  }
  .cont4inr .box .col .imgbox {
    margin-bottom: 0;
    min-height: auto;
  }
  .cont4inr .box .col .imgbox img {
    max-width: 75px;
  }
  .cont4inr .box .col h3 {
    text-align: left;
  }
  .cont4inr .box .col .cont4txt2 {
    text-align: left;
  }
}
/* ---------------------------------------------------------------- */
/* #content05 */
/* ---------------------------------------------------------------- */
#content05 {
  background-color: #F5F5F5;
}
#content05 .subtitle {
  max-width: 180px;
}
#content05 .title span {
  font-size: 32px;
}

.cont5inr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  margin-bottom: 30px;
}
.cont5inr .box {
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  margin-top: 30px;
}
.cont5inr .box a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  padding: 60px 20px 30px;
  color: #222222;
}
.cont5inr .box a .imgbox {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.cont5inr .box a h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 17px;
}
.cont5inr .box a .txt {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 25px;
  line-height: 1.6;
}
.cont5inr .box a .cont5_bubble {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0 10px;
  align-items: center;
}
.cont5inr .box a .cont5_bubble .cont5_bubble_box {
  border-radius: 4px;
  background-color: #FAF6EC;
  padding: 10px 30px;
  position: relative;
}
.cont5inr .box a .cont5_bubble .cont5_bubble_box::before {
  content: "";
  width: 10px;
  height: 24px;
  position: absolute;
  background-image: url(images/home/svg/easy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  top: 8px;
  left: 10px;
  display: block;
}
.cont5inr .box a .cont5_bubble .cont5_bubble_box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 32px 15px 0;
  border-color: transparent #FAF6EC transparent transparent;
  top: 16px;
  left: -22px;
  display: block;
}
.cont5inr .box a .cont5_bubble .cont5_bubble_box p {
  font-size: 16px;
  font-weight: 700;
  color: #F29700;
  margin: 0;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .cont5inr .box:hover a .btn, .cont5inr .box:focus a .btn {
    text-decoration: none;
    color: #fff !important;
    background: #92C233;
  }
  .cont5inr .box:hover a .btn.arrow:after, .cont5inr .box:focus a .btn.arrow:after {
    background-position: center right 0;
  }
}

.cont5_what {
  background-color: #fff;
  padding: 20px 100px 10px;
  display: grid;
  align-items: center;
  grid-template-columns: 115px 1fr;
  gap: 0 40px;
  border-radius: 16px;
  position: relative;
}
.cont5_what::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 16px solid #f47c1f;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -40px;
}
.cont5_what .txtbox h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 17px;
  padding-left: 20px;
}
.cont5_what .txtbox p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cont5inr {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #content05 {
    padding-bottom: 80px;
  }
  #content05 .title {
    line-height: 1.2;
  }
  #content05 .bubble {
    margin-bottom: 24px;
  }
  .cont5inr {
    display: flex;
    gap: 0;
    margin-bottom: 0;
  }
  .cont5inr .box a {
    padding-bottom: 10px;
  }
  .cont5inr .box a .cont5_bubble {
    grid-template-columns: 70px 1fr;
  }
  .cont5inr .box a .cont5_bubble .cont5_bubble_image img {
    width: 70px;
  }
  .cont5inr .box a .cont5_bubble .cont5_bubble_box::after {
    top: 30px;
  }
  .cont5_what {
    background-color: #fff;
    padding: 26px 20px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .cont5_what::after {
    bottom: -48px;
  }
  .cont5_what .imgbox {
    margin-bottom: 23px;
  }
  .cont5_what .imgbox img {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .cont5_what .txtbox h3 {
    text-align: center;
    padding-left: 0;
  }
}
/* ---------------------------------------------------------------- */
/* .loop-fvSwiper-wrap */
/* ---------------------------------------------------------------- */
.loop-fvSwiper-wrap {
  overflow: hidden;
  background-color: #fff;
}
.loop-fvSwiper-wrap--forward {
  padding: 7px 0;
}
.loop-fvSwiper-wrap--forward .swiper-wrapper {
  animation: loop-slide-left 60s linear infinite;
}
.loop-fvSwiper-wrap--reverse {
  padding: 7px 0;
  margin-bottom: 90px;
}
.loop-fvSwiper-wrap--reverse .swiper-wrapper {
  animation: loop-slide-right 60s linear infinite;
}
.loop-fvSwiper-wrap .loop-fvSwiper .swiper-wrapper {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.loop-fvSwiper-wrap .loop-fvSwiper .swiper-slide {
  width: 44px;
  margin-right: 60px;
  flex-shrink: 0;
}
.loop-fvSwiper-wrap .loop-fvSwiper .swiper-slide.loopimage06 {
  width: 155px;
}
.loop-fvSwiper-wrap .loop-fvSwiper .swiper-slide.loopimage02 {
  width: 118px;
}
.loop-fvSwiper-wrap .loop-fvSwiper .swiper-slide.loopimage07 {
  width: 124px;
}
.loop-fvSwiper-wrap .loop-fvSwiper .swiper-slide.loopimage03 {
  width: 85px;
}
.loop-fvSwiper-wrap .loop-fvSwiper .swiper-slide.loopimage05 {
  width: 230px;
}
.loop-fvSwiper-wrap .loop-fvSwiper .swiper-slide.loopimage04 {
  width: 170px;
}
.loop-fvSwiper-wrap .loop-fvSwiper .swiper-slide.loopimage08 {
  width: 300px;
}
.loop-fvSwiper-wrap .loop-fvSwiper .swiper-slide.loopimage09 {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .loop-fvSwiper-wrap .loop-fvSwiper .swiper-slide {
    margin-right: 20px;
    width: 35px;
  }
  .loop-fvSwiper-wrap .loop-fvSwiper .swiper-slide.loopimage06 {
    width: 70px;
  }
  .loop-fvSwiper-wrap .loop-fvSwiper .swiper-slide.loopimage02 {
    width: 95px;
  }
  .loop-fvSwiper-wrap .loop-fvSwiper .swiper-slide.loopimage07 {
    width: 70px;
  }
  .loop-fvSwiper-wrap .loop-fvSwiper .swiper-slide.loopimage03 {
    width: 50px;
  }
  .loop-fvSwiper-wrap .loop-fvSwiper .swiper-slide.loopimage04 {
    width: 60px;
  }
  .loop-fvSwiper-wrap .loop-fvSwiper .swiper-slide.loopimage08 {
    width: 170px;
  }
  .loop-fvSwiper-wrap .loop-fvSwiper .swiper-slide.loopimage05 {
    width: 140px;
  }
  .loop-fvSwiper-wrap .loop-fvSwiper .swiper-slide.loopimage09 {
    width: 60px;
  }
}

@keyframes loop-slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loop-slide-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .loop-fvSwiper-wrap--reverse {
    margin-bottom: 60px;
  }
}
/* ---------------------------------------------------------------- */
/* #blogArea */
/* ---------------------------------------------------------------- */
#blogArea {
  background-color: #F5F5F5;
}
#blogArea .subtitle {
  max-width: 180px;
  color: #fff;
  background-color: #1E8840;
}
#blogArea .subtitle::after {
  border-top: 8px solid #1E8840;
}

.blog-postListWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 40px;
}
.blog-postListWrap .postBox .thumbnail {
  position: relative;
  padding-bottom: 60%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-postListWrap .postBox .thumbnail a {
  width: 100%;
  height: 100%;
  display: block;
}
.blog-postListWrap .postBox .thumbnail img {
  position: absolute;
  width: 100%;
  border-radius: 8px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-postListWrap .postBox .permaLinkWrap .category {
  margin: 0 0 20px;
}
.blog-postListWrap .postBox .permaLinkWrap .category ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-postListWrap .postBox .permaLinkWrap .category ul li {
  height: 30px;
  margin-bottom: 0;
  isplay: inline-block;
  border-radius: 15px;
  background-color: #1E8840;
}
.blog-postListWrap .postBox .permaLinkWrap .category ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.blog-postListWrap .postBox .permaLinkWrap .blogtitle {
  margin: 0;
}
.blog-postListWrap .postBox .permaLinkWrap .blogtitle a {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .blog-postListWrap .postBox:hover .thumbnail a img, .blog-postListWrap .postBox:focus .thumbnail a img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    opacity: 1;
  }
}
.blog-postListWrap.cat .postBox .thumbnail {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.blog-postListWrap.cat .postBox .thumbnail a {
  position: relative;
  padding-bottom: 60%;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-postListWrap {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .blog-postListWrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px 0;
  }
}
/* ---------------------------------------------------------------- */
/* 採用戦略ラボ一覧 */
/* ---------------------------------------------------------------- */
.recommended-swiper .recommended-item {
  position: relative;
  border-radius: 6px;
  background-color: #fff;
}
.recommended-swiper .recommended-item a {
  width: 100%;
  padding: 40px;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
  text-decoration: none;
}
.recommended-swiper .recommended-item a .thumbnail {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
  border-radius: 8px;
}
.recommended-swiper .recommended-item a .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.recommended-swiper .recommended-item a .permaLinkWrap .cat-label {
  width: 130px;
  padding: 9px 13px;
  background-color: #1E8840;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 15px;
  height: 30px;
  margin-bottom: 20px;
}
.recommended-swiper .recommended-item a .permaLinkWrap .recommended-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  color: #222222;
}
.recommended-swiper .recommended-item a .permaLinkWrap .readmore {
  position: absolute;
  bottom: 40px;
  right: 80px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #222222;
}
.recommended-swiper .recommended-item a .permaLinkWrap .readmore::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/home/svg/submenu_arrow.svg) no-repeat;
  background-position: center;
  background-size: 20px;
  bottom: 3px;
  right: -45px;
}
.recommended-swiper .recommended-button-next, .recommended-swiper .recommended-button-prev {
  width: 80px;
  height: 80px;
}
.recommended-swiper .recommended-button-next {
  background-image: url(images/home/svg/blog-next.svg);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
  right: 13%;
}
.recommended-swiper .recommended-button-prev {
  background-image: url(images/home/svg/blog-prev.svg);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
  left: 13%;
}

@media screen and (max-width: 768px) {
  .recommended-swiper .recommended-item a {
    padding: 20px 20px 60px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .recommended-swiper .recommended-item a .permaLinkWrap .recommended-title {
    font-size: 16px;
  }
  .recommended-swiper .recommended-item a .permaLinkWrap .readmore {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding-right: 50px;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #222222;
  }
  .recommended-swiper .recommended-item a .permaLinkWrap .readmore::after {
    right: 0;
  }
  .recommended-swiper .recommended-button-next, .recommended-swiper .recommended-button-prev {
    width: 40px;
    height: 40px;
  }
  .recommended-swiper .recommended-button-next {
    background-image: url(images/home/svg/blog-next.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    right: 0;
  }
  .recommended-swiper .recommended-button-prev {
    background-image: url(images/home/svg/blog-prev.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    left: 0;
  }
}
/* ---------------------------------------------------------------- */
/*  採用戦略ラボ詳細 */
/* ---------------------------------------------------------------- */
.blog-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 150px;
}

.blog-cta {
  border-radius: 16px;
  padding: 40px 15px 25px;
  position: relative;
  align-self: start;
}
.blog-cta .subtitle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -10px;
  width: 180px;
}
.blog-cta img {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.blog-cta .blog-cta-btn {
  border-radius: 27px;
  background-color: #115D28;
  width: 100%;
  height: 54px;
}
.blog-cta .blog-cta-btn a {
  padding: 4px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.blog-cta .blog-cta-btn.tel {
  background-color: #F47C1F;
}
.blog-cta .blog-cta-btn.document {
  background-color: #1E8840;
}

.blog-content {
  position: sticky;
}
.blog-content .blog-content-cat {
  margin-bottom: 25px;
}
.blog-content .blog-content-cat .blog_cat {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-content .blog-content-cat .blog_cat li {
  background-color: #FAF6EC;
  border-radius: 24px;
  height: 46px;
}
.blog-content .blog-content-cat .blog_cat li a {
  padding: 9px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  text-decoration: none;
}

.blog-thumbnail {
  border-radius: 6px;
}
.blog-thumbnail img {
  border-radius: 6px;
}

#toc_container {
  width: 100%;
  border-color: #1E8840;
  border-radius: 8px;
  background-color: #fff;
  padding: 30px 40px;
}
#toc_container .toc_title {
  font-size: 20px;
  font-weight: 700;
  color: #1E8840;
  padding-bottom: 10px !important;
  border-bottom: #1E8840 solid 1px;
  margin-bottom: 35px !important;
}
#toc_container .toc_list {
  counter-reset: toc-counter;
}
#toc_container .toc_list > li {
  counter-increment: toc-counter;
}
#toc_container .toc_list > li > a::before {
  color: #92C233;
  content: counter(toc-counter, decimal-leading-zero) ". ";
}
#toc_container .toc_list li {
  list-style: decimal-leading-zero;
  padding-bottom: 12px;
}
#toc_container .toc_list li a {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
  display: block;
  line-height: 1.4;
  padding-bottom: 12px;
}
#toc_container .toc_list li .toc_number {
  display: none;
}
#toc_container .toc_list li ul {
  margin-left: 50px;
}
#toc_container .toc_list li ul li {
  position: relative;
  padding-bottom: 8px;
}
#toc_container .toc_list li ul li:before {
  position: absolute;
  left: -20px;
  top: 5px;
  content: "";
  width: 10px;
  height: 10px;
  background: #92C233;
  border-radius: 50%;
}
#toc_container .toc_list li ul li span {
  display: none;
}
#toc_container .toc_list li ul li a {
  display: block;
  padding-bottom: 0;
  font-weight: 400;
}

.author-box {
  border-radius: 6px;
  margin-bottom: 40px;
}
.author-box a {
  width: 100%;
  height: 100%;
  padding: 40px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 0 20px;
  align-items: center;
  text-decoration: none;
  color: #222222;
}
.author-box a .author-box__body .author-box__name {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}
.author-box a .author-box__body .author-box__job {
  font-size: 12px;
  font-weight: 700;
  color: #1E8840;
  margin: 0 0 14px;
}
.author-box a .author-box__body .author-box__desc {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px;
}
.author-box a .author-box__body .author-box__footer {
  text-align: right;
  position: relative;
  padding-right: 80px;
  margin: 0;
}
.author-box a .author-box__body .author-box__footer::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 32px;
  background-color: #F47C1F;
  background-image: url(images/home/svg/white_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  border-radius: 16px;
  transition: 0.3s ease-in;
}

@media screen and (max-width: 768px) {
  .blog-sticky {
    top: 0;
    position: inherit;
  }
  .blog-content {
    margin-bottom: 40px;
  }
  #toc_container {
    padding: 30px 15px;
  }
  #toc_container .toc_list li a {
    line-height: 1.6;
  }
  #toc_container .toc_list li ul {
    margin-left: 30px;
  }
  #toc_container .toc_list li ul li:before {
    top: 10px;
    width: 8px;
    height: 8px;
  }
  #toc_container .toc_list li ul li a {
    line-height: 1.6;
  }
  .author-box {
    border-radius: 6px;
    margin-bottom: 40px;
  }
  .author-box a {
    padding: 30px;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .author-box a .author-box__image {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
/* ---------------------------------------------------------------- */
/* .post_link_pn_box */
/* ---------------------------------------------------------------- */
.post_link_pn_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post_link_pn_box a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 30px 40px 50px;
  text-align: left;
  color: #1E8840;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  background: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  border: #BEBEBE solid 1px;
  overflow: hidden;
}
.post_link_pn_box a:hover, .post_link_pn_box a:focus {
  color: #1E8840;
}
@media (max-width: 767px) {
  .post_link_pn_box a {
    height: 0;
    overflow: hidden;
    background: #fff;
    color: #222222;
  }
  .post_link_pn_box a::after {
    color: #222222;
  }
}
.post_link_pn_box .previous_post_box {
  width: 50%;
  border-right: none;
}
.post_link_pn_box .previous_post_box a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-image: url(images/home/svg/blog_previous.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
  display: block;
  transition: 0.3s ease-in;
}
@media print, screen and (min-width: 768px) {
  .post_link_pn_box .previous_post_box:hover a::after, .post_link_pn_box .previous_post_box:focus a::after {
    left: 10px;
    transition: 0.3s ease-in;
  }
}
.post_link_pn_box .next_post_box {
  width: 50%;
}
.post_link_pn_box .next_post_box a {
  padding: 40px 50px 40px 30px;
}
.post_link_pn_box .next_post_box a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-image: url(images/home/svg/blog_next.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
  display: block;
  transition: 0.3s ease-in;
}
@media print, screen and (min-width: 768px) {
  .post_link_pn_box .next_post_box:hover a::after, .post_link_pn_box .next_post_box:focus a::after {
    right: 10px;
    transition: 0.3s ease-in;
  }
}

@media screen and (max-width: 768px) {
  .post_link_pn_box .previous_post_box {
    width: 100%;
    border-right: #BEBEBE solid 1px;
    border-bottom: none;
  }
  .post_link_pn_box .previous_post_box a {
    height: 100%;
  }
  .post_link_pn_box .previous_post_box a::after {
    bottom: 10px;
  }
  .post_link_pn_box .next_post_box {
    width: 100%;
  }
  .post_link_pn_box .next_post_box a {
    height: 100%;
  }
  .post_link_pn_box .next_post_box a::after {
    bottom: 10px;
  }
}
/* ---------------------------------------------------------------- */
/* #newsArea */
/* ---------------------------------------------------------------- */
#newsArea {
  background: linear-gradient(180deg, #F5F5F5 0%, #F5F5F5 50%, #FAF6EC 50%, #FAF6EC 100%);
}
#newsArea .newsinr {
  border-radius: 48px;
  background-color: #fff;
}

.news-postListWrap .postBox {
  border-top: #222222 solid 1px;
  position: relative;
}
.news-postListWrap .postBox::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 32px;
  border: #222222 solid 1px;
  background-image: url(images/home/svg/b_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  border-radius: 16px;
  transition: 0.3s ease-in;
}
.news-postListWrap .postBox a {
  padding: 30px 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #222222;
}
.news-postListWrap .postBox a .permaLinkWrap {
  display: flex;
  gap: 0 35px;
  margin-bottom: 20px;
}
.news-postListWrap .postBox a .permaLinkWrap time {
  font-size: 12px;
  font-weight: 300;
}
.news-postListWrap .postBox a .permaLinkWrap .category {
  width: auto;
  height: 24px;
  border-radius: 12px;
  border: #222222 solid 1px;
}
.news-postListWrap .postBox a .permaLinkWrap .category a {
  width: 100%;
  height: 100%;
  padding: 4px 20px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-postListWrap .postBox a p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.news-postListWrap .postBox:last-child {
  border-bottom: #222222 solid 1px;
}
@media print, screen and (min-width: 768px) {
  .news-postListWrap .postBox:hover::after, .news-postListWrap .postBox:focus::after {
    right: 10px;
    background-image: url(images/home/svg/w_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    transition: 0.3s ease-in;
    background-color: #F47C1F;
    border-color: #F47C1F;
  }
}

@media screen and (max-width: 768px) {
  #newsArea .newsinr {
    border-radius: 0;
    background-color: #fff;
  }
  .news-postListWrap .postBox a {
    padding-right: 60px;
  }
}
/* ---------------------------------------------------------------- */
/* #content06 */
/* ---------------------------------------------------------------- */
#content06 {
  background-color: #FAF6EC;
  padding: 60px 0;
}

.cont6inr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 60px;
  margin-bottom: 60px;
}
.cont6inr .cont6box {
  background-color: #fff;
  border-radius: 16px;
}
.cont6inr .cont6box a {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0 35px;
  align-items: center;
  text-decoration: none;
  color: #222222;
  padding: 20px 110px 20px 30px;
  position: relative;
}
.cont6inr .cont6box a::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(images/home/svg/w_border_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 35px;
  border-radius: 16px;
  transition: 0.3s ease-in;
}
.cont6inr .cont6box a .txtbox p {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  transition: 0.3s ease-in;
  transform: translateY(0);
}
@media print, screen and (min-width: 768px) {
  .cont6inr.on-hover .cont6box:hover, .cont6inr.on-hover .cont6box:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .cont6inr.on-hover .cont6box:hover a::after, .cont6inr.on-hover .cont6box:focus a::after {
    background-image: url(images/home/svg/w_border_arrow_hover.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
  }
  .cont6inr.on-hover .cont6box:hover a .txtbox p, .cont6inr.on-hover .cont6box:focus a .txtbox p {
    transition: 0.3s ease-in;
    transform: translateY(10px);
  }
}

.banner-fvSwiper {
  padding-bottom: 50px;
}
.banner-fvSwiper .bannerbox a {
  width: 100%;
  height: 100%;
  display: block;
}
.banner-fvSwiper .banner-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.banner-fvSwiper .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F47C1F;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cont6inr {
    gap: 20px 30px;
  }
  .cont6inr .cont6box a {
    grid-template-columns: 60px 1fr;
    padding-right: 90px;
    gap: 0 15px;
  }
  .cont6inr .cont6box a .txtbox p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cont6inr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
    margin-bottom: 30px;
  }
  .cont6inr .cont6box {
    min-height: 80px;
  }
  .cont6inr .cont6box a {
    grid-template-columns: 20% 1fr;
    padding: 10px 60px 10px 20px;
    gap: 0 20px;
  }
  .cont6inr .cont6box a::after {
    width: 30px;
    height: 30px;
    background-image: url(images/home/svg/w_border_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    right: 20px;
  }
  .cont6inr .cont6box a .txtbox p {
    font-size: 18px;
  }
}
/* ---------------------------------------------------------------- */
/* #content07 */
/* ---------------------------------------------------------------- */
#content07 {
  background-color: #E7F5EC;
}

.cont7inr {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 0 40px;
  align-items: center;
}
.cont7inr .txtbox .subtitle {
  margin-left: 0;
  margin-right: auto;
  max-width: 160px;
  background-color: #1E8840;
  color: #fff;
}
.cont7inr .txtbox .subtitle::after {
  border-top: 8px solid #1E8840;
}
.cont7inr .txtbox .cont7txt {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}
.cont7inr .txtbox .cont7txt2 {
  font-weight: 500;
  margin: 0 0 25px;
}
.cont7inr .txtbox .cont7txt2.cont7txt4 {
  margin: 0 0 45px;
}
.cont7inr .txtbox .cont7txt3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 25px;
}
.cont7inr .txtbox .cont7bubble {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 30px;
  position: relative;
}
.cont7inr .txtbox .cont7bubble::after {
  content: "";
  position: absolute;
  top: -25px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 25px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(-85deg);
}
.cont7inr .txtbox .cont7bubble p {
  font-weight: 500;
  margin: 0;
}
.cont7inr .cont7txt5 {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}
.cont7inr .imgbox .cont7img {
  background-color: #fff;
  border-radius: 8px;
  padding: 5px;
  margin-bottom: 7px;
}
.cont7inr .imgbox .cont7img img {
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .cont7inr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px 0;
  }
  .cont7inr .txtbox {
    order: 1;
  }
  .cont7inr .txtbox .cont7txt {
    font-size: 20px;
  }
  .cont7inr .txtbox .cont7txt2 {
    font-weight: 500;
    margin: 0 0 20px;
  }
  .cont7inr .txtbox .cont7txt2 .small {
    font-size: 12px;
  }
  .cont7inr .txtbox .cont7txt2.cont7txt4 {
    margin: 0 0 20px;
  }
  .cont7inr .txtbox .cont7txt3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 50px;
  }
  .cont7inr .txtbox .cont7bubble {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    position: relative;
  }
  .cont7inr .txtbox .cont7bubble::after {
    transform: rotate(0deg);
    top: auto;
    bottom: -20px;
    left: 20px;
    border-width: 20px 20px 0 0;
    border-color: #fff transparent transparent transparent;
  }
  .cont7inr .cont7txt5 {
    text-align: left;
  }
  .cont7inr .imgbox {
    order: 2;
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 0 24px;
    align-items: flex-end;
  }
  .cont7inr .imgbox .cont7img {
    margin-bottom: 0;
  }
}
/* ---------------------------------------------------------------- */
/* accordion */
/* ---------------------------------------------------------------- */
.accordion-container {
  margin: 40px auto;
  width: 100%;
}
.accordion-container .accordion-list {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 20px;
  padding: 0 89px 0 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.accordion-container .accordion-list::first-child {
  margin-top: 10px;
}
.accordion-container .accordion-list .accordion-title {
  cursor: pointer;
  font-size: 18px;
  padding: 20px 0 20px 50px;
  position: relative;
  font-weight: 700;
}
.accordion-container .accordion-list .accordion-title::before {
  position: absolute;
  content: "Q";
  font-size: 24px;
  font-weight: 700;
  color: #1E8840;
  left: 0;
  top: 13px;
}
.accordion-container .accordion-list .accordion-title::after {
  position: absolute;
  content: "";
  top: 23px;
  right: -55px;
  height: 25px;
  width: 25px;
  background: url("images/home/svg/b_plus.svg") no-repeat;
  background-position: center;
  background-size: 25px;
  transition: all 0.3s ease-in-out;
}
.accordion-container .accordion-list .accordion-title.open {
  padding: 24px 0 20px 50px;
  border-bottom: #BEBEBE solid 1px;
}
.accordion-container .accordion-list .accordion-title.open::after {
  background: url("images/home/svg/b_minus.svg") no-repeat;
  background-position: center;
  background-size: 25px;
}
.accordion-container .accordion-list .accordion-text {
  display: none;
  padding: 22px 0 22px 50px;
  position: relative;
}
.accordion-container .accordion-list .accordion-text::before {
  position: absolute;
  content: "A";
  font-size: 24px;
  font-weight: 700;
  color: #F47C1F;
  left: 0;
  top: 13px;
}
.accordion-container .accordion-list .accordion-text .a_text {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .accordion-container .accordion-list {
    padding-right: 60px;
  }
  .accordion-container .accordion-list .accordion-title {
    padding-left: 40px;
  }
  .accordion-container .accordion-list .accordion-title::after {
    right: -35px;
  }
  .accordion-container .accordion-list .accordion-title.open {
    padding-left: 40px;
  }
  .accordion-container .accordion-list .accordion-text {
    padding-left: 40px;
  }
}
/* ---------------------------------------------------------------- */
/* all-products 通常商品 */
/* ---------------------------------------------------------------- */
#all-productsArea .subtitle {
  margin-bottom: 20px;
  max-width: 160px;
}
#all-productsArea .title {
  line-height: 1.2;
  margin-bottom: 20px;
}

.tab-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 38px;
}
.tab-nav .tab-btn {
  width: auto;
  background: #FAF6EC;
  padding: 13px 20px;
  cursor: pointer;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  border: #FAF6EC solid 2px;
  color: #222222;
  height: 46px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-nav .tab-btn:hover, .tab-nav .tab-btn:focus {
  background-color: #F47C1F;
  color: #fff;
}
.tab-nav .tab-btn.active {
  border: #F47C1F solid 2px;
  color: #F47C1F;
  background-color: #fff;
}
.tab-nav.works {
  justify-content: flex-start;
}
.tab-nav.works .tab-btn {
  padding: 7px 20px;
  height: 34px;
  background-color: #fff;
}
.tab-nav.works .tab-btn:hover, .tab-nav.works .tab-btn:focus {
  background-color: #1E8840;
  color: #fff;
}
.tab-nav.works .tab-btn.active {
  background-color: #fff;
  border: #1E8840 solid 2px;
  color: #1E8840;
}
.tab-nav.blog {
  justify-content: flex-start;
  width: 1320px;
}
.tab-nav.blog .tab-btn {
  padding: 7px 20px;
  height: 34px;
  background-color: #E7F5EC;
}
.tab-nav.blog .tab-btn:hover, .tab-nav.blog .tab-btn:focus {
  background-color: #1E8840;
  color: #fff;
}
.tab-nav.blog .tab-btn.active {
  background-color: #fff;
  border: #1E8840 solid 2px;
  color: #1E8840;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: flex;
  flex-wrap: wrap;
}

.no-products {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  color: #222222;
}

.all-products-postListWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px 20px;
}
.all-products-postListWrap .postBox a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #222222;
}
.all-products-postListWrap .postBox a .thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 7px;
}
.all-products-postListWrap .postBox a .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.all-products-postListWrap .postBox a .permalinkWrap {
  flex: 1;
}
.all-products-postListWrap .postBox a .permalinkWrap .sub {
  color: #F47C1F;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
}
.all-products-postListWrap .postBox a .permalinkWrap .allproducts_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 2px;
}
.all-products-postListWrap .postBox a .permalinkWrap .price {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #115D28;
  font-family: "Montserrat", sans-serif;
}
.all-products-postListWrap .postBox a .permalinkWrap .price span {
  margin-left: 10px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  #all-productsArea .title {
    font-size: 24px;
  }
  .sp_x {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-left: 15px;
  }
  .sp_x::-webkit-scrollbar {
    display: none;
  }
  .tab-nav {
    flex-wrap: nowrap;
    margin-bottom: 18px;
    width: 490px;
    justify-content: flex-start;
  }
  .tab-nav .tab-btn {
    padding: 13px 15px;
  }
  .tab-nav.works {
    width: 1750px;
  }
  .all-products-postListWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 15px;
  }
  .all-products-postListWrap .postBox a .thumbnail {
    margin-bottom: 16px;
  }
  .all-products-postListWrap .postBox a .permalinkWrap .allproducts_title {
    margin: 0 0 24px;
  }
}
/* ---------------------------------------------------------------- */
/* all-products 通常商品詳細 */
/* ---------------------------------------------------------------- */
.all-products-content .price {
  font-size: 32px;
  font-weight: 700;
  color: #1E8840;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  margin-bottom: 30px;
}
.all-products-content .price span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}

.all-products_cat {
  height: 50px;
  background-color: #FAF6EC;
  border-radius: 24px;
  margin-bottom: 20px;
  display: inline-block;
}
.all-products_cat a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #222222;
  padding: 13px 27px;
}

.all-products-linked-swiper {
  margin-bottom: 10px;
}
.all-products-linked-swiper .swiper-slide .slidebox {
  width: 100%;
  position: relative;
}
.all-products-linked-swiper .swiper-slide .slidebox a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.all-products-linked-swiper .swiper-slide .slidebox img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.all-products-linked-swiper .all-products-linked-button-prev, .all-products-linked-swiper .all-products-linked-button-next {
  width: 40px;
  height: 40px;
  display: block;
}
.all-products-linked-swiper .all-products-linked-button-prev {
  background-image: url(images/home/svg/all-products-prev.svg);
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
.all-products-linked-swiper .all-products-linked-button-next {
  background-image: url(images/home/svg/all-products-next.svg);
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
}

.single-all-products-btn {
  background-color: #fff;
  border-radius: 8px;
}
.single-all-products-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  padding: 30px 40px;
  text-decoration: none;
  position: relative;
}
.single-all-products-btn a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/home/svg/submenu_arrow.svg) no-repeat;
  background-position: center;
  background-size: 20px;
  bottom: 30px;
  right: 20px;
}

.all-products-box a {
  text-decoration: none;
  color: #222222;
}
.all-products-box a .thumbnail {
  position: relative;
  width: 100%;
  border-radius: 16px;
  padding-bottom: 270px;
  overflow: hidden;
  margin-bottom: 8px;
}
.all-products-box a .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.all-products-thumbnail .slidebox {
  width: 100%;
  position: relative;
}
.all-products-thumbnail .slidebox a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.all-products-thumbnail .slidebox img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .all-products-movie {
    height: 240px;
  }
  .all-products-box a .thumbnail {
    padding-bottom: 170px;
  }
}
/* ---------------------------------------------------------------- */
/* ノベルティとは 通常商品 */
/* ---------------------------------------------------------------- */
.allproducts-scene-postListWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
}
.allproducts-scene-postListWrap .postBox a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #222222;
}
.allproducts-scene-postListWrap .postBox a .thumbnail {
  position: relative;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100%;
  margin-bottom: 10px;
}
.allproducts-scene-postListWrap .postBox a .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.allproducts-scene-postListWrap .postBox a .permaLinkWrap span {
  color: #F47C1F;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}
.allproducts-scene-postListWrap .postBox a .permaLinkWrap .title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 4px;
}
.allproducts-scene-postListWrap .postBox a .permaLinkWrap .price {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #115D28;
  font-family: "Montserrat", sans-serif;
}
.allproducts-scene-postListWrap .postBox a .permaLinkWrap .price span {
  margin-left: 10px;
  font-size: 14px;
  display: inline;
  color: #115D28;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .allproducts-scene-postListWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
/* ---------------------------------------------------------------- */
/* works ブースデザイン事例  */
/* ---------------------------------------------------------------- */
#worksArea {
  background-color: #E7F5EC;
}
#worksArea .subtitle {
  width: 200px;
}
#worksArea .title span {
  color: #F47C1F;
  font-size: 32px;
}

.works-postListWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  margin-bottom: 50px;
}
.works-postListWrap .postBox {
  background-color: #fff;
  border-radius: 16px;
  position: relative;
}
.works-postListWrap .postBox::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/home/svg/submenu_arrow.svg) no-repeat;
  background-position: center;
  background-size: 20px;
  bottom: 30px;
  right: 20px;
}
.works-postListWrap .postBox .thumbnail {
  border-radius: 16px 16px 0 0;
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}
.works-postListWrap .postBox .thumbnail a {
  width: 100%;
  height: 100%;
  display: block;
}
.works-postListWrap .postBox .thumbnail a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.works-postListWrap .postBox .thumbnail .Industry_cat {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px 0 8px 0;
  width: auto;
  height: 32px;
  z-index: 1;
}
.works-postListWrap .postBox .thumbnail .Industry_cat a {
  width: 100%;
  height: 100%;
  border-radius: 16px 0 8px 0;
  padding: 6px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #1E8840;
  text-decoration: none;
}
.works-postListWrap .postBox .thumbnail .Industry_cat a.cat-service {
  background-color: #EF6B89;
}
.works-postListWrap .postBox .thumbnail .Industry_cat a.cat-it-system {
  background-color: #1E2E88;
}
.works-postListWrap .postBox .thumbnail .Industry_cat a.cat-manufacturing {
  background-color: #F47C1F;
}
.works-postListWrap .postBox .thumbnail .Industry_cat a.cat-medical {
  background-color: #19ACA6;
}
.works-postListWrap .postBox .thumbnail .Industry_cat a.cat-infrastructure {
  background-color: #764221;
}
.works-postListWrap .postBox .thumbnail .Industry_cat a.cat-realestate {
  background-color: #0D93F5;
}
.works-postListWrap .postBox .thumbnail .Industry_cat a.cat-eating {
  background-color: #A31440;
}
.works-postListWrap .postBox .thumbnail .Industry_cat a.cat-transportation {
  background-color: #74395B;
}
.works-postListWrap .postBox .thumbnail .Industry_cat a.cat-rental {
  background-color: #92C233;
}
.works-postListWrap .postBox .thumbnail .Industry_cat a.cat-electricity {
  background-color: #FFB610;
}
.works-postListWrap .postBox .permalinkWrap {
  padding: 30px 20px 30px;
}
.works-postListWrap .postBox .permalinkWrap a {
  text-decoration: none;
  color: #222222;
}
.works-postListWrap .postBox .permalinkWrap a .excerpt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 45px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.works-postListWrap .postBox .permalinkWrap .companyname {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px;
  line-height: 1.5;
}
.works-postListWrap .postBox .permalinkWrap .worksbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.works-postListWrap .postBox .permalinkWrap .worksbox .purpose {
  padding-right: 44px;
}
.works-postListWrap .postBox .permalinkWrap .worksbox .purpose a {
  font-size: 14px;
  font-weight: 700;
  color: #1E8840;
}
.works-postListWrap .postBox .permalinkWrap .worksbox .areabox .area {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
}
.works-postListWrap .postBox .permalinkWrap .worksbox .areabox .area::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  background: url(images/home/svg/area.svg) no-repeat;
  background-position: center;
  background-size: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .works-postListWrap .postBox:hover::after, .works-postListWrap .postBox:focus::after {
    transition: 0.3s ease-in;
    right: 10px;
  }
  .works-postListWrap .postBox:hover .thumbnail a img, .works-postListWrap .postBox:focus .thumbnail a img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    opacity: 1;
  }
}
.works-postListWrap.cat .postBox .thumbnail {
  border-radius: 16px 16px 0 0;
  padding-bottom: 0;
}
.works-postListWrap.cat .postBox .thumbnail .thumbnaillink {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #worksArea .btnWrap {
    margin-top: 30px;
  }
  .works-postListWrap {
    display: flex;
    gap: 0;
    margin-bottom: 0;
  }
  .works-postListWrap.cat {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
  .works-fvSwiper {
    padding-bottom: 50px;
  }
  .works-fvSwiper .works-sp-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
  }
  .works-fvSwiper .works-sp-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1E8840;
  }
  .spfvSwiper {
    padding-bottom: 55px;
  }
  .spfvSwiper.document {
    padding-bottom: 70px;
  }
  .spfvSwiper.document .sp-pagination {
    bottom: 20px;
  }
  .spfvSwiper.cont5 {
    padding-bottom: 100px;
  }
  .spfvSwiper.cont5 .sp-pagination {
    bottom: 22px;
  }
  .spfvSwiper .swiper-slide {
    height: auto;
  }
  .spfvSwiper .swiper-slide .postBox, .spfvSwiper .swiper-slide .box {
    height: 100%;
  }
  .spfvSwiper .sp-pagination {
    bottom: 0;
  }
  .spfvSwiper .sp-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
  .spfvSwiper .sp-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1E8840;
  }
}
/* ---------------------------------------------------------------- */
/* works ブースデザイン事例詳細  */
/* ---------------------------------------------------------------- */
.single-works-category {
  margin-bottom: 35px;
}
.single-works-category ul {
  display: inline-block;
}
.single-works-category ul li {
  display: inline-block;
  background-color: #FAF6EC;
  border-radius: 24px;
  width: auto;
  height: 46px;
  margin-right: 8px;
}
.single-works-category ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #222222;
  padding: 13px 24px;
}

/* ---------------------------------------------------------------- */
/* voices-worksArea お客様の声  */
/* ---------------------------------------------------------------- */
#voices-worksArea {
  background-color: #F5F5F5;
}
#voices-worksArea .subtitle {
  width: 180px;
}

.voicesworks-fvSwiperwrap {
  position: relative;
  overflow: hidden;
}

.voices-works-fvSwiper {
  position: inherit;
  overflow: visible;
  padding-bottom: 0;
}
.voices-works-fvSwiper .swiper-slide {
  height: auto;
}
.voices-works-fvSwiper .swiper-slide .postBox {
  height: 100%;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
}
.voices-works-fvSwiper .swiper-slide .postBox::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/home/svg/submenu_arrow.svg) no-repeat;
  background-position: center;
  background-size: 20px;
  bottom: 20px;
  right: 20px;
}
.voices-works-fvSwiper .swiper-slide .postBox .thumbnail {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.voices-works-fvSwiper .swiper-slide .postBox .thumbnail a {
  width: 100%;
  height: 100%;
  display: block;
}
.voices-works-fvSwiper .swiper-slide .postBox .thumbnail a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voices-works-fvSwiper .swiper-slide .postBox .permalinkWrap {
  border-radius: 0 0 16px 16px;
}
.voices-works-fvSwiper .swiper-slide .postBox .permalinkWrap a {
  text-decoration: none;
  color: #222222;
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px;
}
.voices-works-fvSwiper .swiper-slide .postBox .permalinkWrap a .excerpt {
  margin: 0 0 35px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.voices-works-fvSwiper .swiper-slide .postBox .permalinkWrap a .companyname {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 500;
}
.voices-works-fvSwiper .swiper-slide .postBox .permalinkWrap a .area {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}
.voices-works-fvSwiper .swiper-slide .postBox .permalinkWrap a .area::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  background: url(images/home/svg/area.svg) no-repeat;
  background-position: center;
  background-size: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .voices-works-fvSwiper .swiper-slide .postBox:hover::after, .voices-works-fvSwiper .swiper-slide .postBox:focus::after {
    transition: 0.3s ease-in;
    right: 5px;
  }
  .voices-works-fvSwiper .swiper-slide .postBox:hover .thumbnail a img, .voices-works-fvSwiper .swiper-slide .postBox:focus .thumbnail a img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    opacity: 1;
  }
}

.voicebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.voicebox .leftbox .voices-works-pagination {
  bottom: 0;
  position: initial;
}
.voicebox .leftbox .voices-works-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.voicebox .leftbox .voices-works-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1E8840;
}
.voicebox .rightbox .btnWrap {
  margin-top: 0;
}
.voicebox .rightbox .btnWrap .btn {
  width: 260px;
  max-width: 260px;
}

@media screen and (max-width: 768px) {
  .voicebox {
    display: block;
    margin-top: 30px;
  }
  .voicebox .leftbox {
    margin-bottom: 30px;
  }
  .voicebox .rightbox .btnWrap .btn {
    margin: 0 auto;
  }
}
/* ---------------------------------------------------------------- */
/* お客様の声一覧  */
/* ---------------------------------------------------------------- */
.voicesworkscat-postListWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
.voicesworkscat-postListWrap .postBox {
  border-radius: 16px;
  position: relative;
}
.voicesworkscat-postListWrap .postBox::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/home/svg/submenu_arrow.svg) no-repeat;
  background-position: center;
  background-size: 20px;
  bottom: 30px;
  right: 20px;
}
.voicesworkscat-postListWrap .postBox a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #222222;
}
.voicesworkscat-postListWrap .postBox a .thumbnail {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.voicesworkscat-postListWrap .postBox a .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voicesworkscat-postListWrap .postBox a .permalinkWrap {
  flex: 1;
  border-radius: 0 0 16px 16px;
  padding: 20px;
  background-color: #fff;
}
.voicesworkscat-postListWrap .postBox a .permalinkWrap .excerpt {
  margin: 0 0 35px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.voicesworkscat-postListWrap .postBox a .permalinkWrap .companyname {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 500;
}
.voicesworkscat-postListWrap .postBox a .permalinkWrap .area {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
}
.voicesworkscat-postListWrap .postBox a .permalinkWrap .area::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  background: url(images/home/svg/area.svg) no-repeat;
  background-position: center;
  background-size: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 768px) {
  .voicesworkscat-postListWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
  .voicesworkscat-postListWrap .postBox a .permalinkWrap {
    padding: 20px 15px;
  }
}
/* ---------------------------------------------------------------- */
/* お客様の声詳細  */
/* ---------------------------------------------------------------- */
.single-voicesworks-fvSwiper {
  max-width: 820px;
  padding: 0 50px 40px;
}
.single-voicesworks-fvSwiper .single-voicesworks-box {
  border-radius: 6px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 60%;
}
.single-voicesworks-fvSwiper .single-voicesworks-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-voicesworks-fvSwiper .single-voicesworks-button-next, .single-voicesworks-fvSwiper .single-voicesworks-button-prev {
  width: 80px;
  height: 80px;
  margin-top: -55px;
}
.single-voicesworks-fvSwiper .single-voicesworks-button-prev {
  background-image: url(images/home/svg/voicesworks-prev.svg);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
  left: 5px;
}
.single-voicesworks-fvSwiper .single-voicesworks-button-next {
  background-image: url(images/home/svg/voicesworks-next.svg);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
  right: 5px;
}
.single-voicesworks-fvSwiper .single-voicesworks-pagination {
  bottom: 0;
}
.single-voicesworks-fvSwiper .single-voicesworks-pagination .swiper-pagination-bullet {
  background-color: #F5F5F5;
  opacity: 1;
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.single-voicesworks-fvSwiper .single-voicesworks-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1E8840;
}

.company-info-wrap {
  position: relative;
}

.company-info {
  border-radius: 6px;
  align-self: start;
  position: sticky;
  position: -webkit-sticky;
  top: 150px;
}
.company-info .company-info-imgbox {
  border-radius: 6px 6px 0 0;
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
}
.company-info .company-info-imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-info .company-info-txtbox {
  border-radius: 0 0 6px 6px;
  padding: 17px;
}
.company-info .company-info-txtbox span {
  font-size: 16px;
  font-weight: 500;
  color: #1E8840;
  display: block;
  text-align: center;
  margin-bottom: 16px;
}
.company-info .company-info-txtbox .company-info-txt {
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 17px;
  padding-left: 20px;
  position: relative;
}
.company-info .company-info-txtbox .company-info-txt::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(images/home/svg/building.svg) no-repeat;
  background-position: center;
  background-size: 13px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
}
.company-info .company-info-txtbox .company-info-txt a {
  text-decoration: none;
  color: #222222;
}
.company-info .company-info-txtbox .company-info-txt.area::before {
  background: url(images/home/svg/g_area.svg) no-repeat;
  background-position: center;
  background-size: 10px;
}
.company-info .company-info-txtbox .company-info-txt.hpurl::before {
  background: url(images/home/svg/hp.svg) no-repeat;
  background-position: center;
  background-size: 13px;
}
.company-info .company-info-txtbox .company-info-txt.hpurl::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: url(images/home/svg/blank.svg) no-repeat;
  background-position: center;
  background-size: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 50%;
}
.company-info .company-info-txtbox .company-info-txt.industry::before {
  background: url(images/home/svg/work.svg) no-repeat;
  background-position: center;
  background-size: 8px;
}
.company-info .company-info-txtbox .company-info-txt.set_terms::before {
  background: url(images/home/svg/plan.svg) no-repeat;
  background-position: center;
  background-size: 13px;
}

.single-content-voiceworks {
  background-color: #E7F5EC;
  padding: 40px;
}

.single-content-voiceworks-interview {
  margin-bottom: 60px;
}
.single-content-voiceworks-interview .single-content-voiceworks-question {
  font-size: 20px;
  font-weight: 700;
  border-bottom: #707070 solid 1px;
  padding-bottom: 10px;
}
.single-content-voiceworks-interview .single-content-voiceworks-question span {
  font-size: 20px;
  color: #1E8840;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .single-voicesworks-fvSwiper {
    max-width: 100%;
    padding: 0 0 40px;
  }
  .single-voicesworks-fvSwiper .single-voicesworks-button-next, .single-voicesworks-fvSwiper .single-voicesworks-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -35px;
  }
  .single-voicesworks-fvSwiper .single-voicesworks-button-prev {
    background-image: url(images/home/svg/voicesworks-prev.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    left: 0;
  }
  .single-voicesworks-fvSwiper .single-voicesworks-button-next {
    background-image: url(images/home/svg/voicesworks-next.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    right: 0;
  }
  .company-info {
    display: none;
  }
  .single-content-voiceworks {
    padding: 20px;
  }
  .single-content-voiceworks-interview {
    margin-bottom: 40px;
  }
}
/* ---------------------------------------------------------------- */
/* documentArea ダウンロード無料  */
/* ---------------------------------------------------------------- */
#documentArea {
  background-color: #115D28;
}
#documentArea .title {
  color: #fff;
}
#documentArea .title span {
  font-size: 32px;
  color: #FFF471;
}

.document-postListWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  margin-bottom: 50px;
  align-items: stretch;
}
.document-postListWrap .postBox {
  border-radius: 16px;
  background-color: #fff;
  height: 100%;
}
.document-postListWrap .postBox a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px;
  text-decoration: none;
  color: #222222;
}
.document-postListWrap .postBox a .thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
  margin-bottom: 16px;
}
.document-postListWrap .postBox a .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.document-postListWrap .postBox a .permalinkWrap .d_title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 17px;
  text-align: center;
}
.document-postListWrap .postBox a .permalinkWrap .excerpt {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .document-postListWrap .postBox:hover a .permalinkWrap .btn, .document-postListWrap .postBox:focus a .permalinkWrap .btn {
    text-decoration: none;
    color: #fff !important;
    background: #92C233;
  }
  .document-postListWrap .postBox:hover a .permalinkWrap .btn.arrow:after, .document-postListWrap .postBox:focus a .permalinkWrap .btn.arrow:after {
    background-position: center right 0;
  }
}
.document-postListWrap.cat {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}
.document-postListWrap.cat .postBox {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.document-postListWrap.cat .postBox a {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.document-postListWrap.cat .postBox a .thumbnail {
  border-radius: 6px;
  margin-bottom: 25px;
}
.document-postListWrap.cat .postBox a .thumbnail img {
  border-radius: 6px;
}
.document-postListWrap.cat .postBox a .permalinkWrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.document-postListWrap.cat .postBox a .permalinkWrap .excerpt {
  flex: 1;
}
.document-postListWrap.cat .postBox a .permalinkWrap .btn {
  margin-top: auto;
}

.document_btn {
  background-color: #F29700;
  border-radius: 16px;
  position: relative;
  margin-bottom: 60px;
}
.document_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 60px;
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
}
.document_btn a .left {
  display: flex;
  gap: 0 12px;
  align-items: center;
}
.document_btn a .left .radius {
  background-color: #1E8840;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.document_btn a .left .radius span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
}
.document_btn a .left .radius p {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
}
.document_btn a .left .radiustxt p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
.document_btn a .center {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.document_btn a .center img {
  width: 250px;
}
.document_btn a .right .btn {
  width: 240px;
}
@media print, screen and (min-width: 768px) {
  .document_btn:hover a .center img, .document_btn:focus a .center img {
    opacity: 1;
  }
  .document_btn:hover a .right .btn, .document_btn:focus a .right .btn {
    text-decoration: none;
    color: #fff !important;
    background: #92C233;
  }
  .document_btn:hover a .right .btn.arrow:after, .document_btn:focus a .right .btn.arrow:after {
    background-position: center right 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .document-postListWrap .postBox a {
    padding: 20px 15px;
  }
  .document-postListWrap.cat .postBox a {
    padding: 0;
  }
  .document_btn a .center {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .document_btn a .center img {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .document-postListWrap {
    display: flex;
    gap: 0;
    margin-bottom: 0;
  }
  .document-postListWrap.cat {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
  .document_btn {
    margin-bottom: 40px;
  }
  .document_btn a {
    display: block;
    gap: 0;
    padding: 20px 17px 30px;
  }
  .document_btn a .left .radiustxt p {
    font-size: 19px;
  }
  .document_btn a .center {
    position: inherit;
    top: 0;
    left: 0;
    margin-bottom: 24px;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  .document_btn a .center img {
    width: 250px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .document_btn a .right .btn {
    width: 240px;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .document_btn:hover a .center img, .document_btn:focus a .center img {
    opacity: 1;
  }
  .document_btn:hover a .right .btn, .document_btn:focus a .right .btn {
    text-decoration: none;
    color: #fff !important;
    background: #92C233;
  }
  .document_btn:hover a .right .btn.arrow:after, .document_btn:focus a .right .btn.arrow:after {
    background-position: center right 0;
  }
}
/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
/* ---------------------------- */
/* ページヘッダー */
/* ---------------------------- */
#mainCnt {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #mainCnt {
    margin-top: 60px;
  }
}

.page-head-box {
  height: 400px;
  position: relative;
}
.page-head-box .page-head-imgbox {
  position: relative;
  overflow: hidden;
  padding-bottom: 400px;
  width: 100%;
}
.page-head-box .page-head-imgbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(17, 93, 40, 0.2);
  width: 100%;
  height: 100%;
}
.page-head-box .page-head-imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-head-box .page-head-txtbox {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  bottom: 0;
  z-index: 0;
  padding-top: 30px;
}
.page-head-box .page-head-txtbox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  display: block;
  width: 55%;
  background-color: #fff;
  border-radius: 0 32px 0 0;
  z-index: -1;
}
.page-head-box .page-head-txtbox .container {
  height: 100%;
}
.page-head-box .page-head-txtbox .page-head-inner {
  padding-right: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
}
.page-head-box .page-head-txtbox .page-head-inner .en {
  font-size: 12px;
  font-weight: 700;
  color: #1E8840;
  margin: 0;
  text-transform: uppercase;
}
.page-head-box .page-head-txtbox .page-head-inner .jp {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  line-height: 1.46;
}
.page-head-box.custom-posts-box {
  height: 90px;
}
.page-head-box.custom-posts-box .container {
  height: 100%;
}
.page-head-box.custom-posts-box .page-head-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.page-head-box.custom-posts-box .page-head-inner .en {
  font-size: 12px;
  font-weight: 700;
  color: #1E8840;
  margin: 0;
  text-transform: uppercase;
}
.page-head-box.custom-posts-box .page-head-inner .jp {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  line-height: 1.46;
}

@media screen and (max-width: 768px) {
  .page-head-box {
    height: 270px;
    position: relative;
  }
  .page-head-box .page-head-imgbox {
    padding-bottom: 270px;
  }
  .page-head-box .page-head-txtbox::before {
    width: 65%;
  }
  .page-head-box .page-head-txtbox .page-head-inner {
    padding-right: 41%;
  }
  .page-head-box .page-head-txtbox .page-head-inner .en {
    font-size: 10px;
  }
  .page-head-box .page-head-txtbox .page-head-inner .jp {
    font-size: 24px;
  }
}
/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.pcmbreadcrumbsWrap {
  margin-top: 18px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pcmbreadcrumbsWrap {
    margin-top: 13px;
    margin-bottom: 40px;
  }
}

.pcm-breadcrumbs__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto !important;
  font-size: 12px;
  line-height: 1.4em;
  list-style: none;
  padding-left: 0 !important;
}
@media screen and (max-width: 768px) {
  .pcm-breadcrumbs__list {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .pcm-breadcrumbs__list::-webkit-scrollbar {
    display: none;
  }
}
.pcm-breadcrumbs__item {
  margin-bottom: 0 !important;
  white-space: nowrap;
  flex-shrink: 0;
}
.pcm-breadcrumbs__item::marker {
  display: none !important;
}
.pcm-breadcrumbs__item:not(:last-child)::after {
  content: ">";
  padding: 0 6px;
}
.pcm-breadcrumbs__link {
  color: #575757 !important;
  text-decoration: none !important;
}
.pcm-breadcrumbs__link:hover {
  color: #115D28 !important;
  text-decoration: underline !important;
}
@media screen and (min-width: 1025px) {
  .pcm-breadcrumbs {
    max-width: 1170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pcm-breadcrumbs {
    max-width: 970px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .pcm-breadcrumbs {
    max-width: 750px;
  }
}

/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
.postPage {
  padding: 0;
}
.postPage #postCnt {
  overflow: hidden;
  margin: 0;
  min-height: 300px;
}
.postPage h1, .postPage h2, .postPage h3, .postPage h4, .postPage h5, .postPage h6 {
  line-height: 1.4;
}
.postPage .titleh2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 40px;
}
.postPage .titleh2._center {
  text-align: center;
}
.postPage .titleh2 .big {
  font-size: 45px;
}
.postPage .titleh3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px;
  position: relative;
  line-height: 1.3;
  padding-left: 36px;
}
.postPage .titleh3::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #92C233;
  display: block;
  left: 0;
  top: 5px;
}
.postPage .titleh4 {
  font-size: 22px;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
  margin: 0 0 25px;
}
.postPage .titleh4::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 22px;
  background: #92C233;
  left: 0;
  top: 0;
  display: block;
}
.postPage .titleh4::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  background-color: #1E8840;
  display: block;
  top: 0;
  left: 0;
}
.postPage .titleh5 {
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  padding: 8px 10px 0;
  margin: 0 0 25px;
  background-color: #E7F5EC;
}
.postPage .box {
  padding: 90px 0;
}
.postPage .box.box2 {
  background-color: #F5F5F5;
}
.postPage .box.box3 {
  background-color: #FAF6EC;
}
.postPage .box.box4 {
  padding-bottom: 0;
}
.postPage .box.box5 {
  background-color: #E7F5EC;
}
.postPage .box.box6 {
  background-color: #115D28;
}
.postPage .box.box7 {
  padding: 60px 0;
}
.postPage .box.box9 {
  padding-top: 0;
}
.postPage p {
  margin: 0 0 20px;
  text-align: justify;
  text-align: inter-ideograph;
}
.postPage p img {
  max-width: 100%;
  margin-bottom: 0;
}
.postPage .bold {
  font-weight: 700;
}
.postPage .regular {
  font-weight: 400;
}
.postPage .medium {
  font-weight: 500;
}
.postPage .block {
  display: block;
}
.postPage .radius4 {
  border-radius: 4px;
}
.postPage .radius6 {
  border-radius: 6px;
}
.postPage .line-height13 {
  line-height: 1.3;
}
.postPage .line-height16 {
  line-height: 1.6;
}
.postPage .line-height18 {
  line-height: 1.8;
}
.postPage .radius8 {
  border-radius: 8px;
}
.postPage .radius16 {
  border-radius: 16px;
}
.postPage .coming {
  text-align: center;
  margin: 50px 0;
  font-size: 16px;
}
.postPage .small {
  font-size: 14px;
}
.postPage .linkWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
  align-items: flex-start;
}
.postPage .imgWrap + .imgWrap {
  margin-top: 20px;
}
.postPage .textLeft {
  text-align: left;
}
.postPage .textCenter {
  text-align: center;
}
.postPage .textRight {
  text-align: right;
}
.postPage code {
  font-family: "Noto Sans JP", sans-serif;
}
.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
.postPage a {
  position: relative;
}
.postPage a:hover, .postPage a:focus {
  text-decoration: none;
}
.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: #115D28;
}
.postPage a.textArrow:hover {
  color: #1E8840;
  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: #1E8840;
}
.postPage a.textArrowR:hover, .postPage a.textArrowR:focus {
  color: #115D28;
  text-decoration: underline;
}
.postPage a.textArrowR:after {
  display: inline-block;
  content: "\f0a9";
  font: 16px/1 FontAwesome;
  margin-left: 10px;
  text-decoration: none;
}
.postPage table {
  margin: 0 0 30px;
  width: 100%;
  border-collapse: collapse;
}
.postPage table caption {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
.postPage table tr {
  background-color: #fff;
}
.postPage table tr th, .postPage table tr td {
  padding: 14px 0.8em;
  width: auto;
  line-height: 1.4;
  text-align: center;
}
.postPage table tr th {
  font-weight: bold;
  vertical-align: top;
  background-color: #115D28;
  width: auto;
  color: #fff;
}
.postPage table tr th.w200 {
  width: 200px;
}
.postPage table tr th.thLeft {
  text-align: left;
}
.postPage table tr td {
  font-weight: 500;
}
.postPage table tr td + td {
  border-left: 1px solid #546153;
}
.postPage table tr td.tdLeft {
  text-align: left;
}
.postPage table tr:nth-child(odd) td {
  background-color: #F5F5F5;
}
.postPage table tr .tw15p {
  width: 15%;
}
.postPage table tr .tw30p {
  width: 30% !important;
}
.postPage table tr .tw33p {
  width: 33.333%;
  min-width: inherit;
}
.postPage table tr .tw50p {
  width: 50% !important;
  min-width: inherit;
}
.postPage table tr .tw70p {
  width: 70%;
}
.postPage table tr .tw200 {
  width: 200px;
}
.postPage table tr .tw210 {
  width: 210px;
}
.postPage table.type2 tr th, .postPage table.type2 tr td {
  padding: 14px 10px;
  border-collapse: collapse;
}
.postPage table.type2 tr th {
  text-align: center;
  vertical-align: middle;
  border-bottom: #fff solid 1px;
}
.postPage table.type2 tr th.thLeft {
  text-align: left;
}
.postPage table.type2 tr td.tdLeft {
  text-align: left;
}
.postPage table.type3 tr {
  background-color: transparent;
  border-bottom: #CCCCCC solid 1px;
}
.postPage table.type3 tr th {
  width: 20%;
  color: #222222;
  background-color: transparent;
  border-bottom: #1E8762 solid 3px;
  vertical-align: middle;
}
.postPage table.type3 tr td + td {
  border-left: 1px solid #ccc;
}
.postPage table.type3 tr:nth-child(odd) td {
  background-color: transparent;
}
.postPage table.type3 tr.group-last {
  border-bottom: #CCCCCC solid 1px;
}
.postPage table.type3 tr.group-last.has-th th {
  border-bottom: #1E8762 solid 3px;
}
.postPage table.all-products {
  border: #BEBEBE solid 1px;
  background-color: #fff;
  margin-bottom: 0;
}
.postPage table.all-products tr {
  border-bottom: #BEBEBE solid 1px;
}
.postPage table.all-products tr th, .postPage table.all-products tr td {
  padding: 13px 10px 13px 50px;
  box-sizing: border-box;
}
.postPage table.all-products tr all-products-linked-swiper th {
  padding-left: 30px;
  padding-right: 30px;
  background: #1E8762;
  color: #FFF;
  border-right: #BEBEBE solid 1px;
}
.postPage table.all-products tr td + td {
  border-left: 1px solid #BEBEBE;
}
.postPage table.all-products tr td.has-col3 {
  width: 25%;
}
.postPage table.all-products tr td.column-2--full {
  width: 50% !important;
}
.postPage table.all-products tr td.column-3 {
  width: 25%;
}
.postPage table.all-products tr:nth-child(odd) td {
  background-color: #fff;
}
.postPage table.setplan tr th, .postPage table.setplan tr td {
  padding: 13px 10px 13px 25px;
}
.postPage table.setplan tr th {
  background-color: #1E8840;
}
.postPage table.setplan tr td + td {
  border-left: 1px solid transparent;
}
.postPage table.setplan tr.bg_beige {
  background-color: #FAF6EC;
}
.postPage table.setplan tr:nth-child(odd) td {
  background-color: transparent;
}
.postPage table.setplan2 tr th {
  background-color: #92C233;
}
.postPage .tableSc {
  overflow: inherit;
  white-space: normal;
  width: 100%;
}
.postPage .tableSc table {
  width: 100%;
}
.postPage .tableSc table tr th, .postPage .tableSc table tr td {
  display: table-cell;
  border-collapse: collapse;
}
.postPage .tableSc table tr th {
  vertical-align: middle;
  min-width: inherit;
}
.postPage blockquote {
  background: #ccc;
  width: 100%;
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 60px;
  position: relative;
}
.postPage blockquote:before {
  content: "\f10d";
  position: absolute;
  display: block;
  font: 20px/1 FontAwesome;
  color: #115D28;
  left: 10px;
  top: 10px;
}
.postPage blockquote:after {
  content: "\f10e";
  position: absolute;
  display: block;
  font: 20px/1 FontAwesome;
  color: #115D28;
  right: 10px;
}
.postPage blockquote p {
  margin: 0 0 15px;
}
.postPage blockquote p:last-child {
  margin-bottom: 0;
}
.postPage dl {
  margin: 0 0 30px;
}
.postPage dl dt {
  font-weight: bold;
}
.postPage dl dd {
  margin: 0;
  margin-bottom: 15px;
}
.postPage ul {
  margin: 0 0 20px 5px;
  padding: 0;
}
.postPage ul li {
  list-style: none;
  position: relative;
  padding: 0;
  line-height: 1.1;
  margin-bottom: 15px;
}
.postPage ul li ul {
  padding: 0 0 10px;
  margin: 10px 0 0 1em;
}
.postPage ul li ul li::marker {
  color: #115D28;
}
.postPage ul.iconList li {
  padding: 0 0 0 20px;
}
.postPage ul.iconList li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 10px;
  height: 10px;
  background: #92C233;
  border-radius: 50%;
}
.postPage ol {
  margin: 0 0 20px;
  padding: 0 0 0 1.6em;
}
.postPage ol li {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  margin-bottom: 15px;
}
.postPage ol li:last-child {
  margin: 0 0 10px;
}
.postPage ol li ol {
  margin: 10px 0;
  padding: 0 0 0 1em;
}
.postPage ol.number {
  list-style: decimal-leading-zero;
}
.postPage ol.number li::marker {
  color: #92C233;
}
@media screen and (max-width: 768px) {
  .postPage h1 {
    font-size: 28px;
  }
  .postPage .titleh2 {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .postPage .titleh2._center {
    text-align: center;
  }
  .postPage .titleh2 .big {
    font-size: 45px;
  }
  .postPage .titleh3 {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .postPage .titleh3::before {
    width: 23px;
    height: 23px;
  }
  .postPage .titleh4 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .postPage .titleh5 {
    margin: 0 0 20px;
  }
  .postPage .order1 {
    order: 1;
  }
  .postPage .order2 {
    order: 2;
  }
  .postPage .sptextLeft {
    text-align: left !important;
  }
  .postPage table tr th, .postPage table tr td {
    display: block;
    width: 100%;
  }
  .postPage table tr th + td, .postPage table tr td + td {
    border-left: 0;
  }
  .postPage table tr th {
    min-width: 1px;
    text-align: left;
  }
  .postPage table tr th.w200 {
    width: 100%;
  }
  .postPage table tr .tw15p {
    width: 100%;
  }
  .postPage table tr .tw30p {
    width: 100%;
  }
  .postPage table tr .tw33p {
    width: 100%;
  }
  .postPage table tr .tw50p {
    width: 100%;
  }
  .postPage table tr .tw70p {
    width: 100%;
  }
  .postPage table tr .tw200 {
    width: 100%;
  }
  .postPage table tr .tw210 {
    width: 100%;
  }
  .postPage table tr .sptw40p {
    width: 40% !important;
  }
  .postPage table.type2 tr th, .postPage table.type2 tr td {
    display: table-cell;
    width: auto;
  }
  .postPage table.type2 tr th {
    min-width: 1px;
  }
  .postPage table.type3 tr {
    display: flex;
  }
  .postPage table.type3 tr th, .postPage table.type3 tr td {
    padding: 14px 0.6em;
  }
  .postPage .tableSc {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .postPage .tableSc table {
    width: 1020px;
  }
  .postPage .sptextLeft {
    text-align: left;
  }
  .postPage .sptextCenter {
    text-align: center;
  }
  .postPage .box {
    padding: 60px 0;
  }
  .postPage .box.box2 {
    background-color: #F5F5F5;
  }
}

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

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

/* ---------------------------- */
/* ページ内リンク */
/* ---------------------------- */
#page01, #page02, #page03, #page04, #page05, #page06, #page07, #page08, #page09, #price, #works, #setcontents, #casestudy {
  height: 1px;
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

#page-link {
  position: absolute;
  bottom: -20px;
  width: 100%;
}
#page-link .page-link-inner {
  position: relative;
  background-color: #115D28;
  border-radius: 8px;
  right: 0;
  width: 180px;
  height: auto;
  padding: 20px;
  margin-left: auto;
  margin-right: 0;
}
#page-link .page-link-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#page-link .page-link-inner ul li {
  margin-bottom: 20px;
}
#page-link .page-link-inner ul li a {
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  position: relative;
  line-height: 1.3;
  display: block;
}
#page-link .page-link-inner ul li a::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 24px;
  background-image: url(images/common/pegelink.svg);
  background-position: center;
  background-size: 32px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
}
#page-link .page-link-inner ul li:last-child {
  margin-bottom: 0;
}

.page-id-45158 #page-link .page-link-inner {
  width: 234px;
}

.page-id-45160 #page-link .page-link-inner, .page-id-3316 #page-link .page-link-inner {
  width: 200px;
}

@media screen and (max-width: 768px) {
  #page-link {
    display: none;
  }
}
/* ---------------------------- */
/* 選ばれる理由 */
/* ---------------------------- */
#reason .subtitle {
  width: 305px;
}
#reason .three-reasons {
  position: relative;
  margin-bottom: 120px;
}
#reason .three-reasons::before {
  position: absolute;
  content: "";
  width: 113px;
  height: 140px;
  background: url("images/common/about/reason01.svg") no-repeat;
  background-size: 113px;
  background-position: center;
  transform: none;
  left: 7%;
  bottom: -55px;
}
#reason .three-reasons::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 92.5px solid transparent;
  border-left: 92.5px solid transparent;
  border-top: 28px solid #f47c1f;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -70px;
}
#reason .three-reasons .three-reasons-box {
  margin: 0 auto;
  max-width: 680px;
}
#reason .three-reasons .three-reasons-box .iconList li {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 11px 45px;
  margin-bottom: 20px;
  line-height: 1.3;
}
#reason .three-reasons .three-reasons-box .iconList li::before {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1090px) {
  #reason .three-reasons::before {
    left: 0;
  }
  #reason .three-reasons .three-reasons-box {
    max-width: 470px;
  }
}
#reason .bubble .bubble_txtbox {
  width: 650px;
}
#reason .reason-box .subtitle {
  width: 192px;
}

.reason-box {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 60px 60px;
  margin-bottom: 40px;
  position: relative;
}
.reason-box .reason-iconbox {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1E8840;
  border-radius: 6px 0 6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 117px;
  height: 92px;
}
.reason-box .reason-iconbox p {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  text-align: center;
}
.reason-box .reason-iconbox p span {
  font-size: 60px;
  line-height: 1;
}

.comp-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 14px;
}

.comp-table th,
.comp-table td {
  padding: 16px 12px;
  text-align: center;
  vertical-align: middle;
}

.comp-table td {
  border: 2px solid #fff;
}

.comp-table thead th {
  background: #2d5a3d;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.comp-table tbody tr {
  background: #E7F5EC;
}

.comp-table tbody td:first-child {
  font-size: 13px;
  font-weight: 400;
  color: #333;
}

.comp-table tbody tr:nth-child(odd) td {
  background-color: #E7F5EC;
}

.comp-table .bg-gray {
  background-color: #F5F5F5 !important;
}

.comp-table thead th.our,
.comp-table tbody td.our {
  position: relative;
  border-left: none;
  border-top: none;
  border-bottom: none;
}

.comp-table thead th.our::before,
.comp-table tbody td.our::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-left: 5px solid #2d5a3d;
  border-right: 5px solid #2d5a3d;
}

.comp-table thead th.our::before {
  border-top: 5px solid #2d5a3d;
  border-radius: 16px 16px 0 0;
}

.comp-table tbody tr:last-child td.our::before {
  border-bottom: 5px solid #2d5a3d;
  border-radius: 0 0 16px 16px;
}

@media screen and (max-width: 768px) {
  #reason .three-reasons {
    position: relative;
  }
  #reason .three-reasons::before {
    position: absolute;
    content: "";
    width: 75px;
    height: 100px;
    background: url("images/common/about/reason.png") no-repeat;
    background-size: 75px;
    bottom: -120px;
  }
  #reason .three-reasons .three-reasons-box {
    max-width: 100%;
  }
  #reason .bubble {
    display: block;
  }
  #reason .bubble .bubble_imgbox {
    margin-bottom: 10px;
  }
  #reason .bubble .bubble_imgbox img {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  #reason .bubble .bubble_txtbox {
    width: 100%;
  }
  #reason .bubble .bubble_txtbox::after {
    display: none;
  }
  .reason-box {
    padding: 40px 20px;
    margin-bottom: 30px;
  }
  .reason-box .reason-iconbox {
    width: 65px;
    height: 60px;
  }
  .reason-box .reason-iconbox p {
    font-size: 10px;
    font-weight: 700;
  }
  .reason-box .reason-iconbox p span {
    font-size: 32px;
  }
}
/* ---------------------------- */
/* はじめての方へ */
/* ---------------------------- */
#beginner-main .bubble .bubble_txtbox {
  width: 487px;
}

.beginner-main-fvSwiper .loop-fvSwiper-wrap--reverse {
  margin-bottom: 0;
}

.beginner-main-whitebox {
  background-color: #fff;
  padding: 45px;
}

.beginner-main-box {
  background-color: #E7F5EC;
  padding: 80px 35px 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-image: url(images/home/svg/easy.svg);
  background-size: 21px;
  background-position: top 25px center;
  background-repeat: no-repeat;
}
.beginner-main-box p {
  font-size: 16px;
  color: #1E8840;
}
.beginner-main-box p span {
  font-size: 32px;
  margin: 0 10px 0 5px;
}

.underline {
  background: linear-gradient(transparent 60%, #FFF471 60%);
}

.bg-triangle {
  position: relative;
  overflow: hidden;
  padding-bottom: 8vw;
  z-index: 0;
}
.bg-triangle::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 8vw;
  background: linear-gradient(to bottom left, #fff 50%, transparent 50%), linear-gradient(to bottom right, #fff 50%, transparent 50%);
  background-size: 50% 100%;
  background-position: left, right;
  background-repeat: no-repeat;
  background-color: #FAF6EC;
  z-index: -1;
}
.bg-triangle._02 {
  background-color: #F5F5F5;
}
.bg-triangle._02::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 8vw;
  background: linear-gradient(to bottom left, #F5F5F5 50%, transparent 50%), linear-gradient(to bottom right, #F5F5F5 50%, transparent 50%);
  background-color: #fff;
  background-size: 50% 100%;
  background-position: left, right;
  background-repeat: no-repeat;
}
.bg-triangle._03 {
  background-color: #115D28;
  padding-bottom: 140px;
}
.bg-triangle._03::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 8vw;
  background: linear-gradient(to bottom left, #115D28 50%, transparent 50%), linear-gradient(to bottom right, #115D28 50%, transparent 50%);
  background-color: #fff;
  background-size: 50% 100%;
  background-position: left, right;
  background-repeat: no-repeat;
}

.beginner-main-bgbeige {
  background-color: #FAF6EC;
  padding: 60px 0 0;
  position: relative;
}
.beginner-main-bgbeige::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 180px;
  display: block;
  background-image: url(images/common/beginnermain/beginnermain01.svg);
  background-repeat: no-repeat;
  background-size: 130px;
  background-position: center;
  top: -200px;
  right: 13%;
}
.beginner-main-bgbeige .bubble .bubble_txtbox {
  width: 670px;
}

.workscat-swiperwrap {
  position: relative;
  overflow: hidden;
}
.workscat-swiperwrap .workscat-swiper {
  position: inherit;
  overflow: visible;
  padding-bottom: 30px;
}
.workscat-swiperwrap .workscat-swiper .swiper-wrapper {
  align-items: stretch;
}
.workscat-swiperwrap .workscat-swiper .swiper-slide {
  height: auto;
}
.workscat-swiperwrap .workscat-swiper .swiper-slide .workscat-box {
  height: 100%;
}
.workscat-swiperwrap .workscat-swiper .works-cat-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.workscat-swiperwrap .workscat-swiper .works-cat-item .works-cat-thumb {
  flex-shrink: 0;
  border-radius: 8px 8px 0 0;
}
.workscat-swiperwrap .workscat-swiper .works-cat-item .works-cat-thumb img {
  border-radius: 8px 8px 0 0;
}
.workscat-swiperwrap .workscat-swiper .works-cat-item .works-cat-body {
  flex: 1;
  background-color: #fff;
  padding: 30px 55px 20px 20px;
  border-radius: 0 0 8px 8px;
}
.workscat-swiperwrap .workscat-swiper .works-cat-item .works-cat-body .works-cat-name {
  color: #222222;
  position: relative;
  line-height: 1.5;
}
.workscat-swiperwrap .workscat-swiper .works-cat-item .works-cat-body .works-cat-name::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/home/svg/submenu_arrow.svg) no-repeat;
  background-position: center;
  background-size: 20px;
  top: 3px;
  right: -30px;
}
@media print, screen and (min-width: 768px) {
  .workscat-swiperwrap .workscat-swiper .works-cat-item:hover .works-cat-body .works-cat-name::after, .workscat-swiperwrap .workscat-swiper .works-cat-item:focus .works-cat-body .works-cat-name::after {
    transition: 0.3s ease-in;
    right: -40px;
  }
}
.workscat-swiperwrap .workscat-swiper .workscat-pagination {
  height: 2px !important;
  background: #ddd;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  left: 50%;
  bottom: 0;
  top: auto;
  z-index: 4;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.workscat-swiperwrap .workscat-swiper .workscat-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #333;
}
@media screen and (min-width: 1025px) {
  .workscat-swiperwrap .workscat-swiper .workscat-pagination {
    max-width: 1170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .workscat-swiperwrap .workscat-swiper .workscat-pagination {
    max-width: 750px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .workscat-swiperwrap .workscat-swiper .workscat-pagination {
    max-width: 345px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .beginner-main-bgbeige::before {
    right: 5%;
    top: -150px;
  }
}
#beginner-main-hatena {
  display: grid;
}
#beginner-main-hatena li {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 15px 20px 15px 55px;
}
#beginner-main-hatena li::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background-image: url(images/home/icon_hatena.png);
  background-position: center;
  background-size: 28px;
  background-repeat: no-repeat;
  display: block;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#beginner-main-hatena.guide {
  max-width: 670px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
#beginner-main-hatena.guide li {
  min-width: 357px;
}
#beginner-main-hatena.guide li:nth-child(2) {
  min-width: 266px;
}
#beginner-main-hatena.guide li:nth-child(3) {
  min-width: 400px;
}
#beginner-main-hatena.guide li:nth-child(4) {
  min-width: 246px;
}

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

.beginner-main-list {
  padding: 17px 40px;
  display: flex;
  background-color: #fff;
  justify-content: center;
}
.beginner-main-list p {
  font-size: 16px;
  margin: 0;
  position: relative;
  display: inline-block;
}
.beginner-main-list p::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #92C233;
  border-radius: 50%;
  display: block;
  left: -20px;
  top: 8px;
}
.beginner-main-list.company {
  max-width: 335px;
}

@media screen and (max-width: 768px) {
  #beginner-main .bubble {
    flex-direction: column;
  }
  #beginner-main .bubble .bubble_imgbox {
    margin-bottom: 10px;
  }
  #beginner-main .bubble .bubble_txtbox {
    width: 100%;
  }
  #beginner-main .bubble .bubble_txtbox::after {
    display: none;
  }
  .beginner-main-whitebox {
    padding: 30px 20px;
  }
  .beginner-main-box {
    padding: 40px 10px 10px;
    background-size: 16px;
    background-position: top 5px center;
  }
  .beginner-main-box p {
    font-size: 14px;
  }
  .beginner-main-box p span {
    font-size: 26px;
    margin: 0;
  }
  .beginner-main-bgbeige::before {
    top: -100px;
    right: 15px;
    background-size: 90px;
    width: 90px;
    height: 130px;
  }
  .beginner-main-bgbeige .bubble {
    flex-direction: column;
    gap: 10px 0;
  }
  .beginner-main-bgbeige .bubble .bubble_txtbox {
    width: 100%;
  }
  .beginner-main-bgbeige .bubble .bubble_txtbox::after {
    display: none;
  }
  .beginner-main-list {
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .beginner-main-list p::after {
    left: -15px;
  }
  #beginner-main-hatena.guide {
    max-width: 100%;
  }
  #beginner-main-hatena.guide li {
    min-width: 100%;
  }
  #beginner-main-hatena.guide li:nth-child(2) {
    min-width: 100%;
  }
  #beginner-main-hatena.guide li:nth-child(3) {
    min-width: 100%;
  }
  #beginner-main-hatena.guide li:nth-child(4) {
    min-width: 100%;
  }
}
/* ---------------------------- */
/* grid */
/* ---------------------------- */
.grid {
  display: grid;
}
.grid.columns1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid.columns2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.columns3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.columns4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid.columns5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid.columns300_1fr {
  grid-template-columns: 300px 1fr;
}
.grid.columns240_1fr {
  grid-template-columns: 240px 1fr;
}
.grid.columns1fr_240 {
  grid-template-columns: 1fr 240px;
}
.grid.align-stretch {
  align-items: stretch;
}
.grid.rowgap0 {
  grid-row-gap: 0px;
}
.grid.columngap10 {
  grid-column-gap: 10px;
}
.grid.columngap15 {
  grid-column-gap: 15px;
}
.grid.rowgap10 {
  grid-row-gap: 10px;
}
.grid.rowgap15 {
  grid-row-gap: 15px;
}
.grid.columngap20 {
  grid-column-gap: 20px;
}
.grid.rowgap20 {
  grid-row-gap: 20px;
}
.grid.columngap30 {
  grid-column-gap: 30px;
}
.grid.columngap40 {
  grid-column-gap: 40px;
}
.grid.rowgap30 {
  grid-row-gap: 30px;
}
.grid.columngap90 {
  grid-column-gap: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .grid.tabcolumns2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.tabcolumns3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.tabcolumngap20 {
    grid-column-gap: 20px;
  }
  .grid.tabcolumngap30 {
    grid-column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .grid.spcolumns1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.spcolumns2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.spcolumns3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.spcolumngap0 {
    grid-column-gap: 0px;
  }
  .grid.sprowgap0 {
    grid-row-gap: 0px;
  }
  .grid.spcolumngap10 {
    grid-column-gap: 10px;
  }
  .grid.sprowgap10 {
    grid-row-gap: 10px;
  }
  .grid.spcolumngap20 {
    grid-column-gap: 20px;
  }
  .grid.sprowgap20 {
    grid-row-gap: 20px;
  }
}

.flex {
  display: flex;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-between {
  justify-content: space-between;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.align-center {
  align-items: center;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.columngap20 {
  grid-column-gap: 20px;
}
.flex.columngap40 {
  grid-column-gap: 40px;
}
.flex.rowgap10 {
  grid-row-gap: 10px;
}
.flex.rowgap20 {
  grid-row-gap: 20px;
}
.flex.rowgap30 {
  grid-row-gap: 30px;
}

.margin-auto {
  margin: 0 auto;
}

.block {
  display: block;
}

/* ---------------------------- */
/* ご注文・入稿・お支払いガイド */
/* ---------------------------- */
#guide .bubble .bubble_txtbox {
  width: 616px;
}
#guide #beginner-main-hatena li {
  background-color: #fff;
}

.guide-onayami {
  position: relative;
}
.guide-onayami::after {
  content: "";
  position: absolute;
  width: 125px;
  height: 160px;
  display: block;
  background-image: url(images/common/guide/guide01.png);
  background-repeat: no-repeat;
  background-size: 125px;
  background-position: center;
  top: -150px;
  left: 13%;
}
.guide-onayami._02 {
  padding-top: 30px;
}
.guide-onayami._02::after {
  top: -210px;
}
.guide-onayami.novelty::after {
  background-image: url(images/common/novelty/novelty02.png);
  background-repeat: no-repeat;
  background-size: 125px;
  background-position: center;
  right: 13%;
  left: auto;
}

.guide-box {
  padding: 40px;
  position: relative;
}
.guide-box::after {
  content: "";
  position: absolute;
  bottom: -49px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 50px 100px 0 100px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
}
.guide-box.last::after {
  display: none;
}

.guide-title {
  display: flex;
  align-items: flex-end;
  gap: 0 20px;
  margin-bottom: 15px;
}
.guide-title .guide-title-number {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #1E8840;
  font-family: "Montserrat", sans-serif;
}
.guide-title .guide-title-h3 h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1E8840;
  margin: 0;
}

.guide-tel-box {
  background-color: #E7F5EC;
  padding: 45px;
  position: relative;
}
.guide-tel-box .guide-tel-bubble {
  background-color: #1E8840;
  border-radius: 2px;
  padding: 6px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin: 0 auto 20px;
}
.guide-tel-box .guide-tel-bubble::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 8px solid #1E8840;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -8px;
}
.guide-tel-box .guide-tel {
  font-size: 40px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 1.325;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 17px;
  color: #1E8840;
}
.guide-tel-box .guide-tel::after {
  content: "";
  position: absolute;
  margin-left: -175px;
  width: 33px;
  height: 33px;
  background-image: url(images/common/guide/phone.svg);
  background-position: center;
  background-size: 33px;
  background-repeat: no-repeat;
  display: block;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.guide-costs-wrap {
  margin-bottom: 100px;
  position: relative;
}
.guide-costs-wrap::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 90px solid transparent;
  border-left: 90px solid transparent;
  border-top: 30px solid #f47c1f;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -50px;
}
.guide-costs-wrap .guide-costs {
  background-color: #fff;
  padding: 25px;
}
.guide-costs-wrap .guide-costs .imgbox {
  margin-bottom: 20px;
}
.guide-costs-wrap .guide-costs .imgbox img {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.guide-costs-wrap .guide-costs .txtbox p {
  line-height: 1.5;
  margin: 0;
}

.guide-data {
  padding: 28px;
  position: relative;
}
.guide-data::before {
  content: "01";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  width: 63px;
  height: 43px;
  background-color: #1E8840;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px 0 6px 0;
}
.guide-data img {
  margin: 0 auto 25px;
  text-align: center;
  display: block;
}
.guide-data:nth-child(2)::before {
  content: "02";
}
.guide-data:nth-child(3)::before {
  content: "03";
}
.guide-data:nth-child(4)::before {
  content: "04";
}
.guide-data:nth-child(5)::before {
  content: "05";
}
.guide-data:nth-child(6)::before {
  content: "06";
}

.guide-unknown {
  padding: 30px 50px 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.guide-unknown::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -20px;
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(images/home/icon_hatena.png);
  background-position: center;
  background-size: 40px;
}
.guide-unknown p {
  margin: 0;
  line-height: 1.4;
}
.guide-unknown:nth-child(2) {
  top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .guide-onayami::after {
    left: 5%;
    top: -150px;
  }
  .guide-onayami.novelty::after {
    right: 5%;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  #guide .bubble {
    flex-direction: column;
  }
  #guide .bubble .bubble_imgbox {
    margin-bottom: 10px;
  }
  #guide .bubble .bubble_txtbox {
    width: 100%;
  }
  #guide .bubble .bubble_txtbox::after {
    display: none;
  }
  .guide-onayami::after {
    top: -65px;
    left: 15px;
    background-size: 90px;
    width: 90px;
    height: 130px;
  }
  .guide-onayami._02::after {
    top: -120px;
  }
  .guide-onayami.novelty::after {
    background-size: 90px;
    right: 15px;
    left: auto;
  }
  .guide-box {
    padding: 20px;
    position: relative;
  }
  .guide-box::after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 30px 60px 0 60px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
  }
  .guide-box.last::after {
    display: none;
  }
  .guide-tel-box {
    padding: 30px;
  }
  .guide-tel-box .guide-tel {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .guide-tel-box .guide-tel::after {
    content: "";
    position: absolute;
    margin-left: -127px;
    width: 20px;
    height: 20px;
    background-image: url(images/common/guide/phone.svg);
    background-position: center;
    background-size: 20px;
  }
  .guide-unknown:nth-child(2) {
    top: 0;
  }
}
/* ---------------------------- */
/* 会社概要 */
/* ---------------------------- */
#company .bubble .bubble_txtbox {
  width: 615px;
}

.company-arrow {
  position: relative;
}
.company-arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 92.5px solid transparent;
  border-left: 92.5px solid transparent;
  border-top: 28px solid #f47c1f;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -70px;
}

.company-human {
  position: relative;
  z-index: 0;
}
.company-human::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 180px;
  display: block;
  background-image: url(images/common/company/company01.svg);
  background-position: center;
  background-size: 120px;
  background-repeat: no-repeat;
  top: -190px;
  left: 50%;
  margin-left: -300px;
  z-index: 1;
}
.company-human::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  display: block;
  background-image: url(images/common/company/company02.svg);
  background-position: center;
  background-size: 120px;
  background-repeat: no-repeat;
  top: -145px;
  left: 50%;
  margin-left: 200px;
  z-index: -1;
}
.company-human .bubble .bubble_txtbox::after {
  top: 70px;
}

.company-section {
  position: relative;
}
.company-section::after {
  content: "";
  width: 100%;
  height: 182px;
  display: block;
  position: absolute;
  background: url(images/common/company/company_img01.jpg);
  background-repeat: no-repeat;
  background-size: 273px auto;
  background-position: center right;
  top: -91px;
  max-width: 1170px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #company .bubble {
    flex-direction: column;
    gap: 20px 0;
  }
  #company .bubble .bubble_txtbox {
    width: 100%;
  }
  #company .bubble .bubble_txtbox::after {
    display: none;
  }
  .company-human::before {
    display: none;
  }
  .company-human::after {
    display: none;
  }
  .company-section::after {
    background: url(images/common/company/company_img01.jpg);
    background-repeat: no-repeat;
    background-size: 180px auto;
    background-position: center right;
    top: -91px;
    max-width: 100%;
  }
}
/* ---------------------------- */
/* ノベルティとは */
/* ---------------------------- */
.novelty-box1 {
  padding: 70px 20px 30px;
  background-color: #fff;
  position: relative;
}
.novelty-box1 .novelty-icon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1E8840;
  width: 88px;
  height: 56px;
  border-radius: 6px 0 6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  flex-direction: column;
  text-align: center;
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
}
.novelty-box1 .novelty-icon span {
  font-size: 30px;
  line-height: 1;
}
.novelty-box1 .imgbox img {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.novelty-box1.novelty-box4 {
  padding: 35px 30px 40px;
}

.novelty-arrow {
  position: relative;
}
.novelty-arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 92.5px solid transparent;
  border-left: 92.5px solid transparent;
  border-top: 28px solid #f47c1f;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -70px;
}

.novelty-box2 .imgbox {
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  padding-bottom: 60%;
  width: 100%;
}
.novelty-box2 .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.novelty-box2 .txtbox {
  border-radius: 0 0 8px 8px;
  background-color: #fff;
  padding: 17px 20px 35px;
}

.novelty-box3 {
  background-color: #fff;
  padding: 30px 20px 45px;
}
.novelty-box3 .imgbox {
  min-height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.novelty-box3 .imgbox img {
  margin: 0 auto;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .novelty-box1 {
    padding-top: 30px;
  }
  .novelty-arrow::after {
    bottom: -60px;
  }
}
/* ---------------------------------------------------------------- */
/* セットプラン一覧  */
/* ---------------------------------------------------------------- */
.setplan-swiper {
  padding-bottom: 60px;
}
.setplan-swiper .swiper-slide {
  height: auto;
}
.setplan-swiper .postBox {
  position: relative;
  border-radius: 16px;
  height: 100%;
}
.setplan-swiper .postBox a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.setplan-swiper .postBox a .before-after-images {
  border-radius: 16px;
}
.setplan-swiper .postBox a .before-after-images img {
  border-radius: 16px;
}
.setplan-swiper .postBox a .setplan-name {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 16px 0 16px;
  background-color: #1E8840;
  width: 197px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.setplan-swiper .postBox a .setplan-name p {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
.setplan-swiper .postBox a .setplan-name.standard {
  background-color: #F47C1F;
}
.setplan-swiper .setplan-button-next, .setplan-swiper .setplan-button-prev {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #1E8840;
  margin-top: -15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.setplan-swiper .setplan-button-next {
  background-image: url(images/home/svg/white_arrow.svg);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  right: 11%;
}
.setplan-swiper .setplan-button-prev {
  background-image: url(images/home/svg/left_arrow.svg);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  left: 11%;
}

.setplan-postbox {
  padding: 60px 0;
}
.setplan-postbox .count {
  font-size: 11px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #1E8840;
  margin: 0;
  line-height: 1.2;
  margin: 0 0 10px;
}
.setplan-postbox .count span {
  font-size: 60px;
  line-height: 1;
}
.setplan-postbox h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 25px;
}
.setplan-postbox .postBox {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 0 50px;
}
.setplan-postbox .postBox .thumbnail {
  border-radius: 16px;
}
.setplan-postbox .postBox .thumbnail img {
  border-radius: 16px;
}
.setplan-postbox .postBox .permalinkWrap .cont3_p_box {
  margin-bottom: 10px;
  background-color: #E7F5EC;
  border-radius: 4px;
}
.setplan-postbox .postBox .permalinkWrap .cont3_p_box .cont3_top_box {
  background-color: #1E8840;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.setplan-postbox .postBox .permalinkWrap .cont3_p_box .cont3_top_box p {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.setplan-postbox .postBox .permalinkWrap .cont3_p_box .cont3_top_box p span {
  color: #FFFF00;
}
.setplan-postbox .postBox .permalinkWrap .cont3_p_box .cont3_bottom_box {
  padding: 5px 10px;
  border-radius: 0 0 4px 4px;
}
.setplan-postbox .postBox .permalinkWrap .cont3_p_box .cont3_bottom_box .cont3txt3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #1E8840;
  display: flex;
  gap: 0 5px;
  align-items: flex-end;
  justify-content: center;
}
.setplan-postbox .postBox .permalinkWrap .cont3_p_box .cont3_bottom_box .cont3txt3 span {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.setplan-postbox .postBox .permalinkWrap .cont3_p_box.gray {
  background-color: #F5F5F5;
}
.setplan-postbox .postBox .permalinkWrap .cont3_p_box.gray .cont3_top_box {
  background-color: #546153;
}
.setplan-postbox .postBox .permalinkWrap .cont3_p_box.gray .cont3_bottom_box .cont3txt3 {
  color: #546153;
}
.setplan-postbox .postBox .permalinkWrap .btn {
  max-width: 100%;
}
.setplan-postbox.standard {
  background-color: #F5F5F5;
}
.setplan-postbox.standard .postBox .permalinkWrap .crown {
  padding-top: 40px;
  position: relative;
  margin-bottom: 40px !important;
}
.setplan-postbox.standard .postBox .permalinkWrap .crown::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 25px;
  background-image: url(images/common/setplan/crown.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  top: 0;
  left: 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .setplanimgbox {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .setplan-swiper .postBox {
    position: relative;
    border-radius: 16px;
  }
  .setplan-swiper .postBox a .before-after-images {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
  }
  .setplan-swiper .postBox a .before-after-images img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .setplan-swiper .postBox a .setplan-name {
    width: 166px;
    height: 30px;
  }
  .setplan-swiper .postBox a .setplan-name p {
    font-size: 14px;
  }
  .setplan-swiper .setplan-button-next, .setplan-swiper .setplan-button-prev {
    width: 40px;
    height: 40px;
    top: 40%;
  }
  .setplan-swiper .setplan-button-next {
    right: 15px;
  }
  .setplan-swiper .setplan-button-prev {
    left: 15px;
  }
  .setplan-postbox .count span {
    font-size: 50px;
  }
  .setplan-postbox h3 {
    font-size: 28px;
  }
  .setplan-postbox .postBox {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
/* ---------------------------------------------------------------- */
/* セットプラン詳細  */
/* ---------------------------------------------------------------- */
.single-setplan-thumbnail {
  position: relative;
  width: 100%;
  border-radius: 16px;
  padding-bottom: 60%;
  overflow: hidden;
}
.single-setplan-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.single-setplan .single-setplan-columnBox {
  background-color: #fff;
  padding: 25px 45px;
}
.single-setplan .nodesign {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  color: #1E8840;
}
.single-setplan .nodesign span {
  margin-left: 5px;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.single-setplan .difference {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-align: right;
}
.single-setplan .difference span {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: #1E8840;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  margin-left: 10px;
}
.single-setplan .difference span.en {
  font-size: 16px;
  margin-left: 5px;
}
.single-setplan .deadline-box {
  display: flex;
  gap: 0 10px;
  margin-bottom: 7px;
}
.single-setplan .deadline-box .deadline-box1 {
  padding: 2px 10px;
  width: auto;
  height: 26px;
  display: block;
  border-radius: 8px;
  background-color: #F47C1F;
}
.single-setplan .deadline-box .deadline-box1 p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.single-setplan .deadline-box .deadline-box2 p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.single-setplan .setplan-all-recommendation {
  background-color: #fff;
  padding: 30px;
}
.single-setplan .setplan-all-recommendation .imgbox img {
  margin: 0 auto;
  text-align: center;
  display: block;
  max-height: 85px;
}
.single-setplan .ctaArea {
  background: transparent;
  padding: 10px 0 60px;
}

.single-linkbtn {
  width: auto;
  padding: 18px 65px 18px 18px;
  background-color: #115D28;
  border-radius: 8px;
}
.single-linkbtn a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  position: relative;
}
.single-linkbtn a::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 24px;
  background-image: url(images/common/pegelink.svg);
  background-position: center;
  background-size: 32px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: -47px;
}

.setplan-all-products-swiperwrap {
  position: relative;
  overflow: hidden;
}
.setplan-all-products-swiperwrap .setplan-all-products-swiper {
  position: inherit;
  overflow: visible;
  padding-bottom: 20px;
}
.setplan-all-products-swiperwrap .setplan-all-products-swiper .postBox a {
  color: #222222;
  text-decoration: none;
}
.setplan-all-products-swiperwrap .setplan-all-products-swiper .postBox a .thumbnail {
  border-radius: 16px;
  margin-bottom: 7px;
}
.setplan-all-products-swiperwrap .setplan-all-products-swiper .postBox a .thumbnail img {
  border-radius: 16px;
}
.setplan-all-products-swiperwrap .setplan-all-products-swiper .postBox a .permalinkWrap .setplan-all-subtitle {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #F47C1F;
}
.setplan-all-products-swiperwrap .setplan-all-products-swiper .postBox a .permalinkWrap .setplan-all-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.setplan-all-products-swiperwrap .setplan-all-products-swiper .setplan-all-products-pagination {
  height: 2px !important;
  background: #ddd;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  left: 50%;
  bottom: 0;
  top: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 4;
}
.setplan-all-products-swiperwrap .setplan-all-products-swiper .setplan-all-products-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #333;
}
@media screen and (min-width: 1025px) {
  .setplan-all-products-swiperwrap .setplan-all-products-swiper .setplan-all-products-pagination {
    max-width: 1170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .setplan-all-products-swiperwrap .setplan-all-products-swiper .setplan-all-products-pagination {
    max-width: 750px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .setplan-all-products-swiperwrap .setplan-all-products-swiper .setplan-all-products-pagination {
    max-width: 345px;
  }
}

.setplan-works {
  background-color: #fff;
  border-radius: 16px;
  position: relative;
}
.setplan-works::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/home/svg/submenu_arrow.svg) no-repeat;
  background-position: center;
  background-size: 20px;
  bottom: 30px;
  right: 20px;
}
.setplan-works .thumbnail {
  border-radius: 16px 16px 0 0;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.setplan-works .thumbnail a {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
  width: 100%;
  width: 100%;
  height: 100%;
  display: block;
}
.setplan-works .thumbnail a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.setplan-works .thumbnail .Industry_cat {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px 0 8px 0;
  width: auto;
  height: 32px;
  z-index: 1;
}
.setplan-works .thumbnail .Industry_cat a {
  width: 100%;
  height: 100%;
  border-radius: 16px 0 8px 0;
  padding: 6px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #1E8840;
  text-decoration: none;
}
.setplan-works .thumbnail .Industry_cat a.cat-service {
  background-color: #EF6B89;
}
.setplan-works .thumbnail .Industry_cat a.cat-it-system {
  background-color: #1E2E88;
}
.setplan-works .thumbnail .Industry_cat a.cat-manufacturing {
  background-color: #F47C1F;
}
.setplan-works .thumbnail .Industry_cat a.cat-medical {
  background-color: #19ACA6;
}
.setplan-works .thumbnail .Industry_cat a.cat-infrastructure {
  background-color: #764221;
}
.setplan-works .thumbnail .Industry_cat a.cat-realestate {
  background-color: #0D93F5;
}
.setplan-works .thumbnail .Industry_cat a.cat-eating {
  background-color: #A31440;
}
.setplan-works .thumbnail .Industry_cat a.cat-transportation {
  background-color: #87308B;
}
.setplan-works .thumbnail .Industry_cat a.cat-rental {
  background-color: #92C233;
}
.setplan-works .thumbnail .Industry_cat a.cat-electricity {
  background-color: #FFB610;
}
.setplan-works .permalinkWrap {
  padding: 30px 20px 30px;
}
.setplan-works .permalinkWrap a {
  text-decoration: none;
  color: #222222;
}
.setplan-works .permalinkWrap a .excerpt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 45px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.setplan-works .permalinkWrap .companyname {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px;
  line-height: 1.5;
}
.setplan-works .permalinkWrap .worksbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.setplan-works .permalinkWrap .worksbox .purpose {
  padding-right: 44px;
}
.setplan-works .permalinkWrap .worksbox .purpose a {
  font-size: 14px;
  font-weight: 700;
  color: #1E8840;
}
.setplan-works .permalinkWrap .worksbox .areabox .area {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
}
.setplan-works .permalinkWrap .worksbox .areabox .area::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  background: url(images/home/svg/area.svg) no-repeat;
  background-position: center;
  background-size: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .setplan-works:hover::after, .setplan-works:focus::after {
    transition: 0.3s ease-in;
    right: 10px;
  }
  .setplan-works:hover .thumbnail a img, .setplan-works:focus .thumbnail a img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .single-setplan .single-setplan-columnBox {
    padding: 20px;
  }
  .single-setplan .deadline-box .deadline-box1 p {
    font-size: 12px;
  }
  .single-setplan .deadline-box .deadline-box2 p {
    font-size: 14px;
  }
}
/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
.contact-box {
  background-color: #E7F5EC;
  padding: 40px 0;
  position: relative;
}
.contact-box .subtitle {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

ul.formFlow {
  display: flex;
  height: 120px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 40px;
  padding: 0;
  max-width: 560px;
  position: relative;
  z-index: 0;
}
ul.formFlow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #D2E0D7;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  z-index: -1;
}
ul.formFlow li {
  display: flex;
  justify-content: center;
  width: 120px;
  flex-direction: column;
  background: #E7F5EC;
  color: #1E8840;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  align-items: center;
  position: relative;
  border-radius: 50%;
  line-height: 0.5;
}
ul.formFlow li span {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
ul.formFlow li:before {
  display: none;
}
ul.formFlow li.visited {
  background: #999;
  color: #fff;
}
ul.formFlow li.active {
  background: #63AF63;
  color: #fff;
  position: relative;
}
ul.formFlow li.second.active {
  background: #63AF63;
}
ul.formFlow li.third.active {
  background: #63AF63;
}

@media screen and (max-width: 768px) {
  ul.formFlow {
    height: 100px;
  }
  ul.formFlow li {
    width: 100px;
  }
}
/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#formArea dl dt {
  flex-basis: 250px;
  text-align: right;
}
#formArea dl dt p {
  display: flex;
}
#formArea dl dd {
  flex-basis: calc(100% - 280px);
}
#formArea dl dd.fb100 {
  flex-basis: 100%;
}
#formArea .att {
  width: 44px;
  height: 24px;
  background-color: #F47C1F;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
#formArea .att2 {
  width: 44px;
  height: 24px;
  background-color: #115D28;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
#formArea .error {
  margin: 0;
}
#formArea .radio_wrap {
  margin-top: 10px;
}
#formArea .vertical-item {
  display: block !important;
}
#formArea input[type=text],
#formArea input[type=tel],
#formArea input[type=email],
#formArea input[type=number],
#formArea textarea {
  padding: 10px;
  margin: 0;
  background: #F5F5F5;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 4px;
  border: 1px solid #C9C9C9;
}
#formArea input[type=text]:focus,
#formArea input[type=tel]:focus,
#formArea input[type=email]:focus,
#formArea input[type=number]:focus,
#formArea textarea:focus {
  background: #fff;
}
#formArea input[type=text]:hover,
#formArea input[type=tel]:hover,
#formArea input[type=email]:hover,
#formArea input[type=number]:hover,
#formArea textarea:hover {
  background: #fff;
}
#formArea input[type=text] + input,
#formArea input[type=tel] + input,
#formArea input[type=email] + input,
#formArea input[type=number] + input,
#formArea textarea + input {
  margin-top: 10px;
}
#formArea input[type=number].short {
  width: 60px;
}
#formArea input[type=text],
#formArea input[type=email] {
  width: 100%;
}
#formArea input[type=text] .short,
#formArea input[type=email] .short {
  max-width: 150px;
}
#formArea select {
  padding: 0.4em 0 0.3em 0.5em;
  margin-bottom: 5px;
  display: block;
  border-color: #e7e7e7;
}
#formArea select option {
  word-wrap: normal;
}
#formArea input[type=text].short {
  width: 200px;
  text-align: left;
  margin-bottom: 0;
}
#formArea input[type=text].hasDatepicker {
  margin: 5px 0;
  background: #EEEEEE;
}
#formArea input[type=text].hasDatepicker:hover, #formArea input[type=text].hasDatepicker:focus {
  background: #fff;
}
#formArea .mwform-checkbox-field {
  display: inline-block;
  width: auto;
  margin: 5px 5px;
  font-size: 14px;
}
#formArea input[type=checkbox] {
  border: 1px solid #C9C9C9;
  vertical-align: -3px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 18px;
  height: 18px;
  /*Other Browser*/
  background: #F5F5F5;
}
#formArea input[type=checkbox]:checked:before {
  position: absolute;
  left: -1px;
  top: 13px;
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  background: #222222;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}
#formArea input[type=checkbox]:checked:after {
  display: block;
  position: absolute;
  left: 8px;
  top: 14px;
  content: "";
  width: 16px;
  height: 2px;
  background: #222222;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}
#formArea .wpcf7-radio input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#formArea .wpcf7-radio input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #F47C1F;
  content: "";
}
#formArea .wpcf7-list-item.first {
  margin-left: 0;
}
#formArea input[type=file] {
  margin-bottom: 10px;
}
#formArea .inline_wrap select {
  display: inline-block;
}
#formArea .btnArea {
  display: flex;
}
#formArea .btnArea .submitArea {
  flex-basis: 100%;
}
#formArea .btnArea .submitArea .submit {
  max-width: 290px;
  margin: 0 auto;
}
#formArea .btnArea .submitArea .submit:hover, #formArea .btnArea .submitArea .submit:focus {
  color: #fff;
  background: #0D6F9A;
  transition: 0.3s;
  cursor: pointer;
  border-color: #0D6F9A;
}
#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 #115D28;
  color: #115D28;
  padding: 0.4em 0;
  transition: 0.3s;
  font-size: 14px;
}
#formArea .btnArea .returnArea .return:hover, #formArea .btnArea .returnArea .return:focus {
  color: #fff;
  background: #115D28;
  transition: 0.3s;
}
#formArea .wpcf7-submit, #formArea .wpcf7-previous {
  clear: both;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 70px 0 30px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  touch-action: manipulation;
  text-decoration: none;
  transition: 0.3s ease-in;
  user-select: none;
  position: relative;
  text-align: left;
  color: #fff;
  background: #1E8840;
  border-radius: 30px;
  border: solid 1px #1E8840;
  max-width: 240px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#formArea .wpcf7-previous {
  margin-bottom: 20px;
}
#formArea #zip_close {
  display: none;
}
@media screen and (max-width: 768px) {
  #formArea dl {
    display: flex;
    flex-wrap: wrap;
  }
  #formArea dl dt {
    flex-basis: 100%;
    padding: 5px 0 0 0;
    margin: 0 0 15px;
    text-align: left;
  }
  #formArea dl dd {
    flex-basis: 100%;
    margin-bottom: 15px;
    align-self: center;
  }
  #formArea select {
    margin-bottom: 5px;
  }
  #formArea .mwform-checkbox-field {
    display: block;
    width: 100%;
  }
  #formArea .mwform-radio-field {
    display: block;
    margin: 5px 0 10px;
  }
  #formArea .mwform-radio-field .mwform-radio-field-text {
    margin-right: 15px;
  }
  #formArea .mwform-radio-field input {
    margin: 0;
  }
  #formArea .btnArea {
    flex-wrap: wrap;
  }
  #formArea .btnArea .submitArea {
    flex-basis: 100%;
    margin: 0 0 25px;
  }
  #formArea .mw_wp_form_confirm .btnArea {
    flex-direction: column-reverse;
  }
  #formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
    margin: 0 auto;
  }
  #formArea .mw_wp_form_confirm .btnArea .returnArea {
    display: block;
  }
  #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
    margin: 0 auto;
  }
}

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

/* for IE *//*# sourceMappingURL=style.css.map */