@charset "UTF-8";
/* ===============================================
# color
=============================================== */
/* ===============================================
# font
=============================================== */
/* ===============================================
# fontsize
=============================================== */
/* 20-18 */
/* 20-18 */
/* ===============================================
# head
=============================================== */
#header,
#header-page {
  width: 100%;
}
#header .headworp,
#header-page .headworp {
  width: calc(100% - 124px);
  margin: 0 auto;
  height: 13rem;
  background-color: white;
  display: grid;
  grid-template-columns: 42.5rem auto;
  gap: 0px;
  border-bottom-right-radius: 43px;
  border-bottom-left-radius: 43px;
}
@media screen and (max-width:1919px) {
  #header .headworp,
  #header-page .headworp {
    width: calc(100% - 72.3px);
  }
}
@media screen and (max-width:1366px) {
  #header .headworp,
  #header-page .headworp {
    height: 6.5rem;
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    align-items: center;
    height: 9rem;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width:1024px) {
  #header .headworp,
  #header-page .headworp {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 9rem;
  }
}
@media screen and (max-width:520px) {
  #header .headworp,
  #header-page .headworp {
    height: 10.3rem;
  }
}
#header .head-item1,
#header-page .head-item1 {
  grid-row: 1/3;
}
@media screen and (max-width:1366px) {
  #header .head-item1,
  #header-page .head-item1 {
    grid-column: 1;
    grid-row: auto;
  }
}
#header .head-item2,
#header .head-item3,
#header-page .head-item2,
#header-page .head-item3 {
  grid-column: 2/4;
}
@media screen and (max-width:1366px) {
  #header .head-item2,
  #header .head-item3,
  #header-page .head-item2,
  #header-page .head-item3 {
    display: none;
  }
}
#header .head-item1,
#header-page .head-item1 {
  border-right: solid 1px #00833a;
  text-align: center;
}
@media screen and (max-width:1366px) {
  #header .head-item1,
  #header-page .head-item1 {
    border-right: solid 0px #00833a;
    text-align: left;
    width: 88.2%;
  }
}
@media screen and (max-width:1024px) {
  #header .head-item1,
  #header-page .head-item1 {
    text-align: left;
  }
}
@media screen and (max-width:520px) {
  #header .head-item1,
  #header-page .head-item1 {
    width: 100%;
  }
}
#header .head-item1 .catch,
#header-page .head-item1 .catch {
  font-size: 1.4rem;
  margin: 1.13rem auto 2rem;
  display: inline-block;
  text-align: left;
  line-height: 19px;
}
@media screen and (max-width:1366px) {
  #header .head-item1 .catch,
  #header-page .head-item1 .catch {
    margin: 1.13rem 0 0rem 2rem;
  }
}
@media screen and (max-width:520px) {
  #header .head-item1 .catch,
  #header-page .head-item1 .catch {
    font-size: 1.3rem;
    margin: 1.13rem 0 0rem 1.18rem;
  }
}
#header .head-item1 .logo,
#header-page .head-item1 .logo {
  margin: 0 auto;
}
@media screen and (max-width:1366px) {
  #header .head-item1 .logo,
  #header-page .head-item1 .logo {
    margin: 1.09rem 0 2rem 2rem;
  }
}
@media screen and (max-width:520px) {
  #header .head-item1 .logo,
  #header-page .head-item1 .logo {
    max-width: 25.9rem;
    margin: 1.39rem 0 2rem 1.1rem;
  }
}
#header .head-item2,
#header-page .head-item2 {
  border-bottom: solid 1px #00833a;
  justify-content: flex-end !important;
  padding-right: 4.05rem;
  box-sizing: border-box;
}
#header .head-item3 .headnavi,
#header-page .head-item3 .headnavi {
  max-width: 117.5rem;
  margin: 1.41rem 0 0 7rem;
  font-size: 1.8rem;
}
@media screen and (max-width:1919px) {
  #header .head-item3 .headnavi,
  #header-page .head-item3 .headnavi {
    max-width: 90%;
    margin: 1.71rem auto 0;
  }
}
#header .head-item3 .headnavi li a,
#header-page .head-item3 .headnavi li a {
  display: inline-block;
  color: #333333;
  position: relative;
  height: 49px;
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#header .head-item3 .headnavi li a::after,
#header-page .head-item3 .headnavi li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 64px;
  height: 4px;
  background: #008800;
  visibility: hidden;
}
#header .head-item3 .headnavi li a:hover,
#header-page .head-item3 .headnavi li a:hover {
  color: #008800;
}
#header .head-item3 .headnavi li a:hover::after,
#header-page .head-item3 .headnavi li a:hover::after {
  visibility: visible;
}
#header .head-item3 .headnavi li a.current,
#header-page .head-item3 .headnavi li a.current {
  color: #008800 !important;
}
#header .head-item3 .headnavi li a.current::after,
#header-page .head-item3 .headnavi li a.current::after {
  visibility: visible !important;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  box-shadow: 2px 7px 20px -25px rgba(0, 0, 0, 0.8);
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom-right-radius: 43px;
  border-bottom-left-radius: 43px;
  height: 66px !important;
}
.fixed .headnavi {
  margin: 1.71rem auto 0rem !important;
}
@media screen and (max-width:1366px) {
  .fixed {
    height: 70px !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .fixed .headnavi {
    margin: 2.3rem auto 0rem !important;
  }
  .fixed .logo {
    margin: 2rem 0 2rem 2rem !important;
  }
}
@media screen and (max-width:1024px) {
  .fixed {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .fixed .logo {
    margin: 2rem 0 1rem 2rem !important;
  }
}
@media screen and (max-width:520px) {
  .fixed {
    height: 65px !important;
  }
  .fixed .logo {
    max-width: 25.9rem;
    margin: 2rem 0 2rem 1.1rem !important;
  }
}
@media screen and (max-width:1366px) {
  .fixed .catch {
    display: none !important;
  }
}

.hamburger {
  display: none;
  height: 60px;
  margin-left: auto;
  position: fixed;
  right: 15px;
  top: 26px;
  z-index: 1000;
  width: 36px;
  border: none;
  background-color: transparent;
}
@media screen and (max-width:1366px) {
  .hamburger {
    display: block;
    right: 30px;
    top: 10px;
  }
}
@media screen and (max-width:1024px) {
  .hamburger {
    right: 22px;
    top: 8px;
  }
}
@media screen and (max-width:520px) {
  .hamburger {
    right: 22px;
    top: 10px;
  }
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger.-active .hamburger__text::before {
  content: "";
}

.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  background-color: #333333;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #333333;
  transition: inherit;
}
.hamburger__line:before {
  top: -12px;
}
.hamburger__line:after {
  top: 12px;
}

.hamburger__text {
  position: absolute;
  bottom: 5px;
  left: 57%;
  transform: translateX(-50%);
  width: 100%;
}
.hamburger__text::before {
  content: "MENU";
  text-align: center;
  color: #333333;
  font-size: 10px;
  font-weight: 900;
}
@media screen and (max-width:520px) {
  .hamburger__text::before {
    content: "";
  }
}

.header__nav-area {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 999;
  height: 100%;
  width: 30%;
  overflow-y: auto;
  visibility: hidden;
  padding-top: 60px;
  background-color: #feffde;
  transition: 0.4s;
}
@media screen and (max-width:1024px) {
  .header__nav-area {
    width: 50%;
  }
}
@media screen and (max-width:520px) {
  .header__nav-area {
    width: 100%;
  }
}
.header__nav-area.-active {
  right: 0;
  visibility: visible;
}

.global-navigation {
  padding-top: 40px;
  padding-bottom: 30px;
  width: 80%;
  margin: 0 auto;
}

.global-navigation__list > li {
  padding-bottom: 20px;
}

.global-navigation__list > li + li {
  margin-top: 20px;
}

.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #004c1b;
  font-weight: bold;
  transition: color 0.4s;
  font-size: 1.6rem;
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
}
.global-navigation__link.-accordion::after {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  background-color: #ed3242;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  background-color: #ed3242;
  transform: translateY(-50%);
}
.global-navigation__link.-accordion::after {
  transform: translateY(-50%) rotate(-90deg);
}

.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
.accordion.-active {
  height: auto;
  padding-top: 30px;
  visibility: visible;
}

.accordion__list li {
  font-size: 1.6rem;
}

.accordion__list li + li {
  margin-top: 21px;
}

.accordion__link {
  color: #004c1b;
}

.sp-contact {
  width: 90%;
  margin: 3rem auto;
  flex-direction: column;
}
.sp-contact li {
  margin-bottom: 2rem;
}
.sp-contact li a {
  color: #333333;
  font-weight: bold;
}
.sp-contact li a:hover {
  opacity: 0.7;
  font-weight: bold;
}

.top {
  background-image: url(../images/head_hk.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.no-webp .top {
  background-image: url(../images/head_hk.jpg);
}
@media screen and (max-width:1919px) {
  .top {
    background-size: 100% auto;
  }
}
@media screen and (max-width:1024px) {
  .top {
    background-image: url(../images/head_hk_tab.webp);
    background-size: 180% auto;
  }
}
@media screen and (max-width:520px) {
  .top {
    background-image: url(../images/head_hk_sp@2x.webp);
    background-size: 110% auto;
  }
}

.page-hk {
  background-image: url(../images/page_hk.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 41.5rem;
}
.no-webp .page-hk {
  background-image: url(../images/page_hk.jpg);
}
@media screen and (max-width:1919px) {
  .page-hk {
    height: 37rem;
  }
}
@media screen and (max-width:1366px) {
  .page-hk {
    height: 25rem;
  }
}
@media screen and (max-width:1024px) {
  .page-hk {
    background-image: url(../images/page_hk_tab.webp);
  }
}
@media screen and (max-width:520px) {
  .page-hk {
    background-image: url(../images/page_hk_sp@2x.webp);
    height: 20rem;
  }
}

.js-nav-area {
  display: none; /* デフォルトで非表示 */
}

.js-nav-area.-active {
  display: block; /* メニューがアクティブなときに表示 */
}

html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  font-family: YakuHanJP_Narrow, "游ゴシック", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "MS P ゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #333333;
  counter-reset: number 0;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.contentworp {
  max-width: 136.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .contentworp {
    max-width: 120rem;
  }
}
@media screen and (max-width: 1279px) {
  .contentworp {
    max-width: 100rem;
  }
}
@media screen and (max-width:1024px) {
  .contentworp {
    width: 90%;
  }
}
@media screen and (max-width:520px) {
  .contentworp {
    width: 96%;
  }
}

.contentworp2 {
  max-width: 136.6rem;
  margin: 8rem auto;
}
@media screen and (max-width:1919px) {
  .contentworp2 {
    max-width: 120rem;
  }
}
@media screen and (max-width: 1280px) {
  .contentworp2 {
    max-width: 100rem;
  }
}
@media screen and (max-width:1024px) {
  .contentworp2 {
    width: 90%;
  }
}

.contentworp3 {
  max-width: 100rem;
  margin: 8rem auto;
}
@media screen and (max-width:1366px) {
  .contentworp3 {
    width: 90%;
  }
}

.photo {
  text-align: center;
}

/* ===============================================
# 共通
=============================================== */
.screen-reader-text,
#text-desc,
#text-desc2 {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

@media (min-width: 641px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.pc {
  display: block;
}
@media screen and (max-width:1024px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width:520px) {
  .pc {
    display: none;
  }
}

.pc2 {
  display: block;
}
@media screen and (max-width:1024px) {
  .pc2 {
    display: block;
  }
}
@media screen and (max-width:520px) {
  .pc2 {
    display: none;
  }
}

.pc3 {
  display: block;
}
@media screen and (max-width:1366px) {
  .pc3 {
    display: none;
  }
}
@media screen and (max-width:1024px) {
  .pc3 {
    display: none;
  }
}
@media screen and (max-width:520px) {
  .pc3 {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width:1024px) {
  .tab {
    display: block;
  }
}
@media screen and (max-width:520px) {
  .tab {
    display: none;
  }
}

.tab2 {
  display: none;
}
@media screen and (max-width:1024px) {
  .tab2 {
    display: block;
  }
}
@media screen and (max-width:520px) {
  .tab2 {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width:1024px) {
  .sp {
    display: block;
  }
}

.sp2 {
  display: none;
}
@media screen and (max-width:520px) {
  .sp2 {
    display: block;
  }
}

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  margin-bottom: 100px;
}

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

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

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

/* =font
----------------------------------------------*/
.f14 {
  font-size: clamp(1rem, 0.5428571429rem + 0.4464285714vw, 1.4rem);
  font-weight: normal;
}
@media screen and (max-width:1024px) {
  .f14 {
    font-size: 1.4rem;
  }
}

.f15 {
  font-size: clamp(1.1rem, 0.6428571429rem + 0.4464285714vw, 1.5rem);
  font-weight: normal;
}
@media screen and (max-width:1024px) {
  .f15 {
    font-size: 1.5rem;
  }
}

.f18 {
  font-size: clamp(1.5rem, 1.1571428571rem + 0.3348214286vw, 1.8rem);
}
@media screen and (max-width:1024px) {
  .f18 {
    font-size: 1.8rem;
  }
}

.f20 {
  font-size: clamp(1.6rem, 1.1428571429rem + 0.4464285714vw, 2rem);
}
@media screen and (max-width:1024px) {
  .f20 {
    font-size: 2rem;
  }
}

.f30 {
  font-size: clamp(2rem, 0.8571428571rem + 1.1160714286vw, 3rem);
}
@media screen and (max-width:1024px) {
  .f30 {
    font-size: 3rem;
  }
}

.f32 {
  font-size: clamp(2.2rem, 1.0571428571rem + 1.1160714286vw, 3.2rem);
}
@media screen and (max-width:1024px) {
  .f32 {
    font-size: 3.2rem;
  }
}

.f34 {
  font-size: 3.4rem;
}

.text-wide {
  transform: scale(1, 1.2);
}

/* =Links
----------------------------------------------*/
a {
  color: #008800;
  text-decoration: none;
  transition: all 0.45s ease-Out;
  padding-bottom: 2px;
}
a:hover {
  color: #DB5513;
  text-decoration: none;
}
a:active {
  color: black;
  text-decoration: none;
}
a:focus-visible {
  outline: 5px solid rgba(96, 198, 255, 0.3);
  border-radius: 3px;
}

.hover_img img {
  transition: transform 0.6s ease;
  cursor: pointer;
}
.hover_img:hover img {
  transform: scale(1.1);
}

a.anchor {
  display: block;
  padding-top: 14em;
  margin-top: -14em;
}
@media screen and (max-width:1024px) {
  a.anchor {
    padding-top: 2em;
    margin-top: -2em;
  }
}
@media screen and (max-width:520px) {
  a.anchor {
    padding-top: 1em;
    margin-top: -1em;
  }
}
a.anchor span {
  text-indent: -9999px;
  overflow: hidden;
}

.p-skipLink {
  position: absolute;
  top: 0;
  z-index: 105;
  width: 100%;
  clip: rect(1px, 1px, 1px, 1px);
}
.p-skipLink a {
  display: block;
  height: 0;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: var(--background-color-dark);
  position: absolute;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
}
.p-skipLink a:hover, .p-skipLink a:focus {
  color: #fff;
}
.p-skipLink a:focus-within {
  position: static;
  height: auto;
  padding: 10px;
  clip: unset;
}

#PanNavi {
  max-width: 136.6rem;
  text-align: right;
  padding: 3rem 0 1rem;
  overflow: hidden;
  text-align: right;
  margin: 1rem auto 0;
}
@media screen and (max-width:1366px) {
  #PanNavi {
    max-width: 100rem;
  }
}
@media screen and (max-width:1024px) {
  #PanNavi {
    width: 90%;
    padding: 1rem 0 1rem;
  }
}
@media screen and (max-width:520px) {
  #PanNavi {
    width: 95%;
  }
}

.breadcrumbs {
  list-style-type: none;
  text-align: right;
  width: 100%;
  margin: 10px auto 0;
  font-size: max(0.729vw, 14px);
}
.breadcrumbs a {
  color: #333333;
}
.breadcrumbs a:hover {
  color: #008800;
}

#breadcrumb_list > li {
  font-size: 80%;
  display: inline;
}
#breadcrumb_list > li > h1 {
  display: inline;
  font-weight: normal;
}
#breadcrumb_list > li + li:before {
  content: "?>?";
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px white;
  opacity: 0.6;
  border-radius: 50px;
  z-index: 100;
}

