/*****************************

top CSS

*****************************/

/* loading
-------------------------------------- */

#loading {
  width: calc(100% - 60px);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 999;
  background-color: #fff;
}

#loading .js-load_logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  width: 130px;
  height: 120px;
}

#loading .js-load_logo::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  right: 0;
  bottom: -10px;
  left: 0;
  margin: auto;
  background: radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 70%);
  transform: scaleY(0.1);
  transform-origin: bottom center;
}
#loading .logo_wr {
  width: 100%;
  height: 100%;
  position: relative;
  -moz-animation: krkr 1.8s linear infinite alternate;
  -webkit-animation: krkr 1.8s linear infinite alternate;
  animation: krkr 1.8s linear infinite alternate;
  overflow: hidden;
}

#loading .logo_wr img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 900px) {
  #loading {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
}
#loading .sub_ttl {
  text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}
#loading .sub_ttl .wr {
  position: relative;
  overflow: hidden;
}
#loading .sub_ttl .wr::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
  transform: translateX(-100%);
  transition: 0.4s ease-in-out;
}
#loading .sub_ttl span.inb:first-of-type {
  margin-right: 0.5em;
  padding-left: 1.2em;
}

#loading .sub_ttl span.inb span {
  opacity: 0;
  transition: 0.4s;
}

@media all and (max-width: 900px) {
  #loading .sub_ttl {
    flex-direction: column;
    font-size: 8vw;
    letter-spacing: 0.8em;
  }
  #loading .sub_ttl span.inb:first-of-type {
    margin-right: 0;
    padding-left: 0;
  }
  #loading .sub_ttl .wr {
    padding: 0 1em;
  }
}
@media all and (max-width: 600px) {
  #loading .sub_ttl {
    font-size: 10vw;
    letter-spacing: 0.4em;
    padding-left: 0.7em;
    line-height: 1.6;
    padding-bottom: 0;
  }
}

#loading.is_load .sub_ttl span.inb .tw02 {
  transition-delay: 0.6s;
}

#loading.is_load .sub_ttl span.inb .tw03 {
  transition-delay: 0.85s;
}
#loading.is_load .sub_ttl span.inb .tw04 {
  transition-delay: 1.1s;
}
#loading.is_load .sub_ttl span.inb .tw05 {
  transition-delay: 1.35s;
}
#loading.is_load .sub_ttl span.inb .tw06 {
  transition-delay: 1.6s;
}
#loading.is_load .sub_ttl span.inb .tw07 {
  transition-delay: 1.85s;
}
#loading.is_load .sub_ttl span.inb .tw08 {
  transition-delay: 2.1s;
}
#loading.is_load .sub_ttl span.inb .tw09 {
  transition-delay: 2.35s;
}
#loading.is_load .sub_ttl span.inb .tw10 {
  transition-delay: 2.6s;
}
#loading.is_load .sub_ttl span.inb .tw11 {
  transition-delay: 2.85s;
}

#loading.is_load .sub_ttl span.inb span {
  opacity: 1;
}

#loading.is_load .sub_ttl .wr::before {
  transform: translateX(100%);
  transition-delay: 3s;
}
#wrapper {
  display: block;
}
#wrapper.hidden {
  display: none;
}

/* fv
-------------------------------------- */
#fv {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}

#fv .fv_img {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

