@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
p,
span,
td {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #4d4d4d;
}

h2 {
  font-size: clamp(1.25rem, 6.2vw, 3.5rem);
  font-weight: bold;
}

h3 {
  font-size: clamp(1rem, 4.3vw, 2.25rem);
  font-weight: bold;
}

p,
td {
  font-size: clamp(0.85rem, 2.48vw, 1.375rem);
  font-weight: normal;
}

.font-head {
  font-family: 'Zen Old Mincho', serif;
  font-weight: bold;
  font-style: normal;
}

/* ========================================================================= */
/* wrapper */
/* ========================================================================= */
.wrapper-outer {
  width: 100%;
  background-color: #c9c6c6;
}

.wrapper-inner {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

/* ========================================================================= */
/* fv */
/* ========================================================================= */
.container-fv {
  position: relative;
}

.container-fv picture {
  display: flex;
  align-items: center;
}

.container-fv picture img {
  width: 100%;
  height: auto;
}

/* logo */
.logo-img {
  position: absolute;
  top: 10px;
  left: 10px;
}

.logo-img img {
  max-width: 80px;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .logo-img img {
    max-width: 120px;
  }
}

/* catch */
.container-catch {
  width: 83%;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 40px 0;
  border-radius: 10px;
  box-shadow: 6px 6px 10px rgba(205, 205, 205, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .container-catch {
    padding: 70px 0;
    top: 40%;
  }
}

h1 {
  font-size: clamp(1.5rem, 7.44vw, 4rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 2px 2px 10px #323e35, 2px -2px 10px #323e35,
    -2px 2px 10px #323e35, -2px -2px 10px #323e35, 1.41px 1.41px 10px #323e35,
    1.41px -1.41px 10px #323e35, -1.41px 1.41px 10px #323e35,
    -1.41px -1.41px 10px #323e35, 2px 2px 10px #323e35, 2px -2px 10px #323e35,
    -2px 2px 10px #323e35, -2px -2px 10px #323e35, 1.41px 1.41px 10px #323e35,
    1.41px -1.41px 10px #323e35, -1.41px 1.41px 10px #323e35,
    -1.41px -1.41px 10px #323e35;
}

@media screen and (min-width: 768px) {
  h1 {
    text-shadow: 8px 8px 15px #323e35, 8px -8px 15px #323e35,
      -8px 8px 15px #323e35, -8px -8px 15px #323e35, 5.66px 5.66px 15px #323e35,
      5.66px -5.66px 15px #323e35, -5.66px 5.66px 15px #323e35,
      -5.66px -5.66px 15px #323e35, 8px 8px 15px #323e35, 8px -8px 15px #323e35,
      -8px 8px 15px #323e35, -8px -8px 15px #323e35, 5.66px 5.66px 15px #323e35,
      5.66px -5.66px 15px #323e35, -5.66px 5.66px 15px #323e35,
      -5.66px -5.66px 15px #323e35;
  }
}

.container-catch h2,
.container-catch h3 {
  letter-spacing: 0.05em;
  color: #323e35;
  text-shadow: 1px 1px 8px #fff, 1px -1px 8px #fff, -1px 1px 8px #fff,
    -1px -1px 8px #fff, 1.41px 1.41px 8px #fff, 1.41px -1.41px 8px #fff,
    -1.41px 1.41px 8px #fff, -1.41px -1.41px 8px #fff;
}

@media screen and (min-width: 768px) {
  .container-catch h2,
  .container-catch h3 {
    text-shadow: 8px 8px 15px #fff, 8px -8px 15px #fff, -8px 8px 15px #fff,
      -8px -8px 15px #fff, 5.66px 5.66px 15px #fff, 5.66px -5.66px 15px #fff,
      -5.66px 5.66px 15px #fff, -5.66px -5.66px 15px #fff;
  }
}

.container-catch h2 {
  font-weight: 700;
}

.container-catch h3 {
  font-weight: 500;
  margin-bottom: 10px;
}

/* subcatch */
.container-subcatch {
  width: auto;
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .container-subcatch {
    top: 65%;
  }
}

.container-subcatch p {
  font-size: clamp(1rem, 3.1vw, 1.5rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  white-space: nowrap;
  text-shadow: 2px 2px 10px #323e35, 2px -2px 10px #323e35,
    -2px 2px 10px #323e35, -2px -2px 10px #323e35, 1.41px 1.41px 10px #323e35,
    1.41px -1.41px 10px #323e35, -1.41px 1.41px 10px #323e35,
    -1.41px -1.41px 10px #323e35, 2px 2px 10px #323e35, 2px -2px 10px #323e35,
    -2px 2px 10px #323e35, -2px -2px 10px #323e35, 1.41px 1.41px 10px #323e35,
    1.41px -1.41px 10px #323e35, -1.41px 1.41px 10px #323e35,
    -1.41px -1.41px 10px #323e35;
}

@media screen and (min-width: 768px) {
  .container-subcatch p {
    text-shadow: 8px 8px 15px #323e35, 8px -8px 15px #323e35,
      -8px 8px 15px #323e35, -8px -8px 15px #323e35, 5.66px 5.66px 15px #323e35,
      5.66px -5.66px 15px #323e35, -5.66px 5.66px 15px #323e35,
      -5.66px -5.66px 15px #323e35, 8px 8px 15px #323e35, 8px -8px 15px #323e35,
      -8px 8px 15px #323e35, -8px -8px 15px #323e35, 5.66px 5.66px 15px #323e35,
      5.66px -5.66px 15px #323e35, -5.66px 5.66px 15px #323e35,
      -5.66px -5.66px 15px #323e35;
  }
}

/* ========================================================================= */
/* btn-fixed,cta */
/* ========================================================================= */
.btn-fixed {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 1%;
  left: 0;
  text-align: center;
  z-index: 10;
  overflow: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.is-hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

.btn-fixed a,
.btn-cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 680px;
  width: 80%;
  height: 60px;
  background-color: #ff9343;
  border-radius: 16px;
  margin: 0 auto;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

@media screen and (min-width: 768px) {
  .btn-fixed a,
  .btn-cta a {
    width: 70%;
    height: 100px;
  }
}

.btn-fixed a:hover:active,
.btn-cta a:hover:active {
  transform: scale(0.98);
}

@media (hover: hover) {
  .btn-fixed a:hover,
  .btn-cta a:hover {
    background-color: #feaa6a;
  }
}

.btn-fixed a p,
.btn-cta a p {
  color: #fff;
  font-size: clamp(1rem, 3.72vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.025em;
}

.btn-fixed a span,
.btn-cta a span {
  color: #fff;
  font-size: clamp(0.75rem, 1.86vw, 1.25rem);
  font-weight: normal;
  letter-spacing: 0.025em;
}

/* ========================================================================= */
/* section merit */
/* ========================================================================= */
.wrapper-head {
  width: 100%;
  margin: 80px auto 50px;
}

@media screen and (min-width: 768px) {
  .wrapper-head {
    margin: 130px auto 80px;
  }
}

.wrapper-head h2 {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .wrapper-head h2 {
    margin-bottom: 80px;
  }
}

.container-merit {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.box-merit {
  width: 90%;
  background-color: #f7f7f7;
  padding: 20px 0;
  margin-bottom: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 5px 5px 15px rgba(71, 71, 71, 0.6);
  display: flex;
  align-items: center;
  flex-direction: column;
}

.box-merit:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .box-merit {
    padding: 60px 0;
    margin-bottom: 100px;
  }
}

.box-merit h3 {
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .box-merit h3 {
    margin-bottom: 30px;
  }
}

.box-merit h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(20px, 4vw, 35px);
  height: clamp(20px, 4vw, 35px);
}

@media screen and (min-width: 768px) {
  .box-merit h3::before {
    left: -45px;
  }
}

.box-merit:first-of-type h3::before {
  background-image: url(../images/icon_merit01.webp);
}

.box-merit:nth-of-type(2) h3::before {
  background-image: url(../images/icon_merit02.webp);
}

.box-merit:nth-of-type(3) h3::before {
  background-image: url(../images/icon_merit03.webp);
}

.box-merit:last-of-type h3::before {
  background-image: url(../images/icon_merit04.webp);
}

.box-merit p {
  text-align: center;
}

/* ========================================================================= */
/* section environ */
/* ========================================================================= */
#environ .wrapper-head h2 {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #environ .wrapper-head h2 {
    margin-bottom: 40px;
  }
}

.wrapper-head p {
  text-align: center;
}

.gallery-img {
  width: 90%;
  margin: 0 auto;
}

.img-flex {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .img-flex {
    gap: 15px;
  }
}

/* ========================================================================= */
/* section owner */
/* ========================================================================= */
#owner .wrapper-head h3 {
  text-align: center;
  font-weight: 600;
}

.owner {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .owner {
    margin-bottom: 100px;
  }
}

.owner img {
  width: 70%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .owner img {
    margin-bottom: 40px;
  }
}

.on767 {
  display: block;
}

@media screen and (min-width: 768px) {
  .on767 {
    display: none;
  }
}

/* ========================================================================= */
/* section cta */
/* ========================================================================= */
.wrapper-cta {
  width: 100%;
  background-color: #f5f5f5;
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .wrapper-cta {
    padding: 80px 0;
  }
}

.wrapper-cta .wrapper-head {
  margin: 0 auto 20px;
  text-align: center;
}

.wrapper-cta .wrapper-head h3 {
  font-weight: 500;
}

.wrapper-cta p {
  text-align: center;
}

/* ========================================================================= */
/* footer */
/* ========================================================================= */
.wrapper-footer {
  width: 100%;
  background-color: #323e35;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .wrapper-footer {
    padding: 30px 0;
  }
}

.container-footer {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.container-footer h3 {
  color: #fff;
}

.table {
  display: inline-block;
  margin: 10px auto;
}

@media screen and (min-width: 768px) {
  .table {
    margin: 20px auto;
  }
}

.table table {
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
}

table td {
  color: #fff;
  padding: 6px 15px;
  text-align: left;
  vertical-align: baseline;
}

table td,
.copyright p {
  color: #fff;
}
