@charset "utf-8";
/* CSS Document */

.main-visual {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  background-size: cover;
  background-position: 50% 100%;
  overflow: hidden;
}

.main-visual:not(#main-visual__top) {
  height: 400px;
  background-image: url(../img/common/img_head.png);
}


@media (max-width: 767px) {
  .main-visual:not(#main-visual__top) {
    background-image: url(../img/common/img_head_sp.png);
  }
}

@media (max-width: 48px) {
  .main-visual:not(#main-visual__top) {
    height: 200px;
  }
}

.main-visual-content-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.main-visual-content-inner .page-title-box {
  background-color: #FFF;
  padding: 0.5rem 1.5rem;
  width: auto;
  margin: auto;
}

.main-visual-content-inner .page-title {
  font-size: 30px;
  line-height: 1.4;
  white-space: nowrap;
}

.main-visual-content-inner .page-title-jp {
  display: block;
}

.main-visual-content-inner .page-title-en {
  color: #C29B61;
  display: block;
  font-size: 1.2rem;
}

@media (max-width: 1150px) {
  .main-visual-content-inner .page-title {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .main-visual-content-inner .page-title-box {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .main-visual-content-inner .page-title {
    font-size: 20px;
  }
}


/*コンテンツブロック
---------------------------------------------*/
.section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #FFF;
}

.section .section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  width: 90%;
  z-index: 2;
}

.section .section-inner::before {
  content: '';
  height: 100%;
  width: 100px;
}

#main .section-inner:first-of-type {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .section .section-inner {
    padding: 10% 0;
  }
}


/*----- タイトル -----*/
.section-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 auto 5em;
  line-height: 1.4;
  text-align: left;
}

.section-title .section-title-en {
  display: block;
  font-size: 4.5rem;
}

@media (max-width: 480px) {
  .section-title .section-title-en {
    font-size: 2.5rem;
  }
}

.section-title .section-title-jp {
  display: block;
  font-size: 1.7rem;
  color: #727171;
}

@media (max-width: 480px) {
  .section-title .section-title-jp {
    font-size: 1.3rem;
  }
}


/* text */
.section .text {
  line-height: 1.8;
}

/* text list */
.text-list>* {
  padding-left: 1em;
  margin-bottom: 0.5em;
  text-indent: -1em;
}



/*BREADCRUMB
 -------------------------------*/
.breadcrumb {
  width: 100%;
}

.breadcrumb.gold {
  background-color: #C29B61;
}

.breadcrumb .breadcrumb-inner {
  margin: 0 auto;
  padding: 20px 0;
  text-align: left;
  width: 90%;
  max-width: 900px;
}

.breadcrumb ul {
  font-size: 0;
  line-height: 0;
}

.breadcrumb ul li {
  display: inline;
  font-size: 1.2rem;
  line-height: 1.4;
}

.breadcrumb ul li a {
  color: #000;
}

.breadcrumb ul li:not(:last-child) {
  padding-right: 0.5em;
}

.breadcrumb ul li:not(:first-child)::before {
  content: '\03e';
  display: inline-block;
  padding-right: 0.3em;
  font-size: 1.2em;
  color: #000;
  font-weight: normal;
}

/*----- PAGER -----*/
.pager-area {
  text-align: center;
}

.pager {
  clear: both;
  text-align: center;
}

.pager .page-numbers {
  display: inline-block;
  padding: 0.3em 0.2em;
}

.pager .page-numbers.current {
  color: #0099C8;
  text-decoration: none;
}

.pager .page-numbers:not(:last-child) {
  margin-right: 0.8em;
}

.pager .page-numbers {
  display: inline-block;
  padding: 0px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
}

.pager .page-numbers {
  background-color: #F7F7F7;
  color: #000;
}

.pager .page-numbers.current {
  background-color: #0073A5;
  color: #FFF;
}

.pager .page-numbers.next,
.pager .page-numbers.prev {
  background-color: transparent;
  color: #0073A5;
  border-bottom: solid 1px #0073A5;
  border-radius: 0;
  line-height: 1.8;
  width: auto;
}

/*----------------------------------------------------
  TOP PAGE
----------------------------------------------------*/

/* .home_interior_options-window .swiper-wrapper {
  transition-duration: 0ms;
  transform: translate3d(0px, 0px, 0px);
  transition-delay: 0ms;
} */



.home_floor_coating-section {
  position: relative;
}

.home_floor_coating-section .section-inner {
  margin-bottom: 160px !important;
}

.home_floor_coating-section::before {
  content: "";
  height: 320px;
  background-color: rgb(48, 92, 48, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: -1; */
  width: 100vw;
  margin-top: 100px;
}

.home_floor_coating-section .section-thumb {
  background: url(../img/top/floor-coating.png) left center no-repeat;
  background-size: cover;
  display: block;
  max-width: 1070px;
  width: 100%;
}

@media (min-width: 768px) {
  #bl-contents-floor_coating {
    display: flex;
    justify-content: space-between;
  }

  #bl-contents-floor_coating .bl-contents-item {
    width: 55% !important;
  }

  #bl-contents-floor_coating .bl-contents-text {
    padding: 0;
    margin-top: -15px;
  }

  #bl-contents-floor_coating .bl-contents-text p {
    font-size: 16px;
    color: #231815;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }

  #bl-contents-floor_coating .section-ttl {
    text-align: left;
  }

  #bl-contents-floor_coating .section-thumb {
    display: none;
  }

  .home_floor_coating-section>.section-thumb {
    position: absolute;
    right: 0;
    top: 70px;
    height: 450px;
    width: 750px;
  }

  #bl-contents-floor_coating .bl-contents-text .btn {
    margin-left: 0;
  }

  #bl-contents-floor_coating .text {
    line-height: 2.4;
  }
}

@media (max-width: 1900px) {
  .home_floor_coating-section>.section-thumb {
    position: absolute;
    right: 0;
    top: 80px;
    height: 350px;
    width: 550px;
  }
}

@media (max-width: 1600px) {
  #bl-contents-floor_coating .bl-contents-item {
    width: 60% !important;
  }

  .home_floor_coating-section>.section-thumb {
    position: absolute;
    right: 0;
    top: 135px;
    height: 250px;
    width: 450px;
  }
}

@media (max-width: 1440px) {

  .home_floor_coating-section>.section-thumb {
    position: absolute;
    right: 0;
    top: 160px;
    height: 240px;
    width: 400px;
  }

  #bl-contents-floor_coating .bl-contents-item {
    width: 55% !important;
  }

  .home_floor_coating-section::before {
    content: "";
    height: 360px;
    background-color: rgb(48, 92, 48, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: -1; */
    width: 100vw;
    margin-top: 100px;
  }

}

@media (max-width: 1024px) {
  .home_floor_coating-section::before {
    height: 400px;
  }

  .home_floor_coating-section>.section-thumb {
    position: absolute;
    right: 0;
    top: 195px;
    height: 240px;
    width: 400px;
  }

}

@media (max-width: 820px) {
  .home_floor_coating-section>.section-thumb {
    position: absolute;
    right: 0;
    top: 200px;
    height: 200px;
    width: 300px;
  }

  .home_floor_coating-section::before {
    height: 380px;
  }
}

@media (max-width: 768px) {

  .home_floor_coating-section::before {
    width: 100vw;
    height: 320px;
    margin-top: 100px;
  }

  #bl-contents-floor_coating .bl-contents-text {
    padding: 0;
  }

  .home_floor_coating-section>.section-thumb {
    /* display: none; */
  }

  #bl-contents-floor_coating .section-thumb {
    aspect-ratio: 71 / 36;
    margin-bottom: 25px;
    width: 100%;
  }

  #bl-contents-floor_coating .bl-contents-item {
    width: 60% !important;
  }

  #bl-contents-floor_coating .text {
    padding: 0 1em;
  }

  .home_floor_coating-section::before {
    width: 100vw;
    height: 400px;
    margin-top: 100px;
  }
}

@media (max-width: 430px) {
  .home_floor_coating-section::before {
    width: 100vw;
    height: 158px;
    margin-top: 63px;
  }

  .home_floor_coating-section>.section-thumb {
    display: none;
  }

  .home_floor_coating-section .section-inner {
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }

  #bl-contents-floor_coating .bl-contents-text p {
    font-size: 15px;
    color: #231815;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }

  #bl-contents-floor_coating .bl-contents-item {
    width: 100% !important;
  }

}


#main-visual__top {
  position: relative;
}

#main-visual__top,
#main-visual__top .js-slider .slick-slide,
#main-visual__top .js-slider .slick-slide img {
  height: 100vh;
  max-height: calc(100vh);
}

#main-visual__top .text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
  color: white;
  font-size: 24px;
  padding: 10px 20px;
  border-radius: 5px;
}

#main-visual__top .text-overlay h1 {
  writing-mode: vertical-rl;
  text-indent: -2em;
  font-size: 45px;
  text-shadow: 0px 0px 12px #416B33;
  font-weight: lighter;
}

#main-visual__top .text-overlay h1 .fs-60 {
  font-size: 60px;
}

#main-visual__top .text-overlay h1 .fs-70 {
  font-size: 70px;
}



@media (max-width: 1150px) {

  #main-visual__top,
  #main-visual__top .js-slider .slick-slide,
  #main-visual__top .js-slider .slick-slide img {
    max-height: calc(100vh - 140px);
  }
}