#fv .fv_video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#fv .fv_video video {
  position: absolute;
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
  margin: auto;
  width: 150%;
  height: auto;
  min-width: 100vw;
  min-height: 100vh;
}
#fv .sub_ttl {
  z-index: 3;
}
#fv .sub_ttl span:first-of-type {
  margin-right: 0.5em;
  padding-left: 1.2em;
}
@media all and (max-width: 900px) {
  #fv .fv_img {
    height: calc(100vh - 59px);
    height: calc(var(--vh, 1vh) * 100 - 59px);
  }
  #fv::before,
  #fv::after {
    z-index: 2;
    content: "";
    display: block;
    width: 50%;
    position: absolute;
    bottom: 0;
    margin: auto;
    z-index: 3;
    mix-blend-mode: multiply;
    height: 10vh;
  }
  #fv::before {
    background: linear-gradient(
      to top right,
      #8095ba 50%,
      rgba(0, 0, 0, 0) 50%
    );
    left: 0;
  }
  #fv::after {
    background: linear-gradient(to top left, #8095ba 50%, rgba(0, 0, 0, 0) 50%);
    right: 0;
  }

  #fv .fv_img.slider01 {
    background-position: 80%, 50%;
  }
  #fv .fv_img.slider02 {
    background-position: 30%, 50%;
  }
  #fv .fv_img.slider03 {
    background-position: 70%, 50%;
  }
  #fv .fv_img.slider04 {
    background-position: 10%, 50%;
  }
  #fv .fv_img.slider05 {
    background-position: 10%, 50%;
  }

  #fv .sub_ttl {
    flex-direction: column;
    font-size: 8vw;
    letter-spacing: 0.8em;
  }
  #fv .sub_ttl span:first-of-type {
    margin-right: 0;
    padding-left: 0;
  }
}
@media all and (max-width: 600px) {
  #fv {
    margin-bottom: 60px;
  }
  #fv .fv_img {
    height: calc(100vh - 49px);
    height: calc(var(--vh, 1vh) * 100 - 49px);
    background-position: 50% 50%;
  }
  #fv .fv_video {
    height: calc(100vh - 49px);
    height: calc(var(--vh, 1vh) * 100 - 49px);
  }
  #fv .fv_video video {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: 100%;
  }
  #fv .fv_img.slider01 {
    background-position: 48%, 50%;
  }
  #fv .fv_img.slider02 {
    background-position: 25%, 50%;
  }
  #fv .fv_img.slider03 {
    background-position: 70%, 50%;
  }
  #fv .fv_img.slider04 {
    background-position: 20%, 50%;
  }
  #fv .fv_img.slider05 {
    background-position: 18%, 50%;
  }

  #fv .sub_ttl {
    font-size: 10vw;
    letter-spacing: 0.4em;
    padding-left: 0.7em;
    line-height: 1.6;
    padding-bottom: 0;
  }
}
/* cm
-------------------------------------- */

#cm {
  max-width: 1400px;
  background-color: #f1f1f1;
  padding: 30px 20px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 100px;
}
#cm .video-wr,
#cm .sec_ttl {
}

#cm .video-wr {
  position: relative;
  padding-top: 67%;
  overflow: hidden;
  width: 100%;
}

#cm .video-wr iframe,
#cm .video-wr video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

#cm .sec_ttl .head {
  margin-bottom: 50px;
}

#cm p {
  text-align: center;
  margin-top: 5px;
}
#cm ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

@media all and (max-width: 600px) {
  #cm {
    margin-bottom: 90px;
    flex-direction: column;
    background-color: transparent;
    padding: 0 5%;
  }
  #cm .video-wr,
  #cm .sec_ttl {
    width: 100%;
  }

  #cm .video-wr {
    padding-top: 56%;
  }
  #cm .sec_ttl {
    margin-bottom: 50px;
  }
  #cm .sec_ttl .head {
    margin-bottom: 30px;
  }
  #cm ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}
/* lp
-------------------------------------- */
#lp {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 100px;
}
#lp a {
  display: block;
  width: 100%;
}
@media all and (max-width: 600px) {
  #lp {
    margin-bottom: 90px;
  }
}
/* news_area
-------------------------------------- */

#news_area {
  margin-bottom: 60px;
}
#news_area .sec_ttl {
  margin-bottom: 60px;
}
/* #news_area .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
} */
#news_area .swiper-container {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  padding-bottom: 100px;
}
#news_area .swiper-button-prev,
#news_area .swiper-button-next {
  bottom: 0;
  top: inherit;
}
#news_area .swiper-button-prev {
  left: calc(50% - 50.5px);
  right: inherit;
}

#news_area .swiper-button-next {
  right: calc(50% - 50.5px);
  left: inherit;
}
#news_area .news_article {
  width: 18%;
}
#news_area .news_article a {
  display: block;
  width: 100%;
}

@media all and (min-width: 901px) {
  #news_area .news_article a:hover {
    opacity: 0.7;
  }
  #news_area .news_article a:hover .arrow:after {
    transform: translateX(10px);
    transition: 0.3s ease-in-out;
  }
}
#news_area .article_img {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 75%;
}
#news_area .cate_ttl {
  margin-bottom: 10px;
  padding-top: 5px;
  border-top: 2px solid #323232;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: left;
  letter-spacing: 0.1em;
}

#news_area .article_days {
  margin-bottom: 10px;
}
#news_area .article_ttl {
  margin-bottom: 10px;
}

