@charset "UTF-8";
/*
Theme Name: Original Theme 2025
Theme URl: https://kitajima-jidosha.com/
Description: Basic Theme for WordPress.
Author: seeboo design
*/
/*_/_/_/_/_/_/_/_/_/_/_/ _/_/_/_/_/_/ 共通項目 _/_/_/_/_/_/_/_/_/_/_/ _/_/_/_/_/_/  */
html {
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 400;
  color: #595757;
}
body a {
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#wrapper {
  width: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.margin-canceling {
  margin: inherit !important;
}

br.pc {
  display: block;
}
@media screen and (max-width: 599px) {
  br.pc {
    display: none;
  }
}
br.pc2 {
  display: block;
}
@media screen and (max-width: 1024px) {
  br.pc2 {
    display: none;
  }
}
br.tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.tb {
    display: block;
  }
}
br.mb {
  display: none;
}
@media screen and (max-width: 599px) {
  br.mb {
    display: block;
  }
}
br.mb2 {
  display: block;
}
@media screen and (max-width: 599px) {
  br.mb2 {
    display: none;
  }
}

/*フワチラ防止*/
.load-hidden {
  visibility: hidden;
}

.scroll-up01 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.scroll-up01.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.scroll-up02 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.scroll-up02.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

p.justify {
  text-align: justify;
}

/* _| _| _| _| _| _| _| _| _| _| _| _| ページTOP _| _| _| _| _| _| _| _| _| _| _| _| */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 2000;
}
@media screen and (max-width: 599px) {
  #page-top {
    bottom: 10px;
    right: 5px;
  }
}
#page-top a {
  background-color: #899942;
  color: #FFF;
  text-decoration: none;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
}
#page-top a span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
#page-top a:hover {
  text-decoration: none;
  background-color: #A8484A;
}

/* _| _| _| _| _| _| _| _| _| _| _| _| モーダルポップアップ _| _| _| _| _| _| _| _| _| _| _| _|  */
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.modaal {
  width: 90% !important;
  height: 90% !important;
}

/* _| _| _| _| _| _| _| _| _| _| _| _| 基本共通レイアウト設定 _| _| _| _| _| _| _| _| _| _| _| _|  */
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: inline-block;
  text-align: left !important;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 599px) {
  .container {
    padding: 0px 10px;
  }
}

/* _| _| _| _| _| _| _| _| _| _| _| _| ヘッダー _| _| _| _| _| _| _| _| _| _| _| _|  */
#roof {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #FFF;
  padding: 2px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 599px) {
  #roof {
    height: auto;
    padding: 2px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
}

header {
  width: 100%;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  height: 85px;
  margin: 0;
  background-color: #2E3316;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  header {
    padding: 10px 0;
    height: 60px;
  }
}
header #logo {
  display: inline-block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: center !important;
  height: 80px;
}
@media screen and (max-width: 1024px) {
  header #logo {
    width: 100%;
    height: 60px;
  }
}
header #logo a {
  background-image: url(images/logo.svg);
  background-repeat: no-repeat;
  background-size: 195px auto;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  height: 72px;
}
@media screen and (max-width: 599px) {
  header #logo a {
    background-size: 100px auto;
    height: 40px;
  }
}
header nav {
  padding: 25px 0;
  width: 45%;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-color: #2E3316;
}
@media screen and (max-width: 1024px) {
  header nav {
    display: none;
  }
}
header nav ul#menu {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header nav ul#menu li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 0;
  /*@media screen and (max-width: 1024px) {
      nav {
        display: none;
   }*/
}
header nav ul#menu li::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #A8484A;
  margin-right: 5px;
}
header nav ul#menu li a {
  color: #707070 !important;
}
header nav ul#menu li a:hover {
  color: #A8484A !important;
}
header nav ul#menu li a:active {
  color: #707070 !important;
}
header nav ul#menu li.current_page_item a {
  color: #899942 !important;
}
header nav ul#menu li i {
  margin-right: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}

/*_/_/_/_/_/モーダルメニュー_/_/_/_/_/*/
#modal-checkbox {
  display: none;
}

#modal-open {
  display: none;
}
@media screen and (max-width: 1024px) {
  #modal-open {
    display: block;
    cursor: pointer;
    position: absolute;
    padding: 2.5px 5px;
    font-size: 28px;
    font-size: 2.8rem;
    border-radius: 5px;
    color: #F7F8EF;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    top: 0%;
    right: 10px;
    float: right;
    margin: 20px 0;
    z-index: 200;
  }
}
@media screen and (max-width: 1024px) {
  #modal-open {
    margin: 10px 0;
    right: 0px;
  }
}
#modal-open .humberger {
  display: none;
}
@media screen and (max-width: 1024px) {
  #modal-open .humberger {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1024px) {
  #modal-open .humberger {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#modal-content {
  display: none;
}
@media screen and (max-width: 1024px) {
  #modal-content {
    position: fixed;
    top: 5%;
    left: 0%;
    z-index: 40;
    -webkit-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    visibility: hidden;
    opacity: 0;
    padding: 0.5em 0;
    overflow-y: auto;
    max-height: 90%;
    width: 100%;
    display: block;
    text-align: center;
  }
}
#modal-checkbox:checked ~ #modal-content {
  display: none;
}
@media screen and (max-width: 1024px) {
  #modal-checkbox:checked ~ #modal-content {
    visibility: visible;
    opacity: 1;
    left: 0%;
    display: block;
  }
}
#modal-content .modal-tel {
  width: auto;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  color: #FFF;
  background-color: #FFF;
  padding: 20px 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  margin: 20px auto;
  display: inline-block;
  text-align: center;
}
#modal-content .modal-tel a {
  color: #A8484A !important;
}

