@charset "UTF-8";
/*
Theme Name: kousei

*/
a {
  word-break: break-all;
}

body {
  font-size: 16px;
  line-height: 1.7;
  color: #2b2b2b;
  font-family: "Noto Serif JP", "Noto Sans JP", Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* googlefont　ファミリー */
/* Noto Sans Japanese */
.notosansjp {
  font-family: "Noto Sans JP", sans-serif;
}

/* Noto Serif Japanese */
.notoserifjp {
  font-family: "Noto Serif JP", serif;
}

/* Zen Kurenaido */
.zenkurenaido {
  font-family: "Zen Kurenaido", sans-serif;
}

/* Kaisei Decol */
.kaiseidecol {
  font-family: "Kaisei Decol", serif;
}

/* Oswald */
.oswald {
  font-family: "Oswald", sans-serif;
}

/* Reggae One */
.reggaeone {
  font-family: "Reggae One", cursive;
}

/* RocknRoll One */
.rocknrollone {
  font-family: "RocknRoll One", sans-serif;
}

/* Anton */
.anton {
  font-family: "Anton", sans-serif;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.alignleft {
  float: left;
  margin: 0px 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0px 0px 15px 15px;
}

.aligncenter {
  display: block;
  margin: auto;
}

p {
  font-size: 16px;
  line-height: 1.7;
}

li {
  list-style: none;
}

h2, h3 {
  clear: both;
}

.bold {
  font-weight: bold;
}

caption {
  font-size: 1.3em;
  font-weight: bold;
  caption-side: top;
}

/*********** パーツ*******************/
.google_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scroll-table {
  overflow: auto;
  white-space: nowrap;
}

/***********list*******************/
ul.check li {
  padding: 0.4em 0 0.4em 1.5em;
  position: relative;
}
ul.check li:before {
  content: "";
  width: 1em;
  height: 0.5em;
  border-left: 4px solid #f28e0c;
  border-bottom: 4px solid #f28e0c;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0.7em;
  left: 0.1em;
}

ul.list li {
  padding: 0.4em 0 0.4em 1.5em;
  position: relative;
}
ul.list li:before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background-color: #f28e0c;
  position: absolute;
  top: 1.1em;
  left: 0.5em;
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
          box-shadow: 0px 0px 15px -5px #777777;
}

ul.pulse li {
  position: relative;
  font-weight: bold;
  padding-left: 20px;
  line-height: 2;
}
ul.pulse li:before, ul.pulse li:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 5px;
  top: calc(1em - 4px);
}
ul.pulse li::before {
  background-color: #ffcdbf;
  -webkit-animation: pulsate 2s infinite;
          animation: pulsate 2s infinite;
}
ul.pulse li::after {
  background-color: #ff893a;
}

ul.number li {
  padding: 0.4em 0 0.4em 2.5em;
  position: relative;
}
ul.number li:before {
  content: "";
  width: 1.5em;
  color: #fff;
  height: 1.5em;
  border-radius: 50%;
  background-color: #f28e0c;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.5em;
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
          box-shadow: 0px 0px 15px -5px #777777;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.number li:nth-child(1):before {
  content: "1";
}
ul.number li:nth-child(2):before {
  content: "2";
}
ul.number li:nth-child(3):before {
  content: "3";
}
ul.number li:nth-child(4):before {
  content: "4";
}

/*********** ヘッダー*******************/
header {
  padding-top: 1rem;
  border-top: 4px solid #98fb98;
}

/*********** ver1 グローバルナビゲーション（ロゴ左　右寄せの場合）#naviがcontainer-fluidで大幅に*******/
#navi {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(19%, rgb(255, 255, 255)), color-stop(100%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 170, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 19%, rgba(255, 255, 255, 0.7) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%, rgba(0, 170, 255, 0) 100%, rgba(255, 255, 255, 0) 100%, rgb(255, 255, 255) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 19%, rgba(255, 255, 255, 0.7) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%, rgba(0, 170, 255, 0) 100%, rgba(255, 255, 255, 0) 100%, rgb(255, 255, 255) 100%);
}
#navi nav.navbar {
  padding: 0;
}
#navi button.navbar-toggler {
  outline: #fff;
  border-color: #fff;
}
#navi button.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
#navi #navmenu1 ul li {
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
#navi #navmenu1 ul li.dropdown {
  z-index: 2;
}
#navi #navmenu1 ul li a {
  font-size: 0.8rem;
  color: #535353;
  font-weight: bold;
  position: relative;
  display: block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-decoration: none;
}
#navi #navmenu1 ul li a span {
  display: block;
  font-size: 0.6rem;
  text-align: center;
  font-weight: normal;
  font-family: "Libre Baskerville", serif;
}
#navi #navmenu1 ul li.small {
  padding: 0px 15px;
}

