@charset "UTF-8";
/* CSS Document */
/*
* base
*/
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow: hidden;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
}

iframe {
  max-width: 100% !important;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

textarea {
  resize: vertical;
  overflow: auto;
  -webkit-appearance: none;
  border: none;
}

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

a:focus {
  outline: none;
}

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
  clear: both;
}

/*
-----------------------------
ベース部分
-----------------------------
*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.sp-only02 {
  display: none;
}

.sp-only03 {
  display: none;
}

.m992 {
  display: none;
}

.m992-767 {
  display: none;
}

.fw-bold {
  font-weight: 700;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
 "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  position: relative;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.inner02 {
  max-width: 1600px;
  margin: 0 auto;
  width: 95%;
}

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

a {
  color: #333;
  text-decoration: none;
}

.flt-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 40px;
}

.flt-box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.flt-box03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}

.flt-box04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.flt-box05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.item-center01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-center02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flt-left01 {
  width: 48%;
}

.flt-right01 {
  width: 48%;
}

.flt-left02 {
  width: 60%;
}

.flt-right02 {
  width: 35%;
}

.flt-left03 {
  width: 70%;
}

.flt-right03 {
  width: 25%;
}

.flt-left04 {
  width: 35%;
}

.flt-right04 {
  width: 60%;
}

.flt-left05 {
  width: 25%;
}

.flt-right05 {
  width: 70%;
}

.flt-left06 {
  width: 55%;
}

.flt-right06 {
  width: 40%;
}

.flt-left07 {
  width: 40%;
}

.flt-right07 {
  width: 55%;
}

.flt-left08 {
  width: 48%;
}

.flt-right08 {
  width: 48%;
}

.flt-25 {
  width: 25%;
}

.flt-30 {
  width: 30%;
}

.flt-31 {
  width: 31%;
}

.flt-33 {
  width: 33%;
}

.flt-44 {
  width: 44%;
}

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

.text-center02 {
  text-align: center;
}

.flex-order01 .flt-left01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex-order01 .flt-right01 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

button {
  border: none;
  cursor: pointer;
  background: none;
}

button:focus {
  outline: none;
}

.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_35 {
  margin-top: 35px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_45 {
  margin-top: 45px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_90 {
  margin-top: 90px;
}

.mt_100 {
  margin-top: 100px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_45 {
  margin-bottom: 45px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mb_100 {
  margin-bottom: 100px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_25 {
  margin-right: 25px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_35 {
  margin-right: 35px;
}

.mr_40 {
  margin-right: 40px;
}

.mr_45 {
  margin-right: 45px;
}

.mr_50 {
  margin-right: 50px;
}

.ml_5 {
  margin-left: 5px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_25 {
  margin-left: 25px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_35 {
  margin-left: 35px;
}

.ml_40 {
  margin-left: 40px;
}

.ml_45 {
  margin-left: 45px;
}

.ml_50 {
  margin-left: 50px;
}

.pt_5 {
  padding-top: 5px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_25 {
  padding-top: 25px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_35 {
  padding-top: 35px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_45 {
  padding-top: 45px;
}

.pt_50 {
  padding-top: 50px;
}

.pt_60 {
  padding-top: 60px;
}

.pt_70 {
  padding-top: 70px;
}

.pt_80 {
  padding-top: 80px;
}

.pt_90 {
  padding-top: 90px;
}

.pt_100 {
  padding-top: 100px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_25 {
  padding-bottom: 25px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_35 {
  padding-bottom: 35px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_45 {
  padding-bottom: 45px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pb_80 {
  padding-bottom: 80px;
}

.pb_90 {
  padding-bottom: 90px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pr_5 {
  padding-right: 5px;
}

.pr_10 {
  padding-right: 10px;
}

.pr_15 {
  padding-right: 15px;
}

.pr_20 {
  padding-right: 20px;
}

.pr_25 {
  padding-right: 25px;
}

.pr_30 {
  padding-right: 30px;
}

.pr_35 {
  padding-right: 35px;
}

.pr_40 {
  padding-right: 40px;
}

.pr_45 {
  padding-right: 45px;
}

.pr_50 {
  padding-right: 50px;
}

.pl_5 {
  padding-left: 5px;
}

.pl_10 {
  padding-left: 10px;
}

.pl_15 {
  padding-left: 15px;
}

.pl_20 {
  padding-left: 20px;
}

.pl_25 {
  padding-left: 25px;
}

.pl_30 {
  padding-left: 30px;
}

.pl_35 {
  padding-left: 35px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_45 {
  padding-left: 45px;
}

.pl_50 {
  padding-left: 50px;
}

@media only screen and (max-width: 767px) {
  body {
    max-width: 100%;
    min-width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-only02 {
    display: block !important;
  }
  .m992 {
    display: none !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .flt-box01,
  .flt-box02,
  .flt-box03,
  .flt-box04 {
    display: block;
    margin-bottom: 0;
  }
  .flt-left01,
  .flt-right01 {
    width: 100%;
  }
  .flt-right02,
  .flt-left02,
  .flt-right03,
  .flt-left03,
  .flt-right04,
  .flt-left04,
  .flt-right05,
  .flt-left05,
  .flt-left06,
  .flt-right06,
  .flt-left07,
  .flt-right07,
  .flt-left08,
  .flt-right08,
  .flt-25,
  .flt-30,
  .flt-31,
  .flt-33,
  .flt-44 {
    width: 100%;
  }
  .flt-left01,
  .flt-left02,
  .flt-left03,
  .flt-left04,
  .flt-left05,
  .flt-left06,
  .flt-right07,
  .flt-right08,
  .flt-25,
  .flt-30,
  .flt-31,
  .flt-33,
  .flt-44 {
    margin-bottom: 15px;
  }
  .flt-box01 {
    margin-bottom: 30px;
  }
  .text-center02 {
    text-align: left;
  }
  .hidden-xs {
    display: none;
  }
  .inner,
  .inner02 {
    width: 94%;
    margin: 0 auto;
  }
  .mt_5 {
    margin-top: 2.5px;
  }
  .mt_10 {
    margin-top: 5px;
  }
  .mt_15 {
    margin-top: 7.5px;
  }
  .mt_20 {
    margin-top: 10px;
  }
  .mt_25 {
    margin-top: 12.5px;
  }
  .mt_30 {
    margin-top: 15px;
  }
  .mt_35 {
    margin-top: 17.5px;
  }
  .mt_40 {
    margin-top: 20px;
  }
  .mt_45 {
    margin-top: 22.5px;
  }
  .mt_50 {
    margin-top: 25px;
  }
  .mt_60 {
    margin-top: 30px;
  }
  .mt_70 {
    margin-top: 35px;
  }
  .mt_80 {
    margin-top: 40px;
  }
  .mt_90 {
    margin-top: 45px;
  }
  .mt_100 {
    margin-top: 50px;
  }
  .mb_5 {
    margin-bottom: 2.5px;
  }
  .mb_10 {
    margin-bottom: 5px;
  }
  .mb_15 {
    margin-bottom: 7.5px;
  }
  .mb_20 {
    margin-bottom: 10px;
  }
  .mb_25 {
    margin-bottom: 12.5px;
  }
  .mb_30 {
    margin-bottom: 15px;
  }
  .mb_35 {
    margin-bottom: 17.5px;
  }
  .mb_40 {
    margin-bottom: 20px;
  }
  .mb_45 {
    margin-bottom: 22.5px;
  }
  .mb_50 {
    margin-bottom: 25px;
  }
  .mb_60 {
    margin-bottom: 30px;
  }
  .mb_70 {
    margin-bottom: 35px;
  }
  .mb_80 {
    margin-bottom: 40px;
  }
  .mb_90 {
    margin-bottom: 45px;
  }
  .mb_100 {
    margin-bottom: 50px;
  }
  .mr_5 {
    margin-right: 2.5px;
  }
  .mr_10 {
    margin-right: 5px;
  }
  .mr_15 {
    margin-right: 7.5px;
  }
  .mr_20 {
    margin-right: 10px;
  }
  .mr_25 {
    margin-right: 12.5px;
  }
  .mr_30 {
    margin-right: 15px;
  }
  .mr_35 {
    margin-right: 17.5px;
  }
  .mr_40 {
    margin-right: 20px;
  }
  .mr_45 {
    margin-right: 22.5px;
  }
  .mr_50 {
    margin-right: 25px;
  }
  .ml_5 {
    margin-left: 2.5px;
  }
  .ml_10 {
    margin-left: 5px;
  }
  .ml_15 {
    margin-left: 7.5px;
  }
  .ml_20 {
    margin-left: 10px;
  }
  .ml_25 {
    margin-left: 12.5px;
  }
  .ml_30 {
    margin-left: 15px;
  }
  .ml_35 {
    margin-left: 17.5px;
  }
  .ml_40 {
    margin-left: 20px;
  }
  .ml_45 {
    margin-left: 22.5px;
  }
  .ml_50 {
    margin-left: 25px;
  }
  .pt_5 {
    padding-top: 2.5px;
  }
  .pt_10 {
    padding-top: 5px;
  }
  .pt_15 {
    padding-top: 7.5px;
  }
  .pt_20 {
    padding-top: 10px;
  }
  .pt_25 {
    padding-top: 12.5px;
  }
  .pt_30 {
    padding-top: 15px;
  }
  .pt_35 {
    padding-top: 17.5px;
  }
  .pt_40 {
    padding-top: 20px;
  }
  .pt_45 {
    padding-top: 22.5px;
  }
  .pt_50 {
    padding-top: 25px;
  }
  .pt_60 {
    padding-top: 30px;
  }
  .pt_70 {
    padding-top: 35px;
  }
  .pt_80 {
    padding-top: 40px;
  }
  .pt_90 {
    padding-top: 45px;
  }
  .pt_100 {
    padding-top: 50px;
  }
  .pb_5 {
    padding-bottom: 2.5px;
  }
  .pb_10 {
    padding-bottom: 5px;
  }
  .pb_15 {
    padding-bottom: 7.5px;
  }
  .pb_20 {
    padding-bottom: 10px;
  }
  .pb_25 {
    padding-bottom: 12.5px;
  }
  .pb_30 {
    padding-bottom: 15px;
  }
  .pb_35 {
    padding-bottom: 17.5px;
  }
  .pb_40 {
    padding-bottom: 20px;
  }
  .pb_45 {
    padding-bottom: 22.5px;
  }
  .pb_50 {
    padding-bottom: 25px;
  }
  .pb_60 {
    padding-bottom: 30px;
  }
  .pb_70 {
    padding-bottom: 35px;
  }
  .pb_80 {
    padding-bottom: 40px;
  }
  .pb_90 {
    padding-bottom: 45px;
  }
  .pb_100 {
    padding-bottom: 50px;
  }
  .pr_5 {
    padding-right: 2.5px;
  }
  .pr_10 {
    padding-right: 5px;
  }
  .pr_15 {
    padding-right: 7.5px;
  }
  .pr_20 {
    padding-right: 10px;
  }
  .pr_25 {
    padding-right: 12.5px;
  }
  .pr_30 {
    padding-right: 15px;
  }
  .pr_35 {
    padding-right: 17.5px;
  }
  .pr_40 {
    padding-right: 20px;
  }
  .pr_45 {
    padding-right: 22.5px;
  }
  .pr_50 {
    padding-right: 25px;
  }
  .pl_5 {
    padding-left: 2.5px;
  }
  .pl_10 {
    padding-left: 5px;
  }
  .pl_15 {
    padding-left: 7.5px;
  }
  .pl_20 {
    padding-left: 10px;
  }
  .pl_25 {
    padding-left: 12.5px;
  }
  .pl_30 {
    padding-left: 15px;
  }
  .pl_35 {
    padding-left: 17.5px;
  }
  .pl_40 {
    padding-left: 20px;
  }
  .pl_45 {
    padding-left: 22.5px;
  }
  .pl_50 {
    padding-left: 25px;
  }
}

/*
-----------------------------
モジュール
-----------------------------
*/
/*
ボタン
*/
.btn01, #submit #confirm, #submit #send, #submit #back {
  display: inline-block;
  padding: 20px 60px;
  width: 250px;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0);
  border: solid 1px #00885a;
  color: #333333;
}

