@charset "UTF-8";
/*
Theme Name: XeoryExtensionChild
Theme URI: https://xeory.jp/extension
Template: xeory_extension
Description: Xeory拡張子テーマ
Author: バズ部
Author URI: https://bazubu.com/
Version: 1.0.0
*/
/*media*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: #111;
}

body {
  background: #fff;
}

#content {
  background: #E9FFEF;
}

#main {
  float: none;
}

.title-h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .title-h2 {
    font-size: 1.6rem;
  }
}
.title-h2.text-left {
  text-align: left;
  margin-left: 0;
}

.home #main, .home #content {
  font-family: "Noto Sans JP", sans-serif;
}
.home #content {
  background: #F9FAFB;
}
.home .front-loop {
  border: 0;
  background: none;
  margin: auto;
}
.home .front-loop h2 {
  border: 0;
}
.home .front-loop .title-h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .home .front-loop .title-h2 {
    font-size: 1.6rem;
  }
}
.home .front-loop .title-h2.text-left {
  text-align: left;
  margin-left: 0;
}
.home .front-loop .type-products {
  width: 33.3333333333%;
  margin: 0;
  padding: 0 5px;
}
@media screen and (max-width: 640px) {
  .home .front-loop .type-products {
    width: 100%;
  }
}
.home .front-loop .type-products img {
  max-height: 15rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1300px) {
  .home .front-loop .type-products img {
    max-height: 22vw;
  }
}
@media screen and (max-width: 640px) {
  .home .front-loop .type-products img {
    max-height: 50vw;
  }
}
.home .front-loop .type-products .post-thumbnail {
  background: #fff;
  margin-bottom: 10px;
}
.home .front-loop .popular_post_box .wrap-a {
  border: 0;
}
.home .front-loop .popular_post_box h3 {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .home .front-loop .front-loop-cont {
    padding-top: 0;
  }
  .home .front-loop#recent_post_content .front-loop-cont {
    display: flex;
    flex-wrap: wrap;
  }
}
.home .category-box {
  padding-bottom: 60px;
}
.home .conmany-box {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .home .conmany-box {
    padding-bottom: 30px;
  }
}
.home .conmany-box p {
  max-width: 745px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .home #main_visual {
    min-height: 35vh;
    padding-top: 0;
    margin-top: 1rem;
  }
}

#header {
  position: sticky;
  top: 0;
  z-index: 2;
}
#header .wrap {
  max-width: 1600px;
  width: 100%;
  padding: 0 20px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  #header .wrap {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #header .wrap::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  #header #logo {
    height: 3.6rem;
    line-height: 2.2em;
  }
}
#header #logo img {
  max-height: none;
  width: 7rem;
  margin-right: 1rem;
}
#header .logo_title {
  color: #111;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #header #logo img {
    width: 5rem;
  }
  #header .logo_title {
    font-size: 1rem;
  }
}

#gnav ul li a {
  color: #111;
  font-size: 1.25rem;
}
#gnav ul li a:hover {
  color: #009A29;
  background: none;
}
#gnav ul li:last-child a {
  background: #009A29;
  border: 2px solid #009A29;
  padding: 0.4rem 2rem;
  color: #fff;
}
#gnav ul li:last-child a:hover {
  color: #111;
  background: #fff;
}
#gnav ul li.current-menu-item a {
  background: none;
  color: #009A29;
  font-weight: bold;
}

.title-h2 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .title-h2 {
    font-size: 1.6rem;
  }
}
.title-h2 span {
  display: block;
  font-size: 1.25rem;
  color: #009A29;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .title-h2 span {
    font-size: 1rem;
  }
}

.news_post_content a {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
.news_post_content .n_date {
  font-size: 0.9375rem;
  margin-bottom: 0.5rem;
}
.news_post_content .p_category {
  background: #009A29;
  color: #fff;
  padding: 0 1rem;
  font-size: 0.9375rem;
  margin: 0 0 0.5rem 1rem;
}
.news_post_content .news_title-h3 {
  width: 100%;
}

.button_box {
  margin: 4rem 0 0;
  text-align: center;
}
.button_box a {
  background: #009A29;
  border: 2px solid #009A29;
  padding: 0.4rem 2rem;
  color: #fff;
}
.button_box a:hover {
  color: #111;
  background: #fff;
}

.p_terms {
  background: #009A29;
  color: #fff;
  padding: 0 1rem;
  font-size: 0.9375rem;
  margin: 0;
  display: inline-block;
  margin-bottom: 20px;
}

.page #main {
  float: none;
}

#front-company .no-company-map .c_box_inner {
  margin-left: auto;
  margin-right: auto;
}
#front-company .c_box_inner {
  width: 684px;
  padding: 96px 0;
}
#front-company dl {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}
#front-company dl dt, #front-company dl dd {
  float: left;
  width: 20%;
  margin: 0;
}
#front-company dl dt span, #front-company dl dd span {
  padding: 20px 32px;
  display: block;
}
#front-company dl dd {
  width: 80%;
}
#front-company #front-company-1 dt {
  border-top: 2px solid #47B39D;
}

#footer {
  border: 0;
  color: #111;
  background: #fff;
}
#footer a {
  color: #111;
  font-size: 1.25rem;

}
#footer .footer-01 {
  background: none;
}
#footer .footer-01 .wrap {
  padding-bottom: 0;
}
#footer .footer-02 {
  background: #009A29;
  color: #fff;
}
#footer .footer-02 .wrap {
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  #footer .row {
    margin: 0;
  }
  #footer #footer-nav {
    margin-top: 1.5rem;
  }
}

#footer-content-area #footer-cont-about li:before,
#footer-content-area #footer-cont-content li:before {
  content: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.8rem;
  padding: 0.3em 0.55em;
  border-radius: 50%;
  background: #009A29;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 1.2rem;
  }
}

.swiper-slide {
  padding: 1rem 1rem 2rem;
  background: #fff;
  min-height: 14.7rem;
}
.swiper-slide .term-description {
  font-size: 0.875rem;
}

.footer-logo img {
  width: 7rem;
}
.footer-logo .footer_title {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .footer-logo .footer_title {
    display: inline-block;
  }
}
.footer-logo p {
  font-size: 1rem;
}

#footer-brand-area {
  padding: 0;
  border: 0;
  margin: 0;
}

.menu-footer_nav-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  #footer-nav {
    flex-wrap: wrap;
  }
}
#footer-nav li {
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  #footer-nav li {
    width: 50%;
    margin: 0;
  }
}

.post-cta {
  background: #009A29;
}
.post-cta .post-cta-inner {
  padding: 0 45px 45px;
}
.post-cta .cta-post-title {
  font-size: 2rem;
  font-weight: bold;
  border: 0;
}
@media screen and (max-width: 767px) {
  .post-cta .cta-post-title {
    font-size: 1.6rem;
  }
}
.post-cta .cta-post-title span {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .post-cta .cta-post-title span {
    font-size: 1rem;
  }
}
.post-cta .post-cta-cont {
  padding: 30px 45px;
  max-width: 1000px;
  margin: auto;
  background: #fff;
  color: #111;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-cont {
    padding: 1rem;
  }
}
.post-cta .post-cta-cont .text_1 {
  text-align: center;
}
.post-cta .post-cta-cont ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  position: relative;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .post-cta .post-cta-cont ul {
    flex-wrap: wrap;
  }
  .post-cta .post-cta-cont ul li {
    width: 100%;
  }
}
.post-cta .post-cta-cont ul::after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .post-cta .post-cta-cont ul::after {
    content: none;
  }
}
.post-cta .post-cta-cont .button_box {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-cont .button_box {
    margin-top: 1rem;
  }
}
.post-cta .post-cta-cont .button_box a {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.6em 4em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-cont .button_box a {
    padding: 0.6rem 0;
    width: 100%;
    justify-content: center;
  }
}
.post-cta .post-cta-cont .button_box a::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: url(./img/icon_mail.png) no-repeat center/100% auto;
  margin-right: 0.2em;
}
.post-cta .post-cta-cont .tel_box a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #009A29;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-cont .tel_box a {
    font-size: 1.2rem;
  }
}
.post-cta .post-cta-cont .tel_box a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(./img/icon_tel.png) no-repeat center/100% auto;
  margin-right: 0.2em;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  #gnav-sp {
    top: 56px !important;
  }
  #gnav-sp #footer-nav li {
    width: 100%;
  }
  #gnav-sp #footer-nav li a {
        font-size: 1.125rem;
  }
}
.front-loop-swiper .wrap {
  position: relative;
  overflow: unset;
  max-width: 1100px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -40px;
}
@media screen and (max-width: 1000px) {
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
  }
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -40px;
}
@media screen and (max-width: 1000px) {
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
  }
}

.sub_mv {
  padding: 5rem 0;
  background: #E9FFEF;
}
@media screen and (max-width: 1000px) {
  .sub_mv {
    padding: 4rem 0;
  }
}
.breadcrumb {
  font-size: 1.125rem;
}

.breadcrumb li:first-child {
  margin-left: 0;
}

.breadcrumb-area .wrap {
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 0.9375rem;
  }
  .breadcrumb-area .wrap {
    padding: 2rem 0;
  }
}

.fa-file-text:before,
.fa-folder:before,
.fa-file:before {
  content: ">";
  -webkit-mask: unset;
          mask: unset;
  background: none;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  font-size: 1rem;
  transform: none;
}

.post-title {
  padding-left: 1rem;
  border-left: 4px solid #009A29;
  line-height: 1em;
}

.category #content {
  padding: 6rem 0;
}

.post-header {
  padding-bottom: 0;
  border: 0;
}

.post-sns {
  padding: 0 0 3rem 2.4rem;
}

.company-contents .c_box_inner {
  padding: 6rem 0 2rem;
}
.company-contents dl {
  width: 100%;
  display: flex;
  margin: 0;
  justify-content: space-between;
}
.company-contents dt {
  width: 30%;
  padding: 1.5rem;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-contents dd {
  width: 70%;
  margin: 0;
  padding: 1.5rem;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fff;
}
.company-contents .access_box {
  background: #fff;
  padding-top: 6rem;
}
.company-contents .access_box p {
  margin: 0;
  padding-top: 2rem;
}
.company-contents .access_box .map_box {
  position: relative;
  overflow: hidden;
  height: 28rem;
}
.company-contents .access_box .map_box iframe {
  height: 60rem;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.company-contents .office_box {
  padding-top: 6rem;
}
.company-contents .company_contact_office .inner {
  background: #fff;
  padding: 2rem 3rem;
  margin-bottom: 2rem;
}
.company-contents .company_contact_office .inner .title {
  font-size: 1.75rem;
  font-weight: bold;
  border-bottom: 2px solid #009A29;
  margin-bottom: 2rem;
}
.company-contents .company_contact_office .inner .text {
  margin: 0;
  line-height: 2.5em;
}

form input[type=submit], form button {
  background: #009A29;
  border: 2px solid #009A29;
  padding: 0.4rem 2rem;
  color: #fff;
}
form input[type=submit]:hover, form button:hover {
  color: #111;
  background: #fff;
}

.category-loop {
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .category-loop {
    padding-bottom: 1rem;
  }
}
.category-loop .wrap {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .category-loop .wrap {
    padding: 0 1.5rem;
    margin: 0;
  }
}
.category-loop .content-box {
  width: 24%;
  margin-right: 1.3333333333%;
  padding: 1rem;
  background: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .category-loop .content-box {
    width: 100%;
    margin-right: 0;
  }
}
.category-loop .content-box:nth-child(4n) {
  margin-right: 0;
}
.category-loop .content-box a:hover img {
  opacity: 0.85;
}

.category-news .post-loop-wrap {
  background: #fff;
  padding: 3rem 2rem 1px;
}

.side_box {
  width: 20%;
  order: -1;
  padding-top: 14rem;
  position: sticky;
  top: -8rem;
  align-self: flex-start;
}
@media screen and (max-width: 1000px) {
  .side_box {
    width: 30%;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .side_box {
    width: 100%;
    order: 0;
  }
}
.side_box .title {
  background: #009A29;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0;
}

.products-cat-top {
  background: #ddd;
  padding-bottom: 1rem;
  overflow: hidden;
}
.products-cat-top li {
  margin-top: 1rem;
}

.category-child-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.category-child-box::after {
  content: none;
}
.category-child-box .category-loop {
  width: 75%;
}
@media screen and (max-width: 1000px) {
  .category-child-box .category-loop {
    width: 65%;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .category-child-box .category-loop {
    width: 100%;
  }
}
.category-child-box .category-loop .wrap {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .category-child-box .category-loop .wrap {
    justify-content: space-between;
  }
}
.category-child-box .category-loop .wrap::after {
  content: none;
}
.category-child-box .category-loop .content-box {
  width: 32%;
  margin-right: 2%;
  padding: 0;
  background: none;
}
@media screen and (max-width: 1000px) {
  .category-child-box .category-loop .content-box {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .category-child-box .category-loop .content-box {
    width: 100%;
    margin-top: 2rem;
  }
}
.category-child-box .category-loop .content-box:nth-child(3n) {
  margin-right: 0;
}
.category-child-box .category-loop .content-box a .post-thumbnail {
  padding: 1rem;
  background: #fff;
}
.category-child-box .category-loop .content-box a b {
  display: block;
  padding: 1rem 0;
}
.category-child-box .category-loop .content-box a b.cat_title {
  padding-right: 2rem;
  position: relative;
}
.category-child-box .category-loop .content-box a b span {
  position: absolute;
  right: 0;
  top: 1rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #009A29;
  border-radius: 50%;
}
.category-child-box .category-loop .content-box a b span::after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-top: 2px solid #009A29;
  border-right: 2px solid #009A29;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.category-child-box .category-loop .content-box a:hover img {
  opacity: 0.85;
}

.single-products #content .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-products #content .inner article {
  width: 75%;
  padding: 6rem 0;
}
@media screen and (max-width: 1000px) {
  .single-products #content .inner article {
    width: 65%;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .single-products #content .inner article {
    width: 100%;
  }
}

.products-title {
  border-bottom: 4px solid #009A29;
  line-height: 1em;
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .products-title {
    font-size: 1.4rem;
  }
}

.products-box-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products-box-1 .post-thumbnail {
  width: 45%;
  position: relative;
}
.post-thumbnail {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
.post-thumbnail img {
  height: auto;
  transition: transform .6s ease;
    object-fit: contain;
    height: 21rem;
    width: 90%;
    display: block;
    margin: auto;
}
.post-thumbnail:hover img {
  transform: scale(1.1);
}
/*
.single .post-thumbnail {
  cursor: none;
  pointer-events: none;
}*/

