@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;
  }
}
/* ==================================================
page.css
================================================== */
/* ==================================================
 1.0 - Content
-------------------------------------------------- */
/* --------------------------------------------------
 1.1 - Title
-------------------------------------------------- */
.entry-header {
  position: relative;
  display: flex;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  align-items: center;
  width: 100%;
  height: 387px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.entry-header .entry-title span {
  display: block;
  margin-bottom: 0.5em;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.25em;
}
.entry-header .entry-title .title-img {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 500px;
  width: 60%;
  height: auto;
  filter: drop-shadow(0 4px 6px #dbdbdb);
}

.page-news .entry-header {
  background-image: url("../img/news/bg_entry_header.jpg");
}
.page-news .entry-header .entry-title span {
  color: #ffb400;
}

.page-aboutus .entry-header {
  background-image: url("../img/aboutus/bg_entry_header.jpg");
}
.page-aboutus .entry-header .entry-title span {
  color: #008B31;
}

.page-blog .entry-header {
  background-image: url("../img/blog/bg_entry_header.jpg");
}
.page-blog .entry-header .entry-title span {
  color: #0099cf;
}

.page-contact .entry-header {
  background-image: url("../img/contact/bg_entry_header.jpg");
}
.page-contact .entry-header .entry-title span {
  color: #dbdbdb;
}

.err404 .entry-header {
  background-image: url("../img/home/bg_hero.jpg");
}
.err404 .entry-header .entry-title span {
  color: #804e00;
}

@media screen and (max-width: 959px) {
  .entry-header {
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  .entry-header {
    height: 200px;
  }
  .entry-header .entry-title .title-img {
    width: 75%;
  }
}
@media screen and (max-width: 559px) {
  .entry-header .entry-title .title-img {
    width: 90%;
  }
}
/* --------------------------------------------------
 1.2 - common
-------------------------------------------------- */
/* --------------------------------------------------
 1.3 - LigLigとは？ - aboutus
-------------------------------------------------- */
/* 1.3.1 - LigLig Linkの想い
-------------------------------------------------- */
.sec-thought {
  background-color: #faefe0;
}
.sec-thought .inner::before {
  position: absolute;
  top: -80px;
  left: 88%;
  z-index: 2;
  width: 350px;
  height: 550px;
  background: url("../img/common/img_illustration_01.svg") 0 0 no-repeat;
  content: "";
}
.sec-thought .hl {
  margin-bottom: 40px;
}
.sec-thought .thought-txt {
  margin: auto;
  width: 500px;
}
.sec-thought .thought-txt .thought-txt-01 {
  margin-bottom: 20px;
  padding: 0 5%;
}

@media screen and (max-width: 959px) {
  .sec-thought .inner::before {
    width: 280px;
    height: 440px;
  }
  .sec-thought .thought-txt .thought-txt-01 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sec-thought .inner::before {
    display: none;
  }
}
@media screen and (max-width: 559px) {
  .sec-thought .thought-txt {
    width: 100%;
  }
  .sec-thought .thought-txt .thought-txt-01 {
    padding: 0;
  }
}
/* 1.3.2 - 放課後等デイサービスLigLigとは？
-------------------------------------------------- */
.sec-about {
  background-color: #ffffff;
}
.sec-about .hl::before, .sec-about .hl::after {
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
}
.sec-about .hl::before {
  top: -30px;
  left: -10%;
  width: 170px;
  height: 100px;
  background-image: url("../img/common/img_illustration_25.svg");
}
.sec-about .hl::after {
  top: -10px;
  left: 85%;
  width: 150px;
  height: 50px;
  background-image: url("../img/common/img_illustration_14.svg");
}
.sec-about .col-wrapper {
  padding: 20px 0 60px;
}
.sec-about .col-wrapper .col-txt {
  line-height: 2em;
}
.sec-about .col-wrapper .col-img {
  padding-left: 80px;
}
.sec-about ul {
  color: #804e00;
  font-family: YakuHanRPs, "Kosugi Maru", sans-serif;
}
.sec-about ul li {
  margin: 20px 0 0;
  padding: 1.25em 20px 1.25em 80px;
  border-radius: 2px;
  background: #faf9e0 url("../img/aboutus/bg_list_head.svg") 20px 50% no-repeat;
  background-size: 40px 32px;
}

@media screen and (max-width: 959px) {
  .sec-about .hl::before {
    left: -5%;
    width: 129px;
    height: 76px;
  }
  .sec-about .hl::after {
    left: 90%;
    width: 114px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .hl::before {
    width: 85px;
    height: 50px;
  }
  .sec-about .hl::after {
    left: 92%;
    width: 75px;
    height: 25px;
  }
  .sec-about .col-wrapper {
    padding-bottom: 20px;
  }
  .sec-about .col-wrapper .col-img {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 559px) {
  .sec-about .hl::before, .sec-about .hl::after {
    display: none;
  }
}
/* 1.3.3 - 施設紹介
-------------------------------------------------- */
.sec-facilities {
  background-color: #f5f5f5;
}
.sec-facilities .inner::before {
  position: absolute;
  left: -20%;
  bottom: 0px;
  z-index: 2;
  width: 170px;
  height: 220px;
  background: url("../img/common/img_illustration_05.svg") 0 0 no-repeat;
  content: "";
}
.sec-facilities .hl::before, .sec-facilities .hl::after {
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
}
.sec-facilities .hl::before {
  top: 30px;
  left: -10%;
  width: 100px;
  height: 70px;
  background-image: url("../img/common/img_illustration_09.svg");
}
.sec-facilities .hl::after {
  top: -100px;
  left: 80%;
  width: 330px;
  height: 150px;
  background-image: url("../img/common/img_illustration_21.svg");
}
.sec-facilities .col-wrapper {
  padding: 20px 0 60px;
}
.sec-facilities .col-wrapper .col-txt {
  border-bottom: 2px dashed #804e00;
  font-family: YakuHanRPs, "Kosugi Maru", sans-serif;
}
.sec-facilities .col-wrapper .col-txt span {
  display: inline-block;
}
.sec-facilities .col-wrapper .col-txt > h2 .facilities {
  margin-right: 0.5em;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.25em;
}
.sec-facilities .col-wrapper .col-txt > h2 small {
  font-weight: 700;
}
.sec-facilities .col-wrapper .col-txt dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 1em 0;
  border-top: 2px dashed #804e00;
  font-size: 1.8rem;
  line-height: 1.6;
}
.sec-facilities .col-wrapper .col-txt dl dt {
  width: 20%;
  color: #804e00;
  font-weight: normal;
  text-align: center;
}
.sec-facilities .col-wrapper .col-txt dl dd {
  margin: 0;
  padding-left: 20px;
  width: 80%;
}
.sec-facilities .col-wrapper .link-external {
  margin-top: 0.75em;
  padding: 0.5em 30px;
  max-width: none;
  width: auto;
  border-radius: 2px;
  border: 1px solid #9f9f9f;
  background: url("../img/fontawesome/external-link-alt-solid.svg") calc(100% - 10px) 50% no-repeat;
  background-size: 12px 12px;
  color: #000000;
}
.sec-facilities .col-wrapper .link-external:hover, .sec-facilities .col-wrapper .link-external:focus, .sec-facilities .col-wrapper .link-external:active {
  color: #000000;
  background-color: #ffffff;
}
.sec-facilities .col-wrapper .col-img {
  padding: 0 80px 40px 0;
}
.sec-facilities .col-wrapper .col-img img {
  background-color: #ffffff;
}

@media screen and (max-width: 1193px) {
  .sec-facilities .inner::before {
    left: 0%;
  }
}
@media screen and (max-width: 959px) {
  .sec-facilities .inner::before {
    display: none;
  }
  .sec-facilities .hl::before {
    left: -5%;
    width: 76px;
    height: 53px;
  }
  .sec-facilities .hl::after {
    left: 75%;
    width: 251px;
    height: 114px;
  }
  .sec-facilities .col-wrapper .col-img {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-facilities .hl::before {
    left: 0;
    width: 50px;
    height: 35px;
  }
  .sec-facilities .hl::after {
    top: -70px;
    width: 165px;
    height: 75px;
  }
  .sec-facilities .col-wrapper .col-txt dl {
    flex-direction: column;
    font-size: 1.6rem;
  }
  .sec-facilities .col-wrapper .col-txt dl dt {
    padding-bottom: 0.5em;
    width: 100%;
    text-align: left;
  }
  .sec-facilities .col-wrapper .col-txt dl dd {
    padding-left: 0px;
    width: 100%;
  }
  .sec-facilities .col-wrapper .col-img {
    padding-left: 40px;
  }
}
@media screen and (max-width: 559px) {
  .sec-facilities .hl::before, .sec-facilities .hl::after {
    display: none;
  }
  .sec-facilities .col-wrapper .col-img {
    padding-left: 0;
    padding-right: 0;
  }
}
/* 1.3.3b - クラス紹介
-------------------------------------------------- */
.sec-class {
  position: relative;
}
.sec-class .step {
  position: relative;
}
.sec-class .step img {
  width: 100%;
}
.sec-class .step .step-1,
.sec-class .step .step-2 {
  position: relative;
}
.sec-class .step .step-1 p,
.sec-class .step .step-2 p {
  position: relative;
}
.sec-class .step .step-1 p::before,
.sec-class .step .step-2 p::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: -40px;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/aboutus/class_part_dot.svg");
}
.sec-class .step .step-1 {
  padding-top: 200px;
}
.sec-class .step .step-2 {
  padding-top: 100px;
}
.sec-class .step::before, .sec-class .step::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-class .step::before {
  left: 0;
  top: 0;
  background-image: url("../img/aboutus/class_parts_1.svg");
}
.sec-class .step::after {
  right: 0;
  bottom: 0;
  background-image: url("../img/aboutus/class_parts_2.svg");
}

@media screen and (max-width: 767px) {
  .sec-class .step .step-1,
  .sec-class .step .step-2,
  .sec-class .step .step-3 {
    padding-top: 0;
    margin-bottom: 25px;
    text-align: center;
  }
  .sec-class .step .step-1 p::before,
  .sec-class .step .step-2 p::before,
  .sec-class .step .step-3 p::before {
    display: none;
  }
  .sec-class .step .step-1::before,
  .sec-class .step .step-2::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -30px;
    right: 15px;
  }
  .sec-class .step .step-1::after,
  .sec-class .step .step-2::after {
    display: inline-block;
    content: "•••••";
    font-weight: bold;
    font-size: 2.5rem;
    color: #C8C9CA;
    transform: rotate(90deg);
    margin-top: 25px;
  }
  .sec-class .step .step-1::before {
    background-image: url("../img/aboutus/class_parts_1.svg");
  }
  .sec-class .step .step-2::before {
    background-image: url("../img/aboutus/class_parts_2.svg");
    right: 0;
    bottom: -15px;
  }
  .sec-class .step::before, .sec-class .step::after {
    display: none;
  }
}
/* 1.3.4 - ご利用の流れ
-------------------------------------------------- */
.sec-flow {
  background-color: #ffffff;
}
.sec-flow .hl::before, .sec-flow .hl::after {
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
}
.sec-flow .hl::before {
  top: -20px;
  left: -100px;
  width: 212px;
  height: 145px;
  background-image: url("../img/common/img_illustration_03.svg");
}
.sec-flow .hl::after {
  top: -20px;
  left: 85%;
  width: 180px;
  height: 75px;
  background-image: url("../img/common/img_illustration_11.svg");
}
.sec-flow ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-flow ul li {
  position: relative;
  margin: 0 auto;
  padding: 20px;
  width: 20%;
}
.sec-flow ul li::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../img/aboutus/txt_flow_step_arrow.svg") 100% 50% no-repeat;
  background-size: 26px 42px;
  content: "";
}
.sec-flow ul li:last-child::before {
  display: none;
}

@media screen and (max-width: 959px) {
  .sec-flow .hl::before {
    left: -20px;
    width: 161px;
    height: 110px;
  }
  .sec-flow .hl::after {
    left: 75%;
    width: 137px;
    height: 57px;
  }
  .sec-flow ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sec-flow .hl::before {
    left: 0;
    width: 106px;
    height: 73px;
  }
  .sec-flow .hl::after {
    left: 80%;
    width: 90px;
    height: 38px;
  }
  .sec-flow ul {
    flex-direction: column;
  }
  .sec-flow ul li {
    width: 200px;
  }
  .sec-flow ul li::before {
    background-position: 100% 50%;
    transform: rotateZ(90deg);
  }
}
@media screen and (max-width: 559px) {
  .sec-flow .hl::before, .sec-flow .hl::after {
    display: none;
  }
  .sec-flow ul li {
    width: 160px;
  }
}
/* 1.3.5 - ご利用料金
-------------------------------------------------- */
.sec-fee {
  background-color: #f5f5f5;
}
.sec-fee .hl::before, .sec-fee .hl::after {
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
}
.sec-fee .hl::before {
  top: -50px;
  left: -20px;
  width: 168px;
  height: 135px;
  background-image: url("../img/common/img_illustration_18.svg");
}
.sec-fee .hl::after {
  top: 20px;
  left: 95%;
  width: 90px;
  height: 170px;
  background-image: url("../img/common/img_illustration_17.svg");
}
.sec-fee .col-wrapper {
  padding-left: 10%;
  padding-right: 10%;
  font-family: YakuHanRPs, "Kosugi Maru", sans-serif;
}
.sec-fee .col-wrapper .col-txt {
  margin-bottom: 1em;
  border-bottom: 2px dashed #804e00;
}
.sec-fee .col-wrapper .col-txt dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  border-top: 2px dashed #804e00;
  font-size: 1.8rem;
  line-height: 1.6;
}
.sec-fee .col-wrapper .col-txt dl dt {
  padding: 1.75em;
  width: 70%;
  border-right: 2px dashed #804e00;
  font-weight: normal;
}
.sec-fee .col-wrapper .col-txt dl dd {
  margin: 0;
  padding: 1.75em 1em;
  width: 30%;
  color: #804e00;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .sec-fee .hl::before {
    width: 122px;
    height: 84px;
  }
  .sec-fee .hl::after {
    width: 68px;
    height: 129px;
  }
}
@media screen and (max-width: 767px) {
  .sec-fee .hl::before {
    top: -30px;
    width: 80px;
    height: 55px;
  }
  .sec-fee .hl::after {
    top: -50px;
    width: 45px;
    height: 85px;
  }
  .sec-fee .col-wrapper {
    padding: 0;
  }
  .sec-fee .col-wrapper .col-txt dl {
    font-size: 1.6rem;
  }
  .sec-fee .col-wrapper .col-txt dl dt {
    padding: 1.2em 0.75em;
  }
  .sec-fee .col-wrapper .col-txt dl dd {
    padding: 1.2em 0.5em;
  }
}
@media screen and (max-width: 559px) {
  .sec-fee .hl::before, .sec-fee .hl::after {
    display: none;
  }
}
/* 1.3.6 - ご利用時間
-------------------------------------------------- */
.sec-time {
  background-color: #ffffff;
}
.sec-time .inner::before {
  position: absolute;
  top: -120px;
  left: -8%;
  z-index: 1;
  width: 90px;
  height: 110px;
  background: url("../img/common/img_illustration_15.svg") 0 0 no-repeat;
  content: "";
}
.sec-time .hl::before, .sec-time .hl::after {
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
}
.sec-time .hl::before {
  top: 30px;
  left: 5%;
  width: 65px;
  height: 40px;
  background-image: url("../img/common/img_illustration_19.svg");
}
.sec-time .hl::after {
  top: -30px;
  left: 90%;
  width: 110px;
  height: 100px;
  background-image: url("../img/common/img_illustration_07.svg");
}
.sec-time .col-wrapper {
  padding-left: 10%;
  padding-right: 10%;
  font-family: YakuHanRPs, "Kosugi Maru", sans-serif;
}
.sec-time .col-wrapper .col-txt {
  border-bottom: 2px dashed #804e00;
}
.sec-time .col-wrapper .col-txt dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  border-top: 2px dashed #804e00;
  font-size: 1.8rem;
  line-height: 1.6;
}
.sec-time .col-wrapper .col-txt dl dt {
  padding: 1em;
  width: 30%;
  color: #804e00;
  font-weight: normal;
  text-align: center;
}
.sec-time .col-wrapper .col-txt dl dd {
  margin: 0;
  width: 70%;
}
.sec-time .col-wrapper .col-txt dl dd.padding {
  padding: 1em 1.5em;
}
.sec-time .col-wrapper .col-txt dl.parent > dd {
  border-left: 2px dashed #804e00;
}
.sec-time .col-wrapper .col-txt dl.child dt {
  padding: 1em 1.5em;
  width: 65%;
  border-right: 2px dashed #804e00;
  color: #000000;
  text-align: left;
}
.sec-time .col-wrapper .col-txt dl.child dd {
  padding: 1em;
  width: 35%;
  text-align: center;
}
.sec-time .col-wrapper .col-txt dl.child:first-child {
  border: none;
}