@media all and (max-width: 900px) {
  #news_area {
    margin-bottom: 60px;
  }
  /* #news_area .inner {
    flex-wrap: wrap;
  } */
  #news_area .news_article {
    width: 49%;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 600px) {
  #news_area {
    margin-bottom: 90px;
  }
  #news_area .sec_ttl {
    margin-bottom: 30px;
  }
  #news_area .news_article {
    width: 100%;
    margin-bottom: 0;
  }
  #news_area .swiper-container {
    padding-bottom: 40px;
  }
  #news_area .swiper-button-prev {
    left: calc(50% - 30.5px);
  }

  #news_area .swiper-button-next {
    right: calc(50% - 30.5px);
  }
  #news_area .news_article a {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 15px 0 20px;
    /* border-bottom: 1px solid #b3b3b3; */
  }
  #news_area .cate_ttl {
    width: 100%;
    text-align: left;
    border-top: none;
    padding-top: 0;
    font-size: 1.6rem;
  }
  #news_area .article_ttl {
    margin-bottom: 5px;
  }
  #news_area .article_img {
    width: 35%;
    margin-bottom: 0;
    padding-top: 26%;
  }
  #news_area .txt_block {
    width: 60%;
  }
  #news_area .label-wr {
    margin-bottom: 0;
  }
  #news_area .article_days {
    display: block;
    margin-bottom: 5px;
    line-height: 1;
  }
  #news_area .arrow {
    display: none;
  }
}
/* service_area
-------------------------------------- */
#service_area {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #002c76;
  position: relative;
  z-index: 1;
}
#service_area::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  background: url("../../img/top/blue_head.svg") no-repeat 50% 0% / 100% auto;
}

#service_area .sec_ttl {
  margin-bottom: 60px;
}

#service_area .inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}
#service_area .service_item {
  width: calc(100% / 4);
}
#service_area .item_img {
  width: 100%;
  margin-bottom: 15px;
}
#service_area .ttl {
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0.1em;
}
#service_area .ttl .smaller {
  font-size: 0.8em;
  font-weight: 400;
}

#service_area .c-btn {
  background-color: #d9d9d9;
}

@media all and (min-width: 901px) {
  #service_area .c-btn:hover {
    background-color: #efc57c;
    color: #fff;
  }
  #service_area .c-btn:hover span::after {
    background-image: url("../../img/common/arrow_w.png");
  }
}

@media all and (max-width: 900px) {
  #service_area {
    width: 100%;
    padding-top: 0;
  }

  #service_area .sec_ttl {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 60px;
    position: relative;
  }
  #service_area .sec_ttl::before,
  #service_area .sec_ttl::after {
    content: "";
    display: block;
    width: 50%;
    position: absolute;
    bottom: 0;
    margin: auto;
    z-index: 1;
    mix-blend-mode: multiply;
    height: 10vh;
  }
  #service_area .sec_ttl::before {
    background: linear-gradient(
      to top right,
      #8095ba 50%,
      rgba(0, 0, 0, 0) 50%
    );
    left: 0;
  }
  #service_area .sec_ttl::after {
    background: linear-gradient(to top left, #8095ba 50%, rgba(0, 0, 0, 0) 50%);
    right: 0;
  }
  #service_area .inner {
    width: 100%;
  }
  #service_area .c-btn {
    background-color: #fff;
  }
}
@media all and (max-width: 600px) {
  #service_area {
    padding-bottom: 60px;
  }
  #service_area .ttl {
    font-size: 1.3rem;
  }
  #service_area .inner {
    width: 80%;
    /* margin-bottom: 40px; */
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  #service_area .service_item {
    width: calc(100% / 2);
    margin-bottom: 30px;
  }
}

/* construction_area
-------------------------------------- */
#construction_area {
  width: 100%;
  padding-top: 110px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
  overflow: hidden;
}
#construction_area .sec_ttl {
  margin-bottom: 50px;
}
#construction_area .const_item {
  text-align: left;
}
#construction_area .const_item figure {
  padding-top: 100%;
  margin-bottom: 5%;
}