.btn01:hover, #submit #confirm:hover, #submit #send:hover, #submit #back:hover {
  background: #00885a;
  color: #ffffff;
}

.btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 60px;
  width: auto;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0);
  border: solid 1px #00885a;
  color: #333333;
}

.btn02:hover {
  background: #00885a;
  color: #ffffff;
}

.btn02:hover span {
  color: #ffffff;
}

.btn02 span {
  font-size: 20px;
  color: #00885a;
  font-weight: 500;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn03 {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 55px;
  padding: 0 50px;
  border-radius: 100px;
  background: #ffffff;
  border: solid 1px #004da0;
  font-weight: 700;
  color: #004da0;
}

.btn03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: #004da0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn03:hover {
  color: #ffffff;
}

.btn03:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.contact-btn {
  display: inline-block;
  padding: 20px 10px;
  width: 80%;
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 2px;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  background: #dc0d0d;
  -webkit-box-shadow: 0px 5px 0px 0px #5d0011;
          box-shadow: 0px 5px 0px 0px #5d0011;
  color: #fff;
}

.contact-btn span {
  font-weight: 700;
}

.contact-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-wrap {
  margin-top: 50px;
}

.btn-wrap01 {
  margin-top: 60px;
  text-align: center;
}

.btn-wrap02 {
  margin-top: 30px;
  text-align: center;
}

.btn-wrap03 {
  margin-top: 20px;
  text-align: center;
}

.btn-wrap04 {
  margin-top: 50px;
  text-align: left;
}

/*
ボタンの色
*/
.btn-color01 {
  background: transparent;
  color: #fff;
  z-index: 1;
  border: solid 1px #fff;
}

@media only screen and (min-width: 993px) {
  .btn-color01:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #333;
    background: #fff;
  }
}

.btn-color02, #submit #confirm {
  background: #004164;
  color: #fff;
}

@media only screen and (min-width: 993px) {
  .btn-color02:hover, #submit #confirm:hover {
    opacity: 0.8;
  }
}

.btn-color03 {
  background: #0a9cc2;
  color: #fff;
}

.btn-color04 {
  background: transparent;
  color: #004da0;
  z-index: 1;
  border: solid 1px #004da0;
}

@media only screen and (min-width: 993px) {
  .btn-color04:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #fff;
    background: #004da0;
  }
}

/*
矢印
*/
.btn-arrow01 {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.btn-arrow01::before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  right: 18px;
  width: 0;
  height: 0;
}

.btn-arrow01:after {
  display: block;
  font-family: "Material Icons";
  content: "\e5cc";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  right: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
  z-index: 100;
}

.btn-arrow02 {
  position: relative;
}

.btn-arrow02:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  right: 15px;
  width: 30px;
  height: 2px;
  background: #00885a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-arrow02:hover:after {
  right: 0;
  background: #ffffff;
  width: 25px;
}

@-webkit-keyframes arrow-fade01 {
  0% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 0px;
    opacity: 0;
  }
}

@keyframes arrow-fade01 {
  0% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 0px;
    opacity: 0;
  }
}

@-webkit-keyframes arrow-fade02 {
  0% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 0px;
    opacity: 0;
  }
}

@keyframes arrow-fade02 {
  0% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 0px;
    opacity: 0;
  }
}

.arrow01 {
  position: relative;
}

.arrow01:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #00885a;
  border-right: 2px solid #00885a;
}

.arrow01-white {
  position: relative;
}

.arrow01-white:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.arrow02 {
  position: relative;
}

.arrow02:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #00885a;
  border-right: 2px solid #00885a;
}