@media (max-width: 768px) {

  #main-visual__top,
  #main-visual__top .js-slider .slick-slide,
  #main-visual__top .js-slider .slick-slide img {
    max-height: calc(100vh - 110px);
  }
}

@media (max-width: 480px) {

  #main-visual__top,
  #main-visual__top .js-slider .slick-slide,
  #main-visual__top .js-slider .slick-slide img {
    max-height: calc(100vh - 70px);
  }
}

#container .home_floor_coating-sp {
  display: none;
}

#main-visual__top .js-slider {
  margin-bottom: 0;
}


#main-visual__top .js-slider .slick-slide img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

#main-visual__top {
  overflow: inherit;
}

#main-visual__top .slick-dots {
  bottom: -40px;
  z-index: 2;
}

#main-visual__top .slick-dots li {
  margin: 0;
}

#main-visual__top .slick-dots li button {
  padding: 2px;
}

#main-visual__top .slick-dots li button::before {
  color: #9FA0A0;
  font-size: 1.2rem;
  opacity: 1;
}

#main-visual__top .slick-dots li.slick-active button::before {
  color: #305C30;
}


@media (min-width: 1540px) {
  #main-visual__top .slick-dots {
    width: 100%;
    max-width: calc(100% - 300px);
    margin: auto;
    left: 300px;
  }
}

@media (max-width: 1540px) and (min-width: 1151px) {
  #main-visual__top .slick-dots {
    width: 100%;
    max-width: calc(100% - 300px);
    margin: auto;
    left: 300px;
  }
}

.font-noto {
  font-family: "Noto Serif JP", serif;
}


#home_business .home_business-block {
  display: flex;
}

#home_business .home_business-block .home_business-box {
  background-color: #305C30;
  padding: 40px 0 30px;
  width: 224px;
  height: 224px;
  margin-right: 20px;
  position: relative;
}

#home_business .home_business-block .home_business-box:last-child {
  margin-right: 0;
}

#home_business .home_business-block .home_business-box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ffffff;
  border-right: 0;
  transform: rotate(45deg);
  right: 5px;
  bottom: -3px;
}

#home_business .home_business-block .home_business-box img {
  width: auto;
  height: 70px;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}

#home_business .home_business-block .home_business-box .home_business-en {
  font-size: 18px;
  color: #fff;
  text-align: center;
}

#home_business .home_business-block .home_business-box .home_business-ja {
  font-size: 14px;
  color: #fff;
  text-align: center;
}


/* #home_floor_coating .home_floor_coating-block {
  display: flex;
  width: 100vw;
  margin: 0 calc(50% - 56vw);
  background-color: rgb(48, 92, 48, 0.1);
  margin-top: -8.5%;
  position: relative;
  padding: 100px 0;
  margin-bottom: 160px;
}

#home_floor_coating .home_floor_coating-block p {
  font-size: 16px;
  color: #231815;
  line-height: 1.62;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: calc(1200px + 300px);
  margin: auto;
  padding-left: 300px;
}

#home_floor_coating .home_floor_coating-block img {
  width: 750px;
  height: auto;
  margin-top: -5%;
  position: absolute;
  right: 0;
} */

#home_floor_coating .home_floor_coating-maritblock {
  display: flex;
  margin-bottom: 100px;
}

#home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 {
  width: 847px;
}

#home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 h2 {
  color: #fff;
  background-color: #004A37;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}

#home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .fs-30 {
  font-size: 30px;
}

#home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .fs-25 {
  font-size: 25px;
}

#home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .fs-20 {
  font-size: 20px;
}

#home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .merit-itembox {
  display: flex;
  flex-wrap: wrap;
}

#home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .merit-item {
  width: 50%;
  height: 180px;
  padding: 30px;
  position: relative;
}

#home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .merit-item:nth-child(even)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 170px;
  background-color: #004A37;
  left: 0;
  top: 5px;
}

#home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .merit-item::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 1px;
  background-color: #004A37;
  bottom: 0;
  left: 0;
}

#home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .merit-item:nth-child(even):after {
  right: 0;
  left: auto;
}

#home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .merit-item:nth-child(2n) {
  margin-right: 0;
}

#home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .merit-item .merit-item-title {
  color: #305C30;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 5px;
}

#home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .merit-item p {
  color: #231815;
  font-size: 16px;
  line-height: 1.62;
}

#home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-02 {
  margin-left: auto;
  width: 302px;
}

#home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-02 img {
  width: 302px;
  margin-bottom: 40px;
}

#home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-02 img:last-child {
  margin-bottom: 20px;
}

#home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-02 p {
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  color: #231815;
}

/* アコーディオンメニュー */

#home_floor_coating ul {
  width: 100%;
  display: flex;
}

#home_floor_coating ul li {
  width: 48%;
  margin-right: auto;
}

#home_floor_coating .accordion {
  margin-inline: 0;
  border-bottom: 1px solid #004A37;
  width: 100%;
}

#home_floor_coating .accordion[open] {
  padding-bottom: 20px;
}

#home_floor_coating .accordion:nth-child(2n) {
  margin-right: 0;
}

#home_floor_coating .accordion_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  width: 100%;
  cursor: pointer;
  padding-bottom: 20px;
  color: #305C30;
  font-size: 18px;
}

#home_floor_coating summary.accordion_title::-webkit-details-marker {
  display: none;
}

#home_floor_coating .accordion_title::before {
  /* content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none; */
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 1px;
  background: #004A37;
  transform: translateY(-50%);
}

#home_floor_coating .accordion_title::after {
  content: "";
  position: absolute;
  top: 50%;
  /* 8px+12px-1px(幅2pxの半分) */
  right: 19px;
  width: 1px;
  height: 24px;
  background: #004A37;
  transform: translateY(-50%);
  transition: .5s;
}

#home_floor_coating .accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}


#home_floor_coating .accordion .accordion_contents p {
  font-size: 16px;
  line-height: 1.6;
  color: #231815;
  margin-top: 20px;
}

#home_floor_coating .accordion .accordion_contents .qa-gray {
  font-size: 15px;
  line-height: 1.7;
  color: #898989;
  margin-top: 20px;
  /* padding-bottom: 10px; */
}

#home_floor_coating .accordion .accordion_contents>*:first-of-type {
  margin-top: 0;
}

#home_floor_coating .accordion .accordion_contents>*:last-of-type {
  margin-bottom: 0;
}

#home_floor_coating .accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

#home_floor_coating .accordion[open] .accordion_title:after {
  /* content: "-"; */

  top: 25%;
  opacity: 0;
  transform: rotate(90deg);
}

#home_floor_coating .home_floor_coating-qa {
  width: 100%;
  display: flex;
}

/* アコーディオンメニューここまで */


.home_other_coating-title {
  width: 100vw;
  margin: 0 calc(50% - 56vw);
  background-color: rgb(48, 92, 48, 0.1);
  margin-top: -8.5%;
  position: relative;
  padding: 100px 0;
  margin-bottom: -50px;
}

.home_other_coating-title h3 {
  font-size: 25px;
  color: #305C30;
  padding-bottom: 10px;

  width: 100%;
  max-width: calc(1200px + 300px);
  margin: auto;
  padding-left: 300px;
  position: relative;
}

#home_other_coating .home_other_coating-title h3::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #004A37;
  width: 1200px;
  margin: 0 auto;
  display: block;
  bottom: 0;
}

#home_other_coating .home_other_coating-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

#home_other_coating .home_other_coating-block .home_other_coating-box {
  width: calc((100% - 30px) / 2);
  height: 200px;
  display: flex;
  margin-right: 30px;
  margin-bottom: 30px;
}

#home_other_coating .home_other_coating-block .home_other_coating-box:nth-child(2n) {
  margin-right: 0;
}

#home_other_coating .home_other_coating-block .home_other_coating-box:nth-child(3),
#home_other_coating .home_other_coating-block .home_other_coating-box:nth-child(4) {
  margin-bottom: 0;
}

#home_other_coating .home_other_coating-block .home_other_coating-box img {
  width: 220px;
  height: 200px;
  z-index: 99;
}

#home_other_coating .home_other_coating-block .home_other_coating-box .home_other_coating-box-text {
  background-color: #305C30;
  padding: 30px;
}

#home_other_coating .home_other_coating-block .home_other_coating-box .home_other_coating-box-text h2 {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 20px;
}

#home_other_coating .home_other_coating-block .home_other_coating-box .home_other_coating-box-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

#home_other_coating .home_other_coating-list {
  margin-bottom: 100px;
}

#home_other_coating .home_other_coating-list h2 {
  font-size: 23px;
  color: #305C30;
  margin-bottom: 30px;
}

#home_other_coating .home_other_coating-list .home_other_coating-list-block {
  display: flex;
}

#home_other_coating .home_other_coating-list .home_other_coating-list-block .home_other_coating-list-box {
  width: calc((100% - 90px) / 4);
  min-width: 200px;
  margin-right: 30px;
  padding: 30px;
  border: 1px solid #004A37;
}

#home_other_coating .home_other_coating-list .home_other_coating-list-block .home_other_coating-list-box:last-child {
  margin-right: 0;
}

#home_other_coating .home_other_coating-list .home_other_coating-list-block .home_other_coating-list-box h3 {
  font-size: 20px;
  color: #fff;
  background-color: #305C30;
  padding: 5px;
  text-align: center;
  margin-bottom: 20px;
}