#construction_area .is-second figure {
  padding-top: 100%;
  transform-origin: top center;
}
#construction_area .label-wr {
  text-align: left;
}
#construction_area .const_item .ttl {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 1.2em;
}
#construction_area .is-second .ttl {
  font-size: 2.8rem;
}
#construction_area .c-btn {
  margin-top: 65px;
}
@media all and (max-width: 900px) {
  #construction_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #construction_area #const_sli {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #323232;
    padding-bottom: 30px;
  }
  #construction_area .label-wr {
    text-align: center;
  }
  #construction_area .const_item figure,
  #construction_area .is-second figure {
    padding-top: 100%;
  }
  #construction_area .const_item .ttl {
    text-align: center;
  }
}
@media all and (max-width: 900px) {
  #construction_area #const_sli {
    padding-bottom: 90px;
  }
}

@media all and (max-width: 600px) {
  #construction_area .const_item {
    text-align: center;
  }
}
/* ----------------------slider */

@media all and (min-width: 901px) {
  #construction_area .slick-list {
    /* margin-left: -10vw; */
    min-height: calc(180vw / 5 + 200px) !important;
  }
}

#construction_area .slick-slide {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transform: scale(1);
  transform-origin: top center;
  transform: translateY(60px);
  width: calc(80vw / 4);
}
#construction_area .slick-slide > div {
  width: calc(100% - 3vw);
  margin: 0 auto;
}

#construction_area .slick-slide.slick-current .const_item,
#construction_area .slick-slide.is-forth .const_item {
  transform: translateY(100px);
}

#construction_area .slick-slide.is-second {
  transform: translateY(0);
  width: calc(180vw / 5);
}

#construction_area .slick-disabled {
  opacity: 0;
  visibility: hidden;
}

@media all and (max-width: 900px) {
  #construction_area .slick-slide {
    transform: translateY(0);
    /* width: calc(80vw / 3); */
  }
  #construction_area .slick-slide.slick-current .const_item,
  #construction_area .slick-slide.is-forth .const_item {
    transform: translateY(0);
  }
  #construction_area .slick-slide.is-second {
    transform: translateY(0);
    /* width: calc(80vw / 3); */
    width: auto;
  }
  #construction_area .slick-list {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 600px) {
  #construction_area .slick-slide {
    width: 100vw;
  }
  #construction_area .slick-slide.is-second {
    width: 100vw;
  }
  #construction_area .slick-slide > div {
    width: 100%;
    margin: 0 auto;
  }
}

/* ----------------------- */

#construction_area .slick-prev,
#construction_area .slick-next {
  position: absolute;
  top: inherit;
  bottom: 0;
  margin: 0;
  z-index: 2;
}

#construction_area .slick-prev {
  left: calc(50% - 50px);
  right: inherit;
}
#construction_area .slick-prev::before {
  background-color: #002c76;
}
#construction_area .slick-next {
  right: calc(50% - 50px);
  left: inherit;
}
#construction_area .slick-next::before {
  background-color: #e49a1b;
}

@media all and (max-width: 900px) {
}
@media all and (max-width: 600px) {
  #construction_area .slick-prev,
  #construction_area .slick-next {
    bottom: 20px;
  }
  #construction_area .slick-prev {
    left: calc(50% - 30px);
  }

  #construction_area .slick-next {
    right: calc(50% - 30px);
  }
}

/* topics_area
-------------------------------------- */
#topics_area {
  padding-top: 100px;
  width: 100%;
  margin-bottom: 150px;
}
#topics_area .topics_box {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  border: 4px solid #323232;
}
#topics_area .topics_box:nth-of-type(odd) {
  margin-left: -5%;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 100px;
}
#topics_area .topics_box:nth-of-type(even) {
  margin-right: -5%;
  margin-right: 0;
  margin-left: auto;
}
#topics_area .topics_img {
  width: 53%;
}
#topics_area .txt {
  width: 47%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5% 7%;
}
#topics_area .blo_ttl {
  margin-bottom: 20px;
}
#topics_area .comm {
  width: 100%;
  text-align: left;
  margin-bottom: 35px;
  line-height: 2.1;
}

#topics_area .c-btn {
  margin-left: 0;
}