@media screen and (max-width: 959px) {
  .sec-time .inner::before {
    width: 68px;
    height: 84px;
  }
  .sec-time .hl::before {
    width: 49px;
    height: 30px;
  }
  .sec-time .hl::after {
    width: 84px;
    height: 76px;
  }
}
@media screen and (max-width: 767px) {
  .sec-time .inner::before {
    top: -80px;
    width: 45px;
    height: 55px;
  }
  .sec-time .hl::before {
    width: 33px;
    height: 20px;
  }
  .sec-time .hl::after {
    width: 55px;
    height: 50px;
  }
  .sec-time .col-wrapper {
    padding: 0;
  }
  .sec-time .col-wrapper .col-txt {
    border-bottom: none;
  }
  .sec-time .col-wrapper .col-txt dl {
    font-size: 1.6rem;
  }
  .sec-time .col-wrapper .col-txt dl dd.padding {
    padding: 1em;
  }
  .sec-time .col-wrapper .col-txt dl.parent {
    flex-direction: column;
    border-top: none;
  }
  .sec-time .col-wrapper .col-txt dl.parent > dt {
    padding: 1.75em 1em 1em;
    width: 100%;
    border-bottom: 2px dashed #804e00;
    font-size: 1.7rem;
    font-weight: 700;
  }
  .sec-time .col-wrapper .col-txt dl.parent > dd {
    width: 100%;
    border-left: none;
    border-bottom: 2px dashed #804e00;
  }
  .sec-time .col-wrapper .col-txt dl.child dt {
    padding: 1em;
  }
}
@media screen and (max-width: 559px) {
  .sec-time .inner::before {
    display: none;
  }
  .sec-time .hl::before, .sec-time .hl::after {
    display: none;
  }
  .sec-time .col-wrapper .col-txt dl.child dt {
    width: 60%;
  }
  .sec-time .col-wrapper .col-txt dl.child dd {
    width: 40%;
  }
}
/* 1.3.7 - Google Maps
-------------------------------------------------- */
.sec-map #map {
  position: relative;
  width: 100%;
  height: 600px;
}
.sec-map #map .map-canvas {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .sec-map #map {
    height: 400px;
  }
}
@media screen and (max-width: 559px) {
  .sec-map #map {
    height: 200px;
  }
}
/* --------------------------------------------------
 1.4 - お知らせ・LigLigブログ - news / blog
-------------------------------------------------- */
/* 1.4.1 - Post List
-------------------------------------------------- */
.sec-post {
  background-color: #ffffff;
  font-family: YakuHanRPs, "Kosugi Maru", sans-serif;
}
.sec-post .post-list {
  margin: 0 0 20px;
  list-style: none;
}
.sec-post .post-list .post-item {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px dashed #9f9f9f;
}
.sec-post .post-list .post-item::before, .sec-post .post-list .post-item::after {
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
}
.sec-post .post-list .post-item:nth-child(1)::before {
  top: 60px;
  left: -12%;
  width: 60px;
  height: 45px;
  background-image: url("../img/common/img_illustration_13.svg");
}
.sec-post .post-list .post-item:nth-child(1)::after {
  top: 260px;
  left: -16%;
  width: 40px;
  height: 60px;
  background-image: url("../img/common/img_illustration_08.svg");
}
.sec-post .post-list .post-item:nth-child(2)::before {
  top: 100px;
  left: -16%;
  width: 80px;
  height: 160px;
  background-image: url("../img/common/img_illustration_12.svg");
}
.sec-post .post-list .post-item:nth-child(3)::before {
  top: 80px;
  left: -200px;
  width: 170px;
  height: 220px;
  background: url("../img/common/img_illustration_05.svg") 0 0 no-repeat;
}
.sec-post .post-list .post-item:nth-child(4)::before {
  top: 130px;
  left: -90px;
  width: 65px;
  height: 40px;
  background-image: url("../img/common/img_illustration_19.svg");
}
.sec-post .post-list .post-item:nth-child(5)::before {
  top: 50px;
  left: -110px;
  width: 90px;
  height: 170px;
  background-image: url("../img/common/img_illustration_17.svg");
}
.sec-post .post-head {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}
.sec-post .post-head .post-timestamp {
  margin-right: 60px;
}
.sec-post .post-head .post-category {
  display: flex;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  align-items: center;
  padding: 0 1em;
  background-color: #ffb400;
  color: #ffffff;
  font-size: 1.4rem;
}
.sec-post .post-head .post-category.cat-event {
  background-color: #d76568;
}
.sec-post .post-head .post-category.cat-dairy {
  background-color: #c7bf33;
}
.sec-post .post-head .post-category.cat-classroom {
  background-color: #9c7cae;
}
.sec-post .post-head .post-category.cat-labor-support {
  background-color: #85c6d4;
}
.sec-post .post-head .post-category.cat-light-work {
  background-color: #d789b0;
}
.sec-post .post-head .post-category.cat-message {
  background-color: #a7c36c;
}
.sec-post .post-head .post-category.cat-linkplus {
  background-color: #6cc39b;
}
.sec-post .post-hl {
  margin-bottom: 2em;
  padding: 0.75em 1.25em;
  border-radius: 2px;
  background-color: #faf9e0;
}
.sec-post .post-content {
  margin-bottom: 20px;
}
.sec-post .col-category {
  padding-top: 20px;
}
.sec-post .col-category .hl {
  margin: 0;
  padding-bottom: 1em;
  text-align: center;
  border-bottom: 2px solid #707070;
}
.sec-post .col-category .category-list {
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75em;
}
.sec-post .col-category .category-list li {
  margin-top: 15px;
  width: 100%;
  border-radius: 2px;
  background-color: #ffb400;
}
.sec-post .col-category .category-list li span {
  display: flex;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  align-items: center;
  padding: calc(0.75em + 3px) calc(1em + 3px);
}
.sec-post .col-category .category-list li a {
  display: block;
  padding: 3px;
}
.sec-post .col-category .category-list li a span {
  padding: 0.75em 1em;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-post .col-category .category-list li a:hover, .sec-post .col-category .category-list li a:focus, .sec-post .col-category .category-list li a:active {
  color: #000000;
}
.sec-post .col-category .category-list li a:hover span, .sec-post .col-category .category-list li a:focus span, .sec-post .col-category .category-list li a:active span {
  background-color: transparent;
}
.sec-post .col-category .category-list li.cat-event {
  background-color: #d76568;
}
.sec-post .col-category .category-list li.cat-dairy {
  background-color: #c7bf33;
}
.sec-post .col-category .category-list li.cat-classroom {
  background-color: #9c7cae;
}
.sec-post .col-category .category-list li.cat-labor-support {
  background-color: #85c6d4;
}
.sec-post .col-category .category-list li.cat-light-work {
  background-color: #d789b0;
}
.sec-post .col-category .category-list li.cat-message {
  background-color: #a7c36c;
}
.sec-post .col-category .category-list li.cat-linkplus {
  background-color: #6cc39b;
}
.sec-post .col-category .category-list li.current a span {
  background-color: transparent;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .sec-post .post-list .post-item:nth-child(1)::before {
    width: 46px;
    height: 34px;
  }
  .sec-post .post-list .post-item:nth-child(1)::after {
    width: 30px;
    height: 46px;
  }
  .sec-post .post-list .post-item:nth-child(2)::before {
    width: 61px;
    height: 122px;
  }
  .sec-post .post-list .post-item:nth-child(3)::before {
    left: -150px;
    width: 129px;
    height: 167px;
  }
  .sec-post .post-list .post-item:nth-child(4)::before {
    width: 49px;
    height: 30px;
  }
  .sec-post .post-list .post-item:nth-child(5)::before {
    width: 68px;
    height: 129px;
  }
}
@media screen and (max-width: 767px) {
  .sec-post .post-list .post-item:nth-child(1)::before {
    top: 40px;
    left: -10%;
    width: 30px;
    height: 23px;
  }
  .sec-post .post-list .post-item:nth-child(1)::after {
    top: 240px;
    left: -12%;
    width: 20px;
    height: 30px;
  }
  .sec-post .post-list .post-item:nth-child(2)::before {
    top: 80px;
    left: -12%;
    width: 40px;
    height: 80px;
  }
  .sec-post .post-list .post-item:nth-child(3)::before {
    top: 60px;
    left: -100px;
    width: 85px;
    height: 110px;
  }
  .sec-post .post-list .post-item:nth-child(4)::before {
    top: 100px;
    left: -80px;
    width: 33px;
    height: 20px;
  }
  .sec-post .post-list .post-item:nth-child(5)::before {
    top: 30px;
    left: -90px;
    width: 45px;
    height: 85px;
  }
  .sec-post .col-category .category-list {
    flex-direction: row;
  }
  .sec-post .col-category .category-list li {
    width: 48%;
  }
}
/* 1.4.2 - Pagination
-------------------------------------------------- */
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.pagination a {
  border: none;
  border-radius: 2px;
  background-color: #ffb400;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
  background-color: #f69a06;
}
.pagination a.prev, .pagination a.next {
  border: 0;
  background-color: #f69a06;
  color: transparent;
  text-shadow: none;
  font-size: 0;
}
.pagination a.prev span, .pagination a.next span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/fontawesome/chevron-right-solid.svg") 50% 50% no-repeat;
  background-size: 16px 16px;
}
.pagination a.prev span.prev, .pagination a.next span.prev {
  background-image: url("../img/fontawesome/chevron-left-solid.svg");
}
.pagination a.top {
  background-color: #f69a06;
}

