@charset "UTF-8";
@import "reset.css";

/*
 * ベース
 */
body {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1.8em;
  background-color: #fff;
  position: relative;
  color: #000000;
}

#content {
  margin-top: 70px;
  background-color: #fff;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600;
}

.txtcenter {
  text-align: center;
}

.txtright {
  text-align: right;
}

.enFont {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.colorTxt {
  color: #63BA4E;
}

a.outline:focus {
  outline: 1px dotted;
}

a:focus {
  outline: none;
}

p {
  text-align: justify;
  line-height: 1.8em;
  font-size: 20px;
  line-height: 1.8em;
}

ol li,
ul li {
  text-align: justify;
  font-size: 20px;
  line-height: 1.8em;
}

a:hover {
  opacity: 0.8;
}

.col2,
.col3,
.col4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.ttlInner {
  background-color: #fff;
  padding: 35px 0;
}

.ttlInner .mainTtl {
  text-align: center;
  color: #63BA4E;
  font-size: 34px;
  line-height: 1.5em;
}

.ttlInner .mainTtl .enTtl {
  color: #919191;
  display: block;
  line-height: 1em;
  font-size: 20px;
  line-height: 1.8em;
}

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

.moreBtnWrap a {
  color: #63BA4E;
  font-weight: bold;
}

.moreBtnWrap .moreBtn {
  border: 2px solid;
  border-color: #63BA4E;
  color: #ffffff;
  background-color: #63BA4E;
  font-size: 28px;
  line-height: 1.5em;
  border-radius: 100px;
  display: inline-block;
  padding: 10px 40px;
  text-align: center;
  font-weight: bold;
  min-width: 300px;
}

/*タブ*/
/*ーーーーーーーーータブ切り替え全体のスタイル ここからーーーーーーーーー*/
.tabsBusiness {
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item:first-child {
  margin-left: 0;
}

.tab_item {
  width: 32%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-left: 1%;
}

.tab_item img {
  width: 40%;
  margin-bottom: 20PX;
}

.tab_item span {
  background-color: #ccc;
  font-size: 24px;
  line-height: 1.5em;
  height: 60px;
  border-radius: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab_item:hover span {
  background-color: #63BA4E;
  color: #fff;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 80px 0 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#battery:checked~#battery_content,
#aidata:checked~#aidata_content,
#biomass:checked~#biomass_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabsBusiness input:checked+.tab_item span {
  background-color: #63BA4E;
  color: #fff;
}

/*ーーーーーーーーータブ切り替え全体のスタイル ここまでーーーーーーーーー*/
/*ーーーーーーーーーアコーディオン ここからーーーーーーーーー*/
.accordion .accordion-btn {
  list-style: none;
  display: block;
  padding: 10px 60px;
  border: 2px solid;
  border-color: #63BA4E;
  text-align: center;
  border-radius: 100px;
  color: #63BA4E;
  font-weight: bold;
  width: 300px;
  margin: 0 auto;
}

.accordion .wrapper {
  margin-inline: auto;
  width: 100%;
}

.accordion_block:not(:first-of-type) {
  margin-top: 20px;
}

.accordion_block[open] .accordion-btn::before {
  transform: rotate(90deg);
}

.accordion_block[open] .content {
  max-height: 100%;
  opacity: 1;
  visibility: visible;
}

.accordion_block .accordion-btn {
  position: relative;
}

.accordion_block .accordion-btn {
  padding-left: 40px;
  font-size: 20px;
  line-height: 1.56;
}

.accordion_block .accordion-btn::before {
  display: inline-block;
  position: absolute;
  right: 20px;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.accordion .content {
  overflow: hidden;
  height: 0;
  transition: height 1.5s ease;
  background-color: #f3f3f3;
  padding: 20px 0 0;
}

/*ーーーーーーーーーアコーディオン ここまでーーーーーーーーー*/
@media only screen and (max-width:768px) {
  p {
    font-size: 3.5vw;
    line-height: 1.5em;
  }

  ol li,
  ul li {
    font-size: 3.5vw;
    line-height: 1.5em;
  }

  .ttlInner {
    padding: 8% 0;
  }

  .ttlInner .mainTtl {
    font-size: 6vw;
    line-height: 1.5em;
  }

  .ttlInner .mainTtl .enTtl {
    font-size: 3.5vw;
    line-height: 1.5em;
  }

  .moreBtnWrap {
    margin-top: 5%;
    font-size: 3.5vw;
    line-height: 1.5em;
  }

  .moreBtnWrap .moreBtn {
    padding: 5% 10%;
    font-size: 4.5vw;
    line-height: 1.5em;
    line-height: 1em;
    min-width: 50%;
  }

  /*タブ*/
  /*ーーーーーーーーータブ切り替え全体のスタイル ここからーーーーーーーーー*/
  /*タブのスタイル*/
  .tab_item {
    height: auto;
    border-radius: 15px;
    width: 32%;
    margin-left: 2%;
  }

  .tab_item img {
    width: 70%;
    margin-bottom: 10%;
  }

  .tab_item span {
    font-size: 3.8vw;
    line-height: 1.5em;
    padding: 5% 0;
  }

  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    padding: 12% 0 0;
  }

  /*ーーーーーーーーータブ切り替え全体のスタイル ここまでーーーーーーーーー*/
  /*ーーーーーーーーーアコーディオン ここからーーーーーーーーー*/
  .accordion .accordion-btn {
    padding: 2.5% 10%;
    width: 65%;
    box-sizing: border-box;
  }

  .accordion_block:not(:first-of-type) {
    margin-top: 5%;
  }

  .accordion_block .accordion-btn {
    font-size: 4vw;
    line-height: 1.5em;
    line-height: 1em;
  }

  .accordion_block .accordion-btn::before {
    font-size: 4vw;
    line-height: 1.5em;
  }

  .accordion .content {
    padding: 5% 0 0;
  }

  /*ーーーーーーーーーアコーディオン ここまでーーーーーーーーー*/
  .spnone {
    display: none !important;
  }

  .pcnone {
    display: inline-block !important;
  }

  .pcwidenone {
    display: inline-block !important;
  }

  .ml0 {
    margin-left: 0 !important;
  }

  .ml5 {
    margin-left: 5% !important;
  }

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

  .mt10 {
    margin-top: 5% !important;
  }

  .mt20 {
    margin-top: 5% !important;
  }

  .mt30 {
    margin-top: 5% !important;
  }

  .mt40 {
    margin-top: 5% !important;
  }

  .mt50 {
    margin-top: 5% !important;
  }

  .mt60 {
    margin-top: 8% !important;
  }

  .mt70 {
    margin-top: 9% !important;
  }

  .mt80 {
    margin-top: 10% !important;
  }

  .mt90 {
    margin-top: 12% !important;
  }

  .mt100 {
    margin-top: 15% !important;
  }

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

  .mb10 {
    margin-bottom: 5% !important;
  }

  .mb20 {
    margin-bottom: 5% !important;
  }

  .mb25 {
    margin-bottom: 5% !important;
  }

  .mb30 {
    margin-bottom: 5% !important;
  }

  .mb40 {
    margin-bottom: 5% !important;
  }

  .mb50 {
    margin-bottom: 5% !important;
  }

  .mb60 {
    margin-bottom: 8% !important;
  }

  .mb70 {
    margin-bottom: 9% !important;
  }

  .mb80 {
    margin-bottom: 10% !important;
  }

  .mb90 {
    margin-bottom: 12% !important;
  }

  .mb100 {
    margin-bottom: 15% !important;
  }

  .w80 {
    width: 100% !important;
  }
}

@media only screen and (min-width:769px) {
  .spnone {
    display: inline-block !important;
  }

  .pcnone {
    display: none !important;
  }

  .pcwidenone {
    display: inline-block !important;
  }

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

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

  .ml0 {
    margin-left: 0 !important;
  }

  .ml5 {
    margin-left: 5px !important;
  }

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

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

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

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

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

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

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

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

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

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

  .mt100 {
    margin-top: 100px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb0 {
    padding-bottom: 0 !important;
  }

  .w80 {
    width: 80% !important;
  }
}

@media only screen and (min-width:1350px) {
  .pcwidenone {
    display: none !important;
  }
}

/*
 * ヘッダー
 */
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  transition: background-color 0.6s ease, box-shadow 0.6s ease;
  background-color: transparent;
}

header .inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 70px;
  position: relative;
  max-width: unset;
}

header .inner h1 {
  position: relative;
  z-index: 11;
  height: 50px;
  line-height: 0;
}

header .inner h1 img {
  height: 100%;
  max-height: 36px;
}

header #site-navigation .menu-toggle {
  z-index: 11;
}

header #site-navigation #primary-menu {
  width: 700px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

header #site-navigation #primary-menu li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

header #site-navigation #primary-menu li {
  border-top: 2px dotted;
  border-color: #63BA4E;
  margin-top: 15px;
  padding-top: 15px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

header #site-navigation #primary-menu li a {
  color: #000000;
  font-size: 26px;
  line-height: 1.5em;
  font-weight: bold;
}