@media screen and (max-width: 767px) {
  .products-box-1 .post-thumbnail {
    width: 100%;
    padding: 2rem;
  }
}
.products-box-1 .content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .products-box-1 .content {
    width: 100%;
  }
}
.products-box-1 .content .text p {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.products-box-1 .content .price p {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.products-box-1 .content .download {
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.products-box-1 .content .download a {
  font-size: 0.9rem;
  padding: 0.5rem 1rem 0.7rem;
  background: #009A29;
  color: #fff;
  min-width: 45%;
  margin: 0 5% 1rem 0;
  text-align: center;
}

.products-box-2 {
  padding-top: 6rem;
  clear: both;
}
@media screen and (max-width: 767px) {
  .products-box-2 {
    padding-top: 0;
  }
}
.products-box-2 .text {
  margin: 3rem 0 0;
}
.products-box-2 .text h1, .products-box-2 .text h2, .products-box-2 .text h3, .products-box-2 .text h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1rem;
}
.products-box-2 .text h1:first-child, .products-box-2 .text h2:first-child, .products-box-2 .text h3:first-child, .products-box-2 .text h4:first-child {
  margin-top: 0;
}
.products-box-2 .text p {
  margin: 0;
  line-height: 2.5em;
}
.products-box-2 table {
  margin: 3rem 0 0;
}
.products-box-2 table th, .products-box-2 table td {
  padding: 1rem 1.5rem;
  background: #fff;
}
.products-box-2 table th {
  width: 25%;
}
.products-box-2 table td {
  width: 75%;
}

@media screen and (max-width: 1000px) {
  body.home #main_visual, body.home.default #main_visual {
    min-height: 21rem;
    padding: 0;
  }
  #footer .row {
    margin: 0;
    display: flex;
  }
  #footer-list-area {
    width: auto;
  }
  .post-cta .post-cta-cont .tel_box a {
    font-size: 1.2rem;
  }
  .post-cta .post-cta-cont .button_box a {
    padding: 0.6em 1em;
  }
}
@media screen and (max-width: 767px) {
  body.home #main_visual, body.home.default #main_visual {
    min-height: 11rem;
    margin-top: 0;
  }
  #footer a {
    font-size: 1rem;
  }
  #footer .row {
    flex-wrap: wrap;
  }
  #header-nav-btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 4rem;
  }
  #header-nav-btn a {
    padding: 1rem 0;
    background: #009A29;
  }
}
.single .swiper-button-prev,
.single .swiper-rtl .swiper-button-next {
  left: 10px;
}
.single .swiper-button-next,
.single .swiper-rtl .swiper-button-prev {
  right: 10px;
}