#home_other_coating .home_other_coating-list .home_other_coating-list-block .home_other_coating-list-box p {
  font-size: 18px;
  line-height: 1.55;
  color: #305C30;
}

.home_other_coating-title-normal h3 {
  font-size: 25px;
  color: #305C30;
  padding-bottom: 10px;
  border-bottom: 1px solid #004A37;
  margin-bottom: 50px;
}

#home_other_coating .home_other_coating-coating {
  margin-bottom: 100px;
}

#home_other_coating .home_other_coating-coating .home_other_coating-coating-block {
  display: flex;
  width: 100%;
}

#home_other_coating .home_other_coating-coating .home_other_coating-coating-block .home_other_coating-coating-block-text h3 {
  font-size: 25px;
  line-height: 1.7;
  color: #305C30;
  margin-bottom: 50px;
}

#home_other_coating .home_other_coating-coating .home_other_coating-coating-block .home_other_coating-coating-block-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #231815;
  margin-bottom: 100px;
}


/* アコーディオンメニュー */
#home_other_coating .home_floor_coating-qa ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#home_other_coating .home_floor_coating-qa ul li {
  width: 575px;
  margin-right: auto;
}

#home_other_coating .home_floor_coating-qa .accordion {
  margin-inline: 0;
  border-bottom: 1px solid #004A37;
  width: 100%;
}

#home_other_coating .home_floor_coating-qa .accordion[open] {
  padding-bottom: 20px;
}

#home_other_coating .home_floor_coating-qa .accordion:nth-child(2n) {
  margin-right: 0;
}

#home_other_coating .home_floor_coating-qa .accordion_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  width: 100%;
  cursor: pointer;
  padding-bottom: 20px;
  color: #305C30;
  font-size: 18px;
}

#home_other_coating .home_floor_coating-qa summary.accordion_title::-webkit-details-marker {
  display: none;
}

#home_other_coating .home_floor_coating-qa .accordion_title::before {
  /* content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none; */
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 1px;
  background: #004A37;
  transform: translateY(-50%);
}

#home_other_coating .home_floor_coating-qa .accordion_title::after {
  content: "";
  position: absolute;
  top: 50%;
  /* 8px+12px-1px(幅2pxの半分) */
  right: 19px;
  width: 1px;
  height: 24px;
  background: #004A37;
  transform: translateY(-50%);
  transition: .5s;
}

#home_other_coating .home_floor_coating-qa .accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}

#home_other_coating .home_floor_coating-qa .accordion .accordion_contents p {
  font-size: 16px;
  line-height: 1.6;
  color: #231815;
  margin-top: 20px;
}

#home_other_coating .home_floor_coating-qa .accordion .accordion_contents .qa-gray {
  font-size: 15px;
  line-height: 1.7;
  color: #898989;
  margin-top: 20px;
  /* padding-bottom: 10px; */
}

#home_other_coating .home_floor_coating-qa .accordion .accordion_contents>*:first-of-type {
  margin-top: 0;
}

#home_other_coating .home_floor_coating-qa .accordion .accordion_contents>*:last-of-type {
  margin-bottom: 0;
}

#home_other_coating .home_floor_coating-qa .accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

#home_other_coating .home_floor_coating-qa .accordion[open] .accordion_title:after {
  /* content: "-"; */
  top: 25%;
  opacity: 0;
  transform: rotate(90deg);
}

#home_other_coating .home_floor_coating-qa {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* アコーディオンメニューここまで */

#home_other_coating .home_other_coating-coating .home_other_coating-coating-block-img {
  margin-left: auto;
}

#home_other_coating .home_other_coating-coating .home_other_coating-coating-block-img img {
  width: 485px;
}

#home_other_coating .home_other_coating-crosscoating .home_other_coating-crosscoating-img-block {
  display: flex;
}

#home_other_coating .home_other_coating-crosscoating .home_other_coating-crosscoating-img-block img {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}

#home_other_coating .home_other_coating-crosscoating .home_other_coating-crosscoating-list-block {
  margin: 50px auto 80px;
  width: 100%;
}

#home_other_coating .home_other_coating-crosscoating .home_other_coating-crosscoating-list-block ul {
  display: flex;
  flex-wrap: wrap;
}

#home_other_coating .home_other_coating-crosscoating .home_other_coating-crosscoating-list-block ul li {
  width: calc((100% - 50px) / 2);
  margin-right: 50px;
  font-size: 16px;
  color: #231815;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #9FA0A0;
}

#home_other_coating .home_other_coating-crosscoating .home_other_coating-crosscoating-list-block ul li:nth-child(2n) {
  margin-right: 0;
}

#home_other_coating .home_other_coating-crosscoating .home_other_coating-crosscoating-list-block ul li .home_other_coating-green {
  color: #004A37;
}

#home_other_coating .home_other_coating-crosscoating .home_floor_coating-qa ul li {
  width: 48%;
  margin-bottom: 50px;
}

#home_other_coating .home_other_coating-crosscoating .home_floor_coating-qa ul li:last-child {
  margin-bottom: 0;
}


.home_interior_options-window-bg {
  background-color: rgba(48, 92, 48, 0.1);
  margin: 0 calc(50% - 56vw);
  width: 100vw;
  margin-top: -8.5%;
  padding-top: 100px;
  padding-bottom: 90px;
}

.home_interior_options-window {
  width: 100%;
  max-width: calc(1200px + 300px);
  margin: auto;
  padding-left: 300px;
}

#home_interior_options .home_interior_options-window .home_interior_options-window-title {
  font-size: 23px;
  color: #305C30;
  margin-bottom: 30px;
}

#home_interior_options .home_interior_options-window .home_interior_options-window-mainimg {
  width: 100%;
  margin-bottom: 50px;
}

/* スライドここから */

#home_interior_options .multi-swiper {
  width: 100%;
}

#home_interior_options .swiper-slide {
  width: 468px !important;
  height: 468px;
  background-color: #305C30;
}

#home_interior_options .swiper-slide .slide-box {
  display: flex;
}

#home_interior_options .swiper-slide .slide-box .slide-textbox {
  width: 70px;
  padding: 20px;
  color: #fff;
  background-color: #305C30;
}

#home_interior_options .swiper-slide .slide-box .slide-textbox p {
  font-size: 23px;
  margin-bottom: 10px;
}

#home_interior_options .swiper-slide .slide-box .slide-textbox .vertical-rl {
  font-size: 20px;
  writing-mode: vertical-rl;
}


#home_interior_options .swiper-slide .slide-box img {
  width: 400px;
  height: 250px;
  object-fit: cover;
}

#home_interior_options .swiper-slide .slide-description {
  padding: 30px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

#home_interior_options .swiper-pagination {
  position: initial;
  margin-top: 40px;
  margin-bottom: 100px;
}

#home_interior_options .swiper-pagination-bullet-active {
  background: #898989;
}

#home_interior_options .swiper-button-prev:after,
#home_interior_options .swiper-button-next:after {
  font-size: 20px;
  color: #305C30;
}

#home_interior_options .swiper-button-prev {
  bottom: 14%;
  top: initial;
  left: 500px;
}

#home_interior_options .swiper-button-next {
  bottom: 14%;
  top: initial;
  right: 500px;
}

/* スライドここまで */


#home_interior_options .home_interior_options-window-order {
  display: flex;
}

#home_interior_options .tab {
  margin-top: 50px;
  width: 100%;
}

#home_interior_options .tab__buttons {
  width: 290px;
  margin-right: auto;
}

#home_interior_options .tab__button {
  width: 290px;
  margin-bottom: 20px;
  cursor: pointer;
  color: #fff;
  background-color: #305C30;
  padding: 15px;
  font-size: 20px;
}

.tab__button.is-active {
  border: 1px solid #305C30 !important;
  background-color: #FFF !important;
  color: #305C30 !important;
}

#home_interior_options .tab__contents {
  padding: 50px;
  background-color: #fff;
  position: relative;
  width: 840px;
}

#home_interior_options .tab__contents::after {
  content: "";
  position: absolute;
  background-color: #004A37;
  width: 100%;
  height: 100%;
  z-index: -1;
  right: -10px;
  top: -10px;
}

#home_interior_options .home_interior_options-window-order-content h2 {
  font-size: 20px;
  text-align: center;
  color: #305C30;
  width: 200px;
  padding-bottom: 10px;
  margin: 0 auto 30px;
  border-bottom: 1px solid #004A37;
}

#home_interior_options .home_interior_options-window-order-content h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #336633;
  text-align: center;
  margin-bottom: 30px;
}

#home_interior_options .home_interior_options-window-order-content p {
  font-size: 16px;
  color: #231815;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}

#home_interior_options .home_interior_options-window-order-content .home_interior_options-window-order-content-imgbox {
  display: flex;
}

#home_interior_options .home_interior_options-window-order-content .home_interior_options-window-order-content-imgbox img {
  width: 350px;
  height: 240px;
  margin-right: auto;
}

#home_interior_options .home_interior_options-window-order-content .home_interior_options-window-order-content-imgbox img:last-child {
  margin-right: 0;
}

#home_interior_options .tab__item {
  display: none;
}

#home_interior_options .tab__item.is-active {
  display: block;
}

#home_interior_options .tab__item img {
  aspect-ratio: 100 / 100;
  width: 100%;
}