header .main-navigation .menu-gnavi-container {
  display: none;
}

header .main-navigation.toggled .menu-gnavi-container {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background: rgba(217, 243, 208, 0.9);
}

.scrolled {
  background: rgba(255, 255, 255, 0.9);
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  width: 35px;
  height: 35px;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  padding: 0;
  cursor: pointer;
  position: absolute;
}

.nav_line {
  display: block;
  width: 35px;
  height: 3px;
  background: #000;
  transition: 0.3s;
  margin: 0 auto;
}

.nav_line1 {
  transform: translateY(-8px);
}

.nav_line2 {
  transform: translateY(0px);
}

.nav_line3 {
  transform: translateY(8px);
}

.nav_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#site-navigation.toggled .nav_line3 {
  display: none;
}

#site-navigation.toggled .nav_line1 {
  bottom: 0;
  transform: rotate(45deg) translateY(1.5px);
}

#site-navigation.toggled .nav_line2 {
  top: 0;
  transform: rotate(-45deg) translateY(-1.5px);
}

@media only screen and (max-width:768px) {
  header .inner {
    width: 95%;
  }

  header .inner h1 {
    position: relative;
    z-index: 11;
    height: 50px;
    line-height: 0;
    width: 70%;
    display: flex;
    align-items: center;
  }

  header .inner h1 img {
    height: auto;
    width: 100%;
  }

  header #site-navigation #primary-menu {
    width: 80%;
  }

  header #site-navigation #primary-menu li {
    margin-top: 5%;
    padding-top: 5%;
    width: 90%;
  }

  header #site-navigation #primary-menu li a {
    font-size: 4.5vw;
    line-height: 1.5em;
  }
}

/*
 * フッター
 */
footer {
  width: 100%;
  background-color: #F2F2F2;
  padding: 30px 0 0;
}

footer .inner {
  width: 80%;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
}

footer .footLogo {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5em;
}

footer .footLogo img {
  width: 100%;
}

footer .addTxt {
  font-size: 18px;
  line-height: 1.5em;
}

footer .footNavLiWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 30px 0;
}

footer .footNavLiWrap .footNavLi .subMenuLiWrap {
  margin-left: 1.5em;
}