#modal-close {
  display: none;
}
@media screen and (max-width: 1024px) {
  #modal-close {
    display: none;
    position: fixed;
    z-index: 39;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2E3316;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #899942;
    padding: 30px 25px;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#modal-checkbox:checked ~ #modal-close {
  display: none;
}
@media screen and (max-width: 1024px) {
  #modal-checkbox:checked ~ #modal-close {
    display: block;
    opacity: 0.95;
    visibility: visible;
  }
}

ul#modal-menu {
  list-style: none;
}
@media screen and (max-width: 1024px) {
  ul#modal-menu {
    list-style: none;
    margin: 10px auto 0;
    padding: 80px 0 10px 0;
    width: 90% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: url(images/logo.svg);
    background-repeat: no-repeat;
    background-position: 55.5% 10px;
    background-size: 100px auto;
  }
  ul#modal-menu li {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    padding: 5px;
    font-weight: 500 !important;
    margin: 0 0 10px;
    background-color: #899942;
    border-left: 5px solid #A8484A;
  }
  ul#modal-menu li.contact_data {
    font-weight: 900 !important;
    color: #A8484A;
    font-size: 24px;
    font-size: 2.4rem;
  }
  ul#modal-menu li.contact_data i {
    color: #324B97;
    font-size: 24px;
    font-size: 2.4rem;
  }
  ul#modal-menu li a {
    color: #FFF;
  }
  ul#modal-menu li ul {
    list-style: none;
    margin: 5px;
  }
  ul#modal-menu li ul li {
    border-bottom: 1px solid #999;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
    padding: 2.5px;
  }
}

.parent {
  padding-top: 0px;
  padding-bottom: 0px;
  text-indent: 10;
  display: block;
  position: relative;
  width: 200px;
  color: #899942;
}
.parent::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #3071b7;
  border-right: solid 2px #3071b7;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  font-weight: bold;
}

ul#modal-menu .open::before {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  margin-top: -3px;
}
ul.sub_menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 300px;
}
ul.sub_menu li {
  margin: 20px 0 !important;
  padding: 0 !important;
  display: block;
}
ul.sub_menu li a {
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
ul.sub_menu li:before {
  content: "";
  font-family: "";
}
ul li:hover ul.sub_menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

#contact {
  width: 100%;
  padding: 0px;
  height: 300px;
  margin: -5px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  #contact {
    height: 200px;
  }
}
@media screen and (max-width: 599px) {
  #contact {
    display: none;
  }
}
#contact a {
  color: #FFF !important;
}
#contact .tel_area, #contact .mail_area, #contact .form_area {
  color: #FFF !important;
  font-size: 21px !important;
  font-size: 2.1rem !important;
  font-weight: 800;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 820px) {
  #contact .tel_area, #contact .mail_area, #contact .form_area {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
}
#contact .tel_area span, #contact .mail_area span, #contact .form_area span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
#contact i.fontawesome {
  font-size: 70px !important;
  font-size: 7rem !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  #contact i.fontawesome {
    font-size: 50px !important;
    font-size: 5rem !important;
  }
}

#mobile_contact {
  display: none;
}
@media screen and (max-width: 599px) {
  #mobile_contact {
    width: 100%;
    padding: 0px;
    position: fixed;
    bottom: 0%;
    height: auto;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
  #mobile_contact .mail {
    width: 33%;
    color: #FFF;
    background-color: #899942;
    padding: 0;
    padding: 0;
    text-align: center;
  }
  #mobile_contact .mail a {
    color: #FFF !important;
  }
  #mobile_contact .mail i {
    font-size: 35px !important;
    font-size: 3.5rem !important;
  }
  #mobile_contact .phone {
    width: 34%;
    color: #000;
    padding: 0;
    text-align: center;
  }
  #mobile_contact .phone a {
    color: #FFF !important;
  }
  #mobile_contact .phone i {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
  #mobile_contact .top {
    width: 33%;
    color: #FFF;
    background-color: #000000;
    padding: 0;
    text-align: center;
  }
  #mobile_contact .top a {
    color: #FFF !important;
  }
  #mobile_contact .top i {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
}