#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}

#page_top a::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 30%;
  transform: translate(-30%, -35%);
  width: 15px;
  height: 15px;
  border: 2px solid;
  border-color: black black transparent transparent;
  transform: rotate(-45deg);
}

.ggmap {
  position: relative;
  height: 0;
  overflow: hidden;
  margin: 0px auto 30px auto;
  width: 100%;
}
.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gg-p1 {
  padding-bottom: 34.3%;
}
@media screen and (max-width:1919px) {
  .gg-p1 {
    padding-bottom: 44.3%;
  }
}
@media screen and (max-width:1366px) {
  .gg-p1 {
    padding-bottom: 74.3%;
  }
}
@media screen and (max-width: 1200px) {
  .gg-p1 {
    padding-bottom: 34.3%;
  }
}
@media screen and (max-width:520px) {
  .gg-p1 {
    padding-bottom: 30%;
  }
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin: 1em auto 3em;
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #999;
  padding: 6px 13px !important;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #ccc;
  border-color: #ccc;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #008800;
  border-color: #008800;
  font-weight: bold;
}

.img {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin: 0 auto 0.57rem;
  overflow: hidden;
  z-index: 0;
}
.img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

/* ===============================================
# ボタン
=============================================== */
.tel {
  font-size: 2.8rem;
  color: black;
  line-height: 28px;
  padding-left: 2.2rem;
  padding-top: 0.2rem;
  position: relative;
  margin-top: 0.7rem;
  background: url(../images/tel.png) no-repeat;
  background-size: 14px auto;
  background-position: 0 3px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.tel span {
  font-size: 1.4rem;
  display: block;
  margin-left: -22px;
  font-weight: 500;
}

.btn {
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.mail {
  width: 28.8rem;
  background-color: #FFEC1D;
  color: black;
  margin-left: 1.3rem;
}
.mail:hover {
  color: black;
  background-color: #fbd22e;
  font-weight: bold;
}
.mail p {
  display: inline-flex;
  align-items: center;
}
.mail p::before {
  content: "";
  width: 27px;
  height: 17px;
  background: url(../images/mail_icon.png) no-repeat;
  background-size: contain;
  margin: 0rem 1.44rem 0 0;
}

.document {
  width: 20.9rem;
  background-color: #008800;
  color: white;
  margin-left: 3.03rem;
}
.document:hover {
  color: white;
  background-color: #0a730a;
  font-weight: bold;
}
.document p {
  display: inline-flex;
  align-items: center;
}
.document p::before {
  content: "";
  width: 25px;
  height: 28px;
  background: url(../images/document_icon.png) no-repeat;
  background-size: contain;
  margin: 0rem 1.52rem 0 0;
}

/* ハンバーガーメニューでのコンタクトボタン */
.contact_btn {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #000;
  border-radius: 0px;
  background-image: url(../images/btn_mark_white.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  background-size: 20px;
  text-align: center;
  line-height: 2;
  display: block;
  color: rgb(51, 51, 51);
}

a.btn02 {
  position: relative;
  top: 0;
  box-shadow: 0 7px #CDCECE;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  font-size: clamp(1.6rem, 0.9142857143rem + 0.6696428571vw, 2.2rem);
  letter-spacing: 0.02em;
  height: 13.288rem;
}
@media screen and (max-width:1024px) {
  a.btn02 {
    font-size: 2.2rem;
  }
}
a.btn02 span {
  display: block;
}

.bt-tel {
  font-size: clamp(2rem, 1.0857142857rem + 0.8928571429vw, 2.8rem);
  line-height: 40px;
  padding-left: 2rem;
  margin-top: 0.7rem;
  background: url(../images/bt_tel_icon.png) no-repeat;
  background-size: 15px 22px;
  background-position: 0 center;
  font-weight: bold;
  transform: scale(1.2, 1);
  transform: scale(1.2, 1.4);
}
@media screen and (max-width:1024px) {
  .bt-tel {
    font-size: 2.8rem;
  }
}

.bt-document {
  font-size: clamp(1.5rem, 1.1571428571rem + 0.3348214286vw, 1.8rem);
  line-height: 35px;
  padding-left: 4.8rem;
  margin-bottom: 1rem;
  background: url(../images/document_icon.png) no-repeat;
  background-size: 30px 34px;
  background-position: 0 center;
  font-weight: bold;
}
@media screen and (max-width:1024px) {
  .bt-document {
    font-size: 1.8rem;
  }
}

.bt-mail {
  font-size: clamp(1.5rem, 1.1571428571rem + 0.3348214286vw, 1.8rem) !important;
  line-height: 35px;
  padding-left: 4.8rem;
  margin-bottom: 1rem;
  background: url(../images/bt_mail_icon.png) no-repeat;
  background-size: 36px 22px;
  background-position: 0 center;
  font-weight: bold;
}
@media screen and (max-width:1024px) {
  .bt-mail {
    font-size: 1.8rem !important;
  }
}

.telBt {
  color: black;
  background-color: white;
  border: solid 1px #008800;
}
.telBt:hover {
  color: #333333;
  top: 9px;
  box-shadow: 0 0 #CDCECE;
}

.greenBk {
  color: white;
  background-color: #008800;
}
.greenBk p {
  line-height: 31.26px;
  font-size: clamp(2rem, 1.5428571429rem + 0.4464285714vw, 2.4rem);
}
@media screen and (max-width:1366px) {
  .greenBk p {
    line-height: 21.26px;
  }
}
@media screen and (max-width:1024px) {
  .greenBk p {
    line-height: 31.26px;
    font-size: 2.2rem;
  }
}
.greenBk:hover {
  color: white;
  top: 9px;
  box-shadow: 0 0 #CDCECE;
}

.yellowBk {
  color: black;
  background-color: #FFEC1D;
}
.yellowBk p {
  line-height: 31.26px;
  font-size: clamp(2rem, 1.5428571429rem + 0.4464285714vw, 2.4rem);
}
@media screen and (max-width:1024px) {
  .yellowBk p {
    font-size: 2.4rem;
  }
}
.yellowBk:hover {
  color: #333333;
  top: 9px;
  box-shadow: 0 0 #CDCECE;
}

a.btn03 {
  background-color: #008800;
  color: white;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 30px;
  margin: 10rem auto;
  transition: all 0.45s ease-Out;
  display: inline-block;
}
a.btn03:hover {
  background-color: #DB5513;
}

/* ===============================================
# sclool
=============================================== */
.sclool {
  padding: 1.5rem 0 0.5rem;
}
@media screen and (max-width:1024px) {
  .sclool {
    width: 100%;
    overflow: scroll;
    margin: 0 auto;
  }
}

.sptable {
  max-width: 125.3rem;
}
@media screen and (max-width:1024px) {
  .sptable {
    display: block;
    width: 800px;
  }
}

.sptable2 {
  max-width: 167.93rem;
  margin: 0 auto;
}
@media screen and (max-width:1024px) {
  .sptable2 {
    display: block;
    width: 1679.3px;
    margin: 0 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: none !important;
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: none !important;
}

.scroll-hint.is-left-scrollable {
  background: none !important;
}

/* ===============================================
# title
=============================================== */
.title {
  color: #008800;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-size: clamp(3.7rem, 2.5571428571rem + 1.1160714286vw, 4.7rem);
  box-sizing: border-box;
}
@media screen and (max-width:1024px) {
  .title {
    font-size: 2.6rem;
    line-height: 37.5px;
    margin-left: 1rem;
  }
}

.en {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 49px;
  position: relative;
  display: inline-block;
  padding-right: 69.8rem;
  font-weight: bold;
}
@media screen and (max-width:1024px) {
  .en {
    padding-right: 13rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width:520px) {
  .en {
    padding-right: 10rem;
  }
}
.en::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(-50%);
  display: inline-block;
  background: #333333;
  height: 1px;
  width: 44.8rem;
}
@media screen and (max-width:1024px) {
  .en::after {
    width: 12rem;
    right: -80px;
  }
}
@media screen and (max-width:520px) {
  .en::after {
    width: 8.3rem;
    right: -50px;
  }
}

.marker-Y {
  background: linear-gradient(transparent 78%, #FFFF1D 78%);
  padding: 10px 10px 0 5px;
  box-sizing: border-box;
}
@media screen and (max-width:520px) {
  .marker-Y {
    padding: 0 5px 0 5px;
  }
}

.dotted {
  background-image: linear-gradient(to right, #FFFF1D 10px, transparent 10px);
  background-size: 13px 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
  display: inline-block;
}

.page-title {
  text-align: center;
  font-size: clamp(2.5rem, -0.8142857143rem + 3.2366071429vw, 5.4rem);
  font-family: "M PLUS Rounded 1c", serif;
  color: #008800;
  font-weight: bold;
  margin-top: 5%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 90%;
}
@media screen and (max-width:1366px) {
  .page-title {
    top: 35%;
    left: 50%;
    transform: translate(-50%, -35%);
  }
}
@media screen and (max-width:1024px) {
  .page-title {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
  }
}
@media screen and (max-width:520px) {
  .page-title {
    top: 67%;
    left: 50%;
    transform: translate(-50%, -67%);
  }
}

/* ===============================================
# color
=============================================== */
.maingreen {
  color: #008800;
}

.red {
  color: #B50D23;
}

/* ===============================================
# flex
=============================================== */
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* ===============================================
# margin
=============================================== */
.mg-a {
  margin: 0 auto;
}

.mg-t5 {
  margin-top: 0.5rem;
}

.mg-t30 {
  margin-top: 3rem;
}

.mg-b3 {
  margin-bottom: 0.3rem;
}

.mg-b10 {
  margin-bottom: 1rem;
}

.mg-b16 {
  margin-bottom: 1.6rem;
}

.mg-b19 {
  margin-bottom: 1.9rem;
}

.mg-b30 {
  margin-bottom: 3rem;
}

.mg-b60 {
  margin-bottom: 6rem;
}

.mg-b100 {
  margin-bottom: 10rem;
}

/* ===============================================
# box
=============================================== */
@media screen and (max-width:1366px) {
  .w100 {
    width: 90%;
    margin: 0 auto;
  }
  .w100 img {
    width: 100%;
  }
}
@media screen and (max-width:1024px) {
  .w100 {
    width: 90%;
    margin: 0 auto;
  }
  .w100 img {
    width: 100%;
  }
}
@media screen and (max-width:520px) {
  .w100 {
    width: 96%;
  }
}

/* ===============================================
# box
=============================================== */
.boxWorp1 {
  padding: 2rem;
  position: relative;
  border: 8px solid #eee;
  z-index: 0;
  margin-top: 5rem;
  box-sizing: border-box;
}
@media screen and (max-width:520px) {
  .boxWorp1 {
    padding: 1.5rem 0.5rem;
    margin-top: 3rem;
  }
}
.boxWorp1:before {
  background-color: #008800;
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  width: 8px;
  height: 8px;
  z-index: 1;
}
.boxWorp1:after {
  background-color: #008800;
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 8px;
  height: 8px;
  z-index: 1;
}

.boxWorp2 {
  padding: 3rem 4rem;
  line-height: 1.5;
  box-sizing: border-box;
  margin: 5rem auto;
  border: 1px solid #E9E9E9;
}
@media screen and (max-width:520px) {
  .boxWorp2 {
    padding: 1.5rem 0.5rem;
  }
}
.boxWorp2 h3 {
  font-size: 2rem;
  padding: 0.5rem;
  width: 80%;
  margin: 0 auto 2rem;
  background-image: linear-gradient(90deg, rgb(217, 94, 40) 0%, rgb(181, 13, 35) 100%);
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width:520px) {
  .boxWorp2 h3 {
    font-size: 1.8rem;
    width: 100%;
  }
}

/* ===============================================
# contact
=============================================== */
@media screen and (max-width:520px) {
  .style {
    width: 90%;
    margin: 0 auto;
  }
}
.style li {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-bottom: 1.5rem;
}
@media screen and (max-width:520px) {
  .style li {
    margin-left: 0 !important;
    margin-bottom: 0.4rem !important;
    line-height: 1.875;
  }
}

.button02 {
  margin: 0 auto;
}

/* =資料請求img
-------------------------------------*/
.checkWorp {
  width: 100%;
  margin: 3.5rem auto 0;
}
@media screen and (max-width:1024px) {
  .checkWorp {
    margin: 3.5rem auto 3.5rem;
  }
}
.checkWorp p {
  font-size: 1.8rem;
  font-weight: bold;
}
.checkWorp .checkitem {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
}
@media screen and (max-width:1024px) {
  .checkWorp .checkitem {
    width: 100%;
    justify-content: space-between;
  }
}
.checkWorp .checkitem .wpcf7-list-item {
  width: 30.5%;
}
@media screen and (max-width:1024px) {
  .checkWorp .checkitem .wpcf7-list-item {
    width: 45%;
  }
}
@media screen and (max-width:520px) {
  .checkWorp .checkitem .wpcf7-list-item {
    width: 100%;
  }
}
@media screen and (max-width:1024px) {
  .checkWorp .checkitem .wpcf7-list-item:nth-of-type(1) {
    margin: 0 0 0 0px;
  }
}
.checkWorp .checkitem .wpcf7-list-item:nth-of-type(2) {
  margin: 0 10px 0 20px;
}
@media screen and (max-width:1024px) {
  .checkWorp .checkitem .wpcf7-list-item:nth-of-type(2) {
    margin: 0 0 0 0px;
  }
}
.checkWorp .wpcf7-not-valid-tip {
  font-size: 16px !important;
  text-align: center !important;
}
@media screen and (max-width:1024px) {
  .checkWorp .wpcf7-list-item-label:after {
    height: 230px !important;
  }
}
@media screen and (max-width:520px) {
  .checkWorp .wpcf7-list-item-label:after {
    height: 250px !important;
  }
}

.checkWorp2 {
  display: none;
}

/* 選択肢1の画像 */
span.wpcf7-form-control-wrap .checkitem .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
  display: block;
  content: "";
  width: auto;
  height: 280px;
  background: url(../images/catarogu/catalog01.jpg) no-repeat;
  background-size: contain;
  margin-top: 5px;
}

/* 選択肢2の画像 */
span.wpcf7-form-control-wrap .checkitem .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:after {
  display: block;
  content: "";
  width: auto;
  height: 280px;
  background: url(../images/catarogu/catalog02.jpg) no-repeat;
  background-size: contain;
  margin-top: 5px;
}

/* 選択肢3の画像 */
span.wpcf7-form-control-wrap .checkitem .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:after {
  display: block;
  content: "";
  width: auto;
  height: 280px;
  background: url(../images/catarogu/catalog03.jpg) no-repeat;
  background-size: contain;
  margin-top: 5px;
}

.checkWorp2 {
  display: none;
}

/* =Download Monitor
-------------------------------------*/
.downloadworp {
  width: 60%;
  margin: 6rem auto;
}
@media screen and (max-width:1024px) {
  .downloadworp {
    width: 80%;
  }
}
@media screen and (max-width:520px) {
  .downloadworp {
    width: 90%;
  }
}
.downloadworp p {
  font-size: 1.8rem !important;
  margin-bottom: 2rem;
}
.downloadworp label {
  margin: 3rem auto;
}
.downloadworp input[type=password i] {
  width: 30%;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
  border: solid 1px #ccc;
  background: #e8e8e8;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  font-size: 1.8rem;
}
.downloadworp input[type=submit i] {
  width: 100px;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  font-size: 1.8rem;
}

/****************************************

        download

*****************************************/
.download-box-content h1 {
  font-size: 1.8rem;
}

.download-button {
  font-size: 1.8rem !important;
}

.download-box {
  width: 100% !important;
}

.post-password-form {
  width: 60% !important;
  margin: 8rem auto;
  font-size: 1.8rem;
}
.post-password-form p {
  margin-bottom: 2rem;
}
.post-password-form #pwbox-30 {
  border: 1px solid black;
  padding: 0.5rem;
}

/* ===============================================
# 404
=============================================== */
.completion {
  width: 100%;
  font-size: 1.6rem;
  box-sizing: border-box;
  text-align: center;
  margin-top: 0 !important;
}
.completion h2 {
  margin-bottom: 4rem;
}
.completion p {
  line-height: 35px;
}

/* ===============================================
# 現在投稿はありません
=============================================== */
.noDeta {
  font-size: 3.2rem;
  text-align: center;
}

/****************************************
# Form
*****************************************/
textarea,
input[type=text],
input[type=email],
#zip,
#inp-tel,
select {
  box-sizing: border-box;
  background: #ffffff;
  border: solid 2px #aeadad;
  font-size: 1.8rem;
}
@media screen and (max-width:1366px) {
  textarea,
  input[type=text],
  input[type=email],
  #zip,
  #inp-tel,
  select {
    font-size: clamp(1.6rem, 1.3714285714rem + 0.2232142857vw, 1.8rem);
  }
}
@media screen and (max-width:1024px) {
  textarea,
  input[type=text],
  input[type=email],
  #zip,
  #inp-tel,
  select {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:520px) {
  textarea,
  input[type=text],
  input[type=email],
  #zip,
  #inp-tel,
  select {
    font-size: 1.6rem;
  }
}

textarea,
input[type=text],
input[type=email] {
  width: 100%;
  padding: 19px 10px 19px 10px;
}

#zip,
#inp-tel {
  padding: 19px 10px 19px 10px;
}

#zip {
  width: 20%;
}
@media screen and (max-width:520px) {
  #zip {
    width: 100%;
  }
}

#inp-tel {
  width: 40%;
}
@media screen and (max-width:520px) {
  #inp-tel {
    width: 100%;
  }
}

