@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  mainvisual

---------------------------------*/
#mainvisual {
  border-radius: 5rem;
  margin: auto;
  position: relative;
  overflow: hidden;
  height: 75vh;
  width: 90%;
}
#mainvisual::before, #mainvisual::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#mainvisual::before {
  background: url("../images/main_frame_top.png") no-repeat center top/100%;
  z-index: 2;
}
#mainvisual::after {
  background: url("../images/main_frame_bottom.png") no-repeat center bottom/100%;
  mix-blend-mode: multiply;
  z-index: 1;
}
#mainvisual .catch_copy {
  background: url("../images/catchcopy.svg") no-repeat center/contain;
  position: absolute;
  right: 5rem;
  top: 5rem;
  height: 31rem;
  width: 14rem;
  z-index: 3;
}
#mainvisual .catch_copy span {
  opacity: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#mainvisual .slider {
  height: 100%;
  width: 100%;
}
#mainvisual .slider * {
  height: 100%;
}
#mainvisual .slider .s_img {
  position: relative;
}
#mainvisual .slider .s_img::after {
  content: '';
  background: rgba(39, 79, 139, 0.2);
  mix-blend-mode: exclusion;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mainvisual .slider .s_img img {
  object-fit: cover;
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  #mainvisual .slider {}
}
@media screen and (max-width: 480px) {
  #mainvisual {
    border-radius: 0;
    height: 70vh;
    width: 100%;
  }
  #mainvisual .slider {}
  #mainvisual .catch_copy {
    right: 2rem;
    top: 2rem;
    height: 25rem;
    width: 11rem;
  }
}
/*---------------------------------
  Topics
---------------------------------*/
#news-ticker {
  background: #fff;
  box-shadow: 0 5px 0 0 #e6e5e2;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  height: 9rem;
  margin: auto;
  margin-top: -4.5rem;
  max-width: 120rem;
  overflow: hidden;
  width: 80%;
  z-index: 2;
}
#news-ticker .ttlBox {
  border-right: 1px solid #ccc;
  flex: 0 0 21rem;
}
#news-ticker .ttlBox ._ttl {
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .15em;
  padding: 1rem;
  text-align: center;
}
#news-ticker .ttlBox .splide__arrows {
  display: flex;
  height: calc(100% - 49.8px);
}
#news-ticker .ttlBox .splide__arrows button {
  border: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  cursor: pointer;
  flex-basis: 50%;
}
#news-ticker .ttlBox .splide__arrows button.splide__arrow--prev {
  border-right: 1px solid #ccc;
  background-image: url("../images/news_arr_prev.svg");
}
#news-ticker .ttlBox .splide__arrows button.splide__arrow--next {
  background-image: url("../images/news_arr_next.svg");
}
#news-ticker .ttlBox .splide__arrows button svg {
  display: none;
}
/* ニュースの一覧 */
#news-ticker .splide__track {
  flex: 1 1 auto;
  padding: 1rem 2.5% !important;
}
#news-ticker .splide__track li {
  display: flex;
  align-items: center;
  height: 100%;
}
#news-ticker .splide__track li time {
  color: #839c98;
  font-size: .9em;
  flex: 0 0 7em;
}
#news-ticker .splide__track li .catTag {
  border-radius: 3px;
  color: #fff;
  font-size: .7em;
  flex: 0 0 7em;
  text-align: center;
}
#news-ticker .splide__track li p {
  flex: 1 1 auto;
  padding-left: 3rem;
}
#news-ticker .splide__track li p a {
  color: var(--co-bl);
  font-weight: 500;
}
#news-ticker .splide__track li p a:hover {
  color: var(--co-g);
}
#news-ticker .splide__track li .catTag._recruit {
  background: var(--co-b);
}
#news-ticker .splide__track li .catTag._news {
  background: var(--co-g);
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  #news-ticker {}
  #news-ticker .ttlBox {
    flex: 0 0 14rem;
  }
  #news-ticker .ttlBox ._ttl {
    font-size: .7em;
    padding: 1rem .5rem;
  }
  #news-ticker .ttlBox .splide__arrows {
    height: calc(100% - 41.8px);
  }
  #news-ticker .splide__track {
    padding: 0 2.5% !important;
  }
  #news-ticker .splide__track li {
    flex-wrap: wrap;
    align-content: center;
  }
  #news-ticker .splide__track li time {
    font-size: .8em;
    display: inline-block;
  }
  #news-ticker .splide__track li .catTag {
    border: 1px solid;
    font-size: .6em;
    display: inline-block;
    text-align: center;
    width: 8rem;
  }
  #news-ticker .splide__track li p {
    font-size: .9em;
    line-height: 1.3;
    margin-top: .5rem;
    padding-left: 0;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 480px) {
  #news-ticker {
    height: auto;
    display: block;
    width: 90%;
  }
  #news-ticker .ttlBox {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  #news-ticker .ttlBox ._ttl {
    font-size: 1.2em;
    padding: .5rem;
  }
  #news-ticker .splide__track {
    padding: 2rem 5% !important;
  }
  #news-ticker .splide__arrows {}
  #news-ticker .splide__arrows button {
    height: 4rem;
    width: 6rem;
  }
}
/*---------------------------------

  共通

---------------------------------*/
section {}
section .wrap {
  margin: auto;
  /*max-width: var(--width);*/
  width: 90%;
}
section .title {}
section .title h2 {
  font: var(--marug);
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: 0.07em;
}
section .title .en {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  section .title h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 480px) {
  section .title h2 {
    font-size: 3rem;
  }
}
/*---------------------------------

  上の原便り

---------------------------------*/
section.letterBlock {
  padding: 5rem 0 10rem;
  position: relative;
}
section.letterBlock::after {
  background: #f7f6f3;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% + 25rem);
  width: 100%;
  z-index: -1;
}
section.letterBlock .wrap {}
section.letterBlock .tab_ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
section.letterBlock .tab_ttl_wrap .title {
  background: url("../images/news_ttl_deco.svg") no-repeat top right / 15rem;
  padding-right: 15rem;
}
section.letterBlock .tab_ttl_wrap .tabList {
  list-style: none;
  display: flex;
}
section.letterBlock .tab_ttl_wrap .tabList .tab {
  background: #e6e5e2;
  border-radius: .5rem;
  color: #666;
  cursor: pointer;
  font-weight: 500;
  margin-left: .7rem;
  padding: .2rem 2rem;
}
section.letterBlock .tab_ttl_wrap .tabList .tab.is-active {
  background: var(--co-g);
  color: #fff;
}
section.letterBlock .wrap .letterList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
section.letterBlock .wrap .letterList li {
  flex-basis: calc(100%/3 - 1rem);
  margin-bottom: 1.5rem;
}
section.letterBlock .wrap .letterList li:not(:nth-child(3n)) {
  margin-right: 1.5rem;
}
section.letterBlock .wrap .letterList li .item {
  overflow: hidden;
}
section.letterBlock .wrap .letterList li .item a {
  border: 2px solid #E3E0D5;
  border-radius: 1rem;
  color: #333;
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
}
section.letterBlock .wrap .letterList li .item figure {
  border-radius: .5rem;
  flex-basis: 30%;
  overflow: hidden;
}
section.letterBlock .wrap .letterList li .item figure img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.letterBlock .wrap .letterList li .item ._txt {
  flex-basis: 70%;
  padding-left: 4%;
}
section.letterBlock .wrap .letterList li .item time {
  display: inline-block;
  font-size: .9em;
  margin-right: 2rem;
}
section.letterBlock .wrap .letterList li .item .catTag {
  background: #ccc;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  font-size: .7em;
  padding: .2rem 1rem;
  text-align: center;
  width: 10rem;
}
section.letterBlock .wrap .letterList li .item p {
  font-weight: 500;
  margin-top: .5rem;
}
section.letterBlock .wrap .letterList li .item a:hover {
  border: 2px solid #BBAD7B;
  background: #fff;
}
section.letterBlock .wrap .letterList li .item a:hover img {
  transform: scale(1.1);
}
section.letterBlock .wrap .letterList li .item .catTag.news {
  background: #d1e7ad;
  color: var(--co-g);
}
section.letterBlock .wrap .letterList li .item .catTag.recruit {
  background: #c2e3e7;
  color: var(--co-b);
}
section.letterBlock .wrap .letterList li .item .catTag.newsletter {
  background: #e7d1bd;
  color: #c74810;
}
section.letterBlock .wrap .ListBtn {
  margin: 5rem auto 0;
  max-width: 25rem;
}
section.letterBlock .wrap .ListBtn a {
  background: #fff;
  color: var(--co-g);
  display: block;
  padding: 1.5rem;
  position: relative;
}
section.letterBlock .wrap .ListBtn a span {
  background: url("../images/btn_arr_1_1.svg") no-repeat center right/.5rem;
  display: block;
}
section.letterBlock .wrap .ListBtn a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: var(--co-g);
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
section.letterBlock .wrap .ListBtn a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
@media screen and (max-width: 1024px) {
  section.letterBlock .wrap .letterList li .item a {
    display: block;
  }
  section.letterBlock .wrap .letterList li .item figure {}
  section.letterBlock .wrap .letterList li .item figure img {
    aspect-ratio: 3/2;
  }
  section.letterBlock .wrap .letterList li .item ._txt {
    font-size: .8em;
    padding: 0;
  }
  section.letterBlock .wrap .letterList li .item time {
    margin-right: 1rem;
  }
  section.letterBlock .wrap .letterList li .item .catTag {
    width: 7rem;
  }
  section.letterBlock .wrap .ListBtn {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 896px) {
  section.letterBlock {
    padding: 5rem 0;
  }
  section.letterBlock .tab_ttl_wrap {
    display: block;
    margin-bottom: 2rem;
  }
  section.letterBlock .tab_ttl_wrap .title {
    margin-bottom: 2rem;
    padding: 0;
    text-align: center;
  }
  section.letterBlock .tab_ttl_wrap .tabList {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  section.letterBlock .tab_ttl_wrap .tabList .tab {
    font-size: .8em;
    margin-left: .7rem;
    padding: .2rem 1rem;
  }
  section.letterBlock .wrap .letterList {
    justify-content: space-between;
  }
  section.letterBlock .wrap .letterList li {
    flex-basis: calc(100%/2 - 0.5rem);
    margin-bottom: 1rem;
  }
  section.letterBlock .wrap .letterList li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  section.letterBlock .wrap .letterList li .item a {
    padding: 1rem;
  }
}
/*---------------------------------
　タブ切り替えスタイル
---------------------------------*/
.tab__outer .panel {
  display: none;
}
.tab__outer .panel.is-show {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}
@keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*---------------------------------

  about

---------------------------------*/
section.aboutBlock {
  background: url("../images/about_bg.jpg") no-repeat center / auto 90%;
  padding: 30rem 0;
  position: relative;
}
section.aboutBlock .wrap {
  max-width: 110rem;
  width: 80%;
  position: relative;
  z-index: 1;
}
section.aboutBlock .wrap h2 {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.15em;
}
section.aboutBlock .wrap .btn {
  margin-top: 5rem;
}
section.aboutBlock .about_img {
  margin: auto;
  position: absolute;
}
section.aboutBlock .about_img img {
  border-radius: 2rem;
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
section.aboutBlock .about_img.img01 {
  aspect-ratio: 3 / 2;
  width: 29rem;
  top: 5%;
  left: 30%;
}
section.aboutBlock .about_img.img02 {
  aspect-ratio: 3 / 2;
  width: 40%;
  height: max-content;
  top: 0;
  right: 0;
  bottom: 0;
}
section.aboutBlock .about_img.img03 {
  aspect-ratio: 3 / 2;
  width: 25rem;
  bottom: 10%;
  right: 30%;
}
section.aboutBlock .about_img.img04 {
  aspect-ratio: 2 / 3;
  width: 29rem;
  left: 2.5%;
  bottom: 5%;
}
@media screen and (max-width: 1440px) {
  section.aboutBlock .wrap {
    max-width: 90rem;
  }
}
@media screen and (max-width: 1024px) {
  section.aboutBlock .wrap {
    max-width: 60rem;
  }
  section.aboutBlock .about_img.img01 {
    width: 30rem;
    left: 15%;
  }
  section.aboutBlock .about_img.img02 {
    aspect-ratio: 1 / 1;
    width: 48%;
  }
  section.aboutBlock .about_img.img03 {
    width: 30rem;
  }
  section.aboutBlock .about_img.img04 {
    width: 23rem;
  }
}
@media screen and (max-width: 896px) {
  section.aboutBlock {
    padding: 25rem 0;
  }
  section.aboutBlock .about_img.img01 {
    width: 25rem;
    left: 10%;
  }
  section.aboutBlock .about_img.img02 {
    width: 48%;
  }
  section.aboutBlock .about_img.img03 {
    width: 25rem;
  }
  section.aboutBlock .about_img.img04 {
    width: 20rem;
  }
}
@media screen and (max-width: 480px) {
  section.aboutBlock {
    background-position: top -15% right 220%;
    background-size: auto 70%;
    padding: 20rem 0 27rem;
  }
  section.aboutBlock .wrap h2 {
    font-size: 2.4rem;
  }
  section.aboutBlock .wrap .btn {
    margin-top: 3rem;
    max-width: 23rem;
  }
  section.aboutBlock .about_img.img01 {
    width: 20rem;
  }
  section.aboutBlock .about_img.img02 {
    width: 45%;
    top: 0rem;
  }
  section.aboutBlock .about_img.img03 {
    width: 17rem;
    right: 20%;
    bottom: 10rem;
  }
  section.aboutBlock .about_img.img04 {
    width: 15rem;
  }
}
/*---------------------------------

  特色

---------------------------------*/
.featureBlock {
  background: #c4d7d1;
  padding: 7rem 0 7rem;
}
.featureBlock .wrap {}
.featureBlock .wrap .title {
  max-width: fit-content;
  margin: 0 auto 2rem;
  text-align: center;
  position: relative;
}
.featureBlock .wrap .title h2, .featureBlock .wrap .title p {
  position: relative;
  z-index: 1;
}
.featureBlock .wrap .title::after {
  background: url("../images/feature_deco.png") no-repeat left bottom/contain;
  content: '';
  margin: auto;
  position: absolute;
  top: -11rem;
  left: -13rem;
  width: 25rem;
  height: 23rem;
}
.featureBlock .wrap #feature-slider {
  margin: auto;
  width: 100%;
}
.featureBlock .wrap #feature-slider .splide__slide {
  cursor: grab;
}
.featureBlock .wrap #feature-slider .splide__slide ._inner {
  padding: 4rem;
}
.featureBlock .wrap #feature-slider .splide__slide ._inner .txtBox {
  flex-basis: 50%;
  padding: 2rem 0 0;
}
.featureBlock .wrap #feature-slider .splide__slide ._inner .txtBox h3 {
  font: var(--marug);
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 1.5rem;
}
.featureBlock .wrap #feature-slider .splide__slide ._inner figure {
  border-radius: 1rem;
  overflow: hidden;
}
.featureBlock .wrap #feature-slider .splide__slide ._inner figure img {
  width: 100%;
  vertical-align: bottom;
}
#feature-slider .splide__arrows {
  display: flex;
  justify-content: center;
}
#feature-slider .splide__arrows button {
  border: none;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3rem;
  cursor: pointer;
  flex-basis: 7rem;
  height: 7rem;
  margin: 0 1rem;
}
#feature-slider .splide__arrows button.splide__arrow--prev {
  background-image: url("../images/news_arr_prev.svg");
}
#feature-slider .splide__arrows button.splide__arrow--next {
  background-image: url("../images/news_arr_next.svg");
}
#feature-slider .splide__arrows button svg {
  display: none;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {
  .featureBlock .wrap #feature-slider .splide__slide ._inner {
    padding: 3rem;
  }
  .featureBlock .wrap #feature-slider .splide__slide ._inner .txtBox h3 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 896px) {
  .featureBlock {
    padding: 3rem 0 5rem;
  }
  .featureBlock .wrap .title::after {
    top: -8rem;
    left: -8rem;
    width: 19rem;
    height: 17rem;
  }
  .featureBlock .wrap #feature-slider .splide__slide ._inner {
    padding: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .featureBlock .wrap .title::after {
    top: -6rem;
    left: -5rem;
    width: 13rem;
    height: 12rem;
  }
  .featureBlock .wrap #feature-slider .splide__slide ._inner {
    padding: 1rem;
  }
  .featureBlock .wrap #feature-slider .splide__slide ._inner .txtBox h3 {
    font-size: 1.2em;
  }
}
/*---------------------------------

  serviceBlock

---------------------------------*/
section.serviceBlock {
  background: #d1e7ad url("../images/service_bg-snow.png");
  padding-bottom: 10rem;
}
section.serviceBlock .inner {
  padding: 10rem 0;
  position: relative;
}
section.serviceBlock .inner::before, section.serviceBlock .inner::after {
  content: '';
  position: absolute;
  width: 32rem;
  height: 51rem;
}
section.serviceBlock .inner::before {
  background: url("../images/service_deco01.png") no-repeat left bottom/auto 100%;
  position: absolute;
  top: -5rem;
  right: 0;
}
section.serviceBlock .inner::after {
  background: url("../images/service_deco02.png") no-repeat top right/auto 100%;
  position: absolute;
  left: 0;
  bottom: -5rem;
}
section.serviceBlock .wrap {
  max-width: 150rem;
}
section.serviceBlock .wrap .title {
  text-align: center;
  position: relative;
  z-index: 1;
}
section.serviceBlock .wrap .title._service {}
section.serviceBlock .wrap .title._service h2 {
  background: url("../images/service_ttl_deco.svg") no-repeat center bottom 1rem/38rem;
}
section.serviceBlock .wrap .seMenuBox {
  display: flex;
  justify-content: space-between;
  margin: 7rem auto 0;
  position: relative;
  z-index: 1;
}
section.serviceBlock .wrap .seMenuBox ._item {
  flex-basis: 31%;
  transition: all .3s;
}
section.serviceBlock .wrap .seMenuBox ._item a {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top 2rem right 2rem;
  background-size: 3rem;
  border-radius: 2rem;
  box-shadow: 5px 5px 0 0 rgba(187, 188, 172, 0.75);
  color: var(--co-bl);
  display: block;
  padding: 10rem 3rem 5rem;
  text-align: center;
}
section.serviceBlock .wrap .seMenuBox ._item figure {
  margin: auto;
  height: 12rem;
}
section.serviceBlock .wrap .seMenuBox ._item figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
section.serviceBlock .wrap .seMenuBox ._item ._txt {
  margin-top: 4rem;
}
section.serviceBlock .wrap .seMenuBox ._item ._txt h3 {
  font: var(--marug);
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: .15em;
}
section.serviceBlock .wrap .seMenuBox ._item ._txt p {}
section.serviceBlock .wrap .seMenuBox ._item._disabled-child a {
  background-image: url("../images/btn_arr_2_3.svg");
}
section.serviceBlock .wrap .seMenuBox ._item._disabled-child p {
  color: #6DB063;
}
section.serviceBlock .wrap .seMenuBox ._item._disabled a {
  background-image: url("../images/btn_arr_2_2.svg");
}
section.serviceBlock .wrap .seMenuBox ._item._disabled p {
  color: #63b0af;
}
section.serviceBlock .wrap .seMenuBox ._item._welfare a {
  background-image: url("../images/btn_arr_2_1.svg");
}
section.serviceBlock .wrap .seMenuBox ._item._welfare p {
  color: #e0b06f;
}
section.serviceBlock .wrap .seMenuBox ._item a:hover {
  box-shadow: 1px 1px 0 0 rgba(187, 188, 172, 0.75);
  transform: translate(4px, 4px);
}
section.serviceBlock .wrap .seMenuBox ._item._disabled-child a:hover {
  background-color: #DDE9DA;
}
section.serviceBlock .wrap .seMenuBox ._item._disabled a:hover {
  background-color: #DAE9E7;
}
section.serviceBlock .wrap .seMenuBox ._item._welfare a:hover {
  background-color: #F8F1DB;
}
@media screen and (max-width: 1024px) {
  section.serviceBlock .wrap .seMenuBox ._item a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  section.serviceBlock .wrap .seMenuBox ._item figure {
    height: 10rem;
  }
  section.serviceBlock .wrap .seMenuBox ._item ._txt h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 896px) {
  section.serviceBlock .inner {
    padding: 5rem 0;
  }
  section.serviceBlock .wrap .seMenuBox {
    display: block;
    margin: 4rem auto 0;
  }
  section.serviceBlock .wrap .seMenuBox ._item + ._item {
    margin-top: 2rem;
  }
  section.serviceBlock .wrap .seMenuBox ._item a {
    display: flex;
    align-items: center;
    padding: 3.5rem 3rem;
  }
  section.serviceBlock .wrap .seMenuBox ._item figure {
    height: 9rem;
    margin: 0 3rem;
    width: 20rem;
  }
  section.serviceBlock .wrap .seMenuBox ._item ._txt {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  section.serviceBlock .wrap .seMenuBox {
    display: block;
  }
  section.serviceBlock .inner::before, section.serviceBlock .inner::after {
    content: '';
    position: absolute;
    width: 20rem;
    height: 36rem;
  }
  section.serviceBlock .wrap .title._service h2 {
    background-size: 25rem;
  }
  section.serviceBlock .wrap .seMenuBox ._item a {
    background-size: 1.2em;
    display: block;
    padding: 6rem 2rem 4rem;
  }
  section.serviceBlock .wrap .seMenuBox ._item figure {
    height: 9rem;
    width: auto;
    margin: auto;
  }
  section.serviceBlock .wrap .seMenuBox ._item ._txt {
    margin-top: 2rem;
  }
  section.serviceBlock .wrap .seMenuBox ._item ._txt h3 {
    font-size: 2.5rem;
  }
}
/*---------------------------------
  serviceBlock
---------------------------------*/
section.serviceBlock .faclityBlock {
  padding: 10rem 0;
  position: relative;
}
section.serviceBlock .faclityBlock::after {
  background: #fff;
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
  height: 100%;
}
section.serviceBlock .faclityBlock .wrap {
  position: relative;
  z-index: 1;
}
section.serviceBlock .faclityBlock .wrap::before, section.serviceBlock .faclityBlock .wrap::after {
  content: '';
  position: absolute;
  opacity: 0;
  transition: 2s;
}
section.serviceBlock .faclityBlock .wrap.is-show::before, section.serviceBlock .faclityBlock .wrap.is-show::after {
  opacity: 1;
}
section.serviceBlock .faclityBlock .wrap::before {
  background: url("../images/facility_deco01.png") no-repeat center/contain;
  margin: auto;
  left: -17%;
  top: 0;
  bottom: 0;
  width: 11rem;
  height: 32rem;
  transition-delay: 1s;
}
section.serviceBlock .faclityBlock .wrap::after {
  background: url("../images/facility_deco02.png") no-repeat center/contain;
  bottom: -13rem;
  right: 0;
  width: 20rem;
  height: 15rem;
  transition-delay: 2s;
}
section.serviceBlock .faclityBlock .wrap .title {
  margin-bottom: 4rem;
}
section.serviceBlock .faclityBlock .wrap .title h3 {
  background: url("../images/facility_ttl_deco.svg") no-repeat center bottom/4rem;
  color: var(--co-g);
  font: var(--marug);
  font-size: 3.7rem;
  font-weight: 700;
  letter-spacing: .15em;
  padding-bottom: 3rem;
}
section.serviceBlock .faclityBlock .wrap .faItemList {}
section.serviceBlock .faclityBlock .wrap .faItemList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
section.serviceBlock .faclityBlock .wrap .faItemList ul li {
  flex-basis: calc(100%/3);
  margin-top: 4rem;
  padding: 0 3rem;
}
section.serviceBlock .faclityBlock .wrap .faItemList ul li a {
  color: var(--co-bl);
  display: block;
}
section.serviceBlock .faclityBlock .wrap .faItemList ul li figure {
  background: #000;
  aspect-ratio: 3/2;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
section.serviceBlock .faclityBlock .wrap .faItemList ul li a figure::before {
  content: '詳細はこちら';
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 3px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .3s;
  z-index: 1;
}
section.serviceBlock .faclityBlock .wrap .faItemList ul li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.serviceBlock .faclityBlock .wrap .faItemList ul li ._txt {
  background: url("../images/btn_arr_3_1.svg") no-repeat center right/4rem;
  margin-top: 1rem;
}
section.serviceBlock .faclityBlock .wrap .faItemList ul li ._txt p:not(.ttl) {
  color: var(--co-g);
}
section.serviceBlock .faclityBlock .wrap .faItemList ul li ._txt p.ttl {
  font: var(--marug);
  font-size: 1.2em;
  font-weight: 700;
}
section.serviceBlock .faclityBlock .wrap .faItemList ul li a:hover figure::before {
  opacity: 1;
}
section.serviceBlock .faclityBlock .wrap .faItemList ul li a:hover figure img {
  transform: scale(1.1);
  opacity: .6;
}
@media screen and (max-width: 1440px) {
  section.serviceBlock .faclityBlock .wrap::before {
    left: -5%;
  }
}
@media screen and (max-width: 1024px) {
  section.serviceBlock .faclityBlock {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 896px) {
  section.serviceBlock .faclityBlock {
    padding: 5rem 0;
  }
  section.serviceBlock .faclityBlock .wrap .title {
    margin-bottom: 1rem;
  }
  section.serviceBlock .faclityBlock .wrap .title h3 {
    font-size: 3rem;
    padding-bottom: 2rem;
  }
  section.serviceBlock .faclityBlock .wrap .faItemList ul li {
    flex-basis: calc(100% / 2);
    margin-top: 2.5rem;
    padding: 0px 3rem;
  }
}
@media screen and (max-width: 480px) {
  section.serviceBlock .faclityBlock .wrap::before {
    margin: 0;
    top: -5rem;
    bottom: auto;
  }
  section.serviceBlock .faclityBlock .wrap .faItemList ul li {
    flex-basis: calc(100% / 1);
    margin-top: 2.5rem;
    padding: 0px 3rem;
  }
}
/*---------------------------------

  recruitBlock

---------------------------------*/
section.recruitBlock {
  background: url("../images/recruit_bg.jpg") no-repeat center bottom/cover;
  padding: 10rem 0;
  position: relative;
}
section.recruitBlock::before {
  /*background: #dbe0d4;*/
  background: #a2b9ae;
  content: '';
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.recruitBlock .wrap {
  background: url("../images/recruit_deco.svg") no-repeat top left/69rem;
  color: #fff;
  padding: 25rem 0 10rem;
  width: 80%;
  position: relative;
}
section.recruitBlock .wrap .title {}
section.recruitBlock .wrap .txt {
  margin: 3rem auto 5rem;
}
section.recruitBlock .wrap .btn {
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
}
section.recruitBlock .wrap .btn a {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  section.recruitBlock .wrap {
    background-size: 38rem;
    padding: 4rem 0 10rem;
  }
}
@media screen and (max-width: 480px) {
  section.recruitBlock {
    padding: 3rem 0 6rem;
  }
}