.common_contact {
  background-image: url(pic/tatami-back.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  height: 346px;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .common_contact {
    height: 300px;
    padding: 40px 20px;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .common_contact {
    height: 400px;
    padding: 20px 0;
    margin: 0;
  }
}
.common_contact ul {
  list-style: none;
  width: 100%;
  max-width: 1000px;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .common_contact ul {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.common_contact ul li {
  background-image: url(images/whiteback.png);
  background-size: cover;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #FFF;
  z-index: 2;
  width: 35%;
  margin: 0;
  color: #FFF !important;
}
@media screen and (max-width: 1024px) {
  .common_contact ul li {
    width: 40%;
  }
}
@media screen and (max-width: 820px) {
  .common_contact ul li {
    width: 45%;
  }
}
@media screen and (max-width: 599px) {
  .common_contact ul li {
    width: 90%;
    margin-bottom: 20px;
  }
}
.common_contact ul li h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .common_contact ul li h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .common_contact ul li h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.common_contact ul li a {
  color: #FFF !important;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.common_contact ul li i.mail {
  font-size: 80px;
  font-size: 8rem;
  color: #4867A8 !important;
}
.common_contact ul li .opening {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2E3316;
}
.common_contact ul li .phone_num {
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: 800;
  color: #A8484A;
}
@media screen and (max-width: 820px) {
  .common_contact ul li .phone_num {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .common_contact ul li .phone_num {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

footer {
  width: 100%;
  padding: 40px 0 10px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-color: #2E3316;
  color: #FFF;
  /*@include tablet01{
      padding: 100px 0 5px 0;
      height: 350px;
  }*/
}
@media screen and (max-width: 599px) {
  footer {
    margin: 0;
    padding: 20px 0;
    height: auto;
  }
}
footer .name {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 820px) {
  footer .name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
footer h4 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
  font-weight: 700;
  margin: 0 0 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #F7F8EF;
}
@media screen and (max-width: 599px) {
  footer h4 {
    background-size: 60px auto;
    font-size: 21px;
    font-size: 2.1rem;
    padding-top: 40px;
    margin: 0 0 10px;
    background-position: 60% 0%;
  }
}
footer .tel_num {
  color: #A8484A;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "Arial Black", Helvetica, sans-serif;
  margin: 10px 0;
  display: inline-block;
}
footer address {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 40px 0 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
  font-style: normal;
}

.link {
  width: 15%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  background-color: #2E3316;
  margin: 0;
  padding: 20px 0 20px 40px;
}
@media screen and (max-width: 1024px) {
  .link {
    display: none;
  }
}
.link ul {
  list-style: none;
}
.link ul li {
  margin-bottom: 10px;
}
.link ul li a {
  color: #595757;
}

.map {
  width: 60%;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .map {
    display: none;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
}

address {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
  color: #899942;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  address {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ 共通項目 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
ul.common_sub_menu {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #899942;
  list-style: none;
}
ul.common_sub_menu li {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border-right: 1px solid #FFF;
}
ul.common_sub_menu li:last-child {
  border-right: 1px solid #907E45;
}
ul.common_sub_menu li h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFF;
  text-align: center;
  line-height: 1em;
  padding: 10px 0 20px;
  margin: 0;
}
ul.common_sub_menu li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  ul.common_sub_menu li {
    width: 100%;
    padding: 10px !important;
  }
}

#sitemap {
  width: 100%;
  padding: 70px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #sitemap {
    padding: 30px 0;
  }
}
#sitemap h3 {
  text-align: center;
}
#sitemap h3 img {
  width: 265px;
  height: 64px;
}
@media screen and (max-width: 1024px) {
  #sitemap h3 img {
    display: none;
  }
}
#sitemap .sitemap_frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 1024px) {
  #sitemap .sitemap_frame {
    display: none;
  }
}
#sitemap .sitemap_frame .box {
  width: 24%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 0;
  text-align: left !important;
}
#sitemap .sitemap_frame .box h4 a {
  font-size: 30px;
  font-size: 3rem;
  color: #F7F8EF;
  margin: 0 0 20px;
}
#sitemap .sitemap_frame .box ul {
  margin: 0 0 0 20px;
  padding: 0;
}
#sitemap .sitemap_frame .box ul li {
  font-size: 18px;
  font-size: 1.8rem;
  color: #F7F8EF;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sitemap .sitemap_frame .box ul li span a {
  color: #595757;
}

ul.kome {
  list-style: none;
  text-align: left;
  margin: 0px;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 599px) {
  ul.kome {
    padding: 0 10px 0 20px;
  }
}
ul.kome li {
  margin-bottom: 10px;
}
ul.kome li:before {
  content: "※";
  margin-left: -1.2em;
  margin-right: 3px;
}