#navmenu1 li > ul.sub {
  left: 10%;
  top: 3em;
  position: absolute;
  background-color: #98fb98;
  width: 100%;
  min-height: 0;
  height: 0;
  z-index: 3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
#navmenu1 li > ul.sub.active {
  min-height: 100%;
  height: auto;
}
#navmenu1 li > ul.sub li {
  padding: 0;
  text-align: center;
}
#navmenu1 li > ul.sub li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 10px 10px;
}
#navmenu1 li > ul.sub li a:hover {
  background-color: #78ffb7;
  opacity: 1;
}

/*********** ハンバーガー*******/
.menu_wrap {
  padding-right: 5px;
  padding-left: 0;
  -webkit-flex-basis: 43px;
      -ms-flex-preferred-size: 43px;
          flex-basis: 43px;
}
.menu_wrap .menu {
  position: fixed;
  width: 32px;
  top: 8px;
  right: 5px;
  height: 50px;
  z-index: 999;
}
@media (min-width: 992px) {
  .menu_wrap .menu {
    top: 15px;
    right: 15px;
  }
}
.menu_wrap .menu .menuborder {
  position: absolute;
  display: block;
  width: 32px;
  height: 4px;
  background-color: #000;
}
.menu_wrap .menu .menuborder:nth-of-type(1) {
  top: 0px;
}
.menu_wrap .menu .menuborder:nth-of-type(2) {
  top: 15px;
}
.menu_wrap .menu .menuborder:nth-of-type(3) {
  top: 30px;
}
.menu_wrap .menu.Close .menuborder:nth-of-type(1) {
  top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu_wrap .menu.Close .menuborder:nth-of-type(2) {
  opacity: 0;
}
.menu_wrap .menu.Close .menuborder:nth-of-type(3) {
  top: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.gnav {
  position: fixed;
  opacity: 0;
  height: 0;
  overflow: hidden;
  z-index: 999999;
  background-color: rgba(33, 33, 33, 0.7568627451);
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 65px;
  right: 0;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .gnav {
    width: 40%;
  }
}
.gnav.open {
  opacity: 1;
  line-height: 1.5;
  height: 100%;
}
.gnav li {
  text-align: left;
  padding: 1em 0.5em;
}
.gnav li a {
  font-size: 1.5rem;
  color: #ffffff;
}

/*********** メインイメージ*******************/
#main {
  position: relative;
}
#main .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  width: 100%;
  background: url(images/sp-1.jpg) no-repeat center/cover;
}
@media (min-width: 992px) {
  #main .swiper-wrapper .swiper-slide {
    height: 700px;
  }
}
#main .swiper-wrapper .swiper-slide p {
  padding: 1rem 2rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  color: #150045;
  font-size: 2rem;
}
#main .swiper-wrapper .swiper-slide p span {
  display: block;
  font-size: 0.7em;
}
#main .swiper-wrapper .swiper-slide.sp-2 {
  background: url(images/sp-2.jpg) no-repeat center/cover;
}
#main .swiper-wrapper .swiper-slide.sp-2 p {
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.5);
  color: #150045;
}
#main .swiper-wrapper .swiper-slide.sp-3 {
  background: url(images/sp-3.jpg) no-repeat center/cover;
}
#main .swiper-wrapper .swiper-slide.sp-3 p {
  background: rgba(255, 255, 255, 0.5);
  color: #150045;
}
#main h1 span {
  display: inline-block;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.6);
}

/***********お知らせ*******************/
main#top .heading {
  text-align: center;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main#top .heading h2 {
  font-size: 5.5vw;
  display: inline-block;
  letter-spacing: 3.2px;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
}
@media (min-width: 992px) {
  main#top .heading h2 {
    font-size: 2rem;
  }
}
main#top .heading span {
  color: #d9d9d9;
  font-size: 0.875rem;
  letter-spacing: 1.12px;
  display: inline-block;
  font-family: "Cardo", "selif";
  padding-bottom: 0.5em;
  border-bottom: 1px solid #98fb98;
}