footer .footNavLiWrap .footNavLi .subMenuLiWrap .subMenuLi {
  list-style: disc;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 5px;
}

@media only screen and (min-width:769px) {
  footer .footNavLiWrap .footNavLi:nth-child(1) {
    width: 20%;
  }

  footer .footNavLiWrap .footNavLi:nth-child(2) {
    width: 30%;
  }

  footer .footNavLiWrap .footNavLi:nth-child(3) {
    width: 30%;
  }

  footer .footNavLiWrap .footNavLi:nth-child(4) {
    width: 20%;
  }
}

footer .copyRight {
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
  padding: 10px 0;
}

@media only screen and (max-width:768px) {
  footer {
    padding: 10% 0 0;
  }

  footer .inner {
    width: 90%;
    max-width: unset;
    min-width: unset;
  }

  footer .footLogo {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5%;
    font-size: 2.8vw;
    line-height: 1.5em;
  }

  footer .addTxt {
    font-size: 3vw;
    line-height: 1.5em;
  }

  footer .footNavLiWrap {
    margin: 5% 0;
    flex-wrap: wrap;
  }

  footer .footNavLiWrap .footNavLi:nth-child(-n+2) {
    margin-top: 0;
  }

  footer .footNavLiWrap .footNavLi {
    width: 50%;
    margin-top: 5%;
  }

  footer .footNavLiWrap .footNavLi .subMenuLiWrap .subMenuLi {
    font-size: 3vw;
    line-height: 1.5em;
    margin-top: 2%;
  }

  footer .copyRight {
    font-size: 2.5vw;
    line-height: 1.5em;
    padding: 5% 0;
  }
}

/*
 * フロントページ
 */
.slick-prev {
  left: 3%;
  z-index: 10;
}

.slick-next {
  right: 3%;
  z-index: 10;
}

.slick-dots li button {
  background: #ccc;
}

.inner {
  width: 80%;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
}

#mv {
  background-image: url(../img/aah.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F2F2F2;
  width: 1200px;
  height: 600px;
  margin: 0 auto;
}

#mv .inner {
  width: 100%;
  max-width: unset;
  min-width: unset;
}

#mv .inner .introTtl,
#mv .inner .introCopy {
  text-align: center;
  color: #ffffff;
  text-shadow: 3px 3px 0 #000, -3px -3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000, 0px 3px 0 #000, 0 -3px 0 #000, -3px 0 0 #000, 3px 0 0 #000;
  font-size: 60px;
  line-height: 1.5em;
  line-height: 1.2em;
}

@media only screen and (min-width:769px) {
  #mv .inner .introCopy {
    font-size: clamp(1.125rem, 0.463rem + 1.38vw, 1.625rem);
    line-height: 1.5em;
    margin-top: 15px;
  }
}

@media only screen and (min-width:1350px) {
  #mv .inner .introCopy {
    font-size: 26px;
    line-height: 1.5em;
  }
}

#about .aboutWrapper {
  background-image: url(../img/aboutWrapperBg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  background-position: center right;
}

#about .aboutWrapper .aboutInner {
  width: 80%;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
}

#about .aboutWrapper .aboutInner .subInner {
  width: 60%;
}

#about .aboutWrapper .aboutInner h3,
#about .aboutWrapper .aboutInner p {
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
}

#about .aboutWrapper .aboutInner h3 {
  font-size: 28px;
  line-height: 1.5em;
}

#about .aboutWrapper .aboutInner p {
  margin-top: 20px;
}

#about .aboutWrapper .aboutInner .moreBtn {
  border: 2px solid;
  border-color: #63BA4E;
  color: #63BA4E;
  border-radius: 100px;
  display: inline-block;
  padding: 10px 40px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.8em;
}

#about .whiteWrapper {
  background-color: #fff;
}

#about .grayWrapper {
  background-color: #F2F2F2;
}

#about .inner {
  align-items: stretch;
  justify-content: space-between;
  padding: 50px 0;
}

#about .inner .leftBox {
  content: "";
  width: 36%;
}

#about .inner .bgAboutbox {
  width: 100%;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
}

#about .inner .leftBox.bgAbout01 .bgAboutbox {
  background-image: url(../img/about01.webp);
}

#about .inner .leftBox.bgAbout02 .bgAboutbox {
  background-image: url(../img/about02.webp);
}

#about .inner .leftBox.bgAbout03 .bgAboutbox {
  background-image: url(../img/about03.webp);
}

#about .inner .rightBox {
  width: 60%;
  display: flex;
  align-items: center;
}

#about .inner .rightBox h3 {
  font-size: 28px;
  line-height: 1.5em;
  border-bottom: 3px solid;
  border-color: #63BA4E;
  padding-bottom: 2px;
  margin-bottom: 20px;
}

#about .inner .rightBox ol {
  margin-left: 1.5em;
}

#about .inner .rightBox ol li {
  list-style: decimal;
}

#about .fieldLiWrap {
  margin-left: 1.5em;
}

#about .fieldLiWrap .fieldLi:first-child {
  margin-top: 0;
}

#about .fieldLiWrap .fieldLi {
  list-style: decimal;
  font-weight: bold;
  font-weight: bold;
  color: #63BA4E;
  line-height: 1.5em;
  margin-top: 5px;
}

#about .fieldLiWrap .fieldLi span {
  font-weight: normal;
  display: block;
  margin-top: 0;
  color: #000000;
}

#business {
  background-color: #F2F2F2;
  padding: 0 0 40px;
}

#business .ttlWrapper {
  margin-bottom: 40px;
}

#business .businessIntro {
  align-items: flex-start;
  justify-content: space-between;
}

#business .businessIntro .leftBox {
  width: 36%;
}