ol {
  text-align: left;
  margin: 0px;
  padding: 0 0 0 40px;
}
ol li {
  margin-bottom: 10px;
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ TOPページ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.top_img {
  position: relative;
  width: 100%;
  height: 92vh;
  padding: 0;
  margin: 0;
  z-index: 30 !important;
  background-image: url(pic/TOP.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.top_img .layer {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 100;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .top_img .layer {
    top: 40%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
.top_img .layer h1 {
  width: 100%;
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 599px) {
  .top_img .layer h1 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.top_img .layer h1 img {
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .top_img .layer h1 img {
    width: 80px;
    height: auto;
    margin-bottom: 0px;
  }
}
.top_img ul.navi_top {
  position: absolute;
  left: 2%;
  top: 7.5%;
  -webkit-transform: translate(-2% x, -7.5%);
          transform: translate(-2% x, -7.5%);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .top_img ul.navi_top {
    display: none;
  }
}
.top_img ul.navi_top li {
  font-family: "Noto Serif JP", serif;
  font-size: 21x;
  font-size: 2.1rem;
  color: #F7F8EF;
  text-align: left;
  margin-bottom: 30px;
}
.top_img ul.navi_top li a {
  color: #F7F8EF !important;
}

.mobile_top_img {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mobile_top_img {
    background-image: url(pic/tabletTOP.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    display: block;
    height: 100vh;
    padding: 0;
    margin: 0;
    z-index: 30 !important;
    min-height: 500px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 599px) {
  .mobile_top_img {
    background-image: url(pic/mobileTOP.jpg);
    background-position: center top;
    min-height: 0px;
    height: 95vh;
  }
}
@media screen and (max-width: 1024px) {
  .mobile_top_img .layer {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    z-index: 100;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 599px) {
  .mobile_top_img .layer {
    top: 55% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -55%) !important;
            transform: translate(-50%, -55%) !important;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .mobile_top_img .layer h1 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #FFF;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 599px) {
  .mobile_top_img .layer h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .mobile_top_img .layer h1 .eng {
    font-size: 48px;
    font-size: 4.8rem;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 40px;
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) and (max-width: 599px) {
  .mobile_top_img .layer h1 .eng {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .mobile_top_img .layer {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 599px) {
  .mobile_top_img .layer {
    width: 100%;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 700;
  }
}

.layer {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 100;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .layer {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .layer {
    width: 100%;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 700;
  }
}
.layer h1 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #FFF;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .layer h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .layer h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.layer h1 .eng {
  font-size: 48px;
  font-size: 4.8rem;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .layer h1 .eng {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.descripton_area {
  width: 100%;
  background-image: url(images/text_wall.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 80px auto;
  padding: 80px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .descripton_area {
    text-align: center;
    padding: 20px 20px 40px;
  }
}
@media screen and (max-width: 599px) {
  .descripton_area {
    padding: 20px 10px;
    margin: 20px auto;
    background-color: #999;
  }
}
.descripton_area h2 {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
  margin: 0 auto 40px;
  text-align: center;
  color: #2E3316;
}
@media screen and (max-width: 820px) {
  .descripton_area h2 {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 599px) {
  .descripton_area h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 20px auto;
  }
}
.descripton_area p {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: left;
  margin: 20px 0;
  font-weight: 400;
  color: #FFF;
}
@media screen and (max-width: 820px) {
  .descripton_area p {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .descripton_area p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
  }
}

.green_back {
  background-color: #F7F8EF;
  width: 100%;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .green_back {
    padding: 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .green_back {
    padding: 20px 0;
  }
}

.white_back {
  background-color: #FFF;
  width: 100%;
}

section.blue_back {
  width: 100%;
  margin: 130px 0;
  background-color: #2E3316;
  padding: 0;
  text-align: center;
}

section.none_back {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  section.none_back {
    margin: 40px 0;
  }
}

ul.top_service {
  list-style: none;
  margin: 0 auto !important;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  ul.top_service {
    padding: 0 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 60px !important;
  }
}
@media screen and (max-width: 599px) {
  ul.top_service {
    padding: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
ul.top_service li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul.top_service li.pict_side {
  margin: 0;
  padding: 0;
  width: 55%;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 820px) {
  ul.top_service li.pict_side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
ul.top_service li.pict_side img {
  width: 95%;
  height: auto;
  margin: 0;
  padding: 0;
}
ul.top_service li.pict_side img.tatami {
  background-image: url(images/tatami.svg);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 20px auto;
  padding-left: 15px;
}
ul.top_service li.sentence_side {
  width: 45%;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 20px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  ul.top_service li.sentence_side {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 30px 0;
  }
}
ul.top_service li.sentence_side h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #A8484A;
  font-family: "Noto Serif JP", serif;
  margin: 0;
  background-image: url(images/kamon.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 35px;
  background-size: 40px auto;
  text-align: center;
}
@media screen and (max-width: 820px) {
  ul.top_service li.sentence_side h3 {
    font-size: 21x;
    font-size: 2.1rem;
    margin: 0 auto;
  }
}
ul.top_service li.sentence_side h4 {
  font-size: 21px;
  font-size: 2.1rem;
  margin: 0;
  color: #907E45;
  font-weight: 900;
}
@media screen and (max-width: 820px) {
  ul.top_service li.sentence_side h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 820px) {
  ul.top_service li.sentence_side ul {
    padding: 0 40px;
  }
}

h3.overview {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 800;
  color: #F7F8EF;
  margin-top: 0;
  text-align: left;
}
@media screen and (max-width: 599px) {
  h3.overview {
    text-align: center;
    margin-bottom: 10px;
  }
}
h3.overview i {
  font-size: 30px;
  font-size: 3rem;
  color: #878787;
  margin-right: 10px;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ 下層ページ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/*ページタイトル部*/
section.lower {
  width: 100%;
  margin: 0px;
  background-image: url("pic/h1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 250px !important;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  section.lower {
    font-size: 24px;
    height: 150px !important;
  }
}
section.lower h1 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 800;
  font-family: "Noto Serif JP", serif !important;
  margin: 0 0 50px;
  color: #FFF;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(images/whiteback.png);
  background-repeat: repeat;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  section.lower h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  section.lower h1 {
    font-size: 21px;
    font-size: 2.1rem;
    width: 100%;
  }
}
section.lower h1 i {
  color: #899942;
  font-size: 65px;
  font-size: 6.5rem;
}
@media screen and (max-width: 1024px) {
  section.lower h1 i {
    font-size: 55px;
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 820px) {
  section.lower h1 i {
    margin: 0 0 20px;
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 599px) {
  section.lower h1 i {
    margin: 0 0 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
section.lower ul.navi_lower {
  position: absolute;
  left: 2%;
  top: 50%;
  -webkit-transform: translate(-2%, -50%);
          transform: translate(-2%, -50%);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  section.lower ul.navi_lower {
    display: none;
  }
}
section.lower ul.navi_lower li {
  font-family: "Noto Serif JP", serif;
  font-size: 21x;
  font-size: 2.1rem;
  color: #F7F8EF;
  text-align: left;
  margin-bottom: 30px;
}
section.lower ul.navi_lower li a {
  color: #F7F8EF !important;
}
@media screen and (max-width: 599px) {
  section.lower ul.navi_lower {
    width: 200px;
    height: 200px;
  }
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
}
h2.lower {
  color: #899942;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 599px) {
  h2.lower {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
h2.normal {
  margin: 0;
  font-weight: 700;
  color: #A8484A;
  padding: 0;
}
@media screen and (max-width: 599px) {
  h2.normal {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
h2.marker {
  color: #899942;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 599px) {
  h2.marker {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
h2.marker::before {
  font-family: "Font Awesome 6 Free";
  content: "\f192";
  font-weight: 900;
  padding-right: 6px;
  color: #4867A8;
}
h2.corp {
  margin: 0;
  font-weight: 300 !important;
  color: #777777;
  padding: 0;
}
@media screen and (max-width: 599px) {
  h2.corp {
    font-size: 20px;
    font-size: 2rem;
    margin: 20px 0;
  }
}
h2.corp::before {
  font-family: "Font Awesome 6 Free";
  content: "*";
  font-weight: 900;
  padding-right: 6px;
  color: #A8484A;
}
@media screen and (max-width: 599px) {
  h2.corp::before {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
}
h2.border {
  font-weight: 700;
  margin: 30px 0;
  padding: 0 10px 10px;
  border-bottom: 1px solid #A8484A;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  h2.border {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

h3 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  margin: 20px 0;
}
@media screen and (max-width: 599px) {
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
h3.lower {
  color: #899942;
  padding: 0;
  display: inline-block;
}
h3.underbar {
  border-bottom: 1px dotted #899942;
  padding: 0 0 10px 10px;
  color: #303030;
}
@media screen and (max-width: 599px) {
  h3.underbar {
    padding: 0 0 10px 0;
  }
}
h3.ribbon {
  border-bottom: 1px solid #899942;
  padding: 0 0 10px 10px;
  color: #000;
  font-weight: 400;
}
h3.ribbon::before {
  font-family: "Font Awesome 5 Free";
  content: "\f4d6";
  font-size: 28px;
  font-size: 2.8rem;
  margin-right: 4px;
  color: mediumaquamarine;
  font-weight: 900;
}
h3.emphasis {
  font-size: 38px !important;
  font-size: 3.8rem !important;
  margin: 40px 0;
  text-align: center;
  color: #A8484A;
}
@media screen and (max-width: 599px) {
  h3.emphasis {
    font-size: 31px !important;
    font-size: 3.1rem !important;
    margin: 10px 0;
  }
}

h4 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
  font-weight: 600;
  margin: 10px 0;
}
h4.lower {
  color: #4867A8;
}

.section {
  width: 100%;
  height: 100vh;
  text-align: center;
  z-index: 50;
  position: relative;
  vertical-align: bottom;
}

img.scaler {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0px;
}
img.scalerNM {
  width: 100%;
  height: auto;
  max-width: 1920px;
}
img.scaler80 {
  width: 80%;
  height: auto;
  max-width: 650px;
}
img.scaler50 {
  width: 50%;
  height: auto;
}
img.top20 {
  vertical-align: middle;
  display: inline-block;
}
img.right_lay {
  float: right;
  margin: 0px 0px 10px 10px;
}
img.left_lay {
  float: left;
  margin: 0px 20px 10px 0px;
}

.button {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 20px auto;
}
@media screen and (max-width: 599px) {
  .button {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0px auto;
    padding: 10px 20px;
  }
}
.button a {
  width: auto;
  color: #FFF !important;
  display: inline-block;
  padding: 10px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: #907E45;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .button a {
    padding: 10px 40px;
  }
}
.button a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-box-shadow: 0px 0px 5px #000;
          box-shadow: 0px 0px 5px #000;
}

ul.dotless {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
ul.dotless li {
  margin-bottom: 30px;
}

ul.marginless {
  margin: 20px 0;
  padding: 0 0 0 20px;
}
ul.marginless li {
  margin-bottom: 10px;
}

.main {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .main {
    margin: 0;
  }
}

#breadcrumbs {
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 1200px;
  width: 100%;
  padding: 0 5px;
  margin: 0 auto 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#breadcrumbs ul {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
#breadcrumbs ul li {
  display: inline-block;
  vertical-align: top;
}

.wp-block-columns {
  margin: 80px 0;
}

.flow {
  background-color: #2E3316;
  width: 100%;
}
.flow .num {
  background-color: 2;
  color: #FFF;
  font-weight: bolder;
  font-family: Arial Black, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 7.5px;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}

ul.pict {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
ul.pict li {
  width: 32%;
  margin-bottom: 40px;
  padding: 0;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  ul.pict li {
    width: 48%;
    margin-bottom: 20px;
  }
}
ul.pict li img {
  width: 100% !important;
  max-width: 350px !important;
  height: 100% !important;
  max-height: 350px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  ul.pict li img {
    width: 180px !important;
    height: 180px !important;
  }
}

/*=============================== 畳についてページ ===============================*/
section.works {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  section.works {
    padding: 10px;
  }
}
section.works h2 {
  position: relative;
  padding: 0.8rem 0;
  margin-bottom: 2rem;
  overflow: hidden;
  color: #353535;
  font-weight: 500;
  font-size: 24rem;
  font-size: 2.4rem;
}
section.works h2:before, section.works h2:after {
  position: absolute;
  width: 100%;
  bottom: 0;
  content: "";
}
section.works h2:before {
  border-bottom: 3px solid #ddb3b8;
}
section.works h2:after {
  border-bottom: 3px solid #353535;
}
@media screen and (max-width: 599px) {
  section.works h2 {
    font-size: 18rem;
    font-size: 1.8rem;
  }
}
section.works .inner_layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  section.works .inner_layout {
    -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;
  }
}
section.works .inner_layout .pic {
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  section.works .inner_layout .pic {
    width: 100%;
    padding: 0px;
  }
}
section.works .inner_layout .pic img {
  width: 95%;
  height: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  section.works .inner_layout .pic img {
    width: 100%;
  }
}
section.works .inner_layout .pic .zoom_icon {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  section.works .inner_layout .pic .zoom_icon {
    bottom: 10px;
    right: 15px;
  }
}
section.works .inner_layout .pic .zoom_icon img {
  width: 20px;
  height: auto;
}
section.works .inner_layout .descriptions {
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  section.works .inner_layout .descriptions {
    width: 100%;
    padding: 0px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
section.works .inner_layout .descriptions p {
  margin-top: 0px;
  margin-bottom: 10px;
}

table.fee {
  width: 100%;
  margin: 0 auto;
  border: solid 0px !important;
  border-spacing: 10px !important;
  border-collapse: separate !important;
  max-width: 850px;
}
@media screen and (max-width: 599px) {
  table.fee {
    list-style: none;
    margin: 20px auto;
  }
}
@media screen and (max-width: 599px) {
  table.fee tr {
    display: block;
  }
}
table.fee th {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 20px 30px;
  border-bottom: 1px solid #cccccc;
  border-left: solid 0px !important;
  border-top: solid 0px !important;
  border-right: solid 0px !important;
  text-align: center;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7F8EF;
}
@media screen and (max-width: 599px) {
  table.fee th {
    display: list-item;
    width: 100%;
    padding: 10px;
    border-right: 0px solid;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}
table.fee th.recruit {
  background-color: #ebebeb;
}
table.fee td {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px 30px;
  border-bottom: 1px solid #cccccc;
  border-left: solid 0px !important;
  border-top: solid 0px !important;
  border-right: solid 0px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  background-color: #f0f0f0;
}
@media screen and (max-width: 599px) {
  table.fee td {
    display: list-item;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}

/*=============================== 会社情報ページ ===============================*/
table.corp {
  width: 100%;
  margin: 0 auto;
  border: solid 0px !important;
  border-spacing: 5px !important;
  border-collapse: separate !important;
  max-width: 850px;
}
@media screen and (max-width: 599px) {
  table.corp {
    list-style: none;
    margin: 20px auto;
  }
}
@media screen and (max-width: 599px) {
  table.corp tr {
    display: block;
  }
}
table.corp th {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 30px 10px;
  border-bottom: 1px solid #899942;
  border-left: solid 0px !important;
  border-top: solid 0px !important;
  border-right: solid 0px !important;
  text-align: center;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  table.corp th {
    padding: 20px 10px !important;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  table.corp th {
    display: list-item;
    width: 100%;
    padding: 10px;
    border-right: 0px solid;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}
table.corp th.recruit {
  background-color: #ebebeb;
}
table.corp td {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 30px;
  border-bottom: 1px solid #cccccc;
  border-left: solid 0px !important;
  border-top: solid 0px !important;
  border-right: solid 0px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 820px) {
  table.corp td {
    padding: 20px 10px !important;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  table.corp td {
    display: list-item;
    width: 100%;
    padding: 10px;
    border-right: 0px solid;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}

table.history {
  width: 100%;
  margin: 0 auto;
  border: solid 0px !important;
  border-collapse: collapse !important;
  max-width: 850px;
  /*tr{
      @include mobile01{  
      display: block;
      }
  }*/
}
@media screen and (max-width: 599px) {
  table.history {
    /* list-style: none;*/
    margin: 20px auto;
  }
}
table.history th {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  border-bottom: 1px solid #899942;
  border-left: solid 0px !important;
  border-top: solid 0px !important;
  border-right: solid 0px !important;
  text-align: right;
  width: 30% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #899942;
}
@media screen and (max-width: 820px) {
  table.history th {
    padding: 20px 10px !important;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  table.history th {
    /*display: list-item!important;*/
    width: 30% !important;
    padding: 10px;
    border-right: 0px solid;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}
table.history th.recruit {
  background-color: #ebebeb;
}
table.history td {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 30px;
  border-bottom: 1px solid #cccccc;
  border-left: solid 0px !important;
  border-top: solid 0px !important;
  border-right: solid 0px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 820px) {
  table.history td {
    padding: 20px 10px !important;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  table.history td {
    /*display: list-item;*/
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: justify;
  }
}

iframe.map {
  width: 100%;
  height: 400px;
}

.greeting_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.greeting_area .greeting {
  width: 63%;
}
@media screen and (max-width: 599px) {
  .greeting_area .greeting {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.greeting_area .pict {
  width: 35%;
}
@media screen and (max-width: 599px) {
  .greeting_area .pict {
    width: 100%;
  }
}
.greeting_area .pict img {
  width: 100%;
  height: auto;
  border: 10px solid #FFF;
  -webkit-box-shadow: 0 0 10px #353535;
          box-shadow: 0 0 10px #353535;
}
@media screen and (max-width: 820px) {
  .greeting_area .pict img {
    border: 5px solid #FFF;
  }
}

/*=============================== 実績ページ ===============================*/
table.works {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0 60px;
  border-bottom: 3px solid #818181;
}
@media screen and (max-width: 599px) {
  table.works {
    margin: 20px 0 40px;
  }
}
@media screen and (max-width: 599px) {
  table.works tr {
    display: block;
  }
}
table.works th {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 20px;
  border-top: 1px solid #cccccc;
  text-align: left;
  background-color: #fed9d9;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  table.works th {
    display: list-item;
    width: 100%;
    padding: 10px;
    border-right: 0px solid;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
table.works td {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px;
  border-top: 1px solid #cccccc;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  table.works td {
    display: list-item;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

ol.works_list {
  margin: 0;
  padding: 0;
}
ol.works_list li {
  margin-top: 0px;
}

/*=============================== お問い合わせページ ===============================*/
.contact_layout {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact_layout h2 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #899942;
  margin: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #899942;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .contact_layout h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 599px) {
  .contact_layout {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0px;
  }
}

table.inq {
  width: 100%;
  border-collapse: collapse;
  margin: 40px auto 60px;
  border-bottom: 1px solid #818181;
  max-width: 1000px;
}
@media screen and (max-width: 599px) {
  table.inq {
    list-style: none;
    margin: 20px auto 60px;
  }
}
@media screen and (max-width: 599px) {
  table.inq tr {
    display: block;
  }
}
table.inq th {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 20px;
  border-top: 1px solid #cccccc;
  text-align: left;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  table.inq th {
    display: list-item;
    padding: 5px !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    width: 100%;
  }
}
table.inq td {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px;
  border-top: 1px solid #cccccc;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  table.inq td {
    display: list-item;
    padding: 5px 0 !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    width: 100%;
  }
}
table.inq td input {
  margin: 5px 0;
  padding: 15px;
}
@media screen and (max-width: 599px) {
  table.inq td input {
    padding: 5px;
  }
}
table.inq td input.long {
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
table.inq td input.mid {
  width: 60% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
table.inq td input.short {
  width: 25% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
table.inq td select {
  font-size: 18rem;
  font-size: 18px;
  padding: 5px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
table.inq td textarea {
  font-size: 16rem;
  font-size: 16px;
  padding: 15px;
  margin: 0;
  width: 100%;
  height: 70%;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
@media screen and (max-width: 599px) {
  table.inq td textarea {
    padding: 5px !important;
  }
}
@media screen and (max-width: 599px) {
  table.inq td {
    padding: 5px !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
}

input.wpcf7-submit {
  padding: 5px 30px;
  border-radius: 10px;
  background-color: #899942;
  color: #FFF;
  font-size: 18px !important;
  font-size: 1.8rem !important;
  margin: 10px auto;
  display: block;
}

.turnstile {
  position: relative;
  display: inline-block;
  margin: 20px auto;
  height: 80px;
  padding: 0;
  width: 100%;
}
.turnstile .wpcf7-turnstile {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

span {
  /*&.submit input{
  font-size: 16rem;
  font-size:16px;
  color: #FFFFFF;
  background-color: $main-color;
  margin-top: 10px;
  }*/
}
span.require {
  color: #FF0000;
  font-size: 14rem;
  font-size: 14px;
  margin-left: 10px;
}
span.wpcf7-list-item {
  display: block;
}

.error {
  color: #FF0000;
  display: inline-block;
  width: 100%;
}

.send-over {
  margin: 0 0 150px;
  text-align: center !important;
}
.send-over h3 {
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: 900;
  color: #899942;
}
.send-over img {
  margin: 40px auto 80px !important;
}

.Confirm, .Thanks {
  display: none;
}

/*=============================== プラポリページ ===============================*/
ol.pp {
  margin: 0;
  padding: 0 10px 0 20px;
}

/* _| _| _| _| _| _| _| _| _| _| _| _| テキスト設定 _| _| _| _| _| _| _| _| _| _| _| _|  */
.micro_text {
  font-size: 12px;
  font-size: 1.2rem;
}

.small_text {
  font-size: 14px;
  font-size: 1.4rem;
}

.mid_text {
  font-size: 16px;
  font-size: 1.6rem;
}

.half_large_text {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 820px) {
  .half_large_text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .half_large_text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.large_text {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 820px) {
  .large_text {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  .large_text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.largest_text {
  font-size: 27px;
  font-size: 2.7rem;
}
@media screen and (max-width: 820px) {
  .largest_text {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .largest_text {
    font-size: 20px;
    font-size: 2rem;
  }
}

.big_text {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 820px) {
  .big_text {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 599px) {
  .big_text {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.biggest_text {
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 820px) {
  .biggest_text {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 599px) {
  .biggest_text {
    font-size: 30px;
    font-size: 3rem;
  }
}

.bold {
  font-weight: 600 !important;
}

.boldest {
  font-weight: 800 !important;
}

.blue {
  color: #899942;
}

.white {
  color: #FFF;
}

.water {
  color: #008cd6;
}

.purple_blue {
  color: #3b5998;
}

.pink {
  color: #eb6ea5;
}

.brown {
  color: #966731;
}

.red {
  color: #FF0004 !important;
}

.orange {
  color: #ff7b00;
}

.purple {
  color: #a64a97;
}

.mint {
  color: #36a2ae;
}

.green {
  color: #899942;
}

.noto_bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

/* _| _| _| _| _| _| _| _| _| _| _| _| レイアウト設定 _| _| _| _| _| _| _| _| _| _| _| _|  */
.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.snapwidget-widget {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: inline-block;
}

.center_layout {
  width: 100%;
  text-align: center !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.center_left_layout {
  width: 100%;
  text-align: center !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .center_left_layout {
    text-align: justify !important;
  }
}

.left_center_layout {
  width: 100%;
  text-align: left !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .left_center_layout {
    text-align: center !important;
  }
}

.left_layout {
  width: 100%;
  text-align: left !important;
}

.right_layout {
  width: 100%;
  text-align: right !important;
}

.tw {
  background-color: #249AE8 !important;
  color: #FFF;
}

.fb {
  background-color: #324B97 !important;
  color: #FFF;
}

.insta {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ad20ff), color-stop(0, #ff2b29));
  background: -webkit-linear-gradient(#ff2b29, #ad20ff);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff2b29), to(#ad20ff));
  background: linear-gradient(#ff2b29, #ad20ff);
  color: #FFF;
}

.blog {
  background-color: #FF9631 !important;
  color: #FFF;
}

/*マージンパターン*/
.margin_pattern01 {
  margin-bottom: 130px !important;
}
@media screen and (max-width: 820px) {
  .margin_pattern01 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 599px) {
  .margin_pattern01 {
    margin-bottom: 60px !important;
  }
}

.margin_pattern02 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 820px) {
  .margin_pattern02 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .margin_pattern02 {
    margin-bottom: 30px !important;
  }
}

.margin_pattern03 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 820px) {
  .margin_pattern03 {
    margin-bottom: 30px !important;
  }
}

.margin_pattern04 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 599px) {
  .margin_pattern04 {
    margin-bottom: 10px !important;
  }
}

/*=============================== 2カラム(2分割)レイアウト ===============================*/
.divide_layout {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.divide_layout .ratio50 {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px !important;
}
@media screen and (max-width: 599px) {
  .divide_layout .ratio50 {
    width: 100%;
    padding: 10px !important;
  }
}
.divide_layout .ratio55 {
  width: 55%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px !important;
}
@media screen and (max-width: 599px) {
  .divide_layout .ratio55 {
    width: 100%;
    padding: 10px !important;
  }
}
.divide_layout .ratio45 {
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
}
@media screen and (max-width: 599px) {
  .divide_layout .ratio45 {
    width: 100%;
    padding: 10px !important;
  }
}
.divide_layout .ratio40 {
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
}
@media screen and (max-width: 599px) {
  .divide_layout .ratio40 {
    width: 100%;
    padding: 10px !important;
  }
}
.divide_layout .ratio60 {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
}
@media screen and (max-width: 599px) {
  .divide_layout .ratio60 {
    width: 100%;
    padding: 10px !important;
  }
}
.divide_layout .ratio70 {
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
}
@media screen and (max-width: 599px) {
  .divide_layout .ratio70 {
    width: 100%;
    padding: 10px !important;
  }
}
.divide_layout .ratio33 {
  width: 33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
}
.divide_layout .ratio30 {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
}
@media screen and (max-width: 599px) {
  .divide_layout .ratio30 {
    width: 100%;
    padding: 10px !important;
  }
}
.divide_layout .ratio80 {
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
}
@media screen and (max-width: 599px) {
  .divide_layout .ratio80 {
    width: 100%;
    padding: 10px !important;
  }
}
.divide_layout .ratio24 {
  width: 24%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
}
@media screen and (max-width: 599px) {
  .divide_layout .ratio24 {
    width: 100%;
    padding: 10px !important;
  }
}
.divide_layout .ratio20 {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 5px;
}
@media screen and (max-width: 599px) {
  .divide_layout .ratio20 {
    width: 100%;
    padding: 0 10px !important;
  }
}
.divide_layout h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  margin: 0px auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  color: #899942;
}
@media screen and (max-width: 599px) {
  .divide_layout .order01 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 599px) {
  .divide_layout .order02 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.flex_left {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .flex_left {
    -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;
  }
}
.flex_left .ratio225 {
  margin: 0 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 23%;
}
@media screen and (max-width: 820px) {
  .flex_left .ratio225 {
    width: 32%;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .flex_left .ratio225 {
    width: 100%;
    margin: 0 0 10px;
    text-align: left !important;
  }
}

.mid_layout {
  position: relative;
}
@media screen and (max-width: 599px) {
  .mid_layout {
    position: static;
  }
}
.mid_layout .ML_container {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 599px) {
  .mid_layout .ML_container {
    position: static;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}/*# sourceMappingURL=style.css.map */