@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

@font-face {
  font-family: "title";
  src: url("../font/07やさしさゴシックボールド.ttf");
}
.yasasisa {
  font-family: "title";
}

h1, h2 {
  font-family: "title";
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.4;
  margin-bottom: 20px;
}

h6 {
  font-family: "title";
  letter-spacing: 3px;
  line-height: 1.4;
}

h1 {
  font-size: 27px;
  color: #009059;
  padding-top: 80px;
}

h2 {
  font-size: 24px;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  vertical-align: bottom;
  width: 100%;
}

li {
  list-style: none;
}

.img {
  width: 90% !important;
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.title {
  font-weight: bold;
}

address {
  width: 90%;
  margin: 0 auto;
}

p, span, li, address, th, td, a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.7px;
}

.pc {
  background-image: url("../images/pc-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 62.5%;
  position: fixed;
  top: 0;
  left: 0;
}

.btn-green {
  background-color: #009059;
  margin: 32px auto;
  color: #fff;
}

.btn-white {
  background-color: #fff;
  margin: 32px auto 0;
  color: #009059;
}

.btn {
  width: 90%;
  display: block;
  text-align: center;
  font-family: "title";
  padding: 16px 0;
  font-weight: bold;
  border-radius: 50px;
  letter-spacing: 3px;
  font-size: 1.1em;
  position: relative;
}
.btn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 1.4em;
}

header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header .logo {
  width: 50%;
}
header > p {
  font-size: 0.8em;
  text-align: center;
  background-color: #009059;
  color: #fff;
  padding: 4px 0;
  box-sizing: border-box;
}
header .header {
  margin: 0 auto;
  max-width: 390px;
  padding: 8px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header .header .header-right {
  display: flex;
  justify-content: center;
}
header .header .header-right .fa-solid {
  border-radius: 50px;
  padding: 12px;
  box-sizing: border-box;
}
header .header .header-right .fa-phone {
  background-color: #36b249;
  margin-right: 8px;
}
header .header .header-right .fa-envelope {
  background-color: #aec40f;
  margin-right: 8px;
}
header .header .header-right .fa-bars {
  background-color: #077b4e;
}
header .header .header-right .fa-xmark {
  background-color: #077b4e;
}

footer {
  background-color: #f9f8e5;
  padding: 24px 0;
}
footer .sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .sns ul li:not(:last-child) {
  margin-right: 16px;
}
footer .sns ul li i {
  font-size: 2em;
}
footer .sns ul li a img {
  width: 80px;
}
footer .sns p {
  text-align: center;
}
footer .sns p a {
  position: relative;
}
footer .sns p a:before, footer .sns p a:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #333;
  top: 0;
}
footer .sns p a:before {
  left: -10px;
}
footer .sns p a:after {
  right: -10px;
}

.white {
  color: #fff;
}

.brown {
  color: #8e7c6c;
}

.green {
  color: #009059;
}

.bg-green {
  background-color: #009059;
}

.bg-green2 {
  background-color: #3ca004;
}

.bg-lightYellow {
  background-color: #f9f8e5;
}

.bg-white {
  background-color: #fff;
}

.bg-yellow {
  background-color: #feed22 !important;
}

.pc-bg {
  background-image: url("../images/pc-bg.jpg");
  background-size: cover;
  background-position: center;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .pc-bg {
    display: none;
  }
}

.bg {
  background-color: #fff;
}

.toggle {
  display: block !important;
}

.hidden {
  overflow: hidden;
}

#burger {
  display: block;
}
@media screen and (min-width: 1025px) {
  #burger {
    display: none;
  }
}

#sp-nav {
  display: none;
  height: 100vh;
  position: fixed;
  width: 100%;
  background-color: #009059;
  z-index: 999;
  top: 100px;
  left: 0;
}
@media screen and (min-width: 1025px) {
  #sp-nav {
    display: none !important;
  }
}
#sp-nav > ul {
  padding: 24px;
  box-sizing: border-box;
}
#sp-nav > ul > li {
  border-bottom: 1px dotted #fff;
  padding: 8px 0;
  box-sizing: border-box;
}
#sp-nav > ul > li > a {
  color: #fff;
}

#pc-nav {
  display: none;
}
@media screen and (min-width: 1025px) {
  #pc-nav {
    display: block;
    position: fixed;
    top: 30%;
    right: 8%;
    font-size: 21px;
  }
  #pc-nav > ul > li > a {
    font-family: "title";
    color: #603813;
  }
  #pc-nav > ul > li:not(:last-child) {
    border-bottom: 3px dotted #c2da75;
  }
}

section {
  max-width: 390px;
  margin: 0 auto;
  padding: 48px 0;
  box-sizing: border-box;
}
section h5 {
  font-size: 20px;
  margin: 0 auto 40px;
  text-align: center;
}
section > p {
  width: 70%;
  margin: 0 auto;
  line-height: 1.8;
}

.fv {
  padding: 0 !important;
  position: relative;
  margin-top: 80px;
}
.fv h1 {
  line-height: 40px;
}
.fv h5 {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  margin: 0 auto 8px !important;
}
.fv h5 span {
  margin-top: 8px;
  font-size: 0.8em;
  line-height: 1.6;
  display: inline-block;
}