/***********強味*******************/
#strong {
  background: url(images/bg-strong.png) no-repeat center 100px/cover;
  padding: 2rem 0;
}
#strong .strong_point {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#strong .strong_point .box {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1rem;
  margin-bottom: 2.5rem;
}
#strong .strong_point .box span {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-style: italic;
}
#strong .strong_point .box p {
  font-size: 5.5vw;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 992px) {
  #strong .strong_point .box p {
    font-size: 2rem;
  }
}

#strong-2 {
  background: url(images/bg-strong.png) no-repeat top center/100%;
}
#strong-2 .row {
  position: relative;
}
#strong-2 .row .text-box {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  position: relative;
}
#strong-2 .row .text-box p {
  font-weight: bold;
  font-size: 6vw;
  text-align: center;
}
@media (min-width: 992px) {
  #strong-2 .row .text-box p {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  #strong-2 .row .text-box {
    min-height: 70.4px;
  }
}
#strong-2 .row .text-box span.number {
  position: absolute;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%);
  font-size: 20vw;
  z-index: -1;
  color: #e5e5e5;
}
@media (min-width: 992px) {
  #strong-2 .row .text-box span.number {
    left: 20%;
    font-size: 10vw;
    bottom: -55%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

/***********service*******************/
#service .box h3 {
  font-size: 5vw;
  font-weight: bold;
}
@media (min-width: 992px) {
  #service .box h3 {
    font-size: 1.5rem;
  }
}
#service .box .text {
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#service .box .text a.btn-more {
  display: inline-block;
  padding: 0.5em 0.5em;
  border: 1px solid #909090;
  color: #909090;
  font-size: 0.6rem;
  text-decoration: none;
}
#service .box .text a.btn-more:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/***********お知らせ*******************/
#news table.news tr {
  border-bottom: 2px dotted #bbbbbb;
}
#news table.news tr th {
  width: 30%;
}
#news a.btn-more {
  display: inline-block;
  position: relative;
  border: 1px solid #c2c2c2;
  padding: 0.5em 4em;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #c2c2c2;
  font-weight: bold;
  border-radius: 30px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#news a.btn-more:hover {
  background: #98fb98;
  color: #fff;
  text-decoration: none;
  border: 1px solid #00dc21;
}
#news a.btn-more.bk {
  border: 1px solid #000;
  font-family: "Montserrat", sans-serif;
  background: #000;
  color: #fff;
}
#news a.btn-more.bk:hover {
  background: transparent;
  color: #000;
  text-decoration: none;
}

/**************footer************************/
#footer {
  background: #98fb98;
}
#footer a {
  color: #000;
}
#footer .foot_navi ul {
  padding-left: 0;
  padding-right: 0;
}
#footer .foot_navi ul li {
  font-weight: normal;
  display: inline-block;
  font-size: 14px;
}
#footer .foot_navi ul li.midashi {
  font-size: 1rem;
  font-weight: bold;
}
#footer .foot_navi ul li a {
  display: block;
  margin: 5px;
  padding-left: 7px;
  text-decoration: none;
  color: rgb(83, 83, 83);
  position: relative;
}
#footer .foot_navi ul li a:before {
  position: absolute;
  left: -5px;
  content: "";
  width: 15px;
  height: 15px;
  top: 7px;
}
#footer .copyright {
  background-color: rgb(232, 232, 232);
  padding: 0.4rem 0;
}

/*************数字ナンバーリングnumarea****************/
.numArea h3 {
  padding: 0.5em 0 0.5em 1.7em !important;
  position: relative;
  background: none !important;
  border: none !important;
  color: #1b1b1b;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .numArea h3 {
    font-size: 1.5rem !important;
  }
}
.numArea h3:before {
  content: none;
}
.numArea h3 span.number {
  position: absolute;
  background: #0087c6;
  border-radius: 50%;
  font-size: 1.1em;
  color: #fff;
  border: #0087c6 1px solid;
  display: inline-block;
  padding: 0 0.3em;
  font-family: "Libre Baskerville", serif;
  left: 0em;
  top: 0.4em;
}
.numArea h4 {
  padding: 0.5em 0 0.5em 1.5em;
  background: none !important;
  border: none !important;
  font-weight: bold;
  position: relative;
  font-size: 1.1rem !important;
  color: #2f2f2f;
}
@media (min-width: 992px) {
  .numArea h4 {
    font-size: 1.3rem !important;
  }
}
.numArea h4:before {
  content: none;
}
.numArea h4 span.number {
  position: absolute;
  background: #00c638;
  border-radius: 50%;
  font-size: 1.1em;
  color: #fff;
  border: #00c638 1px solid;
  display: inline-block;
  padding: 0 0.3em;
  font-family: "Libre Baskerville", serif;
  left: 0em;
  top: 0.4em;
}

