@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++
 *  テーマスタイル
 * +++++++++++++++++++++++++++++++++++++ */
/* config
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* +++++++++++++++++++++++++++++++++++++
 *  全体調整用style
 * +++++++++++++++++++++++++++++++++++++ */
html,
body {
  color: #555;
}
a {
  text-decoration: none;
}
table {
  width: 100%;
  border: none;
  border-top: solid 1px #9fa0a0;
  border-left: solid 1px #9fa0a0;
}
table tr {
  border: none;
}
table th,
table td {
  border: none;
  border-right: solid 1px #9fa0a0;
  border-bottom: solid 1px #9fa0a0;
}
table th {
  color: #555;
  background-color: #eee;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
.hr-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.hr-block.theme {
  background-color: #fff7e9;
}
.hr-block.theme_sub {
  background-color: #fff3ec;
}
.hr-block.theme_sub .accent {
  color: #695633;
}
.hr-block.theme_accent {
  background-color: $theme-color_accent;
}
.hr-block.white {
  background-color: #fff;
}
.hr-block.notwhite {
  background-color: #fafafa;
}
.full-bg {
  padding-right: 100%;
  padding-left: 100%;
  margin-right: -100%;
  margin-left: -100%;
  background-color: #eee;
  padding: 80px 0;
}
.full-bg .lo-limit {
  padding: 0 2rem;
}
.kodomo .full-bg,
.full-bg.type1 {
  background-color: $category-kodomo_light;
}
.office .full-bg,
.full-bg.type2 {
  background-color: $category-office_light;
}
.fukusi .full-bg,
.full-bg.type3 {
  background-color: $category-fukusi_light;
}
/* contents
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contents-area {
  padding-top: 0px;
  padding-bottom: 50px;
}
.contents-area.colums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.contents-area.colums .colum-side {
  width: 260px;
  padding-right: 45px;
}
.contents-area.colums .colum-main {
  width: calc(100% - 250px);
  padding-left: 45px;
  padding-bottom: 100px;
}
.contents-area.single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.contents-area.single .colum-main {
  width: 100%;
  padding-bottom: 100px;
}
.contents-area [id="main"] {
  background-color: #fff;
  padding: 0px 2rem;
  min-height: 600px;
}
.contents-area [id="side"] {
  background-color: #fff;
  border: solid 1px transparent;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.breadcrumb ul li {
  position: relative;
}
.breadcrumb ul li:nth-of-type(n+2) {
  padding-left: 2em;
  margin-left: 0.5em;
}
.breadcrumb ul li:nth-of-type(n+2)::before {
  position: absolute;
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: solid 1px;
  border-right: solid 1px;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(calc(-50% - 2px));
      -ms-transform: rotate(45deg) translateY(calc(-50% - 2px));
          transform: rotate(45deg) translateY(calc(-50% - 2px));
}
.wrap-area .lo-limit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap-area .side-area {
  width: 300px;
  padding: 40px;
}
.wrap-area .main-area {
  width: calc(100% - 300px);
  padding: 40px;
  background-color: #eee;
}
.page-image {
  margin: 40px -40px 40px -40px;
}
.page-image img {
  width: 100%;
  height: auto;
}
.linklist {
  margin: 20px auto 40px;
}
.linklist ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.linklist li {
  display: inline-block;
  margin-right: 2rem;
  margin-top: 10px;
}
.linklist a {
  display: block;
  font-size: 1.1rem;
  color: #555;
  background-image: url("../../../images/common/arrow_orange.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.linklist a:hover {
  color: #9c804d;
}
.scroll-img {
  overflow: scroll-X;
  margin: 40px 0;
}
.scroll-img img {
  width: 100%;
  min-width: 100%;
}
.img-popup {
  cursor: pointer;
}
img.mfp-img {
  background-color: #fff;
  padding: 20px;
}
.mfp-close {
  top: -44px;
}
.mfp-close:hover {
  border: none;
  background-color: transparent;
}
.theme-table {
  margin: 40px 10px;
}
.theme-table table {
  width: 100%;
  border-color: #444;
}
.theme-table table th {
  background-color: #9c804d;
  color: #fff;
}
.theme-table table th,
.theme-table table td {
  border-color: #444;
}
.theme-table.timetable th,
.theme-table.timetable td {
  padding: 12px;
}
.theme-table.timetable th {
  text-align: center;
  width: 18%;
}
.theme-table.timetable td {
  text-align: right;
}
.theme-table.feetable caption {
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 1rem;
  border-left: solid 1rem #695633;
  padding-left: 10px;
}
.theme-table.feetable td {
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.2;
}
.theme-table.feetable table tr:first-child th:first-child {
  background-color: #666;
}
.theme-table.feetable table tr:nth-of-type(n+2) th {
  background-color: #bbb;
  color: #555;
}
.skew {
  overflow: hidden;
  padding: calc(100vw * 0.12) 0;
  position: relative;
}
.skew::after {
  background: -o-linear-gradient(45deg, #1e5799 0%, #2989d8 50%, #7eead1 100%);
  background: linear-gradient(45deg, #1e5799 0%, #2989d8 50%, #7eead1 100%);
  content: '';
  position: absolute;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
          transform: rotate(-6deg);
  width: 200vw;
  height: calc(100% - 0.11 * (0.11 * 50% + 50vw) * 2);
  top: calc(0.11 * (0.11 * 50% + 50vw));
  left: -50vw;
  z-index: -1;
}
/* header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
[id="header"] {
  padding: 20px 15px;
  background-color: #79c3e6;
}
@media screen and (min-width: 48em), print {
  [id="header"] {
    padding: 60px 0;
  }
}
.working [id="header"] {
  background-color: #bada98;
}
.massage [id="header"] {
  background-color: #f2d5e6;
}
.senior [id="header"] {
  background-color: #f5e393;
}
@media screen and (max-width: 47.999em) {
  [id="header"] {
    overflow: visible;
  }
}
.header-in {
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  background-color: #fff;
}
@media screen and (min-width: 48em), print {
  .header-in {
    padding: 20px 40px;
  }
}
.header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
}
.header-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #555;
}
.header-title p {
  border-left: solid 1px #888;
  padding: 0 20px;
  margin-left: 20px;
  line-height: 1.2;
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 47.999em) {
  .header-title {
    width: 100%;
  }
  .header-title a {
    width: calc(100% - 50px);
  }
  .header-title p {
    font-size: 12px;
    margin-left: 10px;
    padding: 0 10px;
    white-space: nowrap;
  }
  .header-title img {
    vertical-align: middle;
  }
}
.spmenu_switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: none;
}
@media screen and (min-width: 48em), print {
  .spmenu_switch {
    display: none;
  }
}
.spmenu_switch:hover,
.spmenu_switch:focus {
  background-color: #fff;
}
.spmenu_switch:hover .border,
.spmenu_switch:focus .border {
  background-color: #555;
}
.spmenu_switch .border {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  width: 28px;
  height: 4px;
  background-color: #555;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}
.spmenu_switch .border.border-top {
  top: 10px;
}
.spmenu_switch .border.border-mid {
  top: 18px;
}
.spmenu_switch .border.border-btm {
  top: 26px;
}
.spmenu_switch.is-active {
  cursor: pointer;
}
.spmenu_switch.is-active .border {
  left: 0;
  width: 60%;
}
.spmenu_switch.is-active .border-mid {
  opacity: 0;
  -webkit-transform: translate(12px, 0px);
      -ms-transform: translate(12px, 0px);
          transform: translate(12px, 0px);
}
.spmenu_switch.is-active .border-top {
  -webkit-transform: translate(12px, 6px) rotate(-45deg);
      -ms-transform: translate(12px, 6px) rotate(-45deg);
          transform: translate(12px, 6px) rotate(-45deg);
}
.spmenu_switch.is-active .border-btm {
  -webkit-transform: translate(13px, -10px) rotate(45deg);
      -ms-transform: translate(13px, -10px) rotate(45deg);
          transform: translate(13px, -10px) rotate(45deg);
}
.spmenu_switch .word {
  position: absolute;
  bottom: 4px;
  font-size: 0.6em;
  letter-spacing: -0.1px;
  font-weight: bold;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  color: #555;
}
.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 62%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-links a {
  display: inline-block;
  color: #555;
  font-weight: bold;
}
@media screen and (max-width: 47.999em) {
  .header-links {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 20px;
    border-radius: 30px;
    background-color: #fff;
    z-index: 999;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-links li {
    width: 100%;
    text-align: center;
    padding: 4px 0;
  }
}
/* footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
[id="footer"] {
  margin-top: 0;
  position: relative;
}
@media screen and (min-width: 48em), print {
  [id="footer"] {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 47.999em) {
  [id="footer"]:after {
    content: "";
    display: block;
    clear: both;
    height: 25px;
  }
}
.footer-in {
  border-top: none;
}
.footernavi {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  line-height: 1;
  list-style: none;
  text-align: right;
}
@media screen and (max-width: 47.999em) {
  .footernavi {
    display: none;
  }
}
.footernavi li {
  display: inline;
  border-left: solid 1px #aaa;
}
.footernavi li .blank {
  padding-right: 30px;
  background: url("../images/blank.png") no-repeat right 6px center;
}
.footernavi li a {
  padding: 10px;
  text-decoration: none;
  color: #222;
  font-size: 14px;
}
.footernavi li a:hover {
  color: #2281c7;
}
.footernavi li.home {
  border: none;
}
.address {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 47.999em) {
  .address {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 48em), print {
  .address a {
    width: 220px;
    display: inline-block;
    padding: 0 20px 0 0;
  }
  .address img {
    width: 100%;
    height: auto;
    margin-right: 20px;
    vertical-align: bottom;
  }
}
.address img {
  line-height: 1;
}
.address-in h5 {
  margin: 0;
  line-height: 1;
  margin-top: 15px;
  font-size: 14px;
}
.address-in p {
  display: none;
}
@media screen and (min-width: 48em), print {
  .address-in p {
    display: block;
    line-height: 1.2;
    margin: 5px 0 5px;
  }
}
@media screen and (min-width: 48em), print {
  .address-in {
    width: 600px;
    line-height: 1.2;
    font-size: 14px;
  }
  .address-in p {
    display: block;
    line-height: 1.2;
    margin: 5px 0 5px;
  }
  .address-in h5 {
    line-height: inherit;
    font-size: 14px;
  }
}
@media screen and (max-width: 47.999em) {
  .address-in {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 47.999em) {
  .copyright {
    font-size: 9px;
    text-align: center;
    padding: 10px 0;
  }
}
@media screen and (min-width: 48em), print {
  .copyright {
    width: 360px;
    font-size: 10px;
    text-align: right;
    margin: 5px 0;
  }
}
.pagetop {
  position: fixed;
  display: block;
  right: 10px;
  bottom: 10px;
  text-align: center;
  line-height: 1;
  opacity: 0.7;
}
.pagetop a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #666;
  padding: 6px;
  z-index: 99;
}
.pagetop span {
  display: none;
}
.pagetop img {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 48em), print {
  .pagetop a {
    width: 50px;
    height: 50px;
  }
  .pagetop img {
    padding-top: 12px;
  }
}
.top-herovisual {
  position: relative;
  height: 0;
  padding: 80% 20px 0;
}
@media screen and (min-width: 48em), print {
  .top-herovisual {
    padding: 80% 0 0;
    margin: 0 auto;
  }
}
.top-herovisual:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #7bc4e5;
  width: 100%;
  height: 520px;
}
@media screen and (min-width: 48em), print {
  .top-herovisual:before {
    position: absolute;
    width: 200%;
    height: 65%;
  }
}
.top-herovisual_img {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-herovisual_img img {
  width: 100%;
  height: auto;
}
.top-herovisual_title {
  position: absolute;
  top: 40px;
  left: 100px;
}
.top-herovisual_point .wrap {
  position: absolute;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 15px;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 99;
}
.top-herovisual_point .wrap.point1 {
  top: 60px;
  left: 740px;
  font-size: 12px;
}
.top-herovisual_point .wrap.point2 {
  top: 100px;
  left: 920px;
}
.top-herovisual_point .wrap.point3 {
  top: 150px;
  left: 430px;
}
.top-herovisual_point .wrap.point4 {
  top: 250px;
  left: 780px;
}
.top-herovisual_point .wrap.point5 {
  top: 290px;
  left: 250px;
}
.top-herovisual_point .wrap.point6 {
  top: 300px;
  left: 470px;
}
.top-herovisual_point .wrap.point7 {
  top: 320px;
  left: 950px;
  font-size: 12px;
}
.top-herovisual_point .wrap.point8 {
  top: 330px;
  left: 1160px;
}
.top-herovisual_point .wrap.point9 {
  top: 420px;
  left: 670px;
}
.top-herovisual_point .wrap.point10 {
  top: 550px;
  left: 950px;
}
.top-herovisual_point .wrap.point11 {
  top: 620px;
  left: 300px;
}
.top-herovisual_point .wrap span {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-40%);
      -ms-transform: translateX(-40%);
          transform: translateX(-40%);
  display: inline-block;
  font-size: 14px;
}
.top-herovisual_point .wrap span:after {
  content: url("../images/red_arrow-icon.png");
  vertical-align: middle;
  margin-left: 5px;
}
.top-herovisual_point .wrap:hover .animation {
  -webkit-animation: bound 0.5s ease forwards;
          animation: bound 0.5s ease forwards;
}
.top-herovisual_point .wrap .animation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 132px;
  height: 144px;
  padding-left: 5px;
  z-index: 99;
  letter-spacing: -1px;
  font-weight: bold;
  line-height: 1.2;
}
.top-herovisual_point .wrap .animation:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  display: block;
  content: url("../images/top-herovisual_point.png");
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.top-herovisual_point a {
  color: #1f2c5c;
  font-weight: bold;
}
.top-herovisual_point span {
  color: #e8380d;
}
.top-herovisual_point.is-show .wrap {
  -webkit-animation: showdown 0.5s ease forwards;
          animation: showdown 0.5s ease forwards;
}
.top-flavor {
  text-align: center;
  background-color: #e9d4ab;
  padding: 230px 0 0;
  margin-top: -200px;
  background-image: url("../images/top-flavor_bgl.png"), url("../images/top-flavor_bgr.png");
  background-position: left -10% center, right -10% center;
  background-repeat: repeat-Y;
  background-size: 40%;
}
@media screen and (min-width: 48em), print {
  .top-flavor {
    padding: 450px 0 0;
    margin-top: -400px;
  }
}
@media screen and (max-width: 47.999em) {
  .top-flavor_head {
    padding: 0 15px;
    font-size: 18px;
  }
}
.top-flavor_txt {
  padding: 0 15px;
}
.top-flavor_txt p {
  margin-top: 0.5em;
}
@media screen and (max-width: 47.999em) {
  .top-flavor_txt p {
    line-height: 1.2;
  }
}
.top-flavor_img {
  text-align: center;
  padding: 0 30px;
  margin: 60px 0;
}
@media screen and (min-width: 48em), print {
  .top-flavor_img {
    padding: 0;
    margin: 70px 0;
  }
}
.top-flavor .lo-solid {
  position: relative;
}
.top-flavor_link-01,
.top-flavor_link-02 {
  display: inline-block;
  width: 45%;
  margin-top: 40px;
}
@media screen and (min-width: 48em), print {
  .top-flavor_link-01,
  .top-flavor_link-02 {
    position: absolute;
    width: auto;
    margin-top: 0;
    top: 0;
  }
}
.top-flavor_link-01 a,
.top-flavor_link-02 a {
  position: relative;
  display: block;
}
.top-flavor_link-01:hover a,
.top-flavor_link-02:hover a {
  -webkit-animation: bound 0.5s ease forwards;
          animation: bound 0.5s ease forwards;
}
.top-flavor_link-01 {
  left: -20px;
}
.top-flavor_link-02 {
  right: -20px;
}
.contents-guide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px;
  padding-right: 25px;
  z-index: 99;
}
@media screen and (min-width: 48em), print {
  .contents-guide {
    padding: 0;
    padding-right: 90px;
  }
}
.contents-guide_box {
  position: relative;
  width: 50%;
  border: solid 4px;
  border-radius: 15px;
  margin-right: 10px;
  padding: 15px 15px 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.7);
          box-shadow: 0 5px 15px -5px rgba(0,0,0,0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 48em), print {
  .contents-guide_box {
    width: 25%;
    margin-right: 25px;
  }
  .contents-guide_box:nth-of-type(4n) {
    margin-right: -75px;
  }
}
@media screen and (max-width: 47.999em) {
  .contents-guide_box:nth-of-type(2n) {
    margin-right: -10px;
  }
  .contents-guide_box:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
.contents-guide_box.type1 {
  border-color: #7bc4e5;
}
.contents-guide_box.type2 {
  border-color: #bbdb98;
}
.contents-guide_box.type3 {
  border-color: #f8ee97;
}
.contents-guide_box.type4 {
  border-color: #f3d6e6;
}
.contents-guide_box:hover,
.contents-guide_box:focus {
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
}
.contents-guide_box h3 {
  text-align: center;
  font-size: 16px;
  margin: 20px 0;
}
@media screen and (min-width: 48em), print {
  .contents-guide_box h3 {
    font-size: 22px;
  }
}
.contents-guide_box p {
  text-align: justify;
}
@media screen and (max-width: 47.999em) {
  .contents-guide_box p {
    line-height: 1.2;
  }
}
.type1 .contents-guide_img {
  background-color: #7bc4e5;
}
.type2 .contents-guide_img {
  background-color: #bbdb98;
}
.type3 .contents-guide_img {
  background-color: #f8ee97;
}
.type4 .contents-guide_img {
  background-color: #f3d6e6;
}
.contents-guide_img img {
  width: 100%;
  height: auto;
}
.contents-guide_link {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
}
.contents-guide_link a {
  position: relative;
  display: inline-block;
  padding: 5px 40px 5px 30px;
  border-radius: 30px;
  color: #fff;
  background-color: #ee7800;
}
@media screen and (max-width: 47.999em) {
  .contents-guide_link a {
    font-size: 14px;
    padding: 5px 25px 5px 10px;
  }
}
.contents-guide_link a:after {
  position: absolute;
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  right: 15px;
  top: calc(50% - 2px);
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.top-info {
  position: relative;
  margin-top: -10vw;
  background-color: #e0f0ea;
  padding: 0 0 60px;
}
@media screen and (min-width: 48em), print {
  .top-info {
    margin-top: -180px;
  }
}
.top-info h2 {
  text-align: center;
  color: #00693e;
}
@media screen and (max-width: 47.999em) {
  .top-info h2 {
    font-size: 22px;
  }
}
.top-info_bg {
  position: relative;
  display: block;
  width: 100%;
}
.top-info_bg img {
  width: 100%;
  height: auto;
}
.top-info_img {
  margin: 40px 0;
  text-align: center;
}
@media screen and (max-width: 47.999em) {
  .top-info_img {
    padding: 0 15px;
  }
}
.top-info .top-links-sp ul {
  text-align: center;
}
.top-info .top-links-sp li {
  display: inline-block;
  margin: 10px 5px;
}
.top-info .top-links-sp li a {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  padding: 6px 30px 6px 10px;
  color: #fff;
  font-size: 0.8em;
}
.top-info .top-links-sp li a:after {
  position: absolute;
  display: block;
  content: "";
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url("../assets/images/icon-blank_w.svg");
}
.top-info .top-links-sp li a.color1 {
  background-color: #94252a;
}
.top-info .top-links-sp li a.color2 {
  background-color: #1f2c5c;
}
.top-info .top-links-sp li a.color3 {
  background-color: #8fc31f;
}
.top-info .top-links-sp li a.color4 {
  background-color: #13ae67;
}
.top-info .top-links-sp li a.color5 {
  background-color: #e60012;
}
.top-info .top-links-sp li a.color6 {
  background-color: #ea6172;
}
.top-info .top-links-sp li a.color7 {
  background-color: #0098d6;
}
.top-info .top-links-sp li a.color8 {
  background-color: #ee7701;
}
.top-info .top-links-sp li a.color9 {
  background-color: #02b2ae;
}
.top-info .top-links-sp li a.color10 {
  background-color: #014fa2;
}
.top-info .top-links-sp li a.color11 {
  background-color: #ab579d;
}
@media screen and (min-width: 48em), print {
  .top-info .top-links-sp {
    display: none;
  }
}
/* Contents
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-title {
  position: relative;
  background-color: #79c3e6;
  border-bottom: solid 12px #00acde;
}
.about .page-title {
  background-color: #79c3e6;
  border-bottom: solid 12px #00acde;
}
.working .page-title {
  background-color: #bada98;
  border-color: #96c61a;
}
.massage .page-title {
  background-color: #f2d5e6;
  border-color: #eeb9d4;
}
.senior .page-title {
  background-color: #f5e393;
  border-color: #f5db01;
}
.page-title h1 {
  font-weight: normal;
  padding: 40px 25px;
}
@media screen and (min-width: 48em), print {
  .page-title h1 {
    margin: -60px 0 0;
    padding: 60px 60px;
    background-position: right 60px center;
  }
}
@media screen and (max-width: 47.999em) {
  .page-title h1 {
    margin: -20px 0 0;
    font-size: 1.4em;
    background-size: 30%;
    background-position: right 30px center;
  }
}
.about .page-title h1 {
  background-image: url("../images/page-titleimg_about.png");
}
.working .page-title h1 {
  background-image: url("../images/page-titleimg_working.png");
}
.message .page-title h1 {
  background-image: url("../images/page-titleimg_message.png");
  background-position: right 0px center;
}
.senior .page-title h1 {
  background-image: url("../images/page-titleimg_senior.png");
  background-position: right -10px center;
}
.section-title {
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
  padding: 0 20px;
  margin: 0 auto 40px;
}
.section-title.small {
  font-size: 18px;
}
@media screen and (min-width: 48em), print {
  .section-title {
    font-size: 30px;
    padding: 0 80px;
    margin: 0.5em auto;
  }
}
.page-bg {
  background-color: #faf5e9;
  padding: 40px 15px;
}
@media screen and (min-width: 48em), print {
  .page-bg {
    padding: 60px 0;
  }
}
.page-radiusbox {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.6);
          box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.6);
  margin: 40px 0;
}
@media screen and (min-width: 48em), print {
  .page-radiusbox {
    margin: 80px 0;
  }
}
.page-guide {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0 45px;
  z-index: 99;
}
@media screen and (min-width: 48em), print {
  .page-guide {
    padding: 0px 60px;
    margin: 80px 0;
  }
}
.page-guide .slick-list {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.page-guide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-guide .slick-prev {
  left: 0;
}
.page-guide .slick-next {
  right: 0;
}
.page-guide .slick-prev,
.page-guide .slick-next {
  background-color: rgba(0,0,0,0.5);
  width: 30px;
  height: 100px;
  border-radius: 0;
}
.page-guide .slick-prev:before,
.page-guide .slick-next:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: -10px;
}
.page-guide .slick-prev:hover,
.page-guide .slick-next:hover,
.page-guide .slick-prev:focus,
.page-guide .slick-next:focus {
  background-color: rgba(0,0,0,0.5);
  color: #fff;
}
.page-guide .slick-next:before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-right: 0;
}
.page-guide_box {
  position: relative;
  border: solid 4px;
  border-radius: 15px;
  margin: 0 5px;
  padding: 15px 15px 80px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #555;
  height: auto !important;
}
.page-guide_box.type1 {
  border-color: #7bc4e5;
}
.page-guide_box.type2 {
  border-color: #bbdb98;
}
.page-guide_box.type3 {
  border-color: #f8ee97;
}
.page-guide_box.type4 {
  border-color: #f3d6e6;
}
.page-guide_box:hover,
.page-guide_box:focus {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media screen and (min-width: 48em), print {
  .page-guide_box:hover,
  .page-guide_box:focus {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.page-guide_box h3 {
  text-align: center;
  font-size: 16px;
  margin: 20px 0;
}
@media screen and (min-width: 48em), print {
  .page-guide_box h3 {
    font-size: 22px;
  }
}
.page-guide_box p {
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 47.999em) {
  .page-guide_box p {
    line-height: 1.2;
  }
}
.type1 .page-guide_img {
  background-color: #7bc4e5;
}
.type2 .page-guide_img {
  background-color: #bbdb98;
}
.type3 .page-guide_img {
  background-color: #f8ee97;
}
.type4 .page-guide_img {
  background-color: #f3d6e6;
}
.page-guide_img img {
  width: 100%;
  height: auto;
}
.page-guide_link {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
}
.page-guide_link a {
  position: relative;
  display: inline-block;
  padding: 5px 40px 5px 30px;
  border-radius: 30px;
  color: #fff;
  background-color: #ee7800;
}
@media screen and (max-width: 47.999em) {
  .page-guide_link a {
    font-size: 14px;
    padding: 5px 25px 5px 10px;
  }
}
.page-guide_link a:after {
  position: absolute;
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  right: 15px;
  top: calc(50% - 2px);
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.page-guide_look {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.page-guide_look:after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #007bff transparent transparent transparent;
}
.type1 .page-guide_look {
  color: #299ace;
}
.type1 .page-guide_look:after {
  border-color: #299ace transparent transparent transparent;
}
.type2 .page-guide_look {
  color: #85be46;
}
.type2 .page-guide_look:after {
  border-color: #85be46 transparent transparent transparent;
}
.type3 .page-guide_look {
  color: #f0dc27;
}
.type3 .page-guide_look:after {
  border-color: #f0dc27 transparent transparent transparent;
}
.type4 .page-guide_look {
  color: #f3d6e6;
}
.type4 .page-guide_look:after {
  border-color: #f0dc27 transparent transparent transparent;
}
h3.page-guide_title {
  background-color: #a6a6a6;
  margin: 0 auto 10px;
  padding: 10px 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  h3.page-guide_title {
    font-size: 14px;
  }
}
.color1 h3.page-guide_title {
  background-color: #94252a;
}
.color2 h3.page-guide_title {
  background-color: #1f2c5c;
}
.color3 h3.page-guide_title {
  background-color: #8fc31f;
}
.color4 h3.page-guide_title {
  background-color: #13ae67;
}
.color5 h3.page-guide_title {
  background-color: #e60012;
}
.color6 h3.page-guide_title {
  background-color: #ea6172;
}
.color7 h3.page-guide_title {
  background-color: #0098d6;
}
.color8 h3.page-guide_title {
  background-color: #ee7701;
}
.color9 h3.page-guide_title {
  background-color: #02b2ae;
}
.color10 h3.page-guide_title {
  background-color: #014fa2;
}
.color11 h3.page-guide_title {
  background-color: #ab579d;
}
.scroll-events.is-active {
  -webkit-animation: fadein-up 1s ease-out forwards;
          animation: fadein-up 1s ease-out forwards;
}
.about-head {
  text-align: center;
  background-color: #00acde;
  color: #fff;
  padding: 12px;
  font-size: 1.8em;
  margin: 0;
}
@media screen and (max-width: 47.999em) {
  .about-head {
    font-size: 1.4em;
  }
}
.about-q_box {
  background-color: #c5e3f3;
}
.about-q_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 20px 0 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 47.999em) {
  .about-q_box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.about-q_box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5em;
  font-weight: bold;
  color: #333;
  background-color: #fff;
  border-radius: 50%;
  border: solid 6px #79c3e6;
  line-height: 1;
  text-align: center;
  margin: 0 20px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 5px 0 rgba(255,255,255,0.8), 0 5px 10px rgba(0,0,0,0.3);
          box-shadow: inset 0 5px 0 rgba(255,255,255,0.8), 0 5px 10px rgba(0,0,0,0.3);
}
@media screen and (max-width: 47.999em) {
  .about-q_box li {
    width: 80%;
    border-radius: 10px;
    height: inherit;
    padding: 10px 0;
    margin: 10px;
    font-size: 1.4em;
  }
}
.about-q_btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #e60012;
  margin: 20px auto 40px;
  cursor: pointer;
  -webkit-animation: double-bound 1.5s linear infinite;
          animation: double-bound 1.5s linear infinite;
}
.about-q_btn:after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #e60012 transparent transparent transparent;
}
.about-q_wrap {
  display: none;
  padding: 20px 0;
  text-align: center;
}
.about-q_wrap .anser-icon {
  margin: 0 auto 20px;
  max-width: 200px;
}
.about-q_anser {
  display: block;
  position: relative;
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  color: #e60012;
  cursor: pointer;
}
.about-q_anser span {
  font-size: 1.5rem;
}
@media screen and (max-width: 47.999em) {
  .about-q_anser {
    font-size: 2em;
  }
}
.senior-head {
  background-color: #f8ee97;
  font-size: 1.2em;
  padding: 10px 20px;
  border-radius: 10px;
}
.working-head {
  text-align: center;
  background-color: #a6a6a6;
  margin-top: 0;
  color: #fff;
  padding: 12px;
  font-size: 1.8em;
}
@media screen and (max-width: 47.999em) {
  .working-head {
    font-size: 1.4em;
  }
}
.color1 .working-head {
  background-color: #94252a;
}
.color2 .working-head {
  background-color: #1f2c5c;
}
.color3 .working-head {
  background-color: #8fc31f;
}
.color4 .working-head {
  background-color: #13ae67;
}
.color5 .working-head {
  background-color: #e60012;
}
.color6 .working-head {
  background-color: #ea6172;
}
.color7 .working-head {
  background-color: #0098d6;
}
.color8 .working-head {
  background-color: #ee7701;
}
.color9 .working-head {
  background-color: #02b2ae;
}
.color10 .working-head {
  background-color: #014fa2;
}
.color11 .working-head {
  background-color: #ab579d;
}
.working-head2 {
  text-align: left;
  color: #a6a6a6;
  font-size: 1.3em;
  border-bottom: solid 1px;
  padding-bottom: 0.6em;
}
.color1 .working-head2 {
  color: #94252a;
}
.color2 .working-head2 {
  color: #1f2c5c;
}
.color3 .working-head2 {
  color: #8fc31f;
}
.color4 .working-head2 {
  color: #13ae67;
}
.color5 .working-head2 {
  color: #e60012;
}
.color6 .working-head2 {
  color: #ea6172;
}
.color7 .working-head2 {
  color: #0098d6;
}
.color8 .working-head2 {
  color: #ee7701;
}
.color9 .working-head2 {
  color: #02b2ae;
}
.color10 .working-head2 {
  color: #014fa2;
}
.color11 .working-head2 {
  color: #ab579d;
}
.working-link {
  text-align: right;
  margin-top: 40px;
}
.working-link a {
  position: relative;
  display: inline-block;
  padding: 10px 60px 10px 40px;
  border-radius: 30px;
  background-color: #a6a6a6;
  color: #fff;
}
.working-link a:after {
  position: absolute;
  display: block;
  content: "";
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url("../assets/images/icon-blank_w.svg");
}
.color1 .working-link a {
  background-color: #94252a;
}
.color2 .working-link a {
  background-color: #1f2c5c;
}
.color3 .working-link a {
  background-color: #8fc31f;
}
.color4 .working-link a {
  background-color: #13ae67;
}
.color5 .working-link a {
  background-color: #e60012;
}
.color6 .working-link a {
  background-color: #ea6172;
}
.color7 .working-link a {
  background-color: #0098d6;
}
.color8 .working-link a {
  background-color: #ee7701;
}
.color9 .working-link a {
  background-color: #02b2ae;
}
.color10 .working-link a {
  background-color: #014fa2;
}
.color11 .working-link a {
  background-color: #ab579d;
}
.message-title {
  font-size: 1.4em;
}
.senior-link {
  position: relative;
  margin: 1em 0 2em;
  display: block;
  text-align: center;
  background-color: #a6a6a6;
  color: #fff;
  border-radius: 50px;
  padding: 10px;
}
.senior-link:hover {
  color: #fff;
}
.senior-link:after {
  position: absolute;
  display: block;
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  right: 25px;
  top: calc(50% - 2px);
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.color1 .senior-link {
  background-color: #94252a;
}
.color2 .senior-link {
  background-color: #1f2c5c;
}
.color3 .senior-link {
  background-color: #8fc31f;
}
.color4 .senior-link {
  background-color: #13ae67;
}
.color5 .senior-link {
  background-color: #e60012;
}
.color6 .senior-link {
  background-color: #ea6172;
}
.color7 .senior-link {
  background-color: #0098d6;
}
.color8 .senior-link {
  background-color: #ee7701;
}
.color9 .senior-link {
  background-color: #02b2ae;
}
.color10 .senior-link {
  background-color: #014fa2;
}
.color11 .senior-link {
  background-color: #ab579d;
}
.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.timeline dt,
.timeline dd {
  margin: 6px 0 0;
  padding: 6px;
}
.timeline dt {
  width: 120px;
  background-color: #eee;
}
.timeline dd {
  width: calc(100% - 120px);
}
@media screen and (max-width: 47.999em) {
  .sp-center {
    text-align: center;
  }
}
@media screen and (max-width: 47.999em) {
  .sp-mgt {
    margin-top: 20px;
  }
}
@-webkit-keyframes showdown {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes showdown {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes bound {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  75% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes bound {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  75% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@-webkit-keyframes double-bound {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  15% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  45% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  60% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes double-bound {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  15% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  45% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  60% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes fadein-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10vh);
            transform: translateY(10vh);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadein-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10vh);
            transform: translateY(10vh);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