#business .businessIntro .leftBox img {
  width: 100%;
}

#business .businessIntro .rightBox {
  width: 60%;
}

#business .businessIntro .rightBox h3 {
  font-size: 28px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

#business .accordion {
  margin-top: 20px;
}

#business .borderImg {
  border: 1px solid;
  border-color: #CCCCCC;
  border-radius: 10px;
  margin-top: 30px;
  padding: 15px;
  line-height: 0;
}

#business .borderImg img {
  width: 100%;
}

#business .accordionCol2 {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0;
}

#business .accordionCol2 .leftBox {
  width: 36%;
}

#business .accordionCol2 .leftBox img {
  width: 100%;
}

#business .accordionCol2 .rightBox {
  width: 60%;
}

#business .accordionCol2 .rightBox h3 {
  font-size: 28px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

#business .accordionCol2 .w100 {
  margin-top: 20px;
}

#business .accordionCol2.w80 {
  margin: 0 auto;
}

#business .accordionCol2.w80 .rightBox h4 {
  font-weight: normal;
}

#business .imgBox {
  width: 70%;
  margin: 15px auto 0;
  line-height: 0;
}

#business .imgBox img {
  width: 100%;
}

#business .imgBox h5,
#business .imgBox p {
  line-height: 1.5em;
  font-size: 20px;
  line-height: 1.8em;
}

#business .imgBox h5 {
  font-weight: normal;
  color: #63BA4E;
  margin-top: 5px;
}

#business .txtBox {
  margin-top: 25px;
}

#business .txtBox h5 {
  font-weight: normal;
  color: #63BA4E;
  font-size: 20px;
  line-height: 1.8em;
}

#business .txtBox ul {
  margin-left: 1.5em;
}

#business .txtBox ul li {
  list-style: disc;
}

#business .threePointWrap {
  margin-top: 20px;
}

#business .threePointWrap h4 {
  text-align: center;
  font-size: 28px;
  line-height: 1.5em;
}

#business .threePointWrap .threePointLiWrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 20px;
}

#business .threePointWrap .threePointLiWrap .threePointLi {
  width: 32%;
  background-color: #D9F3D0;
  text-align: center;
  border-radius: 50%;
}

#business .threePointWrap .threePointLiWrap .threePointLi .circle_height {
  position: relative;
  padding-top: 100%;
  height: 0;
}

#business .threePointWrap .threePointLiWrap .threePointLi .circleInner {
  position: absolute;
  top: calc((100% - 1em) / 4);
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
}

#business .threePointWrap .threePointLiWrap .threePointLi h5 {
  color: #63BA4E;
  text-align: center;
  font-size: 26px;
  line-height: 1.5em;
}

#business .wasteWrap {
  margin-top: 30px;
}

#business .wasteWrap h5 {
  font-size: 26px;
  line-height: 1.5em;
  text-align: center;
}

#business .wasteWrap .wasteLiWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 15px;
}

#business .wasteWrap .wasteLiWrap .wasteLi {
  width: 12.5%;
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
}

#business .wasteWrap .wasteLiWrap .wasteLi img {
  width: 100%;
  margin-bottom: 5px;
}

#recruit {
  padding-bottom: 30px;
  background-color: #fff;
}

#recruit .recruitWrapper {
  background-image: url(../img/recruitWrapperBg..webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

#recruit .recruitWrapper .recruitInner {
  width: 80%;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
}

#recruit .recruitWrapper .recruitInner p {
  color: #ffffff;
  font-size: 34px;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  line-height: 2em;
  font-size: 42px;
}

#recruit .inner {
  margin-top: 30px;
}

#recruit .inner h3 {
  font-size: 28px;
  line-height: 1.5em;
  text-align: center;
}

#recruit .recruitLiWrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 85%;
  margin: 20px auto 0;
}

#recruit .recruitLiWrap .recruitLi:nth-child(2n+1) {
  margin-left: 0;
}

#recruit .recruitLiWrap .recruitLi {
  width: 48%;
  margin-left: 4%;
  text-align: center;
}

#profile .profileWrapper {
  padding: 30px 0;
  background-color: #F2F2F2;
}

#profile .profileInner {
  width: 80%;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
}

#profile .profileInner h3 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 3px solid;
  border-color: #63BA4E;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.5em;
}

#profile .profileInner p {
  margin-bottom: 35px;
}

#profile .profileDlWrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

#profile .profileDlWrap dt,
#profile .profileDlWrap dd {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.8em;
}

#profile .profileDlWrap dt {
  width: 18%;
  padding: 10px 20px;
}

#profile .profileDlWrap dd {
  width: 82%;
  padding: 10px 20px;
}

#profile .profileDlWrap dd ol {
  margin-left: 1.5em;
}

#profile .profileDlWrap dd ol li {
  list-style: decimal;
}

#profile .profileDlWrap .bgwhite {
  background-color: #fff;
}

#contact {
  background-color: #fff;
  padding-bottom: 60px;
}

#contact .contactWrapper .contactInner {
  width: 80%;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
}

#contact .contactWrapper .contactInner .formTable {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

#contact .contactWrapper .contactInner .formTable dt,
#contact .contactWrapper .contactInner .formTable dd {
  font-size: 20px;
  line-height: 1.8em;
}

#contact .contactWrapper .contactInner .formTable dt {
  width: 24%;
  padding: 20px 0;
}

#contact .contactWrapper .contactInner .formTable dd {
  width: 76%;
  padding: 20px 0;
}

#contact .contactWrapper .contactInner .formTable dd select {
  width: 50%;
  font-size: 20px;
  line-height: 1.8em;
  box-sizing: border-box;
  padding: 10px;
}

