html {
  font-size: 1.1vw;
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 1.38888888vw;
  }
}
@media only screen and (max-width: 1080px) {
  html {
    font-size: 2.473958333vw;
  }
}
@media only screen and (max-width: 700px) {
  html {
    font-size: 3.864734299vw;
  }
}
body {
  font-family: 'Noto Sans JP', serif;
}
h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.16;
  color: #003e2f;
  margin: 0;
}
@media only screen and (max-width: 1080px) {
  h1 {
    font-size: 2rem;
  }
}
h2 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.46;
  color: #003e2f;
  margin: 0;
}
h3,
h4,
h5,
h6 {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.66;
  color: #003e2f;
  margin: 0;
}
p,
li {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  color: #000;
  margin: 0;
}
a {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  color: #fff;
  margin: 0;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1080px) {
  a:hover {
    opacity: 1;
  }
}
.midashi-text {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.16;
  color: #003e2f;
  margin: 0;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1080px) {
  .midashi-text {
    font-size: 2rem;
  }
}
.midashi-text span {
  color: #fa7800;
}
.spacer-m {
  height: 40px;
}
@media only screen and (max-width: 700px) {
  .spacer-m {
    height: 20px;
  }
}
.spacer-l {
  height: 80px;
}
@media only screen and (max-width: 700px) {
  .spacer-l {
    height: 40px;
  }
}
.contents-width {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .contents-width {
    width: 80%;
  }
}
@media only screen and (max-width: 1080px) {
  .contents-width {
    width: 85%;
  }
}
@media only screen and (max-width: 700px) {
  .contents-width {
    width: 90%;
  }
}
.contents-width-s {
  width: 51%;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  .contents-width-s {
    width: 85%;
  }
}
@media only screen and (max-width: 700px) {
  .contents-width-s {
    width: 90%;
  }
}
.section-p {
  padding: 6rem 0;
}
@media only screen and (max-width: 1080px) {
  .section-p {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 1080px) {
  .pc-br {
    display: none;
  }
}
.sp-br {
  display: none;
}
@media only screen and (max-width: 700px) {
  .sp-br {
    display: block;
  }
}
ul,
ol {
  margin: 0;
  padding-left: 20px;
}
.bg-green {
  background-color: #003e2f;
}
.bg-green * {
  color: #fff;
}
.btn-list a {
  gap: 5px;
  padding: 0.5rem 2rem;
  box-sizing: border-box;
  border-radius: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-list a:after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
.btn-list .btn-tel {
  background-color: #fa7800;
}
.btn-list .btn-tel:after {
  background: center/contain no-repeat url("../images/icon/icon-tel.svg");
}
.btn-list .btn-line {
  background-color: #0dc754;
}
.btn-list .btn-line:after {
  background: center/contain no-repeat url("../images/icon/icon-line.svg");
}
.btn-list .btn-blank {
  background-color: #fff;
}
.btn-list .btn-blank:after {
  background: center/contain no-repeat url("../images/icon/icon-blank.svg");
}
header {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 95%;
  padding: 1rem 0;
}
@media only screen and (max-width: 1080px) {
  header {
    margin: 0 auto;
  }
}
header .header-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
@media only screen and (max-width: 700px) {
  header .header-btn {
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 700px) {
  header .header-btn a {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.6;
    color: #fff;
    margin: 0;
    width: 100%;
    padding: 1rem;
  }
}
header .header-btn a:after {
  width: 1.2rem;
  height: 1.2rem;
}
.fv-container {
  width: 100%;
  height: 100%;
  height: 110svh;
  position: relative;
  overflow: hidden;
  min-height: 800px;
  max-height: 1440px;
}
@media only screen and (max-width: 1080px) {
  .fv-container {
    height: 100svh;
    min-height: 0;
    max-height: 100%;
  }
}
.fv-container .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -10;
}
.fv-container .fv-cap {
  position: absolute;
  top: 5rem;
  left: 0;
  padding: 4rem 12%;
  box-sizing: border-box;
  background-color: rgba(0,62,47,0.9);
}
@media only screen and (max-width: 1080px) {
  .fv-container .fv-cap {
    padding: 3rem 4rem;
  }
}
@media only screen and (max-width: 700px) {
  .fv-container .fv-cap {
    top: 6rem;
    padding: 3rem 2rem;
    padding-right: 15%;
  }
}
.fv-container .fv-cap h1 {
  color: #fff;
}
.fv-container .fv-cap h2 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.46;
  color: #fff;
  margin: 0;
  margin: 2rem 0;
}
@media only screen and (max-width: 700px) {
  .fv-container .fv-cap h2 {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.66;
    color: #fff;
    margin: 0;
    margin: 1rem 0;
  }
}
.fv-container .fv-cap p {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.66;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 700px) {
  .fv-container .fv-cap p {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2;
    color: #fff;
    margin: 0;
  }
}
.fv-container .fv-man {
  position: absolute;
  left: 55%;
  bottom: 0;
  width: 35%;
  min-width: 500px;
}
@media only screen and (max-width: 1080px) {
  .fv-container .fv-man {
    left: 50%;
    width: 60%;
    min-width: 0;
  }
}
@media only screen and (max-width: 700px) {
  .fv-container .fv-man {
    width: 19rem;
  }
}
.fv-container .fv-man img {
  width: 100%;
  height: 100%;
  max-height: 1080px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 1080px) {
  .fv-container .fv-man img {
    max-height: 600px;
  }
}
.area-container .column-text {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 5rem;
  justify-content: space-between;
}
@media only screen and (max-width: 1080px) {
  .area-container .column-text {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.area-container .column-text .wrap-text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.46;
  color: #fff;
  margin: 0;
}
.area-container .column-text .wrap-text p {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.66;
  color: #fff;
  margin: 0;
  margin-top: 2rem;
}
.area-container .column-text .wrap-img {
  text-align: right;
  position: relative;
  margin-left: 8%;
}
@media only screen and (max-width: 1440px) {
  .area-container .column-text .wrap-img {
    margin-left: 0;
  }
}
.area-container .column-text .wrap-img img {
  width: 80%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 1080px) {
  .area-container .column-text .wrap-img img {
    width: 50%;
  }
}
.flow-container {
  text-align: center;
}
.flow-container .flow-block {
  margin-top: 2rem;
}
.flow-container .flow-block img {
  width: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 1440px) {
  .flow-container .flow-block img {
    width: 100%;
  }
}
footer {
  padding-top: 4rem;
  padding-bottom: 2rem;
  text-align: center;
}
footer p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  text-align: left;
}
footer .contact-btns {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
footer .contact-btns a {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.46;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  padding: 1.5rem 4rem;
  position: relative;
}
@media only screen and (max-width: 700px) {
  footer .contact-btns a {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.66;
    color: #fff;
    margin: 0;
    padding: 1rem 4rem;
  }
}
footer .contact-btns a:after {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
footer .contact-btns a img {
  margin: 5px 0;
  height: 1.3rem;
  -o-object-fit: contain;
  object-fit: contain;
}
footer small {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #003e2f;
  margin: 0;
  display: block;
  margin-top: 2rem;
}

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