@media all and (max-width: 900px) {
  #topics_area {
    margin-bottom: 100px;
  }
  #topics_area .topics_img {
    width: 50%;
  }
  #topics_area .txt {
    width: 50%;
    padding: 5% 5%;
  }

  #topics_area .topics_box:nth-of-type(odd) {
    margin-left: 0;
    margin-bottom: 60px;
  }

  #topics_area .topics_box:nth-of-type(even) {
    margin-right: 0;
  }
}
@media all and (max-width: 600px) {
  #topics_area {
    margin-bottom: 60px;
    padding-top: 60px;
  }
  #topics_area .topics_box:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
  #topics_area .topics_box:nth-of-type(even) {
    flex-direction: column;
  }
  #topics_area .blo_ttl {
    margin-bottom: 30px;
  }
  #topics_area .topics_img {
    width: 100%;
    padding-top: 65%;
  }
  #topics_area .txt {
    width: 100%;
    padding: 10% 5%;
  }
  #topics_area .comm {
    display: none;
  }
  #topics_area .c-btn {
    margin-left: auto;
  }
}

/* recruit_area
-------------------------------------- */
#recruit_area {
  width: 100%;
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 80px;
  overflow: hidden;
}
#recruit_area .recruit_box {
  width: 60%;
  background-color: #002c76;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
#recruit_area .recruit_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  margin: auto;
  background: url("../../img/top/kizuna.png") no-repeat 0 50% / auto 100%;
  mix-blend-mode: multiply;
  z-index: -1;
}

#recruit_area .recruit_box .inner {
  max-width: 840px;
  padding-right: 25%;
  margin-right: 0;
  margin-left: auto;
}
#recruit_area .sec_ttl {
  margin-bottom: 40px;
  max-width: 400px;
  margin-left: 0;
}
#recruit_area .sec_ttl h3.head span {
  color: #fff;
  text-align: left;
}
#recruit_area .sec_ttl h3.head .en::after {
  background-color: #fff;
  width: 100%;
}
#recruit_area .ttl {
  color: #fff;
  font-size: 3.6rem;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
#recruit_area .comm {
  color: #fff;
  margin-bottom: 40px;
  line-height: 2.1;
}
#recruit_area .c-btn {
  background-color: #fff;
  margin-left: 0;
}
@media all and (min-width: 901px) {
  #recruit_area .c-btn:hover {
    background-color: #efc57c;
    color: #fff;
  }
  #recruit_area .c-btn:hover span::after {
    background-image: url("../../img/common/arrow_w.png");
  }
}
#recruit_area .img_box {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  /* background-position: 50% 50%;
  padding-top: 75%; */
}
@media all and (max-width: 1024px) {
  #recruit_area .recruit_box {
    width: 80%;
    padding-bottom: 150px;
  }
}

@media all and (max-width: 900px) {
  #recruit_area {
    padding-bottom: 0;
    margin-bottom: 60px;
  }
  #recruit_area .sec_ttl {
    margin-left: auto;
  }
  #recruit_area .sec_ttl h3.head span {
    text-align: center;
  }
  #recruit_area .sec_ttl h3.head .en::after {
    width: 100%;
  }
  #recruit_area .recruit_box {
    width: 100%;
    padding: 50px 0;
  }
  #recruit_area .recruit_box::before {
    content: "";
    display: block;
    width: 100%;
    height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    margin: auto;
    background: url("../../img/top/kizuna.png") no-repeat 0 50% / auto 100%;
    mix-blend-mode: multiply;
    z-index: -1;
  }

  #recruit_area .recruit_box .inner {
    max-width: 90%;
    padding-right: 0;
    margin-right: auto;
  }

  #recruit_area .ttl {
    font-size: 3.6rem;
    margin-bottom: 30px;
    text-align: center;
  }
  #recruit_area .comm {
    margin-bottom: 40px;
    text-align: center;
  }
  #recruit_area .c-btn {
    margin: 0 auto;
  }

  #recruit_area .img_box {
    width: 100%;
    position: static;
  }
}
@media all and (max-width: 600px) {
  #recruit_area {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #recruit_area .recruit_box::before {
    height: 100%;
    left: 0;
    background-position: 50% 50%;
    background-size: auto 110%;
  }

  #recruit_area .ttl {
    font-size: 2.8rem;
    line-height: 1.6;
  }
  #recruit_area .comm {
    display: none;
  }
}

/* taiken_area
-------------------------------------- */
#taiken_area {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  background-color: #e9ae49;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#taiken_area::before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  background: url("../../img/top/orange_head.svg") no-repeat 50% 100% / cover;
  background-color: #fff;
}

#taiken_area .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.kiken_photo {
  width: 50%;
}

#taiken_area .img_box {
  width: 45%;
  position: relative;
  height: 0;
  padding-top: 37%;
}