#contact .contactWrapper .contactInner .formTable dd input[type=text],
#contact .contactWrapper .contactInner .formTable dd input[type=file] {
  width: 50%;
  font-size: 20px;
  line-height: 1.8em;
  box-sizing: border-box;
}

#contact .contactWrapper .contactInner .formTable dd textarea {
  width: 100%;
  font-size: 20px;
  line-height: 1.8em;
}

#contact .contactWrapper .contactInner .submitBtnWrap {
  margin-top: 20px;
}

#contact .contactWrapper .contactInner .submitBtnWrap input[type=submit] {
  font-size: 28px;
  line-height: 1.5em;
  border: 2px solid;
  border-color: #63BA4E;
  color: #ffffff;
  background-color: #63BA4E;
  border-radius: 100px;
  display: inline-block;
  padding: 10px 100px;
  text-align: center;
  font-weight: bold;
  min-width: 300px;
}

#contact .contactWrapper .contactInner .colorTxt {
  color: #F39800;
}

@media only screen and (max-width:768px) {
  .inner {
    width: 90%;
    max-width: unset;
    min-width: unset;
    margin: 0 auto;
  }

  #mv {
    background-image: url(../img/sp_mv.webp);
    padding: 30% 0 20%;
  }

  #mv .inner .introTtl,
  #mv .inner .introCopy {
    font-size: 6vw;
    line-height: 1.5em;
    text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 0px 2px 0 #000, 0 -2px 0 #000, -2px 0 0 #000, 2px 0 0 #000;
  }

  #mv .inner .introCopy {
    font-size: 3.8vw;
    line-height: 1.5em;
    margin-top: 5%;
    line-height: 1.5em;
  }

  #about .aboutWrapper {
    background-image: url(../img/sp_aboutWrapperBg.webp);
    padding: 10% 0;
  }

  #about .aboutWrapper .aboutInner {
    width: 90%;
    max-width: unset;
    min-width: unset;
  }

  #about .aboutWrapper .aboutInner .subInner {
    width: 100%;
  }

  #about .aboutWrapper .aboutInner h3,
  #about .aboutWrapper .aboutInner p {
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  }

  #about .aboutWrapper .aboutInner h3 {
    font-size: 4.5vw;
    line-height: 1.5em;
  }

  #about .aboutWrapper .aboutInner p {
    margin-top: 5%;
  }

  #about .aboutWrapper .aboutInner .moreBtn {
    padding: 2% 10%;
    text-align: center;
    font-weight: bold;
    margin-top: 5%;
    font-size: 3.5vw;
    line-height: 1.5em;
  }

  #about .inner {
    padding: 5% 0;
    display: block;
  }

  #about .inner .leftBox {
    content: "";
    width: 50%;
    margin: 0 auto;
  }

  #about .inner .rightBox {
    width: 100%;
    display: block;
    margin-top: 5%;
  }

  #about .inner .rightBox h3 {
    font-size: 4.5vw;
    line-height: 1.5em;
    padding-bottom: 2px;
    margin-bottom: 5%;
  }

  #about .inner .rightBox ol {
    margin-left: 1em;
    margin-top: 2.5%;
  }

  #about .fieldLiWrap .fieldLi {
    margin-top: 2%;
  }

  #business {
    padding: 0 0 10%;
  }

  #business .ttlWrapper {
    margin-bottom: 10%;
  }

  #business .businessIntro {
    display: block;
  }

  #business .businessIntro .leftBox {
    width: 70%;
    margin: 0 auto;
  }

  #business .businessIntro .rightBox {
    width: 100%;
  }

  #business .businessIntro .rightBox h3 {
    font-size: 4.5vw;
    line-height: 1.5em;
    margin-bottom: 5%;
  }

  #business .accordion {
    margin-top: 5%;
  }

  #business .accordion .txtcenter.colorTxt {
    text-align: left !important;
    text-indent: -2.5em;
    margin-left: 2.5em;
  }

  #business .borderImg {
    margin-top: 5%;
    padding: 2.5%;
  }

  #business .accordionCol2 {
    display: block;
    margin: 5% 0;
  }

  #business .accordionCol2 .leftBox {
    width: 70%;
    margin: 0 auto;
  }

  #business .accordionCol2 .rightBox {
    width: 100%;
  }

  #business .accordionCol2 .rightBox h3 {
    font-size: 4.5vw;
    line-height: 1.5em;
    margin-bottom: 5%;
  }

  #business .accordionCol2 .w100 {
    margin-top: 5%;
  }

  #business .accordionCol2.w80 .leftBox {
    width: 40%;
  }

  #business .accordionCol2.w80 .rightBox {
    font-size: 3.5vw;
    line-height: 1.5em;
  }

  #business .imgBox {
    width: 100%;
    margin: 5% auto 0;
  }

  #business .imgBox img {
    width: 100%;
  }

  #business .imgBox h5,
  #business .imgBox p {
    font-size: 3.5vw;
    line-height: 1.5em;
  }

  #business .imgBox h5 {
    margin-top: 2%;
  }

  #business .txtBox {
    margin-top: 5%;
  }

  #business .txtBox h5 {
    font-size: 3.5vw;
    line-height: 1.5em;
  }

  #business .threePointWrap {
    margin-top: 2%;
  }

  #business .threePointWrap h4 {
    font-size: 4.2vw;
    line-height: 1.5em;
  }

  #business .threePointWrap .threePointLiWrap {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0;
  }

  #business .threePointWrap .threePointLiWrap .threePointLi:nth-child(2n+1) {
    margin-left: 0;
  }

  #business .threePointWrap .threePointLiWrap .threePointLi {
    width: 49%;
    margin-left: 2%;
  }

  #business .threePointWrap .threePointLiWrap .threePointLi .circleInner {
    top: calc((100% - 1em) / 4.5);
    font-size: 3vw;
    line-height: 1.5em;
  }

  #business .threePointWrap .threePointLiWrap .threePointLi h5 {
    font-size: 4vw;
    line-height: 1.5em;
  }

  #business .wasteWrap {
    margin-top: 10%;
  }

  #business .wasteWrap h5 {
    font-size: 4vw;
    line-height: 1.5em;
  }

  #business .wasteWrap .wasteLiWrap {
    margin-top: 0;
    flex-wrap: wrap;
  }

  #business .wasteWrap .wasteLiWrap .wasteLi {
    width: 25%;
    font-size: 2.8vw;
    line-height: 1.5em;
    margin-top: 5%;
  }

  #business .wasteWrap .wasteLiWrap .wasteLi img {
    margin-bottom: 2%;
  }

  #recruit {
    padding-bottom: 0;
  }

  #recruit .recruitWrapper {
    background-image: url(../img/sp_recruitWrapperBg.webp);
    padding: 10% 0;
  }

  #recruit .recruitWrapper .recruitInner {
    width: 90%;
    max-width: unset;
    min-width: unset;
    margin: 0 auto;
  }

  #recruit .recruitWrapper .recruitInner p {
    font-size: 6vw;
    line-height: 1.5em;
  }

  #recruit .inner {
    margin-top: 5%;
  }

  #recruit .inner h3 {
    font-size: 4.5vw;
    line-height: 1.5em;
  }

  #recruit .recruitLiWrap {
    display: block;
    width: 85%;
    margin: 5% auto 0;
  }

  #recruit .recruitLiWrap .recruitLi:nth-child(2n+1) {
    margin-left: 0;
  }

  #recruit .recruitLiWrap .recruitLi {
    width: 100%;
    margin-left: 0;
    margin-top: 5%;
  }

  #profile {
    margin-top: 5%;
  }

  #profile .profileWrapper {
    padding: 5% 0;
  }

  #profile .profileInner {
    width: 90%;
    max-width: unset;
    min-width: unset;
  }

  #profile .profileInner h3 {
    padding-bottom: 2.5%;
    margin-bottom: 5%;
    font-size: 4.5vw;
    line-height: 1.5em;
  }

  #profile .profileInner p {
    margin-bottom: 5%;
  }

  #profile .profileDlWrap dt,
  #profile .profileDlWrap dd {
    font-size: 3.5vw;
    line-height: 1.5em;
  }

  #profile .profileDlWrap dt {
    width: 30%;
    padding: 2.5% 2.5%;
  }

  #profile .profileDlWrap dd {
    width: 70%;
    padding: 2.5% 2.5%;
  }

  #contact {
    padding-bottom: 15%;
  }

  #contact .contactWrapper .contactInner {
    width: 90%;
    max-width: unset;
    min-width: unset;
  }

  #contact .contactWrapper .contactInner .formTable {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5%;
  }

  #contact .contactWrapper .contactInner .formTable dt,
  #contact .contactWrapper .contactInner .formTable dd {
    font-size: 3.5vw;
    line-height: 1.5em;
  }

  #contact .contactWrapper .contactInner .formTable dt {
    width: 45%;
    padding: 3% 0;
    display: flex;
    align-items: center;
  }

  #contact .contactWrapper .contactInner .formTable dd {
    width: 55%;
    padding: 3% 0;
  }

  #contact .contactWrapper .contactInner .formTable dd select {
    width: 100%;
    font-size: 3.5vw;
    line-height: 1.5em;
    padding: 5%;
  }

  #contact .contactWrapper .contactInner .formTable dd input[type=text],
  #contact .contactWrapper .contactInner .formTable dd input[type=file] {
    width: 100%;
    font-size: 3.5vw;
    line-height: 1.5em;
  }

  #contact .contactWrapper .contactInner .formTable dd textarea {
    font-size: 3.5vw;
    line-height: 1.5em;
  }

  #contact .contactWrapper .contactInner .formTable dt.pb0 {
    align-items: flex-start;
  }

  #contact .contactWrapper .contactInner .submitBtnWrap {
    margin-top: 2.5%;
  }

  #contact .contactWrapper .contactInner .submitBtnWrap input[type=submit] {
    font-size: 4.5vw;
    line-height: 1.5em;
    padding: 2.5% 10%;
    min-width: 60%;
  }
}