/*********** 下層ページ*******************/
#main.kasou {
  position: relative;
  background: url(images/bg_common.jpg) no-repeat center 0px/cover;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
}
#main.kasou:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
#main.kasou h1 {
  font-weight: bold;
  position: relative;
  font-size: 2rem;
  z-index: 3;
}

.kasou h2 {
  background-color: #fffef8;
  padding: 0.5em 0.5em;
  border-top: double #98fb98 6px;
  border-bottom: solid #98fb98 1px;
  margin-bottom: 2rem;
}

.kasou h3 {
  color: #00c559;
  padding: 0.2em 0 0.2em 0.5em;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 3px dotted #98fb98;
  margin-bottom: 1rem;
  position: relative;
}

/***********よくある質問1****************/
#faq {
  padding: 1.5rem 0;
}
#faq dl dt {
  background-color: #98fb98;
  color: #fff;
  padding: 0.7rem 2.8rem 0.7rem 2rem;
  font-size: 4.4vw;
  position: relative;
  font-weight: bold;
  border: 1px solid #98fb98;
}
@media (min-width: 567px) {
  #faq dl dt {
    padding: 0.7rem 0.5rem 0.7rem 5rem;
    font-size: 1.5rem;
  }
}
#faq dl dt:before {
  content: "Q";
  position: absolute;
  top: 11px;
  left: 0.5rem;
}
@media (min-width: 992px) {
  #faq dl dt:before {
    top: 11px;
    left: 3.5rem;
  }
}
#faq dl dt span.aicon {
  position: absolute;
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: inline-block;
  right: 10px;
  top: 5px;
}
#faq dl dt span.aicon:before {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  background-color: #98fb98;
  top: 48%;
  left: calc(25px - 50%);
}
#faq dl dt span.aicon:after {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  background-color: #98fb98;
  top: 48%;
  left: calc(25px - 50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#faq dl dd {
  display: none;
  font-size: 4.4vw;
  line-height: 1.5;
  -webkit-box-shadow: 0 0 5px rgba(128, 128, 128, 0.5);
          box-shadow: 0 0 5px rgba(128, 128, 128, 0.5);
  padding: 0.7rem 2.8rem 0.7rem 2rem;
  position: relative;
  background-color: #fff;
}
@media (min-width: 567px) {
  #faq dl dd {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  #faq dl dd {
    padding: 0.7rem 0.5rem 0.7rem 5rem;
    font-size: 1.3rem;
  }
}
#faq dl dd:before {
  content: "A";
  position: absolute;
  top: 5px;
  left: 0.5rem;
}
@media (min-width: 992px) {
  #faq dl dd:before {
    top: 5px;
    left: 3.5rem;
  }
}
#faq dl dd.on {
  display: block;
}
#faq dl dd p {
  margin-bottom: 0;
}

#faq dt.on span.aicon:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#faq2 dl {
  margin-bottom: 2rem;
  padding: 1rem 1rem 1rem 2rem;
  background-color: #fffeee;
}
#faq2 dl dt, #faq2 dl dd {
  padding: 10px;
  position: relative;
}
#faq2 dl dt:before, #faq2 dl dd:before {
  font-size: 18px;
  color: #fff;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -20px;
  top: 10px;
  text-align: center;
  display: inline-block;
}
#faq2 dl dt:before {
  content: "Q";
  background: #7cc576;
  line-height: 1.3;
}
#faq2 dl dd:before {
  content: "A";
  background: #ffd966;
  line-height: 1.2;
  vertical-align: middle;
}