.home #main_visual {
  position: relative;
}
.home #main_visual .mv-bg {
  position: absolute;
  top: 10rem;
  left: 0;
  right: 0;
  margin: auto;
  height: 63%;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  .home #main_visual .mv-bg {
    top: 2rem;
    width: 23rem;
    height: 17rem;
  }
}
@media screen and (max-width: 640px) {
  .home #main_visual .mv-bg {
    top: 1rem;
    width: 21rem;
    height: 11rem;
  }
}
.home #main_visual .mv-h2-text {
  font-weight: bold;
  color: #000;
  font-size: 2.6rem;
  line-height: 2em;
  position: relative;
  padding-top: 1rem;
}
@media screen and (max-width: 1300px) {
  .home #main_visual .mv-h2-text {
    font-size: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .home #main_visual .mv-h2-text {
    font-size: 1.6rem;
    margin: 6rem auto;
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .home #main_visual .mv-h2-text {
    font-size: 1.4rem;
    margin: 2rem auto;
    padding-top: 0.5rem;
  }
}
.home #main_visual .mv-h2-text img {
  margin-top: 1.5rem;
  width: 4.5em;
}
@media screen and (max-width: 1000px) {
  .home #main_visual .mv-h2-text img {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .home #main_visual .mv-h2-text img {
    margin-top: 0;
    width: 4em;
  }
}
.home #main_visual .mv-h2-text span {
  display: inline-block;
  padding: 0 1.2em;
  margin-left: 0.2em;
  line-height: 1.6em;
  background: #009A29;
  color: #fff;
}