#home_interior_coordinate .section-inner {
  padding-top: 0;
}

#home_interior_coordinate .home_interior_coordinate-imgblock {
  display: flex;
  width: 100%;
}

#home_interior_coordinate .home_interior_coordinate-imgblock .home_interior_coordinate-imgbox {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}

#home_interior_coordinate .home_interior_coordinate-imgblock .home_interior_coordinate-imgbox:last-child {
  margin-right: 0;
}

#home_interior_coordinate .home_interior_coordinate-imgblock .home_interior_coordinate-imgbox img {
  width: 100%;
}

#home_interior_coordinate .home_interior_coordinate-imgblock .home_interior_coordinate-imgbox h2 {
  font-size: 25px;
  color: #305C30;
  margin: 30px 0;
}

#home_interior_coordinate .home_interior_coordinate-imgblock .home_interior_coordinate-imgbox p {
  font-size: 16px;
  line-height: 1.6;
  color: #231815;
}

/* comingsoon用ここから */
#home_real_estate .section-inner {
  padding-top: 0;
  padding-bottom: 0;
}

#home_real_estate .comingsoon-bg {
  background-color: #305C30;
  padding: 100px 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

#home_real_estate .comingsoon {
  font-size: 35px;
  color: #fff;
  margin-top: 45px;
  text-align: center;
}

#home_real_estate .comingsoon-bg .section-title {
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

#home_real_estate .comingsoon-bg .section-title .section-title-jp {
  color: #fff;
}

/* comingsoon用ここまで */

#home_works .gray {
  color: #898989;
  font-size: 16px;
  margin-bottom: 10px;
}

#home_works .home_works-block {
  display: flex;
  flex-wrap: wrap;
}

#home_works .home_works-block .home_works-listbox {
  width: calc((100% - 40px) / 2);
}

#home_works .home_works-block .home_works-listbox:first-child {
  margin-right: 40px;
}

#home_works .home_works-block .home_works-list {
  margin-bottom: 60px;
}

#home_works .home_works-block .home_works-listbox .home_works-list:last-child {
  margin-bottom: 0;
}

#home_works .home_works-block .home_works-list h2 {
  font-size: 18px;
  line-height: 1.66;
  color: #305C30;
  padding-bottom: 20px;
  border-bottom: 1px solid #305C30;
  margin-bottom: 20px;
  font-weight: normal;
}

#home_works .home_works-block .home_works-list ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #231815;
}


#home_gallery .home_other_coating-title {
  height: 300px;
  margin-bottom: -200px;
  padding-top: 40px;
}

#home_gallery .width-reset {
  width: 100%;
  max-width: calc(1200px + 300px);
  margin: auto;
  padding-left: 300px;
}

/* 006 */
#home_gallery .button006 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: 70px;
  max-width: 140px;
  padding: 0;
  color: #231815;
  transition: 0.3s ease-in-out;
  font-size: 18px;
}

#home_gallery .button006 a:before {
  content: '';
  position: absolute;
  top: calc(100% - 8px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(40deg);
  width: 12px;
  height: 1px;
  background-color: #231815;
  transition: 0.3s;
}

#home_gallery .button006 a:after {
  content: '';
  position: absolute;
  bottom: 5px;
  right: -2em;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #231815;
  transition: 0.3s;
}

#home_gallery .button006 a:hover:before,
#home_gallery .button006 a:hover:after {
  right: -2.5em;
}

#home_gallery .button006 a:hover {
  color: #231815;
}

/* スライドここから */

#home_gallery .multi-swiper {
  width: 100%;
}

#home_gallery .swiper-slide {
  width: 468px !important;
  height: auto;
  background-color: #305C30;
}

#home_gallery .swiper-slide img {
  width: 468px;
  height: auto;
}

#home_gallery .swiper-slide .textbox {
  padding: 30px;
  background-color: #305C30;
}

#home_gallery .swiper-slide .textbox .slide-dey {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

#home_gallery .swiper-slide .textbox .slide-dey-title {
  font-size: 20px;
  color: #fff;
}

#home_gallery .swiper-pagination {
  position: initial;
  margin-top: 40px;
  margin-bottom: 0px;
}

#home_gallery .swiper-pagination-bullet-active {
  background: #898989;
}

#home_gallery .swiper-button-prev:after,
#home_gallery .swiper-button-next:after {
  font-size: 20px;
  color: #305C30;
}

#home_gallery .swiper-button-prev {
  bottom: -10px;
  top: initial;
  left: 500px;
}

#home_gallery .swiper-button-next {
  bottom: -10px;
  top: initial;
  right: 500px;
}

/* スライドここまで */


#home_company .home_company-block {
  background-color: #fff;
  padding: 100px;
  width: 100%;
}

#home_company table {
  border-collapse: collapse;
}

#home_company table tr {
  border-bottom: 1px dashed #9FA0A0;
}

#home_company table tr th {
  width: 30%;
  font-size: 16px;
  color: #305C30;
  padding: 20px 0;
}

#home_company table tr td {
  font-size: 16px;
  color: #231815;
  padding: 20px 0;
  line-height: 1.6;
}

#home_company .home_other_coating-title-normal {
  margin-top: 100px;
}

#home_company .home_interior_options-window-bg {
  padding-bottom: 180px;
}

#home_company .access {
  margin-bottom: -170px;
  width: 100%;
  max-width: calc(1200px + 300px);
  margin: -180px auto 0;
}

@media (max-width: 2260px) {
  /* #home_floor_coating .home_floor_coating-block img {
    width: 30%;
    margin-top: -5%;
  } */
}

@media (max-width: 1900px) {
  /* #home_floor_coating .home_floor_coating-block {
    margin: -8.5% calc(50% - 58vw) 160px;
  } */
}

@media (max-width: 1650px) {
  /* #home_floor_coating .home_floor_coating-block {
    margin: -8.5% calc(50% - 59vw) 160px;
  } */

  #home_gallery .button006 a {
    margin-right: 90px;
  }
}

@media (max-width: 1550px) {
  #home_gallery .swiper-button-next {
    right: 420px;
  }

  #home_gallery .swiper-button-prev {
    left: 420px;
  }
}

@media (max-width: 1500px) {
  /* #home_floor_coating .home_floor_coating-block {
    margin: -10% calc(50% - 60vw) 160px;
  }

  #home_floor_coating .home_floor_coating-block img {
    width: 30%;
    margin-top: -5%;
  } */

  #home_business .home_business-block .home_business-box img {
    width: auto;
    height: 70px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 1480px) {
  /* #home_floor_coating .home_floor_coating-block p {
    max-width: calc(1000px + 300px);
  } */
}

