@charset "UTF-8";

/*
Theme Name : tukusinbo
*/

html {
  height: 100%;
  font-size: 62.5%;
  background: #F4F2ED;
}

main {
  overflow: hidden;
}

img {
  width: 100%;
}

h2,
h3,
h4 {
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.85;
  color: #544C2C;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.contents-wrapper {
  position: relative;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #F4F2ED;
}

.content-block {
  width: 100%;
  position: relative;
}

.subpage-main .content-block {
  margin-top: 0;
  padding: 100px 0;
}

.subpage-main .content-block .content-block__inner {
  padding: 0 50px 0;
  margin: 0 auto;
}

.subpage-main .single-block {
  padding-bottom: 80px !important;
  background: #FFFDEE;
}

.color-bg-section {
  background: #92c078;
}

.color-bg-section p,
.color-bg-section span {
  color: #FFFFFF;
}

.color-bg-section .product-item a .recommended-slide-name {
  border-bottom: 2px dotted #FFFFFF;
}

.content-block__inner {
  max-width: 1200px;
  padding: 0 50px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.content-block__inner + .flex-strech-block {
  margin-top: 50px;
}

.section-block {
  padding: 100px 0;
  position: relative;
}

.right-bg-section-block,
.left-bg-section-block {
  position: relative;
}

.right-bg-section-block .bg-heading-block,
.left-bg-section-block .bg-heading-block {
  margin-bottom: 30px;
}

.right-bg-section-block .bg-heading,
.left-bg-section-block .bg-heading {
  width: auto;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  padding: 0.3em 0.5em;
  line-height: 2.5;
  background-color: #448D3F;
  color: #FFFFFF;
  font-size: 2.9rem;
}

.right-bg-section-block .text-item,
.left-bg-section-block .text-item {
  width: 55%;
}

.right-bg-section-block .right-bg-section-block__inner,
.right-bg-section-block .left-bg-section-block__inner,
.left-bg-section-block .right-bg-section-block__inner,
.left-bg-section-block .left-bg-section-block__inner {
  padding-top: 50px;
  background: #F4F2ED;
  border-radius: 10px 10px 0 0;
}

.right-bg-section-block .text-item {
  padding-right: 50px;
}

.left-bg-section-block .bg-heading-block {
  position: absolute;
  top: 0;
  right: 50px;
}

.left-bg-section-block .bg-heading {
  right: 50px;
}

.left-bg-section-block .text-item {
  padding-left: 50px;
  margin-left: auto;
}

.left-bg-section-block .btn04 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.row-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.row-block + .row-block,
.row-block + .row-block--495,
.row-block + .row-block--350,
.row-block + .large-link-block {
  margin-top: 80px;
}

.row-block--495,
.row-block--350 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.row-block--495 + .row-block,
.row-block--495 + .row-block--495,
.row-block--495 + .row-block--350,
.row-block--495 + .large-link-block,
.row-block--350 + .row-block,
.row-block--350 + .row-block--495,
.row-block--350 + .row-block--350,
.row-block--350 + .large-link-block {
  margin-top: 80px;
}

.last_block {
  padding-bottom: 110px;
}

.inner-h3-block {
  width: 100%;
}

.inner-h3-block + .inner-h3-block {
  margin-top: 30px;
}

.row-block + p {
  margin-top: 20px;
}

.row-block img + h5 {
  margin: 16px 0 0;
}

.row-block .col__100p + .col__100p {
  margin-top: 30px;
}

.row-block .col__100p + .row-block--495 {
  margin-top: 30px;
}

.row-block .col__100p .inner-wide-image-block {
  margin: 0;
}

.row-block .col__100p .inner-wide-image-block + p {
  margin-top: 30px;
}

.row-block .col__100p .lead-text {
  margin-bottom: 30px;
}

.row-block--350 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 30px;
}

.row-block--495 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 50px;
}

.row-block--525 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.col__495 {
  width: 45%;
  max-width: 495px;
  position: relative;
}

.col__495 p + p {
  margin-top: 1em;
}

.col__495 p + .note {
  margin-top: 1em;
}

.col__495 img + p {
  margin-top: 1em;
}

.col__495 img + h4 {
  margin-top: 10px;
}

.col__495 img + .en-heading-block {
  margin-top: 24px;
}

.col__495 h4 {
  margin-bottom: 0;
}

.col__495 h4 + p {
  margin-top: 2px;
}

.col__525 {
  max-width: 525px;
  position: relative;
}

.col__525 p + p {
  margin-top: 1em;
}

.col__525 p + .note {
  margin-top: 1em;
}

.col__525 img + p {
  margin-top: 1em;
}

.col__525 img + h4 {
  margin-top: 10px;
}

.col__525 img + .en-heading-block {
  margin-top: 24px;
}

.col__525 h4 {
  margin-bottom: 0;
}

.col__525 h4 + p {
  margin-top: 2px;
}

.card-item {
  -webkit-filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.15));
}

.card-item .card-image img {
  border-radius: 10px 10px 0 0;
}

.card-item .card-text {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
}

.card-item .card-text .card-heading {
  font-size: 22px;
  text-align: center;
  color: #448D3F;
  margin-bottom: 16px;
}

.card-item .card-text p {
  color: #544C2C;
}

.card-item .card-text .btn-block--right {
  margin-top: 20px;
}

.col__100p {
  width: 100%;
  position: relative;
}

.col__100p p + p {
  margin-top: 0.25em;
}

.col__100p p + .note {
  margin-top: 0.25em;
}

.col__100p img + p {
  margin-top: 20px;
}

.col__100p img + h4 {
  margin-top: 20px;
}

.col__100p h4 + p {
  margin-top: 20px;
}

.col__90p {
  width: 90%;
  position: relative;
}

.col__90p p + p {
  margin-top: 1em;
}

.col__90p p + .note {
  margin-top: 8px;
}

.col__90p img + p {
  margin-top: 1em;
}

.col__350 {
  width: 31.66%;
  max-width: 350px;
  position: relative;
}

.col__350 p {
  line-height: 1.6;
}

.col__350 p + p {
  margin-top: 1em;
}

.col__350 p + .note {
  margin-top: 8px;
}

.col__350 img + p {
  margin-top: 1em;
}

.col__350 img + h4 {
  margin-top: 10px;
}

.image-290-flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 50px;
}

.image-290-flex-block .col-image {
  width: 290px;
}

.image-290-flex-block .col-image img {
  width: 100%;
}

.image-290-flex-block .col-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-290-flex-block + .image-290-flex-block {
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
}

.image-290-flex-block + .image-290-flex-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  height: 2px;
  background: #FFFFFF;
}

.image--baloon {
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #448D3F;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: -10px;
  left: -20px;
}

.image--baloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 2px;
  bottom: 2px;
  border-style: solid;
  border-color: transparent transparent transparent #448D3F;
  border-width: 8px 0 8px 16px;
  -webkit-transform: rotate(160deg);
  transform: rotate(160deg);
}

.image--baloon.baloon--orange {
  background: #DC8644;
}

.image--baloon.baloon--orange::after {
  border-color: transparent transparent transparent #DC8644;
}

.image--baloon.baloon--green {
  background: #49C191;
}

.image--baloon.baloon--green::after {
  border-color: transparent transparent transparent #49C191;
}

.image--baloon.baloon--blue {
  background: #3e98ae;
}

.image--baloon.baloon--blue::after {
  border-color: transparent transparent transparent #3e98ae;
}

.inner-btn-col a.inner-link-block {
  position: relative;
  display: block;
  margin-bottom: -10px;
}

.inner-btn-col a.inner-link-block .a-ratio-32 {
  height: auto;
  aspect-ratio: 3/2;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}

.inner-btn-col a.inner-link-block .a-ratio-32 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.inner-btn-col a.inner-link-block img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.inner-btn-col a.inner-link-block .btn-heading {
  width: 280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  position: relative;
  background: #448D3F;
  color: #FFFFFF;
  padding: 10px;
  border-radius: 30px;
  top: -24px;
}

.inner-btn-col a.inner-link-block .btn-heading::before {
  font-family: "fontello";
  content: "\e808";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 10px;
  font-size: 2rem;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  line-height: 1.4;
}

.inner-btn-col a.inner-link-block:hover {
  opacity: 1;
}

.inner-btn-col a.inner-link-block:hover img {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

.inner-btn-col a.inner-link-block:hover .btn-heading::before {
  left: 6px;
}

.col__400 {
  width: 40%;
  max-width: 400px;
}

.wide-image-block {
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.wide-image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.flex-strech-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-strech-block__item01,
.flex-strech-block__item02,
.flex-strech-block__item03 {
  width: 33.333333%;
  position: relative;
}

.flex-strech-block__item01 a,
.flex-strech-block__item02 a,
.flex-strech-block__item03 a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}

.flex-strech-block__item01 a:hover,
.flex-strech-block__item02 a:hover,
.flex-strech-block__item03 a:hover {
  opacity: 1;
}

.flex-strech-block__item01 a:hover figure img,
.flex-strech-block__item02 a:hover figure img,
.flex-strech-block__item03 a:hover figure img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.flex-strech-block__item01 a:hover .more span,
.flex-strech-block__item02 a:hover .more span,
.flex-strech-block__item03 a:hover .more span {
  width: 100px;
}

.flex-strech-block__item01 {
  background: rgb(222, 213, 177);
  background: -webkit-linear-gradient(283deg, rgb(222, 213, 177) 0%, rgb(210, 129, 108) 48%, rgb(250, 155, 155) 100%);
  background: linear-gradient(167deg, rgb(222, 213, 177) 0%, rgb(210, 129, 108) 48%, rgb(250, 155, 155) 100%);
}

.flex-strech-block__item02 {
  background: rgb(187, 230, 203);
  background: -webkit-linear-gradient(283deg, rgb(187, 230, 203) 0%, rgb(114, 205, 216) 48%, rgb(155, 228, 250) 100%);
  background: linear-gradient(167deg, rgb(187, 230, 203) 0%, rgb(114, 205, 216) 48%, rgb(155, 228, 250) 100%);
}

.flex-strech-block__item03 {
  background: rgb(246, 216, 249);
  background: -webkit-linear-gradient(283deg, rgb(246, 216, 249) 0%, rgb(228, 177, 129) 48%, rgb(227, 212, 152) 100%);
  background: linear-gradient(167deg, rgb(246, 216, 249) 0%, rgb(228, 177, 129) 48%, rgb(227, 212, 152) 100%);
}

.flex-strech-block__item-inner {
  width: 60%;
  max-width: 296px;
  margin: 0 auto;
}

.flex-strech-block__item-inner h4 {
  color: #FFFFFF;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 20px;
}

.flex-strech-block__item-inner figure {
  margin: 0 0 20px;
  overflow: hidden;
}

.flex-strech-block__item-inner figure img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.flex-strech-block__item-inner p {
  color: #FFFFFF;
}

.flex-strech-block__item-inner .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  margin-top: 20px;
}

.flex-strech-block__item-inner .more span {
  font-size: 1.5rem;
  color: #FFFFFF;
  width: 80px;
  text-align: right;
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 2px;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.inner-wide-image-block {
  width: 100%;
  height: 340px;
}

.inner-wide-image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
}

.features-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.features-block .features-item {
  width: 232px;
  border: 3px solid #448D3F;
  border-radius: 10px;
  background: #FFFFFF;
  padding: 14px 0 14px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.features-block .features-item .features-image {
  width: 71px;
  height: 71px;
}

.features-block .features-item .features-image img {
  width: 100%;
  border-radius: 50%;
}

.features-block .features-item .features-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.features-block .features-item .features-text .sub-text {
  font-size: 1.7rem;
  color: #448D3F;
  line-height: normal;
}

.features-block .features-item .features-text .main-text {
  font-size: 2.7rem;
  letter-spacing: 2px;
  color: #448D3F;
  line-height: normal;
}

.check-point-block .check-point-block-heading {
  font-size: 2.2rem;
  color: #FFFFFF;
  text-align: center;
  background: #448D3F;
  margin: 0;
  padding: 15px 10px 14px;
  border-radius: 10px 10px 0 0;
}

.check-point-block .check-point-list {
  background: #FFFFFF;
  border: 3px solid #448D3F;
  border-radius: 0 0 10px 10px;
  padding: 20px 40px;
  width: 100%;
}

.check-point-block .check-point-list ul {
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%;
}

.check-point-block .check-point-list ul li {
  margin: 0;
  padding: 0 0 10px 30px;
  position: relative;
  font-weight: bold;
  font-size: 1.7rem;
  border-bottom: 1px solid #D7D7D7;
  color: #544C2C;
}

.check-point-block .check-point-list ul li::before {
  font-family: "fontello";
  content: "\e702";
  color: #448D3F;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: normal;
}

.check-point-block .check-point-list ul li + li {
  margin-top: 20px;
}

.cta-block {
  position: relative;
  background-image: url(assets/images/common/cta-block-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  overflow: hidden;
}

.cta-block .cta-block__inner {
  border-radius: 10px;
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}

.cta-block .cta-block__inner * {
  color: #FFFFFF !important;
}

.cta-block .cta-block__inner p {
  text-align: center;
  margin-bottom: 20px;
}

.cta-block .cta-block__inner .cta-inner-row ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.cta-block .cta-block__inner .cta-inner-row ul li a {
  position: relative;
  font-size: 2.6rem;
}

.cta-block .cta-block__inner .cta-inner-row ul li .tel-link {
  padding-left: 26px;
  padding-bottom: 4px;
  text-decoration: none;
}

.cta-block .cta-block__inner .cta-inner-row ul li .tel-link::after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontello";
  content: "\e80f";
  font-weight: normal;
  font-size: 1em;
}

.cta-block .cta-block__inner .cta-inner-row ul li .hpb-link {
  padding-left: 32px;
}

.cta-block .cta-block__inner .cta-inner-row ul li .hpb-link::after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontello";
  content: "\e810";
  font-weight: normal;
  font-size: 1em;
}

.cta-block .cta-block__inner .cta-inner-row ul li .line-link {
  padding-left: 32px;
}

.cta-block .cta-block__inner .cta-inner-row ul li .line-link::after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontello";
  content: "\e809";
  font-weight: normal;
  font-size: 1em;
}

.cta-block .cta-block__inner .cta-nav-block__top--tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: 800;
  position: relative;
  text-align: center;
  line-height: 1;
  text-decoration: none;
}

.cta-block .cta-block__inner .cta-nav-block__top--tel a:before {
  font-family: "fontello";
  content: "ຂ";
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #448D3F;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  padding-top: 2px;
  margin-right: 14px;
}

.cta-block .cta-block__inner .cta-nav-block__top--tel span {
  font-size: 1.6rem;
  color: #544C2C;
  margin-left: 20px;
}

.large-price-block > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #448D3F;
  border-radius: 10px;
}

.large-price-block > dl > dt {
  background: #448D3F;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 800;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.large-price-block > dl > dd {
  padding: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.large-price-block > dl > dd .price-detail > dt {
  font-size: 1.7rem;
  font-weight: 800;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 2px solid #448D3F;
}

.large-price-block > dl > dd .price-detail > dd {
  font-size: 1.8rem;
  font-weight: 800;
  text-align: right;
  margin: 0;
}

.large-price-block > dl > dd .price-detail > dd .tax {
  font-size: 1.3rem;
}

.large-price-block > dl > dd .price-detail + .note-block {
  margin-top: 14px;
}

.large-price-block > dl > dd .note-block p.note {
  font-size: 1.5rem;
}

.large-price-block > dl > dd .note-block p.note + p.note {
  margin-top: 4px;
}

.simple-contact-parts .cta-block-heading {
  background: #448D3F;
}

.image_1col_block {
  width: 100%;
  margin-bottom: 40px;
}

.map-block {
  margin-top: 20px;
}

.map-block iframe {
  width: 100%;
  height: 450px;
}

.progressbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.progressbar .item {
  position: relative;
  width: 50%;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 13px 0;
  line-height: 1.5;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  border: 24px solid transparent;
  border-left: 20px solid #9FBB41;
  margin: auto;
}

.progressbar .item:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: #FFFFFF;
}

.progressbar .item span {
  color: #FFFFFF;
  font-size: 1.6rem;
}

