@charset "UTF-8";
/* Zen Kaku Gothic Antique */
/* Montserrat */
/* 【ホバーアクション】下線が出てくる
  ・aタグにhov_lineをつける
  ・白線の場合hov_line_white
---------------------------------------------------------- */
.hov_line, .hov_line_white {
  position: relative;
  display: inline-block;
}
.hov_line::before, .hov_line_white::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #3D434E;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
@media (hover: hover) {
  .hov_line:hover::before, .hov_line_white:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

.hov_line_white::before {
  background-color: #fff;
}

/* ==========================================================================//
//
// トップページ
//
// ========================================================================== */
/* ローディング
---------------------------------------------------------- */
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #F5F7EF;
  z-index: 9999;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: fadeOut 1s 1s forwards;
          animation: fadeOut 1s 1s forwards;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; /* 白い画面を完全に表示 */
  }
  100% {
    opacity: 0; /* 透明になる */
    visibility: hidden; /* 完全に非表示 */
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1; /* 白い画面を完全に表示 */
  }
  100% {
    opacity: 0; /* 透明になる */
    visibility: hidden; /* 完全に非表示 */
  }
}
.loader .loading_image {
  width: min(255px, 100%);
}

/* 共通
---------------------------------------------------------- */
body {
  background-color: #F5F7EF;
}

section {
  margin-top: 85px;
}
@media all and (min-width: 751px) {
  section {
    margin-top: 160px;
  }
}

/* セクションタイトル */
.sec_ttl {
  margin-bottom: 45px;
  font-size: 36px;
  line-height: 1;
}
@media all and (min-width: 751px) {
  .sec_ttl {
    margin-bottom: 40px;
    font-size: 56px;
  }
}

main {
  position: relative;
  overflow: hidden;
}