@media (max-width: 1440px) {

  #home_business .home_business-block .home_business-box {
    width: 160px;
    height: 160px;
    padding: 30px 0 20px;
  }

  #home_business .home_business-block .home_business-box::after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #ffffff;
    right: 4px;
  }

  #home_business .home_business-block .home_business-box img {
    height: 50px;
  }

  #home_business .home_business-block .home_business-box .home_business-en {
    font-size: 12.5px;
  }

  #home_business .home_business-block .home_business-box .home_business-ja {
    font-size: 10px;
  }

  /* 
  #home_floor_coating .home_floor_coating-block {
    margin-top: -10%;
  }

  #home_floor_coating .home_floor_coating-block p {
    font-size: 15PX;
    max-width: calc(1000px + 300px);
    padding-right: 380px;
  }

  #home_floor_coating .home_floor_coating-block img {
    width: 380px;
    height: auto;
    margin-top: -4%;
    position: absolute;
    right: 0;
  } */


  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .fs-30 {
    font-size: 16.5px;
  }

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .fs-20 {
    font-size: 16.5px;
  }

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .fs-25 {
    font-size: 16.5px;
  }

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 {
    width: 65%;
  }

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .merit-item {
    height: auto;
    padding: 20px;
  }

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .merit-item:nth-child(even)::before {
    height: 95%;
  }

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .merit-item::after {
    width: 95%;
  }

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .merit-item .merit-item-title {
    font-size: 16.5px;
  }

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .merit-item p {
    font-size: 15px;
  }

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-02 p {
    font-size: 15px;
  }

  #home_floor_coating .accordion_title {
    font-size: 15px;
  }

  #home_floor_coating .accordion .accordion_contents p {
    font-size: 15px;
  }

  #home_floor_coating .accordion .accordion_contents .qa-gray {
    font-size: 12.5px;
  }

  #home_floor_coating .accordion_title::before {
    width: 20px;
  }

  #home_floor_coating .accordion_title::after {
    height: 20px;
  }


  .home_other_coating-title {
    margin-top: -10%;
  }

  .home_other_coating-title h3 {
    font-size: 17.5px;
  }

  #home_other_coating .home_other_coating-title h3::after {
    width: 70%;
    max-width: calc(1000px + 300px);
    margin: auto;
    padding-left: 300px;
  }

  #home_other_coating .home_other_coating-block .home_other_coating-box {
    height: auto;
  }

  #home_other_coating .home_other_coating-block .home_other_coating-box img {
    height: 170px;
    width: auto;
  }

  #home_other_coating .home_other_coating-block .home_other_coating-box .home_other_coating-box-text h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  #home_other_coating .home_other_coating-block .home_other_coating-box .home_other_coating-box-text p {
    font-size: 10px;
  }

  #home_other_coating .home_other_coating-list h2 {
    font-size: 17.5px;
  }

  #home_other_coating .home_other_coating-list .home_other_coating-list-block .home_other_coating-list-box {
    padding: 15px;
  }

  #home_other_coating .home_other_coating-list .home_other_coating-list-block .home_other_coating-list-box h3 {
    font-size: 12.5px;
    margin-bottom: 10PX;
  }

  #home_other_coating .home_other_coating-list .home_other_coating-list-block .home_other_coating-list-box p {
    font-size: 10PX;
  }

  .home_other_coating-title-normal h3 {
    font-size: 17.5px;
  }

  #home_other_coating .home_other_coating-coating .home_other_coating-coating-block .home_other_coating-coating-block-text h3 {
    font-size: 16px;
  }

  #home_other_coating .home_other_coating-coating .home_other_coating-coating-block .home_other_coating-coating-block-text p {
    font-size: 15px;
  }

  #home_other_coating .home_other_coating-coating .home_other_coating-coating-block-img img {
    width: 330px;
  }

  #home_other_coating .home_floor_coating-qa .accordion_title {
    font-size: 15px;
  }

  #home_other_coating .home_floor_coating-qa .accordion_title::before {
    width: 20px;
    right: 9px;
  }

  #home_other_coating .home_floor_coating-qa .accordion_title::after {
    height: 20px;
  }

  #home_other_coating .home_floor_coating-qa .accordion .accordion_contents p {
    font-size: 15px;
  }

  #home_other_coating .home_other_coating-crosscoating .home_other_coating-crosscoating-list-block ul li {
    font-size: 12.5px;
    margin-bottom: 15px;
  }


  .home_interior_options-window-bg {
    margin: 0 calc(50% - 60vw);
    margin-top: -10%;
  }

  .home_interior_options-window {
    width: 100%;
    max-width: calc(1000px + 300px);
    margin: auto;
    padding-left: 300px;
  }

  #home_interior_options .home_interior_options-window .home_interior_options-window-title {
    font-size: 17.5px;
  }

  #home_interior_options .swiper-slide {
    width: 335px !important;
    height: auto;
  }

  #home_interior_options .swiper-slide .slide-box .slide-textbox {
    width: 50px;
    padding: 10px;
  }

  #home_interior_options .swiper-slide .slide-box .slide-textbox p {
    font-size: 17.5px;
  }

  #home_interior_options .swiper-slide .slide-box .slide-textbox .vertical-rl {
    font-size: 15px;
  }

  #home_interior_options .swiper-slide .slide-box img {
    width: 286px;
    height: 178px;
  }

  #home_interior_options .swiper-pagination {
    margin-top: 20px;
  }

  #home_interior_options .swiper-button-next {
    bottom: 14%;
    top: initial;
    right: 420px;
  }

  #home_interior_options .swiper-button-prev {
    bottom: 14%;
    top: initial;
    left: 420px;
  }

  #home_interior_options .tab__buttons {
    width: 200px;
  }

  #home_interior_options .tab__button {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 12px;
  }

  #home_interior_options .tab__contents {
    width: 75%;
    padding: 35px;
  }

  #home_interior_options .home_interior_options-window-order-content h2 {
    font-size: 12.5px;
    width: 160px;
    margin: 0 auto 15px;
  }

  #home_interior_options .home_interior_options-window-order-content h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }

  #home_interior_options .home_interior_options-window-order-content p {
    font-size: 12.5px;
    margin-bottom: 20px;
  }


  #home_interior_coordinate .home_interior_coordinate-imgblock .home_interior_coordinate-imgbox h2 {
    font-size: 20px;
  }

  #home_interior_coordinate .home_interior_coordinate-imgblock .home_interior_coordinate-imgbox p {
    font-size: 15px;
  }


  #home_real_estate .comingsoon {
    font-size: 17.5px;
    margin-top: 20px;
  }


  #home_works .home_works-block .home_works-list h2 {
    font-size: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  #home_works .home_works-block .home_works-list ul li {
    font-size: 12.5px;
  }


  #home_gallery .button006 a {
    margin-right: 15%;
    font-size: 12.5px;
  }

  #home_gallery .swiper-slide {
    width: 335px !important;
  }

  #home_gallery .swiper-slide img {
    width: 100%;
  }

  #home_gallery .swiper-slide .textbox {
    padding: 25px;
  }

  #home_gallery .swiper-slide .textbox .slide-dey {
    font-size: 10px;
    margin-bottom: 5px;
  }

  #home_gallery .swiper-slide .textbox .slide-dey-title {
    font-size: 15px;
  }

  #home_gallery .swiper-pagination {
    margin-top: 20px;
  }

  #home_gallery .swiper-button-prev {
    left: 420px;
  }

  #home_gallery .swiper-button-next {
    right: 420px;
  }


  #home_company table tr th {
    font-size: 15px;
  }

  #home_company table tr td {
    font-size: 15px;
  }

  #home_interior_options .home_interior_options-window-order-content .home_interior_options-window-order-content-imgbox img {
    width: 47%;
    height: 220px;
  }

  #home_real_estate .comingsoon-bg {
    margin: 0 calc(50% - 60.5vw);
    padding-left: 300px;
  }

}

@media (max-width: 1280px) {
  /* #home_floor_coating .home_floor_coating-block {
    margin: -10% calc(50% - 62vw) 160px;
  }

  #home_floor_coating .home_floor_coating-block p {
    padding-right: 420px;
  } */

  #home_interior_options .swiper-button-prev,
  #home_gallery .swiper-button-prev {
    left: 390px;
  }

  #home_interior_options .swiper-button-next,
  #home_gallery .swiper-button-next {
    right: 390px;
  }

}

@media (max-width: 1024px) {

  #main-visual__top .text-overlay {
    transform: translate(-50%, -50%);
  }

  #home_business .home_business-block .home_business-box img {
    margin-bottom: 25px;
  }


  /* #home_floor_coating .home_floor_coating-block {
    margin-top: -11%;
    margin: -11% calc(50% - 50vw) 160px;

    display: flex;
    flex-direction: column-reverse;
  }

  #home_floor_coating .home_floor_coating-block p {
    max-width: 1200px;
    margin-right: auto;
    margin-left: 5%;
    padding: 0;
    position: relative;
    width: 50%;
    z-index: 2;
  } */

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-02 {
    width: 30%;
  }

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-02 img {
    width: 100%;
    margin-bottom: 20px;
  }


  .home_other_coating-title {
    margin: 0 calc(50% - 50vw);
    margin-top: -11%;
    margin-bottom: -50px;
  }

  .home_other_coating-title h3 {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
    z-index: 2;
    padding-left: 0;
  }

  #home_other_coating .home_other_coating-title h3::after {
    width: 100%;
  }

  #home_other_coating .home_other_coating-block .home_other_coating-box .home_other_coating-box-text {
    padding: 20px;
  }


  .home_interior_options-window-bg {
    margin: 0 calc(50% - 50vw);
    margin-top: -11%;
  }

  .home_interior_options-window {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
    z-index: 2;
    padding-left: 0;
  }

  #home_real_estate .comingsoon-bg {
    margin: 0 calc(50% - 50vw);
    padding-left: 0px;
  }

  #home_interior_options .swiper-pagination {
    margin-bottom: 50px;
  }

  #home_interior_options .swiper-button-prev {
    bottom: 7%;
    top: initial;
    left: 0;
    margin: 0 calc(100% - 53vw);
  }

  #home_interior_options .swiper-button-next {
    bottom: 7%;
    top: initial;
    right: 0;
    margin: 0 calc(100% - 53vw);
  }

  #home_gallery .swiper-button-prev {
    left: 0;
    margin: 0 calc(100% - 53vw);
  }

  #home_gallery .swiper-button-next {
    right: 0;
    margin: 0 calc(100% - 53vw);
  }

}

@media (max-width: 820px) {

  #home_business .home_business-block {
    display: flex;
    flex-wrap: wrap;
  }

  #home_business .home_business-block .home_business-box {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  #home_business .home_business-block .home_business-box:last-child {
    margin-bottom: 0;
  }


  /* #home_floor_coating .home_floor_coating-block {
    margin: -14% calc(50% - 50vw) 160px;
  }

  #home_floor_coating .home_floor_coating-block img {
    width: 335px;
  } */


  .home_other_coating-title {
    margin: -14% calc(50% - 50vw) -50px;
    margin-bottom: -50px;
  }

  #home_other_coating .home_other_coating-block .home_other_coating-box .home_other_coating-box-text {
    padding: 15px;
  }

  #home_other_coating .home_other_coating-list .home_other_coating-list-block .home_other_coating-list-box {
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
  }

  #home_other_coating .home_other_coating-coating-block-text {
    width: 60%;
  }

  #home_other_coating .home_other_coating-coating .home_other_coating-coating-block-img img {
    width: 90%;
    margin-left: auto;
    display: block;
  }

  #home_other_coating .home_other_coating-coating .home_other_coating-coating-block .home_other_coating-coating-block-text p {
    margin-bottom: 50px;
  }

  #home_other_coating .home_other_coating-crosscoating .home_other_coating-crosscoating-list-block {
    margin: 50px auto 50px;
    width: 100%;
  }


  .home_interior_options-window-bg {
    margin: 0 calc(50% - 50vw);
    margin-top: -14%;
  }

  #home_interior_options .tab__buttons {
    width: 160px;
  }

  #home_interior_options .home_interior_options-window-order-content .home_interior_options-window-order-content-imgbox img {
    width: calc((100% - 20px) / 2);
    height: 189px;
    margin-right: 20px;
  }

}