.staff {
  padding-bottom: 0 !important;
}
.staff > img {
  margin-top: -20em;
}
.staff .staffs {
  width: 70%;
  line-height: 1.8;
  margin: 64px auto 0;
}
.staff .staffs .staff-item {
  margin-bottom: 80px;
}
.staff .staffs .staff-item .img {
  width: 240px;
  height: 240px;
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.staff .staffs .staff-item .img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.staff .staffs .staff-item .name {
  text-align: center;
  margin: 24px auto;
}

.news {
  position: relative;
}
.news h5 {
  color: #fff;
}
.news > p {
  padding: 12px 0;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.news .new-content {
  background-color: #fff;
  position: relative;
  width: 90%;
  padding: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
.news .new-content:not(:last-of-type) {
  margin: 0 auto 20px;
}
.news .new-content > p {
  margin-bottom: 16px;
}
.news .new-content > p span {
  font-size: 0.8em;
}
.news .new-content .more-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 90%;
  margin: 0 auto;
}
.news .new-content .more-btn p a {
  position: relative;
}
.news .new-content .more-btn p a:before {
  position: absolute;
  content: "";
  left: -5px;
  bottom: -4px;
  width: 120%;
  height: 2px;
  background-color: #888;
}
.news .new-content .more-btn p a:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 8px;
  background-color: #888;
  transform: rotate(45deg);
  right: -12px;
  bottom: -1px;
}
.news .new-content:before {
  position: absolute;
  left: 1px;
  top: 1px;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #92c642;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
.news img {
  position: absolute;
  left: 50%;
  width: 30px;
  transform: translateX(-50%);
  bottom: 0;
}

.blogs {
  max-width: 390px;
  margin: 0 auto;
  width: 96%;
  padding: 5em 0;
}
.blogs h5 {
  color: #fff;
}
.blogs ul {
  margin: 0 auto;
  width: 96%;
}
.blogs ul > li {
  border-bottom: 1px dotted #fff;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}
.blogs ul > li > div > .date {
  color: #fff;
}
.blogs ul > li > div a {
  color: #fff;
}

.access div {
  width: 70%;
  margin: 0 auto;
  line-height: 1.8;
}
.access div table {
  width: 100%;
}
.access div table tbody tr th {
  font-weight: normal;
  margin-right: 8px;
}
.access iframe {
  width: 90%;
  display: block;
  margin: 24px auto;
  height: 30vh;
  border: 0;
  max-height: 400px;
}
.access p a {
  font-weight: bold;
}
.access p a i {
  background-color: #009059;
  border-radius: 50px;
  padding: 8px;
  margin-right: 16px;
  box-sizing: border-box;
}
.access > .address {
  margin-top: 40px;
}

.inner {
  max-width: 390px;
  margin: 0 auto;
}

.livewith {
  padding-bottom: 80px;
}
.livewith > p {
  width: 70%;
  margin: 0 auto;
}

.facility .facility-img {
  position: relative;
}
.facility .facility-img > h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
.facility > .bg-green2 {
  margin: 0 auto;
  padding: 40px 0;
  box-sizing: border-box;
}
.facility > .bg-green2 > img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.yusuke {
  position: relative;
}
.yusuke .right-top {
  position: absolute;
  top: -40px;
  right: -24px;
}
.yusuke .right-bottom {
  position: absolute;
  bottom: -50px;
  right: -60px;
}

.aya {
  position: relative;
}
.aya .left-top {
  position: absolute;
  top: -70px;
  left: -40px;
}
.aya .right-top {
  position: absolute;
  top: -40px;
  right: -24px;
}

.privacy {
  margin-top: 80px;
}
.privacy h6 {
  margin: 24px auto 16px;
  padding-left: 16px;
  box-sizing: border-box;
}
.privacy ul {
  padding-left: 40px;
}
.privacy ul li {
  list-style: disc !important;
}

.notfound {
  margin-top: 80px;
}
.notfound img {
  width: 50% !important;
  display: block;
  margin: 0 auto;
}

span.bold {
  font-weight: bold;
}

span.red {
  color: #ff1212;
}

span.marker {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}

.blogs-list {
  max-width: 390px;
  margin: 0 auto;
  width: 96%;
  padding: 10em 0;
  background-color: #fff;
}
.blogs-list > div > ul {
  width: 96%;
  margin: 0 auto;
}
.blogs-list > div > ul li {
  border-bottom: 1px dotted #009059;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  color: #009059;
}
.blogs-list > div > ul li a {
  color: #009059;
}

.main-blog {
  max-width: 390px;
  margin: 0 auto;
  padding: 10em 0;
  background-color: #fff;
}
.main-blog img {
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
  display: block;
}
.main-blog > div {
  width: 96%;
  margin: 0 auto;
}
.main-blog .error {
  color: #009059;
  text-align: center;
}
.main-blog a {
  color: #009059;
  text-decoration: underline;
}

.date {
  font-size: 0.7em;
  color: #999;
}