@charset "UTF-8";
/*
Theme Name: RITARM
Description:name
Version: 1.0
*/
/*変数設定用*/
.fv_nav {
  position: fixed;
  z-index: 100;
  width: 140px;
  left: 1.5%;
  bottom: 50px;
}
.fv_nav ul li {
  margin-bottom: 10px;
}
.fv_nav ul li a {
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 2px 2px 5px #666;
  font-size: 1.8rem;
}

.fv {
  position: relative;
  padding-top: 100px;
  height: calc(100vh - 40px);
  padding-left: 2.5vw;
}
@media screen and (max-width: 767px) {
  .fv {
    min-height: auto;
    height: auto;
    padding-top: 75px;
  }
}
.fv-slider {
  height: 100%;
}
.fv .slick-list,
.fv .slick-track {
  height: inherit;
}
.fv .fv-slide {
  margin: 0 5px;
  width: auto;
  aspect-ratio: 20/16;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .fv .fv-slide {
    width: 88vw;
    height: auto;
    aspect-ratio: 6/8;
  }
}
.fv-slide01 {
  background: url(./img/fv1.webp);
  background-position: center;
}
@media screen and (max-width: 767px) {
  .fv-slide01 {
    background-image: url(./img/fv1.webp);
    background-position: center;
    background-size: cover;
  }
}
.fv-slide02 {
  background: url(./img/fv2-new.webp);
  background-position: bottom center;
}
@media screen and (max-width: 767px) {
  .fv-slide02 {
    background-image: url(./img/fv2-new.webp);
    background-position: center bottom;
    background-size: cover;
  }
}
.fv-slide03 {
  background: url(./img/fv3.png);
  background-position: bottom center;
}
@media screen and (max-width: 767px) {
  .fv-slide03 {
    background-image: url(./img/fv3.webp);
    background-position: center bottom;
    background-size: cover;
  }
}
.fv-slide04 {
  background: url(./img/fv4.webp);
  background-position: bottom center;
}
@media screen and (max-width: 767px) {
  .fv-slide04 {
    background-image: url(./img/fv4.webp);
    background-position: center bottom;
    background-size: cover;
  }
}
.fv-slide05 {
  background: url(./img/fv5.webp);
  background-position: bottom center;
}
@media screen and (max-width: 767px) {
  .fv-slide05 {
    background-image: url(./img/fv5.webp);
    background-position: center bottom;
    background-size: cover;
  }
}
.fv .container {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .fv .container {
    width: 100%;
  }
}
.fv .container h2 {
  width: 80%;
  font-size: 6.5rem;
  color: #fff;
  font-family: "Sawarabi Mincho", sans-serif;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  padding-left: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .fv .container h2 {
    padding-left: 5.1vw;
    padding-bottom: 5.1vw;
    font-size: 11vw;
  }
}
.fv .container h2 .small {
  font-size: 3.2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .fv .container h2 .small {
    font-size: 5vw;
  }
}
.fv .container h2 .middle {
  font-size: min(4.3vw, 5.3rem);
  display: block;
}
@media screen and (max-width: 767px) {
  .fv .container h2 .middle {
    font-size: 7vw;
  }
}
.fv .container .js-textAnimation span {
  display: inline-block;
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
}
.fv_news {
  width: 36%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 30px 0 0;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .fv_news {
    width: 90%;
    border-bottom: 1px solid #ccc;
    bottom: -130px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@media screen and (max-width: 767px) {
  .fv_news {
    width: 90%;
    border-bottom: 1px solid #ccc;
    bottom: -130px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.fv .news-slide {
  padding: 20px 50px 35px 50px;
  position: relative;
}
.fv .news-slide-a {
  position: relative;
}

@media screen and (max-width: 767px) {
  .fv .news-slide {
    padding: 15px 40px 25px 40px;
  }
}
.fv .news-slide .date_cate {
  margin: 10px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fv .news-slide .date_cate .date {
  font-size: 1.2rem;
}
.fv .news-slide .date_cate .cate {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #fff;
  padding: 2px 10px;
  background: #b12025;
}
.fv .news-slide h3 {
  font-size: 1.4rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv .news-slide h3 {
    font-size: 1.4rem;
  }
}
/* 共通スタイル */
.news-slide-arrow {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}

/* 次へ → */
.news-next-arrow {
  right: 15px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-50%) rotate(-135deg);
}

/* 前へ ← */
.news-prev-arrow {
  left: 15px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
	/* 次へ → */
.news-next-arrow {
  right: 0px;
}

/* 前へ ← */
.news-prev-arrow {
  left: 0px;
}
}
/* .fv .news-slide-a::before {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .fv .news-slide-a::before {
    right: 10px;
  }
} */

.about {
  margin: 120px auto;
  background: #b12025;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .about {
    margin: 220px auto 120px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    margin: 170px auto 30px;
    background: #fff;
  }
}
.about .fl {
  float: left;
  width: 52%;
}
.about .fl img {
  object-fit: cover;
  min-height: 430px;
}
@media screen and (max-width: 767px) {
  .about .fl img {
    object-fit: cover;
    min-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .about .fl {
    float: none;
    width: 100%;
    padding-top: 15px;
  }
}
.about .fr {
  width: 48%;
  float: right;
  background: #b12025;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .about .fr {
    float: none;
    width: 100%;
    margin-top: 15px;
    padding: 20px 15px;
    background: unset;
  }
}
.about .fr .white {
  background: #fff;
  padding: 20px 20px;
  margin-bottom: 15px;
}
.about .fr .white h2 {
  font-family: "Sawarabi Mincho", sans-serif;
  color: #b12025;
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 15px;
  letter-spacing: 3px;
}
.about .fr .white h2 span {
  border-bottom: 1px solid #b12025;
}
.about .fr .white h3 {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about .fr .white h3 {
    font-size: 1.6rem;
  }
}
.about .fr h3 {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size:clamp(24px, 3.2vw, 33px);
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 10%;
}
@media screen and (max-width: 767px) {
  .about .fr h3 {
    font-size: 26px;
    color: #000;
    margin-top: 4%;
  }
}
.about .fr .txt {
  margin: 0 auto;
 font-size:clamp(12px, 1.25vw, 18px);
  text-align: center;
  line-height: 150%;
  margin-bottom: 4rem;
  margin-top: 7%;
  color: #fff;
  max-width: 570px;
font-family: "Sawarabi Mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  .about .fr .txt {
    margin: 0 auto;
    font-size: clamp(11px, 1.5vw, 2rem);
    text-align: center;
    line-height: 2em;
    margin-bottom: 32px;
    margin-top: 5%;
    color: #000;
    padding-left: 2rem;
    max-width: 460px;
  }
}
.about .readmore {
  color: #b12025;
  background: #fff;
  border: 1px solid #b12025;
}

.graph {
  margin-bottom: 120px;
}
.graph .inner {
  position: relative;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .graph .inner {
    padding-bottom: 30px;
  }
}
.graph .inner:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 80%;
  height: 125px;
  content: "";
  background-image: url(./img/bk_ritarm.svg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #e6e6e6;
  line-height: 1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .graph .inner:before {
    bottom: 0;
    top: 30px;
    width: 90%;
    height: 12.6vw;
  }
}
.graph .fl {
  width: 55%;
  float: left;
}
@media screen and (max-width: 767px) {
  .graph .fl {
    width: 100%;
    float: none;
  }
}
.graph .fl h3 {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 4.6rem;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  .graph .fl h3 {
    font-size: 6vw;
    line-height: 1.6em;
  }
}
.graph .fr {
  float: right;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .graph .fr {
    width: 70%;
    float: none;
    margin: 20px auto 0;
  }
}

.readmore {
  display: block;
  margin: auto;
  max-width: 200px;
  width: 100%;
  padding: 15px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #b12025;
  border: 1px solid #b12025;
}
@media screen and (max-width: 767px) {
  .readmore {
    max-width: 100%;
  }
}
.readmore:hover {
  background-color: #fff;
  border: 1px solid #b12025;
  color: #b12025;
}

.consulting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .consulting {
    display: block;
  }
}
.consulting .fl {
  width: 43%;
  color: #fff;
  background: #b12025;
  padding: 80px 15px 38px 15px;
  float: left;
}
@media screen and (min-width: 950px) and (max-width: 1200px) {
  .consulting .fl {
    padding: 25px 15px 25px 15px;
  }
}
@media screen and (min-width: 850px) and (max-width: 950px) {
  .consulting .fl {
    padding: 20px 15px 25px 15px;
  }
}
@media screen and (max-width: 767px) {
  .consulting .fl {
    width: 100%;
    background: none;
    padding: 0 2.5%;
    color: #000;
    min-height: auto;
  }
}
.consulting .fl h2 {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 3.3rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 950px) and (max-width: 1200px) {
  .consulting .fl h2 {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 850px) and (max-width: 950px) {
  .consulting .fl h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .consulting .fl h2 {
    font-size: 2.2rem;
    background-image: url(http://ritarm.jp/wp/wp-content/uploads/2023/03/ビル画像.jpg);
    padding-top: 130px;
    padding-bottom: 10px;
    background-size: cover;
    text-align: left;
    padding-left: 2.5%;
    color: #fff;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .consulting .fl h2 br {
    display: none;
  }
}
.consulting .fl h3 {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 950px) and (max-width: 1200px) {
  .consulting .fl h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 850px) and (max-width: 950px) {
  .consulting .fl h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .consulting .fl h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.consulting .fl .txt {
  font-size: 1.4rem;
  line-height: 1.8em;
  color: #fff;
  max-width: 440px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 950px) and (max-width: 1200px) {
  .consulting .fl .txt {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 850px) and (max-width: 950px) {
  .consulting .fl .txt {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .consulting .fl .txt {
    color: #000;
  }
}
.consulting .fl .readmore {
  background: #fff;
  color: #b12025;
}
@media screen and (min-width: 850px) and (max-width: 950px) {
  .consulting .fl .readmore {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .consulting .fl .readmore {
    color: #fff;
    background: #b12025;
  }
}
.consulting .fr {
  width: 57%;
  float: left;
}
@media screen and (max-width: 767px) {
  .consulting .fr {
    display: none;
  }
}
.consulting .fr img {
  -o-object-fit: contain;
  object-fit: contain;
  /* この一行を追加するだけ！ */
}

.other {
  padding: 160px 0 140px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .other {
    padding: 50px 0;
  }
}
.other:before {
  content: "";
  position: absolute;
  right: 0;
  width: 70vw;
  height: calc(100% - 360px);
  top: 260px;
  background: #f2f2f2;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .other:before {
    display: none;
  }
}
.other:after {
  width: 1px;
  height: 100%;
  background: #b12025;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
}
.other_list {
  margin-bottom: 120px;
}
.other_list .thum img {
  max-width: 371px;
}

@media screen and (max-width: 767px) {
  .other_list {
    margin-bottom: 50px;
    background: #fff;
    position: relative;
    z-index: 10;
  }
}
.other_list:last-of-type {
  margin-bottom: 0;
}
.other_list .fl {
  float: left;
}
.other_list .fr {
  float: right;
}
.other_list .thum {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .other_list .thum {
    width: 80%;
  }
}
.other_list .detail {
  width: 45%;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .other_list .detail {
    width: 100%;
    padding-top: 20px;
  }
}
.other_list .detail h3 {
  font-size: 3rem;
  color: #b12025;
  margin-bottom: 20px;
  font-family: "Sawarabi Mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  .other_list .detail h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.other_list .detail .txt {
  font-size: 2rem;
  line-height: 1.8em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .other_list .detail .txt {
    font-size: 1.4rem;
  }
}
.other_list .detail .readmore {
  margin-left: 0;
}
.other_list .detail ul {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.other_list .detail ul li {
  width: 31%;
}
.other_list .detail ul li:nth-child(1) img,
.other_list .detail ul li:nth-child(3) img {
  width: 70%;
  display: block;
  margin: auto;
}

.topics {
  margin: 95px auto 140px;
  position: relative;
  padding: 64px 0;
}
.topics::before {
  content: "";
  position: absolute;
  right: 0;
  width: 74vw;
  height: calc(125% - 0px);
  top: 0px;
  background: #f2f2f2;
  background-size: contain;
  z-index: -1;
  left: 0;
}
@media screen and (max-width: 767px) {
  .topics {
    margin: 30px auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .topics::before {
    display: none;
  }
}
.topics h2 {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b12025;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .topics h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
  }
}
.topics h2 span {
  margin-left: 50px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .topics h2 span {
    display: block;
    margin-left: 0;
  }
}
.tab_area_scroll {
  overflow: scroll;
}
.topics .category_list {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0rem;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .topics .category_list {
    margin-bottom: 30px;
    width: 445px;
    gap: 1rem 0;
  }
}
.topics .category_item {
  background-color: transparent;
  padding: 1rem 2rem;
  height: 56px;
  border: none;
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  cursor: pointer;
  border-bottom: #cccccc solid 1px;
}
@media screen and (max-width: 767px) {
  .topics .category_item {
    font-size: 1.4rem;
  }
}
.topics .category_item.active {
  border-bottom: #b12025 solid 1px;
}
.topics .panel {
  display: none;
}
.topics .panel.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 22px;
}

ul.column_list4 {
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between !important;
}
@media screen and (max-width: 767px) {
  ul.column_list4 {
    margin-bottom: 30px;
    flex-direction: column;
  }
}
ul.column_list4 li {
  float: left;
  width: 31.3333333333%;
  box-shadow: 0 0 8px 1px rgba(49, 77, 102, 0.25);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  ul.column_list4 li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
ul.column_list4 li:nth-child(3) {
  /* margin-right: 0; */
}
@media screen and (max-width: 767px) {
  ul.column_list4 li:nth-child(odd) {
    /* margin: 0 2% 20px 0; */
  }
}
@media screen and (max-width: 767px) {
  ul.column_list4 li:nth-child(even) {
    /* margin: 0 0 20px 2%; */
  }
}
ul.column_list4 li a {
  position: relative;
  display: block;
}
ul.column_list4 li figure {
  text-align: center;
}
ul.column_list4 li figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 20/14;
}
ul.column_list4 li .cate {
  font-size: 1.2rem;
  color: #fff;
  padding: 5px;
  background: #b12025;
  position: absolute;
  top: 0;
  left: 0;
}
ul.column_list4 li .date_cate {
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}
ul.column_list4 li .date_cate .date {
  font-size: 1.2rem;
}
ul.column_list4 li h3 {
  font-size: 1.4rem;
  font-weight: bold;
  word-break: break-all;
  padding: 0 16px 24px;
}
@media screen and (max-width: 767px) {
  ul.column_list4 li h3 {
    font-size: 1.4rem;
  }
}
ul.column_list4 li .txt {
  font-size: 1.4rem;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  ul.column_list4 li .txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .column_list4 li:nth-child(n + 4) {
    display: none;
  }
}

ul.column_list3 {
  margin-bottom: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 18px;
}
ul.column_list3 li {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  box-shadow: 0 0 8px 1px rgba(49, 77, 102, 0.25);
  position: relative;
}
@media screen and (max-width: 767px) {
  ul.column_list3 li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  ul.column_list3 {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
  }
}
/* ul.column_list3 li:nth-child(3n+2) {
  margin: 0 2% 20px;
} */
/* @media screen and (max-width: 767px) {
  ul.column_list3 li:nth-child(odd) {
    margin: 0 2% 20px 0;
  }
} */
/* @media screen and (max-width: 767px) {
  ul.column_list3 li {
    margin: 0 0 20px ;
  }
} */
ul.column_list3 li a {
  position: relative;
  display: block;
}
ul.column_list3 li figure {
  text-align: center;
}
ul.column_list3 li figure img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 20/14;
  width: 100%;
}
ul.column_list3 li .date_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px auto;
    padding: 0 16px;
    margin-top: 16px;
}
ul.column_list3 li .date_cate .cate {
  font-size: 1.2rem;
  color: #fff;
  padding: 5px;
  background: #b12025;
  position: absolute;
  top: 0;
  left: 0;
}
ul.column_list3 li .date_cate .date {
  font-size: 1.2rem;
}
ul.column_list3 li h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  word-break: break-all;
  padding: 0 16px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  ul.column_list3 li h3 {
    font-size: 1.4rem;
  }
}
ul.column_list3 li .txt {
  font-size: 1.4rem;
  line-height: 1.8em;
  padding: 0 16px 24px;
}
@media screen and (max-width: 767px) {
  ul.column_list3 li .txt {
    font-size: 1.2rem;
  }
}

.under_fv h2 {
  font-family: "游明朝", "YuMincho", serif;
  color: #b12025;
  font-size: 6rem;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .under_fv h2 {
    font-size: 4rem;
  }
}
.under_fv h2 span {
  display: block;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .under_fv h2 span {
    font-size: 1.2rem;
  }
}

.breadcrumb {
  padding: 10px 0 55px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 10px 0 30px;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumb ul li {
  font-size: 1.2rem;
}
.breadcrumb ul li a {
  font-size: 1.2rem;
  padding-right: 20px;
  position: relative;
}
.breadcrumb ul li a:before {
  position: absolute;
  content: "";
  right: 0px;
  top: calc(50% - 4px);
  border: 4px solid transparent;
  border-left: 5px solid #b12025;
}

.contact_wrap {
  max-width: 700px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .contact_wrap {
    margin: 30px auto 0;
  }
}
.contact_wrap .contact_txt {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact_wrap .contact_txt {
    font-size: 1.4rem;
  }
}
.contact_wrap dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 5px;
}
.contact_wrap dt span {
  font-size: 1rem;
  color: #b12025;
  padding-right: 5px;
}
.contact_wrap dd {
  font-size: 1.6rem;
  margin-bottom: 35px;
}
.contact_wrap dd input[type="text"] {
  border: 1px solid #cccccc;
  padding: 20px;
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .contact_wrap dd input[type="text"] {
    padding: 15px;
  }
}
.contact_wrap dd textarea {
  min-height: 300px;
  border: 1px solid #cccccc;
  padding: 20px;
  width: 100%;
  font-size: 1.6rem;
}
.contact_wrap dd input[type="radio"] {
  display: none;
}
.contact_wrap dd input[type="radio"] + span {
  display: block;
  position: relative;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact_wrap dd input[type="radio"] + span {
    font-size: 1.4rem;
  }
}
.contact_wrap dd input[type="radio"] + span:before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 20px;
  height: 20px;
  content: "";
  margin-top: -10px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 30px;
}
.contact_wrap dd input[type="radio"]:checked + span::after {
  position: absolute;
  content: "";
  top: calc(50% - 6px);
  left: -6px;
  width: 13px;
  height: 13px;
  background: #000;
  border-radius: 30px;
}
.contact_wrap .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.contact_wrap .submit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 110px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact_wrap .submit_wrap {
    margin: 20px auto 50px;
  }
}
.contact_wrap .submit_wrap .submit_btn {
  max-width: 200px;
  width: 100%;
  margin: 0 20px;
  display: block;
  background: #b12025;
  border: 1px solid #b12025;
  color: #fff;
  padding: 15px;
  font-size: 1.4rem;
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.contact_wrap .submit_wrap .submit_btn:hover {
  background: #fff;
  color: #b12025;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 170px;
}
.pager a {
  margin: 0 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #ccc;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.pager a:hover {
  opacity: 1;
  background: #b12025;
}
.pager span {
  margin: 0 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #b12025;
  color: #fff;
  font-size: 1.4rem;
}

.detail-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.detail-date {
  font-size: 1.2rem;
  margin-bottom: 40px;
}
.detail-date .cate {
  margin-left: 20px;
  font-size: 1.2rem;
  color: #fff;
  padding: 5px;
  background: #b12025;
}

.detail-cont {
  margin-bottom: 165px;
}
.detail-cont figure {
  text-align: center;
  margin-bottom: 30px;
}
.detail-cont p {
  font-size: 1.6rem;
  color: #333;
  line-height: 2em;
  margin-bottom: 35px;
}
.detail-cont h1 {
  font-size: 2.2rem;
  padding: 15px 0;
  line-height: 1.6em;
  font-weight: 500;
  border-top: 2px solid #b12025;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.detail-cont h2 {
  font-size: 2.2rem;
  font-weight: 500;
  padding-left: 20px;
  border-left: 5px solid #b12025;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.detail-cont h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background: #b12025;
  padding: 10px 15px;
  margin-bottom: 25px;
}
.detail-cont h4 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #b12025;
  border-top: 1px solid #b12025;
  border-bottom: 1px solid #b12025;
  padding: 15px 20px;
  margin-bottom: 25px;
}
.detail-cont h5 {
  padding-left: 15px;
  position: relative;
  margin-bottom: 15px;
  color: #b12025;
  font-size: 1.6rem;
}
.detail-cont h5:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  width: 5px;
  height: 5px;
  content: "";
  background: #b12025;
}
.detail-cont strong {
  font-weight: bold !important;
}
.detail-cont em {
  font-style: italic !important;
}
.detail-cont ol li {
  font-size: 1.4rem;
  color: #333;
}
.detail-cont ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: bold;
  color: #ffae00;
}
.detail-cont ul li {
  font-size: 1.4rem;
  color: #333;
  border: none;
}
.detail-cont .readmore {
  margin-top: 65px;
}