/* チェックボックス02 */
input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #008800;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width:1366px) {
  input[type=checkbox] {
    width: 20px;
    height: 20px;
    border: 2px solid #008800;
  }
}
@media screen and (max-width:520px) {
  input[type=checkbox] {
    width: 20px;
    height: 20px;
    border: 2px solid #008800;
  }
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 10px;
  height: 14px;
  border-right: 3px solid #8d0606;
  border-bottom: 3px solid #8d0606;
  content: "";
}
@media screen and (max-width:1366px) {
  input[type=checkbox]:checked:before {
    width: 8px;
    height: 12px;
  }
}
@media screen and (max-width:520px) {
  input[type=checkbox]:checked:before {
    top: 0px;
    left: 2px;
  }
}

select {
  padding: 5px 10px;
  margin: 0 0 0px;
  border-radius: 3px;
}

.ContactBt01,
.ContactBt02,
.ContactBt03 {
  margin: 30px auto 30px;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
  width: 100%;
  color: #FFFFFF;
  text-decoration: none;
  line-height: normal;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1.8rem;
  box-shadow: 5px 5px 15px -13px rgba(0, 0, 0, 0.93);
  height: 8rem;
  width: 46%;
  text-align: center;
  background-color: #000;
}
@media screen and (max-width:1366px) {
  .ContactBt01,
  .ContactBt02,
  .ContactBt03 {
    padding: 10px 10px 10px 10px;
    width: 46%;
    font-size: 1.6rem;
    height: 6rem;
  }
}
@media screen and (max-width:520px) {
  .ContactBt01,
  .ContactBt02,
  .ContactBt03 {
    width: 90%;
  }
}