@media (max-width: 768px) {

  #home_other_coating .home_other_coating-block {
    display: block;
  }

  #home_other_coating .home_other_coating-block .home_other_coating-box {
    width: 100%;
    margin-bottom: 15px;
  }

  #home_other_coating .home_other_coating-block .home_other_coating-box:nth-child(3) {
    margin-bottom: 15px;
  }

  #home_other_coating .home_other_coating-block .home_other_coating-box:last-child {
    margin-bottom: 0;
  }

  #home_other_coating .home_other_coating-block .home_other_coating-box .home_other_coating-box-text {
    width: 100%;
  }

  #home_other_coating .home_other_coating-list .home_other_coating-list-block {
    flex-wrap: wrap;
  }

  #home_other_coating .home_other_coating-list .home_other_coating-list-block .home_other_coating-list-box {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 15px;
  }

  #home_other_coating .home_other_coating-list .home_other_coating-list-block .home_other_coating-list-box:nth-child(2n) {
    margin-right: 0;
  }

  #home_other_coating .home_other_coating-list .home_other_coating-list-block .home_other_coating-list-box:nth-child(3),
  #home_other_coating .home_other_coating-list .home_other_coating-list-block .home_other_coating-list-box:nth-child(4) {
    margin-bottom: 0;
  }

}

@media (max-width:430px) {

  #home_works .gray {
    color: #898989;
    font-size: 12.5px;
    margin-bottom: 5px;
  }

  #main-visual__top .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    padding: 10px 20px;
    border-radius: 5px;
    width: 50%;
  }

  .section-title {
    margin: 0 auto 20px;
  }

  #main-visual__top .text-overlay h1 {
    writing-mode: vertical-rl;
    text-indent: -2em;
    font-size: 30px;
    text-shadow: 0px 0px 12px #416B33;
    font-weight: lighter;
  }

  #main-visual__top .text-overlay h1 .fs-60 {
    font-size: 40px;
  }

  #main-visual__top .text-overlay h1 .fs-70 {
    font-size: 47px;
  }


  #home_business .home_business-block .home_business-box {
    margin-right: 15px;
    width: calc((100% - 15px) / 2);
  }

  #home_business .home_business-block .home_business-box:nth-child(2n) {
    margin-right: 0;
  }

  #container .home_floor_coating-pc {
    display: none;
  }

  #container .home_floor_coating-sp {
    display: block;
  }

  /* #home_floor_coating .home_floor_coating-block {
    margin: -14% calc(50% - 50vw) -100px;
    height: 158px;
  }

  #home_floor_coating .home_floor_coating-block-inner {
    position: relative;
    z-index: 99;
  }

  #home_floor_coating .home_floor_coating-block-inner p {
    font-size: 15px;
    color: #231815;
    line-height: 1.5;
    margin: 25px 0 50px;
  } */


  #home_floor_coating .home_floor_coating-maritblock {
    display: block;
  }

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 {
    width: 100%;
  }

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .merit-itembox {
    display: block;
  }

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .merit-item {
    width: 100%;
    padding: 20px 0;
  }

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .merit-item:nth-child(2n)::before {
    content: none;
  }

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-01 .merit-item::after {
    width: 100%;
  }

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-02 {
    width: 100%;
    margin-top: 25px;
  }

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-02 .home_floor_coating-marit-box-block {
    display: flex;
  }

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-02 .home_floor_coating-marit-box-block img {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 15px;
  }

  #home_floor_coating .home_floor_coating-maritblock .home_floor_coating-marit-box-02 .home_floor_coating-marit-box-block img:last-child {
    margin-right: 0;
  }

  #home_floor_coating .home_floor_coating-maritblock {
    margin-bottom: 50px;
  }

  #home_floor_coating ul {
    display: block;
  }

  #home_floor_coating ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  #home_floor_coating ul li:last-child {
    margin-bottom: 0;
  }

  #home_floor_coating .accordion_title {
    padding-bottom: 10px;
  }

  #home_floor_coating .accordion .accordion_contents>*:first-of-type {
    margin-top: 20px;
  }

  #home_floor_coating .accordion .accordion_contents .qa-gray {
    margin-top: 40px;
  }

  #home_floor_coating .accordion[open] {
    padding-bottom: 15px;
  }

  #home_floor_coating .accordion_title::after {
    right: 18px;
  }


  .home_other_coating-title {
    margin: -14% calc(50% - 50vw) -50px;
    margin-bottom: -40px;
  }

  .home_other_coating-title {
    padding: 60px 0;
  }

  #home_other_coating .home_other_coating-block .home_other_coating-box img {
    height: 114px;
  }

  #home_other_coating .home_other_coating-block .home_other_coating-box .home_other_coating-box-text h2 {
    margin-bottom: 5px;
  }

  #home_other_coating .home_other_coating-list h2 {
    margin-bottom: 20px;
  }

  #home_other_coating .home_other_coating-list .home_other_coating-list-block {
    display: flex;
    flex-wrap: wrap;
  }

  #home_other_coating .home_other_coating-list .home_other_coating-list-block .home_other_coating-list-box {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 15px;
    min-width: 0;
  }

  #home_other_coating .home_other_coating-list .home_other_coating-list-block .home_other_coating-list-box:nth-child(2n) {
    margin-right: 0;
  }

  #home_other_coating .home_other_coating-list .home_other_coating-list-block .home_other_coating-list-box:nth-child(3),
  #home_other_coating .home_other_coating-list .home_other_coating-list-block .home_other_coating-list-box:nth-child(4) {
    margin-bottom: 0;
  }

  #home_other_coating .home_other_coating-list {
    margin-bottom: 50px;
  }


  #home_other_coating .home_other_coating-coating .home_other_coating-coating-block {
    display: block;
  }

  #home_other_coating .home_other_coating-coating-block-text {
    width: 100%;
  }

  .home_other_coating-title-normal h3 {
    margin-bottom: 20px;
  }

  #home_other_coating .home_other_coating-coating .home_other_coating-coating-block .home_other_coating-coating-block-text h3 {
    margin-bottom: 25px;
  }

  #home_other_coating .home_other_coating-coating .home_other_coating-coating-block-img img {
    width: 100%;
    margin-bottom: 25px;
  }

  #home_other_coating .home_other_coating-coating .home_other_coating-coating-block .home_other_coating-coating-block-text p {
    margin-bottom: 40px;
  }

  #home_other_coating .home_floor_coating-qa .accordion_title {
    padding-bottom: 10px;
  }

  #home_other_coating .home_floor_coating-qa .accordion .accordion_contents>*:last-of-type {
    margin-top: 20px;
  }

  #home_other_coating .home_floor_coating-qa .accordion[open] {
    padding-bottom: 15px;
  }

  #home_other_coating .home_other_coating-coating {
    margin-bottom: 50px;
  }

  #home_other_coating .home_other_coating-crosscoating .home_other_coating-crosscoating-img-block img {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }

  #home_other_coating .home_other_coating-crosscoating .home_other_coating-crosscoating-list-block {
    margin: 25px auto 50px;
    width: 100%;
  }

  #home_other_coating .home_other_coating-crosscoating .home_other_coating-crosscoating-list-block ul {
    display: block;
  }

  #home_other_coating .home_other_coating-crosscoating .home_other_coating-crosscoating-list-block ul li {
    width: 100%;
  }

  #home_other_coating .home_other_coating-crosscoating .home_other_coating-crosscoating-list-block ul li:last-child {
    margin-bottom: 0
  }


  #home_other_coating .home_other_coating-crosscoating .home_floor_coating-qa ul li {
    width: 100%;
    margin-bottom: 25px;
  }


  .home_interior_options-window-bg {
    margin-top: -14%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #home_interior_options .home_interior_options-window .home_interior_options-window-title {
    margin-bottom: 25px;
  }

  #home_interior_options .home_interior_options-window .home_interior_options-window-mainimg {
    margin-bottom: 25px;
  }


  #home_interior_options .swiper-slide .slide-description {
    font-size: 12.5px;
    padding: 20px;
  }

  #home_interior_options .swiper-slide .slide-box img {
    width: 320px;
    height: auto;
    margin-left: auto;
  }

  #home_interior_options .swiper-slide {
    width: 100% !important;
  }

  #home_interior_options .swiper-slide .slide-box .slide-textbox {
    width: auto;
    margin: 0 auto;
  }

  #home_interior_options .swiper-button-prev {
    bottom: 8%;
    top: initial;
    left: 0;
    margin: 0 calc(100% - 60vw);
    display: none;
  }

  #home_interior_options .swiper-button-next {
    bottom: 8%;
    top: initial;
    right: 0;
    margin: 0 calc(100% - 60vw);
    display: none;
  }

  #home_interior_options .tab {
    margin-top: 0;
  }

  #home_interior_options .home_interior_options-window-order {
    display: block;
  }

  #home_interior_options .tab__buttons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }

  #home_interior_options .tab__button {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 10px;
  }

  #home_interior_options .tab__button:nth-child(2n) {
    margin-right: 0;
  }

  #home_interior_options .tab__button:nth-child(5),
  #home_interior_options .tab__button:nth-child(6) {
    margin-bottom: 0;
  }

  #home_interior_options .tab__contents {
    width: 99%;
    padding: 15px;
  }

  #home_interior_options .home_interior_options-window-order-content p {
    margin-bottom: 15px;
  }


  #home_interior_options .home_interior_options-window-order-content .home_interior_options-window-order-content-imgbox {
    justify-content: center;
  }

  #home_interior_options .home_interior_options-window-order-content .home_interior_options-window-order-content-imgbox img {
    width: 137.5px;
    height: 94px;
    margin-right: 10px;
  }

  #home_interior_options .tab__contents::after {
    content: "";
    position: absolute;
    background-color: #004A37;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: -5px;
    top: -5px;
  }


  #home_interior_coordinate .home_interior_coordinate-imgblock {
    display: block;
  }

  #home_interior_coordinate .home_interior_coordinate-imgblock .home_interior_coordinate-imgbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  #home_interior_coordinate .home_interior_coordinate-imgblock .home_interior_coordinate-imgbox:last-child {
    margin-bottom: 0;
  }

  #home_interior_coordinate .home_interior_coordinate-imgblock .home_interior_coordinate-imgbox h2 {
    margin: 15px 0;
  }


  #home_real_estate .comingsoon-bg {
    padding: 50px 0;
    margin: 0 calc(50% - 50vw);
  }


  #home_works .home_works-block {
    display: block;
  }

  #home_works .home_works-block .home_works-listbox {
    width: 100%;
  }

  #home_works .home_works-block .home_works-listbox:first-child {
    margin-right: 0;
  }

  #home_works .home_works-block .home_works-listbox .home_works-list:last-child {
    margin-bottom: 50px;
  }

  #home_works .home_works-block .home_works-listbox-2 .home_works-list:last-child {
    margin-bottom: 0px;
  }

  #home_works .home_works-block .home_works-list {
    margin-bottom: 50px;
  }

  #home_works .home_works-block .home_works-list h2 {
    font-size: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }


  #home_gallery .swiper-button-prev {
    left: 0;
    margin: 0 calc(100% - 60vw);
    bottom: -13px;
    display: none;
  }

  #home_gallery .swiper-button-next {
    right: 0;
    margin: 0 calc(100% - 60vw);
    bottom: -13px;
    display: none;
  }

  #home_gallery .swiper-slide {
    width: 100% !important;
  }


  #home_gallery .home_other_coating-title {
    height: 250px;
    margin-bottom: -190px;
    padding-top: 0;
  }

  #home_gallery .button006 a {
    margin-right: 109px;
    font-size: 12.5px;
    padding-right: 40px;
    width: 120px;
    margin-left: -30px;
    margin-top: 25px;
  }

  #home_gallery .button006 a:before {
    right: 0;
  }

  #home_gallery .button006 a:after {
    right: 0;
  }

  #home_company .home_company-block {
    background-color: #fff;
    padding: 25px 20px 25px;
    width: 100%;
  }

  #home_company table tr {
    display: grid;
    margin-bottom: 15px;
  }

  #home_company table tr:last-child {
    margin-bottom: 0;
  }

  #home_company table tr th {
    padding-bottom: 15px;
    padding-top: 0;
  }

  #home_company table tr td {
    font-size: 15px;
    padding: 0 0 15px;
  }

  #home_company .home_other_coating-title-normal {
    margin-top: 50px;
  }

  #home_company .access {
    height: 250px;
  }

}