#taiken_area .img_box img,
#taiken_area .img_box svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

#taiken_area .taiken_box {
  width: 40%;
  padding-top: 40px;
}

@media all and (min-width: 901px) {
  #taiken_area .taiken_box {
    min-width: 420px;
  }
}
#taiken_area .sec_ttl {
  margin: 0 auto 60px;
  width: 100%;
  max-width: 400px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
#taiken_area .sec_ttl h3.head span {
  text-align: center;
  color: #323232;
}
#taiken_area .sec_ttl h3.head .en::after {
  width: 100%;
}
#taiken_area .ttl {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 600;
  line-height: 1.3;
  color: #e49a1b;
}
#taiken_area .comm {
  margin-bottom: 40px;
  line-height: 2;
}
#taiken_area .c-btn {
  margin: 0 auto 80px;
}

#taiken_area .taiken_movie {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#taiken_area .movie_item {
  width: 30%;
  margin-bottom: 30px;
}
#taiken_area .movie_ttl {
  font-size: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
#taiken_area .movie_ttl span {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1.5em;
  overflow: hidden;
  margin-right: 0.5em;
}
#taiken_area .movie_ttl span img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
#taiken_area .movie_wr {
  width: 100%;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}
#taiken_area .movie_wr video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

#taiken_area .swiper-button-prev,
#taiken_area .swiper-button-next {
  display: none;
}
@media all and (max-width: 900px) {
  #taiken_area {
    padding-top: 0;
  }
  #taiken_area::before {
    display: none;
  }
  #taiken_area .inner {
    flex-direction: column;
  }
  #taiken_area .sec_ttl {
    margin: 0 auto;
    width: 90%;
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
  }
  #taiken_area .sec_ttl::before {
    content: "";
    display: block;
    width: 100vw;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
    background-color: #fff;
  }

  #taiken_area .sec_ttl h3.head .en::after {
    width: 100%;
  }
  #taiken_area .ttl {
    text-align: center;
    font-size: 3.8rem;
    position: relative;
  }
  #taiken_area .ttl::before {
    content: "";
    display: block;
    width: 100vw;
    height: 0;
    padding-top: 46%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
    background: url("../../img/top/orange_head_sp.svg") no-repeat 50% 0% / 100%
      auto;
  }
  #taiken_area .img_box {
    width: 100%;
    padding-top: 80%;
    margin-bottom: 30px;
  }
  .kiken_photo {
    width: 100%;
    margin-bottom: 40px;
  }
  #taiken_area .taiken_box {
    width: 100%;
    padding-top: 0;
  }
  #taiken_area .comm {
    display: none;
  }
  #taiken_area .c-btn {
    margin-left: auto;
  }
}
@media all and (max-width: 600px) {
  #taiken_area {
    padding-bottom: 100px;
    margin-bottom: 40px;
    position: relative;
  }
  #taiken_area .inner {
    margin-bottom: 0;
  }
  .kiken_photo {
    margin-bottom: 30px;
  }
  #taiken_area .taiken_movie {
    flex-wrap: nowrap;
  }
  #taiken_area .swiper-container {
    width: 100%;
    margin: 0 auto;
  }
  #taiken_area .movie_item {
    margin-bottom: 0;
  }

  #taiken_area .swiper-button-prev,
  #taiken_area .swiper-button-next {
    display: block;
    top: calc(50% + 15px);
  }
  #taiken_area .swiper-button-prev {
    left: 0;
    right: inherit;
  }
  #taiken_area .swiper-button-next {
    left: inherit;
    right: 0;
  }

  #taiken_area .ttl {
    font-size: 2.8rem;
  }
  #taiken_area .movie_ttl {
    width: 90%;
  }
  #taiken_area .movie_wr {
    width: 90%;
  }

  #taiken_area .c-btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #taiken_area .img_box .js-no_click {
    transform: scale(1.3);
  }
  #taiken_area .img_box #no01 {
    transform-origin: 57.7% 40%;
  }
  #taiken_area .img_box #no02 {
    transform-origin: 66.5% 25%;
  }
  #taiken_area .img_box #no03 {
    transform-origin: 57.5% 20.7%;
  }
  #taiken_area .img_box #no04 {
    transform-origin: 42.6% 10.6%;
  }
  #taiken_area .img_box #no05 {
    transform-origin: 35.6% 17.4%;
  }
  #taiken_area .img_box #no06 {
    transform-origin: 24.6% 22%;
  }
  #taiken_area .img_box #no07 {
    transform-origin: 10.7% 26%;
  }
  #taiken_area .img_box #no08 {
    transform-origin: 32.7% 37.5%;
  }
  #taiken_area .img_box #no09 {
    transform-origin: 40.8% 35.4%;
  }
  #taiken_area .img_box #no10 {
    transform-origin: 80.2% 32.5%;
  }
  #taiken_area .taiken_movie .slick-slide > div {
    width: 80%;
    margin: 0 auto;
  }
  #taiken_area .taiken_movie .slick-next {
    left: calc(100% - 20px);
  }
  #taiken_area .taiken_movie .slick-prev {
    right: calc(100% - 20px);
  }
}