#faq3 dl {
  margin-bottom: 2rem;
}
#faq3 dl dt {
  margin-bottom: 0;
  position: relative;
  padding-left: 54px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  font-size: 1.1rem;
}
#faq3 dl dt .icon {
  background-color: #2a5caa;
  width: 42px;
  height: 42px;
  text-align: center;
  position: absolute;
  left: 0;
  color: #fff;
  top: 0;
  font-size: 1.2rem;
}
#faq3 dl dt:before {
  content: "";
  font-size: 18px;
  color: #fff;
  background: #ED5E93;
  width: 2px;
  height: 15px;
  position: absolute;
  right: 5%;
  top: 40%;
  text-align: center;
  display: inline-block;
  line-height: 1.3;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#faq3 dl dt:after {
  content: "";
  font-size: 18px;
  color: #fff;
  background: #ED5E93;
  width: 2px;
  height: 15px;
  position: absolute;
  right: 5%;
  top: 40%;
  text-align: center;
  display: inline-block;
  line-height: 1.3;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#faq3 dl dd {
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 2rem 0;
}
#faq3 dl dd p {
  padding-top: 0px;
  padding-left: 54px;
  padding-right: 30px;
  font-size: 1.3rem;
}
#faq3 dl dd .icon {
  font-weight: bold;
  background-color: #f39c12;
  text-align: center;
  width: 42px;
  height: 42px;
  color: #fff;
  position: absolute;
  left: 0;
  color: #fff;
  top: 0;
  font-size: 1.6rem;
  line-height: 1.6;
}

#faq3 dl dd {
  display: none;
}

#faq3 dl dd.show {
  display: block;
}

#faq3 dl dt.show:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*********** flow　流れ*******************/
#flow1 .box {
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 5px;
  border: 2px solid #79a01e;
  position: relative;
  -webkit-box-shadow: 0 12px 10px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 12px 10px -6px rgba(0, 0, 0, 0.3);
}
#flow1 .box h4 {
  position: absolute;
  top: -35px;
  left: 1%;
  color: #fff;
  background: #79a01e;
  padding: 0.5rem 1rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}
#flow1 .box h4:before, #flow1 .box h4:after {
  content: none;
}
#flow1 .box h4 span {
  margin-right: 10px;
  font-size: 1.2rem;
}
#flow1 .flow_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 157.5px 0 157.5px;
  border-color: #79a01e transparent transparent transparent;
  margin: 0px auto 1.5rem;
}

#flow ul li .inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#flow ul li .inner:before {
  content: "";
  background-color: rgba(4, 4, 4, 0.3);
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
#flow ul li .inner .skew {
  position: absolute;
  color: #fff;
  background-color: #98fb98;
  padding: 10px 20px 10px 30px;
  -webkit-transform: skew(-15deg, 0deg);
          transform: skew(-15deg, 0deg);
  left: -10px;
  z-index: 3;
}

#flow ul li .inner:hover:before {
  background-color: rgba(4, 4, 4, 0.7);
}

#flow h5 span.number {
  font-family: "Anton", sans-serif;
  padding-right: 5px;
}

/***********よくある質問****************/
#faq dl dt {
  background-color: #98fb98;
  color: #fff;
  padding: 0.7rem 2.8rem 0.7rem 2rem;
  font-size: 1.3rem;
  position: relative;
  font-weight: bold;
  border: 1px solid #98fb98;
}
@media (min-width: 992px) {
  #faq dl dt {
    padding: 0.7rem 0.5rem 0.7rem 5rem;
    font-size: 1.5rem;
  }
}
#faq dl dt:before {
  content: "Q";
  position: absolute;
  top: 11px;
  left: 0.5rem;
}
@media (min-width: 992px) {
  #faq dl dt:before {
    top: 11px;
    left: 3.5rem;
  }
}
#faq dl dt span.aicon {
  position: absolute;
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: inline-block;
  right: 10px;
  top: 14px;
}
#faq dl dt span.aicon:before {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  background-color: #98fb98;
  top: 48%;
  left: calc(25px - 50%);
}
#faq dl dt span.aicon:after {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  background-color: #98fb98;
  top: 48%;
  left: calc(25px - 50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#faq dl dd {
  display: none;
  -webkit-box-shadow: 0 0 5px rgba(128, 128, 128, 0.5);
          box-shadow: 0 0 5px rgba(128, 128, 128, 0.5);
  padding: 0.7rem 2.8rem 0.7rem 2rem;
  font-size: 30px;
  position: relative;
  background-color: #fff;
}
@media (min-width: 992px) {
  #faq dl dd {
    padding: 0.7rem 0.5rem 0.7rem 5rem;
    font-size: 30px;
  }
}
#faq dl dd:before {
  content: "A";
  position: absolute;
  top: 5px;
  left: 0.5rem;
}
@media (min-width: 992px) {
  #faq dl dd:before {
    top: 5px;
    left: 3.5rem;
  }
}
#faq dl dd.on {
  display: block;
}
#faq dl dd p {
  margin-bottom: 0;
}