@media (max-width:412px) {
  #home_gallery .button006 a {
    margin-right: 109px;
    font-size: 12.5px;
    padding-right: 40px;
    width: 120px;
    margin-left: -50px;
    margin-top: 25px;
  }

  #home_other_coating .home_other_coating-block .home_other_coating-box .home_other_coating-box-text h2 {
    margin-bottom: 5px;
    font-size: 13px;
  }

  #home_other_coating .home_other_coating-block .home_other_coating-box .home_other_coating-box-text {
    padding: 10px;
  }

  #home_other_coating .home_other_coating-block .home_other_coating-box .home_other_coating-box-text p {
    font-size: 9px;
  }

}

@media (max-width:390px) {
  #home_gallery .button006 a {
    margin-right: 109px;
    font-size: 12.5px;
    padding-right: 40px;
    width: 120px;
    margin-left: -80px;
    margin-top: 25px;
  }

  /* #home_floor_coating .home_floor_coating-block {
    margin: -15% calc(50% - 50vw) -100px;
    height: 158px;
  } */

  .home_other_coating-title {
    margin: -15% calc(50% - 50vw) -50px;
    margin-bottom: -40px;
  }

  .home_interior_options-window-bg {
    margin-top: -15%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


@media (max-width:375px) {
  #home_interior_options .swiper-slide .slide-box img {
    width: 286px;
    height: 178px;
  }
}

/*INFORMATION SECTION ------------------------*/
#home_information {
  background-color: rgba(48, 92, 48, 0.1)
}




/*CONTACT SECTION ------------------------*/
#contact {}

#contact .text_main {
  margin-bottom: 50px;
}


@media (min-width: 768px) {
  #contact .text_main {
    text-align: center;
  }
}

#contact .tbl-contact {
  max-width: none;
  margin-bottom: 30px;
}

#contact .tbl-contact tr {
  border-color: #000;
}

#contact .tbl-contact th,
#contact .tbl-contact td {
  line-height: 1.8;
  padding: 0.8em 0;
}

#contact .tbl-contact th {
  width: 15em;
  vertical-align: top;
}

#contact .tbl-contact .remarks_txt {
  margin-top: 0.5em;
}

@media (min-width: 768px) {
  #contact .tbl-contact .row-wrap {
    display: flex;
    align-items: flex-start;
  }

  #contact .tbl-contact .row-wrap>* {
    line-height: 1.4;
  }

  #contact .tbl-contact td {
    padding-left: 1em;
  }

  #contact .tbl-contact .remarks_txt {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {

  #contact .tbl-contact th,
  #contact .tbl-contact td {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  #contact .tbl-contact th {
    font-size: 1em;
    padding-bottom: 0;
  }

  #contact .tbl-contact td {
    padding-top: 0.5em;
  }

  #contact .tbl-contact th .multi.pc {
    display: none;
  }

  #contact .tbl-contact .remarks_txt {
    font-size: 0.9em;
  }
}


/*----- STER BAR -----*/
.step-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #C29B61;
  margin-bottom: 50px;
}

.step-bar .step {
  background-color: #C29B61;
  color: #FFF;
  flex: 1;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 60px;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .step-bar .step {
    font-size: 0.9em;
  }
}


.mw_wp_form_input .step-bar .step-2,
.step-bar.form_input .step-2 {
  border-right: solid 1px #C29B61;
}

.mw_wp_form_input .step-bar .step-2,
.mw_wp_form_input .step-bar .step-3,
.mw_wp_form_confirm .step-bar .step-3 {
  background-color: #FFF;
  color: #C29B61;
}

/* form box */
.form-box input[type='text'],
.form-box input[type='password'],
.form-box input[type='tel'],
.form-box input[type='email'],
.form-box input[type='number'],
.form-box select,
.form-box textarea {
  background-color: #FFF;
  border-radius: 0;
  padding: 3px 5px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  border: solid 1px #000;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100%;
}

.form-box textarea {
  background-color: #FFF;
  margin-right: 0;
  width: 100% !important;
}

.form-box input[type='file'] {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 0.8em;
}

.form-box .required {
  color: #FFF;
  background-color: #9C1F24;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1 !important;
  padding: 0.5em 0.8em;
  margin-right: 1.0em;
  white-space: nowrap;
  vertical-align: middle;
}

.form-box .link.underline {
  color: #000 !important;
  text-decoration: underline;
}

.form-box input[type='checkbox'],
.form-box input[type='radio'] {
  margin: 0 2px 0 0;
}

.form-box input[type='radio']+label {
  margin-right: 15px;
  margin-left: 5px;
  color: #5C9DB6;
}

.form-box .label {
  padding: 0 10px 0 0;
  color: #5C9DB6;
}

.form-box input+.label {
  padding-left: 10px;
}

.form-box input.input-tel {
  ime-mode: disabled;
  max-width: 4em;
  margin-right: 0;
}

.form-box input.input-zip {
  display: inline-block;
  width: auto;
  max-width: 8em;
  margin-left: 5px;
}

.form-box input.zip {
  display: inline-block;
  width: auto;
  max-width: 4em;
}

.form-box input.zip+input.zip {
  margin-left: 5px;
}

.form-box select.input-date {
  width: auto;
}

.form-box input[type="text"].input-date {
  max-width: 5em;
}

.form-box .selectbox-wrap.selectbox-wrap__date {
  display: inline-block;
}

.form-box input::placeholder {
  color: #9FA0A0;
}

.form-box textarea::placeholder {
  font-size: 0.9em;
  color: #727171;
  line-height: 1.4;
}

.form-box .mwform-radio-field {
  font-size: 1rem;
}

.form-box .mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 15px;
}

.form-box .agree-box {
  margin-bottom: 50px;
  text-align: center;
}

.form-box .agree-box .mwform-checkbox-field-text {
  font-weight: bold;
}

.form-box .item-txt {
  display: inline-block;
  margin-right: 0.5em;
}

.form-box .item {
  display: inline-block;
  width: calc(100% - 5.5em);
}

