@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

input[type=checkbox],
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #fff;
}

html {
  font-size: 16px;
  background-color: #161616;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1851851852vw;
  }
}
@media (min-width: 1350px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

html.fixed {
  overflow: hidden;
}

main {
  margin-top: 3.625rem;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 9.6875rem;
  }
}

section {
  overflow-x: hidden;
}

.eng-text {
  font-family: "Roboto", sans-serif;
}

.top-map_area iframe {
  width: 100%;
  height: 20.625rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #181818;
  width: 100%;
}

.header-inner {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.125rem 0.9375rem 1.125rem;
  position: relative;
  z-index: 500;
}
@media screen and (min-width: 768px) {
  .header-inner {
    padding: 0.75rem 3.75rem 0.75rem 2rem;
  }
}

.header-logo {
  width: 15.625rem;
  position: relative;
  z-index: 500;
}

.header-detale {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-detale {
    width: 38.75rem;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 1.25rem;
  }
}

.header-detale__l--block {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.header-detale__l--block .icon,
.header-detale__r--block .icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #397B0B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  text-align: center;
}

.header-detale__l--block .icon img,
.header-detale__r--block .icon img {
  object-fit: contain;
  width: 0.6875rem;
  height: 0.6875rem;
}

.header-detale__l--block .text {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.header-detale__r--block {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.header-detale__r--block:nth-child(n+2) {
  margin-top: 0.25rem;
}

.header-detale__r--block .text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  color: #6EC531;
}

.contact-btn {
  background-color: #397B0B;
  border-radius: 5px;
  width: 10.625rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .contact-btn {
    margin: 0 0 0 2rem;
    width: 11.25rem;
  }
}

.contact-btn a {
  display: block;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}

.contact-btn a img {
  width: 1.3125rem;
  height: 0.9375rem;
}

.contact-btn a p {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: 0.08em;
  color: #fff;
}

footer {
  padding: 2rem 0.9375rem 0.9375rem;
  background-color: #265605;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 4.0625rem 1.5625rem 1.5625rem;
  }
}

.footer-logo {
  width: 95%;
  max-width: 27.1875rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    width: 100%;
  }
}

.footer-info {
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
  width: 95%;
  max-width: 27.1875rem;
  margin: 2.125rem auto 0;
}
@media screen and (min-width: 768px) {
  .footer-info {
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: initial;
    margin-top: 2.125rem;
    line-height: 1.4;
  }
}

.footer-rinc {
  width: 95%;
  max-width: 27.1875rem;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .footer-rinc {
    max-width: initial;
    margin-top: 1rem;
  }
}

.footer-rinc ul {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .footer-rinc ul {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 2.5rem;
    font-size: 1rem;
  }
}

.footer-rinc ul li a {
  padding: 0.3125rem 0;
}
@media screen and (min-width: 768px) {
  .footer-rinc ul li a {
    padding: 0rem;
  }
}

.footer-rinc ul li:nth-child(n+2) {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .footer-rinc ul li:nth-child(n+2) {
    margin-top: 0;
  }
}

.copyright {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .copyright {
    margin-top: 3.375rem;
  }
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1350px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.header-hamberger {
  width: 1.875rem;
  height: 1.5625rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .header-hamberger {
    display: none;
  }
}

.hamberger {
  padding: 0.3125rem;
  position: relative;
  z-index: 500;
  width: 1.875rem;
  height: 1.5625rem;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
}
.hamberger-bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.0625rem;
  background: #fff;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.hamberger-bar:nth-of-type(1) {
  top: 0%;
}

.hamberger-bar:nth-of-type(2) {
  top: 50%;
}

.hamberger-bar:nth-of-type(3) {
  top: 100%;
}

/* オープン時の動き */
.open .hamberger-bar {
  width: 1.875rem;
  transition: 0.3s;
}

.open .hamberger-bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(30deg);
  top: 50%;
}

.open .hamberger-bar:nth-of-type(2) {
  transform: translate(-50%, -50%);
  opacity: 0;
}