/*
 * 下層ページ
 */
.breadcrumbs {
  background-color: #F2F2F2;
}

.breadcrumbs ul li {
  display: inline-block;
}

.breadcrumbs ul li a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.site-main #posthead {
  background-size: cover;
  background-position: center center;
}

.site-main #posthead .inner {
  width: 90%;
  min-width: 1000px;
  max-width: 1400px;
  margin: 0 auto;
  color: #ffffff;
  padding: 140px 0 160px;
}

.site-main #posthead .inner .subTtl {
  text-align: center;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 10px;
}

.site-main #posthead .inner .mainTtl {
  text-align: center;
  font-size: 60px;
  letter-spacing: 7px;
  line-height: 1.2em;
}

.site-main #postbody {
  margin-top: 60px;
}

.site-main #postbody .bgWrap .inner {
  width: 90%;
  min-width: 1000px;
  max-width: 1400px;
  margin: 0 auto;
}

.site-main #postbody .bgkeyColor {
  background-color: #63BA4E;
}

.site-main #postbody h1,
.site-main #postbody h2,
.site-main #postbody h3,
.site-main #postbody h4,
.site-main #postbody h5,
.site-main #postbody h6,
.site-main #postbody strong {
  font-weight: 600;
}

.site-main #postbody h2 {
  font-size: clamp(1.875rem, 1.406rem + 0.75vw, 2.25rem);
}

