@charset "UTF-8";
/* フォント読込 */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body .ts_inner {
  width: 80vw;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  body .ts_inner {
    width: 90vw;
  }
}

body .ts_i_inner {
  width: 70vw;
}

@media screen and (max-width: 1080px) {
  body .ts_i_inner {
    width: 80vw;
  }
}

@media screen and (max-width: 480px) {
  body .ts_i_inner {
    width: 90vw;
  }
}

body .ts_main_title {
  color: #961F24;
  font-size: 2.5rem;
}

@media screen and (max-width: 480px) {
  body .ts_main_title {
    font-size: 2rem;
  }
}

body .ts_stc {
  font-size: 1rem;
}

@media screen and (max-width: 480px) {
  body .ts_stc {
    font-size: 0.9rem;
  }
}

body .atc_title {
  background: #F2F2F2;
  padding: 1rem 2rem 1rem 1rem;
  display: inline-block;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 1rem;
  line-height: 1;
}

body .atc_title span {
  color: #961F24;
  font-size: 1.5rem;
  margin-right: 1rem;
}

body .atc_title br {
  display: none;
}

@media screen and (max-width: 480px) {
  body .atc_title {
    font-size: 0.9rem;
  }
}

body main {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}

body main #top_sct {
  -ms-grid-columns: 1fr 90vw;
      grid-template-columns: 1fr 90vw;
  justify-items: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}

@media screen and (max-width: 910px) {
  body main #top_sct {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

body main #top_sct .scroll_icon {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 0.8rem;
}

body main #top_sct .scroll_icon::after {
  padding-top: 1rem;
  content: "･･････";
  color: #7A7675;
  padding-bottom: 2rem;
}

@media screen and (max-width: 910px) {
  body main #top_sct .scroll_icon {
    display: none;
  }
}

body main #top_sct .top_img_ctn {
  width: 100%;
  margin-left: auto;
  position: relative;
}

body main #top_sct .top_img_ctn video {
  width: 100%;
}

body main #top_sct .top_img_ctn .top_catch {
  position: absolute;
  top: 17vw;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 1.6rem;
  text-align: right;
}

@media screen and (max-width: 910px) {
  body main #top_sct .top_img_ctn .top_catch {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
  }
}

body main #top_sct .top_img_ctn .top_catch .catch_main {
  font-size: 2.5rem;
  color: #7A7675;
  margin-bottom: -5px;
}

@media screen and (max-width: 480px) {
  body main #top_sct .top_img_ctn .top_catch .catch_main {
    font-size: 2rem;
  }
}

body main #top_sct .top_img_ctn .top_catch .catch_sub {
  font-size: 0.9rem;
  display: inline-block;
  position: relative;
  color: #707070;
}

body main #top_sct .top_img_ctn .top_catch .catch_sub::before {
  content: '';
  display: block;
  position: absolute;
  top: 52%;
  left: -9vw;
  padding: 0;
  width: 8vw;
  height: 0;
  border-top: solid 1px #707070;
}

body main #top_sct .top_img_ctn .top_news {
  background: white;
  position: absolute;
  bottom: -1px;
  left: -1px;
  padding: 1rem 2rem 1rem 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-right-radius: 20px;
  max-width: 90%;
}

@media screen and (max-width: 910px) {
  body main #top_sct .top_img_ctn .top_news {
    position: relative;
    width: 82vw;
    margin: 0 auto;
    padding: 0 0 1rem;
  }
}

@media screen and (max-width: 480px) {
  body main #top_sct .top_img_ctn .top_news {
    width: 92vw;
    display: block;
  }
}

body main #top_sct .top_img_ctn .top_news h4 {
  font-size: 1.1rem;
  margin-right: 2rem;
}

body main #top_sct .top_img_ctn .top_news p {
  font-size: 0.9rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body main #top_sct .top_img_ctn .top_news p {
    -webkit-line-clamp: 2;
  }
}

body main #top_sct .top_img_ctn .top_news p:hover {
  opacity: 0.8;
}

body main #aboutus_sct {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
  background-image: url(../img/aboutus_back.svg);
  background-position: top -15vw right -26vw;
  background-repeat: no-repeat;
  background-size: 80vw;
}

@media screen and (max-width: 768px) {
  body main #aboutus_sct {
    padding-bottom: 0;
  }
}

body main #aboutus_sct p {
  margin-top: 1rem;
  line-height: 2;
}

body main #aboutus_sct .flex_ctn {
  margin-top: 6rem;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body main #aboutus_sct .flex_ctn .about_itm {
  position: relative;
  width: 48%;
}

@media screen and (max-width: 480px) {
  body main #aboutus_sct .flex_ctn .about_itm {
    width: 100%;
  }
}

body main #aboutus_sct .flex_ctn .about_itm a {
  display: block;
}

body main #aboutus_sct .flex_ctn .about_itm a:hover {
  opacity: 0.8;
}

body main #aboutus_sct .flex_ctn .about_itm .atc_title {
  position: absolute;
  top: -40px;
  left: 0;
  margin-bottom: -50px;
  width: 275px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  body main #aboutus_sct .flex_ctn .about_itm .atc_title {
    padding: 0.5rem 1rem;
    width: 180px;
    top: -45px;
  }
}

@media screen and (max-width: 480px) {
  body main #aboutus_sct .flex_ctn .about_itm .atc_title {
    padding: 1rem;
    width: 250px;
    top: -40px;
  }
}