#faq dt.on span.aicon:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

ul.numbox {
  margin-bottom: 1.5rem;
}
ul.numbox li .inner {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
  height: 100%;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
ul.numbox li .inner h4 {
  padding: 0.5rem 0.2rem 0;
  text-align: center;
  font-weight: bold;
}
ul.numbox li .inner h4.small {
  font-size: 1.3rem;
}
ul.numbox li .inner h4.orange {
  color: #F39C12;
}
ul.numbox li .inner h4.blue {
  color: #3498DB;
}
ul.numbox li .inner h4.green {
  color: #1ABC9C;
}
ul.numbox li .inner h4.red {
  color: #E74C3C;
}
ul.numbox li .inner h4.purple {
  color: #9B59B6;
}
ul.numbox li .inner h4.darkred {
  color: #C0392B;
}
ul.numbox li .inner h4.navy {
  color: #34495E;
}
ul.numbox li .inner h4.rightgreen {
  color: #2ECC71;
}
ul.numbox li .inner h4 span {
  font-family: "Anton", sans-serif;
  padding-right: 5px;
}
ul.numbox li .inner .body {
  padding: 0.2rem 0.5rem 0.5rem;
}

#merit, #sasuna, #flowttl, #case, #carbon, #credit, #guarantee, #case, #flow {
  padding-top: 100px; /* ヘッダーの高さと同じ */
  margin-top: -100px; /* ヘッダーの高さと同じ値の負のマージン */
}

.pointArea .heading .pointbox {
  text-align: center;
}
.pointArea .heading .pointbox p {
  display: inline-block;
  background-color: #1ABC9C;
  border-radius: 30px;
  padding: 0.2rem 0.8rem;
  color: #fff;
  font-family: "Anton", sans-serif;
  margin-bottom: 1rem;
}
.pointArea .heading h3 {
  border: none !important;
  color: #98fb98;
  padding: 0 !important;
  margin-bottom: 1rem !important;
  text-align: center !important;
}
.pointArea .heading h3:before {
  content: none !important;
}

.kasou .flow_box .box {
  margin-bottom: 1rem;
}
.kasou .flow_box .box span.num {
  display: inline-block;
  background-color: #98fb98;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  height: 100px;
  width: 100px;
  line-height: 1.3;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
.kasou .flow_box .box span.num.end:after {
  content: none;
}
.kasou .flow_box .box span.num:after {
  content: "";
  height: 50px;
  width: 2px;
  border-right: 4px dotted #98fb98;
  position: absolute;
  bottom: -73px;
  left: 49%;
}
.kasou .flow_box .box .content {
  background-color: #f1f1f1;
  padding: 1rem 1rem;
  border-radius: 20px;
}
.kasou .flow_box .box .content h3 {
  padding: 0;
  border: none;
}
.kasou .flow_box .box .content h3:before {
  content: none;
}
.kasou .flow_box .box .content p {
  margin-bottom: 0.5rem;
}

form table input[type=text],
form table input[type=tel],
form table input[type=email],
form table textarea {
  width: 90%;
  padding: 10px;
}
form table th, form table td {
  padding: 10px;
}
@media (max-width: 567px) {
  form table th, form table td {
    display: block;
  }
}
form table th {
  width: 30%;
}
@media (max-width: 567px) {
  form table th {
    display: block;
    width: auto;
  }
}

/***********お客の声*******************/
.kasou .voice_content h3 {
  font-weight: bold;
  background-color: transparent;
  background-image: none;
  color: #f28e0c;
  border: none;
}

.voice_content {
  padding: 1rem;
  border-radius: 20px;
  margin-bottom: 1.5rem;
  background-color: #fffcee;
}
.voice_content .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.voice_content .title span.syubetu {
  background-color: #04ab00;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 20px;
  font-size: 0.8rem;
}
.voice_content p.name {
  text-align: center;
  font-size: 1rem;
  padding: 0.5rem 0.5rem;
  color: #006E2E;
  font-weight: bold;
}

.bg-footmail {
  background-color: rgba(12, 235, 0, 0.5);
}

.bg-footel {
  background-color: rgba(255, 123, 0, 0.5);
}/*# sourceMappingURL=style.css.map */