.progressbar-sp {
  width: 100%;
  position: relative;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.progressbar-sp .step1-3 {
  margin: 0 0 10px;
  width: 93%;
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.progressbar-sp .step1-3::after {
  position: absolute;
  z-index: 2;
  left: 100%;
  height: 40px;
  content: "";
  border: 25px solid transparent;
  border-left: 25px solid #9FBB41;
}

.progressbar-sp .step4-6 {
  margin: 20px 0 10px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.progressbar-sp span {
  color: #FFFFFF;
  font-size: 1.6rem;
}

.step1-3 {
  background: #9FBB41;
}

.step4-6 {
  background: #DC8644;
}

.parallel-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.parallel-flow .flow-item {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  padding: 6px 0;
  position: relative;
  margin-right: 44px;
}

.parallel-flow .flow-item::after {
  font-family: "fontello";
  content: "\e801";
  color: #D7D7D7;
  font-weight: normal;
  font-size: 3rem;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.parallel-flow .flow-item:last-of-type::after {
  content: none;
}

.parallel-flow .flow-item:last-of-type {
  margin-right: 0;
}

.parallel-flow .flow-item .parallel-flow-step {
  width: 100%;
  color: #D9428C;
  font-size: 15px;
  text-align: center;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D7D7D7;
}

.parallel-flow .flow-item .parallel-flow-image {
  width: 60px;
}

.parallel-flow .flow-item .parallel-flow-text {
  width: 100%;
  height: 3em;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.parallel-flow .flow-item .parallel-flow-text p {
  font-size: 15px;
  line-height: normal;
}

.simple-flow-block {
  background: #FFFFFF;
  padding: 50px;
  border-radius: 20px;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(224, 224, 224, 0.8));
  filter: drop-shadow(1px 1px 3px rgba(224, 224, 224, 0.8));
}

.simple-flow-block dl {
  padding-left: 250px;
  position: relative;
  margin: 0;
  padding-bottom: 30px;
}

.simple-flow-block dl:last-of-type {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.simple-flow-block dl::after {
  content: "";
  border-left: 16px solid #e2e2e2;
  position: absolute;
  left: 124px;
  top: 0;
  bottom: 0;
}

.simple-flow-block dl dt {
  margin-bottom: 0;
  margin-left: -250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.simple-flow-block dl dt img {
  width: 110px;
  margin-right: 17px;
}

.simple-flow-block dl dt .flow-step {
  position: relative;
  color: #FFFFFF;
  width: 110px;
  font-size: 1.8rem;
  text-align: center;
  margin-right: 17px;
  background: #DC8644;
}

.simple-flow-block dl dt .flow-step::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -6px;
  border-left-color: #DC8644;
  left: 100%;
  top: 50%;
}

.simple-flow-block dl dt span {
  padding-left: 100px;
  color: #448D3F;
  font-size: 2rem;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.simple-flow-block dl dt span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #448D3F;
  border-radius: 50%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.simple-flow-block dl dt span::after {
  content: "";
  border-left: 2px dotted #D7D7D7;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 60px;
  position: absolute;
  left: 56px;
}

.simple-flow-block dl dd {
  line-height: 2;
  margin: 0 0 0 -20px;
}

.simple-flow-block dl dd img {
  display: block;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.flow-cta {
  margin-top: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  width: 100%;
}

.flow-cta h2 {
  font-size: 22px;
  color: #544C2C;
  margin-bottom: 20px;
}

.flow-cta .flow-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.flow-cta .flow-cta__inner .flow-cta-tel-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.flow-cta .flow-cta__inner .flow-cta-tel-block a.flow-cta--tel,
.flow-cta .flow-cta__inner .flow-cta-tel-block p.flow-cta--fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  gap: 10px;
  position: relative;
  text-align: center;
  line-height: 1;
}

.flow-cta .flow-cta__inner .flow-cta-tel-block a.flow-cta--tel span,
.flow-cta .flow-cta__inner .flow-cta-tel-block p.flow-cta--fax span {
  font-size: 1.5rem;
  color: #FFFFFF;
  display: block;
  border-radius: 3px;
  padding: 4px 10px;
  background: #448D3F;
}

.flow-cta .flow-cta__inner .flow-cta-tel-block a.flow-cta--tel {
  text-decoration: none;
}

.flow-cta .flow-cta__inner .flow-cta-tel-block p.flow-cta--fax span {
  background: #92c078;
}

.flow-cta .flow-cta__inner .flow-cta-tel-block .open-time {
  font-size: 1.4rem;
  font-weight: 900;
}

.image-flow-block .image-flow-block__flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.image-flow-block .image-flow-block__flow-item:last-of-type .image-flow-block__flow-item--image::after {
  content: none;
}

.image-flow-block .image-flow-block__flow-item--image {
  position: relative;
  width: 32%;
  max-width: 320px;
}

.image-flow-block .image-flow-block__flow-item--image img {
  width: 100%;
  border-radius: 10px;
}

.image-flow-block .image-flow-block__flow-item--baloon {
  font-family: "Roboto", Futura, YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #448D3F;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: -10px;
  left: -20px;
}

.image-flow-block .image-flow-block__flow-item--baloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 2px;
  bottom: 2px;
  border-style: solid;
  border-color: transparent transparent transparent #448D3F;
  border-width: 8px 0 8px 16px;
  -webkit-transform: rotate(160deg);
  transform: rotate(160deg);
}

.image-flow-block .image-flow-block__flow-item--text {
  margin-left: 50px;
  width: 63%;
  max-width: 630px;
}

.image-flow-block .image-flow-block__flow-item + .image-flow-block__flow-item {
  margin-top: 30px;
}

.point-list-block {
  padding: 30px;
  width: 100%;
  border: 2px solid #544C2C;
  background: #FFFFFF;
}

.point-list-block ul {
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%;
}

.point-list-block ul li {
  margin: 0;
  padding: 0 0 10px 18px;
  border-bottom: 2px solid #544C2C;
  position: relative;
}

.point-list-block ul li::before {
  font-family: "fontello";
  content: "\e807";
  color: #448D3F;
  position: absolute;
  top: 0.25em;
  left: 0;
  font-size: 1.4rem;
  line-height: normal;
}

.point-list-block ul li + li {
  margin-top: 20px;
}

.point-list-block + p {
  margin-top: 15px;
}

p + .point-list-block {
  margin-top: 15px;
}

.loop-slide-block {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.loop-slide-block ul.loop-slide-block__list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.loop-slide-block ul.loop-slide-block__list li {
  width: 350px;
}

.loop-slide-block ul.loop-slide-block__list li img {
  width: 100%;
}

.loop-slide-block ul.loop-slide-block__list li + li {
  margin-left: 35px;
}

.illust-map-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin: 50px auto;
}

.illust-map-block .speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding: 30px;
  border: 3px solid #706a62;
  border-radius: 20px;
  background-color: #ffffff;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #706a62;
}

.illust-map-block .speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 86%;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #706a62 transparent transparent;
  translate: -50% 100%;
  -webkit-transform: skew(40deg);
  transform: skew(40deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.illust-map-block .speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 86%;
  border-style: solid;
  border-width: 23.3px 11.6px 0 11.6px;
  border-color: #ffffff transparent transparent;
  translate: -48% 98%;
  -webkit-transform: skew(40deg);
  transform: skew(40deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.illust-map-block .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.illust-map-block .location::before {
  font-family: "fontello";
  content: "\f031";
  font-weight: normal;
  color: #448D3F;
  font-size: 3.3rem;
  margin-right: 10px;
}

.illust-map-block .illust-map-item img {
  width: 330px;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

header .header-pc .header-pc__inner {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #F4F2ED;
  position: relative;
  z-index: 10;
}

header .header-pc .header-pc__inner--logo span {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 10px;
  text-align: center;
}

header .header-pc .header-pc__inner--logo img {
  width: 290px;
}

header .header-pc .header-pc__inner--logo p {
  font-size: 1.6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin: 0 auto 14px;
  line-height: 1;
}

header .header-pc .header-pc__inner--logo p::before,
header .header-pc .header-pc__inner--logo p::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #544C2C;
}

header .header-pc .header-pc__inner--logo p::before {
  margin-right: 1em;
}

header .header-pc .header-pc__inner--logo p::after {
  margin-left: 1em;
}

header .header-pc .header-cta-block .header-cta-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  gap: 8px;
  margin-bottom: 16px;
}

header .header-pc .header-cta-block .header-cta-block__top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
  height: 42px;
  border-radius: 0 0 10px 10px;
  color: #FFFFFF;
  font-size: 1.5rem;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

header .header-pc .header-cta-block .header-cta-block__top a:hover {
  opacity: 0.85;
}

header .header-pc .header-cta-block .header-cta-block__top .header-btn--catalog {
  background: #DC8644;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

header .header-pc .header-cta-block .header-cta-block__top .header-btn--catalog::before {
  font-family: "fontello";
  content: "\e816";
  color: #FFFFFF;
  font-weight: normal;
  font-size: 1.6rem;
}

header .header-pc .header-cta-block .header-cta-block__top .header-btn--quotation {
  background: #DC5144;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

header .header-pc .header-cta-block .header-cta-block__top .header-btn--quotation::before {
  font-family: "fontello";
  content: "\f157";
  color: #FFFFFF;
  font-weight: normal;
  font-size: 2rem;
}

header .header-pc .header-cta-block .header-cta-block__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  padding: 16px 0;
}

header .header-pc .header-cta-block .header-cta-block__bottom .header-pc-tel-block {
  margin-right: 20px;
}

header .header-pc .header-cta-block .header-cta-block__bottom .header-cta-block__bottom--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

header .header-pc .header-cta-block .header-cta-block__bottom .header-cta-block__bottom--tel a.header-cta-tel,
header .header-pc .header-cta-block .header-cta-block__bottom .header-cta-block__bottom--tel p.header-cta-fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  gap: 10px;
  position: relative;
  text-align: center;
  line-height: 1;
}

header .header-pc .header-cta-block .header-cta-block__bottom .header-cta-block__bottom--tel a.header-cta-tel span,
header .header-pc .header-cta-block .header-cta-block__bottom .header-cta-block__bottom--tel p.header-cta-fax span {
  font-size: 1.5rem;
  color: #FFFFFF;
  display: block;
  border-radius: 3px;
  padding: 4px 10px;
  background: #448D3F;
}

header .header-pc .header-cta-block .header-cta-block__bottom .header-cta-block__bottom--tel a.header-cta-tel {
  text-decoration: none;
}

header .header-pc .header-cta-block .header-cta-block__bottom .header-cta-block__bottom--tel p.header-cta-fax span {
  background: #92c078;
}

header .header-pc .header-cta-block .header-cta-block__bottom .header-cta-block__bottom--tel .open-time {
  font-size: 1.4rem;
  font-weight: 900;
}

header .header-pc .header-cta-block .header-cta-block__bottom .btn-icon--mail a {
  background: #448D3F;
}

header .header-pc .header-cta-block .header-cta-block__bottom .btn-icon--line {
  width: 180px;
}

.header-pc-nav-block {
  width: 100%;
  background: #448D3F;
  padding: 14px;
  position: relative;
  z-index: 10;
}

.header-pc-nav-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.header-pc-nav-block ul li:last-of-type {
  margin-bottom: 0;
}

.header-pc-nav-block ul li a {
  color: #FFFFFF;
  font-size: 16px;
}

.header-pc-nav-block ul li + li {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px dotted #FFFFFF;
}

.header-pc-nav-block .parent-menu {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 20px;
}

.header-pc-nav-block .parent-menu::before {
  font-family: "fontello";
  content: "\e800";
  color: #FFFFFF;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  left: 9px;
  line-height: 1.9;
}

.header-pc-nav-block .parent-menu:hover .child-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-pc-nav-block .parent-menu .child-menu {
  display: block;
  width: 200px;
  position: absolute;
  top: 170%;
  background: #9FBB41;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-pc-nav-block .parent-menu .child-menu li {
  width: 100%;
  text-align: center;
  padding: 0;
}

.header-pc-nav-block .parent-menu .child-menu li + li {
  margin: 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #FFFFFF;
  border-left: 0;
}

.header-pc-nav-block .parent-menu .child-menu a {
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  padding: 14px 10px;
}

.header-pc-nav-block .wide {
  width: 98%;
}

.logo-sp-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5%;
  z-index: 4;
}

.logo-sp-block .logo-sp-block__logo span {
  display: block;
  font-size: 1.2rem;
  color: #544C2C;
}

.logo-sp-block .logo-sp-block__logo a {
  margin-top: 5px;
  display: block;
}

#drawer {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 11;
}

#drawer label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

#drawer {
  /* :::::: toggle button :::::: */
}

#drawer #navTgl {
  display: none;
}

#drawer .open {
  z-index: 999;
  position: inherit;
  width: 74px;
  height: 74px;
  -webkit-transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #544C2C;
  border-radius: 0 0 0 10px;
}

#drawer .open p {
  position: absolute;
  bottom: 13px;
  left: 6%;
  right: 0;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
}

#drawer .open::before,
#drawer .open::after {
  content: "";
}

#drawer .open span,
#drawer .open::before,
#drawer .open::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 27%;
  width: 40%;
  border-bottom: 3px solid #FFFFFF;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#drawer .open::before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

#drawer .open::after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

#drawer .close {
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}

#drawer #navTgl:checked + .open span {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

#drawer #navTgl:checked + .open::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 3px solid #FFFFFF;
}

#drawer #navTgl:checked + .open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 3px solid #FFFFFF;
}

#drawer #navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
}

#drawer {
  /* :::::: drawer menu :::::: */
}

#drawer .menu {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#drawer .menu h2 {
  text-align: center;
}

#drawer .menu > ul {
  margin: 0;
  padding: 0;
}

#drawer .menu li ul {
  margin: 16px 0 0 16px;
}

#drawer #navTgl:checked ~ .menu {
  visibility: visible;
  opacity: 1;
}

.drawer_inner_btn ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

.drawer_inner_btn ul li {
  margin-bottom: 15px;
}

.drawer_inner_btn ul li:last-of-type {
  margin-bottom: 0;
}

.drawer_inner_btn ul li a {
  color: #FFFFFF;
  font-weight: bold;
  background: #544C2C;
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 5px 0;
  text-decoration: none;
}

.sp-menu-block {
  padding: 40px 0 30px;
  padding-top: 74px;
}

.sp-menu-block .sp-menu-block__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 14px;
}

.sp-menu-block .sp-menu-block__logo a {
  display: block;
  width: 230px;
}

.sp-menu-block .sp-menu-block__company-info {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.sp-menu-block .sp-menu-block__company-info p {
  text-align: center;
  margin-bottom: 10px;
}

.sp-menu-block .sp-menu-block__company-info .tel-box {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}

.sp-menu-block .sp-menu-block__company-info .tel-box a.header-cta-tel,
.sp-menu-block .sp-menu-block__company-info .tel-box p.header-cta-fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  gap: 10px;
  position: relative;
  text-align: center;
  line-height: 1;
  margin: 0;
  text-decoration: none;
}

.sp-menu-block .sp-menu-block__company-info .tel-box a.header-cta-tel span,
.sp-menu-block .sp-menu-block__company-info .tel-box p.header-cta-fax span {
  font-size: 1.5rem;
  color: #FFFFFF;
  display: block;
  border-radius: 3px;
  padding: 5px 10px;
  background: #448D3F;
}

.sp-menu-block .sp-menu-block__company-info .tel-box p.header-cta-fax span {
  background: #92c078;
}

.sp-menu-block .sp-menu-block__company-info .info p {
  margin-bottom: 16px;
}

.sp-menu-block .sp-menu-block__company-info .btn-icon--mail {
  margin: 20px auto 0;
}

.sp-menu-block .sp-menu-block__company-info .btn-icon--line {
  margin: 20px auto 0;
}

.sp-menu-block .drawer__btn-items {
  width: 90%;
  margin: 0 auto 30px;
}

