@charset "UTF-8";
/* Scss Document */
html {
  box-sizing: border-box;
  font-size: 2.6041666667vw;
  font-weight: 400;
}

@media only screen and (min-width: 48em) {
  html {
    font-size: 1.5625vw;
  }
}
@media only screen and (min-width: 80em) {
  html {
    font-size: 125%;
  }
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
body {
  overflow-x: hidden;
  line-height: 1.6;
  word-break: break-all;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  color: #524D50;
  font-feature-settings: "palt";
}

img {
  height: auto;
  max-width: 100%;
  transition: 0.3s;
}

a::hover img {
  opacity: 0.8;
}

svg {
  height: 100%;
  width: 100%;
}

img[srcset] {
  width: 100%;
  transition: 0.3s;
}

.st-Layout * {
  color: inherit;
  font-size: 1em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition-duration: 0.5s;
  transition-property: none;
  transition-timing-function: ease-in-out;
}
.st-Layout *::before, .st-Layout *::after {
  transition-duration: inherit;
  transition-property: inherit;
  transition-timing-function: inherit;
}
.st-Layout li {
  list-style-type: inherit;
}

a {
  transition: 0.3s;
}

a:hover img {
  opacity: 0.8;
}

/**
font
.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
}
.oswald-<uniquifier> {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
**/
.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.oswald-font {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.st-Wrapper {
  overflow: hidden;
  position: relative;
}

.st-Width {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .st-Width {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    width: 64rem;
  }
}
.st-Header {
  width: 100%;
  left: 0;
  top: 0;
  background: #F9F6EA;
  z-index: 1;
}
.st-Header .inner {
  padding-left: 1rem;
  display: flex;
  flex-direction: row;
}
.st-Header .contact {
  position: fixed;
  width: 6.55rem;
  height: 6.55rem;
  border-radius: 50%;
  background: #fff;
  top: 8.5rem;
  right: 0.75rem;
  z-index: 2;
}
.st-Header .contact.pc {
  display: none;
}
.st-Header .contact a {
  height: 6.55rem;
  padding-top: 1.4rem;
  display: flex;
  -webkit-flex-pack: center;
  justify-content: center;
}
.st-Header .contact a::before {
  content: "";
  background: url("../images/ico_mail.svg") no-repeat;
  background-size: 2.2rem;
  width: 2.2rem;
  height: 1.5rem;
  top: 3.25rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.st-Header.second .second-logo {
  position: fixed;
  top: 1.5rem;
  left: 1.5rem;
  width: 13.55rem;
  z-index: 99;
}

@media only screen and (min-width: 48em) {
  .st-Header {
    width: 100%;
    left: 0;
    top: 0;
    background: #F9F6EA;
    z-index: 1;
  }
  .st-Header .inner {
    padding-left: 1rem;
    display: flex;
    flex-direction: row;
  }
  .st-Header .contact {
    position: relative;
    width: 4.9rem;
    height: 4.9rem;
    top: 0;
    right: 0;
    margin-left: 1.5rem;
    font-size: 0.8rem;
  }
  .st-Header .contact.sp {
    display: none;
  }
  .st-Header .contact.pc {
    display: block;
  }
  .st-Header .contact a {
    height: 4.9rem;
    padding-top: 0.9rem;
    display: flex;
    -webkit-flex-pack: center;
    justify-content: center;
  }
  .st-Header .contact a::before {
    content: "";
    background: url("../images/ico_mail.svg") no-repeat;
    background-size: 1.65rem;
    width: 1.65rem;
    height: 1.1rem;
    top: 2.4rem;
  }
  .st-Header .contact a:hover::before {
    content: "";
    background: url("../images/ico_mail_on.svg") no-repeat;
    background-size: 1.65rem;
    width: 1.65rem;
    height: 1.1rem;
    top: 2.4rem;
  }
  .st-Header.second .second-logo {
    display: none;
  }
  .st-Header.second .st-Nav {
    top: 1.5rem;
    opacity: 1;
  }
}
.st-Nav {
  position: fixed;
  z-index: 99;
  left: 0;
  transition: 0.3s;
  width: 100%;
  top: -250vw;
  height: 100%;
  background: #2B3455;
  background: #F9F6EA;
  overflow-y: scroll;
}
.st-Nav.menu-expanded {
  top: 0;
}
.st-Nav .logo-nav {
  width: 23.15rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.25rem;
  margin-bottom: 2rem;
}
.st-Nav .list {
  width: 100%;
  position: relative;
  font-size: 1.65rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  margin-bottom: 4.25rem;
}
.st-Nav .list > li {
  border-bottom: 2px dashed #05C04B;
  position: relative;
  font-weight: 700;
}
.st-Nav .list > li > a {
  display: block;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  position: relative;
}
.st-Nav .list > li > a.second-btn::before {
  transition: 0.3s;
  content: "";
  background: url("../images/ico_plus.svg") no-repeat;
  background-size: 1.1rem;
  width: 1.1rem;
  height: 1.1rem;
  top: 1.75rem;
  right: 0.5rem;
  position: absolute;
}
.st-Nav .list > li > a.second-btn.open::before {
  content: "";
  background: url("../images/ico_minus.svg") no-repeat;
  background-size: 0.9rem;
  width: 0.9rem;
  height: 0.35rem;
  top: 2.1rem;
  right: 0.6rem;
  position: absolute;
}
.st-Nav .list > li > a.second-btn.pc {
  display: none;
}
.st-Nav .second-list {
  font-size: 1.55rem;
  margin-bottom: 1.25rem;
  display: none;
}
.st-Nav .second-list li a {
  display: block;
}
.st-Nav .bnr-line {
  width: 15.7rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.25rem;
}

@media only screen and (min-width: 48em) {
  .st-Nav {
    width: 59rem;
    left: 50%;
    transform: translateX(-50%);
    top: 1.5rem;
    height: auto;
    background: transparent;
    overflow-y: unset;
    display: flex;
    align-items: center;
    opacity: 0;
    top: -11.5rem;
  }
  .st-Nav.show {
    opacity: 1;
    top: 1.5rem;
  }
  .st-Nav .logo-nav {
    width: 12.25rem;
    margin-left: 0;
    margin-right: auto;
    margin-top: 0.6rem;
    margin-bottom: 0;
  }
  .st-Nav .list {
    width: 38.2rem;
    position: relative;
    font-size: 0.8rem;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: flex;
    -webkit-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 3rem;
  }
  .st-Nav .list > li {
    border-bottom: none;
    position: relative;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .st-Nav .list > li::before {
    content: "";
    background: #44C269;
    width: 0;
    height: 0.15rem;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
  }
  .st-Nav .list > li:hover::before {
    width: 100%;
  }
  .st-Nav .list > li:hover ul {
    display: block;
  }
  .st-Nav .list > li > a {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    position: relative;
  }
  .st-Nav .list > li > a.second-btn::before {
    background: none;
  }
  .st-Nav .list > li > a.second-btn.open::before {
    background: none;
  }
  .st-Nav .list > li > a.second-btn.pc {
    display: block;
  }
  .st-Nav .list > li > a.second-btn.sp {
    display: none;
  }
  .st-Nav .list > li.sp {
    display: none;
  }
  .st-Nav .second-list {
    position: absolute;
    background: #fff;
    border-radius: 0.5rem;
    top: 3.5rem;
    left: -0.75rem;
    width: 9.15rem;
    font-size: 0.7rem;
    margin-bottom: 1.25rem;
    display: none;
    padding-top: 0.25rem;
    padding-bottom: 1rem;
  }
  .st-Nav .second-list li {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
  .st-Nav .second-list li a {
    border-bottom: #44C269 dotted 2px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .st-Nav .bnr-line {
    display: none;
  }
}
.menu-trigger {
  display: block;
  width: 6.55rem;
  height: 6.55rem;
  background: #fff;
  border-radius: 50%;
  position: fixed;
  top: 1rem;
  right: 0.75rem;
  z-index: 999;
}
.menu-trigger p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.5rem;
  color: #007D2F;
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  height: 0.2rem;
  width: 3.15rem;
  left: 50%;
  transform: translateX(-50%);
  background: #44C269;
}
.menu-trigger span:nth-of-type(1) {
  top: 1.75rem;
}
.menu-trigger span:nth-of-type(2) {
  top: 2.5rem;
}
.menu-trigger span:nth-of-type(3) {
  top: 3.3rem;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(0.11rem) rotate(-25deg) translateX(-50%);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-0.11rem) rotate(25deg) translateX(-50%);
}

@media only screen and (min-width: 48em) {
  .menu-trigger {
    display: none;
  }
}
.home-Fv {
  position: relative;
  background: #F9F6EA;
}
.home-Fv::before {
  content: "";
  background: url("../images/bg1.svg") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 3.75rem;
  top: 24.5rem;
  left: 0;
  position: absolute;
}
.home-Fv::after {
  content: "";
  background: #CAEC87;
  background-size: 100%;
  width: 100%;
  height: calc(100% - 28.1rem);
  top: 28.1rem;
  left: 0;
  position: absolute;
}
.home-Fv .inner {
  position: relative;
  display: flex;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
  padding-top: 1.5rem;
}
.home-Fv .pal-logo {
  width: 8.2rem;
}
.home-Fv .logo {
  width: 13.55rem;
  margin-left: 4rem;
}
.home-Fv .box {
  margin-left: auto;
  margin-right: auto;
}
.home-Fv .ttl {
  font-weight: 500;
  letter-spacing: 0.5rem;
  line-height: 1.5;
  position: relative;
  writing-mode: vertical-rl;
  font-size: 4.35rem;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3rem;
}
.home-Fv .img {
  width: 32.85rem;
  position: relative;
  margin-top: -2.5rem;
  z-index: 1;
}

@media only screen and (min-width: 48em) {
  .home-Fv::before {
    background: url("../images/bg1.svg") repeat-x center;
    background-size: 64rem;
    width: 100%;
    height: 6.3rem;
    top: 21.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .home-Fv::after {
    content: "";
    background: #CAEC87;
    background-size: 100%;
    width: 100%;
    height: calc(100% - 27.7rem);
    top: 27.7rem;
    left: 0;
    position: absolute;
  }
  .home-Fv .inner {
    position: relative;
    display: flex;
    -webkit-box-lines: multiple;
    flex-wrap: wrap;
    padding-top: 2.5rem;
  }
  .home-Fv .pal-logo {
    width: 7.4rem;
    margin-left: auto;
  }
  .home-Fv .logo {
    width: 17.3rem;
    margin-left: 4rem;
    order: -1;
  }
  .home-Fv .box {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    -webkit-flex-pack: center;
    justify-content: center;
  }
  .home-Fv .ttl {
    font-weight: 500;
    letter-spacing: 0.5rem;
    line-height: 1.5;
    position: relative;
    writing-mode: vertical-rl;
    font-size: 3.25rem;
    z-index: 1;
    margin-left: 0;
    margin-right: 0;
    margin-top: -4.5rem;
  }
  .home-Fv .img {
    width: 27.05rem;
    margin-top: -2.5rem;
  }
}
.home-Sec1 {
  background: #CAEC87;
}
.home-Sec1 .inner {
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
}
.home-Sec1 .unit {
  background: #F8F7EB;
  width: 33.45rem;
  height: 33.45rem;
  margin-bottom: 6.5rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  -webkit-flex-pack: center;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home-Sec1 .unit:last-of-type {
  margin-bottom: 0;
}
.home-Sec1 .unit.s1::before {
  content: "";
  background: url("../images/s1_img1.png") no-repeat;
  background-size: 14.85rem;
  width: 14.85rem;
  height: 10.65rem;
  left: 50%;
  transform: translateX(-50%);
  top: -5.5rem;
  position: absolute;
}
.home-Sec1 .unit.s2::before {
  content: "";
  background: url("../images/s1_img2.png") no-repeat;
  background-size: 13.55rem;
  width: 13.55rem;
  height: 12.35rem;
  left: 50%;
  transform: translateX(-50%);
  top: -5.5rem;
  position: absolute;
}
.home-Sec1 .unit.s2 .btn a {
  background: #44C269;
}
.home-Sec1 .unit.s3::before {
  content: "";
  background: url("../images/s1_img3.png") no-repeat;
  background-size: 14.75rem;
  width: 14.75rem;
  height: 14.4rem;
  left: 50%;
  transform: translateX(-50%);
  top: -7.5rem;
  position: absolute;
}
.home-Sec1 .unit.s3 .btn a {
  background: #EDB737;
}
.home-Sec1 .unit-ttl {
  text-align: center;
  font-size: 2.6rem;
  color: #44C269;
  border-bottom: 2px dashed #05C04B;
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
}
.home-Sec1 .unit-txt {
  width: 23.05rem;
  font-size: 1.55rem;
  margin-bottom: 1rem;
}
.home-Sec1 .btn {
  width: 17.3rem;
  text-align: center;
  font-size: 1.55rem;
  position: relative;
}
.home-Sec1 .btn a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #fff;
  background: #FF9A6D;
  border-radius: 2rem;
  display: block;
  box-shadow: 13px 13px 0px -8px rgba(0, 0, 0, 0.15);
}
.home-Sec1 .btn a::before {
  content: "";
  background: url("../images/ico_btn1.svg") no-repeat;
  background-size: 0.95rem;
  width: 0.95rem;
  height: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  position: absolute;
}

@media only screen and (min-width: 48em) {
  .home-Sec1 .inner {
    padding-top: 6rem;
    padding-bottom: 2.5rem;
    padding-left: 3.9rem;
    padding-right: 3.9rem;
    display: flex;
    -webkit-flex-pack: justify;
    justify-content: space-between;
  }
  .home-Sec1 .unit {
    width: 17.5rem;
    height: 17.5rem;
    margin-bottom: 0;
  }
  .home-Sec1 .unit.s1 {
    margin-top: 2.5rem;
  }
  .home-Sec1 .unit.s1::before {
    background-size: 8.3rem;
    width: 8.3rem;
    height: 5.95rem;
    top: -3.5rem;
  }
  .home-Sec1 .unit.s1 .btn a {
    transition: 0.3s;
  }
  .home-Sec1 .unit.s1 .btn a:hover {
    background: #FF7F1B;
  }
  .home-Sec1 .unit.s2::before {
    background-size: 7.6rem;
    width: 7.6rem;
    height: 6.9rem;
    top: -3.5rem;
  }
  .home-Sec1 .unit.s2 .btn a {
    transition: 0.3s;
  }
  .home-Sec1 .unit.s2 .btn a:hover {
    background: #23A548;
  }
  .home-Sec1 .unit.s3 {
    margin-top: 2.5rem;
  }
  .home-Sec1 .unit.s3::before {
    background-size: 8.25rem;
    width: 8.25rem;
    height: 8.05rem;
    top: -5rem;
  }
  .home-Sec1 .unit.s3 .btn a {
    transition: 0.3s;
  }
  .home-Sec1 .unit.s3 .btn a:hover {
    background: #E89B00;
  }
  .home-Sec1 .unit-ttl {
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
    padding-bottom: 0.25rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .home-Sec1 .unit-txt {
    width: 12rem;
    font-size: 0.8rem;
    margin-bottom: 0.75rem;
    letter-spacing: -0.05rem;
  }
  .home-Sec1 .btn {
    width: 9.05rem;
    font-size: 0.8rem;
  }
  .home-Sec1 .btn a {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #fff;
    background: #FF9A6D;
    border-radius: 2rem;
    display: block;
    box-shadow: 10px 12px 0px -8px rgba(0, 0, 0, 0.15);
  }
  .home-Sec1 .btn a::before {
    background-size: 0.5rem;
    width: 0.5rem;
    height: 0.7rem;
    right: 1.25rem;
  }
}
.home-Sec2 {
  background: #CAEC87;
  position: relative;
}
.home-Sec2::before {
  content: "";
  background: url("../images/bg1-1.svg") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 2.85rem;
  left: 0;
  bottom: -2.75rem;
  position: absolute;
}
.home-Sec2 .inner {
  padding-bottom: 19.25rem;
  position: relative;
}
.home-Sec2 .txt-area {
  font-size: 1.6rem;
  line-height: 1.8;
}
.home-Sec2 .txt-area p {
  margin-bottom: 0.9rem;
}
.home-Sec2 .img {
  position: absolute;
  bottom: -8.75rem;
  right: 4.5rem;
  width: 19.95rem;
}

@media only screen and (min-width: 48em) {
  .home-Sec2 {
    background: #CAEC87;
    position: relative;
  }
  .home-Sec2::before {
    content: "";
    background: url("../images/bg1-1.svg") repeat-x center;
    background-size: 64rem;
    width: 100%;
    height: 4.8rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4.7rem;
  }
  .home-Sec2 .inner {
    padding-bottom: 8rem;
    position: relative;
  }
  .home-Sec2 .txt-area {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-left: 9.1rem;
  }
  .home-Sec2 .txt-area p {
    margin-bottom: 0.9rem;
  }
  .home-Sec2 .img {
    position: absolute;
    bottom: -6.25rem;
    right: 4.5rem;
    width: 20.55rem;
  }
  .home-Sec2 .img img {
    width: 100%;
  }
}
.home-Sec3 {
  position: relative;
}
.home-Sec3 .inner {
  padding-top: 8.75rem;
  padding-bottom: 3.75rem;
  position: relative;
}
.home-Sec3 .ttl {
  font-size: 3.3rem;
  color: #FF936D;
  font-weight: 500;
  position: relative;
  padding-left: 5rem;
}
.home-Sec3 .ttl::before {
  content: "";
  background: url("../images/ico_news.svg") no-repeat;
  background-size: 4.25rem;
  width: 4.25rem;
  height: 4.65rem;
  top: 0;
  left: 0;
  position: absolute;
}
.home-Sec3 .txt {
  font-size: 1.1rem;
  margin-bottom: 2.75rem;
}
.home-Sec3 .wap {
  display: none;
}
.home-Sec3 .wap.slick-initialized {
  display: block;
}
.home-Sec3 .unit {
  margin-bottom: 2.75rem;
}
.home-Sec3 .unit-img {
  width: 100%;
  height: 21.75rem;
  position: relative;
  margin-bottom: 1rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.home-Sec3 .unit-img > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-Sec3 .ico-box {
  position: absolute;
  left: 2.4rem;
  right: 0;
  top: 0;
  width: 10.5rem;
  height: 10.6rem;
  z-index: 1;
  color: #E95E72;
  font-weight: 700;
}
.home-Sec3 .box-img {
  position: absolute;
  width: 100%;
  top: 0;
}
.home-Sec3 .box-img > img {
  width: 100%;
}
.home-Sec3 .box-cat {
  font-size: 1.3rem;
  top: 1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.2rem;
  background: #fff;
  width: 9rem;
  text-align: center;
  border-radius: 0.3rem;
}
.home-Sec3 .box-data {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  top: 3rem;
}
.home-Sec3 .box-data span {
  font-size: 1.1rem;
}
.home-Sec3 .box-day {
  color: #fff;
  left: 0;
  width: 100%;
  font-size: 3.1rem;
  letter-spacing: -0.1rem;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 4.5rem;
  display: flex;
  -webkit-flex-pack: center;
  justify-content: center;
  align-items: flex-end;
}
.home-Sec3 .box-day .week {
  margin-left: 0.4rem;
  background: #fff;
  color: #44C269;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.85rem;
  position: relative;
}
.home-Sec3 .box-day .week::before {
  content: "";
  width: 2rem;
  height: 2px;
  background: #44C269;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
}
.home-Sec3 .box-day .week .w {
  position: absolute;
  top: 0.35rem;
  left: 0.35rem;
}
.home-Sec3 .box-day .week .s {
  position: absolute;
  bottom: 0.35rem;
  right: 0.35rem;
}
.home-Sec3 .box-day .week.normal {
  font-size: 1.4rem;
}
.home-Sec3 .box-day .week.normal::before {
  width: 0;
  height: 0;
}
.home-Sec3 .box-day .week .normally {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-Sec3 .rec-closed {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  top: 0.85rem;
  color: #fff;
}
.home-Sec3 .unit-cat {
  display: flex;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.home-Sec3 .unit-cat li {
  font-size: 1.1rem;
  color: #fff;
  background: #98DC7F;
  letter-spacing: 0.1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 2rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.home-Sec3 .unit-ttl {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  height: 7.5rem;
  overflow: hidden;
}
.home-Sec3 .unit-day {
  font-size: 1.05rem;
  color: #898989;
}
.home-Sec3 .btn {
  width: 21.3rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.65rem;
  position: relative;
}
.home-Sec3 .btn a {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
  background: #44C269;
  border-radius: 2rem;
  display: block;
  box-shadow: 13px 13px 0px -8px rgba(0, 0, 0, 0.15);
}
.home-Sec3 .btn a::before {
  content: "";
  background: url("../images/ico_btn2.svg") no-repeat;
  background-size: 1.65rem;
  width: 1.65rem;
  height: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  position: absolute;
}

@media only screen and (min-width: 48em) {
  .home-Sec3 .inner {
    padding-top: 6rem;
    padding-bottom: 3.75rem;
    position: relative;
  }
  .home-Sec3 .ttl {
    font-size: 2.6rem;
    padding-left: 4rem;
  }
  .home-Sec3 .ttl::before {
    background: url("../images/ico_news.svg") no-repeat;
    background-size: 3.35rem;
    width: 3.35rem;
    height: 3.65rem;
  }
  .home-Sec3 .txt {
    font-size: 0.9rem;
    margin-bottom: 2.75rem;
  }
  .home-Sec3 .unit {
    margin-bottom: 2.75rem;
  }
  .home-Sec3 .unit a {
    display: block;
    width: 17.7rem;
  }
  .home-Sec3 .unit a:hover .unit-img > img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .home-Sec3 .unit-img {
    height: 11.55rem;
    margin-bottom: 0.75rem;
  }
  .home-Sec3 .unit-img > img {
    transition: 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .home-Sec3 .ico-box {
    left: 1rem;
    width: 5.6rem;
    height: 5.25rem;
  }
  .home-Sec3 .box-cat {
    font-size: 0.65rem;
    top: 0.4rem;
    letter-spacing: 0.1rem;
    width: 6.5em;
  }
  .home-Sec3 .box-data {
    font-size: 0.65rem;
    color: #fff;
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    top: 1.4rem;
  }
  .home-Sec3 .box-data span {
    font-size: 0.7rem;
  }
  .home-Sec3 .box-day {
    font-size: 1.75rem;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 2.5rem;
    display: flex;
    -webkit-flex-pack: center;
    justify-content: center;
    align-items: flex-end;
  }
  .home-Sec3 .box-day .week {
    margin-left: 0.1rem;
    border-radius: 50%;
    width: 1.35rem;
    height: 1.35rem;
    font-size: 0.5rem;
    position: relative;
  }
  .home-Sec3 .box-day .week::before {
    content: "";
    width: 1rem;
    height: 1px;
  }
  .home-Sec3 .box-day .week .w {
    top: 0.175rem;
    left: 0.175rem;
  }
  .home-Sec3 .box-day .week .s {
    bottom: 0.2rem;
    right: 0.3rem;
  }
  .home-Sec3 .box-day .week.normal {
    font-size: 0.75rem;
  }
  .home-Sec3 .rec-closed {
    font-size: 1.6rem;
    top: 0.4rem;
  }
  .home-Sec3 .unit-cat {
    margin-bottom: 0.5rem;
  }
  .home-Sec3 .unit-cat li {
    font-size: 0.65rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    border-radius: 2rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .home-Sec3 .unit-ttl {
    font-size: 0.8rem;
    height: 4rem;
  }
  .home-Sec3 .unit-day {
    font-size: 0.6rem;
  }
  .home-Sec3 .btn {
    width: 10.8rem;
    margin-top: 1.5rem;
    font-size: 0.85rem;
  }
  .home-Sec3 .btn a {
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
    background: #44C269;
    border-radius: 2rem;
    display: block;
    transition: 0.3s;
    box-shadow: 13px 13px 0px -5px rgba(0, 0, 0, 0.15);
  }
  .home-Sec3 .btn a::before {
    background-size: 0.8rem;
    width: 0.8rem;
    height: 0.55rem;
    right: 1.5rem;
  }
  .home-Sec3 .btn a:hover {
    background: #18A546;
  }
}
.home-Sec4 {
  position: relative;
  background: #FEE7D9;
  margin-top: 10rem;
}
.home-Sec4::before {
  content: "";
  background: url("../images/bg2.svg") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 1.75rem;
  top: -1.7rem;
  left: 0;
  position: absolute;
}
.home-Sec4 .inner {
  padding-top: 10rem;
  padding-bottom: 4rem;
  position: relative;
}
.home-Sec4 .img {
  position: absolute;
  width: 16.25rem;
  left: 50%;
  transform: translateX(-50%);
  top: -7.5rem;
}
.home-Sec4 .num {
  font-size: 1.9rem;
  color: #05C04B;
  padding-left: 1rem;
}
.home-Sec4 .ttl {
  font-size: 3.05rem;
  color: #44C269;
  font-weight: 500;
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}
.home-Sec4 .txt {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}
.home-Sec4 .wap {
  display: flex;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
  -webkit-flex-pack: justify;
  justify-content: space-between;
}
.home-Sec4 .unit {
  width: 15.55rem;
  margin-bottom: 1.5rem;
}
.home-Sec4 .unit-img {
  width: auto;
  height: 16.35rem;
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
}
.home-Sec4 .unit-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-Sec4 .unit-ttl {
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  border-bottom: 2px dashed #524D50;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.home-Sec4 .unit-ttl::before {
  content: "";
  background: url("../images/ico_btn3.svg") no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
}
.home-Sec4 .unit-ttl.left {
  text-align: left;
}

@media only screen and (min-width: 48em) {
  .home-Sec4 {
    margin-top: 10rem;
  }
  .home-Sec4::before {
    content: "";
    background: url("../images/bg2.svg") repeat-x center;
    background-size: 64rem;
    width: 100%;
    height: 3rem;
    top: -2.9rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .home-Sec4 .inner {
    padding-top: 3.25rem;
    padding-bottom: 4rem;
    position: relative;
  }
  .home-Sec4 .img {
    width: 18.5rem;
    left: 5rem;
    transform: translateX(0);
    top: -7.5rem;
  }
  .home-Sec4 .txt-area {
    width: 23.5rem;
    margin-left: auto;
    margin-right: 3.75rem;
  }
  .home-Sec4 .num {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .home-Sec4 .ttl {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
    padding-left: 0;
  }
  .home-Sec4 .txt {
    font-size: 0.9rem;
    margin-bottom: 2.5rem;
  }
  .home-Sec4 .unit {
    width: 13.5rem;
    margin-bottom: 1.5rem;
  }
  .home-Sec4 .unit a:hover .unit-img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .home-Sec4 .unit a:hover .unit-ttl::before {
    background: url("../images/ico_btn3_on.svg") no-repeat;
    background-size: 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  .home-Sec4 .unit-img {
    height: 13.5rem;
  }
  .home-Sec4 .unit-img img {
    transition: 0.3s;
  }
  .home-Sec4 .unit-ttl {
    font-size: 1.1rem;
    border-bottom: 2px dashed #524D50;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .home-Sec4 .unit-ttl::before {
    background-size: 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  .home-Sec4 .unit-ttl.left {
    text-align: center;
  }
}
.home-Sec5 {
  position: relative;
  background: #F9F6EA;
}
.home-Sec5 .inner {
  padding-top: 12.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}
.home-Sec5 .img {
  position: absolute;
  width: 15.4rem;
  left: 50%;
  transform: translateX(-50%);
  top: -3.5rem;
}
.home-Sec5 .num {
  font-size: 1.9rem;
  color: #05C04B;
  padding-left: 1rem;
}
.home-Sec5 .ttl {
  font-size: 3.05rem;
  color: #44C269;
  font-weight: 500;
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}
.home-Sec5 .txt {
  font-size: 1.5rem;
  margin-bottom: 4rem;
}
.home-Sec5 .wap {
  display: flex;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
  -webkit-flex-pack: justify;
  justify-content: space-between;
}
.home-Sec5 .wap-ttl {
  font-size: 1.6rem;
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 1.6rem;
}
.home-Sec5 .wap-ttl::before {
  content: "";
  background: url(../images/s5_ttl_bg.svg) no-repeat;
  background-size: 32.4rem;
  width: 32.4rem;
  height: 3.05rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.home-Sec5 .unit {
  width: 10.55rem;
  margin-bottom: 1.5rem;
}
.home-Sec5 .unit.s1 .unit-img img {
  width: 5.25rem;
}
.home-Sec5 .unit.s2 .unit-img img {
  width: 7.25rem;
}
.home-Sec5 .unit.s3 .unit-img img {
  width: 8.7rem;
}
.home-Sec5 .unit.s4 .unit-img img {
  width: 6.5rem;
}
.home-Sec5 .unit.s5 .unit-img img {
  width: 6.2rem;
}
.home-Sec5 .unit.s6 .unit-img img {
  width: 5.95rem;
}
.home-Sec5 .unit-img {
  background: #CAEC87;
  height: 10.05rem;
  border-radius: 2.25rem;
  position: relative;
}
.home-Sec5 .unit-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-Sec5 .unit-ttl {
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  border-bottom: 2px dashed #524D50;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.home-Sec5 .btn {
  width: 21.3rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.65rem;
  position: relative;
}
.home-Sec5 .btn a {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
  background: #44C269;
  border-radius: 2rem;
  display: block;
  box-shadow: 13px 13px 0px -8px rgba(0, 0, 0, 0.15);
}
.home-Sec5 .btn a::before {
  content: "";
  background: url("../images/ico_btn2.svg") no-repeat;
  background-size: 1.65rem;
  width: 1.65rem;
  height: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  position: absolute;
}

@media only screen and (min-width: 48em) {
  .home-Sec5 .inner {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }
  .home-Sec5 .img {
    width: 16.3rem;
    left: auto;
    right: 6rem;
    transform: translateX(0);
    top: -2rem;
  }
  .home-Sec5 .num {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .home-Sec5 .txt-area {
    margin-left: 5rem;
  }
  .home-Sec5 .ttl {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
    padding-left: 0;
  }
  .home-Sec5 .txt {
    font-size: 0.9rem;
    width: 23.5rem;
    margin-bottom: 4rem;
  }
  .home-Sec5 .wap-ttl {
    font-size: 1.25rem;
    margin-bottom: 1.6rem;
  }
  .home-Sec5 .wap-ttl::before {
    background: url(../images/s5_ttl_bg.svg) no-repeat;
    background-size: 25rem;
    width: 25rem;
    height: 2.35rem;
  }
  .home-Sec5 .unit {
    width: 8.8rem;
    margin-bottom: 1.5rem;
  }
  .home-Sec5 .unit.s1 .unit-img img {
    width: 4.8rem;
  }
  .home-Sec5 .unit.s2 .unit-img img {
    width: 6.3rem;
  }
  .home-Sec5 .unit.s3 .unit-img img {
    width: 7.6rem;
  }
  .home-Sec5 .unit.s4 .unit-img img {
    width: 5.85rem;
  }
  .home-Sec5 .unit.s5 .unit-img img {
    width: 4.75rem;
  }
  .home-Sec5 .unit.s6 .unit-img img {
    width: 5.2rem;
  }
  .home-Sec5 .unit-img {
    height: 8.8rem;
    border-radius: 2rem;
  }
  .home-Sec5 .unit-ttl {
    font-size: 1.1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .home-Sec5 .btn {
    width: 10.8rem;
    margin-top: 1.5rem;
    font-size: 0.85rem;
  }
  .home-Sec5 .btn a {
    box-shadow: 13px 13px 0px -5px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
  }
  .home-Sec5 .btn a::before {
    background-size: 0.8rem;
    width: 0.8rem;
    height: 0.55rem;
    right: 1.5rem;
  }
  .home-Sec5 .btn a:hover {
    background: #18A546;
  }
}
.home-Sec6 {
  position: relative;
  background: #F7EDAC;
}
.home-Sec6::before {
  content: "";
  background: url("../images/bg3.svg") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 2.35rem;
  bottom: -2.25rem;
  left: 0;
  position: absolute;
}
.home-Sec6 .inner {
  padding-top: 12.5rem;
  padding-bottom: 2.5rem;
  position: relative;
}
.home-Sec6 .img {
  position: absolute;
  width: 16.7rem;
  left: 50%;
  transform: translateX(-50%);
  top: -4.5rem;
}
.home-Sec6 .num {
  font-size: 1.9rem;
  color: #05C04B;
  padding-left: 1rem;
}
.home-Sec6 .ttl {
  font-size: 3.05rem;
  color: #44C269;
  font-weight: 500;
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}
.home-Sec6 .txt {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}
.home-Sec6 .unit {
  width: 28.45rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
.home-Sec6 .unit-img {
  height: 21.4rem;
  border-radius: 3rem;
  position: relative;
  overflow: hidden;
}
.home-Sec6 .unit-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-Sec6 .unit-ttl {
  font-size: 1.7rem;
  text-align: center;
  position: relative;
  border-bottom: 2px dashed #524D50;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.home-Sec6 .unit-ttl::before {
  content: "";
  background: url(../images/ico_btn3.svg) no-repeat;
  background-size: 1.85rem;
  width: 1.85rem;
  height: 1.85rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
}

@media only screen and (min-width: 48em) {
  .home-Sec6::before {
    background: url("../images/bg3.svg") repeat-x center;
    background-size: 64rem;
    width: 100%;
    height: 3.9rem;
    bottom: -3.8rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .home-Sec6 .inner {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    position: relative;
  }
  .home-Sec6 .img {
    position: absolute;
    width: 20.3rem;
    left: 7rem;
    transform: translateX(0);
    top: -1.5rem;
  }
  .home-Sec6 .img img {
    width: 100%;
  }
  .home-Sec6 .txt-area {
    width: 23.3rem;
    margin-left: auto;
    margin-right: 4.5rem;
  }
  .home-Sec6 .num {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .home-Sec6 .ttl {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
    padding-left: 0;
  }
  .home-Sec6 .txt {
    font-size: 0.8rem;
    margin-bottom: 2.5rem;
  }
  .home-Sec6 .wap {
    display: flex;
    -webkit-flex-pack: justify;
    justify-content: space-between;
  }
  .home-Sec6 .unit {
    width: 18.5rem;
    margin-bottom: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  .home-Sec6 .unit a:hover .unit-img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .home-Sec6 .unit a:hover .unit-ttl::before {
    background: url("../images/ico_btn3_on.svg") no-repeat;
    background-size: 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  .home-Sec6 .unit-img {
    height: 14rem;
  }
  .home-Sec6 .unit-img img {
    transition: 0.3s;
  }
  .home-Sec6 .unit-ttl {
    font-size: 1.1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .home-Sec6 .unit-ttl::before {
    background-size: 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}
.home-Sec7 {
  position: relative;
}
.home-Sec7 .inner {
  padding-top: 4.5rem;
  padding-bottom: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-Sec7 .ttl {
  font-size: 2.3rem;
  text-align: center;
  position: relative;
  margin-bottom: 4.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px dashed #524D50;
}
.home-Sec7 .wap {
  display: flex;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
  -webkit-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.home-Sec7 .unit {
  width: 11.15rem;
  height: 11.15rem;
  background: #D0ED8C;
  border-radius: 50%;
  margin-bottom: 2.5rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  position: relative;
}
.home-Sec7 .unit.s1 .unit-img {
  width: 7.5rem;
}
.home-Sec7 .unit.s2 .unit-img {
  width: 7.05rem;
}
.home-Sec7 .unit.s3 .unit-img {
  width: 7.15rem;
}
.home-Sec7 .unit.s4 .unit-img {
  width: 4.65rem;
}
.home-Sec7 .unit.s5 .unit-img {
  width: 5.75rem;
}
.home-Sec7 .unit a {
  width: 100%;
  height: 11.15rem;
  display: flex;
  -webkit-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.home-Sec7 .unit a::before {
  content: "";
  background: url("../images/ico_btn4.svg") no-repeat;
  background-size: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
  position: absolute;
}
.home-Sec7 .unit-img {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.home-Sec7 .unit-ttl {
  font-size: 1.7rem;
  text-align: center;
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 48em) {
  .home-Sec7 .inner {
    padding-top: 5.5rem;
    padding-bottom: 5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .home-Sec7 .ttl {
    font-size: 1.8rem;
    margin-bottom: 4.5rem;
    padding-bottom: 0.5rem;
  }
  .home-Sec7 .wap {
    -webkit-flex-pack: justify;
    justify-content: space-between;
  }
  .home-Sec7 .unit {
    width: 10.85rem;
    height: 10.85rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    transition: 0.3s;
  }
  .home-Sec7 .unit:hover {
    background: #98DC7F;
  }
  .home-Sec7 .unit.s1 .unit-img {
    width: 7.25rem;
  }
  .home-Sec7 .unit.s2 .unit-img {
    width: 6.9rem;
  }
  .home-Sec7 .unit.s3 .unit-img {
    width: 6.95rem;
  }
  .home-Sec7 .unit.s4 .unit-img {
    width: 4.55rem;
  }
  .home-Sec7 .unit.s5 .unit-img {
    width: 5.6rem;
  }
  .home-Sec7 .unit a {
    width: 100%;
    height: 10.85rem;
  }
  .home-Sec7 .unit-img {
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .home-Sec7 .unit-ttl {
    font-size: 1.3rem;
  }
}
.home-Sec8 {
  background: #F9F6EA;
  position: relative;
}
.home-Sec8 .inner {
  padding-top: 4.5rem;
  padding-bottom: 7.5rem;
}
.home-Sec8 .ttl {
  font-size: 2.55rem;
  color: #44C269;
  text-align: center;
  position: relative;
  margin-bottom: 4.5rem;
  padding-bottom: 1rem;
  letter-spacing: -0.25rem;
}
.home-Sec8 .ttl::before {
  content: "";
  background: url(../images/s8_ttl_bg.svg) no-repeat;
  background-size: 33.55rem;
  width: 33.55rem;
  height: 3.2rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.home-Sec8 .unit {
  width: 100%;
  margin-bottom: 2.5rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  position: relative;
}
.home-Sec8 .unit.s1 .unit-img {
  width: 10.05rem;
}
.home-Sec8 .unit.s2 .unit-img {
  width: 8.6rem;
}
.home-Sec8 .unit.s3 .unit-img {
  width: 9.8rem;
}
.home-Sec8 .num {
  text-align: center;
  font-size: 2.1rem;
  color: #44C269;
}
.home-Sec8 .unit-ttl {
  font-size: 2.15rem;
  text-align: center;
  color: #44C269;
  padding-bottom: 1rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  border-bottom: 2px dashed #44C269;
}
.home-Sec8 .unit-txt {
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
}
.home-Sec8 .unit-img {
  margin-left: auto;
  margin-right: auto;
}
.home-Sec8 .btn {
  width: 21.3rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.65rem;
}
.home-Sec8 .btn a {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
  background: #44C269;
  border-radius: 2rem;
  display: block;
  box-shadow: 13px 13px 0px -8px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 48em) {
  .home-Sec8 .inner {
    padding-bottom: 12.25rem;
  }
  .home-Sec8 .ttl {
    font-size: 2.4rem;
    margin-bottom: 4.5rem;
    padding-bottom: 1rem;
    letter-spacing: -0.2rem;
  }
  .home-Sec8 .ttl::before {
    background-size: 34.45rem;
    width: 34.45rem;
    height: 3rem;
  }
  .home-Sec8 .wap {
    display: flex;
    -webkit-flex-pack: center;
    justify-content: center;
    -webkit-box-lines: multiple;
    flex-wrap: wrap;
  }
  .home-Sec8 .unit {
    width: 21.2rem;
    margin-bottom: 0;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    position: relative;
  }
  .home-Sec8 .unit.s1 {
    margin-left: 11.2rem;
    margin-right: 11.2rem;
  }
  .home-Sec8 .unit.s1 .unit-img {
    width: 6.85rem;
  }
  .home-Sec8 .unit.s2 {
    margin-right: 3.6rem;
  }
  .home-Sec8 .unit.s2 .unit-img {
    width: 5.85rem;
  }
  .home-Sec8 .unit.s3 {
    margin-left: 3.6rem;
  }
  .home-Sec8 .unit.s3 .unit-img {
    width: 6.65rem;
  }
  .home-Sec8 .num {
    font-size: 1.85rem;
  }
  .home-Sec8 .unit-ttl {
    font-size: 1.9rem;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
  }
  .home-Sec8 .unit-txt {
    font-size: 0.8rem;
    padding-bottom: 1.5rem;
  }
  .home-Sec8 .unit-img {
    margin-left: auto;
    margin-right: auto;
  }
  .home-Sec8 .btn {
    width: 21.3rem;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.65rem;
  }
  .home-Sec8 .btn a {
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
    background: #44C269;
    border-radius: 2rem;
    display: block;
    box-shadow: 13px 13px 0px -8px rgba(0, 0, 0, 0.15);
  }
}
.st-footer {
  position: relative;
  background: #A1DF85;
}
.st-footer::before {
  content: "";
  background: url("../images/footer_bg.svg") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 2.1rem;
  top: -2rem;
  left: 0;
  position: absolute;
}
.st-footer .inner {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  position: relative;
}
.st-footer .inner::after {
  content: "";
  background: url("../images/footer_img1.png") no-repeat;
  background-size: 13.65rem;
  width: 13.65rem;
  height: 8.1rem;
  top: -8.1rem;
  left: 3rem;
  position: absolute;
}
.st-footer .ttl {
  text-align: center;
  font-size: 2.1rem;
  color: #007132;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}
.st-footer .ttl span {
  border-bottom: 2px dashed #007132;
}
.st-footer .box {
  background: #F9F6EA;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}
.st-footer .box-img {
  width: 17.3rem;
  margin-bottom: 3rem;
}
.st-footer .box-logo {
  width: 24.6rem;
  margin-bottom: 3.5rem;
}
.st-footer .box-teltxt {
  width: 23.3rem;
  margin-bottom: 1rem;
}
.st-footer .box-tel {
  width: 28.8rem;
  position: relative;
  margin-bottom: 1.5rem;
  color: #fff;
}
.st-footer .box-tel a {
  display: flex;
  flex-direction: column;
  -webkit-flex-pack: center;
  justify-content: center;
  align-items: center;
  background: #44C269;
  border-radius: 3rem;
  height: 10.65rem;
}
.st-footer .box-tel .teltxt1 {
  text-align: center;
  font-size: 1.35rem;
}
.st-footer .box-tel .teltxt2 {
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  position: relative;
  padding-left: 3.5rem;
}
.st-footer .box-tel .teltxt2::before {
  content: "";
  background: url("../images/footer_ico_tel.svg") no-repeat;
  background-size: 2.85rem;
  width: 2.85rem;
  height: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
}
.st-footer .box-tel .teltxt3 {
  text-align: center;
  font-size: 1.2rem;
}
.st-footer .box-mail {
  width: 28.8rem;
  position: relative;
  margin-bottom: 2.25rem;
  font-size: 1.35rem;
  color: #fff;
  text-align: center;
}
.st-footer .box-mail .mailtxt {
  margin-top: 0.75rem;
}
.st-footer .box-mail a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 9.15rem;
  border-radius: 3rem;
  background: #44C269;
}
.st-footer .box-mail::before {
  content: "";
  background: url("../images/footer_ico_mail.svg") no-repeat;
  background-size: 3.45rem;
  width: 3.45rem;
  height: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.25rem;
  position: absolute;
}
.st-footer .box-pal {
  width: 28.3rem;
  margin-bottom: 2.25rem;
}
.st-footer .box-txt {
  font-size: 1.1rem;
  width: 28.8rem;
}
.st-footer .f-bnr {
  background: #F9F6EA;
  display: flex;
  -webkit-flex-pack: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.st-footer .f-bnr .bnr1 {
  width: 100%;
  text-align: center;
  margin-bottom: 2.25rem;
}
.st-footer .f-bnr .bnr1 img {
  width: 18.8rem;
}
.st-footer .f-bnr .bnr2 {
  width: 9.5rem;
  margin-left: 0.65rem;
  margin-right: 0.65rem;
}
.st-footer .f-bnr .bnr3 {
  width: 8.95rem;
  margin-left: 0.65rem;
  margin-right: 0.65rem;
}
.st-footer .f-bnr .bnr4 {
  width: 10.05rem;
  margin-left: 0.65rem;
  margin-right: 0.65rem;
}
.st-footer .f-list {
  background: #44C269;
  display: flex;
  -webkit-flex-pack: center;
  justify-content: center;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.st-footer .f-list li {
  color: #fff;
  font-size: 1.35rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.st-footer .copy {
  text-align: center;
  color: #007D2F;
  font-size: 1.15rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.st-footer .pagetop {
  display: none;
}

@media only screen and (min-width: 48em) {
  .st-footer::before {
    content: "";
    background: url("../images/footer_bg.svg") repeat-x center;
    background-size: 64rem;
    width: 100%;
    height: 3.5rem;
    top: -3.45rem;
    left: 0;
    position: absolute;
  }
  .st-footer::after {
    background: none;
  }
  .st-footer .inner {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
  .st-footer .inner::after {
    background-size: 14.85rem;
    width: 14.85rem;
    height: 8.8rem;
    top: -8.8rem;
    left: 3rem;
  }
  .st-footer .ttl {
    font-size: 1.7rem;
    margin-bottom: 2.25rem;
  }
  .st-footer .ttl span {
    border-bottom: 3px dashed #007132;
    padding-bottom: 0.5rem;
  }
  .st-footer .ttl br {
    display: none;
  }
  .st-footer .box {
    width: 47.5rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2rem;
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
    flex-direction: row;
    -webkit-box-lines: multiple;
    flex-wrap: wrap;
    -webkit-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .st-footer .box-img {
    width: 8.75rem;
    margin-bottom: 3rem;
    margin-left: auto;
    position: absolute;
    right: 2.5rem;
    top: 2rem;
  }
  .st-footer .box-wap {
    width: 41.2rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -webkit-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2.5rem;
  }
  .st-footer .box-wap:last-of-type {
    margin-bottom: 0;
  }
  .st-footer .box-logo {
    width: 21.55rem;
    margin-bottom: 2.5rem;
  }
  .st-footer .box-teltxt {
    width: 17.85rem;
    margin-left: auto;
    margin-right: auto;
  }
  .st-footer .box-tel {
    width: 26rem;
    margin-bottom: 0;
  }
  .st-footer .box-tel a {
    border-radius: 1.5rem;
    height: 8.25rem;
    transition: 0.3s;
  }
  .st-footer .box-tel a:hover {
    background: #18A546;
  }
  .st-footer .box-tel .teltxt1 {
    font-size: 1rem;
  }
  .st-footer .box-tel .teltxt2 {
    font-size: 2.25rem;
    padding-left: 3rem;
    letter-spacing: 0;
  }
  .st-footer .box-tel .teltxt2::before {
    background-size: 2.5rem;
    width: 2.5rem;
    height: 2.6rem;
  }
  .st-footer .box-tel .teltxt3 {
    font-size: 0.7rem;
  }
  .st-footer .box-mail {
    width: 14rem;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.25;
  }
  .st-footer .box-mail .mailtxt {
    margin-top: 1rem;
  }
  .st-footer .box-mail a {
    height: 8.25rem;
    border-radius: 1.5rem;
    transition: 0.3s;
  }
  .st-footer .box-mail a:hover {
    background: #18A546;
  }
  .st-footer .box-mail::before {
    background-size: 3rem;
    width: 3rem;
    height: 2.15rem;
    bottom: 1.25rem;
  }
  .st-footer .box-pal {
    width: 18.85rem;
    margin-bottom: 0;
  }
  .st-footer .box-txt {
    font-size: 0.65rem;
    width: 20.5rem;
  }
  .st-footer .f-bnr {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    align-items: center;
  }
  .st-footer .f-bnr .bnr1 {
    width: 15.3rem;
    text-align: center;
    margin-bottom: 0;
    margin-right: 4rem;
  }
  .st-footer .f-bnr .bnr1 img {
    width: 100%;
  }
  .st-footer .f-bnr .bnr2 {
    width: 6.8rem;
    margin-left: 0.65rem;
    margin-right: 1.75rem;
  }
  .st-footer .f-bnr .bnr3 {
    width: 6.4rem;
    margin-left: 0.65rem;
    margin-right: 2rem;
  }
  .st-footer .f-bnr .bnr4 {
    width: 7.6rem;
    margin-left: 0.65rem;
    margin-right: 0;
  }
  .st-footer .f-list li {
    font-size: 0.8rem;
  }
  .st-footer .copy {
    font-size: 0.7rem;
  }
  .st-footer .pagetop {
    display: block;
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    width: 3.3rem;
    transition: 0.2s;
    z-index: 99;
  }
  .st-footer .pagetop:hover {
    transform: scale(1.1);
  }
}
/**animation fade-in-bottom
------------------------------------------------------------------------------------------***/
.home-Fv .ttl {
  transform: translateY(2.5rem);
  opacity: 0;
}
.home-Fv .img {
  transform: translateY(2.5rem);
  opacity: 0;
}
.home-Fv.is-show .ttl {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s both;
}
.home-Fv.is-show .img {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.75s both;
}

.home-Sec1 .unit {
  transform: translateY(2.5rem);
  opacity: 0;
}
.home-Sec1.is-show .unit.s1 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}
.home-Sec1.is-show .unit.s2 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.25s both;
}
.home-Sec1.is-show .unit.s3 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s both;
}

.home-Sec2 .img {
  transform: translateY(2.5rem);
  opacity: 0;
}
.home-Sec2.is-show .img {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s both;
}

.home-Sec4 .img {
  transform: translateY(2.5rem);
  opacity: 0;
}
.home-Sec4 .txt-area {
  transform: translateY(2.5rem);
  opacity: 0;
}
.home-Sec4 .unit {
  transform: translateY(2.5rem);
  opacity: 0;
}
.home-Sec4.is-show .img {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s both;
}
.home-Sec4.is-show .txt-area {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}
.home-Sec4.is-show .unit.s1 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}
.home-Sec4.is-show .unit.s2 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.15s both;
}
.home-Sec4.is-show .unit.s3 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s both;
}
.home-Sec4.is-show .unit.s4 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.3s both;
}

.home-Sec5 .img {
  transform: translateY(2.5rem);
  opacity: 0;
}
.home-Sec5 .txt-area {
  transform: translateY(2.5rem);
  opacity: 0;
}
.home-Sec5 .unit {
  transform: translateY(2.5rem);
  opacity: 0;
}
.home-Sec5 .wap-ttl {
  transform: translateY(2.5rem);
  opacity: 0;
}
.home-Sec5.is-show .img {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s both;
}
.home-Sec5.is-show .txt-area {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}
.home-Sec5.is-show .wap-ttl {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.75s both;
}
.home-Sec5.is-show .unit.s1 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}
.home-Sec5.is-show .unit.s2 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.15s both;
}
.home-Sec5.is-show .unit.s3 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s both;
}
.home-Sec5.is-show .unit.s4 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.3s both;
}
.home-Sec5.is-show .unit.s5 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s both;
}
.home-Sec5.is-show .unit.s6 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s both;
}

.home-Sec6 .img {
  transform: translateY(2.5rem);
  opacity: 0;
}
.home-Sec6 .txt-area {
  transform: translateY(2.5rem);
  opacity: 0;
}
.home-Sec6 .unit {
  transform: translateY(2.5rem);
  opacity: 0;
}
.home-Sec6.is-show .img {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s both;
}
.home-Sec6.is-show .txt-area {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}
.home-Sec6.is-show .unit.s1 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}
.home-Sec6.is-show .unit.s2 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.15s both;
}
.home-Sec6.is-show .unit.s3 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s both;
}

.home-Sec7 .ttl {
  transform: translateY(2.5rem);
  opacity: 0;
}
.home-Sec7 .txt-area {
  transform: translateY(2.5rem);
  opacity: 0;
}
.home-Sec7 .unit {
  transform: translateY(2.5rem);
  opacity: 0;
}
.home-Sec7.is-show .ttl {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s both;
}
.home-Sec7.is-show .txt-area {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}
.home-Sec7.is-show .unit.s1 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}
.home-Sec7.is-show .unit.s2 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.15s both;
}
.home-Sec7.is-show .unit.s3 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s both;
}
.home-Sec7.is-show .unit.s4 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.3s both;
}
.home-Sec7.is-show .unit.s5 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s both;
}
.home-Sec7.is-show .unit.s6 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s both;
}

.home-Sec8 .ttl {
  transform: translateY(2.5rem);
  opacity: 0;
}
.home-Sec8 .unit {
  transform: translateY(2.5rem);
  opacity: 0;
}
.home-Sec8.is-show .ttl {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s both;
}
.home-Sec8.is-show .unit.s1 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}
.home-Sec8.is-show .unit.s2 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.15s both;
}
.home-Sec8.is-show .unit.s3 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s both;
}
.home-Sec8.is-show .unit.s4 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.3s both;
}
.home-Sec8.is-show .unit.s5 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s both;
}
.home-Sec8.is-show .unit.s6 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s both;
}

.fade-in-bottom {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(2.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**共通y
------------------------------------------------------------------------------------------***/
.second-Ttl {
  background: #F9F6EA;
  position: relative;
}
.second-Ttl::before {
  content: "";
  background: url("../images/second_ttl_bg.svg") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 3.75rem;
  top: 9rem;
  left: 0;
  position: absolute;
}
.second-Ttl::after {
  content: "";
  background: #CAEC87;
  background-size: 100%;
  width: 100%;
  height: calc(100% - 12.65rem);
  top: 12.65rem;
  left: 0;
  position: absolute;
}
.second-Ttl.livingschool .inner::before {
  content: "";
  background: url("../images/livingschool/ttl_img.png") no-repeat;
  background-size: 10.75rem;
  width: 10.75rem;
  height: 9rem;
  right: 8rem;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.second-Ttl.about .inner::before {
  content: "";
  background: url("../images/about/ttl_img.png") no-repeat;
  background-size: 10.95rem;
  width: 10.95rem;
  height: 8.1rem;
  right: 8rem;
  bottom: 1rem;
  position: absolute;
  z-index: 1;
}
.second-Ttl.policy .inner::before {
  content: "";
  background: url("../images/about/ttl_img.png") no-repeat;
  background-size: 10.95rem;
  width: 10.95rem;
  height: 8.1rem;
  right: 8rem;
  bottom: 1rem;
  position: absolute;
  z-index: 1;
}
.second-Ttl.request .inner::before {
  content: "";
  background: url("../images/request/ttl_img.png") no-repeat;
  background-size: 13.75rem;
  width: 13.75rem;
  height: 7.85rem;
  right: 8rem;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.second-Ttl.information .inner::before {
  content: "";
  background: url("../images/information/ttl_img.png") no-repeat;
  background-size: 11.85rem;
  width: 11.85rem;
  height: 7.65rem;
  right: 7.5rem;
  bottom: 1rem;
  position: absolute;
  z-index: 1;
}
.second-Ttl.construction .inner::before {
  content: "";
  background: url("../images/construction/ttl_img.png") no-repeat;
  background-size: 11.85rem;
  width: 11.85rem;
  height: 9.6rem;
  right: 7.5rem;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.second-Ttl.inspection .inner::before {
  content: "";
  background: url("../images/inspection/ttl_img.png") no-repeat;
  background-size: 11.95rem;
  width: 11.95rem;
  height: 8.25rem;
  right: 2.5rem;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.second-Ttl.land-fin .inner::before {
  content: "";
  background: url("../images/land-fin/ttl_img.png") no-repeat;
  background-size: 10rem;
  width: 10rem;
  height: 8.25rem;
  right: 6rem;
  bottom: 0.5rem;
  position: absolute;
  z-index: 1;
}
.second-Ttl.reform .inner::before {
  content: "";
  background: url("../images/reform/ttl_img.png") no-repeat;
  background-size: 11.15rem;
  width: 11.15rem;
  height: 8.45rem;
  right: 7rem;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.second-Ttl .inner {
  height: 15.65rem;
  display: flex;
  flex-direction: column;
  -webkit-flex-pack: center;
  justify-content: center;
  position: relative;
}
.second-Ttl h1 {
  font-size: 2.1rem;
  font-weight: 500;
}
.second-Ttl .breadcrumb {
  position: relative;
  z-index: 1;
}
.second-Ttl .breadcrumb ol {
  display: flex;
  align-items: flex-start;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
}
.second-Ttl .breadcrumb ol li {
  font-size: 0.65rem;
  letter-spacing: 0.05rem;
  position: relative;
}
.second-Ttl .breadcrumb ol li a {
  padding-right: 1rem;
}
.second-Ttl .breadcrumb ol li::after {
  content: "＞";
  position: absolute;
  right: 0;
}
.second-Ttl .breadcrumb ol li:last-of-type::after {
  content: "";
}

@media only screen and (min-width: 48em) {
  .second-Ttl::before {
    content: "";
    background: url("../images/second_ttl_bg_pc.svg") repeat-x center;
    background-size: 64rem;
    width: 100%;
    height: 6.3rem;
    top: 14.4rem;
  }
  .second-Ttl::after {
    height: calc(100% - 20.3rem);
    top: 20.3rem;
  }
  .second-Ttl.livingschool .inner::before {
    background: url("../images/livingschool/ttl_img.png") no-repeat;
    background-size: 14.25rem;
    width: 14.25rem;
    height: 11.85rem;
    right: 8rem;
  }
  .second-Ttl.about .inner::before {
    background: url("../images/about/ttl_img.png") no-repeat;
    background-size: 10.95rem;
    width: 10.95rem;
    height: 8.1rem;
    right: 8rem;
  }
  .second-Ttl.policy .inner::before {
    background: url("../images/about/ttl_img.png") no-repeat;
    background-size: 10.95rem;
    width: 10.95rem;
    height: 8.1rem;
    right: 8rem;
    bottom: 0;
  }
  .second-Ttl.request .inner::before {
    background: url("../images/request/ttl_img_pc.png") no-repeat;
    background-size: 17rem;
    width: 17rem;
    height: 9.7rem;
    right: 8rem;
    bottom: 1rem;
  }
  .second-Ttl.information .inner::before {
    background: url("../images/information/ttl_img.png") no-repeat;
    background-size: 15.65rem;
    width: 15.65rem;
    height: 10.1rem;
    right: 6rem;
    bottom: 0;
  }
  .second-Ttl.construction .inner::before {
    background: url("../images/construction/ttl_img.png") no-repeat;
    background-size: 15.9rem;
    width: 15.9rem;
    height: 12.9rem;
    right: 6rem;
    bottom: 0;
  }
  .second-Ttl.inspection .inner::before {
    background: url("../images/inspection/ttl_img.png") no-repeat;
    background-size: 15.95rem;
    width: 15.95rem;
    height: 10.9rem;
    right: 7.5rem;
  }
  .second-Ttl.land-fin .inner::before {
    content: "";
    background: url("../images/land-fin/ttl_img.png") no-repeat;
    background-size: 13.2rem;
    width: 13.2rem;
    height: 10.7rem;
    right: 7.5rem;
    bottom: 1rem;
  }
  .second-Ttl.reform .inner::before {
    content: "";
    background: url("../images/reform/ttl_img.png") no-repeat;
    background-size: 14.15rem;
    width: 14.15rem;
    height: 10.95rem;
    right: 7.5rem;
  }
  .second-Ttl .inner {
    height: 22.9rem;
    display: flex;
    flex-direction: column;
    -webkit-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .second-Ttl .second-logo {
    display: none;
  }
  .second-Ttl h1 {
    font-size: 2.6rem;
    margin-left: 3rem;
  }
  .second-Ttl .breadcrumb {
    margin-left: 3rem;
  }
  .second-Ttl .breadcrumb ol {
    display: flex;
    align-items: flex-start;
  }
  .second-Ttl .breadcrumb ol li {
    font-size: 0.65rem;
    letter-spacing: 0.05rem;
  }
  .second-Ttl .breadcrumb ol li::after {
    content: "＞";
  }
  .second-Ttl .breadcrumb ol li:last-of-type::after {
    content: "";
  }
}
@media only screen and (min-width: 48em) {
  .st-Main {
    margin-top: 0;
  }
}
.st-News {
  position: relative;
}
.st-News::before {
  content: "";
  background: url("../images/news_bg.svg") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 5.1rem;
  top: 0;
  left: 0;
  position: absolute;
}
.st-News .inner {
  padding-top: 8.75rem;
  padding-bottom: 11rem;
  position: relative;
}
.st-News .ttl {
  font-size: 3.3rem;
  color: #FF936D;
  font-weight: 500;
  position: relative;
  padding-left: 5rem;
}
.st-News .ttl::before {
  content: "";
  background: url("../images/ico_news.svg") no-repeat;
  background-size: 4.25rem;
  width: 4.25rem;
  height: 4.65rem;
  top: 0;
  left: 0;
  position: absolute;
}
.st-News .txt {
  font-size: 1.1rem;
  margin-bottom: 2.75rem;
}
.st-News .wap {
  display: none;
}
.st-News .wap.slick-initialized {
  display: block;
}
.st-News .unit {
  margin-bottom: 2.75rem;
}
.st-News .unit-img {
  width: 100%;
  height: 22.9rem;
  position: relative;
  margin-bottom: 1rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.st-News .unit-img > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.st-News .ico-box {
  position: absolute;
  left: 2.4rem;
  right: 0;
  top: 0;
  width: 10.5rem;
  height: 10.6rem;
  z-index: 1;
  color: #E95E72;
  font-weight: 700;
}
.st-News .box-img {
  position: absolute;
  width: 100%;
  top: 0;
}
.st-News .box-img > img {
  width: 100%;
}
.st-News .box-cat {
  font-size: 1.3rem;
  top: 1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.2rem;
  background: #fff;
  width: 9rem;
  text-align: center;
  border-radius: 0.3rem;
}
.st-News .box-data {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  top: 3rem;
}
.st-News .box-data span {
  font-size: 1.1rem;
}
.st-News .box-day {
  color: #fff;
  left: 0;
  width: 100%;
  font-size: 3.1rem;
  letter-spacing: -0.1rem;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 4.5rem;
  display: flex;
  -webkit-flex-pack: center;
  justify-content: center;
  align-items: flex-end;
}
.st-News .box-day .week {
  margin-left: 0.4rem;
  background: #fff;
  color: #44C269;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.85rem;
  position: relative;
}
.st-News .box-day .week::before {
  content: "";
  width: 2rem;
  height: 2px;
  background: #44C269;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
}
.st-News .box-day .week .w {
  position: absolute;
  top: 0.35rem;
  left: 0.35rem;
}
.st-News .box-day .week .s {
  position: absolute;
  bottom: 0.35rem;
  right: 0.35rem;
}
.st-News .box-day .week.normal {
  font-size: 1.4rem;
}
.st-News .box-day .week.normal::before {
  width: 0;
  height: 0;
}
.st-News .box-day .week .normally {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.st-News .rec-closed {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  top: 0.85rem;
  color: #fff;
}
.st-News .unit-cat {
  display: flex;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.st-News .unit-cat li {
  font-size: 1.1rem;
  color: #fff;
  background: #98DC7F;
  letter-spacing: 0.1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 2rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.st-News .unit-ttl {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  height: 7.5rem;
  overflow: hidden;
}
.st-News .unit-day {
  font-size: 1.05rem;
  color: #898989;
}
.st-News .btn {
  width: 21.3rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.65rem;
  position: relative;
}
.st-News .btn a {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
  background: #44C269;
  border-radius: 2rem;
  display: block;
  box-shadow: 13px 13px 0px -8px rgba(0, 0, 0, 0.15);
}
.st-News .btn a::before {
  content: "";
  background: url("../images/ico_btn2.svg") no-repeat;
  background-size: 1.65rem;
  width: 1.65rem;
  height: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  position: absolute;
}

@media only screen and (min-width: 48em) {
  .st-News::before {
    content: "";
    background: url("../images/news_bg_pc.svg") repeat-x center;
    background-size: 64rem;
    width: 100%;
    height: 4.8rem;
    top: 0;
    left: 0;
    position: absolute;
  }
  .st-News .inner {
    padding-top: 6rem;
    padding-bottom: 8.75rem;
    position: relative;
  }
  .st-News .ttl {
    font-size: 2.6rem;
    padding-left: 4rem;
  }
  .st-News .ttl::before {
    background: url("../images/ico_news.svg") no-repeat;
    background-size: 3.35rem;
    width: 3.35rem;
    height: 3.65rem;
  }
  .st-News .txt {
    font-size: 0.9rem;
    margin-bottom: 2.75rem;
  }
  .st-News .unit {
    margin-bottom: 2.75rem;
  }
  .st-News .unit a {
    display: block;
    width: 17.7rem;
  }
  .st-News .unit a:hover .unit-img > img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .st-News .unit-img {
    height: 11.55rem;
    margin-bottom: 0.75rem;
  }
  .st-News .unit-img > img {
    transition: 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .st-News .ico-box {
    left: 1rem;
    width: 5.6rem;
    height: 5.25rem;
  }
  .st-News .box-cat {
    font-size: 0.65rem;
    top: 0.4rem;
    letter-spacing: 0.1rem;
    width: 6.5em;
  }
  .st-News .box-data {
    font-size: 0.65rem;
    color: #fff;
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    top: 1.4rem;
  }
  .st-News .box-data span {
    font-size: 0.7rem;
  }
  .st-News .box-day {
    font-size: 1.75rem;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 2.5rem;
    display: flex;
    -webkit-flex-pack: center;
    justify-content: center;
    align-items: flex-end;
  }
  .st-News .box-day .week {
    margin-left: 0.1rem;
    border-radius: 50%;
    width: 1.35rem;
    height: 1.35rem;
    font-size: 0.5rem;
    position: relative;
  }
  .st-News .box-day .week::before {
    content: "";
    width: 1rem;
    height: 1px;
  }
  .st-News .box-day .week .w {
    top: 0.175rem;
    left: 0.175rem;
  }
  .st-News .box-day .week .s {
    bottom: 0.2rem;
    right: 0.3rem;
  }
  .st-News .box-day .week.normal {
    font-size: 0.75rem;
  }
  .st-News .rec-closed {
    font-size: 1.6rem;
    top: 0.4rem;
  }
  .st-News .unit-cat {
    margin-bottom: 0.5rem;
  }
  .st-News .unit-cat li {
    font-size: 0.65rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    border-radius: 2rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .st-News .unit-ttl {
    font-size: 0.8rem;
    height: 4.1rem;
  }
  .st-News .unit-day {
    font-size: 0.6rem;
  }
  .st-News .btn {
    width: 10.8rem;
    margin-top: 1.5rem;
    font-size: 0.85rem;
  }
  .st-News .btn a {
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
    background: #44C269;
    border-radius: 2rem;
    display: block;
    transition: 0.3s;
    box-shadow: 13px 13px 0px -5px rgba(0, 0, 0, 0.15);
  }
  .st-News .btn a::before {
    background-size: 0.8rem;
    width: 0.8rem;
    height: 0.55rem;
    right: 1.5rem;
  }
  .st-News .btn a:hover {
    background: #18A546;
  }
}
.mw_wp_form_confirm .privacy-txt{
	display: none !important;
}
.mw_wp_form_complete .txt em{
	color: #dc000c;
	font-style: normal;
}
.contact_txt em{
	color: #dc000c;
	font-style: normal;
}

/***********/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after, *::first-letter, *::first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}/*# sourceMappingURL=main.css.map */