@media screen and (max-width: 959px) {
  .pagination .btn {
    width: 30%;
  }
}
@media screen and (max-width: 559px) {
  .pagination .btn {
    width: 32%;
    font-size: 1.2rem;
  }
}
/* 1.4.3 - content
-------------------------------------------------- */
.post-content {
  padding-bottom: 60px;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.8;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin: 2em 0 0.75em;
  letter-spacing: 0.12em;
  font-weight: bold;
}
.post-content li h2,
.post-content li h3,
.post-content li h4,
.post-content li h5,
.post-content li h6 {
  margin: 0.5em 0;
  padding: 0;
  border: none;
}
.post-content ul,
.post-content ol {
  margin: 0 0 1em;
  padding: 0;
  letter-spacing: 0.01rem;
  letter-spacing: -0.003em;
}
.post-content ul li,
.post-content ol li {
  margin: 0 0 0 0.75em;
  padding: 0.15em 0.75em 0.15em 0;
}
.post-content ul li > ul,
.post-content ul li > ol,
.post-content ol li > ul,
.post-content ol li > ol {
  margin-top: 0.75em;
}
.post-content dl {
  margin: 0 0 0.75em;
}
.post-content dt {
  margin: 0 0 0.25em;
}
.post-content dd {
  padding: 0 0 0 1em;
}
.post-content p {
  letter-spacing: 0.01rem;
  letter-spacing: -0.003em;
  font-weight: 400;
}
.post-content .wp-caption {
  margin: 0 auto 1.5em;
  padding: 0;
  max-width: 100%;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 1.2rem;
}
.post-content blockquote a {
  border: none;
}
.post-content img {
  display: block;
  max-width: 100%;
}
.post-content img.alignnone, .post-content img.alignleft, .post-content img.alignright, .post-content img.aligncenter {
  margin: 2em auto;
}

