@charset "UTF-8";
/*定義カラー*/
/*定義スタイル*/
html {
  scroll-behavior: smooth;
}

.padd-20 {
  padding: 0 30px;
}

.common_p {
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1.5em;
  padding: 10px 0;
}
@media screen and (max-width: 376px) {
  .common_p {
    font-size: 0.8em;
  }
}

.hosoku {
  font-size: 0.9em;
  padding-top: 10px;
}

.p__inner .common_p {
  padding: 5px 0;
  font-weight: 500;
}

.center__text {
  text-align: center;
}

.fix-content {
  padding-top: 53px;
}

.font-weight__bold {
  font-weight: 900;
  font-size: 1.2em;
}

/*imgのみコンテンツ(fv)*/
.img-only__content {
  position: relative;
  overflow: hidden;
  height: calc(100vh + 100px);
  /*scroll*/
  /*END scroll*/
}
.img-only__content .img-inner {
  height: 100%;
  padding-bottom: 1px;
}
.img-only__content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 390px) {
  .img-only__content img {
    height: 100%;
  }
}
@media screen and (max-width: 360px) {
  .img-only__content img {
    height: auto;
  }
}
.img-only__content .absolute-p {
  color: #f9f9f9;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 2px;
  position: absolute;
  top: 10%;
  left: 10%;
}
.img-only__content .common__scroll {
  position: absolute;
  right: 5%;
  bottom: 250px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #f9f9f9;
}
.img-only__content .common__scroll::before {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: #f9f9f9;
  top: 0;
  content: "";
  height: 150px;
  left: -30px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
.img-only__content .common__scroll span {
  font-size: 1.2em;
  font-weight: bold;
  font-family: "MFW-RoleSansDispPro-Md";
  letter-spacing: 2px;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

/*test*/
.fv_open {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #111;
  position: absolute;
  z-index: 101;
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
  transition: opacity 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
}
.fv_open.fv__load {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
  transition: opacity 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
}

.page-template-page-company .img-only__content .img-inner:before,
.page-template-page-outlook .img-only__content .img-inner:before,
.page-template-page-recruit .img-only__content .img-inner:before,
.home .img-only__content .img-inner:before {
  display: none;
}

.page-template-page-company .img-only__content,
.page-template-page-outlook .img-only__content,
.page-template-page-recruit .img-only__content,
.home .img-only__content {
  position: relative;
  height: auto;
  background: #111;
}
.page-template-page-company .img-only__content .fv__img,
.page-template-page-outlook .img-only__content .fv__img,
.page-template-page-recruit .img-only__content .fv__img,
.home .img-only__content .fv__img {
  position: fixed;
  z-index: 0;
}
.page-template-page-company .img-only__content .fv__img .img-inner,
.page-template-page-outlook .img-only__content .fv__img .img-inner,
.page-template-page-recruit .img-only__content .fv__img .img-inner,
.home .img-only__content .fv__img .img-inner {
  height: 100vh;
}
.page-template-page-company .img-only__content .fv-under__content,
.page-template-page-outlook .img-only__content .fv-under__content,
.page-template-page-recruit .img-only__content .fv-under__content,
.home .img-only__content .fv-under__content {
  color: #f9f9f9;
  padding: 50px 0 70px;
  margin: auto;
  font-family: "minion-3", serif;
  font-weight: 600;
  font-style: normal;
  padding-top: 200vh;
  position: relative;
  z-index: 5;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.page-template-page-company .img-only__content .fv-under__content::before,
.page-template-page-outlook .img-only__content .fv-under__content::before,
.page-template-page-recruit .img-only__content .fv-under__content::before,
.home .img-only__content .fv-under__content::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(0, 0, 0)), to(transparent));
  background: linear-gradient(0deg, rgb(0, 0, 0) 50%, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.page-template-page-company .img-only__content .fv-under__content .fv-under__box,
.page-template-page-outlook .img-only__content .fv-under__content .fv-under__box,
.page-template-page-recruit .img-only__content .fv-under__content .fv-under__box,
.home .img-only__content .fv-under__content .fv-under__box {
  position: relative;
  z-index: 5;
  margin-bottom: 100px;
}
.page-template-page-company .img-only__content .fv-under__content .fv-under__box .fv-under__text,
.page-template-page-outlook .img-only__content .fv-under__content .fv-under__box .fv-under__text,
.page-template-page-recruit .img-only__content .fv-under__content .fv-under__box .fv-under__text,
.home .img-only__content .fv-under__content .fv-under__box .fv-under__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: auto;
  padding-bottom: 30px;
}
.page-template-page-company .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__mes,
.page-template-page-outlook .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__mes,
.page-template-page-recruit .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__mes,
.home .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__mes {
  font-size: 1.2em;
  font-weight: 700;
  padding-left: 15px;
  white-space: nowrap;
  opacity: 0;
  position: relative;
  top: -30px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-template-page-company .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__mes.js-down,
.page-template-page-outlook .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__mes.js-down,
.page-template-page-recruit .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__mes.js-down,
.home .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__mes.js-down {
  opacity: 1;
  top: 0;
}
.page-template-page-company .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__p,
.page-template-page-outlook .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__p,
.page-template-page-recruit .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__p,
.home .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__p {
  font-size: 1.1em;
  padding-top: 20px;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-template-page-company .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__p.js-down,
.page-template-page-outlook .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__p.js-down,
.page-template-page-recruit .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__p.js-down,
.home .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__p.js-down {
  opacity: 1;
}
.page-template-page-company .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__p .common_p,
.page-template-page-outlook .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__p .common_p,
.page-template-page-recruit .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__p .common_p,
.home .img-only__content .fv-under__content .fv-under__box .fv-under__text .fv-under__p .common_p {
  padding: 0 7px !important;
  line-height: 1.6em;
}
.page-template-page-company .img-only__content .fv-under__content .fv-under__box .big-img,
.page-template-page-outlook .img-only__content .fv-under__content .fv-under__box .big-img,
.page-template-page-recruit .img-only__content .fv-under__content .fv-under__box .big-img,
.home .img-only__content .fv-under__content .fv-under__box .big-img {
  width: 80%;
  display: inline-block;
}
.page-template-page-company .img-only__content .fv-under__content .fv-under__box .small-img,
.page-template-page-outlook .img-only__content .fv-under__content .fv-under__box .small-img,
.page-template-page-recruit .img-only__content .fv-under__content .fv-under__box .small-img,
.home .img-only__content .fv-under__content .fv-under__box .small-img {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 35%;
  height: auto;
  right: 30px !important;
}
.page-template-page-company .img-only__content .fv-under__content .fv-under__box .right-img__img,
.page-template-page-outlook .img-only__content .fv-under__content .fv-under__box .right-img__img,
.page-template-page-recruit .img-only__content .fv-under__content .fv-under__box .right-img__img,
.home .img-only__content .fv-under__content .fv-under__box .right-img__img {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-template-page-company .img-only__content .fv-under__content .fv-under__box .right-img__img.js-down,
.page-template-page-outlook .img-only__content .fv-under__content .fv-under__box .right-img__img.js-down,
.page-template-page-recruit .img-only__content .fv-under__content .fv-under__box .right-img__img.js-down,
.home .img-only__content .fv-under__content .fv-under__box .right-img__img.js-down {
  opacity: 1;
}
.page-template-page-company .img-only__content .fv-under__content .fv-under__box .left-img__img,
.page-template-page-outlook .img-only__content .fv-under__content .fv-under__box .left-img__img,
.page-template-page-recruit .img-only__content .fv-under__content .fv-under__box .left-img__img,
.home .img-only__content .fv-under__content .fv-under__box .left-img__img {
  text-align: right;
  position: relative;
}
.page-template-page-company .img-only__content .fv-under__content .fv-under__box .left-img__img .small-img,
.page-template-page-outlook .img-only__content .fv-under__content .fv-under__box .left-img__img .small-img,
.page-template-page-recruit .img-only__content .fv-under__content .fv-under__box .left-img__img .small-img,
.home .img-only__content .fv-under__content .fv-under__box .left-img__img .small-img {
  left: 30px;
}
.page-template-page-company .img-only__content .fv-under__content .fv-under__center__box,
.page-template-page-outlook .img-only__content .fv-under__content .fv-under__center__box,
.page-template-page-recruit .img-only__content .fv-under__content .fv-under__center__box,
.home .img-only__content .fv-under__content .fv-under__center__box {
  margin-bottom: 0;
}
.page-template-page-company .img-only__content .fv-under__content .fv-under__center__box .left-img__img,
.page-template-page-outlook .img-only__content .fv-under__content .fv-under__center__box .left-img__img,
.page-template-page-recruit .img-only__content .fv-under__content .fv-under__center__box .left-img__img,
.home .img-only__content .fv-under__content .fv-under__center__box .left-img__img {
  text-align: center;
}

/*END test*/
/*END imgのみコンテンツ(fv)*/
/*画像が左右交互コンテンツ*/
.alt-img__content {
  position: relative;
  z-index: 4;
  background: #f9f9f9;
}
.alt-img__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  right: 5px;
  opacity: 0;
  top: -30px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.alt-img__content.js-down::before {
  opacity: 1;
  top: 0;
}
.alt-img__content.alt-img__content__second:before {
  display: none;
}
.alt-img__content.alt-img__content__second .alt-img__inner {
  padding: 0 0 50px;
}
.alt-img__content::after {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  right: 5px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  opacity: 0;
  bottom: -117px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.alt-img__content.js-down::after {
  opacity: 1;
  bottom: -87px;
}
.alt-img__content .alt-img__inner {
  padding: 50px 0;
}
.alt-img__content .alt-img__inner .right-img__box {
  position: relative;
  z-index: 2;
}
.alt-img__content .alt-img__inner .right-img__box .right-img__img {
  position: relative;
  padding: 10px 0;
  margin-bottom: 10px;
}
.alt-img__content .alt-img__inner .right-img__box .right-img__img .big-img {
  width: 82%;
  display: inline-block;
}
.alt-img__content .alt-img__inner .right-img__box .right-img__img .small-img {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 35%;
  border-top: solid #f9f9f9 2px;
  border-left: solid #f9f9f9 2px;
}
.alt-img__content .alt-img__inner .left-img__box {
  position: relative;
  z-index: 1;
}
.alt-img__content .alt-img__inner .left-img__box::before {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  left: 5px;
  z-index: -1;
  opacity: 0;
  top: -60px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.alt-img__content .alt-img__inner .left-img__box.js-down::before {
  opacity: 1;
  top: -30px;
}
.alt-img__content .alt-img__inner .left-img__box .left-img__img {
  text-align: right;
  z-index: 1;
  padding-top: 30px;
}
.alt-img__content .alt-img__inner .left-img__box .left-img__img .big-img {
  width: 82%;
}
.alt-img__content .alt-img__inner .left-img__box .left-img__img .small-img {
  left: 20px;
  border-top: solid #f9f9f9 2px;
  border-right: solid #f9f9f9 2px;
  border-left: none;
}

.hotel__content .alt-img__inner,
.hotel__content .alt-img__inner {
  padding: 0 0 50px;
}

/*END 画像が左右交互コンテンツ*/
/*中央コンテンツ*/
.gray__bg {
  position: relative;
  overflow: hidden;
}
.gray__bg .gray__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-mask-position: 100% 0%;
          mask-position: 100% 0%;
  -webkit-mask-size: 280% 100%;
          mask-size: 280% 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.08) 75%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.08) 75%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: -webkit-mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
  transition: -webkit-mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
  transition: mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
  transition: mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1), -webkit-mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
}
.gray__bg .gray__img.gray__img__display {
  -webkit-mask-position: 0% 0%;
          mask-position: 0% 0%;
  -webkit-transition: -webkit-mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
  transition: -webkit-mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
  transition: mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
  transition: mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1), -webkit-mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
}
.gray__bg .gray__img .img-inner {
  height: 100%;
}
.gray__bg .gray__img .img-inner img {
  height: 100%;
}
.gray__bg .common_p {
  font-family: "Noto Sans JP";
}

.header_border .gray__img {
  -webkit-mask-position: 0% 0%;
          mask-position: 0% 0%;
}

.center__content {
  padding: 50px;
  text-align: center;
  color: #f9f9f9;
  position: relative;
  z-index: 5;
  background-color: #f9f9f9;
}
.center__content .center__inner {
  position: relative;
}
@media screen and (max-width: 320px) {
  .center__content {
    padding: 50px 20px;
  }
}

.arrow-center__content {
  position: relative;
  padding-bottom: 85px;
  overflow: hidden;
  z-index: 4;
}
.arrow-center__content::before {
  content: "";
  border-top: solid 0px transparent;
  border-right: solid 20px transparent;
  border-bottom: solid 30px #f9f9f9;
  border-left: solid 230px #f9f9f9;
  position: absolute;
  right: 50%;
  bottom: -1px;
  z-index: 1;
}
.arrow-center__content::after {
  content: "";
  border-top: solid 0px transparent;
  border-right: solid 230px #f9f9f9;
  border-bottom: solid 30px #f9f9f9;
  border-left: solid 20px transparent;
  position: absolute;
  left: 50%;
  bottom: -1px;
}

/*END 中央コンテンツ*/
/*commonコンテンツ*/
.common__content {
  padding: 40px 0;
  background-color: #f9f9f9;
  position: relative;
  z-index: 4;
}

/*END commonコンテンツ*/
/*sliderコンテンツ*/
.slider__box {
  position: relative;
  overflow: hidden;
}
.slider__box .swiper-pagination {
  left: 15px;
  bottom: 20px;
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 8;
}
.slider__box .swiper-pagination .swiper-pagination-bullet {
  background: #f9f9f9;
  opacity: 1;
}
.slider__box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
}