/* information_area
-------------------------------------- */

#information_area {
  padding: 80px 0;
}
#information_area .inner {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: none;
  border-bottom: none;
  padding: 0;
}

#information_area .sec_ttl {
  width: 200px;
  padding: 50px 0;
}
#information_area .sec_ttl .head {
  margin-bottom: 40px;
}
#information_area .news_list {
  width: calc(100% - 280px);
}
#information_area .news_list_item {
  width: 100%;
}
#information_area .news_list_item a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

@media all and (min-width: 901px) {
  #information_area .news_list_item a:hover {
    opacity: 0.7;
    background-color: #e7e7e7;
  }
}
#information_area .article_days {
  padding: 3px 15px;
}
#information_area .article_ttl {
  width: calc(100% - 250px);
}
#information_area .c-btn.sp_p {
  display: none;
}
@media all and (max-width: 900px) {
  #information_area .inner {
    display: block;
  }
  #information_area .sec_ttl {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  #information_area .sec_ttl .head {
    margin-bottom: 0;
  }
  #information_area .news_list {
    width: 100%;
    margin-bottom: 20px;
  }
  #information_area .c-btn.pc_c {
    display: none;
  }
  #information_area .c-btn.sp_p {
    display: block;
  }
}
@media all and (max-width: 600px) {
  #information_area {
    padding: 50px 0;
  }
  #information_area .news_list {
    margin-bottom: 30px;
  }
  #information_area .news_list_item a {
    flex-wrap: wrap;
    padding: 15px 0;
  }

  /* #information_area .news_list_item:last-of-type,
  #information_area .news_list_item:nth-last-of-type(2) {
    display: none;
  } */
  #information_area .article_ttl {
    width: 100%;
  }
}

/* other_area
-------------------------------------- */

#other_area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#other_area .other_item {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(100% / 3);
  color: #fff;
  position: relative;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 7% 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#other_area .other_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s ease-in;
}
#other_area .other_item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: 0.3s ease-in;
}
@media all and (min-width: 901px) {
  #other_area .other_item:hover:before {
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  #other_area .other_item:hover:after {
    transform: scale(1.02);
    transition: 0.3s ease-in-out;
  }
}
#other_area .other_item.const::after {
  background-image: url("../../img/top/footer01.jpg");
}
#other_area .other_item.gym::after {
  background-image: url("../../img/top/footer02.jpg");
}
#other_area .other_item.front::after {
  background-image: url("../../img/top/footer03.jpg");
}
#other_area .other_item.sale::after {
  background-image: url("../../img/top/footer04.jpg");
}
#other_area .other_item span {
  position: relative;
}
#other_area .other_item .en {
  font-size: 3rem;
}
#other_area .other_item .ja {
  font-size: 2rem;
}

@media all and (max-width: 900px) {
}
@media all and (max-width: 600px) {
  #other_area {
    display: block;
    margin-bottom: 40px;
  }
  #other_area .other_item {
    width: 90%;
    margin: 0 auto;
    border-bottom: 7px solid #fff;
    padding: 15% 0;
    background-size: 150% auto;
  }
  #other_area .other_item {
  }
  #other_area .other_item.const {
    background-position: 0% 60%;
    background-size: 180% auto;
  }
  #other_area .other_item.gym {
    background-position: 50% 20%;
  }
  #other_area .other_item.front {
    background-position: 50% 20%;
  }
  #other_area .other_item .en {
    font-size: 2rem;
  }
  #other_area .other_item .ja {
    font-size: 1.4rem;
  }
}