.site-main #postbody p {
  font-size: 20px;
  line-height: 1.8em;
}

.site-main #postbody ul {
  margin-left: 1.5em;
}

.site-main #postbody ul li:first-child {
  margin-top: 0;
}

.site-main #postbody ul li {
  font-size: 20px;
  line-height: 1.8em;
  margin-top: 5px;
}

.site-main #postbody ol {
  margin-left: 1.5em;
}

.site-main #postbody ol li {
  font-size: 20px;
  line-height: 1.8em;
  margin-top: 5px;
}

.site-main #postbody .bigTxt {
  font-size: 26px;
  line-height: 1.5em;
}

.site-main #postbody strong {
  color: #000000;
}

.site-main #postbody .wpcf7-form #cntform {
  margin-bottom: 7%;
}

.site-main #postbody .wpcf7-form #cntform dt {
  margin-top: 5%;
  padding: 0;
  font-size: 4vw;
  display: flex;
  align-items: center;
}

.site-main #postbody .wpcf7-form #cntform dd {
  line-height: 0;
  margin-top: 0;
  font-size: 3.5vw;
  text-align: center;
}

.site-main #postbody .wpcf7-form #cntform dd input[type=text],
.site-main #postbody .wpcf7-form #cntform dd input[type=tel],
.site-main #postbody .wpcf7-form #cntform dd input[type=email],
.site-main #postbody .wpcf7-form #cntform dd textarea,
.site-main #postbody .wpcf7-form #cntform dd select {
  background: none;
  border: 1px solid;
  border-color: #CCCCCC;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  text-align: left;
}

.site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item:first-child {
  margin-top: 0;
}

.site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item {
  display: block;
  text-align: left;
  margin-top: 2.5%;
}

.site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item label {
  font-size: 3vw;
  line-height: 1.5em;
  width: 100%;
}

.site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item label input[type=checkbox] {
  transform: scale(1.5);
  margin-right: 2.5%;
}

.site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 4vw;
  line-height: 1.5em;
}

.site-main #postbody .wpcf7-form #cntform dd.acceptance {
  text-align: center;
  font-weight: bold;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.site-main #postbody .wpcf7-form #cntform dd.acceptance .wpcf7-form-control-wrap {
  display: block;
  width: 20%;
  margin: 2% 0 0;
}

.site-main #postbody .wpcf7-form #cntform dd.acceptance .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 3% 0;
  text-align: center;
}

.site-main #postbody .wpcf7-form #cntform dd.acceptance .wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox] {
  transform: scale(2.5);
}

.site-main #postbody .wpcf7-form #cntform dd.acceptance .rightBox {
  width: 80%;
  text-align: justify;
  display: block;
  font-size: 3vw;
  line-height: 1.5em;
  display: block;
}

.site-main #postbody .wpcf7-form #cntform dd.acceptance .rightBox small {
  display: block;
  font-size: 2.8vw;
  line-height: 1.5em;
}

.site-main #postbody .wpcf7-form .subbtn {
  position: relative;
  text-align: center;
  margin-bottom: 5%;
}

.site-main #postbody .wpcf7-form .subbtn input[type=submit] {
  display: block;
  background-color: #63BA4E;
  color: #000000;
  line-height: 2em;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-radius: 100px;
  font-size: 4.5vw;
  width: 80%;
  margin: 0 auto;
}

.site-main #postbody .wpcf7-form .subbtn input[type=submit]:hover {
  opacity: 0.8;
}

.site-main #postbody .wpcf7-form .subbtn input[type=submit]:disabled {
  opacity: 0.2;
}

.site-main #postbody .wpcf7-form .subbtn .ajax-loader {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.site-main #postbody .wpcf7-form .subbtn .wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.site-main #postbody .wpcf7-form .wpcf7-not-valid-tip {
  color: #ffffff;
  background-color: #d81e00;
  border-radius: 100px;
  line-height: 1em;
  padding: 2.5% 5%;
  position: relative;
  bottom: 2px;
  font-weight: normal;
  text-align: center;
  z-index: 1;
  display: inline-block;
  font-size: 3vw;
  font-size: 2.5vw;
  margin-top: 3%;
}

.site-main #postbody .wpcf7-form .wpcf7-not-valid-tip:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #d81e00;
  translate: -50% -100%;
}

.site-main #postbody .wpcf7-form .s-red {
  color: #F2F2F2;
  border-radius: 50px;
  font-weight: bold;
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1.8em;
}

@media only screen and (max-width:768px) {
  .breadcrumbs ul {
    width: 90%;
    margin: 0 auto;
    line-height: 1.5em;
  }

  .breadcrumbs ul li {
    font-size: 0.6em;
  }

  .site-main {
    width: 100%;
    margin: 0 auto;
  }

  .site-main #posthead {
    background-size: cover;
  }

  .site-main #posthead .inner {
    width: 90%;
    min-width: unset;
    max-width: unset;
    padding: 18% 0 20%;
  }

  .site-main #posthead .inner .subTtl {
    font-size: 5.5vw;
    margin-bottom: 2.5%;
  }

  .site-main #posthead .inner .mainTtl {
    font-size: 10vw;
    letter-spacing: 1px;
  }

  .site-main #postbody {
    margin-top: 5%;
  }

  .site-main #postbody .bgWrap .inner {
    width: 85%;
    min-width: unset;
    max-width: unset;
  }

  .site-main #postbody p {
    font-size: 3.5vw;
    line-height: 1.5em;
    margin-bottom: 25px;
  }

  .site-main #postbody ul {
    margin-left: 1.5em;
    margin-bottom: 25px;
  }

  .site-main #postbody ul li {
    font-size: 3.5vw;
    line-height: 1.5em;
    margin-top: 2.5%;
  }

  .site-main #postbody ol {
    margin-left: 1.5em;
    margin-bottom: 25px;
  }

  .site-main #postbody ol li {
    font-size: 3.5vw;
    line-height: 1.5em;
    margin-top: 2.5%;
  }

  .site-main #postbody .bigTxt {
    font-size: 4vw;
    line-height: 1.5em;
  }
}