.arrow03 {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.arrow03:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #004da0;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.arrow03:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 21px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.arrow04 {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.arrow04:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #ffffff;
  z-index: 100;
  left: -1%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.arrow04:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-top: 2px solid #00885a;
  border-right: 2px solid #00885a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 1%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 200;
}

.arrow04:hover:before {
  left: 2%;
}

.arrow04:hover:after {
  left: 4.5%;
}

.arrow05 {
  position: relative;
  padding-left: 15px;
}

.arrow05:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  left: 0px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*
センター揃え
*/
.center {
  text-align: center;
}

.m_center {
  margin: 0 auto;
}

/*
フォント
*/
.font01 {
  font-family: "Poppins", sans-serif;
}

.font02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*
見出し
*/
.heading01 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 5px;
}

.heading02 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 3px;
}

.heading03 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.heading04 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.heading04 span {
  font-weight: bold;
}

.heading-span01 {
  position: relative;
}

.heading-span01 span {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 2px;
  color: #00885a;
  font-weight: 700;
  margin-left: 30px;
  position: relative;
}

.heading-span01 span:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -30px;
  height: 35px;
  width: 25px;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 45%, #00885a 50%, rgba(255, 255, 255, 0) 55%);
}

.heading-deco01 {
  position: relative;
}

.heading-deco01::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #00885a;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.heading-deco02 {
  position: relative;
  padding-left: 20px;
}

.heading-deco02::before {
  content: "";
  display: block;
  width: 6px;
  height: 80%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  background: #00885a;
  left: 0;
}

.heading-deco02::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  position: absolute;
  bottom: -15px;
  left: 0;
}

/*
見出しの色
*/
.color-white {
  color: #fff;
}

.color-blue01 {
  color: #004da0;
}

.color-blue02 {
  color: #004164;
}

.color-black {
  color: #333333;
}

.color-red01 {
  color: #dc0d0d;
}

.color-green {
  color: #00885a;
}

/*
背景色
*/
.bg-color01 {
  background: #ffe5ea;
}

/*
アイコン
*/
.icon {
  position: relative;
  display: inline-block;
}

.icon:before, .icon-tel:before, .icon-tel02:before, .icon-mail01:before, .icon-insta:before, .icon-twitter:before, .icon-facebook:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}

.icon-tel:before {
  width: 52px;
  height: 70px;
  background: url(../images/common/icon_tel.png) no-repeat center center;
  background-size: 52px 70px;
  left: -70px;
}

.icon-tel02:before {
  width: 20px;
  height: 28px;
  background: url(../images/common/icon_tel02.png);
  background-size: 20px 28px;
  left: 6px;
}

.icon-mail01 {
  padding-left: 22px;
}

.icon-mail01:before {
  width: 42px;
  height: 29px;
  background: url(../images/common/icon_mail.svg) no-repeat center center;
  background-size: 42px 29px;
  left: 25px;
}

.icon-insta {
  padding-left: 25px;
}

.icon-insta:before {
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_insta.png) no-repeat center center;
  background-size: 18px 18px;
  left: 0px;
}

.icon-twitter {
  padding-left: 27px;
}

.icon-twitter:before {
  width: 21px;
  height: 18px;
  background: url(../images/common/icon_twitter.png) no-repeat center center;
  background-size: 21px 18px;
  left: 0px;
}

.icon-facebook {
  padding-left: 25px;
}

.icon-facebook:before {
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_facebook.png) no-repeat center center;
  background-size: 18px 18px;
  left: 0px;
}

/*
リンク
*/
.imghover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.imghover:hover {
  opacity: 0.8;
}

/*
ラベル
*/
.lable01 {
  background: #000;
  padding: 5px 15px;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
}

/*
テキスト
*/
.text {
  margin-bottom: 10px;
}

.required,
.caution {
  color: #dc0d0d;
  font-weight: bold;
}

/*
角丸
*/
.cycle {
  border-radius: 10px;
  overflow: hidden;
}

.cycle-item {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
}

.cycle-item:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 100%;
}

/*
テーブル
*/
table {
  border: none;
  width: 100%;
  table-layout: fixed;
}

table th {
  width: 22%;
  padding: 40px 30px;
  background: none;
  color: #333333;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  border-bottom: solid 1px #00885a;
}

table td {
  width: 78%;
  border-bottom: solid 1px #ccc;
  padding: 40px 30px;
  background: #fff;
}

button {
  position: relative;
}