.open .hamberger-bar:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-30deg);
  top: 50%;
}

.js-drawer-nav {
  display: none;
}

.header-nav {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  color: black;
  background-color: #181818;
  padding: 5rem 0.9375rem 1.875rem;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .header-nav {
    width: 100%;
    height: initial;
    position: initial;
    overflow-y: initial;
    padding: 0.875rem 1.5625rem 1.5625rem;
  }
}

.header-nav__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-nav__pc {
    display: block;
  }
}

.header-nav__items {
  max-width: 25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header-nav__items {
    max-width: initial;
    align-items: center;
    justify-content: center;
  }
}

.header-nav__item {
  text-align: center;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
  max-width: 9.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header-nav__item {
    max-width: 11.875rem;
    border-bottom: initial;
    padding: 0.1875rem 0;
    margin: 0;
  }
}

.header-nav__item:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .header-nav__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.header-nav__item a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .header-nav__item a {
    width: 100%;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item:nth-child(n+2) a {
    border-left: 1px solid #D9D9D9;
  }
}

.header-nav__item .main-text {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-size: 1.0625rem;
  letter-spacing: 0.08em;
  color: #fff;
}

.header-nav__item .eng-text {
  font-family: "Roboto", sans-serif;
  font-size: 0.5rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #265605;
  display: block;
}

@media screen and (min-width: 768px) {
  .header-nav__item a {
    position: relative;
  }
}