.swiper-pagination-bullet-active {
  background: #009A29;
}

.swiper-pagination {
  bottom: 1rem !important;
}
.post-box {
    background: #fff;
    padding: 4rem;
}
.wpcf7-form label {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wpcf7-form label b{
    color:red;
}
.wpcf7-form label .wpcf7-form-control-wrap {
    width: 80%;
}
.wpcf7-form label .wpcf7-form-control-wrap input,
.wpcf7-form label .wpcf7-form-control-wrap textarea{
    width: 100%;
}
.wpcf7-spinner {
    position: absolute;
}
h2.wp-block-heading {
    padding-left: 1rem;
    border-left: 4px solid #009A29;
    line-height: 1em;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2rem;
}
h3.wp-block-heading {
    line-height: 1em;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .post-box {
    padding: 2rem;
  }
  .wpcf7-form label .wpcf7-form-control-wrap {
    width: 100%;
  }
  h2.wp-block-heading {
    font-size: 1.4rem;
  }
  h3.wp-block-heading {
    font-size: 1.2rem;
  }

}
.flex_box_comp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex_box_comp img {
    width: 45%;
    padding-top: 2rem;
}
@media screen and (max-width: 640px) {
.flex_box_comp img {
    width: 100%;
}
}
@media screen and (min-width: 641px) {
    .sp {
        display: none;
    }
}/*# sourceMappingURL=style.css.map */