.animate {
  opacity: 0;
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animate.scrollin {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}

.animate.slide-in-top {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.animate.slide-in-down {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.animate.slide-in-left {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.animate.slide-in-right {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.animate-effect {
  overflow: hidden;
  position: relative;
}

.animate-effect img {
  display: block;
  height: auto;
  width: 100%;
}

.effect01 img {
  -webkit-animation: effect01 1.2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: effect01 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes effect01 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
}

@keyframes effect01 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
}

.effect02-top {
  -webkit-animation: effect02-img 2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: effect02-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.effect02-down {
  -webkit-animation: effect02-img 2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: effect02-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.effect02-left {
  -webkit-animation: effect02-img 2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: effect02-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.effect02-right {
  -webkit-animation: effect02-img 2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: effect02-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.effect02-top:before {
  -webkit-animation: effect02-top-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: effect02-top-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@-webkit-keyframes effect02-top-before {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes effect02-top-before {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.effect02-down:before {
  -webkit-animation: effect02-down-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: effect02-down-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@-webkit-keyframes effect02-down-before {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes effect02-down-before {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.effect02-left:before {
  -webkit-animation: effect02-left-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: effect02-left-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@-webkit-keyframes effect02-left-before {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes effect02-left-before {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.effect02-right:before {
  -webkit-animation: effect02-right-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: effect02-right-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@-webkit-keyframes effect02-right-before {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes effect02-right-before {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes effect02-img {
  0% {
    opacity: 0;
  }
}

@keyframes effect02-img {
  0% {
    opacity: 0;
  }
}

.animate-delay-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.animate-delay-2:before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.animate-delay-4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.animate-delay-4:before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.animate-delay-6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.animate-delay-6:before {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.animate-delay-8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.animate-delay-8:before {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.animate-delay-10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.animate-delay-10:before {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.animate-delay-12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.animate-delay-12:before {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.animate-delay-14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.animate-delay-14:before {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.animate-delay-16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.animate-delay-16:before {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.animate-delay-18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.animate-delay-18:before {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.animate-delay-20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.animate-delay-20:before {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.animate-delay-22 {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.animate-delay-22:before {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.animate-delay-24 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.animate-delay-24:before {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.slide-up {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.slide-up.scrollin {
  -webkit-animation-name: anim-slide-up;
          animation-name: anim-slide-up;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes anim-slide-up {
  0% {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes anim-slide-up {
  0% {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.slide-down {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateY(-100px) rotate(180deg);
          transform: translateY(-100px) rotate(180deg);
}

.slide-down.scrollin {
  -webkit-animation-name: anim-slide-down;
          animation-name: anim-slide-down;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(-100px) rotate(360deg) !important;
          transform: translateY(-100px) rotate(360deg) !important;
}

@-webkit-keyframes anim-slide-down {
  0% {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform: translateY(-100px) rotate(180deg);
            transform: translateY(-100px) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes anim-slide-down {
  0% {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform: translateY(-100px) rotate(180deg);
            transform: translateY(-100px) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.js-slide-up {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.js-slide-up.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-slide-down {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateY(-100px) rotate(180deg);
          transform: translateY(-100px) rotate(180deg);
}

.js-slide-down.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slide-mask.scrollin {
  position: relative;
  visibility: visible;
  overflow: hidden;
}

.slide-mask.scrollin:before {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  z-index: 2;
  background: #333;
  -webkit-animation-name: anim-slide-mask;
          animation-name: anim-slide-mask;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.07, 0, 1);
          animation-timing-function: cubic-bezier(0.78, 0.07, 0, 1);
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.js-slide-mask02.scrollin {
  position: relative;
  overflow: hidden;
}

.js-slide-mask02.scrollin:before {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  z-index: 2;
  background: #333;
  -webkit-animation-name: anim-slide-mask02;
          animation-name: anim-slide-mask02;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js-slide-mask02-inner {
  opacity: 0;
}

.js-slide-mask02-inner.scrollin {
  -webkit-animation-name: anim-slide-mask02-inner;
          animation-name: anim-slide-mask02-inner;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes anim-slide-mask {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  47.5% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  52.5% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes anim-slide-mask {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  47.5% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  52.5% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes anim-slide-mask02 {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  51% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes anim-slide-mask02 {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  51% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes anim-slide-mask02-inner {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

@keyframes anim-slide-mask02-inner {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

.js-slide-scale.scrollin {
  -webkit-animation-name: slide-scale;
          animation-name: slide-scale;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes slide-scale {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    background-position: 20% bottom;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-position: right bottom;
  }
}

@keyframes slide-scale {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    background-position: 20% bottom;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-position: right bottom;
  }
}

.js-slide-scale02.scrollin {
  -webkit-animation-name: slide-scale02;
          animation-name: slide-scale02;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes slide-scale02 {
  0% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slide-scale02 {
  0% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media only screen and (min-width: 768px) {
  .js-slide-mask03.scrollin {
    position: relative;
    overflow: hidden;
  }
  .js-slide-mask03.scrollin:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    z-index: 2;
    background: #000;
    -webkit-animation-name: anim-slide-mask03;
            animation-name: anim-slide-mask03;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .js-slide-mask03-inner {
    opacity: 0;
  }
  .js-slide-mask03-inner.scrollin {
    -webkit-animation-name: anim-slide-mask03-inner;
            animation-name: anim-slide-mask03-inner;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes anim-slide-mask03 {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    47.5% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    52.5% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes anim-slide-mask03 {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    47.5% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    52.5% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes anim-slide-mask03-inner {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 100%;
    }
  }
  @keyframes anim-slide-mask03-inner {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 100%;
    }
  }
}

.sp-nav {
  display: none;
}

.sp-menu {
  display: none;
}

.section-contents {
  padding: 0 0 160px;
  position: relative;
}

.section-contents:last-of-type {
  padding-bottom: 100px;
}

.header {
  width: 100%;
  height: 80px;
  z-index: 200;
  background: #fff;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header.scrolled {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
  height: 70px;
}

header.scrolled .header-contact-list-item {
  height: 75px;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0px 0px 0px 50px;
  height: 100%;
}

.header-inner-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
}

.header-inner-right {
  width: 70%;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}

.sub-nav-btn {
  position: relative;
  padding-bottom: 100px !important;
}

/* .sub-nav-btn a {
  padding: 0 !important;
} */

.sub-nav-wrap {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50px;
  z-index: 1000;
}

.sub-nav-wrap .sub-nav {
  z-index: 100 !important;
  background: #ffffff;
  width: 220px;
  padding: 0 15px;
  border-radius: 0;
  margin-top: 30px;
  border: solid 1px #f4faf8;
}

.sub-nav-wrap .sub-nav-item {
  border-bottom: dotted 1px #00885a;
  padding: 15px 0 !important;
}

.sub-nav-wrap .sub-nav-item a {
  display: block;
  height: auto;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-nav-wrap .sub-nav-item a:hover {
  color: #00885a;
}

.sub-nav-wrap .sub-nav-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  height: 80px;
}

.nav-item {
  text-align: center;
  position: relative;
}

.nav-item > a {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  height: 79px;
  position: relative;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-item > a::before {
  position: absolute;
  bottom: -1px;
  left: 10%;
  content: "";
  width: 80%;
  height: 2px;
  background: #004da0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-item > a:hover {
  color: #00885a;
}

.header-contact-list .header-contact-list-item {
  height: 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-contact-list .header-contact-list-item a {
  background: #004da0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 10px;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-contact-list .header-contact-list-item a:hover {
  background: #07488d;
}

.header-contact-list .header-contact-list-item a .material-symbols-outlined {
  font-size: 34px;
  width: 100%;
}

.header-contact-list .header-contact-list-item a .header-contact-list-text {
  width: 100%;
}

.main-img-wrap {
  width: 100%;
  height: 100svh;
  padding-top: 80px;
  position: relative;
  margin: 0 auto;
  margin-left: 50px;
}

.main-img {
  background: url(../images/common/main_img.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.main-img-text-block {
  left: 70px;
  top: 55%;
  position: absolute;
  text-align: center;
  z-index: 100;
}

.main-img-text-inner h1 span {
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 7px;
  font-weight: bold;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #00885a;
  color: #fff;
  padding: 10px;
  opacity: 0;
  -webkit-transition: opcity 0.3s, 0.3s;
  transition: opcity 0.3s, 0.3s;
  z-index: 100;
}

#to-top span {
  font-size: 36px;
  font-size: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#to-top.scrolled {
  opacity: 1;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  z-index: 200;
  cursor: pointer;
  color: #fff;
  background-color: #004da0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.footer {
  padding-top: 100px;
  background: #00885a;
}

.footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 100px;
}

.footer-block-left {
  width: 25%;
}

.footer-block-left .footer-logo a {
  background: #ffffff;
  padding: 20px 30px;
  max-width: 300px;
  display: block;
}

.footer-block-left .footer-address {
  color: #ffffff;
}

.footer-block-right {
  width: 70%;
}

.footer-nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.footer-nav-top a {
  color: #ffffff;
}

.footer-nav-top .footer-nav-list-item a:hover {
  opacity: 0.9;
}

.footer-nav-bottom {
  margin-top: 50px;
}

.footer-nav-bottom .footer-nav-list {
  color: #ffffff;
}

.footer-nav-bottom .footer-nav-list li {
  padding-left: 15px;
  position: relative;
  margin-top: 10px;
}

.footer-nav-bottom .footer-nav-list li a {
  color: #ffffff;
}

.footer-nav-bottom .footer-nav-list li a:hover {
  opacity: 0.9;
}

.footer-nav-bottom .footer-nav-list li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #ffffff;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  left: 0;
}

.copyright {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 50px 10px;
  color: #ffffff;
}

.sub-title-wrap {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 0;
  position: relative;
  text-align: left;
  background: url(../images/common/bg_subtitle.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 80px;
}

.sub-title {
  text-align: center;
}

.sub-title h1 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 10px;
  display: inline-block;
}

.bread-crumb {
  padding: 20px 0;
}

.bread-crumb-inner span {
  margin: 5px;
}

.bread-crumb-inner a {
  position: relative;
  color: #004da0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bread-crumb-inner a:hover {
  opacity: 0.8;
}

.bread-crumb-inner span a span {
  font-weight: bold;
  margin-right: 0;
}

.sub-concept {
  text-align: center;
}

.flex-text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*WPのシングルページ調整CSS*/
.single_btn {
  margin: 0 auto;
}

.topics-thumbnail {
  text-align: center;
  margin-bottom: 40px;
}

.news-single .news-cat {
  display: inline;
}

.news-single-thumbnail {
  margin-bottom: 10px;
}

.news-single-time {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}

.news-single-inner {
  margin-top: 20px;
  margin-bottom: 30px;
}

.news-single-inner h2 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 2px;
  padding: 15px 25px;
  background-color: #f4f4f4;
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: bold;
}

.news-single-inner h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: solid 5px #004da0;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-left: 10px;
  letter-spacing: 2px;
}

.news-single-inner h4 {
  font-weight: bold;
  color: #004da0;
  margin-top: 30px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.news-single-inner p {
  margin-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 2px;
}

.news-single-inner a {
  color: #004da0;
}

.news-single-inner a:hover {
  text-decoration: underline;
}

.news-single-inner figure {
  margin-bottom: 30px;
}

.mokuji {
  padding: 30px;
  background: #f5f5f5;
}

.mokuji li {
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
}

.mokuji li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0px;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 100%;
}

.mokuji li a {
  color: #333;
}

.mokuji li:last-child {
  margin-bottom: 0;
}

.news-single-inner strong {
  font-weight: bold;
}

.news-single-inner b {
  font-weight: bold;
}

.news-single-inner em {
  font-style: italic;
}

.news-single-inner ol li {
  list-style-type: decimal;
  margin-left: 20px;
}

.news-single-inner ul li {
  list-style-type: disc;
  margin-left: 20px;
}

.news-single-inner img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.news-single-inner img.alignright {
  margin: 0 0 10px 10px;
  display: inline;
}

.news-single-inner img.alignleft {
  margin: 0 10px 10px 0;
  display: inline;
}

.news-single-inner .aligncenter {
  text-align: center;
}

.news-single-inner .alignright {
  float: right;
}

.news-single-inner .alignleft {
  float: left;
}

.news-single-inner .news-single-inner a {
  color: #dc0d0d;
}

.news-single-inner .news-single-inner a:hover {
  text-decoration: underline;
}

.news-single-inner p {
  margin-bottom: 30px;
  line-height: 1.8;
  clear: both;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  display: inline-block;
  text-align: left;
  margin: 3px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.post-link {
  margin-top: 80px;
}

.post-link ul {
  border-bottom: solid 1px #ccc;
}

.post-link li {
  padding-bottom: 10px;
  position: relative;
}

.post-link .prev {
  float: left;
}

.post-link .prev a {
  display: block;
  color: #333;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-left: 20px;
}

.post-link .prev a:before {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  left: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.post-link .prev a:hover {
  opacity: 0.8;
}

.post-link .next {
  float: right;
}

.post-link .next a {
  display: block;
  color: #333;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-right: 20px;
}

.post-link .next a:before {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  right: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.post-link .next a:hover {
  opacity: 0.8;
}

/*WP-PageNavi調整CSS*/
.wp-pagenavi {
  margin-top: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wp-pagenavi span {
  text-decoration: none;
  background: #f2f2f2;
  padding: 10px 15px;
  float: left;
  border: none;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi span.current {
  border-color: #00885a;
  background: #00885a;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-weight: blod;
}

.wp-pagenavi a {
  text-decoration: none;
  border: none;
  background: #f2f2f2;
  padding: 10px 20px;
  margin: 2px;
  float: left;
  font-weight: bold;
}

.wp-pagenavi a:hover {
  border-color: #00885a;
  background: #00885a;
  color: #fff;
  font-weight: bold;
}

/*JS制御箇所*/
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/*form調整CSS*/
table input,
table textarea,
select {
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  webkit-box-sizing: border-box;
  background: #ececec;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table input:focus,
table textarea:focus,
select:focus,
input.wpcf7-validates-as-required:focus {
  border-radius: 0;
  border: none;
  outline: none;
}

.form,
.wpcf7-textarea {
  width: 100%;
}

#check {
  margin: 30px auto;
  text-align: center;
}

#check p a {
  color: #dc0d0d;
}

#check p a:hover {
  text-decoration: underline;
}

#privacy {
  height: 200px;
  overflow-y: scroll;
  border: solid 1px #ccc;
  padding: 20px;
  background: #fff;
}

#privacy a {
  color: #07488d;
}

#privacy h3 {
  font-weight: bold;
  margin: 10px 0;
}

#privacy dt {
  font-weight: bold;
  margin-bottom: 5px;
}

#privacy dd {
  margin-bottom: 20px;
}

#privacy .privacy-heading {
  font-weight: bold;
  margin-bottom: 10px;
}

#privacy .privacy-text {
  margin-bottom: 20px;
}

#privacy .privacy-company-profile {
  margin: 20px 0;
}

#privacyConsent {
  background: #f8f8f8;
  padding: 30px 10px;
  margin-top: 20px;
  text-align: center;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}

#submit {
  width: 274px;
  margin: 20px auto;
  text-align: center;
}

#submit #confirm {
  text-align: center;
  border: none;
  width: 270px;
  color: #fff;
  background: #00885a;
  border: solid 2px #00885a;
  display: inline-block;
  position: relative;
}

#submit input {
  cursor: pointer;
}

#submit #send {
  text-align: center;
  width: 270px;
  background: #00885a;
  color: #fff;
  border: solid 2px #00885a;
  display: inline-block;
  margin-bottom: 12px;
  position: relative;
}

#submit #back {
  background: #ccc;
  color: #fff;
  width: 270px;
  text-align: center;
  border: none;
}

table input,
table textarea,
select,
input.wpcf7-validates-as-required {
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  webkit-box-sizing: border-box;
}

input[type="checkbox"] {
  border: 1px #ccc solid;
  padding: 5px;
  border-radius: 10px;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 3px;
}

.form,
.wpcf7-textarea {
  width: 100%;
}

input[type="submit"][disabled],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  background: #ccc !important;
  color: #fff !important;
  cursor: not-allowed !important;
  border: solid 2px #ccc !important;
}

input[type="checkbox"] {
  padding: 10px;
}

#submit #confirm:hover {
  background: #fff;
  color: #333;
}

#submit #send:hover,
#submit #back:hover {
  opacity: 0.8;
}

.wpcf7c-conf {
  background-color: #fff;
  border: solid 1px #333 !important;
}

.wpcf7-not-valid {
  background: #faccd0;
}

span.wpcf7-list-item {
  margin-bottom: 10px;
}

span.wpcf7-list-item:first-child {
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  margin-left: 10px;
}

.wpcf7-list-item-label:before {
  display: none;
}

.checkbox-item .wpcf7-list-item {
  display: block;
  margin: 0;
  padding-bottom: 10px;
}

.contact-table th {
  width: 26%;
  border-bottom: solid 1px #ccc;
}

.contact-table #zip {
  width: 25%;
}

.zip-icon {
  font-size: 20px;
  font-weight: bold;
}

.search-zip {
  margin-left: 10px;
}

.search-zip a {
  color: #dc0d0d;
}

.search-zip a:hover {
  text-decoration: underline;
}

.address-block {
  margin-bottom: 15px;
}

.address-block-fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.address-block-item {
  width: 49%;
}

/*
必須項目<span class="contact-required">必須</span>
*/
.contact-required {
  padding: 2px 14px;
  display: inline-block;
  background: #dc0d0d;
  color: #fff;
  margin-left: 15px;
  border-radius: 4px;
  float: right;
}

/*
確認画面の調整
*/
form.wpcf7-form {
  margin-top: -160px;
  padding-top: 160px;
}

.wpcf7c-elm-step2 {
  border: solid 1px #00885a;
  padding: 0.2em 1em;
  margin-bottom: 30px;
}

/*----------------------------------
ローディング画面
----------------------------------*/
/*----------------------------------
swiperの調整
----------------------------------*/
.swiper-method {
  width: 100%;
  margin-top: 15px;
}

.mySwiper {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 100px;
}

.mySwiper .swiper-slide {
  width: 19% !important;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-pagination {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari用 */
  transform: translateX(-50%);
}

.swiper-pagination-bullet {
  margin: 0 3px;
}

.swiper-pagination-bullet-active {
  background: #004da0 !important;
}

.mySwiper3 .swiper-pagination {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari用 */
  transform: translateX(-50%);
  bottom: 0;
}

.mySwiper3 p {
  text-align: center;
}

.mySwiper6 {
  height: 80%;
  width: 100%;
}

.mySwiper6 .swiper {
  width: 100%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.mySwiper6 .swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper6 .swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

.mySwiper7 {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 100px;
}

.mySwiper7 .swiper-slide {
  width: 19% !important;
  height: 100%;
  opacity: 0.4;
}

.mySwiper7 .swiper-slide-thumb-active {
  opacity: 1;
}

.top-content01 {
  margin-top: 50px;
  background: #f4faf8;
  margin-left: 50px;
  position: relative;
}

.top-content01::before {
  content: "";
  position: absolute;
  background: url(../images/index/01-bg.png) no-repeat;
  background-position: center center;
  top: 0;
  left: 0;
  width: 670px;
  height: 100%;
  background-size: cover;
  z-index: 0;
}

.top-content01 .flt-left01 {
  padding: 100px 0;
  padding-left: 100px;
  z-index: 1;
}

.top-content01 p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.top-content01-title {
  font-size: 36px;
  font-size: 3.6rem;
  color: #00885a;
  font-weight: 700;
  margin-bottom: 100px;
  letter-spacing: 10px;
  line-height: 1.8;
}

.top-content01-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.top-content01-box .top-box-item01 {
  margin-right: 15px;
}

.top-content01-box .top-box-item02 {
  margin-bottom: 15px;
}

.top-content02 {
  margin-top: 160px;
}

.news-btn {
  text-align: right;
  margin-bottom: 30px;
}

.news-btn button {
  padding-right: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333333;
}

.news-btn button:hover {
  color: #00885a;
}

.news-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  background: #fbfbfb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 15px;
}

.news-item a time {
  color: #00885a;
  margin-right: 50px;
  font-weight: 700;
}

.news-item a:hover {
  background: #f8f8f8;
}

.news-item a:hover .blog-cat {
  background: #00885a;
  color: #ffffff;
}

.news-item:first-of-type a {
  margin-top: 0px;
}

.news-item .news-text-wrap .blog-cat {
  border: solid 1px #00885a;
  padding: 3px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 5px;
}

.news-item .news-text-wrap .news-text {
  padding-top: 10px;
}

.news-item:hover .news-cat {
  background: #00885a;
  color: #ffffff;
}

.news-cat {
  padding: 5px 15px;
  border: solid 1px #00885a;
  background: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
  margin-right: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-banner-item {
  width: 100%;
  height: 220px;
  color: #ffffff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-banner-item::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 90%;
  border: solid 2px #ffffff;
}

.top-banner-item:hover {
  opacity: 0.9;
}

.top-banner01 {
  background: url(../images/index/top-banner01.jpg) no-repeat;
  background-size: cover;
}

.top-banner02 {
  background: url(../images/index/top-banner02.jpg) no-repeat;
  background-size: cover;
}

.top-banner03 {
  background: url(../images/index/top-banner03.jpg) no-repeat;
  background-size: cover;
}

.top-contact-wrapper {
  background: url(../images/index/top-contact.jpg) no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
}

.top-contact-left {
  width: 72%;
  padding: 85px 0;
}

.top-contact-left .top-contact01 {
  width: 50%;
}

.top-contact-left .top-contact01 .heading01 {
  margin-bottom: 0;
}

.top-contact-left .top-contact02 {
  width: 50%;
}

.top-contact-left .top-contact02 a {
  color: #00885a;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 6px;
}

.top-contact-right {
  width: 25%;
}

.top-contact-right .top-contact03 {
  background: #004da0;
  color: #ffffff;
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-size: 2.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 3px;
}

.top-contact-right .material-symbols-outlined {
  font-size: 35px;
  margin-right: 7px;
}

.top-contact-right:hover .top-contact03 {
  background: #07488d;
}

.sub-contents {
  margin-top: 100px;
}

.sub-section-content {
  padding: 0 0 160px;
}

.sub-section-content:last-of-type {
  padding: 0 0 80px;
}

.font18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.representative-text {
  font-weight: 700;
  text-align: right;
  margin-top: 10px;
}

.w_200 {
  width: 200px;
}

.company-table a {
  color: #004da0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.company-table a .material-symbols-outlined {
  font-size: 18px;
  margin-left: 5px;
}

.company-table a:hover {
  opacity: 0.8;
}

.contact-box {
  padding: 65px 30px;
  background: #ffffff;
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
  border: solid 1px #f0f0f0;
  text-align: center;
  border-radius: 2px;
}

.contact-box .contact-box-item01 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
}

.contact-box .contact-box-item02 {
  font-size: 45px;
  font-size: 4.5rem;
  letter-spacing: 5px;
  font-weight: 700;
  color: #00885a;
}

.contact-box .contact-box-item03 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.tab {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 0;
  list-style: none;
  border: solid 1px #00885a;
  font-weight: 700;
  color: #00885a;
  text-align: center;
  cursor: pointer;
  margin: 0 1%;
  width: 20%;
}

.tab:first-child {
  margin-left: 0;
}

.tab:last-child {
  margin-right: 0;
}

.panel-group {
  margin-top: 50px;
}

.panel {
  display: none;
}

.tab.is-active {
  background: #00885a;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tab.is-active::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.panel.is-show {
  display: block;
}

.tablepress th {
  background: #f4faf8;
  padding: 15px 20px;
}

.tablepress td {
  padding: 30px 20px;
}

.tablepress .column-1 {
  width: 15%;
}

.tablepress .column-2 {
  width: 20%;
}

.tablepress .column-3 {
  width: 40%;
}

.tablepress .column-4 {
  width: 25%;
}

.pdf-link-box {
  border: solid 1px #ccc;
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
  margin-top: 50px;
  background: #f4faf8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pdf-link-box a {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pdf-link-box a span {
  color: #dc0d0d;
  margin-right: 10px;
}

.pdf-link-box:hover {
  opacity: 0.8;
}

.recruit03-box .flt-left01,
.recruit03-box .flt-right01 {
  background: #f4faf8;
  padding: 20px 40px;
  margin-top: 20px;
  border-radius: 5px;
}

.recruit03-box .recruit03-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #00885a;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recruit03-box .recruit03-title span {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 700;
  margin-right: 10px;
}

.recruit01-img span {
  display: block;
}

.heading-product {
  margin-bottom: 20px;
}

.heading-product a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.heading-product a span {
  font-size: 30px;
  margin-left: 10px;
}

.heading-product a:hover {
  opacity: 0.8;
}

.product-title-long {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.section-product01 {
  background: #f4faf8;
  padding: 80px 0;
  margin-bottom: 80px;
  margin-top: 50px;
}

.product02-box-list .product02-box-list-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #00885a;
  margin-top: 30px;
  margin-bottom: 20px;
}

.section-product03 .flt-30 {
  margin: 0 1.5%;
}

.section-product03 .product03-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #00885a;
  text-align: center;
  margin-bottom: 30px;
}

.product04-box {
  background: #f4faf8;
  border-radius: 5px;
  padding: 30px 50px;
}

.product04-box .product04-title {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 5px;
  font-weight: 700;
  position: relative;
}

.product04-box .product04-title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: #00885a;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari用 */
  transform: translateX(-50%);
  bottom: -10px;
}

.product04-box .product04-box-item {
  margin-top: 50px;
}

.product04-box .product04-box-item .product04-box-item-title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #00885a;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product04-box .product04-box-item .product04-box-item-title span {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  margin-right: 30px;
  position: relative;
  z-index: 100;
}

.product04-box .product04-box-item .product04-box-item-title span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border: solid 1px #00885a;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  z-index: -1;
}

.result-item {
  text-align: center;
  margin-bottom: 20px;
}

.result-item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.result-comment-wrap {
  margin-top: 30px;
}

.result-comment-wrap .result-comment {
  border-bottom: solid 1px #ccc;
  padding: 24px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: start;
  -ms-justify-content: start;
  -webkit-box-pack: start;
          justify-content: start;
  -ms-flex-pack: start;
}

.result-comment-wrap .result-comment dt {
  width: 20%;
  font-weight: 700;
  padding-left: 40px;
}

.result-comment-wrap .result-comment dd {
  width: 80%;
}

.result-comment-wrap .result-comment dd a {
  color: #004da0;
}

.result-comment-wrap .result-comment:first-child {
  border-top: solid 1px #ccc;
}

.btn-result {
  color: #fff;
  display: inline-block;
  padding: 12px 65px;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #004da0;
  border-radius: 50px;
}

.btn-result:hover {
  opacity: 0.9;
}

.btn-result:hover.arrow01::after {
  right: 20px;
}

.result-item-tag {
  margin-bottom: 20px;
}

.result-item-tag a {
  width: 22%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 15px;
  background: #b7b7b7;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.5%;
  margin-top: 10px;
  height: 55px;
  border-radius: 3px;
}

/* .result-item-tag a:first-of-type {
  margin-left: 0;
} */

.result-item-tag a:hover {
  background: #00885a;
}

.result-item-tag .result-item-tag-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}

.result-item-tag a.active {
  background: #00885a;
}

.result-box-wrap {
  -webkit-box-shadow: 0 0 10px 5px #f5f5f5;
  box-shadow: 0 0 10px 5px #f5f5f5;
  overflow: hidden;
  border: solid 1px #f5f5f5;
  position: relative;
  width: 31.3%;
  margin: 0 1%;
  margin-top: 20px;
}

.result-box-wrap img {
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 250px;
  width: 100%;
}

.result-box-wrap:hover img {
  -webkit-transform: rotate(0deg) scale(1.1);
  transform: rotate(0deg) scale(1.1);
}

.result-box-title {
  text-align: center;
  padding: 10px 20px;
  color: #333333;
  font-weight: 700;
  background: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
}

.tag_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  top: 227px;
  left: 0;
}

.tag_item span {
  background: #004da0;
  padding: 2px 5px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  margin-right: 5px;
}

.tag_item-top {
  top: 377px;
}
/* .youtube {
  width: 80%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
} */
@media only screen and (max-width: 1400px) {
  .header-inner-left {
    width: 18%;
  }
  .header-inner-right {
    width: 80%;
  }
    .header-inner {
      padding: 0px 0px 0px 20px;
    }
}

@media only screen and (max-width: 1199px) {
  .inner {
    padding: 0;
  }
  .nav-item > a {
    padding: 0 12px;
  }
  .header-contact-list-item a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .logo {
    margin-right: 15px;
  }
  .top-content01 {
    margin-top: 30px;
    margin-left: 20px;
  }
  .top-content01::before {
    display: none;
  }
  .top-content01 .flt-left01 {
    width: 100%;
    padding: 40px 10px;
    margin-bottom: 0;
  }
  .top-content01 .flt-right01 {
    width: 100%;
    padding-bottom: 40px;
  }
  .top-content01 .flt-box02 {
    display: block;
  }
  .top-content04 .top-banner-item {
    height: 170px;
  }
  .top-contact-left {
    width: 100%;
    padding: 40px 0;
    padding-bottom: 10px;
  }
  .top-contact-left .top-contact01 {
    width: 100%;
  }
  .top-contact-left .top-contact02 {
    width: 100%;
    padding-top: 10px;
  }
  .top-contact-left .top-contact02 a {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 3px;
  }
  .top-contact-right {
    width: 100%;
  }
  .top-contact-right .top-contact03 {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 3px;
    padding: 20px 0;
  }
  .top-contact-right .material-symbols-outlined {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
  body {
    max-width: 100%;
    min-width: 100%;
  }
  .inner,
  .inner02 {
    width: 95%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 992px) {
  .m992 {
    display: block !important;
  }
  .m992-767 {
    display: block !important;
  }
  .m992-none {
    display: none !important;
  }
  .nav-item > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-inner-left {
    width: 150px;
  }
  .header-inner-right {
    display: none;
  }
  .pc-nav {
    display: none;
  }
  header.scrolled {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 55px;
  }
  .sp-menu {
    display: block;
  }
  .sp-menu #open {
    font-size: 28px;
    cursor: pointer;
    position: fixed;
    z-index: 1000;
    right: 0;
    color: #00885a;
    padding: 21px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sp-menu.scrolled #open {
    font-size: 24px;
    color: #ffffff;
    background: #00885a;
    padding: 15.5px 11px;
  }
  .sp-menu #open.hide {
    display: none;
  }
  .sp-nav {
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 136, 90, 1.0);
    text-align: center;
    padding: 60px 20px;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    z-index: 10000;
  }
  .sp-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .sp-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  .sp-nav ul li a {
    color: #ffffff;
    display: block;
    font-weight: 700;
    padding: 15px 0;
  }
  .sp-nav #close {
    font-size: 28px;
    cursor: pointer;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    color: #fff;
    padding: 21px 15px;
  }
  .sp-nav.show {
    opacity: 1;
    pointer-events: auto;
  }
  .sp-nav.show ul li {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .sp-nav.show ul li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .sp-nav.show ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .sp-nav.show ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .sp-nav.show ul li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .sp-nav.show ul li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .sp-nav.show ul li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .sp-nav.show ul li:nth-child(7) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .sp-nav.show ul li:nth-child(8) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .sp-nav.show ul li:nth-child(9) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .sp-nav.show ul li:nth-child(10) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .sp-nav.show ul li:nth-child(11) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .section-contents {
    padding: 0 0 100px;
  }
  /*
	ハンバーガーメニュー
	*/
  #to-top {
    padding: 5px;
  }
  #to-top span {
    font-size: 30px;
    font-size: 3rem;
  }
  .main-img-text-inner h1 span {
    font-size: 40px;
    font-size: 4rem;
  }
  .news-item a {
    display: block;
  }
  .news-cat {
    display: inline-block;
    margin-bottom: 5px;
  }
  .news-item a time {
    display: block;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-wrap {
    margin-top: 20px;
  }
  .btn-wrap01 {
    margin-top: 25px;
  }
  .btn-wrap02 {
    margin-top: 15px;
  }
  .btn-color01 span {
    padding: 20px 40px;
    width: 100%;
  }
  .heading01 {
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .heading-span01 span {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  .heading-span01 span::before {
    left: -25px;
    height: 30px;
    width: 20px;
  }
  .heading02 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  .heading03 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .heading04 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  .heading05 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .heading-deco01::before {
    width: 40px;
    bottom: -5px;
  }
  .wp-pagenavi {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /*WPのシングルページ調整CSS*/
  .single-article-heading {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
  }
  .news-single-inner h1 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .news-single-inner h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .news-single-inner h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-single-inner h4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .news-single-inner p {
    margin-bottom: 20px;
  }
  .news-single-inner figure {
    margin-bottom: 20px;
  }
  .news-single-inner img.alignright {
    margin: 0;
    display: block;
  }
  .news-single-inner img.alignleft {
    margin: 0;
    display: block;
  }
  .news-single-inner .alignright {
    float: none;
  }
  .news-single-inner .alignleft {
    float: none;
  }
  .news-single-inner img {
    width: 100%;
    margin: 10px 0 !important;
  }
  .news-single-thumbnail img {
    margin: 0 !important;
  }
  .mokuji {
    padding: 20px;
  }
  .single-btn-wrap {
    margin-bottom: 40px;
  }
  .news-cat {
    padding: 0px 10px;
    display: inline-block;
  }
  .post-link {
    margin-top: 40px;
  }
  /*tableタグ調整用*/
  table th {
    width: auto;
    display: block;
    padding: 0.7em;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  table td {
    width: auto;
    display: block;
    padding: 0.7em;
    border-right: none;
    padding: 0.7em 0;
  }
  /*アクセスマップ用*/
  .access-map {
    position: relative;
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
  }
  .access-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  /*form調整用*/
  table input,
  table textarea,
  select {
    padding: 18px 10px;
  }
  span.wpcf7-list-item {
    display: block;
    margin-bottom: 5px;
    margin-left: 0;
  }
  .wpcf7-validates-as-required span.wpcf7-list-item {
    background: rgba(230, 0, 18, 0.2);
    padding: 5px;
  }
  .pagetop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 10px;
    right: 10px;
  }
  .pagetop.fixed-more {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 10px;
    right: 10px;
  }
  .pagetop i {
    margin-top: 2px;
  }
  .pagetop a:after {
    width: 10px;
    height: 10px;
  }
  #privacy {
    padding: 10px;
  }
  #check p {
    font-size: 14px;
    text-align: left;
  }
  .copyright {
    padding: 10px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .wpcf7-textarea {
    margin-top: 0px;
  }
  input[type="radio"] {
    margin-bottom: 10px;
  }
  input[type="radio"]:last-child {
    margin-bottom: 0px;
  }
  .header {
    height: 60px;
  }
  .header.header-fixed-animation {
    height: 60px;
  }
  .header-inner {
    height: 60px;
    padding: 0px 0px 0px 20px;
  }
  .header {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-control {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 30px;
  }
  .section-contents {
    padding: 0 0 60px;
  }
  .section-contents:last-of-type {
    padding-bottom: 20px;
  }
  .main-img-wrap {
    padding-top: 60px;
    margin-left: 20px;
  }
  .main-img-text-block {
    left: 5%;
  }
  .main-img {
    background: url(../images/common/main_img.jpg) no-repeat center right;
    background-size: cover;
  }
  .main-img-text-inner {
    text-align: left;
  }
  .main-img-text-inner h1 span {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 4px;
  }
  .bread-crumb {
    padding: 5px 0;
  }
  .top-content01 {
    margin-top: 30px;
    margin-left: 20px;
  }
  .top-content01::before {
    display: none;
  }
  .top-content01 .flt-left01 {
    padding: 40px 10px;
    margin-bottom: 0;
  }
  .top-content01 .flt-right01 {
    padding-bottom: 40px;
  }
  .top-content01 .top-content01-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30px;
    letter-spacing: 3px;
    line-height: 1.6;
  }
  .top-content01 p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .top-content01 .animate-delay-6 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .top-content01 .animate-delay-6:before {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .top-content01 .animate-delay-12 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .top-content01 .animate-delay-12:before {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .top-content02 {
    margin-top: 80px;
  }
  .top-content02 .flt-44 {
    margin-bottom: 40px;
  }
  .top-content02 .flt-44:last-child {
    margin-bottom: 0;
  }
  .top-content02 .animate-delay-6 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .top-content02 .animate-delay-6:before {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .top-content02 .animate-delay-12 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .top-content02 .animate-delay-12:before {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .top-content03 .flt-box02 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .top-content03 .flt-left01 {
    width: 70%;
    margin-bottom: 0;
  }
  .top-content03 .flt-right01 {
    width: 30%;
  }
  .top-content03 .animate-delay-6 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .top-content03 .animate-delay-6:before {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .top-content03 .animate-delay-12 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .top-content03 .animate-delay-12:before {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .news-item a {
    display: block;
    padding: 10px 15px;
    margin-top: 10px;
  }
  .news-item .news-text-wrap .blog-cat {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .news-item a h3 {
    margin-left: 0;
  }
  .footer {
    padding-top: 40px;
  }
  .top-content04 .top-banner-item {
    width: 100%;
    height: 180px;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .top-content04 .top-banner03 {
    margin-bottom: 0;
  }
  .top-content04 .animate-delay-6 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .top-content04 .animate-delay-6:before {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .footer-block {
    display: block;
    margin-bottom: 50px;
  }
  .footer-block .footer-block-left {
    width: 100%;
  }
  .footer-block .footer-block-right {
    width: 100%;
  }
  .footer-nav-top {
    display: none;
  }
  .footer-nav-bottom {
    display: none;
    margin-top: 0;
  }
  .footer-address-block {
    display: block;
  }
  .footer-logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer-address-company {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer-nav {
    display: none;
  }
  .copyright {
    margin-top: 40px;
  }
  /*サブ共通*/
  .sub-title-wrap {
    padding: 30px 10px;
    margin-top: 70px;
  }
  .bread-crumb-inner {
    padding: 8px 2%;
  }
  .sub-contents {
    margin-top: 40px;
  }
  .sub-section-content {
    padding: 0 0 80px;
  }
  .sub-section-content:last-of-type {
    padding: 0 0 40px;
  }
  .font18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sub-title h1 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: auto;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  /*会社概要*/
  .company-table th {
    width: 100%;
    background: #f4faf8;
  }
  .company-table td {
    padding: 0.7em;
  }
  .company-table .flt-left01 {
    width: 75%;
  }
  .company-table .flt-right01 {
    width: 20%;
  }
  /*施工経歴*/
  .tab-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
  }
  .panel {
    overflow: scroll;
    width: 100%;
    white-space: nowrap;
  }
  .tablepress {
    display: table;
  }
  .tablepress th {
    display: table-cell;
    padding: 15px 20px;
  }
  .tablepress td {
    padding: 30px 20px;
    display: table-cell;
  }
  .pdf-link-box {
    margin-top: 25px;
  }
  .panel-group {
    margin-top: 25px;
  }
  /*お問い合わせ*/
  .contact-box {
    padding: 30px 10px;
    margin-top: 25px;
    width: 100%;
  }
  .contact-box .contact-box-item01 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .contact-box .contact-box-item02 {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 2px;
  }
  .contact-box .contact-box-item03 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .contact-table th {
    width: 100%;
  }
  .contact-table #zip {
    width: 100%;
  }
  .contact-table select {
    width: 100%;
  }
  /*採用情報*/
  .section-recruit01 p {
    text-align: left;
  }
  .recruit03-box .flt-left01,
  .recruit03-box .flt-right01 {
    padding: 10px 20px;
  }
  .recruit03-box .recruit03-title {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 2px;
    margin-bottom: 5px;
  }
  .recruit03-box .recruit03-title span {
    font-size: 28px;
    font-size: 2.8rem;
    margin-right: 10px;
  }
  .heading-product {
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .heading-product a span {
    font-size: 25px;
    margin-left: 5px;
  }
  .section-product01 {
    padding: 40px 0 !important;
    margin-bottom: 40px;
    margin-top: 25px;
  }
  .btn02 {
    padding: 15px 50px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .btn02 span {
    font-size: 18px;
    margin-right: 5px;
  }
  .product04-box {
    padding: 15px 25px;
  }
  .product04-box .product04-title {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 3px;
  }
  .product04-box .product04-title::before {
    width: 20px;
    height: 2px;
    bottom: -10px;
  }
  .product04-box .product04-box-item {
    margin-top: 25px;
  }
  .product04-box .product04-box-item .product04-box-item-title {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  .product04-box .product04-box-item .product04-box-item-title span {
    font-size: 25px;
    font-size: 2.5rem;
    margin-right: 20px;
  }
  .product04-box .product04-box-item .product04-box-item-title span::before {
    width: 50px;
    height: 50px;
  }
  .product02-box-list .product02-box-list-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .section-product03 .product03-title {
    margin-bottom: 10px;
  }
  .section-product03 .flt-30 {
    margin-top: 20px;
    text-align: center;
  }
  .section-product03 p {
    text-align: left;
  }
  .result-item-tag {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .result-item-tag a {
    margin: 0 2.5%;
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    width: 45%;
    height: 40px;
  }
  .result-item-tag a:first-of-type {
    margin-left: 2.5%;
  }
  /*施工実績一覧*/
    .youtube {
      width: 100%;
    }
    .result-box-wrap {
      width: 100%;
      margin: 0 0;
      margin-top: 20px;
    }
    .result-box-wrap img {
      height: 400px;
    }
    .result-comment-wrap .result-comment {
      display: block;
    }
.result-comment-wrap .result-comment dt {
  width: 100%;
  padding-left: 0;
  margin-bottom: 10px;
}
.result-comment-wrap .result-comment dd {
  width: 100%;
}
}
@media only screen and (max-width: 500px) {
    .result-box-wrap img {
        height: 220px;
      }
      .result-item img {
        height: 220px;
      }
}
@media only screen and (max-width: 320px) {
  .sp-only03 {
    display: block !important;
  }
  .header-inner {
    height: 60px;
  }
  .nav-control {
    width: 60px;
    height: 60px;
  }
  .mannequin-cat-matrix-item a {
    width: 90px;
    height: 90px;
  }
}

@media print {
  /* デフォルト */
  body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    color: #000;
    -webkit-print-color-adjust: exact !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
 Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  section {
    page-break-after: avoid !important;
    /* 直前で改ページさせる */
    page-break-before: avoid !important;
    /* 直後で改ページさせる */
  }
  p {
    orphans: 3;
    widows: 3;
  }
  /* 個別 */
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*# sourceMappingURL=style.css.map */