/* メインビジュアルの背景で動く画像
---------------------------------------------------------- */
.mv_shape img {
  position: absolute;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv_shape .yellow {
  width: 72.3%;
  top: 5.5%;
  left: 35.8%;
  animation: shapeMove01 12s ease-in-out infinite alternate-reverse;
}
@media all and (min-width: 751px) {
  .mv_shape .yellow {
    max-width: 579px;
    width: 43%;
    top: 2.5%;
  }
}
.mv_shape .blue {
  width: 65.4%;
  top: 2.3%;
  right: -30%;
  -webkit-animation: shapeMove02 12s ease-in-out infinite alternate;
          animation: shapeMove02 12s ease-in-out infinite alternate;
}
@media all and (min-width: 751px) {
  .mv_shape .blue {
    max-width: 500px;
    width: 37%;
    top: 1.1%;
    left: 75.5%;
  }
}
@-webkit-keyframes shapeMove01 {
  0% {
    -webkit-transform: translateX(-60%) translateY(0);
            transform: translateX(-60%) translateY(0);
  }
  20% {
    -webkit-transform: translateX(-65%) translateY(6%);
            transform: translateX(-65%) translateY(6%);
  }
  40% {
    -webkit-transform: translateX(-55%) translateY(0);
            transform: translateX(-55%) translateY(0);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(6%);
            transform: translateX(-50%) translateY(6%);
  }
  80% {
    -webkit-transform: translateX(-60%) translateY(6%);
            transform: translateX(-60%) translateY(6%);
  }
  100% {
    -webkit-transform: translateX(-55%) translateY(9%);
            transform: translateX(-55%) translateY(9%);
  }
}
@keyframes shapeMove01 {
  0% {
    -webkit-transform: translateX(-60%) translateY(0);
            transform: translateX(-60%) translateY(0);
  }
  20% {
    -webkit-transform: translateX(-65%) translateY(6%);
            transform: translateX(-65%) translateY(6%);
  }
  40% {
    -webkit-transform: translateX(-55%) translateY(0);
            transform: translateX(-55%) translateY(0);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(6%);
            transform: translateX(-50%) translateY(6%);
  }
  80% {
    -webkit-transform: translateX(-60%) translateY(6%);
            transform: translateX(-60%) translateY(6%);
  }
  100% {
    -webkit-transform: translateX(-55%) translateY(9%);
            transform: translateX(-55%) translateY(9%);
  }
}
@-webkit-keyframes shapeMove02 {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  20% {
    -webkit-transform: translateX(-45%) translateY(-3%);
            transform: translateX(-45%) translateY(-3%);
  }
  40% {
    -webkit-transform: translateX(-55%) translateY(0);
            transform: translateX(-55%) translateY(0);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(3%);
            transform: translateX(-50%) translateY(3%);
  }
  80% {
    -webkit-transform: translateX(-40%) translateY(-3%);
            transform: translateX(-40%) translateY(-3%);
  }
  100% {
    -webkit-transform: translateX(-55%) translateY(-6%);
            transform: translateX(-55%) translateY(-6%);
  }
}
@keyframes shapeMove02 {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  20% {
    -webkit-transform: translateX(-45%) translateY(-3%);
            transform: translateX(-45%) translateY(-3%);
  }
  40% {
    -webkit-transform: translateX(-55%) translateY(0);
            transform: translateX(-55%) translateY(0);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(3%);
            transform: translateX(-50%) translateY(3%);
  }
  80% {
    -webkit-transform: translateX(-40%) translateY(-3%);
            transform: translateX(-40%) translateY(-3%);
  }
  100% {
    -webkit-transform: translateX(-55%) translateY(-6%);
            transform: translateX(-55%) translateY(-6%);
  }
}

/* メインビジュアル
---------------------------------------------------------- */
.mv {
  margin-top: 20px;
  overflow: hidden;
}
@media all and (min-width: 751px) {
  .mv {
    margin-top: 0;
    padding-bottom: 40px;
  }
}

.mv_contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  z-index: 1;
  /* メニュー */
  /* スライドショー */
  /* イラスト */
}
@media all and (min-width: 866px) {
  .mv_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 866px) {
  .mv_contents .gnav_top {
    margin-top: 6.67%;
    width: 39%;
  }
}
.mv_contents .gnav_top .nav_list {
  margin-top: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px 0;
}
@media all and (min-width: 751px) {
  .mv_contents .gnav_top .nav_list {
    margin-top: 0;
    gap: 15px 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 866px) {
  .mv_contents .gnav_top .nav_list {
    margin-top: 69px;
  }
}
.mv_contents .gnav_top .nav_list .nav_item {
  border-radius: 10px;
  width: calc((100% - 9px) / 2);
}
@media all and (min-width: 751px) {
  .mv_contents .gnav_top .nav_list .nav_item {
    width: calc((100% - 10px) / 2);
  }
}
.mv_contents .gnav_top .nav_list .nav_item.about {
  background-color: #EF7B31;
}
.mv_contents .gnav_top .nav_list .nav_item.services {
  background-color: #F27089;
}
.mv_contents .gnav_top .nav_list .nav_item.support {
  background-color: #289941;
}
.mv_contents .gnav_top .nav_list .nav_item.recruit {
  background-color: #93C10C;
}
@media screen and (min-width: 866px) and (max-width: 1063px) {
  .mv_contents .gnav_top .nav_list .nav_item.recruit {
    position: relative;
  }
}
@media screen and (min-width: 866px) and (max-width: 1063px) {
  .mv_contents .gnav_top .nav_list .nav_item.recruit span {
    position: absolute;
    bottom: 10px;
    right: 15px;
  }
}
.mv_contents .gnav_top .nav_list .nav_item.contact {
  background-color: #8292D7;
}
.mv_contents .gnav_top .nav_list .nav_item.access {
  background-color: #00AEC8;
}
.mv_contents .gnav_top .nav_list .nav_item a {
  padding: 12px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 866px) {
  .mv_contents .gnav_top .nav_list .nav_item a {
    padding: 10px 15px;
    display: block;
    text-align: right;
  }
}
@media screen and (min-width: 866px) and (max-width: 1063px) {
  .mv_contents .gnav_top .nav_list .nav_item a br {
    display: block;
  }
}
.mv_contents .gnav_top .nav_list .nav_item a span {
  display: block;
  font-size: min(3.47vw, 13px);
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
}
@media all and (min-width: 751px) {
  .mv_contents .gnav_top .nav_list .nav_item a span {
    margin-top: 24px;
    font-size: 1.317vw;
  }
}
@media all and (min-width: 1367px) {
  .mv_contents .gnav_top .nav_list .nav_item a span {
    font-size: 18px;
  }
}
@media screen and (min-width: 751px) and (max-width: 865px) {
  .mv_contents .gnav_top .nav_list .nav_item a span {
    font-size: 18px;
    margin-top: 0;
  }
}
.mv_contents .gnav_top .nav_list .nav_item a .ico_image {
  width: 25.2%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media all and (min-width: 751px) {
  .mv_contents .gnav_top .nav_list .nav_item a .ico_image {
    width: 24.98%;
  }
}
@media (hover: hover) {
  .mv_contents .gnav_top .nav_list .nav_item a:hover .ico_image {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.mv_contents .splide {
  /* スライドの詳細設定 */
  /* 矢印を非表示 */
  /* スライドの数 */
}
@media all and (min-width: 866px) {
  .mv_contents .splide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 56.2%;
  }
}
.mv_contents .splide .splide__arrows {
  display: none;
}
.mv_contents .splide .splide__pagination {
  position: absolute;
  bottom: -14%;
  right: 0;
  gap: 0 6px;
}
@media all and (min-width: 751px) {
  .mv_contents .splide .splide__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    top: 50%;
    right: -10.2%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    gap: 8px 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 865px) {
  .mv_contents .splide .splide__pagination {
    right: -5%;
  }
}
@media screen and (min-width: 500px) and (max-width: 750px) {
  .mv_contents .splide .splide__pagination {
    bottom: -11%;
  }
}
.mv_contents .splide .splide__pagination .splide__pagination__page {
  background-color: rgba(112, 112, 112, 0.2);
  border-radius: 5px;
  width: 28px;
  height: 5px;
}
@media all and (min-width: 751px) {
  .mv_contents .splide .splide__pagination .splide__pagination__page {
    width: 6px;
    height: 32px;
  }
}
.mv_contents .splide .splide__pagination .splide__pagination__page.is-active {
  background-color: #646464;
}
.mv_contents .splide .splide__list .splide__slide {
  position: relative;
}
.mv_contents .splide .splide__list .splide__slide .message {
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .mv_contents .splide .splide__list .splide__slide .message {
    margin-bottom: 0;
    position: absolute;
    top: 9%;
    left: 47%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.mv_contents .splide .splide__list .splide__slide .message p {
  padding: 6px 11px;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  font-size: 5.33vw;
  font-weight: bold;
  line-height: 1.1;
}
@media all and (min-width: 751px) {
  .mv_contents .splide .splide__list .splide__slide .message p {
    padding: 20px 6px;
    font-size: 2.123vw;
  }
}
@media all and (min-width: 1367px) {
  .mv_contents .splide .splide__list .splide__slide .message p {
    font-size: 29px;
  }
}
.mv_contents .splide .splide__list .splide__slide .message p:first-child {
  margin-bottom: 7px;
}
@media all and (min-width: 751px) {
  .mv_contents .splide .splide__list .splide__slide .message p:first-child {
    margin-left: 12px;
  }
}
.mv_contents .splide .splide__list .splide__slide .mv_image {
  width: min(631px, 100%);
  height: 100%;
  margin-inline: auto;
}
.mv_contents .splide .splide__list .splide__slide .mv_image img {
  border-radius: 20px;
}
@media all and (min-width: 751px) {
  .mv_contents .splide .splide__list .splide__slide .mv_image img {
    aspect-ratio: 1.057/1;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.mv_contents .mv_illust img {
  position: absolute;
}
@media all and (max-width: 750px) {
  .mv_contents .mv_illust img {
    bottom: 41.8%;
  }
}
@media all and (min-width: 751px) {
  .mv_contents .mv_illust img {
    bottom: -6.2%;
  }
}
@media screen and (min-width: 751px) and (max-width: 865px) {
  .mv_contents .mv_illust img {
    bottom: 40%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 500px) and (max-width: 750px) {
  .mv_contents .mv_illust img {
    bottom: 40%;
  }
}
.mv_contents .mv_illust .illust_01 {
  opacity: 0;
  -webkit-animation: move_illust_01 2s 1.5s forwards;
          animation: move_illust_01 2s 1.5s forwards;
}
@media all and (max-width: 750px) {
  .mv_contents .mv_illust .illust_01 {
    left: -3%;
    width: min(71px, 100%);
  }
}
@media all and (min-width: 751px) {
  .mv_contents .mv_illust .illust_01 {
    width: min(160px, 13.4%);
    left: 48.1%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) and (max-width: 865px) {
  .mv_contents .mv_illust .illust_01 {
    left: 9%;
  }
}
@media screen and (min-width: 500px) and (max-width: 750px) {
  .mv_contents .mv_illust .illust_01 {
    left: 5%;
  }
}
@-webkit-keyframes move_illust_01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move_illust_01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv_contents .mv_illust .illust_02 {
  width: min(109px, 100%);
  right: -3%;
  opacity: 0;
  -webkit-animation: move_illust_02 2s 3s forwards;
          animation: move_illust_02 2s 3s forwards;
}
@media all and (min-width: 751px) {
  .mv_contents .mv_illust .illust_02 {
    width: min(246px, 20.5%);
    right: -2.6%;
  }
}
@media screen and (min-width: 751px) and (max-width: 865px) {
  .mv_contents .mv_illust .illust_02 {
    right: -11%;
  }
}
@-webkit-keyframes move_illust_02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move_illust_02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* お一人お一人が快適に過ごせるライフスタイルを。
---------------------------------------------------------- */
@media all and (min-width: 751px) {
  .sec_life {
    margin-top: 190px;
  }
}
.sec_life .svg_ttl {
  margin: 0 auto 25px;
  width: min(295px, 100%);
}
@media all and (min-width: 751px) {
  .sec_life .svg_ttl {
    margin: 0 auto 50px;
    width: min(981px, 100%);
  }
}
.sec_life .intro_contents {
  padding: 45px 22px;
  position: relative;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 374px;
}
@media all and (min-width: 751px) {
  .sec_life .intro_contents {
    padding: 104px 20px;
    height: 478px;
  }
}
.sec_life .intro_contents::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../../images/top/life/life_bg_sp.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media all and (min-width: 751px) {
  .sec_life .intro_contents::before {
    background-image: url(../../images/top/life/life_bg_pc.png);
  }
}
.sec_life .intro_contents .image {
  margin: 0 auto 24px;
  width: min(84px, 100%);
}
@media all and (min-width: 751px) {
  .sec_life .intro_contents .image {
    margin: 0 auto 34px;
    width: min(140px, 100%);
  }
}
.sec_life .intro_contents p {
  text-align: center;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}
@media all and (min-width: 751px) {
  .sec_life .intro_contents p {
    font-size: 18px;
    line-height: 2.3;
  }
}
@media screen and (min-width: 751px) and (max-width: 810px) {
  .sec_life .intro_contents p {
    font-size: 16px;
  }
}

/* サービス
---------------------------------------------------------- */
.sec_services .services_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}
.sec_services .services_list .services_item {
  position: relative;
}
@media all and (min-width: 751px) {
  .sec_services .services_list .services_item {
    width: calc((100% - 20px) / 2);
  }
}
.sec_services .services_list .services_item a {
  /* サービス名 */
  /* アイコン */
  /* 背景画像 */
}
.sec_services .services_list .services_item a .detail_ttl {
  position: absolute;
  padding-top: 5px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.05em;
  left: 6%;
  bottom: 11%;
  color: #fff;
}
@media all and (min-width: 751px) {
  .sec_services .services_list .services_item a .detail_ttl {
    padding-top: 11px;
    font-size: 2.05vw;
    left: 5%;
    bottom: 11%;
  }
}
@media all and (min-width: 1367px) {
  .sec_services .services_list .services_item a .detail_ttl {
    font-size: 32px;
  }
}
.sec_services .services_list .services_item a .image {
  position: absolute;
  right: 6%;
  bottom: 11%;
  width: 14.927%;
}
@media all and (min-width: 751px) {
  .sec_services .services_list .services_item a .image {
    right: 5%;
    bottom: 11%;
    width: 15.178%;
  }
}
.sec_services .services_list .services_item a .bg_image {
  position: relative;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.sec_services .services_list .services_item a .bg_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (hover: hover) {
  .sec_services .services_list .services_item a:hover .bg_image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/* 新着情報
---------------------------------------------------------- */
/*# sourceMappingURL=top.css.map */