@media only screen and (min-width:769px) {
  .breadcrumbs ul {
    width: 1000px;
    margin: 0 auto;
  }

  .breadcrumbs ul li {
    font-size: 12px;
  }

  .site-main {
    width: 100%;
    margin: 0 auto;
  }

  .site-main #postbody ul {
    margin-left: 1.5em;
    margin-bottom: 25px;
  }

  .site-main #postbody ol {
    margin-left: 1.5em;
    margin-bottom: 25px;
  }

  .site-main #postbody .wpcf7-form #cntform {
    margin: 0 auto 40px;
    width: 50%;
    min-width: 500px;
    max-width: 700px;
  }

  .site-main #postbody .wpcf7-form #cntform dt {
    @margin-top :30px;
    padding: 0;
    font-size: 20px;
    line-height: 1.8em;
  }

  .site-main #postbody .wpcf7-form #cntform dd {
    margin-top: 5px;
    font-size: 20px;
    line-height: 1.8em;
    line-height: 0;
  }

  .site-main #postbody .wpcf7-form #cntform dd input[type=text],
  .site-main #postbody .wpcf7-form #cntform dd input[type=tel],
  .site-main #postbody .wpcf7-form #cntform dd input[type=email],
  .site-main #postbody .wpcf7-form #cntform dd textarea,
  .site-main #postbody .wpcf7-form #cntform dd select {
    padding: 10px;
  }

  .site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item:first-child {
    margin-top: 0;
  }

  .site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item {
    margin-top: 2.5%;
  }

  .site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item label {
    font-size: 18px;
    line-height: 1.5em;
    width: 100%;
  }

  .site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item label input[type=checkbox] {
    transform: scale(1.5);
    margin-right: 2.5%;
  }

  .site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 26px;
    line-height: 1.5em;
  }

  .site-main #postbody .wpcf7-form #cntform dd.acceptance {
    margin: 5px 0 0;
  }

  .site-main #postbody .wpcf7-form #cntform dd.acceptance .wpcf7-form-control-wrap {
    width: 20%;
    margin: 0;
  }

  .site-main #postbody .wpcf7-form #cntform dd.acceptance .wpcf7-form-control-wrap .wpcf7-list-item {
    margin: 3% 0;
  }

  .site-main #postbody .wpcf7-form #cntform dd.acceptance .wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox] {
    transform: scale(2.5);
  }

  .site-main #postbody .wpcf7-form #cntform dd.acceptance .rightBox {
    width: 80%;
    font-size: 18px;
    line-height: 1.5em;
  }

  .site-main #postbody .wpcf7-form #cntform dd.acceptance .rightBox small {
    font-size: 16px;
    line-height: 1.5em;
  }

  .site-main #postbody .wpcf7-form .subbtn {
    margin: 30px auto 40px;
    width: 50%;
    min-width: 500px;
    max-width: 700px;
  }

  .site-main #postbody .wpcf7-form .subbtn input[type=submit] {
    font-size: 26px;
    line-height: 1.5em;
    width: 80%;
    margin: 0 auto;
  }

  .site-main #postbody .wpcf7-form .subbtn input[type=submit]:hover {
    opacity: 0.8;
  }

  .site-main #postbody .wpcf7-form .subbtn input[type=submit]:disabled {
    opacity: 0.2;
  }

  .site-main #postbody .wpcf7-form .wpcf7-not-valid-tip {
    padding: 5px 20px;
    bottom: 2px;
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 3%;
  }

  .site-main #postbody .wpcf7-form .wpcf7-not-valid-tip:after {
    left: 50%;
  }
}

/*
* アニメ
*/
.loader,
.loader:before,
.loader:after {
  background: #cd3c1c;
  animation: load1 1s infinite ease-in-out;
  width: 0.5em;
  height: 1em;
}

.loader {
  color: #cd3c1c;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader:before {
  left: -1.5em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@keyframes load1 {

  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 1em;
  }

  40% {
    box-shadow: 0 -2em;
    height: 2em;
  }
}

/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ebecea;
  z-index: 9999999;
  text-align: center;
  color: #d81e00;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash-logo img {
  width: 120px;
}

/*========= 表示 ===============*/
.load-fade {
  opacity: 0;
}

.loaded .load-fade {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.scroll-up {
  opacity: 0;
}

.scroll-up.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.delay-time02 {
  animation-delay: 0.1s;
}

.delay-time03 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.3s;
}

.delay-time05 {
  animation-delay: 0.4s;
}

.delay-time06 {
  animation-delay: 0.5s;
}

.delay-time07 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time09 {
  animation-delay: 0.9s;
}

.delay-time10 {
  animation-delay: 0.8s;
}

.delay-time11 {
  animation-delay: 0.9s;
}

.delay-time12 {
  animation-delay: 1s;
}

/*トップ*/
.newsCard1 {
  animation-delay: 0.1s;
}

.newsCard2 {
  animation-delay: 0.3s;
}

.newsCard3 {
  animation-delay: 0.5s;
}

/*# sourceMappingURL=styles.css.map */