.form-box .row__addr .item-txt {
  width: 5em;
}

@media (min-width: 768px) {
  .form-box .dummy {
    display: inline-block;
    padding: 0 0.8em;
    font-size: 1.2rem;
    width: 4.6em;
  }
}

/*ボタン*/
.form-box .btn-box {
  text-align: center;
}

.form-box .btn,
.form-box .button {
  padding: 1em 2em;
  line-height: 1;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  cursor: pointer;

}

@media (min-width: 768px) {
  .form-box .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form-box .btn-box>* {
    width: auto;
    margin: 0 10px 0 0;
  }

  .form-box #submitback,
  .form-box #submitforword {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .form-box .required {
    font-size: 0.7em;
    padding: 0.5em;
  }

  .form-box .btn,
  .form-box .button {
    -webkit-appearance: none;
    padding: 0.5em 1em;
  }

  .form-box .btn-box>* {
    margin-bottom: 20px;
    width: 100%;
  }

  .form-box #btn-reset,
  .form-box #submitback .btn-back {
    margin-bottom: 20px;
  }

}

.form-box .mw_wp_form_input .selectbox-wrap.selectbox-wrap__date {
  width: 5em;
}

.form-box .mw_wp_form_input .selectbox-wrap {
  position: relative;
  border: 1px solid #000;
  background: #FFF;
}

.form-box .mw_wp_form_input .selectbox-wrap select {
  color: #000;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}

.form-box .mw_wp_form_input .selectbox-wrap select::-ms-expand {
  display: none;
}

.form-box .mw_wp_form_input .selectbox-wrap select {
  padding: 0.2em 2em 0.2em 0.5em;
}

.form-box .mw_wp_form_input .selectbox-wrap::before {
  position: absolute;
  top: 0.6em;
  right: 0.3em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.5em solid #000;
  pointer-events: none;
}

.form-box #submitback .btn,
.form-box #submitforword .btn {
  background-color: #9C1F24;
}

.form-box #btn-reset,
.form-box #submitback .btn-back {
  background-color: #CCC;
}

.form-box .mw_wp_form .error {
  padding-top: 10px;
  color: #DF0615;
}

/*[入力画面]*/
.form-box .mw_wp_form_input .txt__input {
  display: block;
}

.form-box .mw_wp_form_input .txt__confirm {
  display: none;
}

.form-box .mw_wp_form_input #submitback {
  display: none;
}

/*[確認画面]*/
.form-box .mw_wp_form_confirm .txt__input {
  display: none;
}

.form-box .mw_wp_form_confirm .txt__confirm {
  display: block;
  margin-bottom: 30px;
}

.form-box .mw_wp_form_confirm #btn-reset,
.form-box .mw_wp_form_confirm .btn[type='reset'] {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.google-recaptcha-txt {
  padding-top: 2em;
  font-size: 1.2rem;
  text-align: center;
}

.google-recaptcha-txt a:link {
  color: #C29B61;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .form-box .text {
    text-align: center;
  }

  .form-box #submitback {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {

  .form-box #submitback,
  .form-box #submitforword {
    width: 100%;
  }

  .form-box #submitback {
    margin-bottom: 10px;
  }
}

/* kiyaku */
#bl_contents_kiyaku {
  padding-bottom: 30px;
}

#bl_contents_kiyaku .bl_contents_item {
  border: solid 1px #000;
  background-color: #FFF;
  margin-bottom: 30px;
  padding: 20px;
  height: 200px;
  overflow-y: scroll;
}

#bl_contents_kiyaku .text-box {
  margin-bottom: 2em;
  font-size: 1.4rem;
}

/*----------------------------------------------------
  NEWS PAGE
----------------------------------------------------*/
.archive .footer-inner::before,
.single .footer-inner::before {
  content: none;
}

.archive .breadcrumb ul li,
.single .breadcrumb ul li {
  font-size: 16px;
}

#main-visual__news.main-visual {
  background-image: url(../img/news/img_head.png);
}

@media (max-width: 767px) {
  #main-visual__news.main-visual {
    background-image: url(../img/news/img_head_sp.png);
  }
}

#main-visual__news.main-visual .page-title-box {
  background-color: transparent;
}

#main-visual__news .main-visual-content-inner .page-title-jp,
#main-visual__news .main-visual-content-inner .page-title-en {
  color: #FFF;
}

/*POST LIST*/
.post-list-box {
  background-color: #FFFFFF;
  padding: 20px 50px 50px;
  margin-bottom: 50px;
}

.post-list .post {
  padding: 0.7em 0;
  position: relative;
  line-height: 1.6;
  text-align: left;
  border-bottom: solid 1px #231815;
}

.post-list .post .post-inner {
  display: block;
}

.post-list .post .post-info {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .post-list .post .post-info {
    margin-right: 2rem;
  }
}

@media (max-width: 767px) {
  .post-list .post .post-info {
    margin-bottom: 0.5em;
  }
}

.post-list .post .post__cat {
  display: inline-block;
  white-space: nowrap;
  font-size: 1.2rem;
  padding: 0.3em 1em;
  background-color: #305C30;
  color: #FFF;
  border-radius: 5px;
  margin-left: 1em;
}

.post-list .post .post__date {
  display: inline-block;
  color: #231815;
  font-size: 1.6rem;
  margin-bottom: 0;
  white-space: nowrap;
}

.post-list .post .post__title {
  display: block;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .post-list .post .post-inner {
    align-items: first baseline;
    display: flex;
  }

  .post-list .post .post__date {
    padding-right: 1em;
  }

  .post-list .post .post__title {}
}

@media (max-width: 767px) {
  .post-list-box {
    padding: 5%;
  }

  .post-list .post .post__date,
  .post-list .post .post__cat {
    font-size: 1.2rem;
  }

  .post-list .post .post__title {
    font-size: 1.6rem;
    padding-top: 0.3em;
  }
}

/*----- PAGER -----*/
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pager .page-numbers {
  background-color: transparent;
  border-radius: 5px;
  color: #000;
  font-size: 1.4rem;
  padding: 0.8em 1em;
  line-height: 1;
}

.pager .page-numbers:not(:last-child) {
  margin-right: 0.8em;
}

.pager .page-numbers.current {
  color: #FFF;
  background-color: #F49800;
  text-decoration: none;
}

.pager .page-numbers.prev,
.pager .page-numbers.next {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.pager .page-numbers.prev {
  margin-right: 0.8em;
}

.pager .page-numbers.next {
  margin-left: 0.8em;
}

@media (max-width: 767px) {
  .pager .page-numbers {
    font-size: 1.2rem;
  }
}


/*----- ARTICLE -----*/
.article {
  background-color: #FFF;
  padding: 50px;
  margin-bottom: 100px;
}

.article .article-head {
  border-bottom: solid 1px #9D1F24;
  margin-bottom: 30px;
  position: relative;
}


.article .article__date {
  display: inline-block;
  color: #C29B61;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 1em;
  margin-right: 1em;
}

.article .article__title {
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 0.5em;
}

/* img */
.article .aligncenter {
  display: block;
  margin: 0 auto;
}

.article .alignright {
  float: right;
}

.article .alignleft {
  float: left;
}

/* title */
.article h1 {
  font-size: 2em
}

.article h2 {
  font-size: 1.5em
}

.article h3 {
  font-size: 1.17em
}

.article h4 {
  font-size: 1em
}

.article h5 {
  font-size: 0.83em
}

.article h6 {
  font-size: 0.67em
}

@media (max-width: 1024px) {
  .article {
    padding: 5%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {

  .article .article__date,
  .article .article__cat {
    font-size: 13px;
  }

  .article .article__title {
    font-size: 18px;
  }
}

.article #gallery-1 .gallery-item:nth-child(odd) {
  padding-right: 10px;
}

.article #gallery-1 .gallery-item:nth-child(even) {
  padding-left: 10px;
}

.article #gallery-1 img {
  border: none;
}



/*PAGING*/
.paging {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.paging>* {
  flex: 1;
}

.paging .paging__prev {
  text-align: left;
}

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

.paging .paging__next {
  text-align: right;
}

@media (min-width: 768px) {
  .paging {
    width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .paging>* {
    font-size: 1.5rem;
  }
}


/*----------------------------------------------------
  PRIVACY POLICY PAGE
----------------------------------------------------*/


/*----------------------------------------------------
  404 PAGE
----------------------------------------------------*/
#non-page {
  padding: 40px 0;
  text-align: center;
  line-height: 2.2;
}

#non-page h3 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 22px;
}

#non-page .link {
  padding: 55px 0 100px;
}

#non-page .link a {
  text-decoration: underline;
}



/* contents shift */
@media (min-width: 1540px) {

  .breadcrumb .breadcrumb-inner,
  .section .section-inner {
    width: 100%;
    max-width: calc(1200px + 300px);
    margin: auto;
    padding-left: 300px;
  }

  /*
  #main-visual__top .main-visual-content {
    width: calc(90% + 280px);
    max-width: calc(1000px + 280px);
    left: calc(50% + 280px);
  }

  .main-visual-content-inner {
    left: calc(50% + 105px);
  }
  */
}

@media (max-width: 1540px) and (min-width: 1151px) {

  .breadcrumb .breadcrumb-inner,
  .section .section-inner {
    width: 100%;
    max-width: calc(1000px + 300px);
    margin: auto;
    padding-left: 300px;
  }
}