/*全体共通*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
li {
  list-style: none;
}
.img-status {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inline {
  display: inline-block;
}
.white {
  color: #fff;
}
.green {
  color: #0c6d47;
}
/*header*/
header {
  width: 100%;
  height: 90vh;
  background: url(../img/fv-bg@2x.jpg) no-repeat center / cover;
  position: relative;
  text-align: center;
}
.fv {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
  width: 90%;
}

.fv-title {
  color: #0c6d47;
  font-size: 2rem;
  border-top: 1px solid #0c6d47;
  border-bottom: 1px solid #0c6d47;
  display: inline-block;
  margin-top: 1rem;
  font-weight: bold;
  font-weight: 900;
  text-shadow: 0.1px 0.1px #0c6d47, -0.1px 0.1px #0c6d47, -0.1px -0.1px #0c6d47,
    0.1px -0.1px #0c6d47, 0.1px 0px #0c6d47, 0px 0.1px #0c6d47,
    -0.1px 0px #0c6d47, 0px -0.1px #0c6d47;
}

/*main共通*/
section {
  padding: 4rem 0;
  width: 100%;
}
.main-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.main-title {
  display: inline-block;
  position: relative;
}
.main-title::after {
  content: attr(data-en);
  text-transform: uppercase;
  display: block;
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  letter-spacing: 1.2px;
  font-family: serif;
  font-weight: bold;
  width: 300px;
}
.main-title-box {
  text-align: center;
}
.main-title-wrap {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.main-title-right {
  position: absolute;
  top: 1.5rem;
  right: -3rem;
}
.main-title-left {
  position: absolute;
  top: 1.5rem;
  left: -3rem;
}

.main-title-under {
  display: block;
  margin: 1.5rem auto 0;
}

/*business*/
.business-contents {
  padding: 2rem 0;
}
.business-item {
  display: flex;
}
.business-item-text,
.business-item-img {
  width: 50%;
  padding: 1rem;
}
.business-item-text {
  padding-right: 0;
}

.business-item-text h3 {
  color: #0c6d47;
  border-bottom: 1px solid #000;
  font-size: 2rem;
  font-weight: bold;
  padding: 1.5rem 0 1rem;
}
.business-item-text p {
  padding-top: 1rem;
  font-size: 1.1rem;
  font-family: "Yu Gothic Medium";
}

/*company*/

.company {
  background: url(../img/company-bg@2x.jpg) no-repeat center / cover;
  position: relative;
  color: #fff;
}
.company-sub {
  text-align: center;
  font-size: 1.75rem;
  margin-top: 1rem;
}
.company-contents {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: 800px;
  width: 100%;
  margin: 3rem auto 0;
}

table {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  font-family: "Yu Gothic Medium";
}
th,
td {
  padding: 0.5rem;
  text-align: left;
  vertical-align: baseline;
}
th {
  /* font-weight: 400; */
  width: 100px;
}

/*access*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
  margin-top: 3rem;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.access-des {
  text-align: center;
  margin-top: 1rem;
  letter-spacing: 2px;
  font-family: "Yu Gothic Medium";
}

/*contact*/
.contact {
  background-color: #0c6d48;
  text-align: center;
  color: #fff;
}
.contact-btn-wrap {
  background-color: #fff;
  max-width: 640px;
  width: 90%;
  margin: 0 auto;
}
.contact-btn {
  position: relative;
  width: 100%;
  padding: 1rem;
  display: flex;
  background: rgb(211, 251, 241);
  background: linear-gradient(
    360deg,
    rgba(211, 251, 241, 1) 0%,
    rgba(245, 249, 242, 0.9402135854341737) 100%
  );
  border: 1px solid #707070;
  font-size: 2rem;
  color: #0c6d48;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-family: "Yu Gothic Medium";
}
.contact-btn::after {
  position: absolute;
}
.contact-contents p {
  padding: 1rem 1rem 0.5rem;
  font-family: "Yu Gothic Medium";
}
.contact-right {
  margin: 0.2rem 0 0 0.5rem;
}
.contact-left {
  margin-top: 0.3rem;
}
/*footer*/
footer {
  background-color: #532b1a;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0;
}

@media (max-width: 1024px) {
  /*business*/
  .business-item {
    flex-direction: column;
  }
  .business-item + .business-item {
    margin-top: 3rem;
  }
  .business-item-text {
    width: 100%;
    text-align: center;
  }
  .business-item-img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  /*header*/
  .fv img {
    width: 250px;
    height: 250px;
  }

  .fv-title {
    font-size: 1.8rem;
  }
  /*main共通*/
  .main-title {
    width: 150px;
  }
  .main-title-right,
  .main-title-left {
    top: 1rem;
    width: 25px;
    height: 25px;
  }
  .main-title-right {
    right: -2.5rem;
  }
  .main-title-left {
    left: -2.5rem;
  }
  .main-title-under {
    width: 15px;
  }

  /*business*/
  .business-item-text h3 {
    font-size: 1.8rem;
  }
  .business-item-text p {
    font-size: 1.2rem;
  }
  /*company*/
  .company-sub {
    font-size: 1.3rem;
  }
  /*access*/
  .gmap {
    padding-bottom: 50%;
  }
  /*contact*/
  .contact-btn {
    font-size: 1.5rem;
  }

  .contact-left {
    width: 25px;
    height: 25px;
    margin-top: 0.2rem;
  }
  .contact-right {
    width: 40px;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 14px;
  }
  /*header*/
  header {
    height: 70vh;
  }
  .fv img {
    width: 200px;
    height: 200px;
  }

  .fv-title {
    font-size: 1.5rem;
  }
  /*main共通*/
  .main-title {
    width: 120px;
  }
  .main-title::after {
    bottom: -1.3rem;
  }
  .main-title-right,
  .main-title-left {
    top: 1rem;
    width: 20px;
    height: 20px;
  }

  .main-title-under {
    width: 12px;
  }

  /*business*/
  .business-item-text h3 {
    font-size: 1.7rem;
  }
  .business-item-text p {
    font-size: 1.1rem;
  }
  /*access*/
  .gmap {
    padding-bottom: 80%;
  }
  /*contact*/
  .contact-btn {
    font-size: 1.2rem;
  }
  .contact-left {
    width: 15px;
    height: 15px;
    margin-top: 0.1rem;
  }
  .contact-right {
    width: 30px;
    margin-top: 0.1rem;
  }
}