.recruit_wrap {
  margin-bottom: 75px;
}
.recruit_wrap h3 {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .recruit_wrap h3 {
    font-size: 2rem;
  }
}
.recruit_wrap .thum {
  text-align: right;
}

.company_wrap {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .company_wrap {
    margin-bottom: 50px;
  }
}
.company_wrap .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .company_wrap .flexbox {
    display: block;
  }
}
.company_wrap h3 {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 60px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .company_wrap h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.company_wrap .fl {
  float: left;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .company_wrap .fl {
    float: none;
    width: 100%;
  }
}
.company_wrap .fr {
  width: 49%;
  float: right;
  padding: 0px 20px 30px;
}
@media screen and (max-width: 767px) {
  .company_wrap .fr {
    float: none;
    width: 100%;
    padding: 30px 0px;
  }
}
.company_wrap .fr h4 {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8em;
}
.company_wrap .fr .white {
  background: #fff;
  padding: 20px 20px;
  margin: 20px auto;
  font-size: 2.1rem;
  line-height: 1.8em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company_wrap .fr .white {
    padding: 20px 0px;
  }
}
.company_wrap .fr .txt {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 25px;
}

.company_wrap h4 {
  font-size: 1.4rem;
  line-height: 1.8em;
  padding-top: 30px;
}
.company_wrap h4 span {
  font-size: 1.6rem;
  font-weight: 700;
}

.messege {
  padding-bottom: 130px;
}
.messege-column {
}
@media screen and (max-width: 767px) {
  .messege {
    padding-bottom: 50px;
  }
}
.messege .fl {
  float: left;
  width: 60%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .messege .fl {
    width: 100%;
    float: none;
  }
}
.messege .fl h2 {
  font-family: YuMincho, "Yu Mincho", serif;
  color: #b12025;
  font-size: 5rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .messege .fl h2 {
    font-size: 4rem;
  }
}
.messege .fl h2 span {
  display: block;
  font-size: 1.8rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .messege .fl h2 span {
    font-size: 1.2rem;
  }
}
.messege .fl h3 {
  font-size: 2.4rem;
  margin: 25px auto;
  font-family: "Sawarabi Mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  .messege .fl h3 {
    font-size: 2rem;
  }
}
.messege .fl .txt {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .messege .fl .txt {
    font-size: 1.4rem;
  }
}
.messege .fr {
  float: right;
  width: 30%;
  position: relative;
  padding-top: 24vw;
}
@media screen and (max-width: 767px) {
  .messege .fr {
    width: 100%;
    float: none;
    margin-top: 20px;
    padding-top: 0;
  }
}
.messege .fr figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 39vw;
}
@media screen and (max-width: 767px) {
  .messege .fr figure {
    width: 100%;
    position: static;
  }
}
.messege .fr .wh_bk {
  min-width: 380px;
  width: 100%;
  margin-left: -40px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 30px 30px;
  -webkit-box-shadow: 10px 10px 56px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 56px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .messege .fr .wh_bk {
    min-width: 320px;
    width: 94%;
    margin-top: -40px;
    margin-left: 0px;
    padding: 10px 20px;
  }
}
.messege .fr .wh_bk h3 {
  font-size: 2.3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .messege .fr .wh_bk h3 {
    font-size: 1.9rem;
    margin: 20px auto;
  }
}
.messege .fr .wh_bk p {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .messege .fr .wh_bk p {
    font-size: 1.4rem;
  }
}
.messege .fr .wh_bk ul {
  list-style-type: disc;
  padding-left: 15px;
}
.messege .fr .wh_bk ul li {
  list-style-type: disc;
  font-size: 1.6rem;
  line-height: 1.8em;
}
.messege .fr .wh_bk ul li::marker {
  color: #b12025;
}
@media screen and (max-width: 767px) {
  .messege .fr .wh_bk ul li {
    font-size: 1.4rem;
  }
}
.messege .clearfix_add.com_imglist {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .messege .clearfix_add.com_imglist {
    margin-top: 130px;
  }
}
.messege .clearfix_add.com_imglist li {
  width: 30%;
}