.ContactBt01 {
  background: #D64542;
  border: solid 1px #FFFFFF;
}

.ContactBt02 {
  background: #d2d2d2;
  border: solid 1px #3b3a3a;
}

.ContactBt03 {
  background: #008800;
  border: solid 1px #fff;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0.8;
  color: #D2D1D1;
}

input::placeholder,
textarea::placeholder {
  opacity: 0.8;
  color: #D2D1D1;
}

/* Chrome */
.custom ::-webkit-input-placeholder {
  color: #D2D1D1;
}

/* Firefox */
.custom ::-moz-placeholder {
  color: #D2D1D1;
}

@media screen and (max-width:1024px) {
  input[type=text],
  input[type=email] {
    width: 99%;
    padding: 10px 10px 10px 10px;
    border: solid 1px #cccccc;
    box-sizing: border-box;
  }
  textarea {
    width: 99%;
  }
}
@media screen and (max-width:520px) {
  select {
    border: 0;
    padding: 10px;
  }
  input[type=text],
  input[type=email] {
    width: 99%;
  }
  input[name=submitConfirm] {
    margin: 30px 0px 30px 0px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    /* Old browsers */
  }
  input[name=sousin] {
    margin: 30px 0px 30px 0px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    /* Old browsers */
  }
  input[name=submitBack] {
    margin: 30px 0px 30px 0px;
    padding: 10px 10px 10px 10px;
    width: 100%;
  }
  textarea {
    width: 99%;
  }
  /* iOSでのデフォルトスタイルをリセット */
  input[type=submit],
  input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type=submit]::-webkit-search-decoration,
  input[type=button]::-webkit-search-decoration {
    display: none;
  }
  input[type=submit]:focus,
  input[type=button]:focus {
    outline-offset: -2px;
  }
}
div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

/* ===============================================
 テーブル
=============================================== */
.table-w {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #D5D5D5;
}
.table-w tr:nth-child(even) {
  background: #fcfcfc;
}
@media screen and (max-width:1024px) {
  .table-w tr:nth-child(even) {
    background: white;
  }
}
.table-w tr th,
.table-w tr td {
  vertical-align: top;
  box-sizing: border-box;
}
.table-w tr th {
  width: 20%;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: right;
  padding: 1.5rem 1.5rem;
  box-sizing: border-box;
  border-bottom: 1px solid #D5D5D5;
}
.table-w tr td {
  text-align: left;
  width: 44%;
  padding: 1.5rem 0.5rem;
  border-bottom: 1px solid #D5D5D5;
}
@media screen and (max-width:1024px) {
  .table-w tr {
    width: 100%;
  }
  .table-w tr th,
  .table-w tr td {
    display: block;
    width: 100%;
  }
  .table-w tr th {
    border-bottom: 0px solid #008800 !important;
    padding: 1.5rem 0.5rem 0.5rem;
    text-align: left;
  }
  .table-w tr td {
    padding-bottom: 1.5rem;
  }
}

.s-text {
  font-size: 1.2rem;
  display: block;
  margin-top: 5px;
}
.s-text a {
  color: #008800;
  text-decoration: underline;
}

.check {
  width: 50%;
  padding: 20px 10px 20px 10px;
  text-align: center;
  margin: 2rem auto;
  box-sizing: border-box;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:1366px) {
  .check {
    font-size: 1.4rem;
    width: 90%;
  }
}
@media screen and (max-width:520px) {
  .check {
    width: 100%;
    padding: 20px 10px 20px 10px;
    letter-spacing: 0;
  }
}
.check p {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width:520px) {
  .check p {
    align-items: flex-start;
  }
}
.check p a {
  text-decoration: underline;
}
.check span {
  margin-left: 0 !important;
}

.Required {
  color: #FFF;
  display: inline;
  float: left;
  background: #B50D23;
  font-size: 1.2rem;
  padding: 5px 5px;
  box-sizing: border-box;
  border-radius: 3px;
  font-weight: bold;
}
@media screen and (max-width:1024px) {
  .Required {
    margin-right: 5px;
  }
}
@media screen and (max-width:520px) {
  .Required {
    margin-right: 5px;
    padding: 4px 5px 2px;
  }
}

.BtBox {
  width: 100%;
  margin: 10px 0 30px 0;
  justify-content: center;
}
@media screen and (max-width:520px) {
  .BtBox {
    width: 100%;
  }
}

ul.ReportImg {
  width: 70%;
  margin: 2rem auto 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}
@media screen and (max-width:1024px) {
  ul.ReportImg {
    width: 90%;
  }
}
ul.ReportImg li {
  width: 33%;
  padding: 8px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width:520px) {
  ul.ReportImg li {
    width: 100%;
  }
}
ul.ReportImg li figure {
  position: relative;
  width: 100%;
  margin: 0 0 1em;
  padding-top: 65%;
  overflow: hidden;
}
ul.ReportImg li figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border: solid 5px #cccccc;
  box-sizing: border-box;
}

@media screen and (max-width:520px) {
  .catalogf {
    min-width: 100% !important;
    width: 100% !important;
  }
}

/* =お問い合わせ完了
-------------------------------------*/
.completion {
  width: 100%;
  margin: 8rem auto 10rem;
  font-size: 1.6rem;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width:1024px) {
  .completion {
    margin: 5rem auto 5rem;
  }
}
@media screen and (max-width:520px) {
  .completion {
    margin: 3rem auto 3rem;
  }
}