.page-top {
  width: 100%;
  background-image: url("../img/page-top_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 3px solid #6EC531;
  padding: 1.5rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .page-top {
    padding: 4.1875rem 0 4.1875rem;
  }
}

.page-top__content {
  margin: 0 auto;
  display: flex;
}
@media screen and (min-width: 768px) {
  .page-top__content {
    max-width: 67.5rem;
  }
}

.page-top__content .box {
  width: 5rem;
  height: 5rem;
  background-color: #265605;
}
@media screen and (min-width: 768px) {
  .page-top__content .box {
    width: 10rem;
    height: 10rem;
  }
}

.page-top__content h1 {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 2.25rem;
  margin-top: 1rem;
  transform: translateX(-1.5rem);
}
@media screen and (min-width: 768px) {
  .page-top__content h1 {
    font-size: 2.6875rem;
    margin-top: 4rem;
    transform: translateX(-3.375rem);
  }
}

.campany-list {
  width: 100%;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .campany-list {
    margin: 1.25rem auto 0;
    max-width: 55rem;
  }
}

.campany-list__item {
  font-size: 1rem;
  color: #EDEDED;
}
@media screen and (min-width: 768px) {
  .campany-list__item {
    display: flex;
    gap: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .campany-list__item:nth-child(n+2) {
    margin-top: 0.625rem;
  }
}

.content-l,
.content-r {
  display: table;
}

.content-l p,
.content-r p {
  display: table-cell;
  vertical-align: middle;
}

.content-l {
  padding: 0.75rem 0.84375rem 0;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .content-l {
    padding: 0.625rem 0.84375rem;
    border-bottom: 2px solid #909090;
    width: 8.75rem;
  }
}

.content-r {
  width: 100%;
  padding: 0.75rem 0.84375rem;
  border-bottom: 2px solid #909090;
}
@media screen and (min-width: 768px) {
  .content-r {
    padding: 0.6875rem 0.84375rem;
    width: calc(100% - 9.375rem);
  }
}

.notfound {
  padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .notfound {
    padding: 6.9375rem 0 8.125rem;
  }
}

.notfound .facility-title h2 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .notfound .facility-title h2 {
    font-size: 1.75rem;
  }
}

.notfound-content {
  margin: 2.5rem auto 0;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .notfound-content {
    max-width: 45rem;
    font-size: 1.25rem;
  }
}

.notfound-btn a {
  display: block;
  width: 14.375rem;
  margin: 2.5rem auto 0;
  padding: 0.9375rem;
  font-family: "Noto Serif", serif;
  text-align: center;
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #265605;
  border-radius: 5px;
}

.top-mv {
  width: 100%;
  background: url("../img/mv-sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 375/500;
	  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .top-mv {
    background-image: initial;
    background: linear-gradient(25deg, rgba(22, 22, 22, 0.4), rgba(22, 22, 22, 0.4)), url("../img/mv.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 1440/610;
    height: 100%;
    max-height: 50rem;
  }
}

.mv-texts .title {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-weight: 500;

  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .mv-texts .title {
	letter-spacing: 0.02em;
    font-size: 2.125rem;
  }
}

.mv-texts img {
  width: 90%;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .mv-texts img {
    width: 100%;
    max-width: 42.875rem;
    margin: 2rem auto 0;
  }
}

.top-rincs {
  background: -moz-linear-gradient(top, #282A27, rgba(40, 42, 39, 0));
  background: -webkit-linear-gradient(top, #282A27, rgba(40, 42, 39, 0));
  background: linear-gradient(to bottom, #282A27, rgba(40, 42, 39, 0));
  padding: 2.625rem 0;
}
@media screen and (min-width: 768px) {
  .top-rincs {
    padding: 2.625rem 0 2.75rem;
  }
}

.top-rincs__bannar-area {
  max-width: 28.125rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-rincs__bannar-area {
    max-width: 81.25rem;
  }
}

.top-rincs__bannar-area ul {
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .top-rincs__bannar-area ul {
    gap: 1.875rem;
  }
}

.top-rincs__bannar {
  border-bottom: 2px solid #6EC531;
}
@media screen and (min-width: 768px) {
  .top-rincs__bannar {
    width: calc((100% - 3.75rem) / 3);
  }
}

.top-rincs__bannar:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .top-rincs__bannar:nth-child(n+2) {
    margin-top: 0;
  }
}

.top-rincs__bannar .image {
  aspect-ratio: 412/180;
}
@media screen and (min-width: 768px) {
  .top-rincs__bannar .image {
    aspect-ratio: 412/210;
    overflow: hidden;
  }
}

.top-rincs__bannar .image img {
  height: 100%;
  aspect-ratio: 412/210;
}
@media screen and (min-width: 768px) {
  .top-rincs__bannar .image img {
    transition: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .top-rincs__bannar:hover .image img {
    transform: scale(1.1);
  }
}

.top-rincs__bannar--btm {
  background-color: #525450;
}
.top-rincs__bannar--btm .text-area {
  padding: 0.6875rem 1.375rem 0.6875rem 0.9375rem;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 3.75rem);
}
.top-rincs__bannar--btm .text-area .label {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-size: 1.375rem;
  list-style-image: 0.08em;
}
.top-rincs__bannar--btm .text-area .eng-text {
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  color: #6EC531;
}
.arrow-area {
  width: 3.75rem;
  background-color: #383D33;
}
.arrow-area img {
  width: 1.625rem;
}
.top-about {
  padding: 2.625rem 0;
}
@media screen and (min-width: 768px) {
  .top-about {
    padding: 4.6875rem 0 5.5rem;
  }
}

.top-about .top-about__content {
  padding: 0 0.9375rem;
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-about .top-about__content {
    max-width: 90rem;
    padding: 0;
    align-items: center;
  }
}

.top-about__img {
  width: 90%;
  max-width: 28.125rem;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .top-about__img {
    width: 100%;
    max-width: 42.1875rem;
    margin-right: 0;
  }
}

.top-about__texts {
  width: 90%;
  margin-left: auto;
  margin-top: -1.25rem;
  background-color: #525450;
  padding: 1.875rem 2.8125rem;
  position: relative;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .top-about__texts {
    width: 100%;
    max-width: 37.5rem;
    padding: 3.75rem 6.25rem 3.75rem 6.25rem;
    margin-top: 0;
    margin-left: 0;
    transform: translate(-0.9375rem, 0rem);
  }
}

.top-about__texts .eng-text {
  font-weight: 400;
  font-size: 1.125rem;
  color: #6EC531;
}

.top-about__texts .title {
  font-family: "Noto Serif", serif;
  font-size: 1.75rem;
  letter-spacing: 0.08em;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .top-about__texts .title {
    margin-top: 0.5rem;
  }
}

.top-about__texts .text {
  font-size: 1rem;
  letter-spacing: 0.08em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .top-about__texts .text {
    letter-spacing: 0.02em;
    margin-top: 1rem;
  }
}

.top-strength {
  background-image: url("../img/strength-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.625rem 0;
}
@media screen and (min-width: 768px) {
  .top-strength {
    padding: 5.25rem 0 3.875rem;
  }
}

.top-strength__title {
  text-align: center;
  letter-spacing: 0.08em;
}

.top-strength__title .eng-text {
  font-size: 1rem;
  color: #6EC531;
}
@media screen and (min-width: 768px) {
  .top-strength__title .eng-text {
    font-size: 1.125rem;
  }
}

.top-strength__title .title {
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .top-strength__title .title {
    font-size: 2.5rem;
    margin-top: 0.75rem;
  }
}

.top-strength__contents {
  margin: 3.4375rem auto 0;
  max-width: 40rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .top-strength__contents {
    margin: 3.25rem auto 0;
    max-width: 73.75rem;
  }
}

.top-strength__box {
  width: 18.75rem;
  background-color: #525450;
  padding: 1.375rem 1.625rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .top-strength__box {
    width: 100%;
    max-width: 32.9375rem;
    padding: 3.75rem 3.75rem 3.75rem 3.9375rem;
  }
}

.top-strength__box .num {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  color: #6EC531;
}

.top-strength__box .title {
  font-family: "Noto Serif", serif;
  font-size: 1.25rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .top-strength__box .title {
    font-size: 1.75rem;
  }
}

.top-strength__box .text {
  font-size: 1rem;
  margin-top: 1.25rem;
  letter-spacing: 0.02em;
}
.top-future {
  padding: 2.625rem 0;
}
@media screen and (min-width: 768px) {
  .top-future {
    padding: 6.125rem 0;
  }
}

.top-future__bannar {
  width: 100%;
  background-image: url("../img/bannar-bg_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #BCBCBC;
  max-width: 39.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-future__bannar {
    background-image: url("../img/bannar-bg.jpg");
    max-width: 67.5rem;
  }
}

.top-future__bannar a {
  justify-content: center;
  padding: 1.5rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .top-future__bannar a {
    padding: 2rem 1.6875rem 1.125rem;
    gap: 0.5rem;
  }
}

.bannar-img {
  width: 100%;
  position: relative;
  max-width: 17.5rem;
  height: 13.75rem;
}
@media screen and (min-width: 768px) {
  .bannar-img {
    max-width: 16.5rem;
    height: 12.5rem;
  }
}

.bannar-img img {
  aspect-ratio: 220/160;
  height: 100%;
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.25);
}

.bannar-img .img-l {
  width: 13.75rem;
  height: 10rem;
}

.bannar-img .img-s {
  width: 6.875rem;
  height: 5rem;
}

.img-left .img-s {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.img-right .img-l {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.img-right .img-s {
  position: relative;
  z-index: 2;
}

.bannar-texts {
  text-align: center;
  letter-spacing: 0.08em;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .bannar-texts {
    width: 28.125rem;
    margin-top: 0.5rem;
  }
}

.bannar-texts .eng-text {
  font-size: 1rem;
  line-height: 1;
  color: #6EC531;
}
@media screen and (min-width: 768px) {
  .bannar-texts .eng-text {
    font-size: 1.125rem;
  }
}

.bannar-texts .title {
  font-family: "Noto Serif", serif;
  font-size: 1.25rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .bannar-texts .title {
    font-size: 1.75rem;
  }
}

.bannar-texts .text {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .bannar-texts .text {
    font-size: 1.375rem;
    margin-top: 0.375rem;
  }
}

.bannar-texts .arrow {
  width: 1.5rem;
  margin: 1rem auto 0;
}
@media screen and (min-width: 768px) {
  .bannar-texts .arrow {
    width: 1.875rem;
    margin: 1.375rem auto 0;
  }
}

.bannar-sp-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 37.5rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .bannar-sp-images {
    display: none;
  }
}

.cta {
  background-color: #000000;
  background-image: url("../img/cta-bg_sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  padding: 2.625rem 0;
}
@media screen and (min-width: 768px) {
  .cta {
    background-size: cover;
    background-image: url("../img/cta-bg.jpg");
    background-position: right;
    padding: 5.75rem 0;
  }
}

.cta-inner {
  max-width: 34.375rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .cta-inner {
    padding: 0 1.5625rem;
    max-width: 70.625rem;
  }
}

.cta-toptext {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 18.75rem;
}
@media screen and (min-width: 768px) {
  .cta-toptext {
    margin-top: 0;
    font-size: 1.75rem;
    line-height: 3.125rem;
    letter-spacing: 0.08em;
    padding-left: 0.5rem;
  }
}

.cta-box {
  background-color: #CFCFCF;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  margin-top: 1.5rem;
  padding: 2.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .cta-box {
    margin-top: 2.1875rem;
    padding: 2.1875rem 3.75rem 1.75rem;
    max-width: 45.9375rem;
  }
}

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

.cta-box__texts .eng-text {
  font-size: 1rem;
  color: #265605;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .cta-box__texts .eng-text {
    font-size: 1.125rem;
  }
}

.cta-box__texts .title {
  font-weight: 700;
  font-family: "Noto Serif", serif;
  font-size: 1.75rem;
  margin-top: 0.1875rem;
  color: #161616;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .cta-box__texts .title {
    font-size: 1.75rem;
  }
}

.cta-box__texts .text {
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  margin-top: 1.0625rem;
  color: #161616;
}
@media screen and (min-width: 768px) {
  .cta-box__texts .text {
    line-height: 1;
    margin-top: 1rem;
  }
}

.cta-box__info {
  margin-top: 1rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .cta-box__info {
    flex-direction: row;
    gap: 3rem;
  }
}

.cta-box__info--l li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  color: #397B0B;
}
@media screen and (min-width: 768px) {
  .cta-box__info--l li {
    gap: 0.25rem;
  }
}

.cta-box__info--l li:nth-child(n+2) {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .cta-box__info--l li:nth-child(n+2) {
    margin-top: 0;
  }
}

.cta-box__info--l li .icon {
  background-color: #265605;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 0.75rem;
  color: #fff;
}
.cta-box__info--l li .icon img {
  width: 1.1875rem;
  height: 1.1875rem;
  object-fit: contain;
}

.cta-btn {
  width: 14.375rem;
  border-radius: 5px;
  background-color: #265605;
  max-height: 3.3125rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cta-btn {
    margin-top: 0;
  }
}

.cta-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.9375rem 0;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.cta-btn a img {
  width: 1.3125rem;
  height: 0.9375rem;
}

.campany-greeting {
  padding: 2.625rem 0;
}
@media screen and (min-width: 768px) {
  .campany-greeting {
    padding: 8.125rem 0 10.125rem;
  }
}

.campany-greeting__content {
  width: 100%;
  max-width: 28.125rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .campany-greeting__content {
    display: flex;
    justify-content: center;
    max-width: 67.5rem;
  }
}

.campany-greeting__content--img {
  width: 70%;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .campany-greeting__content--img {
    width: 100%;
    max-width: 20rem;
    margin-left: 0;
  }
}

.campany-greeting__content--texts {
  background-color: #525450;
  padding: 3.25rem 1rem 2.25rem;
  margin: -1.5rem auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .campany-greeting__content--texts {
    padding: 3.625rem 6.25rem;
    width: 100%;
    max-width: 50rem;
    margin: 8.8125rem 0 0rem -2.875rem;
  }
}

.campany-greeting__content--texts .eng-text {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #6EC531;
}
@media screen and (min-width: 768px) {
  .campany-greeting__content--texts .eng-text {
    font-size: 1.125rem;
  }
}

.campany-greeting__content--texts .title {
  font-family: "Noto Serif", serif;
  font-size: 1.75rem;
  letter-spacing: 0.08em;
  margin-top: 0.6875rem;
}
.campany-greeting__content--texts .text,
.campany-greeting__content--texts .name {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-top: 1.125rem;
}
.campany-greeting__content--texts .name {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.campany-overview {
  padding: 10rem 0 2.625rem;
  padding-bottom: 2.625rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .campany-overview {
    padding-bottom: 8.125rem;
    padding: 23.875rem 0 8.125rem;
  }
}

.campany-overview__top-img {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 15rem;
}
@media screen and (min-width: 768px) {
  .campany-overview__top-img {
    height: initial;
  }
}

.campany-overview__top-img img {
  height: 15rem;
}
@media screen and (min-width: 768px) {
  .campany-overview__top-img img {
    height: initial;
  }
}

.campany-overview__block {
  background-color: #525450;
  padding: 2rem 1rem;
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .campany-overview__block {
    max-width: 67.5rem;
    padding: 4rem 6.25rem;
  }
}

.campany-overview__block:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .campany-overview__block:nth-child(n+2) {
    margin-top: 3.75rem;
  }
}

.campany-overview__block--title {
  text-align: center;
  letter-spacing: 0.08em;
}

.campany-overview__block--title .eng-text {
  font-size: 1rem;
  line-height: 1;
  color: #6EC531;
}
@media screen and (min-width: 768px) {
  .campany-overview__block--title .eng-text {
    font-size: 1.125rem;
  }
}

.campany-overview__block--title .title {
  font-family: "Noto Serif", serif;
  font-size: 1.25rem;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .campany-overview__block--title .title {
    font-size: 1.75rem;
  }
}

.campany-bannar_area {
  width: 100%;
  max-width: 25rem;
  margin: 2.5rem auto 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .campany-bannar_area {
    max-width: 51rem;
    margin: 5rem auto 0;
    gap: 1.875rem;
  }
}

.campany-bannar {
  width: calc(50% - 0.5rem);
  height: 100%;
  max-height: 16.25rem;
  aspect-ratio: 390/260;
  background-color: #909090;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .campany-bannar {
    width: calc(50% - 1rem);
  }
}

.campany-bannar img {
  height: 100%;
  aspect-ratio: 390/260;
}

.service-contents {
  padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .service-contents {
    padding: 6.875rem 0 8.125rem;
  }
}

.service-contents__block {
  width: 100%;
  max-width: 28.125rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .service-contents__block {
    display: flex;
    justify-content: center;
    max-width: 67.5rem;
  }
}

.service-contents__block:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .service-contents__block:nth-child(n+2) {
    margin-top: 5rem;
  }
}

.service-contents__block--img {
  margin: 0 -1.25rem;
  aspect-ratio: 495/335;
}
@media screen and (min-width: 768px) {
  .service-contents__block--img {
    width: 100%;
    height: 100%;
    max-width: 30.9375rem;
    margin: 0;
  }
}

.service-contents__block--img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 495/335;
}

.service-contents__block--texts {
  background-color: #525450;
  width: 100%;
  padding: 2.5rem 1.5rem 1.5rem;
  margin-top: -1.5rem;
}
@media screen and (min-width: 768px) {
  .service-contents__block--texts {
    max-width: 37.5rem;
    padding: 3.75rem 6.25rem;
    margin: 1.25rem 0 0 -0.9375rem;
  }
}

.service-contents__block--texts .num {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #6EC531;
}
.service-contents__block--texts .title {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .service-contents__block--texts .title {
    margin-top: 1.375rem;
  }
}

.service-contents__block--texts .text {
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service-contents__block--texts .text {
    margin-top: 1.375rem;
  }
}

.service-contents__block--texts .list {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service-contents__block--texts .list {
    margin-top: 2.125rem;
  }
}

.service-contents__block--texts .list .list-top {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .service-contents__block--texts .list .list-top {
    font-size: 1.25rem;
  }
}

.service-contents__block--texts .list .list-btm {
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .service-contents__block--texts .list .list-btm {
    font-size: 1rem;
    margin-top: 0.75rem;
    line-height: 1.45;
  }
}

.facility-contents {
  padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .facility-contents {
    padding: 6.9375rem 0 8.125rem;
  }
}

.facility-contents__box {
  background-color: #525450;
  padding: 2.5rem 1.5rem;
  margin: 0 auto;
  max-width: 40.625rem;
}
@media screen and (min-width: 768px) {
  .facility-contents__box {
    padding: 3.75rem 6.25rem;
    max-width: 67.5rem;
	
  }
}

.facility-contents__box:nth-child(n+2) {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .facility-contents__box:nth-child(n+2) {
    margin-top: 8.125rem;
  }
}

.facility-title {
  text-align: center;
}
.facility-title .eng-text {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #6EC531;
}
.facility-title .title {
  font-family: "Noto Serif", serif;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 0.8125rem;
}
.facility-contents__box--table {
  width: 100%;
  margin: 2.5rem auto 0;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .facility-contents__box--table {
    max-width: 67.5rem;
	  overflow-x : initial;
  }
}
@media screen and (min-width: 768px) {
  .facility-contents__box.table-wrap {
    padding: 3.75rem 5.25rem;
  }
}
.facility-contents__box--table table {
  width: 60rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .facility-contents__box--table table {
    width: 100%;
    margin: 0;
  }
}

.facility-contents__box--table tr {
  display: flex;
  width: 100%;
}

.facility-contents__box--table tr:nth-of-type(1) {
  background-color: #397B0B;
}

.facility-contents__box--table tr:nth-child(n+2) {
  border-bottom: 1px solid #B3B3B3;
}

.facility-contents__box--table th,
.facility-contents__box--table td {
  display: table;
  width: 30%;
}

.facility-contents__box--table th p,
.facility-contents__box--table td p {
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

.facility-contents__box--table th:nth-of-type(3) ,
.facility-contents__box--table td:nth-of-type(3) {
  width: 40%;
}

.facility-contents__box--table th p span {
  font-size: 0.75rem;
  padding-top: 0.125rem;
  display: block;
  margin-top: 0.25rem;
}

.facility-contents__box--table th {
  font-weight: 700;
  height: 3.75rem;
}

.facility-contents__box--table td {
  height: 2.875rem;
}

.facility-contents__box--images {
  width: 100%;
  margin: 2.5rem auto 0;
  max-width: 36.25rem;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5625rem 2rem;
}
@media screen and (min-width: 768px) {
  .facility-contents__box--images {
    max-width: 43.125rem;
    gap: 3.125rem;
  }
}

.images-item {
  max-width: 28.125rem;
}
@media screen and (min-width: 650px) {
  .images-item {
    width: 15.625rem;
  }
}
@media screen and (min-width: 768px) {
  .images-item {
    width: calc(50% - 1.5625rem);
    max-width: initial;
  }
}

.images-item:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (min-width: 650px) {
  .images-item:nth-child(n+2) {
    margin-top: 0;
  }
}

.images-item__text {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.images-item__img {
  margin-top: 0.625rem;
  aspect-ratio: 320/224;
}
.images-item__img img {
  height: 100%;
  aspect-ratio: 320/224;
}

.case-contents {
  padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .case-contents {
    padding: 6.875rem 0 8.125rem;
  }
}

.case-contents__box--card {
  width: 100%;
  margin: 2.5rem auto 0;
  max-width: 36.25rem;
}
@media screen and (min-width: 768px) {
  .case-contents__box--card {
    max-width: 43.125rem;
  }
}

.case-contents__box--card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  gap: 1.5625rem 2rem;
}
@media screen and (min-width: 768px) {
  .case-contents__box--card ul {
    gap: 3.125rem;
  }
}

.case-contents__box--card ul .card-item {
  width: 100%;
  max-width: 28.125rem;
}
@media screen and (min-width: 650px) {
  .case-contents__box--card ul .card-item {
    width: 15.625rem;
  }
}
@media screen and (min-width: 768px) {
  .case-contents__box--card ul .card-item {
    width: calc(50% - 1.5625rem);
  }
}

.card-item .card-item__img {
  aspect-ratio: 320/224;
}
.card-item .card-item__img img {
  aspect-ratio: 320/224;
  height: 100%;
}
.card-item .card-item__label-area {
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.card-item__label-area .label {
  padding: 0.25rem 1.25rem;
  background-color: #397B0B;
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.card-item__label-area .num {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.card-item .card-item__text {
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin-top: 0.625rem;
}

.access {
  padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .access {
    padding: 6.9375rem 0 8.125rem;
  }
}

.access-map {
  width: 100%;
  max-width: 34.375rem;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .access-map {
    max-width: 51.25rem;
  }
}

.access-map iframe {
  width: 100%;
  height: 20rem;
}
@media screen and (min-width: 768px) {
  .access-map iframe {
    height: 24.6875rem;
  }
}

.access-text {
  margin-top: 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .access-text {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
  }
}

.contact {
  padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 6.9375rem 0 8.125rem;
  }
}

.contact-form {
  width: 100%;
  max-width: 31.25rem;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .contact-form {
    max-width: 45rem;
  }
}

.contact-form form {
  width: 100%;
}

.form-block {
  width: 100%;
}

.form-block:nth-child(n+2) {
  margin-top: 1.5rem;
}
.form-labelblock {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.form-labelblock .hissu {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  background-color: #397B0B;
}

.form-inputblock {
  width: 100%;
  margin-top: 0.5rem;
}

.form-inputblock input,
.form-inputblock textarea {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #525450;
  padding: 0.25rem 0.5rem;
  color: #fff;
  font-size: 1rem;
}

.form-inputblock input {
  height: 2.5rem;
}

.form-inputblock textarea {
  height: 13.125rem;
}

.doui-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.125rem;
  margin-top: 1.25rem;
}

.doui-area a {
  color: #6EC531;
}

.doui-area input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #265605;
  display: block;
  border-radius: 5px;
  border: 1px solid #fff;
}

.doui-area input[type=checkbox]:checked {
  background-color: #fff;
  background-image: url("../img/iconchek.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
}

.form-btn button {
  display: block;
  width: 14.375rem;
  margin: 2.5rem auto 0;
  padding: 0.9375rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #265605;
  border-radius: 5px;
}

.wpcf7-list-item .wpcf7-list-item-label {
  display: none;
}

.doui-area p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.form-btn {
  display: flex;
  justify-content: center;
}

.form-btn input {
  display: block;
  width: 14.375rem;
  margin: 2.5rem auto 0;
  padding: 0.9375rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #265605;
  border-radius: 5px;
}

.form-btn .wpcf7-spinner {
  display: block;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-dflex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-dflex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-disp-flex {
  display: flex;
}

.u-disp-flex-dt {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt {
    display: flex;
  }
}

.u-disp-flex-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-sp {
    display: block;
  }
}

.u-disp-flex__c {
  display: flex;
  justify-content: center;
}

.u-disp-flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-disp-flex-dt__c {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__c {
    display: flex;
    justify-content: center;
  }
}

.u-disp-flex-dt__cc {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__cc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.u-posi-rela {
  position: relative;
}

.u-posi-abso {
  position: absolute;
}

.u-posi-fixed {
  position: fixed;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
}

.white-text {
  color: #fff;
}

.black-text {
  color: #161616;
}

.green-text {
  color: #265605;
}

/*# sourceMappingURL=style.css.map */