/* --------------------------------------------------
 1.5 - お問い合わせ - contact
-------------------------------------------------- */
.sec-contact-form {
  font-family: YakuHanRPs, "Kosugi Maru", sans-serif;
}
.sec-contact-form p {
  margin: 0;
}

.contact-tel-wrapper {
  background-color: #f5f5f5;
}
.contact-tel-wrapper .inner::before, .contact-tel-wrapper .inner::after {
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
}
.contact-tel-wrapper .inner::before {
  top: -50px;
  left: -20px;
  width: 168px;
  height: 135px;
  background-image: url("../img/common/img_illustration_18.svg");
}
.contact-tel-wrapper .inner::after {
  position: absolute;
  top: -250px;
  left: 88%;
  z-index: 1;
  width: 350px;
  height: 550px;
  background: url("../img/common/img_illustration_01.svg") 0 0 no-repeat;
  content: "";
}
.contact-tel-wrapper .institution {
  display: block;
  margin: 0 auto 80px;
  max-width: 600px;
  width: 60%;
  height: auto;
}

@media screen and (max-width: 1193px) {
  .contact-tel-wrapper .inner::after {
    left: 80%;
  }
}
@media screen and (max-width: 959px) {
  .contact-tel-wrapper .inner::before {
    width: 134px;
    height: 108px;
  }
  .contact-tel-wrapper .inner::after {
    left: 82%;
    width: 280px;
    height: 440px;
  }
  .contact-tel-wrapper .institution {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-tel-wrapper .inner::before {
    top: -20px;
    left: 0px;
    width: 91px;
    height: 73px;
  }
  .contact-tel-wrapper .inner::after {
    top: -190px;
    width: 210px;
    height: 330px;
  }
  .contact-tel-wrapper .institution {
    width: 80%;
  }
}
@media screen and (max-width: 559px) {
  .contact-tel-wrapper .inner::before, .contact-tel-wrapper .inner::after {
    display: none;
  }
  .contact-tel-wrapper .institution {
    margin-bottom: 20px;
  }
}

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