.arrow-right__slider .slider__box .swiper-pagination {
  left: initial;
  right: 15px;
}

/*END sliderコンテンツ*/
/*listコンテンツ*/
.list__items {
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 15px;
  position: relative;
  z-index: 1;
}
.list__items .list__h {
  font-weight: 600;
  font-size: 0.75em;
  line-height: 1.3em;
  padding: 5px 0;
}
.list__items .list__tag {
  font-size: 10px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  line-height: 1em;
}
.list__items .list__tag:before {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/themes/sango-theme-child/images/member/blog_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/*END listコンテンツ*/
/*見出し*/
.left-h {
  font-family: "MFW-RoleSansDispPro-Bd";
  font-weight: 700;
  font-size: 1.5em;
  position: relative;
  overflow: hidden;
}
.left-h .title-en-word__inner {
  position: relative;
  display: inline-block;
}
.left-h .title-en-word__inner .title-en-word {
  position: relative;
  z-index: 3;
  top: 50px;
  -webkit-transition: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  letter-spacing: -3px;
}
.left-h .title-en-word__inner .title-en-word:nth-child(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.left-h .title-en-word__inner .title-en-word:nth-child(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.left-h .title-en-word__inner .title-en-word:nth-child(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.left-h .title-en-word__inner .title-en-word:nth-child(5) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.left-h .title-en-word__inner .title-en-word:nth-child(6) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.left-h .title-en-word__inner .title-en-word:nth-child(7) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.left-h .title-en-word__inner .title-en-word:nth-child(8) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.left-h .title-en-word__inner .title-en-word:nth-child(9) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.left-h .title-en-word__inner .title-en-word:nth-child(10) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.left-h .title-en-word__inner .title-en-word:nth-child(11) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.left-h .title-en-word__inner .title-en-word:nth-child(12) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.left-h .title-en-word__inner .title-en-word:nth-child(13) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.left-h .title-en-word__inner .title-en-word:nth-child(14) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.left-h .title-en-word__inner .title-en-word:nth-child(15) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.left-h .title-en-word__inner .title-en-word:nth-child(16) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.left-h .title-en-word__inner .title-en-word:nth-child(17) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.left-h .title-en-word__inner .title-en-word:nth-child(18) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.left-h .title-en-word__inner .title-en-word:nth-child(19) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.left-h .title-en-word__inner .title-en-word:nth-child(20) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.left-h .title-en-word__inner::after {
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: 4px;
  background: #f9f9f9;
  position: absolute;
  top: 49%;
  z-index: 2;
}
.left-h.up-word .title-en-word__inner .title-en-word {
  top: 0;
}
.left-h::after {
  content: "";
  display: block;
  width: 89%;
  height: 1.5px;
  background: #2B2B2B;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.right-h {
  text-align: right;
}
.right-h::after {
  right: 0;
}
.right-h span::before {
  right: 0;
}

.Khand-font-h::after {
  display: none;
}

.Khand-font-h span::before {
  display: none;
}

.Khand-font-h {
  font-family: Khand;
  font-size: 2em;
  font-weight: 600;
  line-height: 0.7em;
}
.Khand-font-h .arrow-icon {
  display: inline-block;
  width: 70px;
  padding-left: 5px;
  padding-bottom: 4px;
  vertical-align: middle;
}
.Khand-font-h .arrow-icon__recommend {
  width: 80px !important;
}

.Khand-font-h.under-line-h {
  border-bottom: solid #333333 2px;
  padding-bottom: 5px;
}

.center-h {
  font-family: "MFW-RoleSansDispPro-Md";
  font-weight: 700;
  font-size: 1.4em;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.center-h .title-en-word {
  position: relative;
  top: 50px;
  -webkit-transition: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  letter-spacing: -3px;
}
.center-h.up-word .title-en-word {
  top: 0;
}
.center-h:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #f9f9f9;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.black-h .center-h {
  margin-bottom: 5px;
}
.black-h .center-h:after {
  background: #333333;
}

/*END 見出し*/
/*btn*/
.common_btn {
  display: inline-block;
  border: solid #2B2B2B 1.5px;
  padding: 10px 40px;
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 0.7em;
  margin-top: 10px;
  position: relative;
  background-color: #f9f9f9;
  z-index: 2;
  position: relative;
  border-radius: 2px;
}
.common_btn:before {
  position: absolute;
  top: 50%;
  right: -20px;
  height: 1.5px;
  background: #2B2B2B;
  content: "";
}
.common_btn:after {
  position: absolute;
  top: 50%;
  right: -20px;
  height: 1.5px;
  background: #2B2B2B;
  content: "";
}
.common_btn:before {
  width: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.common_btn:after {
  width: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.gray__bg .common_btn {
  background: #f9f9f9;
  color: #2B2B2B;
}
.gray__bg .common_btn span {
  position: relative;
}
.gray__bg .common_btn span::before {
  position: absolute;
  top: 45%;
  right: -60px;
  width: 18.5px;
  height: 1.5px;
  background: #f9f9f9;
  content: "";
  z-index: 10;
  display: block;
}
.gray__bg .common_btn span:after {
  position: absolute;
  top: 54%;
  right: -60px;
  height: 1.5px;
  background: #f9f9f9;
  content: "";
  width: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  z-index: 10;
}

/*END btn*/
/*simple__table*/
.simple__tr {
  text-align: left;
  font-weight: 700;
  font-size: 0.9em;
}
.simple__tr .simple__th {
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding-right: 15px;
  position: relative;
  width: 20%;
}
.simple__tr .simple__th:after {
  content: ":";
  display: block;
  font-size: 1em;
  position: absolute;
  right: 0;
  top: 0;
}
.simple__tr .simple__td {
  padding-left: 15px;
}

/*END simple__table*/
/*memberページ*/
.another__img {
  width: 100%;
  margin: auto;
  padding-bottom: 20px;
}

.blog__img {
  width: 80%;
  margin: auto;
  padding-bottom: 20px;
}

.concept__img {
  width: 90%;
  margin: auto;
  padding-bottom: 20px;
}

.outlook__img {
  width: 100%;
  padding-bottom: 20px;
  margin: auto;
}

.message__img {
  width: 70%;
  padding-bottom: 20px;
  margin: auto;
}

.workdomain__img {
  width: 65%;
  margin: auto;
  padding-bottom: 15px;
}

.workplan__img {
  width: 90%;
  margin: auto;
  padding-bottom: 10px;
}

.flow__img {
  width: 90%;
  margin: auto;
  padding-bottom: 20px;
}

.dendo__box {
  position: relative;
  padding-top: 20px;
}
.dendo__box .dendo__h {
  position: absolute;
  top: 8px;
  right: 40px;
  z-index: 2;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: 2px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-top: 45px;
}
@media screen and (max-width: 320px) {
  .dendo__box .dendo__h {
    font-size: 1em;
    letter-spacing: 0;
    padding-top: 35px;
  }
}
.dendo__box .dendo__h:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(/wp-content/themes/sango-theme-child/images/member/dendo_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 320px) {
  .dendo__box .dendo__h:before {
    width: 30px;
    height: 30px;
  }
}

.recommend__content {
  padding-top: 0;
  position: relative;
}
.recommend__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  left: 5px;
  opacity: 0;
  top: -70px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.recommend__content.js-down::before {
  opacity: 1;
  top: -40px;
}
.recommend__content::after {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  right: 5px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  opacity: 0;
  bottom: -117px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.recommend__content.js-down::after {
  opacity: 1;
  bottom: -87px;
}

.new-diary__box {
  position: relative;
  z-index: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}
.new-diary__box .new-diary__btn {
  position: absolute;
  bottom: 15px;
  right: 30px;
  width: 40px;
  height: 40px;
}
.new-diary__box .new-diary__btn.downslide_icon__hidden {
  display: none;
}

.new-diary__items {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.new-diary__items .new-diary__item a {
  font-weight: 700;
  font-size: 1.1em;
}
.new-diary__items .new-diary__item a .new-diary__date {
  display: inline-block;
  padding-right: 10px;
}
.new-diary__items .new-diary__item a .new-diary__tit {
  display: inline-block;
}
.new-diary__items .new-diary__item:first-child a::after {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(/wp-content/themes/sango-theme-child/images/member/new-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  vertical-align: middle;
}
.new-diary__items.new-diary__open {
  height: auto;
}

.new-diary__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: 0;
  right: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.blog__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: 0;
  right: 5px;
}

.search__content {
  padding-top: 0;
}
.search__content::after {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  bottom: -100px;
  left: 5px;
  z-index: 0;
}

.page-template-page-member .alt-img__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: 0;
  right: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.page-template-page-member .alt-img__content::after {
  display: none;
}
.page-template-page-member .alt-img__content.hotel__content::before {
  top: -50px;
}
.page-template-page-member .alt-img__content.hotel__content::after {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.page-template-page-member .alt-img__content .alt-img__inner .left-img__box::before {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.page-template-page-member .blog__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: 0;
  right: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.page-template-page-member .recommend__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.page-template-page-member .recommend__content::after {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.page-template-page-member .new-diary__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: 0;
  right: 0;
}

/*END memberページ*/
/*blogページ*/
.company__content {
  position: relative;
}
.company__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: -125px;
  left: 5px;
}

.yoko-slider__box {
  padding-top: 20px;
}
.yoko-slider__box .yoko-slider__box__inner {
  padding-left: 30px;
  padding-bottom: 30px;
}
.yoko-slider__box .yoko-slider__box__inner .yoko-slider__tit {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.3em;
  padding-top: 5px;
}
.yoko-slider__box .yoko-slider__box__inner .prevnext-btn .yoko-swiper-button-prev,
.yoko-slider__box .yoko-slider__box__inner .prevnext-btn .yoko-swiper-button-next {
  height: 17px;
  top: initial;
  bottom: 0;
}
.yoko-slider__box .yoko-slider__box__inner .prevnext-btn .yoko-swiper-button-prev::after,
.yoko-slider__box .yoko-slider__box__inner .prevnext-btn .yoko-swiper-button-next::after {
  display: block;
  content: "" !important;
  width: 30px;
  height: 17px;
  background-image: url(/wp-content/themes/sango-theme-child/images/blog/yoko_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.yoko-slider__box .yoko-slider__box__inner .prevnext-btn .yoko-swiper-button-prev {
  left: 30px;
}
.yoko-slider__box .yoko-slider__box__inner .prevnext-btn .yoko-swiper-button-next {
  right: 30px;
}
.yoko-slider__box .yoko-slider__box__inner .prevnext-btn .yoko-swiper-button-next::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.yoko-slider__box .yoko-slider__box__inner .swiper-pagination {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.yoko-slider__box .yoko-slider__box__inner .swiper-pagination .swiper-pagination-bullet {
  background: #2B2B2B;
}

.search-box__content {
  padding: 40px 30px;
}
.search-box__content .gray__img .img-inner img {
  width: 100%;
}
.search-box__content .center-h {
  font-size: 1em;
  padding-bottom: 0;
}
.search-box__content .center-h::after {
  display: none;
}
.search-box__content .search-wrapper {
  position: relative;
}
.search-box__content .search-wrapper .search__input {
  margin: 0;
  text-align: left;
  padding: 10px 15px;
  font-weight: 600;
  border: solid 2px #2B2B2B;
}
.search-box__content .search-wrapper .search__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.search-box__content .search-wrapper .search__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.search-box__content .search-wrapper .search__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.search-box__content .search-wrapper .search__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.search-box__content .search-wrapper .search__input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.search-box__content .search-wrapper .search__input .search-button {
  margin-left: 0;
  color: transparent;
  font-size: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 44px;
  background-color: transparent !important;
  border: none !important;
}
.search-box__content .search-wrapper .search__input .search-button::before {
  content: "\f002";
  font-size: 20px;
  color: #777;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}

.ranking__box {
  padding: 20px 0 0;
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
.ranking__box .ranking__tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ranking__box .ranking__tab_item {
  width: 25%;
  height: 50px;
  border-bottom: 1px solid #b9b9b9;
  background-color: transparent;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #B2B2B2;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ranking__box .ranking__tab_item:hover {
  opacity: 0.75;
}
.ranking__box input[name=ranking__tab_item] {
  display: none;
}
.ranking__box .ranking__tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}
.ranking__box #tab1:checked ~ #tab1_content,
.ranking__box #tab2:checked ~ #tab2_content,
.ranking__box #tab3:checked ~ #tab3_content,
.ranking__box #tab4:checked ~ #tab4_content {
  display: block;
}
.ranking__box .ranking__tabs input:checked + .ranking__tab_item {
  color: #2B2B2B;
  border-bottom: 3px solid #2B2B2B;
}
.ranking__box .ranking__tab_content .ranking__tab_content_description .tab__items {
  counter-reset: listnum;
  list-style: none;
}
.ranking__box .ranking__tab_content .ranking__tab_content_description .tab__items .tab__item {
  border-bottom: solid 1px #DDD;
}
.ranking__box .ranking__tab_content .ranking__tab_content_description .tab__items .tab__item a {
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.ranking__box .ranking__tab_content .ranking__tab_content_description .tab__items .tab__item a::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/themes/sango-theme-child/images/member/new-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  right: 2%;
  top: 8%;
}
.ranking__box .ranking__tab_content .ranking__tab_content_description .tab__items .tab__item a .img-inner {
  width: 84%;
}
.ranking__box .ranking__tab_content .ranking__tab_content_description .tab__items .tab__item a .img-inner .img-inner {
  width: 100%;
}
.ranking__box .ranking__tab_content .ranking__tab_content_description .tab__items .tab__item a .tab__detail {
  padding-left: 10px;
  font-weight: 600;
}
.ranking__box .ranking__tab_content .ranking__tab_content_description .tab__items .tab__item a .tab__detail .tab__cat::before {
  counter-increment: listnum;
  content: counter(listnum);
  background: #111;
  color: #fff;
  padding: 1px 7px;
  font-size: 10px;
  margin-right: 4px;
  vertical-align: text-bottom;
}
.ranking__box .ranking__tab_content .ranking__tab_content_description .tab__items .tab__item a .tab__detail .tab__h {
  font-size: 0.8em;
  line-height: 1.4em;
}
.ranking__box .ranking__tab_content .ranking__tab_content_description .tab__items .tab__item a .tab__detail .tab__user .img-inner {
  display: inline-block;
  width: 20px;
  vertical-align: text-top;
  line-height: 1em;
  margin-right: 5px;
}
.ranking__box .ranking__tab_content .ranking__tab_content_description .tab__items .tab__item a .tab__detail .tab__user .img-inner .img__inner {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.nyusho__content {
  padding: 0;
}
.nyusho__content .nyusho-slider__box {
  position: relative;
}
.nyusho__content .nyusho-slider__box .gray__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-mask-position: 130% 0%;
          mask-position: 130% 0%;
  -webkit-mask-size: 210% 100%;
          mask-size: 210% 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.08) 75%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.08) 75%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: -webkit-mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
  transition: -webkit-mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
  transition: mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
  transition: mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1), -webkit-mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
}
.nyusho__content .nyusho-slider__box .gray__img.gray__img__display {
  -webkit-mask-position: 0% 0%;
          mask-position: 0% 0%;
  -webkit-transition: -webkit-mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
  transition: -webkit-mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
  transition: mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
  transition: mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1), -webkit-mask-position 0.8s cubic-bezier(0.32, 0.96, 0.58, 1);
}
.nyusho__content .nyusho-slider__box .gray__img img {
  width: 100%;
}
.nyusho__content .nyusho-slider__box .nyusho-slider__inner .nyusho-slider-inner__box .nyusho-slider__box__inner {
  padding: 20px 0 20px 20px;
}
.nyusho__content .nyusho-slider__box .nyusho-slider__inner .nyusho-slider-inner__box .nyusho-slider__box__inner .nyusho__detail {
  padding-top: 5px;
}
.nyusho__content .nyusho-slider__box .nyusho-slider__inner .nyusho-slider-inner__box .nyusho-slider__box__inner .nyusho__detail .nyusho-slider__tit {
  font-size: 0.9em;
  text-align: left;
  line-height: 1.2em;
}
.nyusho__content .nyusho-slider__box .nyusho-slider__inner .nyusho-slider-inner__box .nyusho-slider__box__inner .nyusho__detail .nyusho__cat {
  text-align: left;
  font-size: 10px;
  line-height: 10px;
  margin: 5px 0;
}
.nyusho__content .nyusho-slider__box .nyusho-slider__inner .nyusho-slider-inner__box .nyusho-slider__box__inner .nyusho__detail .nyusho__cat .img-inner {
  width: 15px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.nyusho__content .nyusho-slider__box .nyusho-slider__inner .nyusho-slider-inner__box .nyusho-slider__box__inner .nyusho__detail .nyusho__cat .img-inner .img-inner {
  width: 100%;
}
.nyusho__content .nyusho-slider__box .nyusho-slider__inner .nyusho-slider-inner__box .nyusho-slider__box__inner .nyusho__detail .nyusho__cat .img-inner .img-inner img {
  width: 100%;
}
.nyusho__content .nyusho-slider__box .nyusho-slider__inner .nyusho-slider-inner__box .nyusho-slider__box__inner .nyusho__detail .nyusho__user {
  text-align: left;
  font-size: 10px;
  line-height: 10px;
}
.nyusho__content .nyusho-slider__box .nyusho-slider__inner .nyusho-slider-inner__box .nyusho-slider__box__inner .nyusho__detail .nyusho__user .img-inner {
  width: 15px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.nyusho__content .nyusho-slider__box .nyusho-slider__inner .nyusho-slider-inner__box .nyusho-slider__box__inner .nyusho__detail .nyusho__user .img-inner .img-inner {
  width: 100%;
}
.nyusho__content .nyusho-slider__box .nyusho-slider__inner .nyusho-slider-inner__box .nyusho-slider__box__inner .nyusho__detail .nyusho__user .img-inner .img-inner img {
  width: 100%;
}

.page-template-page-blog .search__content {
  padding: 30px 0;
}
.page-template-page-blog .yoko-slider__content {
  position: relative;
}
.page-template-page-blog .yoko-slider__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: 0;
  right: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.page-template-page-blog .ranking__content {
  position: relative;
}
.page-template-page-blog .ranking__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: 0;
  right: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.page-template-page-blog .ranking__content::after {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.page-template-page-blog .search__content {
  position: relative;
}
.page-template-page-blog .search__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: 0;
  right: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.page-template-page-blog .search__content::after {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.page-template-page-blog .recommend__content::before {
  display: none;
}
.page-template-page-blog .recommend__content::after {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*END blogページ*/
/*diaryページ*/
.light-gray__bg {
  background: #E8E8E8;
  padding: 50px 20px;
}
.light-gray__bg .diary__content {
  background: #f9f9f9;
  padding: 25px 25px 40px;
  margin: 30px 0;
}
.light-gray__bg .diary__content .diary-new__head {
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  font-family: "Noto Sans JP";
}
.light-gray__bg .diary__content .diary-new__head::after {
  content: "";
  display: block;
  width: 20%;
  height: 2px;
  background: #2B2B2B;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.light-gray__bg .diary__content .diary-new__head .diary-new__tit {
  font-size: 1.4em;
  margin-left: -12px;
}
.light-gray__bg .diary__content .diary-new__main {
  font-weight: 600;
  font-family: "Noto Sans JP";
}
.light-gray__bg .diary__content .diary-common__head {
  font-weight: 600;
  font-size: 1.4em;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP";
  border-bottom: solid #2B2B2B 2px;
}
.light-gray__bg .diary__content .diary-common__head .arrow-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 70px;
  padding-left: 5px;
  padding-bottom: 4px;
  vertical-align: bottom;
}
.light-gray__bg .diary__content .diary-common__head .arrow-icon.arrow-icon__recommend {
  width: 80px !important;
}
.light-gray__bg .diary__content .diary-common__head .arrow-icon.arrow-icon__author {
  width: 80px !important;
}
.light-gray__bg .diary__content .diary-list__item a {
  font-weight: 600;
  font-size: 1.1em;
}
.light-gray__bg .diary__content .diary-popular__content {
  counter-reset: listnum;
}
.light-gray__bg .diary__content .diary-popular__content .diary-popular__item::before {
  counter-increment: listnum;
  content: counter(listnum);
  background: #333333;
  color: #f9f9f9;
  font-weight: 600;
  text-align: center;
  width: 25px;
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
}
.light-gray__bg .diary__content .diary-popular__content .diary-popular__item a {
  font-weight: 600;
  font-size: 1.1em;
  color: #666666;
}
.light-gray__bg .diary__content .diary-author__nm {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.1em;
  padding-top: 10px;
}
.light-gray__bg .diary__content .diary-author__nm span {
  font-size: 0.6em;
  font-weight: 900;
  padding-left: 5px;
}
.light-gray__bg .diary__content.diary-btn__content {
  padding: 25px;
}
.light-gray__bg .diary__content.diary-btn__content .diary-common__btn {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.light-gray__bg .diary__content.diary-btn__content .diary-common__btn .img-inner {
  display: inline-block;
  width: 35px;
}

.diary-list__downslide {
  height: 570px;
  overflow: hidden;
  position: relative;
}
.diary-list__downslide.diary-list__downslide__open {
  height: auto;
}

.diary-list__content {
  position: relative;
}
.diary-list__content .downslide_icon {
  position: absolute;
  bottom: -3%;
  right: 0;
  left: 0;
  margin: auto;
  width: 40px;
}

.text-list__box {
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
.text-list__box .text-list__item {
  display: inline-block;
  padding-right: 5px;
}
.text-list__box .text-list__item a {
  font-weight: 700;
  display: inline-block;
}
.text-list__box .text-list__item a::before {
  content: "#";
  padding-right: 2px;
}

.page-id-7406 .recommend__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: -40px;
  right: 0;
  left: initial;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.page-id-7406 .recommend__content::after {
  display: none;
}
.page-id-7406 .search__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: -40px;
  left: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.page-id-7406 .search__content::after {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  bottom: 0;
  right: 0;
  left: initial;
}

.single-diary__bg {
  background-color: #5D5D5D;
}

/*END diaryページ*/
/*companyページ*/
.list__inner {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
}

.card__inner {
  padding: 20px 0;
}
.card__inner .card_box__inner {
  position: relative;
}
.card__inner .card_box__inner .card_slider {
  overflow: hidden;
}
.card__inner .card_box__inner .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #333 !important;
  opacity: 1 !important;
}
.card__inner .card_box__inner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c1c1c1 !important;
  width: 17px !important;
  border-radius: 50px !important;
}

.card__content:first-child {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.card__content:first-child .card__detail:after {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: -1;
  bottom: -181px;
  left: -31px;
}

.card__content {
  position: relative;
  z-index: 1;
}

.card__detail {
  background: #EFEFEF;
  padding: 20px 20px 25px;
  text-align: center;
}
.card__detail .card__h3 {
  font-family: "MFW-RoleSansDispPro-Md";
  font-weight: 500;
  font-size: 1.4em;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
}
.card__detail .card__h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #2B2B2B;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.card__detail .card__tag {
  font-size: 10px;
  font-weight: 500;
}

.card1__content {
  position: relative;
}
.card1__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: 0;
  right: 5px;
}
.card1__content::after {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  bottom: -24px;
  left: 0;
}
.card1__content .card__detail {
  padding: 20px 20px 45px;
}

.card__list {
  padding-top: 55px;
  display: none;
}
.card__list.card__list__open {
  display: block;
}
.card__list .card__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: 700;
}

.card1__content .card__inner .card__content:first-child {
  margin-bottom: 0;
}
.card1__content .card__inner .card__content:first-child:after {
  display: none;
}

.open-card__content::before {
  display: none !important;
}
.open-card__content::after {
  display: none !important;
}
.open-card__content .card__inner .card__content:first-child {
  margin-bottom: 0;
}
.open-card__content .card__inner .card__content:first-child:after {
  display: none;
}
.open-card__content .card__content__inner {
  padding-bottom: 50px;
}
.open-card__content .card__content__inner .card__content {
  position: relative;
}
.open-card__content .card__content__inner .card__content .card__detail {
  padding: 20px 20px 40px;
}
.open-card__content .card__content__inner .card__content .center__text {
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
}
.open-card__content .card__content__inner .card__content .center__text .common_btn {
  background-color: #f9f9f9;
}

.some-plans__content {
  position: relative;
}
.some-plans__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: -25px;
  right: 5px;
}
.some-plans__content::after {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  bottom: -40px;
  right: 5px;
}

.history__content {
  position: relative;
}
.history__content::after {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  bottom: -40px;
  right: 5px;
}
.history__content .list__box {
  position: relative;
}

.vertical-rl__content::before {
  left: 0;
  right: initial;
}
.vertical-rl__content::after {
  left: 0;
  right: initial;
  bottom: 99px;
}
.vertical-rl__content .vertical-rl__box {
  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;
  padding-top: 15px;
}
.vertical-rl__content .vertical-rl__box .common_p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-fauture-settings: initial;
  display: inline-block;
  padding-left: 13px;
  letter-spacing: 1px;
  font-size: 0.85em;
  line-height: 1.7em;
  padding-top: 0 !important;
}
.vertical-rl__content .big-img {
  width: 82% !important;
}
.vertical-rl__content .small-img {
  width: 35% !important;
  right: 20px !important;
}
.vertical-rl__content .left-img__box {
  padding-top: 45px;
  padding-bottom: 50px;
}
.vertical-rl__content .left-img__box::before {
  top: -133px !important;
  left: initial !important;
  right: 5px !important;
  z-index: -1;
}

.big-img__content {
  background: #f9f9f9;
  position: relative;
  padding: 10px 0 80px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.big-img__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  right: 5px;
  opacity: 0;
  top: -30px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.big-img__content.js-down::before {
  opacity: 1;
  top: 0;
}
.big-img__content::after {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  left: 0;
  opacity: 0;
  bottom: -155px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.big-img__content.js-down::after {
  opacity: 1;
  bottom: -125px;
}
.big-img__content .big-img__inner {
  position: relative;
  z-index: 1;
}
.big-img__content .big-img__box {
  text-align: center;
  font-family: "Noto Sans JP";
}
.big-img__content .big-img__box .big-img__img {
  margin-top: -12px;
  position: relative;
  z-index: 1;
}
.big-img__content .big-img__box .hosoku {
  font-size: 0.9em;
  font-weight: 600;
  text-align: left;
}
.big-img__content .big-img__box .big-img__h {
  padding-top: 60px;
  position: relative;
  z-index: 2;
  text-align: left;
}
.big-img__content .big-img__box .big-img__h .big-img__en {
  font-family: "MFW-RoleSansDispPro-Md";
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 2px;
}
.big-img__content .big-img__box .big-img__h .big-img__jp {
  font-weight: 700;
  font-size: 1em;
}
.big-img__content .big-img__box .big-img__under {
  text-align: left;
  padding-top: 15px;
}
.big-img__content .big-img__box .big-img__under .common__p {
  font-size: 0.95em;
  line-height: 1.7;
  padding: 5px 0;
}

/*END companyページ*/
/*recruitページ*/
.step-list__items {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.step-list__items .step-list__item {
  padding-bottom: 10px;
}
.step-list__items .step-list__item .step-list__h {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
}
.step-list__items .step-list__item .step-list__h .step-list__deco {
  background: #f9f9f9;
  padding: 3px 6px 1px;
  margin: 0;
  color: #333333;
  font-size: 12px;
  border-radius: 2px;
  margin-right: 8px;
}
.step-list__items .step-list__item .common_p {
  font-weight: 500;
}

.team__content .alt-img__inner .right-img__box .right-img__img {
  position: relative;
  padding: 258px 0 0;
}
.team__content .alt-img__inner .right-img__box .right-img__img .big-img {
  position: absolute;
  right: 0;
  top: 25px;
  width: 93%;
}
.team__content .alt-img__inner .right-img__box .right-img__img .small-img {
  bottom: -45px;
  width: 28%;
}
.team__content .alt-img__inner .right-img__box .right-img__img .big-img {
  right: initial;
  left: 0;
}
.team__content .alt-img__inner .left-img__box .common_p {
  padding-top: 20px;
}

.simple-list {
  position: relative;
}
.simple-list::before {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: -30px;
  left: -30px;
}
.simple-list .simple-list__items {
  border-top: solid 2px #E8E8E8;
  margin-top: 10px;
  position: relative;
  background: #f9f9f9;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0 5px;
  z-index: 1;
}
.simple-list .simple-list__items .simple-list__item {
  border-bottom: solid 2px #E8E8E8;
  padding: 15px 0 3px;
}
.simple-list .simple-list__items .simple-list__item .simple-list__h {
  font-weight: 700;
  line-height: 1em;
}
.simple-list .simple-list__items .simple-list__item .simple-list__h:before {
  content: "■";
  padding-right: 3px;
}

.another__box {
  padding-top: 25px;
  position: relative;
}
.another__box .another__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 20px;
  row-gap: 20px;
}
.another__box .another__items .another__detail {
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2em;
  padding-top: 10px;
}
.another__box .another__items .another__detail .another__en {
  font-size: 11px;
}

.online__cont {
  position: relative;
  z-index: 4;
}
.online__cont::before {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  right: 5px;
  opacity: 0;
  top: -30px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.online__cont.js-down::before {
  opacity: 1;
  top: 0;
}
.online__cont::after {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  left: 0;
  opacity: 0;
  bottom: -200px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.online__cont.js-down::after {
  opacity: 1;
  bottom: -170px;
}
.online__cont .online__box {
  padding-top: 25px;
}
.online__cont .online__box .online_box__inner {
  overflow: hidden;
  position: relative;
}
.online__cont .online__box .online_box__inner .online__content {
  -webkit-transform: scale(0.3) !important;
          transform: scale(0.3) !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: 0;
}
.online__cont .online__box .online_box__inner .online__content .online__item:hover {
  text-decoration: none;
}
.online__cont .online__box .online_box__inner .online__content .online__item .img-inner {
  width: 75%;
  margin: auto;
}
.online__cont .online__box .online_box__inner .online__content .online__item .online__detail {
  text-align: center;
  padding-top: 20px;
  display: none;
}
.online__cont .online__box .online_box__inner .online__content .online__item .online__detail .online__h {
  font-weight: 700;
  font-size: 1.3em;
  border-bottom: solid 2px #111;
  display: inline-block;
  font-family: "MFW-RoleSansDispPro-Md";
}
.online__cont .online__box .online_box__inner .online__content .online__item .online__detail .common_p {
  padding-bottom: 0;
}
.online__cont .online__box .online_box__inner .online__content .online__item .online__detail .online__en {
  font-size: 11px;
}
.online__cont .online__box .online_box__inner .online__content.swiper-slide-prev {
  -webkit-transform: scale(0.6) !important;
          transform: scale(0.6) !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: 1;
}
.online__cont .online__box .online_box__inner .online__content.swiper-slide-next {
  -webkit-transform: scale(0.6) !important;
          transform: scale(0.6) !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: 1;
}
.online__cont .online__box .online_box__inner .online__content.swiper-slide-active {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  z-index: 2;
}
.online__cont .online__box .online_box__inner .online__content.swiper-slide-active .online__detail {
  display: block;
}
.online__cont .online__box .online_box__inner .swiper-button-next, .online__cont .online__box .online_box__inner .swiper-button-prev {
  top: 65%;
  z-index: 8;
}
.online__cont .online__box .online_box__inner .swiper-button-next:after, .online__cont .online__box .online_box__inner .swiper-button-prev:after {
  display: block;
  content: "" !important;
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/themes/sango-theme-child/images/product/online_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.online__cont .online__box .online_box__inner .swiper-button-next:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*END recruitページ*/
/*outlook*/
.fv-under__mes__inner {
  height: 100vh;
  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;
  width: 100%;
  position: fixed;
  top: 0;
}
.fv-under__mes__inner .fv-under__mes__box {
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 600;
}
.fv-under__mes__inner .fv-under__mes__box .fv-under__mes__en {
  font-size: 2em;
  letter-spacing: 2px;
}

.card__list__btn::before {
  width: 12px;
  height: 1.5px;
  right: 11px;
}
.card__list__btn::after {
  width: 12px;
  height: 1.5px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 17px;
  top: 67%;
}
.card__list__btn.card__list__btn__open::after {
  display: none;
}

.boon__content::before {
  display: none;
}
.boon__content::after {
  left: initial;
  right: 0;
}

.hotel__content::before {
  display: none;
}

/*END outlook*/
/*top*/
.home .product__box {
  padding-bottom: 10px;
}
.home .top-diary__h {
  margin-top: 50px;
}
.home .top-only-img {
  position: absolute;
  width: 27%;
  right: 10%;
  bottom: -71%;
}
.home .top-only2__img {
  left: 0 !important;
  bottom: -95px !important;
}
.home .top-p__right {
  padding-left: 140px;
}
.home .left-img__box {
  padding-top: 0;
}
.home .team__content .alt-img__inner .right-img__box .right-img__img {
  padding: 234px 0 0;
}
@media screen and (max-width: 376px) {
  .home .team__content .alt-img__inner .right-img__box .right-img__img {
    padding: 213px 0 0;
  }
}
.home .team__content .alt-img__inner .right-img__box .right-img__img .small-img {
  bottom: -93px;
}
.home .team__content .alt-img__inner .right-img__box .right-img__img.left-img__img {
  padding: 280px 0 0;
}
@media screen and (max-width: 376px) {
  .home .team__content .alt-img__inner .right-img__box .right-img__img.left-img__img {
    padding: 250px 0 0;
  }
}
.home .team__content .alt-img__inner .left-img__box .common_p {
  padding-top: 10px;
}

.img__content {
  padding: 0;
}
.img__content.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 9;
}

.img-para__content .common__inner {
  height: 1400vh;
}
.img-para__content .common__inner .img-para {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 4;
}
.img-para__content .common__inner .img-para .img-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.img-para__content .common__inner .img-para .img-inner .img-inner {
  width: 100%;
  height: 100%;
}
.img-para__content .common__inner .img-para .img-inner .img-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.img-para__content .common__inner .img-para .img-inner.img-para__con1 {
  z-index: 0;
}
.img-para__content .common__inner .img-para .img-inner.img-para__con2, .img-para__content .common__inner .img-para .img-inner.img-para__con3, .img-para__content .common__inner .img-para .img-inner.img-para__con4 {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.img-para__content .common__inner .img-para .img-inner.img-para__con2.js-change, .img-para__content .common__inner .img-para .img-inner.img-para__con3.js-change, .img-para__content .common__inner .img-para .img-inner.img-para__con4.js-change {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.img-para__content .common__inner .img-para_box {
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 0;
}
.img-para__content .common__inner .img-para_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 700%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(29%, rgb(3, 3, 4)), to(transparent));
  background: linear-gradient(0deg, rgb(3, 3, 4) 29%, transparent);
  position: absolute;
  top: 0;
  left: 0;
}
.img-para__content .common__inner .img-para_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 200vh;
}
.img-para__content .common__inner .img-para_box .img-para__detail {
  height: 100vh;
  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;
  width: 100%;
  color: #f9f9f9;
  font-family: "minion-3", serif;
  font-weight: 600;
  font-style: normal;
}
.img-para__content .common__inner .img-para_box .img-para__detail .img-para__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 600;
}
.img-para__content .common__inner .img-para_box .img-para__detail .img-para__inner .img-para__en {
  font-size: 2em;
  letter-spacing: 2px;
  line-height: 1.2em;
}
.img-para__content .common__inner .img-para_box .img-para__detail .img-para__inner .img-para__big-jp {
  font-size: 1.6em;
  margin-left: 30px;
  line-height: 1.5em;
  letter-spacing: 2px;
}
.img-para__content .common__inner .img-para_box .img-para__detail .img-para__inner.img-para-mes__inner {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: auto;
  padding-bottom: 30px;
  text-align: left;
}
.img-para__content .common__inner .img-para_box .img-para__detail .img-para__inner.img-para-mes__inner .img-para__mes {
  font-size: 1.2em;
  font-weight: 700;
  padding-left: 15px;
  white-space: nowrap;
}
.img-para__content .common__inner .img-para_box .img-para__detail .img-para__inner.img-para-mes__inner .img-para__p {
  font-size: 1.1em;
  padding-top: 20px;
}
.img-para__content .common__inner .img-para_box .img-para__detail .img-para__inner.img-para-mes__inner .img-para__p .common_p {
  padding: 0 7px !important;
  line-height: 1.6em;
}
.img-para__content .common__inner .img-para_box .img-para__detail.img-para__detail__content1, .img-para__content .common__inner .img-para_box .img-para__detail.img-para__detail__content2, .img-para__content .common__inner .img-para_box .img-para__detail.img-para__detail__content3, .img-para__content .common__inner .img-para_box .img-para__detail.img-para__detail__content4, .img-para__content .common__inner .img-para_box .img-para__detail.img-para__detail__content5, .img-para__content .common__inner .img-para_box .img-para__detail.img-para__detail__content6, .img-para__content .common__inner .img-para_box .img-para__detail.img-para__detail__content7 {
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  position: fixed;
  top: 0;
}
.img-para__content .common__inner .img-para_box .img-para__detail.img-para__detail__content1.js-show__para, .img-para__content .common__inner .img-para_box .img-para__detail.img-para__detail__content2.js-show__para, .img-para__content .common__inner .img-para_box .img-para__detail.img-para__detail__content3.js-show__para, .img-para__content .common__inner .img-para_box .img-para__detail.img-para__detail__content4.js-show__para, .img-para__content .common__inner .img-para_box .img-para__detail.img-para__detail__content5.js-show__para, .img-para__content .common__inner .img-para_box .img-para__detail.img-para__detail__content6.js-show__para, .img-para__content .common__inner .img-para_box .img-para__detail.img-para__detail__content7.js-show__para {
  opacity: 1;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.img-para__content .common__inner .img-para_box .img-para__detail .img-para-logo__inner {
  padding-bottom: 30px;
  width: 35%;
}

.dendo__content {
  position: relative;
}
.dendo__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 285px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  right: 5px;
  opacity: 0;
  top: -30px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.dendo__content.js-down::before {
  opacity: 1;
  top: 0;
}

/*END top*/
/*product*/
.page-template-page-service .alt-img__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: 0;
  right: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.page-template-page-service .alt-img__content .alt-img__inner .left-img__box::before {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.page-template-page-service .alt-img__content::after {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.page-template-page-service .online__cont::before {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: 0;
  right: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.page-template-page-service .online__cont::after {
  display: none;
}
.page-template-page-service .another__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.page-template-page-service .card1__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  top: 0;
  right: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.page-template-page-service .card1__content::after {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 130px;
  background-image: url(/wp-content/themes/sango-theme-child/images/common/deco-yoko.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.page-template-page-service .card__content:first-child .card__detail:after {
  display: none;
}

/*END product*/
/*animation*/
.js_fadein {
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.js_fadein.js_show {
  opacity: 1;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

/*END animation*/