/****************************************

          プライバシー

*****************************************/
.policy {
  margin: 3.2rem auto 3rem;
  width: 100%;
  overflow: auto;
  padding: 2rem 2rem;
  box-sizing: border-box;
  border: solid 1px #cccccc;
  height: 300px;
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  background: #FEFEFE;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media screen and (max-width:1366px) {
  .policy {
    font-size: clamp(1rem, 0.3142857143rem + 0.6696428571vw, 1.6rem);
  }
}
@media screen and (max-width:1024px) {
  .policy {
    font-size: 1.5rem;
    min-width: 90%;
    width: 90%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width:520px) {
  .policy {
    padding: 2rem 1rem;
    min-width: 95%;
    width: 95%;
  }
}
.policy .p-title {
  margin-bottom: 20px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", serif;
}
@media screen and (max-width:1366px) {
  .policy .p-title {
    font-size: clamp(1.8rem, 1.3428571429rem + 0.4464285714vw, 2.2rem);
  }
}
@media screen and (max-width:1024px) {
  .policy .p-title {
    font-size: 2rem;
  }
}
@media screen and (max-width:520px) {
  .policy .p-title {
    font-size: 2rem;
  }
}
.policy h4 {
  margin: 20px 0 5px;
  font-size: 1.8rem;
  font-weight: 600;
}
.policy p {
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  line-height: 1.375;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width:1024px) {
  .policy p {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

.sbbox {
  background-color: #40cacb;
  padding: 10px 10px;
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: 600;
  margin: 6rem auto 1rem;
  box-sizing: border-box;
  width: 70%;
}
@media screen and (max-width:1366px) {
  .sbbox {
    font-size: clamp(1.2rem, 0.2857142857rem + 0.8928571429vw, 2rem);
  }
}
@media screen and (max-width:1024px) {
  .sbbox {
    font-size: 1.8rem;
    width: 90%;
  }
}
.sbbox .Required {
  margin-right: 10px !important;
}

ul.style {
  width: 95%;
  margin: 0.5rem auto;
}
@media screen and (max-width:520px) {
  ul.style {
    width: 85%;
  }
}
ul.style li {
  margin-left: 24px;
  text-align: left;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.2;
}
@media screen and (max-width:1024px) {
  ul.style li {
    letter-spacing: 0em !important;
    line-height: 30px;
    font-size: 1.5rem;
  }
}

.disc {
  list-style-type: disc;
}

.circle {
  list-style-type: circle;
}

.decimal {
  list-style-type: decimal;
}

.list_item {
  list-style: none;
  line-height: 1.5625;
  margin-bottom: 1rem;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0;
}
.list_item:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #DB5513;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

/* =mv
-------------------------------------*/
.mv {
  max-width: 136.6rem;
  margin: 2.3rem auto 0;
}
@media screen and (max-width: 1600px) {
  .mv {
    max-width: 120rem;
  }
}
@media screen and (max-width: 1279px) {
  .mv {
    max-width: 100rem;
  }
}
@media screen and (max-width:520px) {
  .mv {
    max-width: 93%;
    width: 93%;
  }
}

/* =contact
-------------------------------------*/
.contact,
.contact2 {
  max-width: 136.6rem;
  background: url(../images/img_03@2x.webp), url(../images/contact_hk.jpg);
  background-repeat: no-repeat, repeat;
  background-position: 35px bottom, 0 0;
  background-size: 240px auto, auto;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
}
.no-webp .contact,
.no-webp .contact2 {
  background: url(../images/img_03@2x.png), url(../images/contact_hk.jpg);
}
@media screen and (max-width: 1600px) {
  .contact,
  .contact2 {
    max-width: 120rem;
    background-size: 200px auto, auto;
    background-position: 25px bottom, 0 0;
  }
}
@media screen and (max-width: 1279px) {
  .contact,
  .contact2 {
    max-width: 100rem;
    background-size: 160px auto, auto;
    background-position: 15px bottom, 0 0;
  }
}
@media screen and (max-width:1024px) {
  .contact,
  .contact2 {
    max-width: 90%;
    width: 90%;
    background: url(../images/contact_hk.jpg);
    background-repeat: repeat;
    background-position: 0 0;
    background-size: auto;
  }
}
@media screen and (max-width:520px) {
  .contact,
  .contact2 {
    max-width: 95%;
    width: 95%;
  }
}
.contact .contact .webp,
.contact .contact2 .webp,
.contact2 .contact .webp,
.contact2 .contact2 .webp {
  background: url(../images/img_03.webp), url(../images/contact_hk.jpg);
}
.contact .contact-bt-box a.btn02,
.contact2 .contact-bt-box a.btn02 {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width:1366px) {
  .contact .contact-bt-box a.btn02,
  .contact2 .contact-bt-box a.btn02 {
    width: calc(33.3333333333% - 5px);
  }
}
@media screen and (max-width:1024px) {
  .contact .contact-bt-box a.btn02,
  .contact2 .contact-bt-box a.btn02 {
    width: 80%;
  }
}
@media screen and (max-width:520px) {
  .contact .contact-bt-box a.btn02,
  .contact2 .contact-bt-box a.btn02 {
    width: 100%;
  }
}

.contact {
  padding: 4.02rem 4.2rem 5rem 3.2rem;
}
@media screen and (max-width:1024px) {
  .contact {
    padding: 3.52rem 0rem 5rem 0rem;
  }
}
@media screen and (max-width:520px) {
  .contact {
    padding: 2.8rem 0rem 3.4rem 0rem;
  }
}
.contact .img01 {
  margin: 0 auto 0.9rem;
}
@media screen and (max-width:1919px) {
  .contact .img01 {
    max-width: 100rem;
  }
}
@media screen and (max-width:1024px) {
  .contact .img01 {
    margin-bottom: 1.9rem;
    max-width: 94%;
    width: 94%;
  }
}
@media screen and (max-width:520px) {
  .contact .img01 {
    max-width: 100%;
    width: 100%;
  }
}
.contact .img02 {
  margin: 0 auto;
}
@media screen and (max-width:1024px) {
  .contact .img02 {
    margin-bottom: 3.62rem;
    max-width: 94%;
    width: 94%;
  }
}
.contact .contact-bt-box {
  max-width: 102.483rem;
  margin-left: auto;
  margin-top: 1.48rem;
}
@media screen and (max-width:1919px) {
  .contact .contact-bt-box {
    max-width: 92.483rem;
  }
}
@media screen and (max-width: 1279px) {
  .contact .contact-bt-box {
    max-width: 75.483rem;
  }
}
@media screen and (max-width:1024px) {
  .contact .contact-bt-box {
    margin: 1.48rem auto 0;
    max-width: 94%;
    width: 94%;
  }
}
@media screen and (max-width:1024px) {
  .contact .contact-bt-box a.btn02 {
    margin: 0 auto 2.15rem;
  }
}

.contact2 {
  padding: 8.99rem 4.2rem 1.3rem 3.2rem;
}
@media screen and (max-width:1024px) {
  .contact2 {
    padding: 8.99rem 0rem 1.3rem 0rem;
  }
}
@media screen and (max-width:520px) {
  .contact2 {
    padding: 10rem 1.2rem 1.8rem 1.2rem;
  }
}
.contact2 .img01 {
  margin: 0 auto 0.9rem;
}
@media screen and (max-width:1919px) {
  .contact2 .img01 {
    max-width: 100rem;
  }
}
@media screen and (max-width:1024px) {
  .contact2 .img01 {
    margin-bottom: 1.9rem;
    max-width: 94%;
    width: 94%;
  }
}
@media screen and (max-width:520px) {
  .contact2 .img01 {
    max-width: 100%;
    width: 100%;
  }
}
.contact2 .img02 {
  margin: -1.5rem auto 0;
}
@media screen and (max-width:1024px) {
  .contact2 .img02 {
    margin-bottom: 3.62rem;
    max-width: 94%;
    width: 94%;
  }
}
.contact2 h2 {
  width: 100%;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.contact2 .contact-bt-box {
  margin-top: 1rem;
  max-width: 102.483rem;
  margin-left: auto;
}
@media screen and (max-width:1919px) {
  .contact2 .contact-bt-box {
    max-width: 88.483rem;
  }
}
@media screen and (max-width: 1279px) {
  .contact2 .contact-bt-box {
    max-width: 75.483rem;
  }
}
@media screen and (max-width:1024px) {
  .contact2 .contact-bt-box {
    max-width: 94%;
    width: 94%;
    margin: 1.48rem auto 0;
  }
}
.contact2 .contact-bt-box .btn02 {
  margin-bottom: 3.5rem;
}
@media screen and (max-width:1024px) {
  .contact2 .contact-bt-box .btn02 {
    margin: 0 auto 3.5rem;
  }
}

.areaworp {
  max-width: 136.6rem;
  border-top: solid 2px #008800;
  margin: 0 auto 9.84rem;
  align-items: center;
  padding-left: 4.47rem;
  background-color: #FFEBB8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1600px) {
  .areaworp {
    max-width: 120rem;
  }
}
@media screen and (max-width: 1279px) {
  .areaworp {
    max-width: 100rem;
  }
}
@media screen and (max-width:1024px) {
  .areaworp {
    max-width: 90%;
    width: 90%;
    justify-content: flex-start !important;
    padding: 0 2rem 2.94rem;
    margin: 0 auto 6.41rem;
  }
}
@media screen and (max-width:520px) {
  .areaworp {
    max-width: 94%;
    width: 94%;
    padding: 0 1rem 2.94rem;
  }
}
.areaworp .area {
  font-family: "M PLUS Rounded 1c", serif;
  display: inline-block;
  color: #008800;
  font-size: clamp(2rem, 0.8571428571rem + 1.1160714286vw, 3rem);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width:1024px) {
  .areaworp .area {
    font-size: 3rem;
    text-align: left;
  }
}
@media screen and (max-width:520px) {
  .areaworp .area {
    margin-left: 1rem;
  }
}
.areaworp .area span {
  display: block;
  margin-top: 1.66rem;
  font-size: clamp(1rem, 0.4285714286rem + 0.5580357143vw, 1.5rem);
  font-weight: normal;
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, Roboto, "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif;
  letter-spacing: 0.02em;
}
@media screen and (max-width:1024px) {
  .areaworp .area span {
    font-size: 1.5rem;
  }
}
.areaworp .map {
  max-width: 13.6rem;
  display: inline-block;
}
@media screen and (max-width:1366px) {
  .areaworp .map {
    max-width: 10.9rem;
  }
}
@media screen and (max-width:1024px) {
  .areaworp .map {
    margin-left: 3.03rem;
  }
}
.areaworp h3 {
  display: inline-block;
  font-weight: bold;
  color: #008800;
  font-size: clamp(2.2rem, 1.0571428571rem + 1.1160714286vw, 3.2rem);
  letter-spacing: 0.06em;
  font-family: "M PLUS Rounded 1c", serif;
}
@media screen and (max-width:1024px) {
  .areaworp h3 {
    font-size: 3.2rem;
    margin-top: 0.62rem;
    line-height: 45px;
  }
}
@media screen and (max-width:520px) {
  .areaworp h3 {
    font-size: 1.8rem;
    line-height: 31.1px;
    letter-spacing: 0.052em;
  }
}
.areaworp h3 span {
  letter-spacing: 0.02em;
  display: block;
  color: #333333;
  margin-top: 1.05rem;
  font-size: clamp(1.5rem, 0.9285714286rem + 0.5580357143vw, 2rem);
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, Roboto, "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (max-width:1024px) {
  .areaworp h3 span {
    font-size: 2rem;
    line-height: 27.84px;
  }
}
@media screen and (max-width:520px) {
  .areaworp h3 span {
    font-size: 1.8rem;
  }
}
.areaworp .photo {
  max-width: 31.3rem;
  margin-right: -1px;
}
@media screen and (max-width:1366px) {
  .areaworp .photo {
    max-width: 21.3rem;
  }
}
@media screen and (max-width:1024px) {
  .areaworp .photo {
    display: none;
  }
}

.bo01 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* ===============================================
# block1
=============================================== */
.block1 {
  margin: 0 auto 10rem;
  text-align: center;
}
@media screen and (max-width:1024px) {
  .block1 {
    margin: 0 auto 5.92rem;
  }
}
.block1 .title {
  font-size: clamp(2.4rem, 1.2571428571rem + 1.1160714286vw, 3.4rem);
  text-align: center !important;
  margin: 0 auto 3.4rem;
  display: block;
}
@media screen and (max-width:1024px) {
  .block1 .title {
    font-size: 2.6rem;
    margin-bottom: 3.61rem;
  }
}
@media screen and (max-width:520px) {
  .block1 .title {
    line-height: 35.5px;
    margin-bottom: 2.61rem;
  }
}
.block1 .title span {
  background-color: #FAFFAC;
  border-radius: 50px;
  text-align: center;
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, Roboto, "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: normal;
  line-height: 37px;
  display: block;
  max-width: 18.5rem;
  font-size: 1.5rem;
  margin: 0.93rem auto 0;
}
.block1 p {
  font-size: clamp(1.6rem, 1.1428571429rem + 0.4464285714vw, 2rem);
  letter-spacing: 0.02em;
  line-height: 53.6px;
  font-weight: bold;
  width: 100% !important;
  display: inline-block;
}
@media screen and (max-width:1024px) {
  .block1 p {
    font-size: 1.7rem;
    line-height: 33px;
    letter-spacing: 0em;
  }
}
.block1 .big {
  margin-top: 0.5rem !important;
  font-weight: bold;
}
@media screen and (max-width:1024px) {
  .block1 .big {
    margin-top: 2.34rem !important;
  }
}
.block1 span {
  background: linear-gradient(transparent 88%, #FFFF1D 0%);
  font-size: clamp(1.8rem, 0.4285714286rem + 1.3392857143vw, 3rem);
  padding-bottom: 0.5rem;
}
@media screen and (max-width:1024px) {
  .block1 span {
    padding-bottom: 0rem;
    font-size: 2rem;
    background: linear-gradient(transparent 78%, #FFFF1D 78%);
  }
}

/* ===============================================
# block2
=============================================== */
.block2 {
  width: 100%;
  background-color: #EEFAE7;
  border-top-left-radius: 91.26px;
  border-top-right-radius: 91.26px;
  padding: 4.44rem 0 8.7rem;
  margin-bottom: 6.5rem;
}
@media screen and (max-width:1024px) {
  .block2 {
    border-top-left-radius: 65.85px;
    border-top-right-radius: 65.85px;
    padding: 4.17rem 0 6.7rem;
  }
}
@media screen and (max-width:520px) {
  .block2 .contentworp {
    width: 95% !important;
  }
}
.block2 .contentworp .areaboxworp {
  background-color: white;
  padding: 3.2rem 0 6.61rem;
  margin: 4.49rem auto 0;
  border-radius: 10px;
}
@media screen and (max-width:1024px) {
  .block2 .contentworp .areaboxworp {
    width: 100%;
    padding: 2.9rem 0 5.13rem;
    margin: 2rem auto 0;
  }
}
.block2 .contentworp .areaboxworp .areaitem1 {
  max-width: 79.6rem;
  margin: 0 auto 5.79rem;
}
@media screen and (max-width:1024px) {
  .block2 .contentworp .areaboxworp .areaitem1 {
    max-width: 90%;
    width: 90%;
    align-items: center;
  }
}
.block2 .contentworp .areaboxworp .areaitem1 .left {
  max-width: 42.8rem;
}
@media screen and (max-width:1024px) {
  .block2 .contentworp .areaboxworp .areaitem1 .left {
    max-width: 50%;
    width: 50%;
  }
}
@media screen and (max-width:520px) {
  .block2 .contentworp .areaboxworp .areaitem1 .left {
    max-width: 100%;
    width: 100%;
  }
}
.block2 .contentworp .areaboxworp .areaitem1 .right {
  max-width: 33.65rem;
  text-align: center;
  padding-top: 2.39rem;
}
@media screen and (max-width:1024px) {
  .block2 .contentworp .areaboxworp .areaitem1 .right {
    max-width: 35%;
    width: 35%;
    margin: 0 auto 0;
    padding-top: 0;
  }
}
@media screen and (max-width:520px) {
  .block2 .contentworp .areaboxworp .areaitem1 .right {
    max-width: 100%;
    width: 100%;
    margin-top: -30px;
  }
}
.block2 .contentworp .areaboxworp .areaitem1 .right p {
  margin-bottom: 1.95rem;
}
.block2 .contentworp .areaboxworp .areaitem2,
.block2 .contentworp .areaboxworp .areaitem3 {
  max-width: 125.3rem;
}
@media screen and (max-width:1919px) {
  .block2 .contentworp .areaboxworp .areaitem2,
  .block2 .contentworp .areaboxworp .areaitem3 {
    max-width: 110rem;
  }
}
@media screen and (max-width: 1280px) {
  .block2 .contentworp .areaboxworp .areaitem2,
  .block2 .contentworp .areaboxworp .areaitem3 {
    max-width: 90rem;
  }
}
@media screen and (max-width:1024px) {
  .block2 .contentworp .areaboxworp .areaitem2,
  .block2 .contentworp .areaboxworp .areaitem3 {
    max-width: 90%;
    width: 90%;
    margin-bottom: 4.44rem;
  }
}
.block2 .contentworp .areaboxworp .areaitem2 h2,
.block2 .contentworp .areaboxworp .areaitem3 h2 {
  font-size: clamp(2.2rem, 1.7428571429rem + 0.4464285714vw, 2.6rem);
  display: block;
  padding: 10px 40px 17.4px;
  border-bottom: double 10px #ECDF00;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.3rem;
}
@media screen and (max-width:1024px) {
  .block2 .contentworp .areaboxworp .areaitem2 h2,
  .block2 .contentworp .areaboxworp .areaitem3 h2 {
    font-size: 2.2rem;
    padding: 16px 40px 18px;
  }
}
@media screen and (max-width:520px) {
  .block2 .contentworp .areaboxworp .areaitem2 h2,
  .block2 .contentworp .areaboxworp .areaitem3 h2 {
    font-size: 2rem;
  }
}
.block2 .contentworp .areaboxworp .areaitem2 p,
.block2 .contentworp .areaboxworp .areaitem3 p {
  margin: 2.76rem auto 2rem;
  text-align: center;
}
.block2 .contentworp .areaboxworp .areaitem2 {
  margin: 0 auto 6.01rem;
}
@media screen and (max-width:1024px) {
  .block2 .contentworp .areaboxworp .areaitem2 {
    margin-top: -60px;
  }
}
.block2 .contentworp .areaboxworp .areaitem2 h2 {
  border-bottom: double 10px #ECDF00;
}
.block2 .contentworp .areaboxworp .areaitem3 {
  margin: 0 auto 0;
}
.block2 .contentworp .areaboxworp .areaitem3 h2 {
  width: 100%;
  border-bottom: double 10px #B50D23;
  display: inline-flex;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1.4rem 0 1.73rem;
}
.block2 .contentworp .areaboxworp .areaitem3 h2::before {
  content: "";
  background: url(../images/icon_04.png) no-repeat 0 center;
  background-size: contain;
  width: 53px;
  height: 46px;
  margin-right: 2rem;
}
@media screen and (max-width:1024px) {
  .block2 .contentworp .areaboxworp .areaitem3 h2::before {
    margin-right: 0rem;
    margin-bottom: 1.85rem;
    display: block;
  }
}
@media screen and (max-width:1024px) {
  .block2 .contentworp .areaboxworp .areaitem3 h2 {
    font-size: 2.2rem;
    line-height: 31.5px;
    padding: 10px 0 11.4px;
  }
}
@media screen and (max-width:520px) {
  .block2 .contentworp .areaboxworp .areaitem3 h2 {
    font-size: 2rem;
  }
}
.block2 .contentworp .areaboxworp .areaitem3 .flow {
  max-width: 105.882rem;
  margin: 0 auto;
  justify-content: flex-start !important;
  -moz-column-gap: 0.57rem;
       column-gap: 0.57rem;
}
@media screen and (max-width:1024px) {
  .block2 .contentworp .areaboxworp .areaitem3 .flow {
    max-width: 100%;
    width: 100%;
  }
}
.block2 .contentworp .areaboxworp .areaitem3 .flow .item1 {
  max-width: 22.5rem;
  width: 21.25%;
  position: relative;
  display: inline-block;
  margin-right: 33px;
  padding: 16px 16px;
  background-color: #DBF3A4;
  line-height: 1.5;
  color: #F7F7F7;
  text-align: center;
  font-size: clamp(2.5rem, 1.9285714286rem + 0.5580357143vw, 3rem);
  font-weight: bold;
  height: 162px;
  display: grid;
  place-content: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width:1024px) {
  .block2 .contentworp .areaboxworp .areaitem3 .flow .item1 {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 30px;
    line-height: 1.5;
    color: #F7F7F7;
    padding: 32px 16px 0;
  }
}
.block2 .contentworp .areaboxworp .areaitem3 .flow .item1::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 81px 0 81px 39px;
  transform: translate(100%, -50%);
}
@media screen and (max-width:1024px) {
  .block2 .contentworp .areaboxworp .areaitem3 .flow .item1::before {
    bottom: 0;
    left: 50%;
    border-width: 0;
    transform: translate(-50%, 100%);
  }
}
.block2 .contentworp .areaboxworp .areaitem3 .flow .item1::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 77.7px 0 77.7px 39px;
  border-color: transparent transparent transparent #DBF3A4;
  transform: translate(100%, -50%);
}
@media screen and (max-width:1024px) {
  .block2 .contentworp .areaboxworp .areaitem3 .flow .item1::after {
    bottom: 30px;
    left: 50%;
    border-width: 50px 190.2px 0 190.2px;
    border-color: #DBF3A4 transparent transparent;
    transform: translate(-50%, 60%);
  }
}
@media screen and (max-width:520px) {
  .block2 .contentworp .areaboxworp .areaitem3 .flow .item1::after {
    bottom: 30px;
    left: 50%;
    border-width: 50px 160px 0 160px;
    transform: translate(-50%, 60%);
  }
}
.block2 .contentworp .areaboxworp .areaitem3 .flow .item1 p {
  color: #333333;
  font-size: 2rem;
}
@media screen and (max-width:1024px) {
  .block2 .contentworp .areaboxworp .areaitem3 .flow .item1 p {
    margin: 0;
  }
}
.block2 .contentworp .areaboxworp .areaitem3 .flow .item2,
.block2 .contentworp .areaboxworp .areaitem3 .flow .item3 {
  background: #F7F7F7;
  display: grid;
  place-items: center start;
  box-sizing: border-box;
  font-size: clamp(1.6rem, 1.3714285714rem + 0.2232142857vw, 1.8rem);
  line-height: 28.75px;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width:1024px) {
  .block2 .contentworp .areaboxworp .areaitem3 .flow .item2,
  .block2 .contentworp .areaboxworp .areaitem3 .flow .item3 {
    font-size: 1.8rem;
    place-items: center;
    text-align: center;
  }
}
.block2 .contentworp .areaboxworp .areaitem3 .flow .item2 {
  max-width: 40.05rem;
  width: 37.83%;
  padding-left: 2.3rem;
}
@media screen and (max-width:1366px) {
  .block2 .contentworp .areaboxworp .areaitem3 .flow .item2 {
    padding-left: 1.3rem;
  }
}
@media screen and (max-width:1024px) {
  .block2 .contentworp .areaboxworp .areaitem3 .flow .item2 {
    margin-top: -30px;
    max-width: 100%;
    width: 100%;
    padding: 7rem 1rem 1rem;
  }
}
.block2 .contentworp .areaboxworp .areaitem3 .flow .item3 {
  max-width: 38.03rem;
  width: 35.92%;
  padding: 0 4.16rem 0 3.77rem;
}
@media screen and (max-width:1366px) {
  .block2 .contentworp .areaboxworp .areaitem3 .flow .item3 {
    padding: 0 4.16rem 0 1.37rem;
  }
}
@media screen and (max-width:1024px) {
  .block2 .contentworp .areaboxworp .areaitem3 .flow .item3 {
    max-width: 100%;
    width: 100%;
    padding: 1rem 1rem;
  }
}

/* ===============================================
# block3
=============================================== */
.block3 {
  width: 100%;
  background: #EEFAE7 url(../images/nayami_hk.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 170.8px;
  margin-top: 6rem;
  border-top-left-radius: 77.51px;
  border-top-right-radius: 77.51px;
  padding: 3.7rem 0 0.3rem;
  margin-bottom: 10.22rem;
}
.no-webp .block3 {
  background-image: url(../images/nayami_hk.jpg);
}
@media screen and (max-width:1024px) {
  .block3 {
    background-size: 100% auto;
    background: #EEFAE7 none;
    margin-top: 4rem;
    padding-top: 5rem;
    margin-bottom: 6.2rem;
  }
}
.block3 .title {
  margin-bottom: 5.5rem;
}
@media screen and (max-width:1024px) {
  .block3 .title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width:520px) {
  .block3 .en {
    padding-right: 5rem !important;
  }
}
@media screen and (max-width:520px) {
  .block3 .en::after {
    width: 4.7rem !important;
    right: -50px;
  }
}
.block3 .mt28 {
  margin-top: 2.86rem;
}
@media screen and (max-width:1366px) {
  .block3 .mt28 {
    width: 90%;
    margin: 2.86rem auto 0;
  }
}
@media screen and (max-width:1024px) {
  .block3 .mt28 {
    width: 90%;
    margin: 4rem auto 0;
  }
}
@media screen and (max-width:520px) {
  .block3 .mt28 {
    width: 100%;
  }
}
.block3 .pointWorp {
  background-color: white;
  padding: 4.2rem 0;
  max-width: 173rem;
  margin: 0 auto 3.69rem;
  border-radius: 6px;
}
@media screen and (max-width:1919px) {
  .block3 .pointWorp {
    max-width: 90%;
    width: 90%;
  }
}
@media screen and (max-width:1024px) {
  .block3 .pointWorp {
    margin: 0rem auto 4.69rem;
  }
}
@media screen and (max-width:520px) {
  .block3 .pointWorp {
    margin: 3rem auto 4.69rem;
    max-width: 94%;
    width: 94%;
  }
}
.block3 .pointWorp h3 {
  margin-bottom: 5.03rem;
}
@media screen and (max-width:1024px) {
  .block3 .pointWorp h3 {
    margin-bottom: 0rem;
  }
}
.block3 .pointWorp .no {
  margin-left: 2rem;
}
.block3 .pointWorp .sptable {
  max-width: 167.93rem;
  margin: 0 auto !important;
}
.block3 .pointWorp .point {
  max-width: 167.93rem;
  margin: 0 auto !important;
  flex-wrap: nowrap !important;
  gap: 10px;
}
@media screen and (max-width:1919px) {
  .block3 .pointWorp .point {
    max-width: 98%;
    width: 98%;
  }
}
@media screen and (max-width:1024px) {
  .block3 .pointWorp .point {
    width: 100%;
    width: 100%;
  }
}
.block3 .pointWorp .point li {
  width: calc((100% - 79.2px) / 5);
  display: flex;
  flex-direction: column;
}
.block3 .pointWorp .point li .box {
  border: solid 2px #008800;
  border-radius: 10px;
  padding-bottom: 4.7rem;
  margin-top: 0.7rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:520px) {
  .block3 .pointWorp .point li .box {
    padding-bottom: 1rem;
  }
}
.block3 .pointWorp .point li .box h4 {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  background-color: #008800;
  color: white;
  display: grid;
  place-content: center;
  text-align: center;
  font-size: clamp(2rem, 1.3142857143rem + 0.6696428571vw, 2.6rem);
  letter-spacing: 0.08em;
  padding: 1.5rem 0;
  height: 12.526rem;
}
@media screen and (max-width:1024px) {
  .block3 .pointWorp .point li .box h4 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width:520px) {
  .block3 .pointWorp .point li .box h4 {
    font-size: 2rem;
    height: 5rem;
  }
}
.block3 .pointWorp .point li .box .photo {
  margin: 3.68rem auto 2.5rem;
}
@media screen and (max-width:520px) {
  .block3 .pointWorp .point li .box .photo {
    margin: 1.5rem auto 2.5rem;
  }
}
.block3 .pointWorp .point li .box p {
  width: 90%;
  font-size: clamp(1.5rem, 1.2714285714rem + 0.2232142857vw, 1.7rem);
  margin: 0 auto;
  line-height: 33.26px;
  letter-spacing: 0.02em;
}
@media screen and (max-width:1024px) {
  .block3 .pointWorp .point li .box p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width:520px) {
  .block3 .pointWorp .point li .box p {
    width: 90%;
    font-size: 1.6rem;
  }
}
.block3 .support-photo {
  width: 100%;
  text-align: center;
}
@media screen and (max-width:1024px) {
  .block3 .support-photo {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (max-width:520px) {
  .block3 .support-photo {
    width: 100%;
  }
}
.block3 .support-text {
  background-color: white;
  border-bottom: solid 2px #C80050;
  position: relative;
  margin: 4.7rem auto;
  max-width: 96rem;
  padding: 2.42rem 0 2rem;
}
@media screen and (max-width:1024px) {
  .block3 .support-text {
    max-width: 96%;
    margin: 1.5rem auto;
    padding: 1rem 0 2.5rem;
  }
}
@media screen and (max-width:520px) {
  .block3 .support-text {
    max-width: 98%;
  }
}
.block3 .support-text::after {
  content: "";
  position: absolute;
  top: -25%;
  right: -2%;
  background: url(../images/Illust_06.png) no-repeat;
  background-size: contain;
  width: 210px;
  height: 200px;
  z-index: 2;
}
@media screen and (max-width:1024px) {
  .block3 .support-text::after {
    width: 170px;
    height: 163px;
    top: 0%;
    right: 3%;
  }
}
@media screen and (max-width:520px) {
  .block3 .support-text::after {
    width: 120px;
    height: 113px;
    top: 40%;
    right: 3%;
  }
}
.block3 .support-text p {
  font-weight: bold;
  font-size: clamp(2rem, 1.7714285714rem + 0.2232142857vw, 2.2rem);
  line-height: 35.26px;
  letter-spacing: 0.02em;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:520px) {
  .block3 .support-text p {
    font-size: 1.8rem;
    line-height: 29.26px;
    width: 95%;
  }
}
.block3 .support-text p span {
  color: #C80050;
}

/* ===============================================
# block4
=============================================== */
.block4 {
  background-color: #FEFFDE;
  padding: 6.32rem 0 8.18rem;
  margin-top: 7rem;
}
@media screen and (max-width:1024px) {
  .block4 {
    margin-top: 4rem;
    padding: 3rem 0 5.18rem;
  }
}
.block4 .en {
  line-height: 29px !important;
}
@media screen and (max-width:520px) {
  .block4 .en::after {
    width: 18.395rem;
    top: 70%;
    right: -100px;
    transform: translateX(-70%);
  }
}
.block4 .sclool {
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width:1024px) {
  .block4 .sclool {
    margin: 0 0 0 1rem;
    padding: 0rem 0 0.5rem;
  }
}
@media screen and (max-width:1024px) {
  .block4 .sptable2 {
    width: 2400px;
  }
}
.block4 .works {
  max-width: 122.604rem;
  margin: 5.27rem auto 0;
  -moz-column-gap: 43px;
       column-gap: 43px;
  row-gap: 30px;
}
@media screen and (max-width: 1280px) {
  .block4 .works {
    row-gap: 20px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (max-width:1024px) {
  .block4 .works {
    max-width: 2400px;
    width: 2400px;
    -moz-column-gap: 13px;
         column-gap: 13px;
    row-gap: 30px;
    margin: 5.27rem 0 0;
  }
}
.block4 .works li {
  width: calc((100% - 86px) / 3);
  border: solid 1px #008800;
  background-color: white;
  border-radius: 10px;
}
@media screen and (max-width: 1280px) {
  .block4 .works li {
    width: calc((100% - 41px) / 3);
  }
}
@media screen and (max-width:1024px) {
  .block4 .works li {
    width: calc((100% - 80px) / 6);
  }
}
.block4 .works li dl {
  max-width: 32.6rem;
  margin: 3.1rem auto 2.7rem;
}
@media screen and (max-width: 1280px) {
  .block4 .works li dl {
    max-width: 90%;
  }
}
@media screen and (max-width:1024px) {
  .block4 .works li dl {
    max-width: 32.6rem;
  }
}
.block4 .works li dl dt {
  width: 6.8rem;
  color: #008800;
  font-weight: bold;
  margin-bottom: 2.03rem;
}
.block4 .works li dl dd {
  width: calc(100% - 91px);
  margin-bottom: 2.03rem;
}
.block4 .works li .img {
  padding-top: 66% !important;
}
@media screen and (max-width:1024px) {
  .block4 .works li .img {
    padding-top: 62% !important;
  }
}
.block4 .works li .img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.block4 .soon {
  width: 100%;
  text-align: center;
  margin: 10% auto;
}
.block4 .soon .soon-title {
  font-size: 3.4rem;
  margin-bottom: 3rem;
  font-family: "M PLUS Rounded 1c", serif;
  color: #008800;
  font-weight: bold;
}
.block4 .soon .jp {
  font-size: 2rem;
  font-weight: bold;
}

/* ===============================================
# block5
=============================================== */
.block5 {
  padding: 6.95rem 0 0;
}
@media screen and (max-width:1024px) {
  .block5 {
    padding: 2.95rem 0 0;
  }
}
.block5 .flow {
  max-width: 104.064rem;
  margin: 5rem auto 9.4rem;
}
@media screen and (max-width:1024px) {
  .block5 .flow {
    margin: 2rem auto 3.4rem;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width:520px) {
  .block5 .flow {
    max-width: 95%;
    width: 95%;
  }
}
.block5 .flow li {
  width: calc((100% - 166.5px) / 6);
  position: relative;
  padding-left: 3.3rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:1024px) {
  .block5 .flow li {
    width: 100%;
    padding-left: 0rem;
    padding-bottom: 5rem;
  }
  .block5 .flow li:first-child {
    margin-left: -3.3rem;
  }
}
@media screen and (max-width:1024px) and (max-width:1024px) {
  .block5 .flow li:first-child {
    margin-left: 0rem;
  }
}
.block5 .flow li .box {
  background: url(../images/flow_hk.jpg) repeat 0 0;
  padding: 3.64rem 0 5.64rem;
  width: 100%;
  display: grid;
  justify-items: center;
  border-radius: 6px;
  flex-grow: 1;
}
@media screen and (max-width:1024px) {
  .block5 .flow li .box {
    padding: 1rem 0;
    height: 70px;
    align-items: center;
  }
}
.block5 .flow li .box p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.8rem, 1.3428571429rem + 0.4464285714vw, 2.2rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}
@media screen and (max-width:1024px) {
  .block5 .flow li .box p {
    font-size: 1.8rem;
    writing-mode: horizontal-tb;
    text-align: center;
    line-height: 22px;
  }
}
.block5 .flow li .box p span {
  margin-top: -8px;
  margin-left: 3px;
}
.block5 .flow li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -33px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38.5px 0 38.5px 24px;
  border-color: transparent transparent transparent #008800;
}
@media screen and (max-width:1024px) {
  .block5 .flow li::after {
    border-width: 24px 38.5px 0 38.5px;
    border-color: #008800 transparent transparent transparent;
    top: 88%;
    right: 45%;
    transform: translateY(-88%);
  }
}
.block5 .flow li:last-child::after {
  display: none;
}
.block5 .flow li .f-ttl {
  color: #008800;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.06em;
  margin: 0 0 0.79rem 1.7rem;
}
@media screen and (max-width: 1365px) {
  .block5 .flow li .f-ttl {
    margin: 0 0 0.79rem 0rem;
  }
}
@media screen and (max-width:1024px) {
  .block5 .flow li .f-ttl {
    margin: 0 0 0.79rem 0rem;
  }
}
.block5 .flow-text {
  max-width: 125.171rem;
  position: relative;
  font-size: clamp(2.2rem, 1.0571428571rem + 1.1160714286vw, 3.2rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 56px;
  font-family: "M PLUS Rounded 1c", serif;
  margin: 4.4rem auto 4.6rem;
  text-align: left;
  text-indent: -0.1em;
  padding-left: 0.1em;
  display: block;
}
@media screen and (max-width:1024px) {
  .block5 .flow-text {
    font-size: 2.4rem;
    width: 96%;
    margin: 0 auto;
    line-height: 36px;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width:520px) {
  .block5 .flow-text {
    line-height: 37.5px;
  }
}
.block5 .flow-text::after {
  content: "";
  position: absolute;
  bottom: -45%;
  right: 0;
  background: url(../images/Illust_07@2x.webp) no-repeat right bottom;
  background-size: contain;
  width: 380px;
  height: 210px;
}
.no-webp .block5 .flow-text::after {
  background: url(../images/Illust_07@2x.png) no-repeat right bottom;
}
@media screen and (max-width:1024px) {
  .block5 .flow-text::after {
    bottom: -1px;
    right: 0;
    width: 220px;
    height: 120px;
  }
}
@media screen and (max-width:520px) {
  .block5 .flow-text::after {
    bottom: -58px;
    right: 20px;
  }
}
@media screen and (max-width:520px) {
  .block5 .flow-text .marker-Y {
    padding: 0 0px 0 5px;
  }
}

/* ===============================================
# block6
=============================================== */
.block6 {
  margin-bottom: 13rem;
}
@media screen and (max-width:1024px) {
  .block6 {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width:520px) {
  .block6 {
    margin-top: 5.5rem;
  }
}
.block6 h2 {
  background-color: #008800;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 11.563rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:1919px) {
  .block6 h2 img {
    width: 90%;
  }
}
@media screen and (max-width:520px) {
  .block6 h2 img {
    max-width: 30.2rem;
  }
}
.block6 .subsidiesBox {
  background-color: #EEFAE7;
  padding-top: 4.94rem;
  text-align: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width:1919px) {
  .block6 .subsidiesBox img {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (max-width:1024px) {
  .block6 .subsidiesBox {
    padding: 2rem 0;
  }
}

/* ===============================================
# form
=============================================== */
.form .text {
  text-align: center;
  font-size: clamp(2.2rem, 1.0571428571rem + 1.1160714286vw, 3.2rem);
  margin: 2.02rem 0 3.32rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 56px;
}
@media screen and (max-width:1024px) {
  .form .text {
    font-size: 2.3rem;
    margin: 0rem 0 0.8rem;
    line-height: 40.25px;
  }
}
@media screen and (max-width:520px) {
  .form .text .marker-Y {
    padding: 0 0px 0 5px;
  }
}
@media screen and (max-width:520px) {
  .form .en::after {
    width: 14.7rem;
    right: -180px;
  }
}
.form .formworp {
  max-width: 100rem;
  margin: 6.4rem auto;
}
@media screen and (max-width:1366px) {
  .form .formworp {
    max-width: 90%;
  }
}

/* =Footer
-------------------------------------*/
#footer {
  width: 100%;
  margin-top: 2rem;
}
#footer .footer-inner {
  width: 100%;
  margin: 0 auto;
  border-top: solid 1px #CDCECE;
}
#footer .footer-inner .item-left {
  width: 78.4rem;
}
@media screen and (max-width:1919px) {
  #footer .footer-inner .item-left {
    width: 55.3rem;
  }
}
@media screen and (max-width:1366px) {
  #footer .footer-inner .item-left {
    width: 40.5rem;
  }
}
@media screen and (max-width: 1200px) {
  #footer .footer-inner .item-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width:520px) {
  #footer .footer-inner .item-left {
    margin-bottom: 2rem;
  }
}
#footer .footer-inner .item-left .ggmap {
  width: 100%;
  margin: 0 0 5.34rem 0 !important;
}
@media screen and (max-width:1024px) {
  #footer .footer-inner .item-left .ggmap {
    width: 100%;
  }
}
#footer .footer-inner .item-left .footer-logo {
  text-align: center;
}
@media screen and (max-width:1366px) {
  #footer .footer-inner .item-left .footer-logo {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width:1024px) {
  #footer .footer-inner .item-left .footer-logo {
    max-width: 31.1rem;
  }
}
#footer .footer-inner .item-left .adress {
  text-align: center;
  line-height: 28px;
  letter-spacing: 0.02em;
  margin: 3.11rem 0 4.46rem;
}
@media screen and (max-width:1024px) {
  #footer .footer-inner .item-left .adress {
    margin: 1.11rem 0 3rem;
  }
}
#footer .footer-inner .item-left .footer-nav {
  max-width: 38.8rem;
  margin: 0 auto;
}
@media screen and (max-width:1366px) {
  #footer .footer-inner .item-left .footer-nav {
    max-width: 35.8rem;
  }
}
@media screen and (max-width:520px) {
  #footer .footer-inner .item-left .footer-nav {
    max-width: 28rem;
  }
}
@media screen and (max-width:520px) {
  #footer .footer-inner .item-left .footer-nav ul li {
    margin-bottom: 1.4rem;
    text-indent: -0.7em;
    padding-left: 0.7em;
  }
}
#footer .footer-inner .item-left .footer-nav ul li a {
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.02em;
  transition: all 0.45s ease-Out;
}
@media screen and (max-width:520px) {
  #footer .footer-inner .item-left .footer-nav ul li a {
    line-height: 25px;
  }
}
#footer .footer-inner .item-left .footer-nav ul li a::before {
  content: "-";
  margin-right: 5px;
}
#footer .footer-inner .item-left .footer-nav ul li a:hover {
  color: #008800;
}
#footer .footer-inner .item-right {
  width: calc(100% - 784px);
  background-color: #008800;
  color: white;
  padding: 4.45rem 0 5.3rem;
}
@media screen and (max-width:1919px) {
  #footer .footer-inner .item-right {
    width: calc(100% - 553px);
  }
}
@media screen and (max-width:1366px) {
  #footer .footer-inner .item-right {
    width: calc(100% - 405px);
  }
}
@media screen and (max-width: 1200px) {
  #footer .footer-inner .item-right {
    width: 100%;
  }
}
@media screen and (max-width:520px) {
  #footer .footer-inner .item-right {
    padding: 2.45rem 0 3.3rem !important;
  }
}
#footer .footer-inner .item-right .inner {
  max-width: 102.4rem;
  margin: 0 auto;
}
@media screen and (max-width:1919px) {
  #footer .footer-inner .item-right .inner {
    width: 90%;
  }
}
#footer .footer-inner .item-right .inner h3 {
  font-size: clamp(2.2rem, 1.5142857143rem + 0.6696428571vw, 2.8rem);
  font-weight: bold;
  margin-bottom: 1.87rem;
  letter-spacing: 0.02em;
}
#footer .footer-inner .item-right .inner h3::before {
  content: "■";
  margin-right: 16px;
}
@media screen and (max-width:1024px) {
  #footer .footer-inner .item-right .inner h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width:520px) {
  #footer .footer-inner .item-right .inner h3 {
    margin-bottom: 2.5rem;
  }
}
#footer .footer-inner .item-right .inner dl {
  width: 100%;
  font-size: 1.8rem;
  line-height: 31.5px;
  margin-bottom: 2.27rem;
}
@media screen and (max-width:520px) {
  #footer .footer-inner .item-right .inner dl {
    margin-bottom: 3.77rem;
  }
}
#footer .footer-inner .item-right .inner dl dt {
  width: 55px;
  font-weight: 500 !important;
}
#footer .footer-inner .item-right .inner dl dd {
  width: calc(100% - 60px);
  font-weight: 500 !important;
}
#footer .footer-inner .item-right .inner dl a {
  color: white;
}
#footer .footer-inner .item-right .inner .text-area {
  max-width: 86.987rem;
  background: url(../images/foore_Illust@2x.webp) no-repeat;
  background-position: right center;
  background-size: 90px 100px;
  margin: 0 auto 1.32rem;
  padding: 3rem 0;
}
.no-webp #footer .footer-inner .item-right .inner .text-area {
  background-image: url(images/foore_Illust@2x.png);
}
@media screen and (max-width: 1200px) {
  #footer .footer-inner .item-right .inner .text-area {
    max-width: 89.987rem;
  }
}
@media screen and (max-width:1024px) {
  #footer .footer-inner .item-right .inner .text-area {
    background-color: white;
    border-bottom: solid 2px #DB5513;
    background-position: right 20px center;
  }
}
@media screen and (max-width:520px) {
  #footer .footer-inner .item-right .inner .text-area {
    padding: 1.11rem 1.11rem;
    background-size: 53px 59px;
    background-position: right 20px center;
  }
}
#footer .footer-inner .item-right .inner .text-area p {
  background-color: white;
  color: #DB5513;
  font-size: clamp(1.5rem, 0.7rem + 0.78125vw, 2.2rem);
  display: block;
  font-weight: bold;
  border-bottom: solid 2px #DB5513;
  line-height: 31.26px;
  text-align: center;
  max-width: 76rem;
  padding: 0.86rem 0;
}
@media screen and (max-width: 1600px) {
  #footer .footer-inner .item-right .inner .text-area p {
    max-width: 75rem;
  }
}
@media screen and (max-width: 1500px) {
  #footer .footer-inner .item-right .inner .text-area p {
    max-width: 85%;
    width: 85%;
  }
}
@media screen and (max-width:1024px) {
  #footer .footer-inner .item-right .inner .text-area p {
    font-size: 2.2rem;
    background-color: transparent;
    border-bottom: solid 0px #DB5513;
  }
}
@media screen and (max-width:520px) {
  #footer .footer-inner .item-right .inner .text-area p {
    font-size: 1.5rem;
    text-align: left;
    line-height: 23.26px;
  }
}
#footer .footer-inner .item-right .inner .contact-bt-box {
  width: 100% !important;
  margin-bottom: 7.5rem;
}
@media screen and (max-width:1024px) {
  #footer .footer-inner .item-right .inner .contact-bt-box {
    margin: 1.48rem auto 0;
    max-width: 100%;
    width: 100%;
  }
}
#footer .footer-inner .item-right .inner .contact-bt-box a.btn02 {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width:1366px) {
  #footer .footer-inner .item-right .inner .contact-bt-box a.btn02 {
    width: calc(33.3333333333% - 5px);
  }
}
@media screen and (max-width:1024px) {
  #footer .footer-inner .item-right .inner .contact-bt-box a.btn02 {
    width: 80%;
    margin: 0 auto 2.15rem;
  }
}
@media screen and (max-width:520px) {
  #footer .footer-inner .item-right .inner .contact-bt-box a.btn02 {
    width: 100%;
  }
}
#footer .footer-inner .item-right .inner .contact-bt-box .greenBk {
  background-color: #006934;
}
@media screen and (max-width:1919px) {
  #footer .footer-inner .item-right .inner .contact-bt-box .greenBk p {
    font-size: clamp(1.6rem, 0.6857142857rem + 0.8928571429vw, 2.4rem);
  }
}
@media screen and (max-width:1919px) and (max-width:1024px) {
  #footer .footer-inner .item-right .inner .contact-bt-box .greenBk p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width:1919px) {
  #footer .footer-inner .item-right .inner .contact-bt-box .yellowBk p {
    font-size: clamp(1.6rem, 0.6857142857rem + 0.8928571429vw, 2.4rem);
  }
}
@media screen and (max-width:1919px) and (max-width:1024px) {
  #footer .footer-inner .item-right .inner .contact-bt-box .yellowBk p {
    font-size: 2.4rem;
  }
}
#footer .footer-inner .item-right .inner .copy {
  text-align: center;
  font-size: 1.2rem;
  margin: 0 auto 0;
}
@media screen and (max-width:520px) {
  #footer .footer-inner .item-right .inner .copy {
    margin: 3.33rem auto;
  }
}

@media screen and (min-width:1920px) {
  .footer_bn {
    display: none;
  }
}
@media screen and (max-width:1919px) {
  .footer_bn {
    display: none;
  }
}
@media screen and (max-width:1366px) {
  .footer_bn {
    display: none;
  }
}
@media screen and (max-width:1024px) {
  .footer_bn {
    display: none;
  }
}
@media screen and (max-width:520px) {
  .footer_bn {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    box-shadow: -2px -13px 9px -14px rgba(0, 0, 0, 0.3);
  }
  .footer_bn .footer-bt-sp .btn {
    height: 5.5rem;
    font-size: 1.5rem !important;
    letter-spacing: 0.02em;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .footer_bn .footer-bt-sp .mail {
    width: 65%;
    margin: 0 !important;
  }
  .footer_bn .footer-bt-sp .mail p::before {
    margin: 0rem 0.8rem 0 0;
  }
  .footer_bn .footer-bt-sp .document {
    width: 35%;
    margin: 0 !important;
  }
  .footer_bn .footer-bt-sp .document p::before {
    margin: 0rem 0.8rem 0 0;
  }
}/*# sourceMappingURL=style.css.map */