.sp-menu-block .drawer__btn-items a {
  font-size: 1.6rem;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.sp-menu-block .drawer__btn-items a:hover {
  opacity: 0.85;
}

.sp-menu-block .drawer__btn-items .btn--gyosya {
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}

.sp-menu-block .drawer__btn-items .btn--gyosya a {
  background: #2E9FB1;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-menu-block .drawer__btn-items .btn--gyosya a::before {
  font-family: "fontello";
  content: "\e808";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.8rem;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.sp-menu-block .drawer__btn-items .btn--gyosya a:hover::before {
  left: 3px;
}

.sp-menu-block .drawer__btn-items .btn--gyosya a i {
  font-size: 1.2rem;
  font-weight: normal;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  right: 10px;
}

.sp-menu-block .drawer__btn-items .subpages-btn-block {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.sp-menu-block .drawer__btn-items .subpages-btn-block .btn--catalog,
.sp-menu-block .drawer__btn-items .subpages-btn-block .btn--quotation {
  width: calc(50% - 8px);
  height: 109px;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
}

.sp-menu-block .drawer__btn-items .subpages-btn-block .btn--catalog a,
.sp-menu-block .drawer__btn-items .subpages-btn-block .btn--quotation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.sp-menu-block .drawer__btn-items .subpages-btn-block .btn--catalog a {
  background: #DC8644;
}

.sp-menu-block .drawer__btn-items .subpages-btn-block .btn--catalog a::before {
  font-family: "fontello";
  content: "\e816";
  color: #FFFFFF;
  font-weight: normal;
  font-size: 1.8rem;
}

.sp-menu-block .drawer__btn-items .subpages-btn-block .btn--quotation a {
  background: #DC5144;
}

.sp-menu-block .drawer__btn-items .subpages-btn-block .btn--quotation a::before {
  font-family: "fontello";
  content: "\f157";
  color: #FFFFFF;
  font-weight: normal;
  font-size: 2.2rem;
}

.sp-menu-block .drawer__btn-items .ec-btn-block {
  margin-top: 16px;
}

.sp-menu-block .drawer__btn-items .ec-btn-block .ec-btn-block__heading {
  display: block;
  background: #544C2C;
  color: #FFFFFF;
  text-align: center;
  font-size: 17px;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.sp-menu-block .drawer__btn-items .ec-btn-block .ec-btn-block__heading i {
  font-size: 1.2rem;
  font-weight: normal;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  right: 10px;
}

.sp-menu-block .drawer__btn-items .ec-btn-block .ec-btn-block__inner {
  border-radius: 0 0 10px 10px;
  border-left: 2px solid #544C2C;
  border-right: 2px solid #544C2C;
  border-bottom: 2px solid #544C2C;
  background: #FFFFFF;
  padding: 20px;
}

.sp-menu-block .drawer__btn-items .ec-btn-block .ec-btn-block__inner .btn03 {
  margin-left: auto;
  margin-right: auto;
}

.sp-menu-block .drawer__btn-items .ec-btn-block .ec-btn-block__inner .btn03 + .btn03 {
  margin-top: 16px;
}

.sp-menu-block .drawer__btn-items .ec-btn-block .ec-btn-block__inner .btn--rakuten a {
  background: #bf0000;
}

.sp-menu-block .drawer__btn-items .ec-btn-block .ec-btn-block__inner .btn--amazon a {
  background: #ff9900;
}

.sp-menu-block .drawer__btn-items .ec-btn-block .ec-btn-block__inner .btn--yahoo a {
  background: #ff0033;
}

.sp-menu-block .sp-menu-block__nav {
  margin: 0 auto 30px;
  width: 90%;
}

.sp-menu-block .sp-menu-block__nav > ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-menu-block .sp-menu-block__nav > ul > li {
  margin-bottom: 16px;
  width: 100%;
}

.sp-menu-block .sp-menu-block__nav > ul > li a {
  color: #448D3F;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  padding: 0 0 10px;
  border-bottom: 1px solid #448D3F;
  font-weight: 900;
}

.sp-menu-block .sp-menu-block__nav > ul > li a::before {
  font-family: "fontello";
  content: "\e801";
  font-size: 12px;
  color: #448D3F;
  margin-right: 10px;
}

.sp-menu-block .sp-menu-block__nav > ul > li ul li {
  width: 100%;
}

.sp-menu-block .sp-menu-block__nav > ul > li ul li + li {
  margin-top: 16px;
}

.sp-menu-block .sp-menu-block__nav > ul > li ul li a {
  color: #448D3F;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  padding: 0 0 10px;
  border-bottom: 1px solid #448D3F;
  font-weight: 900;
}

.sp-menu-block .sp-menu-block__nav > ul > li ul li a::before {
  font-family: "fontello";
  content: "\e801";
  font-size: 12px;
  color: #448D3F;
  margin-right: 10px;
}

.accordion-003 {
  margin-bottom: 7px;
}

.accordion-003 summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 0 10px;
  color: #448D3F;
  font-weight: 900;
  border-bottom: 1px solid #448D3F;
  cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
  display: none;
}

.accordion-003 summary::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #448D3F;
  border-right: 3px solid #448D3F;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion-003[open] summary::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.accordion-003 p {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #FFFFFF;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.accordion-003[open] p {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

footer {
  background: #448D3F;
}

footer .footer__inner {
  margin: 0 auto;
  padding: 100px 50px;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
  position: relative;
}

footer .footer__inner .footer__left .footer-logo {
  width: 290px;
  margin-bottom: 20px;
}

footer .footer__inner .footer__left .footer-logo a {
  display: block;
}

footer .footer__inner .footer__left .footer-logo img {
  width: 100%;
}

footer .footer__inner .footer__left .footer-logo-text {
  margin-top: 20px;
}

footer .footer__inner .footer__left .footer-logo-text span {
  display: block;
  color: #FFFFFF;
  font-size: 1.5rem;
}

footer .footer__inner .footer__left .footer-tel {
  font-size: 2rem;
  color: #FFFFFF;
}

footer .footer__inner .footer__left a {
  display: block;
}

footer .footer__inner .footer__left p,
footer .footer__inner .footer__left a,
footer .footer__inner .footer__left dl,
footer .footer__inner .footer__left dt,
footer .footer__inner .footer__left dd,
footer .footer__inner .footer__left span {
  color: #FFFFFF;
}

footer .footer__inner .footer__left p + p,
footer .footer__inner .footer__left p + dl,
footer .footer__inner .footer__left p + a,
footer .footer__inner .footer__left a + p,
footer .footer__inner .footer__left a + dl,
footer .footer__inner .footer__left a + a,
footer .footer__inner .footer__left dl + p,
footer .footer__inner .footer__left dl + dl,
footer .footer__inner .footer__left dl + a,
footer .footer__inner .footer__left dt + p,
footer .footer__inner .footer__left dt + dl,
footer .footer__inner .footer__left dt + a,
footer .footer__inner .footer__left dd + p,
footer .footer__inner .footer__left dd + dl,
footer .footer__inner .footer__left dd + a,
footer .footer__inner .footer__left span + p,
footer .footer__inner .footer__left span + dl,
footer .footer__inner .footer__left span + a {
  margin-top: 10px;
}

footer .footer__inner .footer__left dl {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer__inner .footer__left .footer-instagram {
  padding-left: 30px;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-top: 14px;
}

footer .footer__inner .footer__left .footer-instagram::after {
  position: absolute;
  left: 0;
  top: -3px;
  font-family: "fontello";
  content: "\e80b";
  font-weight: normal;
  font-size: 1.4em;
}

footer .footer__inner .footer-nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

footer .footer__inner .footer-nav-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer__inner .footer-nav-block ul li a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.6rem;
}

footer .footer__inner .footer-nav-block ul li a span {
  color: #FFFFFF;
  display: block;
}

footer .footer__inner .footer-nav-block ul li a:hover {
  opacity: 0.8;
}

footer .footer__inner .footer-nav-block ul li a .en-text {
  font-size: 2.2rem;
}

footer .footer__inner .footer-nav-block ul li a .jp-text {
  font-size: 1.2rem;
}

footer .footer__inner .footer-nav-block ul li a .en-text-small {
  font-size: 1.5rem;
}

footer .footer__inner .footer-nav-block ul li .text-link.link-white::before {
  background: #FFFFFF;
}

footer .footer__inner .footer-nav-block ul li + li {
  margin-top: 16px;
}

footer .footer__inner .footer-cta-block {
  width: 100%;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  padding: 20px 0;
  margin-top: 40px;
}

footer .footer__inner .footer-cta-block ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

footer .footer__inner .footer-cta-block ul a {
  color: #FFFFFF;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

footer .footer__inner .footer-cta-block ul a:hover {
  opacity: 0.85;
}

footer .footer__inner .footer-cta-block ul .link--mail a::before {
  font-family: "fontello";
  content: "࿨";
  color: #FFFFFF;
  font-weight: normal;
  font-size: 2rem;
  line-height: 0;
}

footer .footer__inner .footer-cta-block ul .link--catalog a::before {
  font-family: "fontello";
  content: "\e816";
  color: #FFFFFF;
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 0;
}

footer .footer__inner .footer-cta-block ul .link--quotation a::before {
  font-family: "fontello";
  content: "\f157";
  color: #FFFFFF;
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 0;
}

footer .footer__inner .footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

footer .footer__inner .footer__bottom .pagetop-item {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

footer .footer__inner .footer__bottom .pagetop-item a {
  color: #FFFFFF;
  position: relative;
  padding-left: 26px;
  padding-bottom: 6px;
}

footer .footer__inner .footer__bottom .pagetop-item a::after {
  position: absolute;
  left: 0;
  top: -2px;
  font-family: "fontello";
  content: "\e822";
  color: #FFFFFF;
  font-weight: normal;
  font-size: 1.8rem;
}

footer .footer__inner .footer__bottom .pagetop-item a:hover {
  opacity: 0.85;
}

footer .footer__inner .footer__bottom .copy {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

footer .footer__inner .footer__bottom .copy p {
  font-size: 13px;
  color: #FFFFFF;
}

footer .text-link {
  padding-bottom: 4px;
  position: relative;
}

footer .text-link::before {
  background: #FFFFFF;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

footer .text-link:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

footer .footer-map-block iframe {
  width: 100%;
  height: 460px;
}

.footer-calendar {
  margin-top: 10px;
}

.footer-calendar h2 {
  color: #FFFFFF;
  font-size: 1.6rem;
  margin-bottom: 4px;
}

.footer-calendar .wpsbc-calendar-wrapper table tbody span {
  color: #544C2C;
}

.footer-calendar .wpsbc-prev,
.footer-calendar .wpsbc-next {
  display: none !important;
}

.footer-calendar .teikyu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  font-size: 1.4rem;
  line-height: 1;
  gap: 4px;
}

.footer-calendar .teikyu::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #ffc0bd;
}

.w100 {
  width: 100%;
}

a[href*="tel:"] {
  text-decoration: none;
}

.bg_gray-light {
  background: #e2e2e2;
}

.bg_gray-lighter {
  background: #f4f4ed;
}

.bg_ivory {
  background: #F9F4E0;
}

.bg_white {
  background: #FFFFFF;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify--around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align_items--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align_items--right {
  -webkit-box-align: right;
  -ms-flex-align: right;
  align-items: right;
}

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

.btn-block--left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.btn-block--right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 30px;
}

.btn-block--center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.btn-block--center .note-item {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.btn-block--center .note-item a {
  border-bottom: 1px solid #544C2C;
}

.border-link-btn a {
  font-size: 1.5rem;
  color: #544C2C;
  padding-bottom: 4px;
  position: relative;
}

.border-link-btn a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: -20px;
  border-bottom: 2px solid #544C2C;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.border-link-btn a:hover::after {
  left: -40px;
  opacity: 0.8;
}

.border-link-btn.white-btn a {
  color: #FFFFFF;
}

.border-link-btn.white-btn a::after {
  border-bottom: 2px solid #FFFFFF;
}

.btn01 {
  border-radius: 40px;
  overflow: hidden;
  background: #FFFFFF;
  width: 280px;
  height: 62px;
}

.btn01 a {
  font-size: 1.6rem;
  color: #FFFFFF !important;
  font-weight: 800;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #448D3F;
  position: relative;
  border-radius: 40px;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.btn01 a::before {
  font-family: "fontello";
  content: "\e808";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 12px;
  font-size: 2rem;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.btn01 a:hover {
  opacity: 0.85;
}

.btn01 a:hover::before {
  left: 6px;
}

.btn01--white {
  border-radius: 40px;
  overflow: hidden;
  background: #FFFFFF;
  width: 280px;
  height: 62px;
}

.btn01--white a {
  font-size: 1.6rem;
  color: #448D3F !important;
  width: 100%;
  height: 100%;
  font-weight: 800;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #FFFFFF;
  position: relative;
  border-radius: 40px;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.btn01--white a::before {
  font-family: "fontello";
  content: "\e808";
  color: #448D3F;
  font-weight: normal;
  margin-right: 12px;
  font-size: 2rem;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.btn01--white a:hover {
  opacity: 0.85;
}

.btn01--white a:hover::before {
  left: 6px;
}

.btn--rakuten a {
  background: #bf0000;
}

.btn--amazon a {
  background: #ff9900;
}

.btn--yahoo a {
  background: #ff0033;
}

.more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  margin-top: 16px;
}

.more-btn a:hover {
  opacity: 1;
}

.more-btn a:hover span {
  width: 130px;
}

.more-btn span {
  font-size: 1.6rem;
  font-weight: 800;
  color: #544C2C;
  width: 110px;
  text-align: right;
  border-bottom: 1px solid #448D3F;
  padding-bottom: 2px;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  display: inline-block;
}

a .more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  margin-top: 16px;
}

a .more-btn > span {
  font-size: 1.6rem;
  font-weight: 800;
  color: #544C2C;
  width: 110px;
  text-align: right;
  border-bottom: 1px solid #448D3F;
  padding-bottom: 2px;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  display: inline-block;
}

a:hover {
  opacity: 1;
}

a:hover .more-btn > span {
  width: 130px;
}

.more-btn.base-color span {
  color: #F4F2ED;
  border-bottom: 1px solid #F4F2ED;
}

.btn02 {
  border-radius: 40px;
  overflow: hidden;
  background: #FFFFFF;
  width: 240px;
  height: 60px;
}

.btn02 a {
  font-size: 1.6rem;
  color: #FFFFFF !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #448D3F;
  position: relative;
  border-radius: 40px;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.btn02 a::before {
  font-family: "fontello";
  content: "\e808";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 8px;
  font-size: 2rem;
}

.btn02 a:hover {
  opacity: 0.85;
}

.btn03 {
  border-radius: 40px;
  overflow: hidden;
  background: #FFFFFF;
  width: 240px;
  height: 38px;
}

.btn03 a {
  font-size: 1.6rem;
  color: #FFFFFF !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #448D3F;
  position: relative;
  border-radius: 40px;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.btn03 a::before {
  font-family: "fontello";
  content: "\e808";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.4rem;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.btn03 a:hover {
  opacity: 0.85;
}

.btn03 a:hover::before {
  left: 3px;
}

.btn04 {
  border-radius: 40px;
  overflow: hidden;
  background: #FFFFFF;
  width: 280px;
  height: 62px;
}

.btn04 a {
  font-size: 1.6rem;
  color: #FFFFFF !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #448D3F;
  position: relative;
  font-weight: 800;
}

.btn04 a::before {
  font-family: "fontello";
  content: "\e808";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 8px;
  font-size: 2rem;
  line-height: 2;
}

.btn_320 {
  border-radius: 40px;
  overflow: hidden;
  background: #FFFFFF;
  width: 320px;
  height: 60px;
}

.btn_320 a {
  font-size: 1.6rem;
  color: #FFFFFF !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #448D3F;
  position: relative;
  border-radius: 10px;
}

.btn_320 a::before {
  font-family: "fontello";
  content: "\e801";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.8rem;
}

.btn_217 {
  border-radius: 40px;
  overflow: hidden;
  background: #FFFFFF;
  width: 217px;
  height: 60px;
}

.btn_217 a {
  font-size: 1.7rem;
  color: #FFFFFF !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #448D3F;
  position: relative;
  border-radius: 10px;
}

.btn_217 a::before {
  font-family: "fontello";
  content: "\e801";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.8rem;
}

.btn_230 {
  border-radius: 40px;
  overflow: hidden;
  background: #FFFFFF;
  width: 230px;
  height: 60px;
}

.btn_230 a {
  font-size: 1.7rem;
  color: #FFFFFF !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #448D3F;
  position: relative;
  border-radius: 10px;
}

.btn_230 a::before {
  font-family: "fontello";
  content: "\e801";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.8rem;
}

.btn-icon--recruit a::before {
  content: "\e81b";
  font-size: 1.8rem;
}

.btn-icon--x a::before {
  content: "\e81a";
  font-size: 1.8rem;
}

.btn-icon--instagram a::before {
  content: "\f16d";
  font-size: 1.8rem;
}

.btn-icon--line a {
  background: #FFFFFF;
  border: 2px solid #06c755;
  color: #06c755 !important;
}

.btn-icon--line a::before {
  content: "";
  background: url(assets/images/common/line_logo.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
}

.btn-icon--mail a::before {
  content: "࿨";
  font-size: 1.8rem;
}

.btn-icon--youtube a::before {
  content: "\f16a";
  font-size: 1.8rem;
}

.btn-icon--hotpepper a::before {
  content: "\e810";
  font-size: 1.8rem;
}

.btn-icon--phone a::before {
  content: "\e80d";
  font-size: 1.8rem;
}

.btn-icon--doc-text a::before {
  content: "\f0f6";
  font-size: 1.8rem;
}

.btn-bg--gradation a {
  background: rgb(71, 155, 220);
  background: -webkit-linear-gradient(29deg, rgb(71, 155, 220) 0%, rgb(241, 133, 204) 100%);
  background: linear-gradient(61deg, rgb(71, 155, 220) 0%, rgb(241, 133, 204) 100%);
}

.large-btn-block .row-block + .row-block {
  margin-top: 40px;
}

.large-btn {
  overflow: hidden;
  height: 200px;
}

.large-btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.large-btn a::before {
  font-family: "fontello";
  content: "\e808";
  color: #FFFFFF;
  font-weight: normal;
  font-size: 22px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.large-btn a:hover {
  opacity: 1;
}

.large-btn a span {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  padding-bottom: 10px;
  border-bottom: 2px solid #FFFFFF;
}

.large-btn--page01::after,
.large-btn--page02::after,
.large-btn--page03::after,
.large-btn--page04::after {
  content: "";
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.large-btn--page01:hover::after,
.large-btn--page02:hover::after,
.large-btn--page03:hover::after,
.large-btn--page04:hover::after {
  opacity: 1;
}

.large-btn--page01::after {
  background: #aeaeae url(assets/images/top/large-btn-page01.webp);
  background-size: cover;
  background-position: center;
}

.large-btn--page02::after {
  background: #aeaeae url(assets/images/top/large-btn-page02.webp);
  background-size: cover;
  background-position: center;
}

.large-btn--page03::after {
  background: #aeaeae url(assets/images/top/large-btn-page03.webp);
  background-size: cover;
  background-position: center;
}

.large-btn--page04::after {
  background: #aeaeae url(assets/images/top/large-btn-page04.webp);
  background-size: cover;
  background-position: center;
}

.large-link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.large-link-block .large-link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 10px;
  max-width: 475px;
  height: 130px;
  overflow: hidden;
}

.large-link-block .large-link-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.large-link-block .large-link-item a .large-link-block--image {
  width: 180px;
}

.large-link-block .large-link-item a .large-link-block--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 0;
}

.large-link-block .large-link-item a .large-link-block--name {
  width: 295px;
  background: #448D3F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.large-link-block .large-link-item a .large-link-block--name span {
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: 800;
  position: relative;
  z-index: 2;
}

.large-link-block .large-link-item a .large-link-block--name span::before {
  font-family: "fontello";
  content: "\e808";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 10px;
  font-size: 1.8rem;
  line-height: 2;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  position: relative;
  left: 0;
}

.large-link-block .large-link-item a .large-link-block--name .large-link-bg-illust {
  position: absolute;
  width: 180px;
  mix-blend-mode: soft-light;
  right: -50px;
  bottom: 0;
  opacity: 0.5;
}

.large-link-block .large-link-item a .large-link-block--name.btn--orange {
  background: #DC8644;
}

.large-link-block .large-link-item a .large-link-block--name.btn--green {
  background: #49C191;
}

.large-link-block .large-link-item a .large-link-block--name.btn--blue {
  background: #3e98ae;
}

.large-link-block .large-link-item a .large-link-block--name.btn--purple {
  background: #D297E8;
}

.large-link-block .large-link-item a:hover {
  opacity: 0.85;
}

.large-link-block .large-link-item a:hover .large-link-block--name span::before {
  left: 5px;
}

.large-link-block + .large-link-block {
  margin-top: 30px;
}

.pagination {
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination a {
  color: #544C2C;
}

.pagination .page-numbers {
  margin: 0 10px;
}

.pagination .current {
  border-bottom: 1px solid #544C2C;
  font-size: 1.6rem;
}

#elevator_nav {
  position: fixed;
  right: 0;
  top: 400px;
  padding: 30px 10px 30px 0;
  z-index: 10px;
}

#elevator_nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
  position: relative;
}

#elevator_nav ul::after {
  content: "";
  position: absolute;
  border-left: 1px solid #D7D7D7;
  height: 180px;
  top: 10px;
  left: 11px;
  z-index: 0;
}

#elevator_nav ul li {
  margin-bottom: 25px;
}

#elevator_nav ul li:last-of-type {
  margin-bottom: 0;
  font-size: 1.3rem;
}

#elevator_nav ul li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#elevator_nav ul li a::before {
  font-size: 1.3rem;
  font-family: "fontello";
  content: "\e807";
  color: #D7D7D7;
  width: 24px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

#elevator_nav ul li a span {
  font-size: 1.3rem;
}

.current::before {
  color: #3e98ae !important;
  font-size: 16px !important;
}

.subpage_slide_block {
  width: 100%;
  margin-bottom: 40px;
}

ul[id^=section_slider] {
  width: 100%;
  padding: 0;
  margin-top: 0;
}

ul[id^=section_slider] .slick-prev,
ul[id^=section_slider] .slick-next {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 26px;
  height: 26px;
}

ul[id^=section_slider] .slick-prev {
  left: 20px;
}

ul[id^=section_slider] .slick-prev::before {
  font-family: "fontello" !important;
  content: "\e80a" !important;
}

ul[id^=section_slider] .slick-next {
  right: 20px;
}

ul[id^=section_slider] .slick-next::before {
  font-family: "fontello" !important;
  content: "\e808" !important;
}

.slide-item img {
  width: 100%;
}

ul[id^=thumbnail-list] {
  width: 100%;
  margin: 0 auto -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: calc(100% + 15px);
  overflow: hidden;
}

.thumbnail-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: calc(20% - 15px);
  margin: 0 15px 15px 0;
  overflow: hidden;
  cursor: pointer;
}

.thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}

.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.thumbnail-item img {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.carousel_slider {
  margin-top: 50px;
}

.carousel_slider .slick-slider {
  cursor: pointer;
}

.carousel_slider .slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.carousel_slider .slick-slider .slick-slide {
  margin-right: 10px;
}

.carousel_slider .slick-slider .slick-list {
  margin-right: -10px;
}

.carousel_slider .slick-slider .slick-prev {
  position: absolute;
  left: 20px;
  top: 43%;
  z-index: 9;
}

.carousel_slider .slick-slider .slick-prev::before {
  font-size: 4rem;
  line-height: 0;
  font-family: "fontello";
  content: "\e804";
  color: #FFFFFF;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}

.carousel_slider .slick-slider .slick-next {
  position: absolute;
  right: 20px;
  top: 43%;
  z-index: 9;
}

.carousel_slider .slick-slider .slick-next::before {
  font-size: 4rem;
  line-height: 0;
  font-family: "fontello";
  content: "\e805";
  color: #FFFFFF;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}

.access-map iframe {
  width: 100%;
  height: 450px;
}

.access-map iframe + p {
  margin-top: 10px;
}

.access-root-block {
  margin-top: 30px;
}

.access-root-block .col__310 {
  position: relative;
}

.access-root-block .access-root--number {
  font-family: "Roboto", Futura, YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #448D3F;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: -6px;
  left: -10px;
}

.gallery-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.gallery-row .gallery-col {
  width: calc(33.333% - 14px);
}

.modal-item {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.modal-item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.modalBg {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.modalContent {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 101;
  cursor: pointer;
}

.modalImg {
  position: relative;
  width: 800px;
}

.modalImg .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 103;
  border: 0;
  background: #448D3F;
  padding: 10px;
  cursor: pointer;
  outline: none;
}

.modalImg .closeBtn i {
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1;
}

.gcalendar_block {
  width: 100%;
}

.gcalendar_block iframe {
  width: 100%;
  height: 600px;
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
}

.btn_icon::before {
  font-family: "fontello";
  margin-right: 8px;
  font-weight: normal;
}

.btn_icon.-right-circle::before {
  content: "\e808";
}

.cat-badge {
  display: block;
  margin-bottom: 10px;
}

.cat-badge a,
.cat-badge span {
  color: #fff;
  background: #448D3F;
  padding: 2px 10px;
  font-size: 1.4rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}

.cat-badge span.news-badge {
  background: #e16796;
}

.cat-badge span.blog-badge {
  background: #2E9FB1;
}

.cat-badge span.campaign-badge {
  background: #8f8d4d;
}

.catalog-cat-badge {
  color: #fff;
  background: #448D3F;
  padding: 2px 12px;
  font-size: 1.4rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}

.bg--pink {
  background: #faf1f8;
}

.bg--orange {
  background: #DC8644;
}

.bg--dot::before {
  content: "";
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #F4F2ED;
  background-image: -webkit-radial-gradient(#d0d0d0 10%, transparent 20%);
  background-image: radial-gradient(#d0d0d0 10%, transparent 20%);
  background-size: 5px 5px;
  position: absolute;
  top: 34px;
  bottom: 0;
  left: 0;
  right: 0;
}

.qa-list .qa-row {
  padding: 30px 0;
  border-bottom: 2px solid #544C2C;
  width: 100%;
  margin: 0;
}

.qa-list .qa-row:first-child {
  padding-top: 0;
}

.qa-list .qa-row dl {
  margin-bottom: 0;
}

.qa-list .qa-row dt,
.qa-list .qa-row dd {
  line-height: 2;
  color: #544C2C;
  padding: 0 0 0 60px;
  position: relative;
}

.qa-list .qa-row dt::before,
.qa-list .qa-row dd::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.qa-list .qa-row dt {
  font-size: 1.8rem;
  color: #544C2C;
}

.qa-list .qa-row dd {
  font-size: 1.7rem;
}

.qa-list .qa-row dd a,
.qa-list .qa-row dd li {
  font-size: 1.7rem;
}

.qa-list .qa-row .question::before {
  content: "Q";
  background: #6B603D;
  color: #FFFFFF;
}

.qa-list .qa-row .answer {
  margin-top: 20px;
  margin-bottom: 0;
}

.qa-list .qa-row .answer::before {
  content: "A";
  background: #8f8d4d;
  color: #FFFFFF;
}

.qa-list .qa-row .question::before,
.qa-list .qa-row .answer::before {
  font-family: "Inter", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-optical-sizing: auto;
}

.product-item a {
  display: block;
  position: relative;
}

.product-item a .badge--recommended {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.2rem;
  color: #FFFFFF;
  line-height: 1;
  background: #448D3F;
  padding: 4px 16px;
  border-radius: 2px;
}

.product-item a .product-image {
  background: #FFFFFF;
}

.product-item a .recommended-slide-name {
  font-size: 1.6rem;
  margin: 4px 0 4px;
  padding-bottom: 4px;
  border-bottom: 2px dotted #544C2C;
}

.product-item a .recommended-slide-price {
  margin: 0;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  line-height: 1;
}

.product-item a .recommended-slide-price .tanpin {
  font-size: 1.4rem;
}

.bnr-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}

.bnr-block .bnr-item {
  width: 400px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
}

.bnr-block .bnr-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  width: 100%;
  height: 100%;
}

.bnr-block .bnr-item a:hover {
  opacity: 0.85;
}

.bnr-block .bnr-item .bnr-text-area {
  width: 177px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: #448D3F;
}

.bnr-block .bnr-item .bnr-text-area span {
  text-align: center;
  font-size: 1.6rem;
  color: #FFFFFF;
}

.bnr-block .bnr-item .bnr-text-area i {
  color: #FFFFFF;
  font-size: 1.2rem;
  position: absolute;
  top: 10px;
  left: 10px;
}

.bnr-block .bnr-item img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.bnr-block .bnr--gyosya .bnr-text-area {
  background: #2E9FB1;
}

.bnr-block .bnr--ippan .bnr-text-area {
  background: #448D3F;
}

.bnr-block .bnr--voice .bnr-text-area {
  background: #EBA199;
}

.gyosya-cta-section {
  position: relative;
  background-image: url(assets/images/common/gyosya-cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border: none !important;
}

.gyosya-cta-section * {
  color: #FFFFFF;
}

.gyosya-cta-section .content-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gyosya-cta-section .btn-block--center .btn01 {
  width: 320px;
}

section + .content-block.gyosya-cta-section,
section + .content-block.ippan-cta-section {
  margin-top: 100px;
}

.archive-catalog .catalog-back-button + .content-block.gyosya-cta-section,
.archive-catalog .catalog-back-button + .content-block.ippan-cta-section {
  margin-top: 100px;
}

.content-block.gyosya-cta-section + .ippan-cta-section {
  margin: 0;
  border: none !important;
}

.single-block + .content-block.gyosya-cta-section,
.single-block + .content-block.ippan-cta-section {
  margin-top: 0 !important;
}

.ippan-cta-block {
  padding: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background: #FFFFFF;
}

.ippan-cta-block p {
  text-align: center;
}

.ippan-cta-block .btn-block--center {
  margin-top: 16px;
}

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

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt14 {
  margin-top: 14px;
}

.mt16 {
  margin-top: 16px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt100 {
  padding-top: 100px;
}

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

.dl-table-block {
  border: 1px solid #D7D7D7;
  width: 100%;
}

.dl-table-block + .row-block,
.dl-table-block + .row-block--310,
.dl-table-block + .row-block--475 {
  margin-top: 50px;
}

.dl-table-block dl {
  width: 100%;
  border-bottom: 1px solid #D7D7D7;
  color: #544C2C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  line-height: normal;
}

.dl-table-block dl:last-of-type {
  border: none;
}

.dl-table-block dl dt {
  width: 36%;
  border-right: 1px solid #D7D7D7;
  background: #448D3F;
  color: #FFFFFF;
  text-align: center;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dl-table-block dl dd {
  background: #FFFFFF;
  padding: 20px;
  width: 64%;
  margin: 0;
}

.dl-table-block dl dd p {
  line-height: normal;
}

.dl-table-block dl dd p + p,
.dl-table-block dl dd p + ul {
  margin-top: 8px;
}

.dl-table-block dl dd iframe {
  width: 100%;
  height: 400px;
}

.dl-table-block dl dd ul {
  padding-left: 1.5em;
}

.dl-table-block dl dd ul li + li {
  margin-top: 4px;
}

.dl-table-block dl dd span.note::before {
  line-height: 1.75;
}

.dl-table-block dl dd a[href*="tel:"] {
  color: #544C2C;
}

.normal-table table {
  border-collapse: collapse;
  width: 100%;
}

.normal-table table thead th {
  background: #92c078;
  color: #544C2C;
  font-weight: 500;
  border: 1px solid #D7D7D7;
  text-align: center;
  padding: 16px 5px;
}

.normal-table table tbody td {
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  text-align: center;
  padding: 16px 5px;
}

.normal-table table + p {
  margin-top: 20px;
}

.normal-table02 {
  margin-top: 40px;
}

.normal-table02 table {
  border-collapse: collapse;
  width: 100%;
}

.normal-table02 table thead th {
  background: #193047;
  color: #FFFFFF;
  font-weight: 500;
  border: 1px solid #D7D7D7;
  text-align: center;
  padding: 16px 5px;
}

.normal-table02 table tbody th {
  background: #92c078;
  color: #544C2C;
  font-weight: 500;
  border: 1px solid #D7D7D7;
  text-align: center;
  padding: 16px 5px;
  width: 190px;
}

.normal-table02 table tbody td {
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  padding: 16px 10px;
  text-align: center;
}

.normal-table02 table tbody td.unit {
  width: 120px;
  text-align: center;
}

.normal-table02 table tbody td.price {
  width: 200px;
  color: #544C2C;
  text-align: center;
}

.normal-table02 table + p {
  margin-top: 20px;
}

* {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 900;
  font-optical-sizing: auto;
}

p,
a,
li,
table,
dd,
dt {
  color: #544C2C;
  font-size: 1.6rem;
  font-weight: 900;
}

p,
a,
span,
li,
table,
dd,
dt,
h2,
h3,
h4,
h5 {
  -webkit-transform: rotateZ(0.03deg);
  transform: rotateZ(0.03deg);
}

ul {
  margin: 0;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  margin: 0;
}

dd a {
  text-decoration: underline;
}

dd a:hover {
  opacity: 0.8;
}

h2 {
  width: 100%;
  font-size: 2.8rem;
  color: #544C2C;
  margin: 0 0 30px;
  line-height: normal;
  font-weight: 900;
}

.en-heading-block h2 {
  font-size: 3rem;
  margin-bottom: 30px;
}

.heading--white * {
  color: #FFFFFF !important;
}

.en-heading {
  color: #448D3F;
  font-size: 1.8rem;
  margin-bottom: 4px;
  font-weight: 900;
  display: block;
}

.section-heading--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-heading--center h2,
.section-heading--center h3 {
  text-align: center;
  display: block;
  width: 100%;
}

.section-heading--center .en-heading {
  text-align: center;
}

.subpage-main .bg-heading {
  color: #FFFFFF;
  background: #448D3F;
  padding: 15px 20px;
  font-size: 3rem;
}

h3.underline,
h4.underline {
  padding-bottom: 5px;
  position: relative;
  border-bottom: 3px solid #D7D7D7;
  margin-bottom: 20px;
  color: #448D3F;
}

h3.underline:before,
h4.underline:before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 100px;
  height: 3px;
  background: #448D3F;
}

h3.underline {
  font-size: 2.2rem;
}

h4.underline {
  font-size: 1.8rem;
}

h3 {
  width: 100%;
  font-size: 2.2rem;
  margin: 0 0 20px;
  color: #544C2C;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: 900;
}

.number-title--01,
.number-title--02,
.number-title--03,
.number-title--04 {
  position: relative;
  padding-left: 2em;
}

.number-title--01::before,
.number-title--02::before,
.number-title--03::before,
.number-title--04::before {
  font-size: 2.2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFFFFF;
  border-radius: 50%;
}

.number-title--01::before {
  content: "1";
  background: #DC8644;
}

.number-title--02::before {
  content: "2";
  background: #49C191;
}

.number-title--03::before {
  content: "3";
  background: #3e98ae;
}

.number-title--04::before {
  content: "4";
  background: #D297E8;
}

h3.number_none {
  color: #448D3F;
  padding-left: 20px;
  position: relative;
}

h3.number_none::before {
  content: "";
  border-left: 4px solid #448D3F;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

h4 {
  width: 100%;
  font-size: 2rem;
  color: #448D3F;
  margin-bottom: 10px;
  line-height: normal;
  font-weight: 900;
}

h5 {
  width: 100%;
  font-size: 1.9rem;
  color: #448D3F;
  margin-bottom: 10px;
  line-height: normal;
  font-weight: 900;
}

.number_item span {
  font-family: "Roboto", Futura, YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo;
  font-style: italic;
  font-weight: bold;
}

.number_item .number30_main_color {
  color: #448D3F;
  font-size: 3rem;
}

.text--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-block .lead-text {
  margin-bottom: 50px;
}

.lead-text-lg--center {
  text-align: center;
}

.text-link {
  padding-bottom: 4px;
  position: relative;
}

.text-link::before {
  background: #544C2C;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.text-link:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.text-link.link-white::before {
  background: #FFFFFF;
}

.fw {
  font-weight: bold;
}

.green-text {
  color: #448D3F !important;
}

.red-text {
  color: #DC5144 !important;
}

.yellow-text {
  color: #F3ECA3 !important;
}

.pink-text {
  color: #ef75c4 !important;
}

.under_line {
  font-weight: bold;
  border-bottom: 1px solid #544C2C;
}

.under_line_white {
  font-weight: bold;
  border-bottom: 1px solid #FFFFFF;
}

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

.note,
.quote,
.circle,
.square {
  position: relative;
  line-height: 1.5;
  padding-left: 1.3em;
}

.note::before,
.quote::before,
.circle::before,
.square::before {
  position: absolute;
  left: 0;
  margin: 0;
  top: 0.4px;
}

.note::before {
  content: "※";
}

.note + .note {
  margin-top: 8px;
}

.circle::before {
  content: "◎";
}

.square::before {
  content: "■";
}

.price {
  font-size: 1.8rem;
  color: #DC5144;
  line-height: 1.5;
}

.price + p {
  margin-top: 20px;
}

.no_border {
  border: none !important;
  padding: 0;
}

ol.circle-number-list {
  position: relative;
  margin-bottom: 16px;
  padding: 0;
}

ol.circle-number-list li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.5em;
}

ol.circle-number-list li + li {
  margin-top: 6px;
}

ol.circle-number-list li span {
  position: absolute;
  left: 0;
  margin: 0;
}

ul.check-list {
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%;
}

ul.check-list li {
  margin: 0;
  padding: 0 0 0 30px;
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
}

ul.check-list li::before {
  font-family: "fontello";
  content: "\e702";
  color: #448D3F;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: normal;
  line-height: normal;
}

ul.check-list li + li {
  margin-top: 8px;
}

ul.note_list {
  position: relative;
  margin-bottom: 16px;
  padding: 0;
}

ul.note_list li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.5em;
}

ul.note_list li + li {
  margin-top: 6px;
}

ul.note_list li::before {
  content: "※";
  position: absolute;
  left: 0;
  margin: 0;
}

ul.circle_list {
  position: relative;
  margin-bottom: 16px;
  padding: 0;
}

ul.circle_list li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.5em;
}

ul.circle_list li + li {
  margin-top: 6px;
}

ul.circle_list li::before {
  content: "◎";
  position: absolute;
  left: 0;
  margin: 0;
}

ul.non_decoration_list {
  margin: 0 0 16px;
  padding: 0;
}

ul.non_decoration_list li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
}

ul.non_decoration_list li + li {
  margin-top: 6px;
}

ol.step_flow_list {
  margin-bottom: 16px;
  padding: 0;
}

ol.step_flow_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  list-style-position: outside;
  margin: 0;
}

ol.step_flow_list li + li {
  margin-top: 30px;
}

ol.step_flow_list li span {
  color: #FFFFFF;
  font-size: 1.2rem;
  padding: 4px 20px;
  background: #544C2C;
  border-radius: 5px;
  margin: 0 20px 0 0;
  white-space: nowrap;
  position: relative;
}

ol.step_flow_list li span::after {
  position: absolute;
  font-family: "fontello";
  content: "\e800";
  color: #DC5144;
  font-size: 1.6rem;
  line-height: 0;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

ol.step_flow_list li:last-of-type span::after {
  content: none;
}

.ceo_name_right {
  line-height: normal;
  text-align: right;
  font-size: 2rem;
  width: 100%;
}

.ceo_name_right span {
  font-size: 1.5rem;
}

.roboto-900 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

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

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

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

.align-items--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blur_catch01,
.blur_catch02,
.blur_baloon01,
.blur_baloon02,
.blur_block01,
.blur_block02,
.blur_block03,
.blur_block04,
.blur_block05,
.blur_block-cta {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-show01 {
  -webkit-animation: blur_animation01 0.5s ease-out both;
  animation: blur_animation01 0.5s ease-out both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
}

@-webkit-keyframes blur_animation01 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes blur_animation01 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

.is-show02 {
  -webkit-animation: blur_animation02 0.4s ease-out both;
  animation: blur_animation02 0.4s ease-out both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

@-webkit-keyframes blur_animation02 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes blur_animation02 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

.is-show03 {
  -webkit-animation: blur_animation03 0.4s ease-out both;
  animation: blur_animation03 0.4s ease-out both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
}

@-webkit-keyframes blur_animation03 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes blur_animation03 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

.is-show04 {
  -webkit-animation: blur_animation04 0.5s ease-out both;
  animation: blur_animation04 0.5s ease-out both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}

@-webkit-keyframes blur_animation04 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes blur_animation04 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes zoomOutMV {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  99.9%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomOutMV {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  99.9%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.add-animation {
  -webkit-animation: zoomOutMV 10s linear 0s normal both;
  animation: zoomOutMV 10s linear 0s normal both;
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  99.9%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  99.9%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.add-animation_section_image {
  -webkit-animation: zoomOut 10s linear 0s normal both;
  animation: zoomOut 10s linear 0s normal both;
}

.left-mask01,
.left-mask02,
.left-mask03,
.left-mask04,
.left-mask05,
.left-mask06,
.left-mask07,
.left-mask08,
.left-mask09 {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
}

.is-show04.left-mask01,
.is-show04.left-mask02,
.is-show04.left-mask03,
.is-show04.left-mask04,
.is-show04.left-mask05,
.is-show04.left-mask06,
.is-show04.left-mask07,
.is-show04.left-mask08,
.is-show04.left-mask09 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}

.is-show04.left-mask01 img,
.is-show04.left-mask02 img,
.is-show04.left-mask03 img,
.is-show04.left-mask04 img,
.is-show04.left-mask05 img,
.is-show04.left-mask06 img,
.is-show04.left-mask07 img,
.is-show04.left-mask08 img,
.is-show04.left-mask09 img {
  -webkit-animation: zoomOutSection 10s linear 0s normal both;
  animation: zoomOutSection 10s linear 0s normal both;
}

@-webkit-keyframes zoomOutSection {
  0% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  99.9%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomOutSection {
  0% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  99.9%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.loading-bg {
  background-color: #F4F2ED;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.loading-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 290px;
}

.main-visual {
  position: relative;
  width: 100%;
}

.main-visual .main-visual__inner {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 197px 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.main-visual .main-visual__inner * {
  min-height: 0;
  min-width: 0;
}

.main-visual .main-visual__inner .main-visual__news {
  width: 254px;
  height: 450px;
  border: 2px solid #544C2C;
  border-radius: 10px;
  padding: 30px;
  background: #FFFFFF;
}

.main-visual .main-visual__inner .main-visual__news .en-heading-block .en-heading {
  font-size: 1.4rem;
}

.main-visual .main-visual__inner .main-visual__news .en-heading-block h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.main-visual .main-visual__inner .main-visual__news .top-news-block .top-news-block__news-list {
  width: 100%;
}

.main-visual .main-visual__inner .main-visual__news .top-news-block .top-news-block__news-list--news-item {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #AFA17C;
}

.main-visual .main-visual__inner .main-visual__news .top-news-block .top-news-block__news-list--news-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.main-visual .main-visual__inner .main-visual__news .top-news-block .top-news-block__news-list--news-item a:hover {
  opacity: 0.8;
}

.main-visual .main-visual__inner .main-visual__news .top-news-block .top-news-block__news-list--news-item a .news-tmb {
  width: 300px;
  height: 207px;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #e2e2e2;
}

.main-visual .main-visual__inner .main-visual__news .top-news-block .top-news-block__news-list--news-item a .news-tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.main-visual .main-visual__inner .main-visual__news .top-news-block .top-news-block__news-list--news-item a .news-text-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-visual .main-visual__inner .main-visual__news .top-news-block .top-news-block__news-list--news-item a .news-text-block .news-text-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.main-visual .main-visual__inner .main-visual__news .top-news-block .top-news-block__news-list--news-item a .news-text-block .news-text-block__top .cat-badge {
  margin: 0;
}

.main-visual .main-visual__inner .main-visual__news .top-news-block .top-news-block__news-list--news-item a .news-text-block time {
  color: #448D3F;
  font-size: 1.3rem;
  margin-bottom: 0;
  letter-spacing: 0;
}

.main-visual .main-visual__inner .main-visual__news .top-news-block .top-news-block__news-list--news-item a .news-text-block .posts--title {
  font-size: 1.6rem;
  color: #544C2C;
  margin-bottom: 0;
}

.main-visual .main-visual__inner .main-visual__news .top-news-block .top-news-block__news-list--news-item a:hover .news-tmb img {
  opacity: 0.85;
}

.main-visual .main-visual__inner .main-visual__news .top-news-block .btn03 {
  margin-left: auto;
  margin-right: auto;
}

.main-visual .main-visual__inner .main-visual__slide-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 450px;
  width: 100%;
  z-index: 1;
}

.main-visual .main-visual__inner .main-visual__slide-item--slider {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100%;
}

.main-visual .main-visual__inner .main-visual__slide-item--slider .slick-list {
  height: 100%;
}

.main-visual .main-visual__inner .main-visual__slide-item--slider .slick-track {
  height: 100%;
  margin: 0;
}

.main-visual .main-visual__inner .main-visual__slide-item--slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main-visual .main-visual__inner .main-visual__btn-items {
  width: 296px;
}

.main-visual .main-visual__inner .main-visual__btn-items a {
  font-size: 1.6rem;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.main-visual .main-visual__inner .main-visual__btn-items a:hover {
  opacity: 0.85;
}

.main-visual .main-visual__inner .main-visual__btn-items .btn--gyosya {
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}

.main-visual .main-visual__inner .main-visual__btn-items .btn--gyosya a {
  background: #2E9FB1;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-visual .main-visual__inner .main-visual__btn-items .btn--gyosya a::before {
  font-family: "fontello";
  content: "\e808";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.8rem;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.main-visual .main-visual__inner .main-visual__btn-items .btn--gyosya a:hover::before {
  left: 3px;
}

.main-visual .main-visual__inner .main-visual__btn-items .btn--gyosya a i {
  font-size: 1.2rem;
  font-weight: normal;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  right: 10px;
}

.main-visual .main-visual__inner .main-visual__btn-items .subpages-btn-block {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.main-visual .main-visual__inner .main-visual__btn-items .subpages-btn-block .btn--catalog,
.main-visual .main-visual__inner .main-visual__btn-items .subpages-btn-block .btn--quotation {
  width: calc(50% - 8px);
  height: 109px;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
}

.main-visual .main-visual__inner .main-visual__btn-items .subpages-btn-block .btn--catalog a,
.main-visual .main-visual__inner .main-visual__btn-items .subpages-btn-block .btn--quotation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.main-visual .main-visual__inner .main-visual__btn-items .subpages-btn-block .btn--catalog a {
  background: #DC8644;
}

.main-visual .main-visual__inner .main-visual__btn-items .subpages-btn-block .btn--catalog a::before {
  font-family: "fontello";
  content: "\e816";
  color: #FFFFFF;
  font-weight: normal;
  font-size: 1.8rem;
}

.main-visual .main-visual__inner .main-visual__btn-items .subpages-btn-block .btn--quotation a {
  background: #DC5144;
}

.main-visual .main-visual__inner .main-visual__btn-items .subpages-btn-block .btn--quotation a::before {
  font-family: "fontello";
  content: "\f157";
  color: #FFFFFF;
  font-weight: normal;
  font-size: 2.2rem;
}

.main-visual .main-visual__inner .main-visual__btn-items .ec-btn-block {
  margin-top: 16px;
}

.main-visual .main-visual__inner .main-visual__btn-items .ec-btn-block .ec-btn-block__heading {
  display: block;
  background: #544C2C;
  color: #FFFFFF;
  text-align: center;
  font-size: 17px;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.main-visual .main-visual__inner .main-visual__btn-items .ec-btn-block .ec-btn-block__heading i {
  font-size: 1.2rem;
  font-weight: normal;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  right: 10px;
}

.main-visual .main-visual__inner .main-visual__btn-items .ec-btn-block .ec-btn-block__inner {
  border-radius: 0 0 10px 10px;
  border-left: 2px solid #544C2C;
  border-right: 2px solid #544C2C;
  border-bottom: 2px solid #544C2C;
  background: #FFFFFF;
  padding: 20px;
}

.main-visual .main-visual__inner .main-visual__btn-items .ec-btn-block .ec-btn-block__inner .btn03 {
  margin-left: auto;
  margin-right: auto;
}

.main-visual .main-visual__inner .main-visual__btn-items .ec-btn-block .ec-btn-block__inner .btn03 + .btn03 {
  margin-top: 16px;
}

.main-visual .main-visual__inner .main-visual__btn-items .ec-btn-block .ec-btn-block__inner .btn--rakuten a {
  background: #bf0000;
}

.main-visual .main-visual__inner .main-visual__btn-items .ec-btn-block .ec-btn-block__inner .btn--amazon a {
  background: #ff9900;
}

.main-visual .main-visual__inner .main-visual__btn-items .ec-btn-block .ec-btn-block__inner .btn--yahoo a {
  background: #ff0033;
}

.main-visual .loop-slide-block {
  padding-bottom: 100px;
  margin-top: 30px;
}

.main-visual .main-visual__scroll-item {
  position: absolute;
  bottom: 100px;
  right: 40px;
  z-index: 1;
}

.main-visual .main-visual__scroll-item p {
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #544C2C;
  font-size: 14px;
  font-weight: 900;
  height: 120px;
  line-height: normal;
}

.main-visual .main-visual__scroll-item p::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 2px;
  height: 100%;
  background: #544C2C;
  -webkit-animation: arrowlong01 2s ease infinite;
  animation: arrowlong01 2s ease infinite;
}

@-webkit-keyframes arrowlong01 {
  0% {
    height: 0;
    opacity: 0;
  }

  20% {
    height: 0;
    opacity: 1;
  }

  80% {
    height: 100%;
    opacity: 1;
  }

  100% {
    height: 100%;
    opacity: 0;
  }
}

@keyframes arrowlong01 {
  0% {
    height: 0;
    opacity: 0;
  }

  20% {
    height: 0;
    opacity: 1;
  }

  80% {
    height: 100%;
    opacity: 1;
  }

  100% {
    height: 100%;
    opacity: 0;
  }
}

.recommended-slide-block {
  overflow: hidden;
  position: relative;
}

.recommended-slide-block * {
  min-height: 0;
  min-width: 0;
}

.recommended-slide-block .recommended-slider {
  padding: 0;
}

.recommended-slide-block .recommended-slider .slick-slide {
  width: 254px;
  height: auto !important;
}

.recommended-slide-block .recommended-slider .slick-slide + .slick-slide {
  margin-left: 18px;
}

.recommended-slide-block .recommended-slider .slick-slide a {
  display: block;
  position: relative;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.recommended-slide-block .recommended-slider .slick-slide a:hover {
  opacity: 0.85;
}

.recommended-slide-block .recommended-slider .slick-slide a .badge--recommended {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.2rem;
  color: #FFFFFF;
  line-height: 1;
  background: #448D3F;
  padding: 4px 16px;
  border-radius: 2px;
}

.recommended-slide-block .recommended-slider .slick-slide a figure {
  margin-bottom: 10px;
  width: 100%;
  aspect-ratio: 4.5/5;
  overflow: hidden;
}

.recommended-slide-block .recommended-slider .slick-slide a figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.recommended-slide-block .recommended-slider .slick-slide a .recommended-slide-name {
  font-size: 1.6rem;
  margin: 4px 0 2px;
  padding-bottom: 2px;
  border-bottom: 2px dotted #544C2C;
}

.recommended-slide-block .recommended-slider .slick-slide a .recommended-slide-price {
  margin: 0;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  line-height: 1;
}

.recommended-slide-block .recommended-slider .slick-slide a .recommended-slide-price .tanpin {
  font-size: 1.4rem;
}

.recommended-slide-block .slick-prev,
.recommended-slide-block .slick-next {
  z-index: 1;
}

.recommended-slide-block .prev-arrow,
.recommended-slide-block .next-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #544C2C;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.recommended-slide-block .prev-arrow {
  left: 5%;
}

.recommended-slide-block .prev-arrow::before {
  font-family: "fontello";
  content: "\e804";
  color: #FFFFFF;
  font-size: 1.6rem;
}

.recommended-slide-block .next-arrow {
  right: 5%;
}

.recommended-slide-block .next-arrow::before {
  font-family: "fontello";
  content: "\e805";
  color: #FFFFFF;
  font-size: 1.6rem;
}

.recommended-slide-block .slick-dots02 {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.recommended-slide-block .slick-dots02 li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.recommended-slide-block .slick-dots02 li.slick-active button::before {
  color: #448D3F;
  opacity: 1;
}

.recommended-slide-block .slick-dots02 li button {
  background: transparent;
  border: 0;
  font-size: 0pt;
}

.recommended-slide-block .slick-dots02 li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
}

.top-section01 {
  position: relative;
}

.top-section01 .content-block__inner {
  position: relative;
}

.top-section02 {
  position: relative;
}

.top-section02 .en-heading-block h2 {
  margin-bottom: 0;
}

.top-section02 .en-heading-block p {
  margin: 4px 0 30px;
}

.top-section02 .product-item a {
  display: block;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.top-section02 .product-item a:hover {
  opacity: 0.85;
}

.top-section02 .product-item a figure {
  margin-bottom: 10px;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
}

.top-section02 .product-item a figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.top-section03 {
  position: relative;
}

.top-section03 .content-block__inner {
  position: relative;
}

.top-section03 .content-block__inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  background: #544C2C;
}

.top-section05 {
  position: relative;
  padding: 80px 0;
}

.top-section06 {
  position: relative;
  background-image: url(assets/images/top/top-section06-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.top-section06 .top-blog-block {
  max-width: 740px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 50px;
  border-radius: 5px;
}

.top-section06 .top-blog-block .en-heading-block span,
.top-section06 .top-blog-block .en-heading-block h2 {
  color: #FFFFFF;
}

.top-section06 .top-blog-block .top-news-block__news-list--news-item {
  border-bottom: 2px solid #FFFFFF;
}

.top-section06 .top-blog-block .top-news-block__news-list--news-item a .news-text-block .posts--title {
  color: #FFFFFF;
}

.top-section06 .top-blog-block .top-news-block__news-list--news-item a .news-text-block time {
  color: #FFFFFF;
}

.top-section06 .top-blog-block p {
  color: #FFFFFF;
}

.top-section07 .row-block {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.top-section07 .row-block .en-heading-block {
  width: 220px;
}

.top-section07 .row-block .top-recruit-text-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-block .blog-block__inner {
  width: 100%;
}

.blog-block .blog-block__inner-blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -35px;
}

.blog-block .blog-block__inner-blog-list--blog-item {
  width: calc(33.33333% - 35px);
  margin-right: 35px;
}

.blog-block .blog-block__inner-blog-list--blog-item .cat-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.blog-block .blog-block__inner-blog-list--blog-item .blog-tmb {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}

.blog-block .blog-block__inner-blog-list--blog-item .blog-tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog-block .blog-block__inner-blog-list--blog-item h4 {
  font-size: 1.8rem;
  margin-top: 4px;
}

.main-visual-subpage-1col {
  padding: 200px 0 0;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner {
  position: relative;
  height: 340px;
  width: calc(100% - 100px);
  margin: 0 auto;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner--image {
  width: 100%;
  height: 100%;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner--title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner--title h1 {
  font-size: 3.2rem;
  letter-spacing: 2px;
  color: #FFFFFF;
  font-weight: 900;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(72, 72, 72, 0.6);
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner--title .en-heading {
  font-size: 5rem;
  font-family: "Inter", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
  color: #FFFFFF;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner--title span.subtitle {
  color: #544C2C;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.main-visual-subpage-2col {
  padding: 162px 0 40px;
  background: #FAF6F9;
}

.main-visual-subpage-2col .main-visual-subpage-2col__inner {
  position: relative;
  height: 500px;
  max-width: 1100px;
  margin: 0 auto;
}

.main-visual-subpage-2col .main-visual-subpage-2col__inner--image {
  position: absolute;
  right: 50px;
  width: 50%;
  padding: 0;
  margin-top: 0;
  z-index: 2;
}

.main-visual-subpage-2col .main-visual-subpage-2col__inner--image img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.main-visual-subpage-2col .main-visual-subpage-2col__inner--title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 45%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-visual-subpage-2col .main-visual-subpage-2col__inner--title h1.en-heading {
  font-size: 60px;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  margin-top: 0;
  letter-spacing: 2px;
  color: #544C2C;
  text-transform: capitalize;
}

.main-visual-subpage-2col .main-visual-subpage-2col__inner--title span.subtitle {
  color: #544C2C;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
}

.mv_notfound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mv_notfound + .content_block {
  margin-top: 0;
}

.breadcrumb-block {
  max-width: 1200px;
  margin: 14px auto;
  padding: 0 50px;
}

.breadcrumb-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: hidden;
}

.breadcrumb-block ul li,
.breadcrumb-block ul a,
.breadcrumb-block ul li,
.breadcrumb-block ul span {
  color: #544C2C;
  font-size: 14px;
  white-space: nowrap;
}

.breadcrumb-block ul li {
  padding-right: 30px;
  position: relative;
}

.breadcrumb-block ul li::before {
  font-family: "fontello";
  content: "\e801";
  position: absolute;
  right: 10px;
}

.breadcrumb-block ul li:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb-block ul li:last-of-type::before {
  content: "";
}

.single-block .breadcrumb-block {
  max-width: 900px;
  padding: 0;
}

.subpage-main .content-block:first-of-type {
  margin-top: 56px;
}

.subpage-main .section-block {
  border-top: 2px solid #544C2C;
}

.subpage-section-intro img {
  border-radius: 10px;
}

.subpage-h3-block .col__480 img {
  border-radius: 10px;
}

.subpage-h3-block .col__480 img + p {
  margin-top: 20px;
}

.concept-number {
  display: block;
  font-size: 1.6rem;
  color: #544C2C;
  margin-bottom: 6px;
  font-family: "Inter", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 1px;
}

.name-en {
  margin-left: 16px;
  font-size: 1.6rem;
  font-weight: 800;
}

.ceo-image-block img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center -50px;
  object-position: center -50px;
}

.history-block {
  margin-top: 50px;
  width: 100%;
}

.history-block .history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.history-block .history-item + .history-item {
  margin-top: 16px;
}

.history-block .history-item:last-of-type::after {
  height: calc(100% - 17px);
}

.history-block .history-item::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #448D3F;
  border-radius: 50%;
  position: absolute;
  left: 74px;
  top: 8px;
  z-index: 1;
}

.history-block .history-item::after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% + 16px);
  background: #D7D7D7;
  left: 80px;
  top: 8px;
}

.history-block .history-item .history-year span {
  color: #448D3F;
  font-size: 15px;
  display: inline-block;
  width: 110px;
  line-height: 2;
}

.history-block .history-item .history-detail-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.history-block .history-item .history-detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history-block .history-item .history-detail-inner .history-month span {
  font-size: 15px;
  color: #544C2C;
  display: inline-block;
  width: 44px;
  line-height: 2;
}

.flow-section01 .row-block + .row-block {
  margin-top: 50px;
}

.voice-block {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
  border: 2px solid #544C2C;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 0px 0px rgb(51, 51, 51);
  box-shadow: 6px 6px 0px 0px rgb(51, 51, 51);
}

.voice-block + .voice-block {
  margin-top: 30px;
}

.voice-block:nth-of-type(even) {
  margin-left: 5%;
}

.voice-block .voice-illust {
  width: 80px;
}

.voice-block .voice-block-dl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.voice-block dt {
  color: #FFFFFF;
  font-size: 2rem;
  background: #448D3F;
  padding: 8px 12px;
  margin-bottom: 20px;
}

.voice-block dd {
  margin: 0;
}

.guide-cta-block {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background: #FFFFFF;
}

.guide-cta-block p {
  text-align: center;
}

.guide-cta-block .btn-block--center {
  margin-top: 16px;
}

.term-inner-section + .term-inner-section {
  margin-top: 30px;
}

.term-inner-section + .subpage-card-block {
  margin-top: 50px;
}

.term-inner-section h3 {
  padding-bottom: 4px;
  border-bottom: 2px solid #9FBB41;
}

.term-inner-section h4 {
  color: #FFFFFF;
  background: #448D3F;
  margin-bottom: 20px;
  padding: 8px 16px;
}

.term-inner-section h5 {
  margin-bottom: 6px;
}

.term-inner-section p {
  margin: 0;
}

.term-inner-section p + h5 {
  margin-top: 20px;
}

.term-inner-section .term-images-block {
  margin-top: 30px;
}

.term-products-title {
  color: #FFFFFF;
  background: #448D3F;
  margin-bottom: 0;
  padding: 8px 16px;
}

.anker-link-block {
  margin-top: 50px;
}

.anker-link-block .anker-link-block__inner {
  border-radius: 10px;
  border: 3px solid #448D3F;
  padding: 30px;
}

.anker-link-block .anker-link-block__inner .anker-link-menu-heading span {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  color: #544C2C;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #448D3F;
}

.anker-link-block .anker-link-block__inner ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.anker-link-block .anker-link-block__inner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 800;
}

.anker-link-block .anker-link-block__inner ul li a::before {
  font-family: "fontello";
  content: "\f138";
  color: #448D3F;
  font-weight: normal;
  margin-right: 10px;
  font-size: 2rem;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.anker-link-block .anker-link-block__inner ul li a:hover {
  opacity: 0.85;
}

.anker-link-block .anker-link-block__inner ul li a:hover::before {
  left: 4px;
}

.anker-link-block .anker-link-block__inner + .anker-link-block__inner {
  margin-top: 20px;
}

.content-block.section-block.privacy-page .privacy-text-block {
  margin-bottom: 32px;
}

.content-block.section-block.privacy-page .privacy-text-block h2 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 5px;
  color: #448D3F;
}

.content-block.section-block.privacy-page .privacy-text-block ul {
  margin: 16px 0 0;
  list-style: none;
  padding: 0;
}

.content-block.section-block.privacy-page .privacy-text-block ul li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.content-block.section-block.privacy-page .privacy-text-block ul li + li {
  margin-top: 1em;
}

.content-block.section-block.privacy-page .privacy-text-block table {
  width: 100%;
  margin-top: 1em;
  border: 1px solid #544C2C;
}

.content-block.section-block.privacy-page .privacy-text-block table th,
.content-block.section-block.privacy-page .privacy-text-block table td {
  padding: 15px;
  border: 1px solid #544C2C;
}

.content-block.section-block.privacy-page .privacy-text-block table td {
  border: 1px solid #544C2C;
}

.content-block.section-block.privacy-page .privacy-text-block table td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.content-block.section-block.privacy-page .privacy-text-block table td dl + dl {
  margin-top: 1em;
}

.content-block.section-block.privacy-page .privacy-text-block table td dl dt {
  width: 46px;
}

.content-block.section-block.privacy-page .privacy-text-block table td dl dd {
  margin: 0;
}

.content-block.section-block.privacy-page .privacy-text-block table td dl dd a.privacy_mail {
  text-decoration: underline;
  color: #3e98ae;
}

.content-block.section-block.privacy-page .privacy-text-block .privacy_right_block {
  margin-top: 1em;
}

.content-block.section-block.privacy-page .privacy-text-block .privacy_right_block p {
  text-align: right;
}

.content-block.section-block.privacy-page .privacy_text_block:last-of-type {
  margin-bottom: 0;
}

.privacy_list_block .privacy_list_item {
  padding: 50px 0;
  border-top: 1px solid #e2e2e2;
}

.privacy_list_block .privacy_list_item:last-of-type {
  padding-bottom: 0;
}

.privacy_list_block .privacy_list_item .slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.privacy_list_block .privacy_list_item .slogan h3 {
  margin-right: 100px;
  margin-bottom: 0;
}

.privacy_list_block .privacy_list_item .slogan p {
  font-size: 22px;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text {
  padding-left: 20px;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text p {
  font-size: 14px;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text p a {
  color: #448D3F;
  text-decoration: underline;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .large_text {
  font-size: 18px;
  margin-bottom: 20px;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .unordered_list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .unordered_list li {
  line-height: 2;
  font-size: 14px;
  position: relative;
  padding-left: 36px;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .unordered_list li::before {
  content: "ー";
  color: #448D3F;
  position: absolute;
  top: 0;
  left: 0;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li {
  line-height: 2;
  font-size: 14px;
  position: relative;
  padding-left: 36px;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li::before {
  color: #448D3F;
  position: absolute;
  top: 0;
  left: 0;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(1)::before {
  content: "01";
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(2)::before {
  content: "02";
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(3)::before {
  content: "03";
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(4)::before {
  content: "04";
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(5)::before {
  content: "05";
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(6)::before {
  content: "06";
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(7)::before {
  content: "07";
}

.wpcf7 input.wpcf7-text,
.wpcf7 textarea.wpcf7-textarea {
  width: 100%;
}

.wpcf7 input[type=tel] {
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  padding: 10px;
}

.wpcf7 input[type=date] {
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: normal;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wpcf7 input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.wpcf7 input[type=date]::after {
  font-family: "fontello";
  content: "຀";
  font-size: 1.4rem;
  color: #000;
  font-weight: normal;
  display: block;
  pointer-events: none;
}

.wpcf7 input[type=date].is-empty {
  color: #757575;
}

.wpcf7 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.wpcf7 input[type=radio] {
  cursor: pointer;
  width: 18px;
  height: 18px;
}

.wpcf7 .wpcf7-list-item.first {
  margin: 0;
}

.wpcf7 .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.wpcf7 .form_btn_wrap {
  position: relative;
  width: 220px;
  margin: 30px auto 0;
}

.wpcf7 .form_btn_wrap .wpcf7-spinner {
  position: absolute;
  left: 13px;
  top: 13px;
  margin: 0;
  background-color: #FFFFFF !important;
}

.wpcf7 .form_btn_wrap .wpcf7-spinner::before {
  background-color: #448D3F !important;
}

#mw_wp_form_mw-wp-form-12 p {
  font-size: 1.6rem;
}

#mw_wp_form_mw-wp-form-12 p:last-of-type {
  margin-bottom: 0;
}

.mw_wp_form_preview form p:nth-of-type(even) {
  border-bottom: 1px dotted #d0d0d0;
  padding-bottom: 20px;
}

.form_item input {
  width: 100%;
  padding: 5px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.form_item textarea {
  width: 100%;
  padding: 5px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.form_item .red_text {
  font-size: 1.4rem;
}

.form_item_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.form_item_button input {
  border: none;
  background: #448D3F;
  color: #FFFFFF;
  font-size: 1.6rem;
  padding: 10px;
  width: 140px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}

.form_item_button input:hover {
  opacity: 0.8;
}

.form_item_button input:nth-of-type(2) {
  margin-left: 20px;
}

.home_button {
  margin: 50px auto 0;
  width: 220px;
  height: 50px;
}

.home_button a {
  font-size: 1.5rem;
  color: #FFFFFF !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #448D3F;
  position: relative;
  border-radius: 40px;
}

.home_button a::before {
  font-family: "fontello";
  content: "\e801";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.8rem;
}

.contact_section {
  padding: 50px 50px 0;
  margin-bottom: 100px;
}

.form_block .form_row {
  margin-bottom: 20px;
}

.form_block .form_row a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #544C2C;
}

.form_block .form_row_last {
  margin-bottom: 0;
  padding-bottom: 0;
  background-image: none;
  border: none;
}

.form_block .form_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form_block .form_btn_wrap button {
  outline: none;
}

.form_block .form_btn {
  font-size: 1.6rem;
  color: #FFFFFF !important;
  width: 220px;
  height: 50px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #448D3F;
  position: relative;
  border: none;
  cursor: pointer;
}

.form_block .form_btn:focus,
.form_block .form_btn:hover {
  opacity: 0.8;
}

.form_block .form_btn button {
  outline: none;
}

.form_block .form_btn[value=back] {
  background-color: #D7D7D7;
  border: none;
  color: #FFFFFF;
  margin-right: 24px;
}

.form_block .form_btn[value=back]:focus,
.form_block .form_btn[value=back]:hover {
  opacity: 1;
  background: #c5c5c5;
}

.form_block label {
  position: relative;
  padding-left: 16px;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 10px;
  color: #544C2C;
}

.form_block label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 2px;
  width: 4px;
  background: #448D3F;
  border-radius: 6px;
}

.form_block input[type=text],
.form_block input[type=email],
.form_block select,
.form_block textarea {
  border: 1px solid #D7D7D7;
  border-radius: 3px;
  padding: 10px;
}

.form_block select {
  padding-right: 50px;
}

.form_block .mwform-radio-field {
  margin-bottom: 13px;
}

.form_block .required {
  background-color: #DC5144;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 1.3rem;
  margin-left: 10px;
  padding: 2px 10px;
  vertical-align: middle;
  word-break: keep-all;
  position: absolute;
  top: 3px;
}

.form_block .input_long {
  width: 100%;
}

.form_block .confirm_text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form_block .recaptcha_text_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.mw_wp_form_input .input_none {
  display: none;
  speak: none;
}

.mw_wp_form_preview .preview_none {
  display: none;
  speak: none;
}

.mw_wp_form_preview .input_none {
  display: block;
  speak: normal;
}

.mw_wp_form_preview h2 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  color: #544C2C;
}

.mwform-tel-field input[type=text] {
  display: inline-block;
  vertical-align: middle !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_text_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.recaptcha_text_block p a {
  text-decoration: underline;
}

.c-accordion__title {
  position: relative;
  font-size: 20px;
  cursor: pointer;
  padding: 10px 20px;
  margin-bottom: 0;
}

.c-accordion__title::after {
  font-family: "fontello";
  content: "\f106";
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* オープンした時 */

.c-accordion__title.is-open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-accordion__body {
  display: none;
}

.c-accordion__body.is-open {
  display: block;
}

.sub-sec-01 {
  margin-bottom: 0;
  padding-bottom: 50px !important;
}

.sub-sec-01 .content-block__inner {
  padding-bottom: 0 !important;
}

.sub-sec-01 .inner-wide-image-block {
  margin-bottom: 0;
}

.sub-sec-01 .service-box,
.sub-sec-01 .service-box2 {
  padding-top: 50px;
}

.sub-sec-01 .service-box:first-child,
.sub-sec-01 .service-box2:first-child {
  margin-top: 0;
}

.sub-sec-02 {
  padding-bottom: 0 !important;
}

.sub-sec-02 .content-block__inner {
  padding-bottom: 0 !important;
}

.sub-sec-02 .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-sec-02 .row .col-md-6 {
  width: 49%;
}

.sub-sec-02 .row .col-md-6 p {
  font-size: 1.6rem;
}

.sub-sec-02 .row .col-md-6 .right {
  text-align: right;
  font-weight: 800;
}

.post-section {
  margin-bottom: 100px;
}

.post-section .col-md-4 {
  position: relative;
}

.post-section .col-md-4 .cat-badge {
  position: absolute;
  top: 10px;
  left: 20px;
}

.post-section .col-md-4 .cat-badge span {
  color: #fff;
  background: #47C0ED;
  padding: 2px 10px;
  font-size: 1.4rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}

.post-section .col-md-4 .posts--date {
  font-size: 15px;
  font-weight: 700;
  color: #544C2C;
  margin-bottom: 0;
}

.post-section .col-md-4 .posts--title {
  font-size: 1.8rem;
  font-weight: 800;
}

.post-section .col-md-4 figure {
  margin-bottom: 10px;
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
}

.post-section .col-md-4 figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.post-section .btn04 {
  margin-top: 40px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.page-company .sub-sec-01 {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}

.page-recruit .form_block label {
  position: relative;
  padding-left: 16px;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 10px;
  color: #544C2C;
}

.page-recruit .form_block label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 2px;
  width: 4px;
  background: #448D3F;
  border-radius: 6px;
}

.page-recruit .form_block input[type=text],
.page-recruit .form_block input[type=email],
.page-recruit .form_block select,
.page-recruit .form_block textarea {
  border: 1px solid #D7D7D7;
  border-radius: 3px;
  padding: 10px;
}

.page-recruit .form_block .form_row {
  margin-bottom: 20px;
}

.page-recruit .form_block .form_row a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #544C2C;
}

.page-recruit .form_block .form_row_last {
  margin-bottom: 0;
  padding-bottom: 0;
  background-image: none;
  border: none;
}

.page-recruit .form_block .form_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-recruit .form_block .form_btn_wrap button {
  outline: none;
}

.page-recruit .form_block .form_btn {
  font-size: 1.6rem;
  color: #FFFFFF !important;
  width: 220px;
  height: 50px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #DC8644;
  position: relative;
  border: none;
  cursor: pointer;
}

.page-recruit .form_block .form_btn:focus,
.page-recruit .form_block .form_btn:hover {
  opacity: 1;
  background: #4E4E4E;
}

.page-recruit .form_block .form_btn button {
  outline: none;
}

.page-recruit .form_block .form_btn[value=back] {
  background-color: #D7D7D7;
  border: none;
  color: #FFFFFF;
  margin-right: 24px;
}

.page-recruit .form_block .form_btn[value=back]:focus,
.page-recruit .form_block .form_btn[value=back]:hover {
  opacity: 1;
  background: #c5c5c5;
}

.page-recruit .form_block select {
  padding-right: 50px;
}

.page-recruit .form_block .mwform-radio-field {
  margin-bottom: 13px;
}

.page-recruit .form_block .required {
  background-color: #DC5144;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 1.3rem;
  margin-left: 10px;
  padding: 1px 10px 2px;
  vertical-align: middle;
  word-break: keep-all;
  position: absolute;
  top: 3px;
}

.page-recruit .form_block .input_long {
  width: 100%;
}

.page-recruit .form_block .confirm_text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-recruit .form_block .recaptcha_text_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.subpage-main.page-thanks .section-block,
.subpage-main.page-quotation-form-thanks .section-block {
  border-top: none;
}

article {
  position: relative;
}

.archive-section {
  padding-bottom: 100px;
}

.pg--wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.pg--title {
  font-size: 2.4rem;
  margin: 0 0 50px;
  color: #448D3F;
  text-align: center;
}

.pg--contents {
  background-color: #FFFFFF;
  padding: 50px;
  max-width: 900px;
  margin: 0 auto;
}

.news-single-block {
  padding-top: 20px;
}

.posts-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.posts-item-list .posts {
  width: calc(33.33333% - 35px);
  position: relative;
  margin-bottom: 40px;
  margin-right: 35px;
}

.posts-item-list .posts .cat-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.posts--tmb {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #e2e2e2;
}

.posts--tmb img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 3/2;
}

.posts--date {
  color: #448D3F;
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.posts--title {
  font-size: 1.8rem;
  margin: 0 0 10px;
  color: #544C2C;
  line-height: 1.5;
}

.posts--cat span {
  border: 1px solid;
  color: #448D3F;
  font-size: 1.2rem;
  margin-right: 5px;
  padding: 2px 5px;
}

.posts--main-col {
  width: 100%;
}

.no-post {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
  position: relative;
}

.no-post h1 {
  font-size: 3rem;
  margin: 0 0 50px;
  color: #448D3F;
  text-align: center;
}

.posts--content {
  margin-top: 30px;
}

.posts--content h1 {
  font-size: 2.6rem;
  color: #544C2C;
  margin: 0 0 15px;
}

.posts--content h1 strong {
  color: #544C2C;
}

.posts--content h2 {
  font-size: 2.4rem;
  margin: 0 0 15px;
  padding-bottom: 0;
  border: none;
  color: #544C2C;
}

.posts--content h2::after {
  content: none;
}

.posts--content h2 strong {
  color: #544C2C;
}

.posts--content h3 {
  font-size: 2.2rem;
  color: #544C2C;
  margin: 0 0 15px;
  padding: 0;
  border: none;
}

.posts--content h3 strong {
  color: #544C2C;
}

.posts--content h4 {
  font-size: 2rem;
  color: #544C2C;
  margin: 0 0 10px;
}

.posts--content h4 strong {
  color: #544C2C;
}

.posts--content h5 {
  font-size: 1.8rem;
  color: #544C2C;
  margin: 2em 0 15px;
}

.posts--content h5 strong {
  color: #544C2C;
}

.posts--content h6 {
  font-size: 1.6rem;
  color: #544C2C;
  margin: 0 0 15px;
}

.posts--content h6 strong {
  color: #544C2C;
}

.posts--content p {
  margin-bottom: 1em;
}

.posts--content p a {
  text-decoration: underline;
}

.posts--content p a strong {
  color: #0000EE;
}

.posts--content p img + img {
  margin-left: 16px;
}

.posts--content ul,
.posts--content dl,
.posts--content ol {
  margin-bottom: 2em;
  line-height: 2;
}

.posts--content img {
  height: auto;
  width: auto;
}

.posts--content iframe {
  width: 100%;
  margin-bottom: 2em;
}

.pg-blog .blog--tmb {
  margin: 0 0 15px 0;
}

article.single-block {
  margin: 0 !important;
  border: none !important;
}

article.single-block .breadcrumb_block {
  max-width: 900px;
  margin-bottom: 10px;
}

article.single-block .content_inner {
  max-width: 1000px;
  width: 100%;
}

.pg-single--title {
  color: #544C2C;
  margin-bottom: 30px;
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.5;
}

.pg-single--contents > .blog--tmb {
  margin-bottom: 30px;
}

.pg-single--contents > .blog--tmb img {
  aspect-ratio: 3/2;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.pg-single--contents .breadcrumb-block {
  margin-bottom: 50px;
}

.pg-single--contents .posts--content table {
  margin-bottom: 30px;
}

.pg-single--contents .posts--content table,
.pg-single--contents .posts--content td {
  border: 1px solid #448D3F;
  padding: 10px;
}

.catalog-cat-badge-block {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.catalog-cat-badge-block a span {
  background: #448D3F;
  padding: 3px 16px;
  font-size: 1.4rem;
  border-radius: 4px;
  color: #FFFFFF;
}

.catalog-cat-badge-block a .catalog-cat-badge--voice {
  background: #3e98ae;
}

.catalog-cat-badge-block a .catalog-cat-badge--before-after {
  background: #DC8644;
}

.voice-badge {
  background: #3e98ae;
}

.before-after-badge {
  background: #DC8644;
}

.single-mv {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.single-mv h1 {
  color: #FFFFFF;
}

.pg-column figure {
  display: none;
}

.archive-news + .archive-news {
  margin-top: 40px;
}

.archive-news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.archive-news a .news--img {
  width: 300px;
}

.archive-news a .news--content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wp-block-image {
  margin: 0 0 2em 0;
}

.wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.wp-block-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-block-button__link {
  display: block;
  width: 300px;
  font-size: 1.4rem !important;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
}

.wp-block-image figcaption {
  font-size: 1.4rem;
  margin-bottom: 2em !important;
}

.normal_post .posts_item .col {
  margin-bottom: 30px;
}

.category-news .archive_mv {
  margin: 0 !important;
}

.category-blog .archive_mv {
  margin: 0 !important;
}

.category-blog .posts--item {
  margin-bottom: 30px;
}

.category-blog .posts--item .col-4 {
  width: 100%;
}

.category-blog .posts--item .col {
  border: none;
}

.blog-archive-block time {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.blog-archive-block .no_post {
  margin-bottom: 80px;
}

.blog-archive-block .no_post + .right_btn_block {
  visibility: hidden;
}

.term-section {
  margin-top: 80px;
}

.term-section + .term-section {
  padding-top: 80px;
  border-top: 2px solid #544C2C;
}

.term-section:last-of-type {
  margin-bottom: 80px;
}

.term-section .btn-block--center .btn01 {
  width: 320px;
}

.post-card-block {
  width: 100%;
}

.post-card-block .post-card-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-card-block .post-card-block__inner .catalog-card-item {
  width: 47.5%;
  max-width: 475px;
  position: relative;
}

.post-card-block .post-card-block__inner .catalog-card-item .catalog-cat-badge-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.post-card-block .post-card-block__inner .catalog-card-item figure {
  margin-bottom: 10px;
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
}

.post-card-block .post-card-block__inner .catalog-card-item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
}

.post-card-block .post-card-block__inner .catalog-card-item time {
  font-size: 1.4rem;
  display: block;
}

.post-card-block .post-card-block__inner .catalog-card-item h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #448D3F;
}

.pg-catalog .pg-single--title {
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 2px dotted #544C2C;
}

.pg-catalog .pg-single--price {
  text-align: right;
}

.pg-catalog p img {
  display: block;
  margin: 0 auto;
}

.posts--content + .custom-post-block {
  margin-top: 40px;
}

.custom-post-block + .custom-post-block {
  margin-top: 40px;
}

.catalog-post-image-block img {
  height: auto;
  width: auto;
}

.features_list_block {
  border: 1px solid #D7D7D7;
  margin-bottom: 50px;
}

.features_list_block h4 {
  color: #FFFFFF;
  background: #448D3F;
  padding: 10px 30px;
  font-size: 18px;
}

.features_list_block .features_list_block_inner {
  padding: 30px;
}

.features_list_block .features_list_block_inner ul {
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%;
}

.features_list_block .features_list_block_inner ul li {
  margin: 0;
  padding: 0 0 10px 18px;
  border-bottom: 1px dotted #6B603D;
  position: relative;
}

.features_list_block .features_list_block_inner ul li::before {
  font-family: "fontello";
  content: "\e807";
  color: #448D3F;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

.features_list_block .features_list_block_inner ul li + li {
  margin-top: 20px;
}

.subpage-card-block {
  width: 100%;
}

.subpage-card-block .subpage-card-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.subpage-card-block .subpage-card-block__inner .posts--item {
  width: calc(25% - 15px);
  position: relative;
}

.subpage-card-block .subpage-card-block__inner .posts--item figure {
  margin-bottom: 10px;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
}

.subpage-card-block .subpage-card-block__inner .posts--item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.subpage-card-block .subpage-card-block__inner .posts--item .catalog-cat-badge-block {
  position: absolute;
  top: 10px;
  left: 10px;
}

.subpage-card-block .subpage-card-block__inner .posts--item time {
  font-size: 14px;
  color: #544C2C;
  margin-bottom: 0;
  display: block;
}

.subpage-card-block .subpage-card-block__inner .posts--item h4 {
  font-size: 16px;
  color: #544C2C;
  margin: 0;
}

.subpage-card-block .subpage-card-block__inner .posts--item a {
  display: block;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.subpage-card-block .subpage-card-block__inner .posts--item a:hover {
  opacity: 0.85;
}

.pg-single--contents .btn-block--center .btn01 {
  margin-top: 50px;
  width: 320px;
}

@media screen and (min-width: 1000px) {
  .subpage-main .single-block {
    padding-top: 200px !important;
  }

  .row-block--350 {
    -webkit-column-gap: 2.5%;
    -moz-column-gap: 2.5%;
    column-gap: 2.5%;
  }

  .row-block--495 {
    -webkit-column-gap: 10%;
    -moz-column-gap: 10%;
    column-gap: 10%;
  }

  header {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 169px;
  }

  header::after {
    content: "";
    position: absolute;
    background: #F4F2ED;
    top: 0;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 9;
  }

  .logo-sp-block {
    display: none;
  }

  #drawer {
    display: none;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }

  .large-btn a:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .large-btn--page01:hover::after,
  .large-btn--page02:hover::after,
  .large-btn--page03:hover::after,
  .large-btn--page04:hover::after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .thumbnail-item:nth-of-type(5n) {
    margin-right: 0;
  }

  .ippan-cta-block .btn-block--center .btn01 {
    width: 260px;
  }

  .inner-tel-text {
    color: #544C2C;
  }

  .lg-none {
    display: none !important;
  }

  .guide-cta-block .btn-block--center .btn01 {
    width: 260px;
  }

  .category-blog .posts--item .col-4 {
    width: 40%;
    margin-right: 3%;
  }
}

@media screen and (min-width: 1400px) {
  .xl-none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  html {
    -webkit-overflow-scrolling: touch;
  }

  a:hover {
    opacity: 1;
  }

  .contents-wrapper {
    overflow: hidden;
    width: 100%;
    min-width: 100%;
  }

  body {
    min-width: initial;
  }

  .subpage-main .content-block {
    padding: 80px 0;
  }

  .subpage-main .content-block .content-block__inner {
    padding: 0 5% 0;
  }

  .subpage-main .single-block {
    padding-top: 160px !important;
  }

  .content-block__inner {
    padding: 0 5%;
  }

  .content-block__inner + .content-block__inner .inner_row_img_block {
    margin-top: 0;
  }

  .section-block {
    padding: 80px 0;
  }

  .right-bg-section-block .bg-heading,
  .left-bg-section-block .bg-heading {
    font-size: 2.5rem;
    padding: 0.3em;
  }

  .right-bg-section-block .text-item,
  .left-bg-section-block .text-item {
    width: 100%;
    background: #F4F2ED;
    margin-top: 400px;
  }

  .right-bg-section-block .right-bg-section-block__inner,
  .right-bg-section-block .left-bg-section-block__inner,
  .left-bg-section-block .right-bg-section-block__inner,
  .left-bg-section-block .left-bg-section-block__inner {
    padding-top: 0;
  }

  .right-bg-section-block .text-item {
    padding: 10% 5% 50px;
  }

  .left-bg-section-block .bg-heading-block {
    top: -410px;
    left: 5%;
    right: auto;
    width: 90%;
  }

  .left-bg-section-block .text-item {
    padding: 10% 5% 50px;
  }

  .row-block + .subpage_h3_block {
    margin-top: 30px;
  }

  .row-block--495 + .subpage_h3_block,
  .row-block--350 + .subpage_h3_block {
    margin-top: 30px;
  }

  .row-block--525 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .col__495 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .col__525 {
    max-width: 100%;
    min-width: auto;
    max-width: none;
  }

  .col__90p {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .col__90p + div {
    margin-top: 50px;
  }

  .col__350 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .image-290-flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-290-flex-block .col-image {
    width: 100%;
  }

  .image--baloon {
    top: -3%;
    left: -3%;
  }

  .sm-order01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .sm-order02 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .col__400 {
    width: 100%;
    max-width: none;
  }

  .wide-image-block {
    width: 100%;
    height: 160px;
  }

  .flex-strech-block__item01,
  .flex-strech-block__item02,
  .flex-strech-block__item03 {
    width: 100%;
  }

  .flex-strech-block__item-inner {
    width: 70%;
  }

  .inner-wide-image-block {
    height: auto;
    aspect-ratio: 3/2;
    margin-bottom: 30px;
  }

  .features-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
  }

  .features-block .features-item {
    width: calc(50% - 16px);
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .features-block .features-item .features-image {
    margin-bottom: 10px;
  }

  .features-block .features-item .features-text .sub-text {
    font-size: 1.6rem;
  }

  .features-block .features-item .features-text .main-text {
    font-size: 2.6rem;
  }

  .check-point-block .check-point-block-heading {
    font-size: 1.8rem;
  }

  .check-point-block .check-point-list {
    padding: 20px;
  }

  .cta-block {
    padding: 80px 0;
    background-position: center;
  }

  .cta-block .cta-block__inner {
    width: 90%;
    padding: 0;
  }

  .cta-block .cta-block__inner .cta-inner-row ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .large-price-block > dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .large-price-block > dl > dt {
    width: 100%;
    padding: 15px 10px 14px;
  }

  .simple-contact-parts .cta-block__inner {
    width: 100%;
  }

  .parallel-flow {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .parallel-flow .flow-item:nth-of-type(4n) {
    margin-left: 0;
  }

  .parallel-flow .flow-item {
    width: 31%;
    margin-right: 0;
  }

  .parallel-flow .flow-item::after {
    content: none;
  }

  .parallel-flow .flow-item + .flow-item {
    margin-left: 3.5%;
  }

  .simple-flow-block {
    padding: 30px 5%;
  }

  .simple-flow-block dl {
    padding-left: 0;
  }

  .simple-flow-block dl:last-of-type {
    padding-bottom: 0;
  }

  .simple-flow-block dl::after {
    content: none;
  }

  .simple-flow-block dl dt {
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .simple-flow-block dl dt img {
    width: 90px;
  }

  .simple-flow-block dl dt .flow-step {
    width: 90px;
    margin-right: 14px;
  }

  .simple-flow-block dl dt .flow-step::after {
    content: none;
  }

  .simple-flow-block dl dt span {
    padding-left: 0;
    font-size: 18px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .simple-flow-block dl dt span::before {
    content: none;
  }

  .simple-flow-block dl dt span::after {
    content: none;
  }

  .simple-flow-block dl dd {
    margin: 0;
  }

  .flow-cta h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .flow-cta .flow-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-flow-block .image-flow-block__flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-flow-block .image-flow-block__flow-item--image {
    width: 100%;
    max-width: 100%;
  }

  .image-flow-block .image-flow-block__flow-item--baloon {
    top: -3%;
    left: -3%;
  }

  .image-flow-block .image-flow-block__flow-item--text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .point-list-block {
    padding: 30px 5%;
  }

  .loop-slide-block ul.loop-slide-block__list li {
    width: 260px;
  }

  .illust-map-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }

  .illust-map-block .speechBubble::before {
    left: 50%;
  }

  .illust-map-block .speechBubble::after {
    left: 50%;
  }

  .illust-map-block .illust-map-item {
    width: 80%;
  }

  .illust-map-block .illust-map-item img {
    width: 100%;
  }

  header {
    position: static;
  }

  header .header-pc {
    display: none;
  }

  .logo-sp-block {
    height: 90px;
  }

  .logo-sp-block .logo-sp-block__logo {
    width: 230px;
  }

  #drawer {
    top: 20px;
  }

  #drawer .menu {
    width: 100%;
  }

  .sp-menu-block .sp-menu-block__logo a {
    width: 210px;
  }

  footer .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    padding: 80px 5%;
  }

  footer .footer__inner .footer__left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .footer__inner .footer__left .footer-logo-text span {
    text-align: center;
  }

  footer .footer__inner .footer__left a {
    text-decoration: none;
  }

  footer .footer__inner .footer__left p {
    text-align: center;
  }

  footer .footer__inner .footer__left .footer-instagram {
    padding-bottom: 0;
  }

  footer .footer__inner .footer__right {
    width: 100%;
  }

  footer .footer__inner .footer-nav-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .footer__inner .footer-nav-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .footer__inner .footer-nav-block ul li {
    text-align: center;
  }

  footer .footer__inner .footer-nav-block ul li + li {
    margin-top: auto;
  }

  footer .footer__inner .footer-nav-block ul li.pp {
    width: 100%;
  }

  footer .footer__inner .footer-cta-block ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }

  footer .footer__inner .footer__bottom .pagetop-item {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  footer .footer__inner .footer__bottom .copy {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  footer .footer__inner .footer__bottom .copy p {
    text-align: center;
  }

  .order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0 !important;
  }

  .order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 50px;
  }

  .btn-block--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn_320 {
    width: 280px;
    margin: 0 auto;
  }

  .btn_320 + .btn_320 {
    margin-top: 20px;
  }

  .btn_217 {
    width: 280px;
    margin: 0 auto;
  }

  .btn_217 + .btn_217 {
    margin-top: 20px;
  }

  .btn_230 {
    width: 280px;
    margin: 0 auto;
  }

  .btn_230 + .btn_230 {
    margin-top: 20px;
  }

  .btn-icon--line a::before {
    width: 40px;
    height: 40px;
  }

  .large-btn-block .row-block + .row-block {
    margin-top: 20px;
  }

  .large-btn {
    height: 120px;
  }

  .large-btn + .col__475.large-btn {
    margin-top: 20px;
  }

  .large-link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .large-link-block .large-link-item {
    height: auto;
    width: 100%;
  }

  .large-link-block .large-link-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .large-link-block .large-link-item a .large-link-block--image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 180px;
    width: 100%;
  }

  .large-link-block .large-link-item a .large-link-block--image img {
    -o-object-position: center 10%;
    object-position: center 10%;
  }

  .large-link-block .large-link-item a .large-link-block--name {
    width: 100%;
    padding: 20px 10px;
  }

  #elevator_nav {
    display: none;
  }

  ul[id^=section_slider] .slick-prev::before {
    font-size: 2.4rem;
  }

  ul[id^=section_slider] .slick-next::before {
    font-size: 2.4rem;
  }

  ul[id^=thumbnail-list] {
    margin-bottom: -15px;
  }

  .thumbnail-item {
    width: calc(33.33333% - 15px);
  }

  .thumbnail-item:nth-of-type(3n) {
    margin-right: 0;
  }

  .thumbnail-item img {
    height: 60px;
  }

  .carousel_slider {
    margin-top: 0;
  }

  .carousel_slider .slick-slider .slick-prev::before {
    font-size: 3rem;
  }

  .carousel_slider .slick-slider .slick-prev {
    left: 10px;
    top: 40%;
  }

  .carousel_slider .slick-slider .slick-next::before {
    font-size: 3rem;
  }

  .carousel_slider .slick-slider .slick-next {
    right: 10px;
    top: 40%;
  }

  .access-root-block .access-root--number {
    top: -4px;
    left: -10px;
  }

  .modalImg {
    width: 90%;
  }

  .bnr-block .bnr-item {
    height: auto;
  }

  .bnr-block .bnr-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bnr-block .bnr-item .bnr-text-area {
    width: 100%;
    padding: 20px 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .bnr-block .bnr-item img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .gyosya-cta-section {
    background-position: bottom;
  }

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

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

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

  .dl-table-block dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dl-table-block dl dt {
    width: 100%;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-right: 0;
  }

  .dl-table-block dl dd {
    width: 100%;
    border-top: 1px solid #D7D7D7;
  }

  .dl-table-block dl dd iframe {
    height: 300px;
  }

  .normal-table table thead {
    display: none;
  }

  .normal-table table tbody tr {
    border: 1px solid #D7D7D7;
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  .normal-table table tbody td {
    border: none;
    border-bottom: 1px solid #D7D7D7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
  }

  .normal-table table tbody td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-right: 20px;
    white-space: nowrap;
  }

  .normal-table table tbody td:first-of-type {
    background: #92c078;
  }

  .normal-table table tbody td:last-of-type {
    border-bottom: none;
  }

  .normal-table02 table thead th {
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }

  .normal-table02 table tbody tr {
    border: 1px solid #D7D7D7;
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  .normal-table02 table tbody tr:last-of-type {
    margin-bottom: 0;
  }

  .normal-table02 table tbody th {
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
  }

  .normal-table02 table tbody td {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #D7D7D7;
    padding: 16px;
  }

  .normal-table02 table tbody td:last-of-type {
    border-bottom: none;
  }

  .normal-table02 table tbody td.unit {
    width: 100%;
  }

  .normal-table02 table tbody td.price {
    width: 100%;
  }

  h2 {
    font-size: 2.4rem;
  }

  .en-heading-block h2 {
    font-size: 2.6rem;
  }

  .section-heading--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-heading--left h2,
  .section-heading--left h3 {
    text-align: center;
    display: block;
    width: 100%;
  }

  .section-heading--left .en-heading {
    text-align: center;
  }

  .subpage-main .bg-heading {
    padding: 14px;
    font-size: 2.2rem;
  }

  h3.underline:before,
  h4.underline:before {
    width: 80px;
  }

  .number-title--01::before,
  .number-title--02::before,
  .number-title--03::before,
  .number-title--04::before {
    font-size: 2rem;
    width: 34px;
    height: 34px;
  }

  .section-block .lead-text {
    margin-bottom: 30px;
  }

  .lead-text-lg--center {
    text-align: left;
  }

  .sm-none {
    display: none !important;
  }

  .loading-logo {
    width: 220px;
  }

  .main-visual .main-visual__inner {
    padding: 115px 0 80px;
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }

  .main-visual .main-visual__inner .main-visual__news {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    height: auto;
    width: 100%;
  }

  .main-visual .main-visual__inner .main-visual__news .en-heading-block .en-heading {
    font-size: 1.8rem;
    margin-bottom: 4px;
  }

  .main-visual .main-visual__inner .main-visual__news .en-heading-block h2 {
    font-size: 2.6rem;
  }

  .main-visual .main-visual__inner .main-visual__news .top-news-block .top-news-block__news-list--news-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .main-visual .main-visual__inner .main-visual__news .top-news-block .top-news-block__news-list--news-item a .news-tmb {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }

  .main-visual .main-visual__inner .main-visual__slide-item {
    height: 400px;
    min-height: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .main-visual .main-visual__inner .main-visual__btn-items {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .main-visual .loop-slide-block {
    padding-bottom: 0;
  }

  .main-visual .main-visual__scroll-item {
    display: none;
  }

  .main-visual .main-visual__scroll-item p {
    font-size: 13px;
  }

  .main-visual .main-visual__scroll-item p::before {
    left: -1px;
  }

  .top-section03 .content-block__inner::before {
    content: none;
  }

  .top-section03 .content-block__inner .row-block--495 {
    gap: 0;
  }

  .top-section03 .content-block__inner .row-block--495 .col__495 + .col__495 {
    margin-top: 80px;
    padding-top: 80px;
    position: relative;
  }

  .top-section03 .content-block__inner .row-block--495 .col__495 + .col__495::before {
    content: "";
    border-top: 2px solid #544C2C;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .top-section06 .top-blog-block {
    padding: 50px 5%;
  }

  .top-section07 .row-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-section07 .row-block .en-heading-block {
    width: 100%;
  }

  .top-section07 .row-block .top-recruit-text-block {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }

  .blog-block .blog-block__inner-blog-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
  }

  .blog-block .blog-block__inner-blog-list--blog-item {
    width: 100%;
    margin-right: 0;
  }

  .blog-block .blog-block__inner-blog-list--blog-item + .col__310 {
    margin-top: 40px;
  }

  .main-visual-subpage-1col {
    padding: 110px 0 0;
  }

  .main-visual-subpage-1col .main-visual-subpage-1col__inner {
    margin-bottom: 10px;
    height: 260px;
    width: 90%;
  }

  .main-visual-subpage-1col .main-visual-subpage-1col__inner--title h1 {
    font-size: 2.8rem;
  }

  .main-visual-subpage-1col .main-visual-subpage-1col__inner--title .en-heading {
    font-size: 3.8rem;
  }

  .main-visual-subpage-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 100px 0 60px;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner {
    width: 90%;
    height: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner--image {
    position: static;
    width: 100%;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner--image img {
    height: 50vh;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner--title {
    position: static;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    margin: 30px auto 0;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner--title h1.en-heading {
    font-size: 54px;
  }

  .breadcrumb-block {
    max-width: auto;
    width: 100%;
    padding: 0 5% 0;
    margin: 0 auto 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .breadcrumb-block ul {
    overflow-x: scroll;
  }

  .breadcrumb-block ul li:last-of-type {
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
  }

  .breadcrumb-block ul li {
    white-space: nowrap;
  }

  .single-block .breadcrumb-block {
    max-width: auto;
    width: 100%;
    padding: 0 5% 0;
  }

  .subpage-main .content-block:first-of-type {
    margin-top: 50px;
  }

  .ceo-image-block img {
    height: 440px;
  }

  .history-block .history-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 24px;
  }

  .history-block .history-item::before {
    top: 10px;
    left: 0px;
  }

  .history-block .history-item::after {
    top: 10px;
    left: 6px;
  }

  .history-block .history-item .history-year span {
    font-size: 16px;
  }

  .history-block .history-item .history-detail-inner {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .history-block .history-item .history-detail-inner .history-month span {
    font-size: 16px;
  }

  .voice-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .content-block.section-block.privacy-page .privacy-text-block table td dl {
    display: block;
  }

  .privacy_list_block .privacy_list_item h3 {
    font-size: 22px;
  }

  .privacy_list_block .privacy_list_item .slogan h3 {
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 22px;
  }

  .privacy_list_block .privacy_list_item .privacy_list_inner_text {
    padding-left: 0;
  }

  .privacy_list_block .privacy_list_item .privacy_list_inner_text .unordered_list li {
    padding-left: 26px;
  }

  .privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li {
    padding-left: 26px;
  }

  .wpcf7 input[type=date] {
    margin: 0 0 14px 0;
    width: 100%;
  }

  .form_item_button {
    margin-top: 24px;
  }

  .form_item_button input {
    width: 110px;
  }

  .contact_section {
    margin-bottom: 0;
    padding-top: 30px;
  }

  .form_block label {
    margin-bottom: 16px;
  }

  .form_block input[type=text],
  .form_block input[type=email],
  .form_block select,
  .form_block textarea {
    width: 100%;
    font-size: 1.8rem;
    outline: none;
  }

  .form_block .recaptcha_text_block {
    display: block;
  }

  .mwform-tel-field input[type=text] {
    width: 30% !important;
  }

  .c-accordion__title::after {
    right: 0;
    top: 4px;
  }

  .sub-sec-01 .col__475 {
    margin-top: 30px;
  }

  .sub-sec-01 .col__475:first-child {
    margin-top: 0;
  }

  .sub-sec-02 .row .col-md-6 {
    width: 100%;
  }

  .sub-sec-02 .row .col-md-6 .right {
    margin-top: 20px;
  }

  .sub-sec-02 .row .mb-20 {
    margin-bottom: 20px;
  }

  .post-section {
    margin-bottom: 50px;
  }

  .post-section .col-md-4 {
    margin-top: 30px;
  }

  .post-section .col-md-4:first-child {
    margin-top: 0;
  }

  .post-section .btn04 {
    margin-top: 20px;
  }

  .page-company .sub-sec-01 {
    padding-bottom: 50px !important;
  }

  .page-recruit .form_block label {
    margin-bottom: 16px;
  }

  .page-recruit .form_block input[type=text],
  .page-recruit .form_block input[type=email],
  .page-recruit .form_block select,
  .page-recruit .form_block textarea {
    width: 100%;
    font-size: 1.8rem;
    outline: none;
  }

  .page-recruit .form_block .recaptcha_text_block {
    display: block;
  }

  .subpage-main.page-thanks .content-block,
  .subpage-main.page-quotation-form-thanks .content-block {
    margin-top: 0 !important;
  }

  .archive-section {
    padding: 0;
    margin-bottom: 70px;
  }

  .pg--wrapper {
    padding: 0 5%;
  }

  .pg--contents {
    padding: 30px 5%;
  }

  .posts-item-list .posts {
    width: 100%;
    margin-right: 0;
  }

  .home .no-post {
    margin-top: 20px;
    padding: 0 0 30px;
  }

  .no-post h1 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .posts--content p img + img {
    margin-left: auto;
    margin-top: 16px;
  }

  .pg-single--contents {
    padding-top: 30px;
  }

  .single-mv {
    margin: 0 !important;
    padding-bottom: 70px !important;
  }

  .archive-news a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .archive-news a .news--img {
    width: 100%;
  }

  .archive-news a .news--content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .wp-block-button__link {
    width: 250px;
    font-size: 1.6rem !important;
  }

  .wp-block-image figcaption {
    font-size: 1.6rem;
  }

  .category-news .column_block .column_block_inner {
    width: 90%;
  }

  .category-blog .column_block .column_block_inner {
    width: 90%;
  }

  .blog-archive-block .col-md-4 + .col-md-4 {
    margin-top: 30px;
  }

  .blog-archive-block .no_post {
    margin-bottom: 40px;
  }

  .post-card-block .post-card-block__inner .catalog-card-item {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .subpage-card-block .subpage-card-block__inner .posts--item {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 751px) and (max-width: 999px) {
  a:hover {
    opacity: 1;
  }

  .contents-wrapper {
    overflow: hidden;
    width: 100%;
    min-width: 100%;
  }

  body {
    min-width: 100%;
  }

  .subpage-main .single-block {
    padding-top: 160px !important;
  }

  .content-block__inner + .content-block__inner .inner_row_img_block {
    margin-top: 0;
  }

  .right-bg-section-block,
  .left-bg-section-block {
    padding-top: 80px;
  }

  .right-bg-section-block .right-bg-section-block__inner,
  .right-bg-section-block .left-bg-section-block__inner,
  .left-bg-section-block .right-bg-section-block__inner,
  .left-bg-section-block .left-bg-section-block__inner {
    border-radius: 0;
  }

  .row-block--350 {
    -webkit-column-gap: 2.5%;
    -moz-column-gap: 2.5%;
    column-gap: 2.5%;
  }

  .row-block--495 {
    -webkit-column-gap: 10%;
    -moz-column-gap: 10%;
    column-gap: 10%;
  }

  .col__90p {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .col__90p + div {
    margin-top: 50px;
  }

  .inner-btn-col a.inner-link-block .btn-heading {
    width: 92%;
  }

  .col__400 {
    width: 100%;
    max-width: none;
  }

  .features-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }

  .features-block .features-item {
    width: calc(50% - 20px);
  }

  .check-point-block .check-point-block-heading {
    font-size: 2rem;
  }

  .cta-block {
    padding: 100px 0;
  }

  .cta-block .cta-block__inner {
    width: 90%;
  }

  .cta-block .cta-block__inner .cta-inner-row ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .simple-contact-parts .cta-block__inner {
    width: 100%;
  }

  .parallel-flow {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .parallel-flow .flow-item {
    width: 28%;
    margin-right: 0;
  }

  .parallel-flow .flow-item:nth-of-type(4n) {
    margin-left: 0;
  }

  .parallel-flow .flow-item:nth-of-type(4n)::after {
    content: none;
  }

  .parallel-flow .flow-item::after {
    font-size: 4rem;
    right: -20%;
  }

  .parallel-flow .flow-item + .flow-item {
    margin-left: 8%;
  }

  .flow-cta .flow-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .illust-map-block {
    gap: 20px;
  }

  .illust-map-block .illust-map-item {
    margin-top: 40px;
  }

  .illust-map-block .illust-map-item img {
    width: 230px;
  }

  header {
    position: static;
  }

  header .header-pc {
    display: none;
  }

  header .header-pc .header-pc__inner {
    height: 30px;
  }

  .logo-sp-block {
    height: 110px;
  }

  #drawer {
    display: block;
  }

  footer .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    padding: 80px 5%;
  }

  footer .footer__inner .footer__left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .footer__inner .footer__left .footer-logo-text span {
    text-align: center;
  }

  footer .footer__inner .footer__left p {
    text-align: center;
  }

  footer .footer__inner .footer__right {
    width: 100%;
  }

  footer .footer__inner .footer-nav-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }

  .order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0 !important;
  }

  .order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 50px;
  }

  .btn-block--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn_320 {
    width: 31%;
  }

  .large-btn {
    height: 150px;
  }

  .large-btn a span {
    font-size: 20px;
  }

  .large-link-block {
    gap: 5%;
  }

  .large-link-block .large-link-item {
    height: auto;
    width: 47.5%;
  }

  .large-link-block .large-link-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .large-link-block .large-link-item a .large-link-block--image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 200px;
    width: 100%;
  }

  .large-link-block .large-link-item a .large-link-block--image img {
    -o-object-position: center 10%;
    object-position: center 10%;
  }

  .large-link-block .large-link-item a .large-link-block--name {
    width: 100%;
    padding: 20px 10px;
  }

  #elevator_nav {
    background: none;
    right: 1%;
  }

  .thumbnail-item:nth-of-type(5n) {
    margin-right: 0;
  }

  .thumbnail-item img {
    height: 80px;
  }

  .carousel_slider {
    margin-top: 0;
  }

  .modalImg {
    width: 80%;
  }

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

  .normal-table02 table thead th {
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }

  .normal-table02 table tbody tr {
    border: 1px solid #D7D7D7;
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  .normal-table02 table tbody tr:last-of-type {
    margin-bottom: 0;
  }

  .normal-table02 table tbody th {
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
  }

  .normal-table02 table tbody td {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #D7D7D7;
    padding: 16px;
  }

  .normal-table02 table tbody td:last-of-type {
    border-bottom: none;
  }

  .normal-table02 table tbody td.unit {
    width: 100%;
  }

  .normal-table02 table tbody td.price {
    width: 100%;
  }

  .md-none {
    display: none !important;
  }

  .main-visual .main-visual__inner {
    padding: 133px 0 80px;
    max-width: 90%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .main-visual .main-visual__inner .main-visual__news {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(50% - 15px);
  }

  .main-visual .main-visual__inner .main-visual__slide-item {
    height: 450px;
    min-height: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .main-visual .main-visual__inner .main-visual__btn-items {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: calc(50% - 15px);
  }

  .main-visual .loop-slide-block {
    padding-bottom: 0;
  }

  .main-visual .main-visual__scroll-item {
    bottom: 80px;
    right: 5px;
  }

  .recommended-slide-block .recommended-slider .slick-slide {
    width: 220px;
  }

  .top-section07 .row-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-section07 .row-block .en-heading-block {
    width: 100%;
  }

  .top-section07 .row-block .top-recruit-text-block {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }

  .blog-block .blog-block__inner-blog-list {
    margin-right: -20px;
  }

  .blog-block .blog-block__inner-blog-list--blog-item {
    width: calc(3333.33333% - 20px);
    margin-bottom: 0;
    margin-right: 20px;
  }

  .main-visual-subpage-1col {
    padding: 110px 0 0;
  }

  .main-visual-subpage-1col .main-visual-subpage-1col__inner--title .en-heading {
    font-size: 5rem;
  }

  .main-visual-subpage-2col {
    padding: 114px 0 40px;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner {
    height: 400px;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner--image img {
    height: 400px;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner--title h1.en-heading {
    font-size: 52px;
  }

  .breadcrumb-block {
    width: 90%;
    padding: 0;
  }

  .subpage-section-intro .col__480 {
    width: 100%;
    max-width: 100%;
  }

  .subpage-section-intro .col__480 + .col__480 {
    margin-top: 30px;
  }

  .privacy_list_block .privacy_list_item .slogan h3 {
    margin-right: 50px;
  }

  .form_block .recaptcha_text_block p {
    text-align: center;
  }

  .c-accordion__title::after {
    right: 0;
    top: 4px;
  }

  .page-recruit .form_block .recaptcha_text_block p {
    text-align: center;
  }

  .subpage-main.page-thanks .content-block,
  .subpage-main.page-quotation-form-thanks .content-block {
    margin-top: 0 !important;
  }

  .pg--contents {
    padding: 50px;
  }

  .posts-item-list .posts {
    width: calc(33.33333% - 20px);
    margin-right: 20px;
  }

  .posts--content p img + img {
    margin-left: auto;
    margin-top: 16px;
  }

  article.single-block .breadcrumb_block {
    max-width: auto;
    width: 87%;
  }

  .archive-news a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .archive-news a .news--img {
    width: 100%;
  }

  .archive-news a .news--content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .post-card-block .post-card-block__inner {
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
  }

  .subpage-card-block .subpage-card-block__inner .posts--item {
    width: calc(50% - 10px);
  }
}
/*# sourceMappingURL=style.css.map */