@media screen and (max-width: 768px) {
  body main #aboutus_sct .flex_ctn .about_itm .atc_title br {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  body main #aboutus_sct .flex_ctn .about_itm .atc_title br {
    display: none;
  }
}

body main #aboutus_sct .flex_ctn .about_itm .about_img_ctn {
  overflow: hidden;
  width: 100%;
  margin-bottom: 5rem;
  border-radius: 10px;
}

body main #aboutus_sct .flex_ctn .about_itm .about_img_ctn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  /* ゆっくり変化させる */
}

body main #aboutus_sct .flex_ctn .about_itm .about_img_ctn img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  /* 拡大 */
  cursor: pointer;
}

body main #recruit_sct {
  background: url(../img/recruit.jpg);
  background-size: cover;
  background-position: top center;
  padding: 4vw 0;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  body main #recruit_sct {
    padding: 3rem 0;
  }
}

body main #recruit_sct h2 {
  text-align: center;
}

body main #recruit_sct p {
  color: white;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 5rem;
}

body main #recruit_sct .recruit_btn {
  background: white;
  color: #961F24;
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  position: relative;
  font-size: 1.4rem;
  width: 250px;
  margin: 3rem auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body main #recruit_sct .recruit_btn:hover {
  background: #961F24;
  color: white;
}

body main #recruit_sct .recruit_btn:hover::after {
  border-top: solid 3px white;
  border-right: solid 3px white;
}

body main #interview_sct {
  padding: 5rem 0 3rem;
  background-image: url(../img/interview_back.svg);
  background-position: top -20vw right -27vw;
  background-repeat: no-repeat;
  background-size: 87vw;
}

@media screen and (max-width: 480px) {
  body main #interview_sct .atc_title {
    width: 200px;
  }
}

@media screen and (max-width: 480px) {
  body main #interview_sct .atc_title br {
    display: block;
  }
}

body main #interview_sct p {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

body main #interview_sct .grid_ctn {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}

@media screen and (max-width: 768px) {
  body main #interview_sct .grid_ctn {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 480px) {
  body main #interview_sct .grid_ctn {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

body main #interview_sct .grid_ctn .staff_item {
  position: relative;
}

body main #interview_sct .grid_ctn .staff_item a:hover {
  opacity: 0.8;
}

body main #interview_sct .grid_ctn .staff_item .staff_img_ctn {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

body main #interview_sct .grid_ctn .staff_item .staff_img_ctn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  /* ゆっくり変化させる */
}

body main #interview_sct .grid_ctn .staff_item .staff_img_ctn img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  /* 拡大 */
  cursor: pointer;
}

body main #interview_sct .grid_ctn .staff_item .staff_name_ctn {
  position: absolute;
  bottom: 1rem;
  right: 0;
  background: white;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 1rem 3rem 1rem 2rem;
  width: 80%;
}

@media screen and (max-width: 1080px) {
  body main #interview_sct .grid_ctn .staff_item .staff_name_ctn {
    padding-left: 1rem;
  }
}

body main #interview_sct .grid_ctn .staff_item .staff_name_ctn .staff_name_inner {
  position: relative;
}

body main #interview_sct .grid_ctn .staff_item .staff_name_ctn .staff_name_inner img {
  position: absolute;
  top: -1rem;
  right: -2rem;
  width: 45%;
  opacity: 0.3;
}

body main #interview_sct .grid_ctn .staff_item .staff_name_ctn .staff_team {
  line-height: 1.2;
  margin: 0 0 5px;
  font-size: 0.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  white-space: nowrap;
}

body main #interview_sct .grid_ctn .staff_item .staff_name_ctn .staff_name {
  margin: 0;
  font-size: 1.2rem;
  text-align: right;
  line-height: 1;
  white-space: nowrap;
}

body main #news_sct {
  padding-top: 3rem;
  position: relative;
}

body main #news_sct .news_back_img {
  position: absolute;
  top: 0vw;
  left: -14vw;
  width: 50vw;
}

body main #news_sct .news_img_ctn {
  -ms-grid-columns: 3fr 7fr;
      grid-template-columns: 3fr 7fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
}

@media screen and (max-width: 768px) {
  body main #news_sct .news_img_ctn {
    -ms-grid-columns: 2fr 8fr;
        grid-template-columns: 2fr 8fr;
  }
}

@media screen and (max-width: 480px) {
  body main #news_sct .news_img_ctn {
    -ms-grid-columns: 1fr 9fr;
        grid-template-columns: 1fr 9fr;
  }
}

body main #news_sct .news_img_ctn .back_white {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  background: #EAEAEA;
  width: 100%;
  height: 100%;
}

body main #news_sct .news_img_ctn img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  width: 100%;
  z-index: 10;
}

body main #news_sct .news_atc_ctn {
  background: #EAEAEA;
  width: 100%;
  padding-bottom: 5rem;
}

body main #news_sct .news_atc_ctn .ts_inner .ts_main_title {
  text-align: center;
  padding-top: 5rem;
}

body main #news_sct .news_atc_ctn .ts_inner p {
  text-align: center;
  padding: 1rem 0 2rem;
}

body main #news_sct .news_atc_ctn .ts_inner .news_content {
  background: gray;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  height: 500px;
}
/*# sourceMappingURL=style.css.map */