.company_table table {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .company_table table {
    margin-bottom: 30px;
  }
}
.company_table table th {
  width: 285px;
  font-size: 1.6rem;
  font-family: "Sawarabi Mincho", sans-serif;
  padding: 23px;
  border-right: 2px solid #b12025;
}
@media screen and (max-width: 767px) {
  .company_table table th {
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 15px 0px 0;
    border-right: none;
    border-bottom: 2px solid #b12025;
  }
}
.company_table table td {
  width: calc(100% - 285px);
  font-size: 1.6rem;
  padding-left: 50px;
  font-family: "Sawarabi Mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  .company_table table td {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    padding: 10px 0px 15px;
  }
}
.company_table table td a {
  display: inline-block;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.company_table table td a span {
  vertical-align: middle;
  margin-right: 10px;
}
.company_table .ggmap {
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.company_table .ggmap iframe,
.company_table .ggmap object,
.company_table .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company_table .access {
  font-size: 1.6rem;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.8em;
  max-width: 650px;
  margin: 30px auto 130px;
}
@media screen and (max-width: 767px) {
  .company_table .access {
    font-size: 1.4rem;
    margin: 20px auto 50px;
  }
}

.service-wrap {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .service-wrap {
    margin-bottom: 50px;
  }
}
.service-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-wrap ul li {
  width: 48%;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .service-wrap ul li {
    width: 100%;
    padding-top: 0;
    padding-top: 30px;
  }
}
.service-wrap ul li h3 {
  font-family: "Sawarabi Mincho", sans-serif;
  color: #b12025;
  font-size: 3.5rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .service-wrap ul li h3 {
    margin-bottom: 15px;
  }
}
.service-wrap ul li h3 span {
  display: block;
  font-size: 1.8rem;
  color: #000;
  font-family: "Sawarabi Mincho", sans-serif;
}
.service-wrap ul li .txt {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .service-wrap ul li .txt {
    margin-bottom: 15px;
  }
}
.service-wrap ul li .service-list {
  padding: 30px;
  background: #fdfaf4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  min-height: 226px;
}
@media screen and (max-width: 767px) {
  .service-wrap ul li .service-list {
    padding: 15px;
    display: block;
  }
}
.service-wrap ul li .service-list:before {
  position: absolute;
  right: -10px;
  bottom: -10px;
  content: "";
  width: 100%;
  height: 100%;
  background: #eadfc9;
  z-index: -1;
}
.service-wrap ul li .service-list dl {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .service-wrap ul li .service-list dl {
    width: 100%;
    margin-bottom: 10px;
  }
}
.service-wrap ul li .service-list dl dt {
  color: #b12025;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.service-wrap ul li .service-list dl dt::before {
  position: absolute;
  content: "■";
  top: 0;
  left: 0;
  color: #b12025;
}
.service-wrap ul li .service-list dl dd {
  font-size: 1.4rem;
  line-height: 1.8em;
}
.service-wrap ul li .service-list dl dd ul.txt_list {
  list-style: disc;
  display: block;
  margin-left: 10px;
}
.service-wrap ul li .service-list dl dd ul.txt_list li {
  list-style: disc;
  padding-top: 0;
  width: 100%;
  text-align: left;
  margin-left: 20px;
}
.service-wrap ul li:nth-child(1) {
  padding-top: 0;
  text-align: center;
}
.service-wrap ul li:nth-child(1) img {
  width: 80%;
  margin: auto;
}
.service-wrap ul li:nth-child(3) .txt {
  min-height: 86px;
}
.service-wrap ul li:nth-child(4) .txt {
  min-height: 86px;
}
.service-wrap ul li.yellow {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .service-wrap ul li.yellow {
    margin-bottom: 40px;
  }
}
.service-wrap ul li .etc {
  font-size: 1.4rem;
  color: #b12025;
  letter-spacing: 2px;
  text-align: right;
  margin-top: -45px;
  position: relative;
  margin-right: 35px;
}

.red_bg {
  background: url(./img/red_bk_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 85px 0;
}
@media screen and (max-width: 767px) {
  .red_bg {
    padding: 30px 0;
  }
}
.red_bg dl {
  background: #fff;
  padding: 62px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .red_bg dl {
    padding: 30px 20px;
  }
}
.red_bg dl:last-child {
  margin-bottom: 0;
}
.red_bg dl dt {
  font-size: 3rem;
  color: #b12025;
  margin-bottom: 35px;
  font-family: "Sawarabi Mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  .red_bg dl dt {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
.red_bg dl dd {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .red_bg dl dd {
    font-size: 1.4rem;
  }
}

.cases {
  margin: 70px auto 100px;
}
@media screen and (max-width: 767px) {
  .cases {
    margin: 50px auto;
  }
}
.cases h2 {
  font-family: "Noto Serif JP", serif;
  color: #b12025;
  font-size: 5rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .cases h2 {
    font-size: 4rem;
  }
}
.cases h2 span {
  display: block;
  font-size: 1.6rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .cases h2 span {
    font-size: 1.2rem;
  }
}
.cases .case_btn {
  background-color: #b12025;
  color: #fff;
  max-width: 980px;
  width: 100%;
  position: relative;
  text-align: center;
  display: block;
  padding: 25px;
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 2.7rem;
  letter-spacing: 1px;
  border: 1px solid #b12025;
  outline: 1px solid #fff;
  /* 線の太さ・線状・色 */
  outline-offset: -5px;
  /* どれだけ内側に線を表示したいかを負の値で指定 */
}
@media screen and (max-width: 767px) {
  .cases .case_btn {
    font-size: 1.8rem;
  }
}
.cases .case_btn::before {
  position: absolute;
  top: 26px;
  right: 30px;
  content: "";
  background: url(./img/arrow_wh.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 21px;
  height: 35px;
}
@media screen and (max-width: 767px) {
  .cases .case_btn::before {
    top: 28px;
    width: 12px;
    height: 20px;
  }
}
.cases .case_btn:hover {
  background-color: #fff;
  color: #b12025;
  outline: 1px solid #b12025;
}
.cases .case_btn:hover::before {
  background: url(./img/arrow_red.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.privacy_wrap .privacy_txt {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.8em;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .privacy_wrap .privacy_txt {
    margin: 20px auto;
    font-size: 1.2rem;
  }
}
.privacy_wrap dl {
  margin-bottom: 30px;
}
.privacy_wrap dt {
  font-size: 2.4rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .privacy_wrap dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.privacy_wrap dd {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .privacy_wrap dd {
    font-size: 1.2rem;
  }
}
.privacy_wrap dd > ul > ul {
  margin-left: 1em;
}

.comp_box {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .comp_box {
    margin-bottom: 50px;
  }
}
.comp_box h2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 50px;
  line-height: 1.4em;
  font-family: "Sawarabi Mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  .comp_box h2 {
    font-size: 2rem;
    margin: 0 auto 30px;
  }
}
.comp_box .txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .comp_box .txt {
    font-size: 1.2rem;
  }
}

.comingsoon p {
  font-size: 4.5rem;
  color: #999999;
  font-family: "游明朝", "YuMincho", serif;
  margin: 90px auto 400px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .comingsoon p {
    font-size: 3rem;
    margin: 50px auto 100px;
  }
}

.staff_inner {
  max-width: 1200px;
}

.staff_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px 10px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .staff_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 10px;
    margin-bottom: 60px;
  }
}
.staff_list li a {
  position: relative;
  -webkit-perspective: 50em;
  perspective: 50em;
}
.staff_list .img_block {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.staff_list .img_block .order {
  font-family: "Sawarabi Mincho", sans-serif;
  color: #b12025;
  font-size: 7rem;
  margin-bottom: -60px;
}
@media screen and (max-width: 767px) {
  .staff_list .img_block .order {
    font-size: 4.5rem;
    margin-bottom: -35px;
  }
}
.staff_list .img_block img {
  width: 100%;
  aspect-ratio: 16/36;
  -o-object-fit: cover;
  object-fit: cover;
}
.staff_list .text_block {
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.staff_list .text_block .order {
  font-family: "Sawarabi Mincho", sans-serif;
  color: #b12025;
  font-size: 4.5rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .staff_list .text_block .order {
    font-size: 3.6rem;
  }
}
.staff_list .text_block .name {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .staff_list .text_block .name {
    font-size: 1.8rem;
  }
}
.staff_list .text_block .name:last-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .staff_list .text_block .name:last-of-type {
    margin-bottom: 5px;
  }
}
.staff_list .text_block .department {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #b12025;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .staff_list .text_block .department {
    font-size: 1.6rem;
  }
}
.staff_list .text_block .button {
  padding: 8px 15px;
  width: 12rem;
  display: inline-block;
  background-color: #b12025;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .staff_list .text_block .button {
    display: none;
  }
}
.staff_list li a:hover {
  opacity: 1;
}
.staff_list li a:hover .img_block {
  opacity: 0;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.staff_list li a:hover .text_block {
  opacity: 1;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.interview {
  padding-top: 80px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .interview {
    padding-top: 50px;
  }
}
.interview h2 {
  font-family: "Sawarabi Mincho", sans-serif;
  color: #b12025;
  font-size: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .interview h2 {
    font-size: 2.8rem;
  }
}
.interview h2 span {
  display: block;
  font-size: 1.8rem;
  color: #000;
  font-family: "Sawarabi Mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  .interview h2 span {
    font-size: 1.6rem;
  }
}
.interview .staff_interview {
  padding: 130px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6.9%;
}
@media screen and (max-width: 767px) {
  .interview .staff_interview {
    padding: 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    gap: 50px;
  }
}
.interview .staff_interview:nth-of-type(odd) {
  background-color: #f2f2f2;
}
.interview .staff_interview:nth-of-type(odd) .order,
.interview .staff_interview:nth-of-type(odd) .post_en {
  left: 18%;
}
@media screen and (max-width: 767px) {
  .interview .staff_interview:nth-of-type(odd) .order,
  .interview .staff_interview:nth-of-type(odd) .post_en {
    left: 12%;
  }
}
.interview .staff_interview:nth-of-type(odd) .text_block_inner {
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .interview .staff_interview:nth-of-type(odd) .text_block_inner {
    padding-right: 0;
  }
}
.interview .staff_interview:nth-of-type(even) {
  background-color: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.interview .staff_interview:nth-of-type(even) .main_img {
  box-shadow: -50px 50px 0px 0px rgba(177, 32, 37, 0.3);
}
@media screen and (max-width: 767px) {
  .interview .staff_interview:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .interview .staff_interview:nth-of-type(even) .img_block {
    margin-left: auto;
  }
}
.interview .staff_interview:nth-of-type(even) .order,
.interview .staff_interview:nth-of-type(even) .post_en {
  right: 18%;
}
@media screen and (max-width: 767px) {
  .interview .staff_interview:nth-of-type(even) .order,
  .interview .staff_interview:nth-of-type(even) .post_en {
    right: 12%;
  }
}
.interview .staff_interview:nth-of-type(even) .text_block_inner {
  margin-left: auto;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .interview .staff_interview:nth-of-type(even) .text_block_inner {
    margin-left: initial;
    padding-left: 0;
  }
}
.interview .img_block {
  max-width: 40.6%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview .img_block {
    max-width: 95%;
  }
}
.interview .order {
  font-family: "Sawarabi Mincho", sans-serif;
  color: #b12025;
  font-size: 7rem;
  position: absolute;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .interview .order {
    font-size: 4rem;
    top: -30px;
  }
}
.interview .main_img {
  min-height: 450px;
  max-height: 500px;
  box-shadow: 50px 50px 0px 0px rgba(177, 32, 37, 0.3);
}
@media screen and (max-width: 767px) {
  .interview .main_img {
    min-height: initial;
  }
}
.interview .main_img img {
  width: 100%;
  min-height: inherit;
  max-height: inherit;
  aspect-ratio: 64/50;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .interview .main_img img {
    aspect-ratio: 64/40;
  }
}
.interview .staff_interview:nth-of-type(3) img {
  -o-object-position: 29% center;
  object-position: 29% center;
}
.interview .staff_interview:nth-of-type(9) img {
  -o-object-position: 33% center;
  object-position: 33% center;
}
.interview .post_en {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 6.4rem;
  color: rgba(177, 32, 37, 1);
  position: absolute;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .interview .post_en {
    font-size: 4rem;
    bottom: -35px;
  }
}
.interview .text_block {
  max-width: 52.5%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .interview .text_block {
    margin: 0 auto;
    max-width: 68rem;
    padding: 0 5vw;
  }
}
.interview .text_block_inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 655px;
}
@media screen and (max-width: 767px) {
  .interview .text_block_inner {
    max-width: initial;
  }
}
.interview .name_jp {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (max-width: 767px) {
  .interview .name_jp {
    font-size: 2.8rem;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px 20px;
  }
}
.interview .name_en {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 18px;
}
.interview .year {
  padding: 8px 0;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .interview .year {
    padding: 6px 0;
    font-size: 1.6rem;
  }
}
.interview .detail_list.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .interview .detail_list.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.interview .detail_list.flex .description {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .interview .detail_list.flex .description {
    padding-left: 1em;
  }
}
.interview .detail_list + .detail_list {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .interview .detail_list + .detail_list {
    margin-top: 1rem;
  }
}
.interview .term {
  font-size: 18px;
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 8px;
  margin-top: 48px;
  border-bottom: #ccc 1px solid;
}
@media screen and (max-width: 767px) {
  .interview .term {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.interview .description {
  font-size: 16px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-top: 24px;
  letter-spacing: 0.1em;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .interview .description {
    font-size: 1.6rem;
  }
}

.youtube_container iframe {
  display: block;
  margin: 0 auto 30px;
  max-width: 98rem;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .youtube_container iframe {
    width: 100%;
  }
}

.footer__sns {
  width: 200px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 45px;
}
.footer__sns a {
  width: 50px;
}

.thum {
}

.recruit__imgs {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 64px;
  margin-bottom: 64px;
  gap: 32px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .recruit__imgs {
    flex-direction: column;
  }
}
.recruit__img {
  max-width: 370px;
  margin: 0 auto;
  width: 100%;
}
.recruit__img img {
  max-width: 370px;
  aspect-ratio: 3/2;
  object-fit: cover;
  margin: 0 auto;
  width: 100%;
}
