@charset "UTF-8";
/* FONT */
@font-face {
  font-family: "Kosugi Maru";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/kosugi-maru-v6-japanese_latin-regular.eot");
  src: local("Kosugi Maru"), local("KosugiMaru-Regular"), url("fonts/kosugi-maru-v6-japanese_latin/kosugi-maru-v6-japanese_latin-regular.woff2") format("woff2");
}
/* Animation 関連 */
/* ブレイクポイント(for MediaQuery - max-width(PC->sp)) : オリジナルは scss/variables */
/* 最大幅・最小幅 */
/* 体裁共通 */
/* 汎用カラー */
/* 透明度 */
/* 汎用 Mixin */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
/* ==================================================
home.css
================================================== */
/* ==================================================
 1.0 - Content
-------------------------------------------------- */
/* --------------------------------------------------
 1.1 - Hero
-------------------------------------------------- */
.hero {
  position: relative;
  display: flex;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  align-items: center;
  width: 100%;
  min-height: 640px;
  height: calc(100vh - 114px);
  background: url("../img/home/bg_hero.jpg") 80% 50% no-repeat;
  background-size: cover;
}
.hero::before {
  position: absolute;
  bottom: -50px;
  left: 8%;
  z-index: 1;
  width: 350px;
  height: 550px;
  background: url("../img/common/img_illustration_01.svg") 0 0 no-repeat;
  content: "";
}
.hero .hero-txt {
  z-index: 1;
  width: 500px;
}
.hero .hero-txt .hero-txt-01 img,
.hero .hero-txt .hero-txt-02 img,
.hero .hero-txt .hero-txt-03 img {
  filter: drop-shadow(0 0 10px #9f9f9f);
}
.hero .hero-txt .hero-txt-01 {
  margin-bottom: 40px;
}
.hero .hero-txt .hero-txt-02 {
  margin-bottom: 20px;
}
.hero .hero-txt .hero-txt-03 {
  margin-bottom: 100px;
}
.hero .hero-txt a {
  position: relative;
  display: block;
  margin: auto;
  width: 188px;
  height: 188px;
  max-width: 188px;
  max-height: 188px;
  width: 40%;
  height: 40%;
  border-radius: 94px;
  background-color: #edc22e;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hero .hero-txt a .news-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #804e00;
}
.hero .hero-txt a:hover, .hero .hero-txt a:focus, .hero .hero-txt a:active {
  background-color: #f69a06;
}
.hero .hero-txt a:hover .news-more, .hero .hero-txt a:focus .news-more, .hero .hero-txt a:active .news-more {
  fill: #ffffff;
}

@media screen and (max-width: 1193px) {
  .hero::before {
    left: 3%;
  }
}
@media screen and (max-width: 959px) {
  .hero {
    height: calc(100vh - 100px);
  }
  .hero::before {
    left: 2%;
    width: 280px;
    height: 440px;
  }
  .hero .hero-txt .hero-txt-01 {
    margin-bottom: 30px;
  }
  .hero .hero-txt .hero-txt-02 {
    margin-bottom: 15px;
  }
  .hero .hero-txt .hero-txt-03 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    height: calc(100vh - 75px);
  }
  .hero::before {
    left: -2%;
    width: 210px;
    height: 330px;
  }
}
@media screen and (max-width: 559px) {
  .hero {
    padding: 0 6%;
    min-height: 493px;
  }
  .hero .hero-txt {
    width: 100%;
  }
}
/* --------------------------------------------------
 1.2 - common
-------------------------------------------------- */
/* --------------------------------------------------
 1.3 - LigLig療育の４つのポイント
-------------------------------------------------- */
.sec-point {
  background-color: #faefe0;
}
.sec-point .inner::before {
  position: absolute;
  left: -140px;
  bottom: -140px;
  z-index: 2;
  width: 150px;
  height: 465px;
  background: url("../img/common/img_illustration_02.svg") 0 0 no-repeat;
  content: "";
}
.sec-point .hl::before, .sec-point .hl::after {
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
}
.sec-point .hl::before {
  top: 0;
  left: 0;
  width: 110px;
  height: 100px;
  background-image: url("../img/common/img_illustration_07.svg");
}
.sec-point .hl::after {
  top: 0;
  right: -30px;
  width: 180px;
  height: 100px;
  background-image: url("../img/common/img_illustration_22.svg");
}
.sec-point .point {
  position: relative;
  padding: 15px 20px;
  color: #ffffff;
}
.sec-point .point::before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.sec-point .point > h2 {
  margin: 0 auto 20px;
  width: 100px;
  height: 90px;
  filter: drop-shadow(0 0 10px #9f9f9f);
}
.sec-point .point > h3 {
  font-family: YakuHanRPs, "Kosugi Maru", sans-serif;
  text-align: justify;
  line-height: 1.6;
  filter: drop-shadow(0 0 10px #9f9f9f);
}
.sec-point .point > p {
  position: relative;
  text-align: justify;
  line-height: 1.6;
  filter: drop-shadow(0 0 10px #9f9f9f);
}
.sec-point .point-1::before {
  background-image: url("../img/home/bg_point_01.png");
  background-position: 0 50%;
}
.sec-point .point-2::before {
  background-image: url("../img/home/bg_point_02.png");
}
.sec-point .point-3::before {
  background-image: url("../img/home/bg_point_03.png");
}
.sec-point .point-4::before {
  background-image: url("../img/home/bg_point_04.png");
  background-position: 100% 0;
}
.sec-point .point-note {
  margin: 30px auto 0;
  width: 680px;
  color: #804e00;
  font-family: YakuHanRPs, "Kosugi Maru", sans-serif;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .sec-point .hl::before {
    width: 84px;
    height: 76px;
  }
  .sec-point .hl::after {
    width: 137px;
    height: 76px;
  }
  .sec-point .point-note {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-point .hl::before {
    top: 20px;
    left: -20px;
    width: 55px;
    height: 50px;
  }
  .sec-point .hl::after {
    top: 20px;
    right: -50px;
    width: 90px;
    height: 50px;
  }
  .sec-point .point {
    padding: 30px 40px 20px;
  }
  .sec-point .point > h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 559px) {
  .sec-point .inner::before {
    display: none;
  }
  .sec-point .hl::before, .sec-point .hl::after {
    display: none;
  }
  .sec-point .point {
    padding-left: 60px;
    padding-right: 60px;
  }
}
/* --------------------------------------------------
 1.4 - LigLigの理念
-------------------------------------------------- */
.sec-philosophy {
  background-color: #ffffff;
}
.sec-philosophy .inner::before {
  position: absolute;
  right: -100px;
  bottom: 20px;
  z-index: 2;
  width: 70px;
  height: 80px;
  background: url("../img/common/img_illustration_06.svg") 0 0 no-repeat;
  content: "";
}
.sec-philosophy .hl::before, .sec-philosophy .hl::after {
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
}
.sec-philosophy .hl::before {
  top: -20px;
  left: 10%;
  width: 190px;
  height: 100px;
  background-image: url("../img/common/img_illustration_23.svg");
}
.sec-philosophy .hl::after {
  top: -40px;
  left: 70%;
  width: 300px;
  height: 100px;
  background-image: url("../img/common/img_illustration_24.svg");
}
.sec-philosophy ul {
  border-top: 2px dashed #804e00;
  color: #804e00;
  font-family: YakuHanRPs, "Kosugi Maru", sans-serif;
}
.sec-philosophy ul li {
  padding: 1.25em 0 1.25em 60px;
  border-bottom: 2px dashed #804e00;
  background: url("../img/home/bg_list_head.svg") 0 50% no-repeat;
  background-size: 40px 32px;
}

@media screen and (max-width: 1193px) {
  .sec-philosophy .hl::before {
    left: 5%;
  }
  .sec-philosophy .hl::after {
    left: 75%;
  }
}
@media screen and (max-width: 959px) {
  .sec-philosophy .hl::before {
    width: 144px;
    height: 76px;
  }
  .sec-philosophy .hl::after {
    width: 228px;
    height: 76px;
  }
}
@media screen and (max-width: 767px) {
  .sec-philosophy .hl::before {
    top: -10px;
    width: 95px;
    height: 50px;
  }
  .sec-philosophy .hl::after {
    top: -10px;
    left: 80%;
    width: 150px;
    height: 50px;
  }
}
@media screen and (max-width: 559px) {
  .sec-philosophy .hl::before, .sec-philosophy .hl::after {
    display: none;
  }
}
/* --------------------------------------------------
 1.5 - 地域に寄り添う２つの拠点
-------------------------------------------------- */
.sec-institution {
  padding-bottom: 0;
  background: url("../img/home/bg_institution.jpg") 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden;
}
.sec-institution .hl::before, .sec-institution .hl::after {
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
}
.sec-institution .hl::before {
  top: -40px;
  left: 5%;
  width: 110px;
  height: 100px;
  background-image: url("../img/common/img_illustration_07.svg");
}
.sec-institution .hl::after {
  top: -140px;
  left: 81%;
  width: 240px;
  height: 200px;
  background-image: url("../img/common/img_illustration_04.svg");
}
.sec-institution .institution-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sec-institution .institution {
  display: block;
  width: calc(50% - 54px);
}
.sec-institution .institution h2 {
  margin: 20px auto 0;
  max-width: 300px;
}
.sec-institution .institution img {
  width: 100%;
  height: auto;
}
.sec-institution .institution img.institution-banner {
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.sec-institution .institution:hover img.institution-banner, .sec-institution .institution:focus img.institution-banner, .sec-institution .institution:active img.institution-banner {
  background-color: #ffffff;
}
.sec-institution .institution-connect {
  padding-bottom: 100px;
  width: 108px;
  text-align: center;
}
.sec-institution .institution-connect img {
  width: 54px;
  height: 54px;
}
.sec-institution .institution-note {
  margin: 30px auto 90px;
  color: #804e00;
  font-family: YakuHanRPs, "Kosugi Maru", sans-serif;
  text-align: center;
}

@media screen and (max-width: 1193px) {
  .sec-institution .hl::before {
    left: 0;
  }
  .sec-institution .hl::after {
    left: 86%;
  }
}
@media screen and (max-width: 959px) {
  .sec-institution .hl::before {
    top: -20px;
    width: 84px;
    height: 76px;
  }
  .sec-institution .hl::after {
    top: -110px;
    width: 182px;
    height: 152px;
  }
  .sec-institution .institution {
    width: calc(50% - 48px);
  }
  .sec-institution .institution h2 {
    max-width: 240px;
  }
  .sec-institution .institution-connect {
    padding-bottom: 84px;
    width: 96px;
  }
  .sec-institution .institution-connect img {
    width: 48px;
    height: 48px;
  }
  .sec-institution .institution-note {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-institution .hl::before {
    top: -10px;
    width: 55px;
    height: 50px;
  }
  .sec-institution .hl::after {
    top: -60px;
    left: 92%;
    width: 120px;
    height: 100px;
  }
  .sec-institution .institution {
    width: calc(50% - 32px);
  }
  .sec-institution .institution h2 {
    max-width: 180px;
  }
  .sec-institution .institution-connect {
    padding-bottom: 68px;
    width: 64px;
  }
  .sec-institution .institution-connect img {
    width: 36px;
    height: 36px;
  }
  .sec-institution .institution-note {
    margin-top: 15px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 559px) {
  .sec-institution .hl::before, .sec-institution .hl::after {
    display: none;
  }
  .sec-institution .institution-wrapper {
    flex-direction: column;
  }
  .sec-institution .institution {
    width: 100%;
  }
  .sec-institution .institution h2 {
    max-width: 240px;
  }
  .sec-institution .institution-connect {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  .sec-institution .institution-connect img {
    width: 32px;
    height: 32px;
  }
  .sec-institution .institution-note {
    margin-top: 40px;
  }
}

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