@charset "UTF-8";
/*-------------base-------------*/
/*Webフォント読み込み*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*使用Webフォント*/
/*使用カラー*/
/*フォントサイズ*/
/*サイト全体のフォント指定*/
html {
  font-size: 10px;
}

body {
  font-family: "Arial", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #3F352E;
}
body br.pc {
  display: block;
}
@media screen and (max-width: 540px) {
  body br.pc {
    display: none;
  }
}
body br.sp {
  display: none;
}
@media screen and (max-width: 540px) {
  body br.sp {
    display: block;
  }
}

/*-------------mixin-------------*/
/*-------------base-------------*/
/*-------------ブレイクポイント-------------*/
/*-------------本文-------------*/
/*-------------フリップアニメーション-------------*/
@keyframes flip-anime {
  0% {
    opacity: 0;
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
  }
  100% {
    opacity: 1;
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  }
}
@keyframes flip-x {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
/*-------------フェードアップ-------------*/
/*-------------フェードイン-------------*/
/*-------------フェードアップ左-------------*/
/*-------------フェードアップ右-------------*/
/*-------------回転アニメージョン-------------*/
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*-------------左側から流れるアニメーション-------------*/
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*-------------ズームイン-------------*/
@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*-------------ホバー透過-------------*/
/*-------------画像設定-------------*/
/*-------------擬似要素-------------*/
/*-------------flex space-between-------------*/
/*-------------ボタン-------------*/
/*-------------TOP見出し-------------*/
/*-------------下層見出し_下線-------------*/
/*-------------下層見出し_下線(左)-------------*/
/*-------------下層見出し_下線02-------------*/
/*------------リスト-------------*/
/*-------------インタビューリスト-------------*/
/*-------------コンテンツ幅-------------*/
/*-------------コンテンツ余白-------------*/
/*-------------コンテンツ背景-------------*/
/*-------------インタビュースライドショー-------------*/
/*-------------page-------------*/
/*-------------base-------------*/
/*-------------mixin-------------*/
/*-------------メインビジュアル-------------*/
.top-mainmovie {
  margin: 100px 0 0 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .top-mainmovie {
    margin: 60px 0 0 0;
  }
}
.top-mainmovie .scroll-txt {
  position: absolute;
  left: 35px;
  top: 20px;
  margin: 0;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  writing-mode: vertical-lr;
  color: #A6B63A;
}
@media screen and (max-width: 1100px) {
  .top-mainmovie .scroll-txt {
    left: 10px;
    top: 10px;
  }
}
.top-mainmovie .scroll-txt::after {
  content: "";
  display: inline-block;
  position: relative;
  background: linear-gradient(to bottom, #A6B63A, #fff 90%);
  width: 1px;
  height: 100vh;
  position: absolute;
  top: 65px;
  left: 9px;
}
.top-mainmovie-inner {
  padding: 0 0 0 90px;
}
@media screen and (max-width: 1100px) {
  .top-mainmovie-inner {
    padding: 0 0 0 40px;
  }
}
.top-mainmovie-inner video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 0 0 0 2rem;
  height: calc(100vh - 100px);
}
@media screen and (max-width: 1100px) {
  .top-mainmovie-inner video {
    aspect-ratio: 0;
    border-radius: 0 0 0 1rem;
    height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 540px) {
  .top-mainmovie-inner video {
    height: auto;
    aspect-ratio: 900/1170;
  }
}
.top-mainmovie-inner video.video-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-mainmovie-inner video.video-sp {
    display: block;
  }
}
.top-mainmovie-inner video.video-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .top-mainmovie-inner video.video-pc {
    display: none;
  }
}

/*-------------久世からのメッセージ-------------*/
.top-message {
  padding: 140px 20px;
  box-sizing: border-box;
  background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
  background-size: 585px, cover;
  background-position: right 0 bottom 0, center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-message {
    padding: 60px 20px;
    background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
    background-size: 240px, cover;
    background-position: right 0 bottom 0, center;
    background-repeat: no-repeat;
  }
}
.top-message::after {
  content: "MESSAGE";
  display: inline-block;
  font-size: 16rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top-message::after {
    font-size: 7rem;
    top: -10px;
  }
}
.top-message-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.top-message-inner .top-message__heading {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 40px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .top-message-inner .top-message__heading {
    font-size: 2.8rem;
    padding: 0 0 20px 0;
  }
}
.top-message-inner .top-message__heading::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #C8151C;
  width: 100px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .top-message-inner .top-message__heading::after {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-message-inner .top-message__heading {
    transform: translate(0, 40px);
  }
}
.top-message-inner .top-message__heading.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .top-message-inner .top-message__heading {
    margin: 0 0 30px 0;
  }
}
.top-message-inner p {
  font-size: 1.8rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .top-message-inner p {
    font-size: 1.5rem;
  }
}
.top-message-inner p > a {
  word-break: break-all;
  color: #D56A29;
  transition: all 0.3s;
}
.top-message-inner p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-message-inner p > a:hover {
    opacity: 1;
  }
}
.top-message-inner p span {
  color: #C8151C;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-message-inner p {
    transform: translate(0, 40px);
  }
}
.top-message-inner p.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .top-message-inner p {
    margin: 0 0 20px 0;
  }
}
.top-message-inner .btn-main {
  max-width: 335px;
  width: 100%;
  opacity: 0;
  transition: all 2000ms;
  margin: 0 auto;
}
.top-message-inner .btn-main a {
  width: 100%;
  text-decoration: none;
  display: block;
  padding: 22px;
  box-sizing: border-box;
  border-radius: 10rem;
  background: #D56A29;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.top-message-inner .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-message-inner .btn-main a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-message-inner .btn-main a {
    padding: 19px 20px;
    font-size: 1.6rem;
  }
}
.top-message-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r_w.svg);
  background-size: 20px;
  width: 20px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.top-message-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../../images/icon_arrow_l_w.svg);
  background-size: 20px;
  width: 20px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.top-message-inner .btn-main.is-animated {
  opacity: 1;
}

/*-------------社員インタビュー-------------*/
.top-interview {
  padding: 140px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top-interview {
    padding: 60px 0;
  }
}
.top-interview-inner .top-interview__heading {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__heading {
    transform: translate(0, 40px);
  }
}
.top-interview-inner .top-interview__heading.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__heading {
    margin: 0 0 30px 0;
  }
}
.top-interview-inner .top-interview__heading .en-txt {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #C8151C;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__heading .en-txt {
    font-size: 2rem;
    margin: 0 0 20px 0;
  }
}
.top-interview-inner .top-interview__heading h2 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 40px 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__heading h2 {
    font-size: 2.8rem;
    padding: 0 0 20px 0;
  }
}
.top-interview-inner .top-interview__heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #C8151C;
  width: 100px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__heading h2::after {
    width: 60px;
  }
}
.top-interview-inner .top-interview__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  padding: 0 20px;
}
.top-interview-inner .top-interview__list li {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__list li {
    margin: 0 10px;
  }
}
.top-interview-inner .top-interview__list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.top-interview-inner .top-interview__list li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-interview-inner .top-interview__list li a:hover {
    opacity: 1;
  }
}
.top-interview-inner .top-interview__list li a .top-interview__list-thumbnail,
.top-interview-inner .top-interview__list li a .interview-section__list-thumbnail {
  position: relative;
  margin: 0 0 30px 0;
  aspect-ratio: 2/2.68;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__list li a .top-interview__list-thumbnail,
  .top-interview-inner .top-interview__list li a .interview-section__list-thumbnail {
    margin: 0 0 20px 0;
  }
}
.top-interview-inner .top-interview__list li a .top-interview__list-thumbnail .more-txt,
.top-interview-inner .top-interview__list li a .interview-section__list-thumbnail .more-txt {
  background: url(../../images/btn_bound.svg);
  background-size: 97px;
  width: 97px;
  height: 98px;
  position: absolute;
  bottom: -20px;
  right: -25px;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__list li a .top-interview__list-thumbnail .more-txt,
  .top-interview-inner .top-interview__list li a .interview-section__list-thumbnail .more-txt {
    background-size: 80px;
    width: 80px;
    height: 81px;
    right: -20px;
  }
}
.top-interview-inner .top-interview__list li a .top-interview__list-thumbnail .more-txt p,
.top-interview-inner .top-interview__list li a .interview-section__list-thumbnail .more-txt p {
  margin: 0;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  padding: 0 0 10px 0;
  color: #D56A29;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__list li a .top-interview__list-thumbnail .more-txt p,
  .top-interview-inner .top-interview__list li a .interview-section__list-thumbnail .more-txt p {
    font-size: 1rem;
    top: 30px;
  }
}
.top-interview-inner .top-interview__list li a .top-interview__list-thumbnail .more-txt p::after,
.top-interview-inner .top-interview__list li a .interview-section__list-thumbnail .more-txt p::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r_o.svg);
  background-size: 20px;
  width: 20px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-interview-inner .top-interview__list li a .top-interview__list-thumbnail img,
.top-interview-inner .top-interview__list li a .interview-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__list li a .top-interview__list-thumbnail img,
  .top-interview-inner .top-interview__list li a .interview-section__list-thumbnail img {
    border-radius: 1rem;
  }
}
.top-interview-inner .top-interview__list li a .top-interview__list-txt,
.top-interview-inner .top-interview__list li a .interview-section__list-txt {
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__list li a .top-interview__list-txt,
  .top-interview-inner .top-interview__list li a .interview-section__list-txt {
    padding: 0 10px;
  }
}
.top-interview-inner .top-interview__list li a .top-interview__list-txt .job-txt,
.top-interview-inner .top-interview__list li a .interview-section__list-txt .job-txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  background: #C8151C;
  border-radius: 0.5rem;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__list li a .top-interview__list-txt .job-txt,
  .top-interview-inner .top-interview__list li a .interview-section__list-txt .job-txt {
    font-size: 1.5rem;
    padding: 8px;
  }
}
.top-interview-inner .top-interview__list li a .top-interview__list-txt .top-interview__list-heading,
.top-interview-inner .top-interview__list li a .top-interview__list-txt .interview-section__list-heading,
.top-interview-inner .top-interview__list li a .interview-section__list-txt .top-interview__list-heading,
.top-interview-inner .top-interview__list li a .interview-section__list-txt .interview-section__list-heading {
  display: flex;
  align-items: baseline;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__list li a .top-interview__list-txt .top-interview__list-heading,
  .top-interview-inner .top-interview__list li a .top-interview__list-txt .interview-section__list-heading,
  .top-interview-inner .top-interview__list li a .interview-section__list-txt .top-interview__list-heading,
  .top-interview-inner .top-interview__list li a .interview-section__list-txt .interview-section__list-heading {
    margin: 0 0 10px 0;
  }
}
.top-interview-inner .top-interview__list li a .top-interview__list-txt .top-interview__list-heading h3,
.top-interview-inner .top-interview__list li a .top-interview__list-txt .interview-section__list-heading h3,
.top-interview-inner .top-interview__list li a .interview-section__list-txt .top-interview__list-heading h3,
.top-interview-inner .top-interview__list li a .interview-section__list-txt .interview-section__list-heading h3 {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  color: #3F352E;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__list li a .top-interview__list-txt .top-interview__list-heading h3,
  .top-interview-inner .top-interview__list li a .top-interview__list-txt .interview-section__list-heading h3,
  .top-interview-inner .top-interview__list li a .interview-section__list-txt .top-interview__list-heading h3,
  .top-interview-inner .top-interview__list li a .interview-section__list-txt .interview-section__list-heading h3 {
    font-size: 2.8rem;
  }
}
.top-interview-inner .top-interview__list li a .top-interview__list-txt .top-interview__list-heading .year-txt,
.top-interview-inner .top-interview__list li a .top-interview__list-txt .interview-section__list-heading .year-txt,
.top-interview-inner .top-interview__list li a .interview-section__list-txt .top-interview__list-heading .year-txt,
.top-interview-inner .top-interview__list li a .interview-section__list-txt .interview-section__list-heading .year-txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #8E8787;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__list li a .top-interview__list-txt .top-interview__list-heading .year-txt,
  .top-interview-inner .top-interview__list li a .top-interview__list-txt .interview-section__list-heading .year-txt,
  .top-interview-inner .top-interview__list li a .interview-section__list-txt .top-interview__list-heading .year-txt,
  .top-interview-inner .top-interview__list li a .interview-section__list-txt .interview-section__list-heading .year-txt {
    font-size: 1.5rem;
  }
}
.top-interview-inner .top-interview__list li a .top-interview__list-txt .sub-txt,
.top-interview-inner .top-interview__list li a .interview-section__list-txt .sub-txt {
  margin: 0;
  font-size: 1.4rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__list li a .top-interview__list-txt .sub-txt,
  .top-interview-inner .top-interview__list li a .interview-section__list-txt .sub-txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__list {
    padding: 0;
  }
}
.top-interview-inner .top-interview__list .slide-arrow {
  position: absolute;
  top: auto;
  transform: none;
  bottom: -130px;
  width: 70px;
  height: 70px;
  border: solid 1px #D56A29;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.top-interview-inner .top-interview__list .slide-arrow:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-interview-inner .top-interview__list .slide-arrow:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__list .slide-arrow {
    width: 40px;
    height: 40px;
    bottom: -60px;
  }
}
.top-interview-inner .top-interview__list .slide-arrow::before {
  content: none;
}
.top-interview-inner .top-interview__list .slide-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 8px;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__list .slide-arrow::after {
    width: 20px;
    height: 5px;
  }
}
.top-interview-inner .top-interview__list .slide-arrow.slick-prev {
  left: 40px;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__list .slide-arrow.slick-prev {
    left: 20px;
  }
}
.top-interview-inner .top-interview__list .slide-arrow.slick-prev::after {
  background: url(../../images/icon_arrow_l_o_large.svg);
  background-size: 36px;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__list .slide-arrow.slick-prev::after {
    background: url(../../images/icon_arrow_l_o.svg);
    background-size: 20px;
  }
}
.top-interview-inner .top-interview__list .slide-arrow.slick-next {
  right: 40px;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__list .slide-arrow.slick-next {
    right: 20px;
  }
}
.top-interview-inner .top-interview__list .slide-arrow.slick-next::after {
  background: url(../../images/icon_arrow_r_o_large.svg);
  background-size: 36px;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .top-interview__list .slide-arrow.slick-next::after {
    background: url(../../images/icon_arrow_r_o.svg);
    background-size: 20px;
  }
}
.top-interview-inner .btn-main {
  max-width: 335px;
  width: 100%;
  opacity: 0;
  transition: all 2000ms;
  margin: 60px auto 0 auto;
}
.top-interview-inner .btn-main a {
  width: 100%;
  text-decoration: none;
  display: block;
  padding: 22px;
  box-sizing: border-box;
  border-radius: 10rem;
  background: #D56A29;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.top-interview-inner .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-interview-inner .btn-main a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-interview-inner .btn-main a {
    padding: 19px 20px;
    font-size: 1.6rem;
  }
}
.top-interview-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r_w.svg);
  background-size: 20px;
  width: 20px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.top-interview-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../../images/icon_arrow_l_w.svg);
  background-size: 20px;
  width: 20px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.top-interview-inner .btn-main.is-animated {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top-interview-inner .btn-main {
    margin: 80px auto 0 auto;
  }
}

/*-------------3コンテンツ-------------*/
.top-contents {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .top-contents {
    max-width: 768px;
    margin: 0 auto;
    width: auto;
  }
}
.top-contents-item {
  width: 33.33%;
  position: relative;
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-contents-item {
    transform: translate(0, 40px);
  }
}
.top-contents-item.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-contents-item:nth-of-type(2) {
  transition-delay: 150ms;
}
@media screen and (max-width: 768px) {
  .top-contents-item:nth-of-type(2) {
    transition-delay: 0ms;
  }
}
.top-contents-item:nth-of-type(3) {
  transition-delay: 300ms;
}
@media screen and (max-width: 768px) {
  .top-contents-item:nth-of-type(3) {
    transition-delay: 0ms;
  }
}
@media screen and (max-width: 1100px) {
  .top-contents-item {
    width: 100%;
  }
}
.top-contents-item a {
  display: block;
  text-decoration: none;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.top-contents-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 1px solid #fff;
  outline-offset: -5px;
  z-index: 1;
}
.top-contents-item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 45, 32, 0.6);
}
.top-contents-item a .top-contents-item__txt {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.top-contents-item a .top-contents-item__txt h3 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 40px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  color: #fff;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .top-contents-item a .top-contents-item__txt h3 {
    font-size: 2.8rem;
    padding: 0 0 20px 0;
  }
}
.top-contents-item a .top-contents-item__txt h3::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #C8151C;
  width: 100px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .top-contents-item a .top-contents-item__txt h3::after {
    width: 60px;
  }
}
.top-contents-item a .top-contents-item__txt h3::after {
  background: #fff;
}
@media screen and (max-width: 1400px) {
  .top-contents-item a .top-contents-item__txt h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .top-contents-item a .top-contents-item__txt h3 {
    font-size: 2.8rem;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
  }
}
.top-contents-item a .top-contents-item__txt p {
  font-size: 1.8rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .top-contents-item a .top-contents-item__txt p {
    font-size: 1.5rem;
  }
}
.top-contents-item a .top-contents-item__txt p > a {
  word-break: break-all;
  color: #D56A29;
  transition: all 0.3s;
}
.top-contents-item a .top-contents-item__txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-contents-item a .top-contents-item__txt p > a:hover {
    opacity: 1;
  }
}
.top-contents-item a .top-contents-item__txt p span {
  color: #C8151C;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .top-contents-item a .top-contents-item__txt p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-contents-item a .top-contents-item__txt p {
    margin: 0 0 30px 0;
  }
}
.top-contents-item a .top-contents-item__txt .btn-sub {
  text-align: center;
}
.top-contents-item a .top-contents-item__txt .btn-sub span {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #D56A29;
  padding: 10px 30px;
  box-sizing: border-box;
  border-radius: 10rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top-contents-item a .top-contents-item__txt .btn-sub span {
    font-size: 1.2rem;
    padding: 8px 20px;
  }
}
.top-contents-item a .top-contents-item__txt .btn-sub span::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r_o.svg);
  background-size: 20px;
  width: 20px;
  height: 5px;
  position: relative;
  bottom: 3px;
  margin: 0 0 0 3px;
}
.top-contents-item a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.7s all;
}
.top-contents-item a:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.7s all;
}
@media screen and (max-width: 1100px) {
  .top-contents-item a:hover img {
    transform: scale(1);
  }
}

/*-------------採用情報-------------*/
.top-recruit {
  padding: 140px 20px;
  box-sizing: border-box;
  background: url(../../images/bg_bound_green02.svg), #A6B63A;
  background-size: 1400px, cover;
  background-position: right -460px bottom -333px, center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-recruit {
    padding: 60px 20px;
    background: url(../../images/bg_bound_green02.svg), #A6B63A;
    background-size: 260px, cover;
    background-position: right -40px top -20px, center;
    background-repeat: no-repeat;
  }
}
.top-recruit-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.top-recruit-inner .top-recruit__txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 768px) {
  .top-recruit-inner .top-recruit__txt {
    margin: 0 0 30px 0;
    flex-flow: column;
  }
}
.top-recruit-inner .top-recruit__txt .top-recruit__heading {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  padding: 0 0 40px 0;
  margin: 0 20px 0 0;
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-recruit-inner .top-recruit__txt .top-recruit__heading {
    transform: translate(0, 40px);
  }
}
.top-recruit-inner .top-recruit__txt .top-recruit__heading.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .top-recruit-inner .top-recruit__txt .top-recruit__heading {
    font-size: 2.8rem;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
}
.top-recruit-inner .top-recruit__txt .top-recruit__heading::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .top-recruit-inner .top-recruit__txt .top-recruit__heading::after {
    width: 60px;
  }
}
.top-recruit-inner p {
  font-size: 1.8rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
  margin: 0;
  color: #fff;
  font-weight: bold;
  width: 81%;
  opacity: 0;
  transition: all 2000ms;
}
@media screen and (max-width: 768px) {
  .top-recruit-inner p {
    font-size: 1.5rem;
  }
}
.top-recruit-inner p > a {
  word-break: break-all;
  color: #D56A29;
  transition: all 0.3s;
}
.top-recruit-inner p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-recruit-inner p > a:hover {
    opacity: 1;
  }
}
.top-recruit-inner p span {
  color: #C8151C;
  font-weight: bold;
}
.top-recruit-inner p.is-animated {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top-recruit-inner p {
    width: 100%;
  }
}
.top-recruit .top-recruit__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-recruit .top-recruit__list li {
  width: 32.17%;
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-recruit .top-recruit__list li {
    transform: translate(0, 40px);
  }
}
.top-recruit .top-recruit__list li.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .top-recruit .top-recruit__list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .top-recruit .top-recruit__list li:last-child {
    margin: 0;
  }
}
.top-recruit .top-recruit__list li:nth-of-type(2) {
  transition-delay: 150ms;
}
@media screen and (max-width: 768px) {
  .top-recruit .top-recruit__list li:nth-of-type(2) {
    transition-delay: 0ms;
  }
}
.top-recruit .top-recruit__list li:nth-of-type(3) {
  transition-delay: 300ms;
}
@media screen and (max-width: 768px) {
  .top-recruit .top-recruit__list li:nth-of-type(3) {
    transition-delay: 0ms;
  }
}
.top-recruit .top-recruit__list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 2rem;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.top-recruit .top-recruit__list li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-recruit .top-recruit__list li a:hover {
    opacity: 1;
  }
}
.top-recruit .top-recruit__list li a .top-recruit__list-thumbnail {
  aspect-ratio: 16/9;
}
.top-recruit .top-recruit__list li a .top-recruit__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 768px) {
  .top-recruit .top-recruit__list li a .top-recruit__list-thumbnail img {
    border-radius: 1rem 1rem 0 0;
  }
}
.top-recruit .top-recruit__list li a .top-recruit__list-txt {
  padding: 40px 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .top-recruit .top-recruit__list li a .top-recruit__list-txt {
    padding: 30px 20px;
    border-radius: 0 0 1rem 1rem;
  }
}
.top-recruit .top-recruit__list li a .top-recruit__list-txt h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  position: relative;
  z-index: 1;
  color: #3F352E;
}
@media screen and (max-width: 768px) {
  .top-recruit .top-recruit__list li a .top-recruit__list-txt h3 {
    font-size: 2rem;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
}
.top-recruit .top-recruit__list li a .top-recruit__list-txt h3::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #C8151C;
  width: 100px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .top-recruit .top-recruit__list li a .top-recruit__list-txt h3::after {
    width: 60px;
  }
}
.top-recruit .top-recruit__list li a .top-recruit__list-txt .btn-sub {
  text-align: center;
}
.top-recruit .top-recruit__list li a .top-recruit__list-txt .btn-sub span {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #D56A29;
  padding: 10px 30px;
  box-sizing: border-box;
  border-radius: 10rem;
  background: #fff;
  border: solid 1px #D56A29;
}
@media screen and (max-width: 768px) {
  .top-recruit .top-recruit__list li a .top-recruit__list-txt .btn-sub span {
    font-size: 1.2rem;
    padding: 8px 20px;
  }
}
.top-recruit .top-recruit__list li a .top-recruit__list-txt .btn-sub span::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r_o.svg);
  background-size: 20px;
  width: 20px;
  height: 5px;
  position: relative;
  bottom: 3px;
  margin: 0 0 0 3px;
}

/*-------------base-------------*/
/*-------------mixin-------------*/
/*-------------下層見出し-------------*/
.lower-heading {
  margin: 100px 0 0 0;
  display: flex;
  height: 380px;
}
@media screen and (max-width: 1100px) {
  .lower-heading {
    margin: 60px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .lower-heading {
    flex-flow: column;
    height: auto;
  }
}
.lower-heading__txt {
  background: #C8151C;
  display: flex;
  align-items: center;
  padding: 0 60px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .lower-heading__txt {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .lower-heading__txt {
    padding: 30px 20px 20px 20px;
  }
}
.lower-heading__txt-inner {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .lower-heading__txt-inner {
    transform: translate(0, 40px);
  }
}
.lower-heading__txt-inner.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.lower-heading__txt-inner .en-txt {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 1400px) {
  .lower-heading__txt-inner .en-txt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-heading__txt-inner .en-txt {
    font-size: 2rem;
    margin: 0 0 5px 0;
  }
}
.lower-heading__txt-inner h1 {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .lower-heading__txt-inner h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-heading__txt-inner h1 {
    font-size: 2.89rem;
  }
}
.lower-heading__txt::after {
  content: "";
  display: block;
  position: absolute;
  right: -94px;
  top: 0;
  background: url(../../images/heading_bound_pc.svg);
  background-size: 94px;
  width: 94px;
  height: 380px;
}
@media screen and (max-width: 768px) {
  .lower-heading__txt::after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -93px;
    /* 擬似要素を下にはみ出させる */
    width: 100%;
    height: 93px;
    /* 高さ固定 */
    background: url(../../images/heading_bound_sp.png) no-repeat;
    background-size: 100% 100%;
    /* ← 横幅を100%、高さも強制的に100%に引き伸ばす */
    background-position: center bottom;
  }
}
.lower-heading__img {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .lower-heading__img {
    aspect-ratio: 2/1.55;
  }
}
.lower-heading__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower-heading__img img.img-pc {
  display: block;
}
@media screen and (max-width: 1100px) {
  .lower-heading__img img.img-pc {
    display: none;
  }
}
.lower-heading__img img.img-sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  .lower-heading__img img.img-sp {
    display: block;
  }
}

/*-------------パンくずリスト-------------*/
.bread-menu {
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
}
.bread-menu span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  color: #3F352E;
}
.bread-menu span:nth-of-type(2n) {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .bread-menu span:nth-of-type(2n) {
    margin: 0 5px;
  }
}
.bread-menu span:nth-of-type(2n)::before {
  content: "";
  display: inline-block;
  background: url(../../images/icon_arrow_l_r.svg);
  background-size: 20px;
  width: 20px;
  height: 5px;
  position: relative;
  bottom: 3px;
}
.bread-menu span a {
  color: #C8151C;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
}
.bread-menu span a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #C8151C;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.bread-menu span a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 1100px) {
  .bread-menu span a:hover::after {
    transform: scale(0, 1);
  }
}

/*-------------よくある質問-------------*/
.faq-section {
  background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
  background-size: 585px, cover;
  background-position: right 0 bottom 0, center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq-section {
    background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
    background-size: 240px, cover;
    background-position: right 0 bottom 0, center;
    background-repeat: no-repeat;
  }
}
.faq-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  padding: 105px 20px 200px 20px;
}
@media screen and (max-width: 768px) {
  .faq-section-inner {
    padding: 40px 20px 60px 20px;
  }
}
.faq-section-inner .faq-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.faq-section-inner .faq-section__list .faq-section__list-item {
  background: rgba(255, 255, 255, 0.6);
  padding: 30px;
  border-radius: 2rem;
  margin: 0 0 40px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__list .faq-section__list-item {
    padding: 20px;
    border-radius: 1rem;
    margin: 0 0 20px 0;
  }
}
.faq-section-inner .faq-section__list .faq-section__list-item:last-child {
  margin: 0;
}
.faq-section-inner .faq-section__list .faq-section__list-item-heading {
  display: flex;
  align-items: center;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: solid 1px #E5E5E5;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__list .faq-section__list-item-heading {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
}
.faq-section-inner .faq-section__list .faq-section__list-item-heading .q-mark {
  background: #C8151C;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 15px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__list .faq-section__list-item-heading .q-mark {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
  }
}
.faq-section-inner .faq-section__list .faq-section__list-item-heading .q-mark span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__list .faq-section__list-item-heading .q-mark span {
    font-size: 1.6rem;
  }
}
.faq-section-inner .faq-section__list .faq-section__list-item-heading h2 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__list .faq-section__list-item-heading h2 {
    font-size: 1.6rem;
  }
}
.faq-section-inner .faq-section__list .faq-section__list-item-txt {
  display: flex;
  align-items: center;
}
.faq-section-inner .faq-section__list .faq-section__list-item-txt .a-mark {
  border: solid 1px #C8151C;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 15px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__list .faq-section__list-item-txt .a-mark {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
  }
}
.faq-section-inner .faq-section__list .faq-section__list-item-txt .a-mark span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #C8151C;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__list .faq-section__list-item-txt .a-mark span {
    font-size: 1.6rem;
  }
}
.faq-section-inner .faq-section__list .faq-section__list-item-txt p {
  font-size: 1.8rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__list .faq-section__list-item-txt p {
    font-size: 1.5rem;
  }
}
.faq-section-inner .faq-section__list .faq-section__list-item-txt p > a {
  word-break: break-all;
  color: #D56A29;
  transition: all 0.3s;
}
.faq-section-inner .faq-section__list .faq-section__list-item-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .faq-section-inner .faq-section__list .faq-section__list-item-txt p > a:hover {
    opacity: 1;
  }
}
.faq-section-inner .faq-section__list .faq-section__list-item-txt p span {
  color: #C8151C;
  font-weight: bold;
}

/*-------------社員インタビュー-------------*/
.interview-section {
  background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
  background-size: 585px, cover;
  background-position: right 0 bottom 0, center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interview-section {
    background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
    background-size: 240px, cover;
    background-position: right 0 bottom 0, center;
    background-repeat: no-repeat;
  }
}
.interview-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  padding: 105px 20px 140px 20px;
}
@media screen and (max-width: 768px) {
  .interview-section-inner {
    padding: 40px 20px 40px 20px;
  }
}
.interview-section-inner .interview-section__heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 0 20px 0;
  border-bottom: solid 2px #C8151C;
  margin: 0 0 60px 0;
}
.interview-section-inner .interview-section__heading span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .interview-section-inner .interview-section__heading {
    font-size: 2rem;
    padding: 0 0 15px 0;
  }
  .interview-section-inner .interview-section__heading span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .interview-section-inner .interview-section__heading {
    margin: 0 0 30px 0;
  }
}
.interview-section-inner .interview-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.interview-section-inner .interview-section__list li {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .interview-section-inner .interview-section__list li {
    margin: 0 10px;
  }
}
.interview-section-inner .interview-section__list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.interview-section-inner .interview-section__list li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .interview-section-inner .interview-section__list li a:hover {
    opacity: 1;
  }
}
.interview-section-inner .interview-section__list li a .top-interview__list-thumbnail,
.interview-section-inner .interview-section__list li a .interview-section__list-thumbnail {
  position: relative;
  margin: 0 0 30px 0;
  aspect-ratio: 2/2.68;
}
@media screen and (max-width: 768px) {
  .interview-section-inner .interview-section__list li a .top-interview__list-thumbnail,
  .interview-section-inner .interview-section__list li a .interview-section__list-thumbnail {
    margin: 0 0 20px 0;
  }
}
.interview-section-inner .interview-section__list li a .top-interview__list-thumbnail .more-txt,
.interview-section-inner .interview-section__list li a .interview-section__list-thumbnail .more-txt {
  background: url(../../images/btn_bound.svg);
  background-size: 97px;
  width: 97px;
  height: 98px;
  position: absolute;
  bottom: -20px;
  right: -25px;
}
@media screen and (max-width: 768px) {
  .interview-section-inner .interview-section__list li a .top-interview__list-thumbnail .more-txt,
  .interview-section-inner .interview-section__list li a .interview-section__list-thumbnail .more-txt {
    background-size: 80px;
    width: 80px;
    height: 81px;
    right: -20px;
  }
}
.interview-section-inner .interview-section__list li a .top-interview__list-thumbnail .more-txt p,
.interview-section-inner .interview-section__list li a .interview-section__list-thumbnail .more-txt p {
  margin: 0;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  padding: 0 0 10px 0;
  color: #D56A29;
}
@media screen and (max-width: 768px) {
  .interview-section-inner .interview-section__list li a .top-interview__list-thumbnail .more-txt p,
  .interview-section-inner .interview-section__list li a .interview-section__list-thumbnail .more-txt p {
    font-size: 1rem;
    top: 30px;
  }
}
.interview-section-inner .interview-section__list li a .top-interview__list-thumbnail .more-txt p::after,
.interview-section-inner .interview-section__list li a .interview-section__list-thumbnail .more-txt p::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r_o.svg);
  background-size: 20px;
  width: 20px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.interview-section-inner .interview-section__list li a .top-interview__list-thumbnail img,
.interview-section-inner .interview-section__list li a .interview-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .interview-section-inner .interview-section__list li a .top-interview__list-thumbnail img,
  .interview-section-inner .interview-section__list li a .interview-section__list-thumbnail img {
    border-radius: 1rem;
  }
}
.interview-section-inner .interview-section__list li a .top-interview__list-txt,
.interview-section-inner .interview-section__list li a .interview-section__list-txt {
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .interview-section-inner .interview-section__list li a .top-interview__list-txt,
  .interview-section-inner .interview-section__list li a .interview-section__list-txt {
    padding: 0 10px;
  }
}
.interview-section-inner .interview-section__list li a .top-interview__list-txt .job-txt,
.interview-section-inner .interview-section__list li a .interview-section__list-txt .job-txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  background: #C8151C;
  border-radius: 0.5rem;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .interview-section-inner .interview-section__list li a .top-interview__list-txt .job-txt,
  .interview-section-inner .interview-section__list li a .interview-section__list-txt .job-txt {
    font-size: 1.5rem;
    padding: 8px;
  }
}
.interview-section-inner .interview-section__list li a .top-interview__list-txt .top-interview__list-heading,
.interview-section-inner .interview-section__list li a .top-interview__list-txt .interview-section__list-heading,
.interview-section-inner .interview-section__list li a .interview-section__list-txt .top-interview__list-heading,
.interview-section-inner .interview-section__list li a .interview-section__list-txt .interview-section__list-heading {
  display: flex;
  align-items: baseline;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .interview-section-inner .interview-section__list li a .top-interview__list-txt .top-interview__list-heading,
  .interview-section-inner .interview-section__list li a .top-interview__list-txt .interview-section__list-heading,
  .interview-section-inner .interview-section__list li a .interview-section__list-txt .top-interview__list-heading,
  .interview-section-inner .interview-section__list li a .interview-section__list-txt .interview-section__list-heading {
    margin: 0 0 10px 0;
  }
}
.interview-section-inner .interview-section__list li a .top-interview__list-txt .top-interview__list-heading h3,
.interview-section-inner .interview-section__list li a .top-interview__list-txt .interview-section__list-heading h3,
.interview-section-inner .interview-section__list li a .interview-section__list-txt .top-interview__list-heading h3,
.interview-section-inner .interview-section__list li a .interview-section__list-txt .interview-section__list-heading h3 {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  color: #3F352E;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .interview-section-inner .interview-section__list li a .top-interview__list-txt .top-interview__list-heading h3,
  .interview-section-inner .interview-section__list li a .top-interview__list-txt .interview-section__list-heading h3,
  .interview-section-inner .interview-section__list li a .interview-section__list-txt .top-interview__list-heading h3,
  .interview-section-inner .interview-section__list li a .interview-section__list-txt .interview-section__list-heading h3 {
    font-size: 2.8rem;
  }
}
.interview-section-inner .interview-section__list li a .top-interview__list-txt .top-interview__list-heading .year-txt,
.interview-section-inner .interview-section__list li a .top-interview__list-txt .interview-section__list-heading .year-txt,
.interview-section-inner .interview-section__list li a .interview-section__list-txt .top-interview__list-heading .year-txt,
.interview-section-inner .interview-section__list li a .interview-section__list-txt .interview-section__list-heading .year-txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #8E8787;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .interview-section-inner .interview-section__list li a .top-interview__list-txt .top-interview__list-heading .year-txt,
  .interview-section-inner .interview-section__list li a .top-interview__list-txt .interview-section__list-heading .year-txt,
  .interview-section-inner .interview-section__list li a .interview-section__list-txt .top-interview__list-heading .year-txt,
  .interview-section-inner .interview-section__list li a .interview-section__list-txt .interview-section__list-heading .year-txt {
    font-size: 1.5rem;
  }
}
.interview-section-inner .interview-section__list li a .top-interview__list-txt .sub-txt,
.interview-section-inner .interview-section__list li a .interview-section__list-txt .sub-txt {
  margin: 0;
  font-size: 1.4rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .interview-section-inner .interview-section__list li a .top-interview__list-txt .sub-txt,
  .interview-section-inner .interview-section__list li a .interview-section__list-txt .sub-txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .interview-section-inner .interview-section__list {
    max-width: 540px;
    margin: 0 auto;
    width: auto;
  }
}
@media screen and (max-width: 540px) {
  .interview-section-inner .interview-section__list {
    max-width: 295px;
    margin: 0 auto;
    width: auto;
  }
}
.interview-section-inner .interview-section__list::after {
  content: "";
  display: block;
  width: 31.09%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .interview-section-inner .interview-section__list::after {
    width: 100%;
  }
}
.interview-section-inner .interview-section__list li {
  width: 31.09%;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .interview-section-inner .interview-section__list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/*-------------社員インタビュー_下層-------------*/
.interview-heading {
  margin: 120px 0 0 0;
  display: flex;
  height: 660px;
}
@media screen and (max-width: 1100px) {
  .interview-heading {
    margin: 60px 0 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .interview-heading {
    flex-flow: column;
    height: auto;
  }
}
.interview-heading__txt {
  background: #C8151C;
  display: flex;
  align-items: center;
  padding: 0 40px 0 60px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .interview-heading__txt {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1100px) {
  .interview-heading__txt {
    padding: 30px 20px;
    flex-flow: column;
    align-items: flex-start;
  }
}
.interview-heading__txt .bread-menu {
  padding: 0;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 1100px) {
  .interview-heading__txt .bread-menu {
    position: static;
    top: auto;
    left: auto;
    padding: 0 0 20px 0;
  }
}
.interview-heading__txt .bread-menu span {
  color: #fff;
}
.interview-heading__txt .bread-menu span:nth-of-type(2n) {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .interview-heading__txt .bread-menu span:nth-of-type(2n) {
    margin: 0 5px;
  }
}
.interview-heading__txt .bread-menu span:nth-of-type(2n)::before {
  content: "";
  display: inline-block;
  background: url(../../images/icon_arrow_r_w.svg);
  background-size: 20px;
  width: 20px;
  height: 5px;
  position: relative;
  bottom: 3px;
}
.interview-heading__txt .bread-menu span a {
  color: #fff;
}
.interview-heading__txt .bread-menu span a::after {
  background: #fff;
}
.interview-heading__txt-inner {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .interview-heading__txt-inner {
    transform: translate(0, 40px);
  }
}
.interview-heading__txt-inner.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.interview-heading__txt-inner .copy-txt {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #C8151C;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .interview-heading__txt-inner .copy-txt {
    font-size: 2rem;
    margin: 0 0 20px 0;
  }
}
.interview-heading__txt-inner .copy-txt span {
  padding: 15px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 15px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .interview-heading__txt-inner .copy-txt span {
    padding: 10px;
    margin: 0 0 10px 0;
  }
}
.interview-heading__txt-inner .copy-txt span:last-child {
  margin: 0;
}
.interview-heading__txt-inner .name-txt {
  font-size: 6.4rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 1400px) {
  .interview-heading__txt-inner .name-txt {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .interview-heading__txt-inner .name-txt {
    font-size: 3.6rem;
    margin: 0 0 10px 0;
  }
}
.interview-heading__txt-inner .interview-headingg__txt-info {
  display: flex;
  align-items: center;
}
.interview-heading__txt-inner .interview-headingg__txt-info .job-txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 0.5rem;
  color: #fff;
  border: solid 2px #fff;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .interview-heading__txt-inner .interview-headingg__txt-info .job-txt {
    font-size: 1.5rem;
    border: solid 1px #fff;
    border-radius: 0.25rem;
  }
}
.interview-heading__txt-inner .interview-headingg__txt-info .year-txt {
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .interview-heading__txt-inner .interview-headingg__txt-info .year-txt {
    font-size: 2rem;
  }
}
.interview-heading__txt::after {
  content: "";
  display: block;
  position: absolute;
  right: -163px;
  top: 0;
  background: url(../../images/heading_bound_pc.svg);
  background-size: 164px;
  width: 164px;
  height: 660px;
}
@media screen and (max-width: 1100px) {
  .interview-heading__txt::after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -93px;
    /* 擬似要素を下にはみ出させる */
    width: 100%;
    height: 93px;
    /* 高さ固定 */
    background: url(../../images/heading_bound_sp.png) no-repeat;
    background-size: 100% 100%;
    /* ← 横幅を100%、高さも強制的に100%に引き伸ばす */
    background-position: center bottom;
  }
}
.interview-heading__img {
  flex: 1;
}
@media screen and (max-width: 1100px) {
  .interview-heading__img {
    aspect-ratio: 2/1.55;
  }
}
.interview-heading__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview-lower-section__desc {
  padding: 100px 20px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__desc {
    padding: 60px 20px;
  }
}
.interview-lower-section__desc-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.interview-lower-section__desc-inner .interview-lower-section__desc-heading {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  background: #C8151C;
  border-radius: 0.5rem;
  padding: 10px 20px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__desc-inner .interview-lower-section__desc-heading {
    font-size: 2rem;
    padding: 10px 15px;
    margin: 0 0 20px 0;
    border-radius: 0.25rem;
  }
}
.interview-lower-section__desc-inner .interview-lower-section__desc-txt p {
  font-size: 1.8rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__desc-inner .interview-lower-section__desc-txt p {
    font-size: 1.5rem;
  }
}
.interview-lower-section__desc-inner .interview-lower-section__desc-txt p > a {
  word-break: break-all;
  color: #D56A29;
  transition: all 0.3s;
}
.interview-lower-section__desc-inner .interview-lower-section__desc-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .interview-lower-section__desc-inner .interview-lower-section__desc-txt p > a:hover {
    opacity: 1;
  }
}
.interview-lower-section__desc-inner .interview-lower-section__desc-txt p span {
  color: #C8151C;
  font-weight: bold;
}
.interview-lower-section__desc-inner .interview-lower-section__desc-txt p:last-child {
  margin: 0;
}
.interview-lower-section__desc-inner .interview-lower-section__desc-txt .interview-lower-section__desc-img {
  width: 100%;
  margin: 60px 0 0 0;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__desc-inner .interview-lower-section__desc-txt .interview-lower-section__desc-img {
    margin: 30px 0 0 0;
  }
}
.interview-lower-section__desc-inner .interview-lower-section__desc-txt .interview-lower-section__desc-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__desc-inner .interview-lower-section__desc-txt .interview-lower-section__desc-img img {
    border-radius: 1rem;
  }
}
.interview-lower-section__detail {
  padding: 100px 0;
  box-sizing: border-box;
  background: url(../../images/bg_bound_beige02.svg), #FEF2E3;
  background-size: 800px, cover;
  background-position: center, center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__detail {
    padding: 60px 0;
    background: url(../../images/bg_bound_beige02.svg), #FEF2E3;
    background-size: 240px, cover;
    background-position: center, center;
    background-repeat: no-repeat;
  }
}
.interview-lower-section__detail .interview-lower-section__cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__detail .interview-lower-section__cont {
    margin: 0 auto 40px auto;
  }
}
.interview-lower-section__detail .interview-lower-section__cont:last-child {
  margin: 0 auto;
}
.interview-lower-section__detail .interview-lower-section__cont-img {
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .interview-lower-section__detail .interview-lower-section__cont-img {
    width: 100%;
    padding: 0 20px 0 0;
    order: 2;
  }
}
.interview-lower-section__detail .interview-lower-section__cont-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 2rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__detail .interview-lower-section__cont-img img {
    border-radius: 0 1rem 1rem 0;
  }
}
@media screen and (max-width: 1100px) {
  .interview-lower-section__detail .interview-lower-section__cont:nth-of-type(3) .interview-lower-section__cont-img {
    padding: 0 0 0 20px;
  }
}
.interview-lower-section__detail .interview-lower-section__cont:nth-of-type(3) .interview-lower-section__cont-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__detail .interview-lower-section__cont:nth-of-type(3) .interview-lower-section__cont-img img {
    border-radius: 1rem 0 0 1rem;
  }
}
.interview-lower-section__detail .interview-lower-section__cont-txt {
  width: 50%;
  padding: 0 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .interview-lower-section__detail .interview-lower-section__cont-txt {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1100px) {
  .interview-lower-section__detail .interview-lower-section__cont-txt {
    width: 100%;
    padding: 0 20px 30px 20px;
    order: 1;
  }
}
.interview-lower-section__detail .interview-lower-section__cont-txt h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  color: #C8151C;
  background: #fff;
  border-radius: 0.5rem;
  padding: 10px 20px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__detail .interview-lower-section__cont-txt h2 {
    font-size: 2rem;
    padding: 10px 15px;
    margin: 0 0 20px 0;
    border-radius: 0.25rem;
  }
}
.interview-lower-section__detail .interview-lower-section__cont-txt p {
  font-size: 1.8rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__detail .interview-lower-section__cont-txt p {
    font-size: 1.5rem;
  }
}
.interview-lower-section__detail .interview-lower-section__cont-txt p > a {
  word-break: break-all;
  color: #D56A29;
  transition: all 0.3s;
}
.interview-lower-section__detail .interview-lower-section__cont-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .interview-lower-section__detail .interview-lower-section__cont-txt p > a:hover {
    opacity: 1;
  }
}
.interview-lower-section__detail .interview-lower-section__cont-txt p span {
  color: #C8151C;
  font-weight: bold;
}
.interview-lower-section__detail .interview-lower-section__cont-txt p:last-child {
  margin: 0;
}
.interview-lower-section__detail .interview-lower-section__cont-center {
  max-width: 1200px;
  width: auto;
  margin: 0 auto 60px auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__detail .interview-lower-section__cont-center {
    margin: 0 auto 40px auto;
  }
}
.interview-lower-section__detail .interview-lower-section__cont-center:last-child {
  margin: 0 auto;
}
.interview-lower-section__detail .interview-lower-section__cont-center h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  color: #C8151C;
  background: #fff;
  border-radius: 0.5rem;
  padding: 10px 20px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__detail .interview-lower-section__cont-center h2 {
    font-size: 2rem;
    padding: 10px 15px;
    margin: 0 0 20px 0;
    border-radius: 0.25rem;
  }
}
.interview-lower-section__detail .interview-lower-section__cont-center p {
  font-size: 1.8rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__detail .interview-lower-section__cont-center p {
    font-size: 1.5rem;
  }
}
.interview-lower-section__detail .interview-lower-section__cont-center p > a {
  word-break: break-all;
  color: #D56A29;
  transition: all 0.3s;
}
.interview-lower-section__detail .interview-lower-section__cont-center p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .interview-lower-section__detail .interview-lower-section__cont-center p > a:hover {
    opacity: 1;
  }
}
.interview-lower-section__detail .interview-lower-section__cont-center p span {
  color: #C8151C;
  font-weight: bold;
}
.interview-lower-section__detail .interview-lower-section__cont-center p:last-child {
  margin: 0;
}
.interview-lower-section__detail .interview-lower-section__cont-center .interview-lower-section__cont-img {
  width: 100%;
  margin: 60px 0 0 0;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__detail .interview-lower-section__cont-center .interview-lower-section__cont-img {
    margin: 30px 0 0 0;
  }
}
.interview-lower-section__detail .interview-lower-section__cont-center .interview-lower-section__cont-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__detail .interview-lower-section__cont-center .interview-lower-section__cont-img img {
    border-radius: 1rem;
  }
}
.interview-lower-section__related {
  background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
  background-size: 585px, cover;
  background-position: right 0 bottom 0, center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related {
    background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
    background-size: 240px, cover;
    background-position: right 0 bottom 0, center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related {
    padding: 60px 0;
  }
}
.interview-lower-section__related-inner .interview-lower-section__related-heading {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 30px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .interview-lower-section__related-heading {
    font-size: 2.2rem;
    padding: 0 0 20px 0;
  }
}
.interview-lower-section__related-inner .interview-lower-section__related-heading::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #C8151C;
  width: 80px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .interview-lower-section__related-heading::after {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .interview-lower-section__related-heading {
    margin: 0 0 30px 0;
  }
}
.interview-lower-section__related-inner .top-interview__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  padding: 0 20px;
}
.interview-lower-section__related-inner .top-interview__list li {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .top-interview__list li {
    margin: 0 10px;
  }
}
.interview-lower-section__related-inner .top-interview__list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.interview-lower-section__related-inner .top-interview__list li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .interview-lower-section__related-inner .top-interview__list li a:hover {
    opacity: 1;
  }
}
.interview-lower-section__related-inner .top-interview__list li a .top-interview__list-thumbnail,
.interview-lower-section__related-inner .top-interview__list li a .interview-section__list-thumbnail {
  position: relative;
  margin: 0 0 30px 0;
  aspect-ratio: 2/2.68;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .top-interview__list li a .top-interview__list-thumbnail,
  .interview-lower-section__related-inner .top-interview__list li a .interview-section__list-thumbnail {
    margin: 0 0 20px 0;
  }
}
.interview-lower-section__related-inner .top-interview__list li a .top-interview__list-thumbnail .more-txt,
.interview-lower-section__related-inner .top-interview__list li a .interview-section__list-thumbnail .more-txt {
  background: url(../../images/btn_bound.svg);
  background-size: 97px;
  width: 97px;
  height: 98px;
  position: absolute;
  bottom: -20px;
  right: -25px;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .top-interview__list li a .top-interview__list-thumbnail .more-txt,
  .interview-lower-section__related-inner .top-interview__list li a .interview-section__list-thumbnail .more-txt {
    background-size: 80px;
    width: 80px;
    height: 81px;
    right: -20px;
  }
}
.interview-lower-section__related-inner .top-interview__list li a .top-interview__list-thumbnail .more-txt p,
.interview-lower-section__related-inner .top-interview__list li a .interview-section__list-thumbnail .more-txt p {
  margin: 0;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  padding: 0 0 10px 0;
  color: #D56A29;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .top-interview__list li a .top-interview__list-thumbnail .more-txt p,
  .interview-lower-section__related-inner .top-interview__list li a .interview-section__list-thumbnail .more-txt p {
    font-size: 1rem;
    top: 30px;
  }
}
.interview-lower-section__related-inner .top-interview__list li a .top-interview__list-thumbnail .more-txt p::after,
.interview-lower-section__related-inner .top-interview__list li a .interview-section__list-thumbnail .more-txt p::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r_o.svg);
  background-size: 20px;
  width: 20px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.interview-lower-section__related-inner .top-interview__list li a .top-interview__list-thumbnail img,
.interview-lower-section__related-inner .top-interview__list li a .interview-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .top-interview__list li a .top-interview__list-thumbnail img,
  .interview-lower-section__related-inner .top-interview__list li a .interview-section__list-thumbnail img {
    border-radius: 1rem;
  }
}
.interview-lower-section__related-inner .top-interview__list li a .top-interview__list-txt,
.interview-lower-section__related-inner .top-interview__list li a .interview-section__list-txt {
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .top-interview__list li a .top-interview__list-txt,
  .interview-lower-section__related-inner .top-interview__list li a .interview-section__list-txt {
    padding: 0 10px;
  }
}
.interview-lower-section__related-inner .top-interview__list li a .top-interview__list-txt .job-txt,
.interview-lower-section__related-inner .top-interview__list li a .interview-section__list-txt .job-txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  background: #C8151C;
  border-radius: 0.5rem;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .top-interview__list li a .top-interview__list-txt .job-txt,
  .interview-lower-section__related-inner .top-interview__list li a .interview-section__list-txt .job-txt {
    font-size: 1.5rem;
    padding: 8px;
  }
}
.interview-lower-section__related-inner .top-interview__list li a .top-interview__list-txt .top-interview__list-heading,
.interview-lower-section__related-inner .top-interview__list li a .top-interview__list-txt .interview-section__list-heading,
.interview-lower-section__related-inner .top-interview__list li a .interview-section__list-txt .top-interview__list-heading,
.interview-lower-section__related-inner .top-interview__list li a .interview-section__list-txt .interview-section__list-heading {
  display: flex;
  align-items: baseline;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .top-interview__list li a .top-interview__list-txt .top-interview__list-heading,
  .interview-lower-section__related-inner .top-interview__list li a .top-interview__list-txt .interview-section__list-heading,
  .interview-lower-section__related-inner .top-interview__list li a .interview-section__list-txt .top-interview__list-heading,
  .interview-lower-section__related-inner .top-interview__list li a .interview-section__list-txt .interview-section__list-heading {
    margin: 0 0 10px 0;
  }
}
.interview-lower-section__related-inner .top-interview__list li a .top-interview__list-txt .top-interview__list-heading h3,
.interview-lower-section__related-inner .top-interview__list li a .top-interview__list-txt .interview-section__list-heading h3,
.interview-lower-section__related-inner .top-interview__list li a .interview-section__list-txt .top-interview__list-heading h3,
.interview-lower-section__related-inner .top-interview__list li a .interview-section__list-txt .interview-section__list-heading h3 {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  color: #3F352E;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .top-interview__list li a .top-interview__list-txt .top-interview__list-heading h3,
  .interview-lower-section__related-inner .top-interview__list li a .top-interview__list-txt .interview-section__list-heading h3,
  .interview-lower-section__related-inner .top-interview__list li a .interview-section__list-txt .top-interview__list-heading h3,
  .interview-lower-section__related-inner .top-interview__list li a .interview-section__list-txt .interview-section__list-heading h3 {
    font-size: 2.8rem;
  }
}
.interview-lower-section__related-inner .top-interview__list li a .top-interview__list-txt .top-interview__list-heading .year-txt,
.interview-lower-section__related-inner .top-interview__list li a .top-interview__list-txt .interview-section__list-heading .year-txt,
.interview-lower-section__related-inner .top-interview__list li a .interview-section__list-txt .top-interview__list-heading .year-txt,
.interview-lower-section__related-inner .top-interview__list li a .interview-section__list-txt .interview-section__list-heading .year-txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #8E8787;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .top-interview__list li a .top-interview__list-txt .top-interview__list-heading .year-txt,
  .interview-lower-section__related-inner .top-interview__list li a .top-interview__list-txt .interview-section__list-heading .year-txt,
  .interview-lower-section__related-inner .top-interview__list li a .interview-section__list-txt .top-interview__list-heading .year-txt,
  .interview-lower-section__related-inner .top-interview__list li a .interview-section__list-txt .interview-section__list-heading .year-txt {
    font-size: 1.5rem;
  }
}
.interview-lower-section__related-inner .top-interview__list li a .top-interview__list-txt .sub-txt,
.interview-lower-section__related-inner .top-interview__list li a .interview-section__list-txt .sub-txt {
  margin: 0;
  font-size: 1.4rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .top-interview__list li a .top-interview__list-txt .sub-txt,
  .interview-lower-section__related-inner .top-interview__list li a .interview-section__list-txt .sub-txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .top-interview__list {
    padding: 0;
  }
}
.interview-lower-section__related-inner .top-interview__list .slide-arrow {
  position: absolute;
  top: auto;
  transform: none;
  bottom: -130px;
  width: 70px;
  height: 70px;
  border: solid 1px #D56A29;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.interview-lower-section__related-inner .top-interview__list .slide-arrow:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .interview-lower-section__related-inner .top-interview__list .slide-arrow:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .top-interview__list .slide-arrow {
    width: 40px;
    height: 40px;
    bottom: -60px;
  }
}
.interview-lower-section__related-inner .top-interview__list .slide-arrow::before {
  content: none;
}
.interview-lower-section__related-inner .top-interview__list .slide-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 8px;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .top-interview__list .slide-arrow::after {
    width: 20px;
    height: 5px;
  }
}
.interview-lower-section__related-inner .top-interview__list .slide-arrow.slick-prev {
  left: 40px;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .top-interview__list .slide-arrow.slick-prev {
    left: 20px;
  }
}
.interview-lower-section__related-inner .top-interview__list .slide-arrow.slick-prev::after {
  background: url(../../images/icon_arrow_l_o_large.svg);
  background-size: 36px;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .top-interview__list .slide-arrow.slick-prev::after {
    background: url(../../images/icon_arrow_l_o.svg);
    background-size: 20px;
  }
}
.interview-lower-section__related-inner .top-interview__list .slide-arrow.slick-next {
  right: 40px;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .top-interview__list .slide-arrow.slick-next {
    right: 20px;
  }
}
.interview-lower-section__related-inner .top-interview__list .slide-arrow.slick-next::after {
  background: url(../../images/icon_arrow_r_o_large.svg);
  background-size: 36px;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .top-interview__list .slide-arrow.slick-next::after {
    background: url(../../images/icon_arrow_r_o.svg);
    background-size: 20px;
  }
}
.interview-lower-section__related-inner .btn-main {
  max-width: 335px;
  width: 100%;
  margin: 60px auto 0 auto;
}
.interview-lower-section__related-inner .btn-main a {
  width: 100%;
  text-decoration: none;
  display: block;
  padding: 22px;
  box-sizing: border-box;
  border-radius: 10rem;
  background: #D56A29;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.interview-lower-section__related-inner .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .interview-lower-section__related-inner .btn-main a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .btn-main a {
    padding: 19px 20px;
    font-size: 1.6rem;
  }
}
.interview-lower-section__related-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r_w.svg);
  background-size: 20px;
  width: 20px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.interview-lower-section__related-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../../images/icon_arrow_l_w.svg);
  background-size: 20px;
  width: 20px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
@media screen and (max-width: 768px) {
  .interview-lower-section__related-inner .btn-main {
    margin: 80px auto 0 auto;
  }
}

/*-------------久世からのメッセージ-------------*/
.message-section {
  background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
  background-size: 585px, cover;
  background-position: right 0 bottom 0, center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .message-section {
    background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
    background-size: 240px, cover;
    background-position: right 0 bottom 0, center;
    background-repeat: no-repeat;
  }
}
.message-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  padding: 105px 20px 200px 20px;
}
@media screen and (max-width: 768px) {
  .message-section-inner {
    padding: 40px 20px 60px 20px;
  }
}
.message-section-inner .message-section__heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 0 20px 0;
  border-bottom: solid 2px #C8151C;
  margin: 0 0 60px 0;
}
.message-section-inner .message-section__heading span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .message-section-inner .message-section__heading {
    font-size: 2rem;
    padding: 0 0 15px 0;
  }
  .message-section-inner .message-section__heading span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .message-section-inner .message-section__heading {
    margin: 0 0 30px 0;
  }
}
.message-section-inner .message-section__txt p {
  font-size: 1.8rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .message-section-inner .message-section__txt p {
    font-size: 1.5rem;
  }
}
.message-section-inner .message-section__txt p > a {
  word-break: break-all;
  color: #D56A29;
  transition: all 0.3s;
}
.message-section-inner .message-section__txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .message-section-inner .message-section__txt p > a:hover {
    opacity: 1;
  }
}
.message-section-inner .message-section__txt p span {
  color: #C8151C;
  font-weight: bold;
}
.message-section-inner .message-section__txt p:last-child {
  margin: 0;
}

/*-------------数字で見る久世-------------*/
.data-section {
  background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
  background-size: 585px, cover;
  background-position: right 0 bottom 0, center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .data-section {
    background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
    background-size: 240px, cover;
    background-position: right 0 bottom 0, center;
    background-repeat: no-repeat;
  }
}
.data-section-inner {
  max-width: 1400px;
  margin: 0 auto;
  width: auto;
  padding: 105px 20px 180px 20px;
}
@media screen and (max-width: 768px) {
  .data-section-inner {
    padding: 40px 20px 60px 20px;
  }
}
.data-section-inner .data-section__heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 0 20px 0;
  border-bottom: solid 2px #C8151C;
  margin: 0 0 60px 0;
}
.data-section-inner .data-section__heading span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .data-section-inner .data-section__heading {
    font-size: 2rem;
    padding: 0 0 15px 0;
  }
  .data-section-inner .data-section__heading span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .data-section-inner .data-section__heading {
    margin: 0 0 30px 0;
  }
}
.data-section-inner .data-section__list {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .data-section-inner .data-section__list {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }
}
.data-section-inner .data-section__list::after {
  content: "";
  display: block;
  width: 32.36%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .data-section-inner .data-section__list::after {
    width: 49.1%;
  }
}
@media screen and (max-width: 768px) {
  .data-section-inner .data-section__list::after {
    width: 100%;
  }
}
.data-section-inner .data-section__list li {
  width: 32.36%;
  margin: 0 0 20px 0;
  padding: 50px 30px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2rem;
}
@media screen and (max-width: 1100px) {
  .data-section-inner .data-section__list li {
    width: 49.1%;
  }
}
@media screen and (max-width: 768px) {
  .data-section-inner .data-section__list li {
    padding: 30px 20px;
    width: 100%;
    border-radius: 1rem;
  }
  .data-section-inner .data-section__list li:last-child {
    margin: 0;
  }
}
.data-section-inner .data-section__list li .data-section__list-thumbnail {
  width: 100%;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 1100px) {
  .data-section-inner .data-section__list li .data-section__list-thumbnail {
    margin: 0 0 30px 0;
  }
}
.data-section-inner .data-section__list li .data-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.data-section-inner .data-section__list li .data-section__list-graph {
  width: 100%;
  margin: 30px 0 0 0;
}
.data-section-inner .data-section__list li .data-section__list-graph img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.data-section-inner .data-section__list li .data-section__list-heading {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  background: #C8151C;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0.5rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .data-section-inner .data-section__list li .data-section__list-heading {
    font-size: 1.6rem;
    margin: 0 0 15px 0;
  }
}
.data-section-inner .data-section__list li .data-section__list-heading::after {
  content: "";
  display: inline-block;
  background: url(../../images/sankaku_red.svg);
  background-size: 20px;
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.data-section-inner .data-section__list li .number-txt {
  margin: 0;
  text-align: center;
}
.data-section-inner .data-section__list li .number-txt p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .data-section-inner .data-section__list li .number-txt p {
    font-size: 1.6rem;
  }
}
.data-section-inner .data-section__list li .number-txt p span {
  font-size: 4.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #C8151C;
}
@media screen and (max-width: 1400px) {
  .data-section-inner .data-section__list li .number-txt p span {
    font-size: 3.6rem;
  }
}
.data-section-inner .data-section__list li .note-txt {
  font-size: 1.6rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 1100px) {
  .data-section-inner .data-section__list li .note-txt {
    font-size: 1.5rem;
    margin: 10px 0 0 0;
  }
}

/*-------------福利厚生・研修制度-------------*/
.benefits-section__desc {
  background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
  background-size: 585px, cover;
  background-position: right 0 bottom 0, center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .benefits-section__desc {
    background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
    background-size: 240px, cover;
    background-position: right 0 bottom 0, center;
    background-repeat: no-repeat;
  }
}
.benefits-section__desc-inner {
  padding: 105px 20px 140px 20px;
}
@media screen and (max-width: 768px) {
  .benefits-section__desc-inner {
    padding: 40px 20px 60px 20px;
  }
}
.benefits-section__desc-inner .benefits-section__desc-heading {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 30px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .benefits-section__desc-inner .benefits-section__desc-heading {
    font-size: 2.2rem;
    padding: 0 0 20px 0;
  }
}
.benefits-section__desc-inner .benefits-section__desc-heading::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #C8151C;
  width: 80px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .benefits-section__desc-inner .benefits-section__desc-heading::after {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .benefits-section__desc-inner .benefits-section__desc-heading {
    margin: 0 0 30px 0;
  }
}
.benefits-section__desc-inner .benefits-section__desc-cont {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  padding: 60px 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .benefits-section__desc-inner .benefits-section__desc-cont {
    border-radius: 1rem;
    padding: 30px 20px;
  }
}
.benefits-section__desc-inner .benefits-section__desc-cont .benefits-section__desc-list {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.benefits-section__desc-inner .benefits-section__desc-cont .benefits-section__desc-list li {
  width: 49.03%;
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  border-top: solid 1px #E5E5E5;
}
@media screen and (max-width: 768px) {
  .benefits-section__desc-inner .benefits-section__desc-cont .benefits-section__desc-list li {
    width: 100%;
    padding: 15px;
  }
}
.benefits-section__desc-inner .benefits-section__desc-cont .benefits-section__desc-list li:nth-last-of-type(-n+2) {
  border-bottom: solid 1px #E5E5E5;
}
@media screen and (max-width: 1100px) {
  .benefits-section__desc-inner .benefits-section__desc-cont .benefits-section__desc-list li:nth-last-of-type(-n+2) {
    border-bottom: none;
  }
}
@media screen and (max-width: 1100px) {
  .benefits-section__desc-inner .benefits-section__desc-cont .benefits-section__desc-list li:last-child {
    border-bottom: solid 1px #E5E5E5;
  }
}
.benefits-section__desc-inner .benefits-section__desc-cont .benefits-section__desc-list li .benefits-section__list-icon {
  margin: 0 10px 0 0;
  border: solid 1px #C8151C;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .benefits-section__desc-inner .benefits-section__desc-cont .benefits-section__desc-list li .benefits-section__list-icon {
    width: 40px;
    height: 40px;
  }
}
.benefits-section__desc-inner .benefits-section__desc-cont .benefits-section__desc-list li .benefits-section__list-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .benefits-section__desc-inner .benefits-section__desc-cont .benefits-section__desc-list li .benefits-section__list-icon img {
    width: 40px;
    height: 40px;
  }
}
.benefits-section__desc-inner .benefits-section__desc-cont .benefits-section__desc-list li .benefits-section__list-heading h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .benefits-section__desc-inner .benefits-section__desc-cont .benefits-section__desc-list li .benefits-section__list-heading h3 {
    font-size: 1.6rem;
  }
}
.benefits-section__desc-inner .benefits-section__desc-cont .benefits-section__desc-list li .benefits-section__list-heading .note-txt {
  margin: 5px 0 0 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
}
.benefits-section__training {
  padding: 140px 20px;
}
@media screen and (max-width: 768px) {
  .benefits-section__training {
    padding: 60px 20px;
  }
}
.benefits-section__training-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.benefits-section__training-inner .benefits-section__training-heading {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 30px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .benefits-section__training-inner .benefits-section__training-heading {
    font-size: 2.2rem;
    padding: 0 0 20px 0;
  }
}
.benefits-section__training-inner .benefits-section__training-heading::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #C8151C;
  width: 80px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .benefits-section__training-inner .benefits-section__training-heading::after {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .benefits-section__training-inner .benefits-section__training-heading {
    margin: 0 0 30px 0;
  }
}
.benefits-section__training-inner .benefits-section__training-cont {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .benefits-section__training-inner .benefits-section__training-cont {
    margin: 0 0 30px 0;
  }
}
.benefits-section__training-inner .benefits-section__training-cont:last-child {
  margin: 0;
}
.benefits-section__training-inner .benefits-section__training-cont h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  padding: 0 10px 10px 10px;
  border-bottom: solid 2px #C8151C;
  margin: 0 0 40px 0;
}
.benefits-section__training-inner .benefits-section__training-cont h3 span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .benefits-section__training-inner .benefits-section__training-cont h3 {
    font-size: 2rem;
    padding: 0 5px 5px 5px;
  }
  .benefits-section__training-inner .benefits-section__training-cont h3 span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .benefits-section__training-inner .benefits-section__training-cont h3 {
    margin: 0 0 20px 0;
  }
}
.benefits-section__training-inner .benefits-section__training-cont p {
  font-size: 1.8rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .benefits-section__training-inner .benefits-section__training-cont p {
    font-size: 1.5rem;
  }
}
.benefits-section__training-inner .benefits-section__training-cont p > a {
  word-break: break-all;
  color: #D56A29;
  transition: all 0.3s;
}
.benefits-section__training-inner .benefits-section__training-cont p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .benefits-section__training-inner .benefits-section__training-cont p > a:hover {
    opacity: 1;
  }
}
.benefits-section__training-inner .benefits-section__training-cont p span {
  color: #C8151C;
  font-weight: bold;
}
.benefits-section__other {
  padding: 140px 20px;
  background: url(../../images/bg_bound_green01.svg), #A6B63A;
  background-size: 781px, cover;
  background-position: left 0 bottom 0, center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .benefits-section__other {
    background: url(../../images/bg_bound_green01.svg), #A6B63A;
    background-size: 240px, cover;
    background-position: left 0 bottom 0, center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .benefits-section__other {
    padding: 60px 20px;
  }
}
.benefits-section__other-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.benefits-section__other-inner .benefits-section__other-heading {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 30px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  margin: 0 0 60px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .benefits-section__other-inner .benefits-section__other-heading {
    font-size: 2.2rem;
    padding: 0 0 20px 0;
  }
}
.benefits-section__other-inner .benefits-section__other-heading::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #C8151C;
  width: 80px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .benefits-section__other-inner .benefits-section__other-heading::after {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .benefits-section__other-inner .benefits-section__other-heading {
    margin: 0 0 30px 0;
  }
}
.benefits-section__other-inner .benefits-section__other-heading::after {
  background: #fff;
}
.benefits-section__other-inner .benefits-section__other-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.benefits-section__other-inner .benefits-section__other-list li {
  width: 48.75%;
  padding: 60px 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .benefits-section__other-inner .benefits-section__other-list li {
    border-radius: 1rem;
    padding: 30px 20px;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .benefits-section__other-inner .benefits-section__other-list li:last-child {
    margin: 0;
  }
}
.benefits-section__other-inner .benefits-section__other-list li h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  padding: 0 10px 10px 10px;
  border-bottom: solid 2px #C8151C;
  margin: 0 0 30px 0;
}
.benefits-section__other-inner .benefits-section__other-list li h3 span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .benefits-section__other-inner .benefits-section__other-list li h3 {
    font-size: 2rem;
    padding: 0 5px 5px 5px;
  }
  .benefits-section__other-inner .benefits-section__other-list li h3 span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .benefits-section__other-inner .benefits-section__other-list li h3 {
    margin: 0 0 20px 0;
  }
}
.benefits-section__other-inner .benefits-section__other-list li p {
  font-size: 1.8rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .benefits-section__other-inner .benefits-section__other-list li p {
    font-size: 1.5rem;
  }
}
.benefits-section__other-inner .benefits-section__other-list li p > a {
  word-break: break-all;
  color: #D56A29;
  transition: all 0.3s;
}
.benefits-section__other-inner .benefits-section__other-list li p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .benefits-section__other-inner .benefits-section__other-list li p > a:hover {
    opacity: 1;
  }
}
.benefits-section__other-inner .benefits-section__other-list li p span {
  color: #C8151C;
  font-weight: bold;
}
.benefits-section__career {
  padding: 140px 20px;
  background: #FEF2E3;
}
@media screen and (max-width: 768px) {
  .benefits-section__career {
    padding: 60px 20px;
  }
}
.benefits-section__career-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.benefits-section__career-inner .benefits-section__career-heading {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 30px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .benefits-section__career-inner .benefits-section__career-heading {
    font-size: 2.2rem;
    padding: 0 0 20px 0;
  }
}
.benefits-section__career-inner .benefits-section__career-heading::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #C8151C;
  width: 80px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .benefits-section__career-inner .benefits-section__career-heading::after {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .benefits-section__career-inner .benefits-section__career-heading {
    margin: 0 0 30px 0;
  }
}
.benefits-section__career-inner p {
  font-size: 1.8rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .benefits-section__career-inner p {
    font-size: 1.5rem;
  }
}
.benefits-section__career-inner p > a {
  word-break: break-all;
  color: #D56A29;
  transition: all 0.3s;
}
.benefits-section__career-inner p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .benefits-section__career-inner p > a:hover {
    opacity: 1;
  }
}
.benefits-section__career-inner p span {
  color: #C8151C;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .benefits-section__career-inner p {
    margin: 0;
  }
}

/*-------------選考・求める人物像-------------*/
.profile-section__desc {
  background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
  background-size: 585px, cover;
  background-position: right 0 bottom 0, center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .profile-section__desc {
    background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
    background-size: 240px, cover;
    background-position: right 0 bottom 0, center;
    background-repeat: no-repeat;
  }
}
.profile-section__desc-inner {
  padding: 105px 20px 140px 20px;
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
@media screen and (max-width: 768px) {
  .profile-section__desc-inner {
    padding: 40px 20px 60px 20px;
  }
}
.profile-section__desc-inner .profile-section__desc-heading {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 30px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .profile-section__desc-inner .profile-section__desc-heading {
    font-size: 2.2rem;
    padding: 0 0 20px 0;
  }
}
.profile-section__desc-inner .profile-section__desc-heading::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #C8151C;
  width: 80px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .profile-section__desc-inner .profile-section__desc-heading::after {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .profile-section__desc-inner .profile-section__desc-heading {
    margin: 0 0 30px 0;
  }
}
.profile-section__desc-inner .profile-section__desc-cont-inner {
  padding: 60px 20px 0 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 768px) {
  .profile-section__desc-inner .profile-section__desc-cont-inner {
    padding: 30px 20px 0 20px;
    border-radius: 1rem 1rem 0 0;
  }
}
.profile-section__desc-inner .profile-section__desc-cont-inner .profile-section__desc-list {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  padding: 0;
  list-style: none;
}
.profile-section__desc-inner .profile-section__desc-cont-inner .profile-section__desc-list li {
  padding: 0 0 50px 0;
  margin: 0 0 50px 0;
  border-bottom: solid 2px #FAE9D4;
  position: relative;
}
.profile-section__desc-inner .profile-section__desc-cont-inner .profile-section__desc-list li::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/sankaku_beige.svg);
  background-size: 34px;
  width: 34px;
  height: 17px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .profile-section__desc-inner .profile-section__desc-cont-inner .profile-section__desc-list li {
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    border-bottom: solid 1px #FAE9D4;
  }
  .profile-section__desc-inner .profile-section__desc-cont-inner .profile-section__desc-list li::after {
    background: url(../../images/sankaku_beige.svg);
    background-size: 20px;
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: -10px;
  }
}
.profile-section__desc-inner .profile-section__desc-cont-inner .profile-section__desc-list li:last-child {
  margin: 0;
  border-bottom: none;
}
.profile-section__desc-inner .profile-section__desc-cont-inner .profile-section__desc-list li:last-child::after {
  content: none;
}
.profile-section__desc-inner .profile-section__desc-cont-inner .profile-section__desc-list li h3 {
  margin: 0;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .profile-section__desc-inner .profile-section__desc-cont-inner .profile-section__desc-list li h3 {
    font-size: 1.6rem;
  }
}
.profile-section__desc-inner .profile-section__desc-cont-offer {
  padding: 50px 20px;
  box-sizing: border-box;
  background: #C8151C;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .profile-section__desc-inner .profile-section__desc-cont-offer {
    padding: 25px;
    border-radius: 0 0 1rem 1rem;
  }
}
.profile-section__desc-inner .profile-section__desc-cont-offer h3 {
  margin: 0;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .profile-section__desc-inner .profile-section__desc-cont-offer h3 {
    font-size: 1.6rem;
  }
}
.profile-section__traits {
  background: url(../../images/bg_bound_beige03.svg), #fff;
  background-size: 780px, cover;
  background-position: left 0 bottom 0, center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .profile-section__traits {
    background: url(../../images/bg_bound_beige03.svg), #fff;
    background-size: 240px, cover;
    background-position: left 0 bottom 0, center;
    background-repeat: no-repeat;
  }
}
.profile-section__traits-inner {
  padding: 140px 20px 120px 20px;
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
@media screen and (max-width: 768px) {
  .profile-section__traits-inner {
    padding: 60px 20px 40px 20px;
  }
}
.profile-section__traits-inner .profile-section__traits-heading {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 30px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .profile-section__traits-inner .profile-section__traits-heading {
    font-size: 2.2rem;
    padding: 0 0 20px 0;
  }
}
.profile-section__traits-inner .profile-section__traits-heading::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #C8151C;
  width: 80px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .profile-section__traits-inner .profile-section__traits-heading::after {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .profile-section__traits-inner .profile-section__traits-heading {
    margin: 0 0 30px 0;
  }
}
.profile-section__traits-inner .profile-section__traits-txt {
  font-size: 1.8rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .profile-section__traits-inner .profile-section__traits-txt {
    font-size: 1.5rem;
  }
}
.profile-section__traits-inner .profile-section__traits-txt > a {
  word-break: break-all;
  color: #D56A29;
  transition: all 0.3s;
}
.profile-section__traits-inner .profile-section__traits-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .profile-section__traits-inner .profile-section__traits-txt > a:hover {
    opacity: 1;
  }
}
.profile-section__traits-inner .profile-section__traits-txt span {
  color: #C8151C;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .profile-section__traits-inner .profile-section__traits-txt {
    margin: 0 0 30px 0;
  }
}
.profile-section__traits-inner .profile-section__traits-readtxt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .profile-section__traits-inner .profile-section__traits-readtxt {
    font-size: 1.6rem;
    text-align: left;
    margin: 20px 0 0 0;
  }
}
.profile-section__traits-inner .profile-section__traits-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profile-section__traits-inner .profile-section__traits-list li {
  width: 32.2%;
  background: rgba(255, 255, 255, 0.6);
  padding: 60px 20px;
  box-sizing: border-box;
  border-radius: 2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .profile-section__traits-inner .profile-section__traits-list li {
    width: 100%;
    border-radius: 1rem;
    padding: 30px 20px;
    margin: 0 0 20px 0;
  }
}
.profile-section__traits-inner .profile-section__traits-list li .profile-section__traits-list-thumbnail {
  width: 100%;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 768px) {
  .profile-section__traits-inner .profile-section__traits-list li .profile-section__traits-list-thumbnail {
    margin: 0 auto 20px auto;
  }
}
.profile-section__traits-inner .profile-section__traits-list li .profile-section__traits-list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-section__traits-inner .profile-section__traits-list li .profile-section__traits-list-txt h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #C8151C;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .profile-section__traits-inner .profile-section__traits-list li .profile-section__traits-list-txt h3 {
    font-size: 1.8rem;
    margin: 0 0 10px 0;
  }
}
.profile-section__traits-inner .profile-section__traits-list li .profile-section__traits-list-txt p {
  font-size: 1.8rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .profile-section__traits-inner .profile-section__traits-list li .profile-section__traits-list-txt p {
    font-size: 1.5rem;
  }
}
.profile-section__traits-inner .profile-section__traits-list li .profile-section__traits-list-txt p > a {
  word-break: break-all;
  color: #D56A29;
  transition: all 0.3s;
}
.profile-section__traits-inner .profile-section__traits-list li .profile-section__traits-list-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .profile-section__traits-inner .profile-section__traits-list li .profile-section__traits-list-txt p > a:hover {
    opacity: 1;
  }
}
.profile-section__traits-inner .profile-section__traits-list li .profile-section__traits-list-txt p span {
  color: #C8151C;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .profile-section__traits-inner .profile-section__traits-list li .profile-section__traits-list-txt p {
    margin: 0;
  }
}

/*-------------久世の仕事-------------*/
.works-section__features {
  background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
  background-size: 585px, cover;
  background-position: right 0 bottom 0, center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .works-section__features {
    background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
    background-size: 240px, cover;
    background-position: right 0 bottom 0, center;
    background-repeat: no-repeat;
  }
}
.works-section__features-inner {
  padding: 105px 20px 140px 20px;
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
@media screen and (max-width: 768px) {
  .works-section__features-inner {
    padding: 40px 20px 40px 20px;
  }
}
.works-section__features-inner .works-section__features-sub-heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 0 20px 0;
  border-bottom: solid 2px #C8151C;
  margin: 0 0 100px 0;
}
.works-section__features-inner .works-section__features-sub-heading span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .works-section__features-inner .works-section__features-sub-heading {
    font-size: 2rem;
    padding: 0 0 15px 0;
  }
  .works-section__features-inner .works-section__features-sub-heading span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .works-section__features-inner .works-section__features-sub-heading {
    margin: 0 0 40px 0;
  }
}
.works-section__features-inner > .works-section__features-heading {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 30px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .works-section__features-inner > .works-section__features-heading {
    font-size: 2.2rem;
    padding: 0 0 20px 0;
  }
}
.works-section__features-inner > .works-section__features-heading::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #C8151C;
  width: 80px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .works-section__features-inner > .works-section__features-heading::after {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .works-section__features-inner > .works-section__features-heading {
    margin: 0 0 30px 0;
  }
}
.works-section__features-inner .works-section__features-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works-section__features-inner .works-section__features-list li {
  width: 48.34%;
  background: rgba(255, 255, 255, 0.6);
  padding: 60px 40px;
  box-sizing: border-box;
  border-radius: 2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .works-section__features-inner .works-section__features-list li {
    width: 100%;
    border-radius: 1rem;
    padding: 30px 20px;
    margin: 0 0 20px 0;
  }
}
.works-section__features-inner .works-section__features-list li .works-section__features-heading {
  display: flex;
  align-items: center;
  padding: 0 0 10px 0;
  margin: 0 0 40px 0;
  border-bottom: solid 2px #C8151C;
}
@media screen and (max-width: 768px) {
  .works-section__features-inner .works-section__features-list li .works-section__features-heading {
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
  }
}
.works-section__features-inner .works-section__features-list li .works-section__features-heading .number-txt {
  background: url(../../images/bound_red.svg);
  background-size: 40px;
  width: 40px;
  height: 41px;
  margin: 0 10px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .works-section__features-inner .works-section__features-list li .works-section__features-heading .number-txt {
    background-size: 30px;
    width: 30px;
    height: 31px;
    margin: 0 5px 0 0;
  }
}
.works-section__features-inner .works-section__features-list li .works-section__features-heading .number-txt span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .works-section__features-inner .works-section__features-list li .works-section__features-heading .number-txt span {
    font-size: 1.4rem;
  }
}
.works-section__features-inner .works-section__features-list li .works-section__features-heading h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .works-section__features-inner .works-section__features-list li .works-section__features-heading h3 {
    font-size: 2rem;
  }
}
.works-section__features-inner .works-section__features-list li .works-section__features-txt h4 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #C8151C;
  margin: 20px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .works-section__features-inner .works-section__features-list li .works-section__features-txt h4 {
    font-size: 1.8rem;
    margin: 15px 0 5px 0;
  }
}
.works-section__features-inner .works-section__features-list li .works-section__features-txt p {
  font-size: 1.8rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .works-section__features-inner .works-section__features-list li .works-section__features-txt p {
    font-size: 1.5rem;
  }
}
.works-section__features-inner .works-section__features-list li .works-section__features-txt p > a {
  word-break: break-all;
  color: #D56A29;
  transition: all 0.3s;
}
.works-section__features-inner .works-section__features-list li .works-section__features-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .works-section__features-inner .works-section__features-list li .works-section__features-txt p > a:hover {
    opacity: 1;
  }
}
.works-section__features-inner .works-section__features-list li .works-section__features-txt p span {
  color: #C8151C;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .works-section__features-inner .works-section__features-list li .works-section__features-txt p {
    margin: 0;
  }
}
.works-section__role {
  padding: 140px 20px;
  background: url(../../images/bg_bound_green01.svg), #A6B63A;
  background-size: 781px, cover;
  background-position: left 0 bottom 0, center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .works-section__role {
    background: url(../../images/bg_bound_green01.svg), #A6B63A;
    background-size: 240px, cover;
    background-position: left 0 bottom 0, center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .works-section__role {
    padding: 60px 20px;
  }
}
.works-section__role-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.works-section__role-inner .works-section__role-heading {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 30px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  margin: 0 0 60px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .works-section__role-inner .works-section__role-heading {
    font-size: 2.2rem;
    padding: 0 0 20px 0;
  }
}
.works-section__role-inner .works-section__role-heading::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #C8151C;
  width: 80px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .works-section__role-inner .works-section__role-heading::after {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .works-section__role-inner .works-section__role-heading {
    margin: 0 0 30px 0;
  }
}
.works-section__role-inner .works-section__role-heading::after {
  background: #fff;
}
.works-section__role-inner .works-section__role-cont {
  padding: 100px 20px;
  box-sizing: border-box;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .works-section__role-inner .works-section__role-cont {
    padding: 40px 20px;
    border-radius: 1rem;
  }
}
.works-section__role-inner .works-section__role-cont-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .works-section__role-inner .works-section__role-cont-inner {
    flex-flow: column;
  }
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-txt {
  padding: 20px;
  box-sizing: border-box;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .works-section__role-inner .works-section__role-cont-inner .works-section__role-txt {
    justify-content: center;
    padding: 15px;
    border-radius: 0.5rem;
  }
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-txt::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_double_arrow.svg);
  background-size: 60px;
  width: 60px;
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .works-section__role-inner .works-section__role-cont-inner .works-section__role-txt::after {
    background: url(../../images/icon_double_arrow_bot.svg);
    background-size: 13.6px;
    width: 13.6px;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-txt p {
  margin: 0;
  writing-mode: vertical-lr;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .works-section__role-inner .works-section__role-cont-inner .works-section__role-txt p {
    writing-mode: horizontal-tb;
    font-size: 1.6rem;
  }
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-txt--maker {
  background: #D56A29;
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-txt--maker::after {
  right: -70px;
}
@media screen and (max-width: 768px) {
  .works-section__role-inner .works-section__role-cont-inner .works-section__role-txt--maker::after {
    top: auto;
    right: auto;
    bottom: -35px;
  }
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-txt--customer {
  background: #728CC7;
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-txt--customer::after {
  left: -70px;
}
@media screen and (max-width: 768px) {
  .works-section__role-inner .works-section__role-cont-inner .works-section__role-txt--customer::after {
    left: 50%;
    top: -35px;
  }
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-about {
  background: #fff;
  border: solid 2px #C8151C;
  border-radius: 2rem;
  padding: 40px 20px;
  margin: 0 80px;
}
@media screen and (max-width: 768px) {
  .works-section__role-inner .works-section__role-cont-inner .works-section__role-about {
    border: solid 1px #C8151C;
    border-radius: 1rem;
    margin: 40px 0;
    padding: 30px 10px;
  }
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-about-heading {
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 768px) {
  .works-section__role-inner .works-section__role-cont-inner .works-section__role-about-heading {
    margin: 0 auto 20px auto;
  }
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-about-heading .en-txt {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  padding: 5px;
  border-radius: 0.3rem;
  background: #C8151C;
  box-sizing: border-box;
  margin: 0 auto 10px auto;
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .works-section__role-inner .works-section__role-cont-inner .works-section__role-about-heading .en-txt {
    font-size: 1.8rem;
  }
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-about-heading h3 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #C8151C;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .works-section__role-inner .works-section__role-cont-inner .works-section__role-about-heading h3 {
    font-size: 2.2rem;
  }
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-about .works-section__role-logo {
  text-align: center;
  max-width: 140px;
  width: 100%;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 768px) {
  .works-section__role-inner .works-section__role-cont-inner .works-section__role-about .works-section__role-logo {
    max-width: 100px;
    margin: 0 auto 20px auto;
  }
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-about .works-section__role-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-about .works-section__role-figure {
  margin: 0 auto 40px auto;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .works-section__role-inner .works-section__role-cont-inner .works-section__role-about .works-section__role-figure {
    margin: 0 auto 20px auto;
  }
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-about .works-section__role-figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-about .works-section__role-about-list {
  padding: 30px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  background: #FEF2E3;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .works-section__role-inner .works-section__role-cont-inner .works-section__role-about .works-section__role-about-list {
    border-radius: 0.5rem;
    padding: 20px 15px;
  }
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-about .works-section__role-about-list li {
  width: 49.03%;
  display: flex;
  align-items: center;
  padding: 15px 0;
  box-sizing: border-box;
  border-top: solid 1px #E5E5E5;
}
@media screen and (max-width: 1100px) {
  .works-section__role-inner .works-section__role-cont-inner .works-section__role-about .works-section__role-about-list li {
    width: 100%;
  }
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-about .works-section__role-about-list li:nth-last-of-type(-n+2) {
  border-bottom: solid 1px #E5E5E5;
}
@media screen and (max-width: 1100px) {
  .works-section__role-inner .works-section__role-cont-inner .works-section__role-about .works-section__role-about-list li:nth-last-of-type(-n+2) {
    border-bottom: none;
  }
}
@media screen and (max-width: 1100px) {
  .works-section__role-inner .works-section__role-cont-inner .works-section__role-about .works-section__role-about-list li:last-child {
    border-bottom: solid 1px #E5E5E5;
  }
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-about .works-section__role-about-list li span {
  padding: 0 0 0 23px;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #C8151C;
}
.works-section__role-inner .works-section__role-cont-inner .works-section__role-about .works-section__role-about-list li span::before {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/iconcheck.svg);
  background-size: 18px;
  width: 18px;
  height: 18px;
}

/*-------------久世ヒストリー-------------*/
.history-section__desc {
  background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
  background-size: 585px, cover;
  background-position: right 0 bottom 0, center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history-section__desc {
    background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
    background-size: 240px, cover;
    background-position: right 0 bottom 0, center;
    background-repeat: no-repeat;
  }
}
.history-section__desc-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  padding: 105px 20px 140px 20px;
}
@media screen and (max-width: 768px) {
  .history-section__desc-inner {
    padding: 40px 20px 60px 20px;
  }
}
.history-section__desc-inner .history-section__desc-anchor {
  padding: 0;
  margin: 0 0 70px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .history-section__desc-inner .history-section__desc-anchor {
    margin: 0 0 20px 0;
  }
}
.history-section__desc-inner .history-section__desc-anchor li {
  width: 23.75%;
}
@media screen and (max-width: 768px) {
  .history-section__desc-inner .history-section__desc-anchor li {
    width: 48.5%;
    margin: 0 0 10px 0;
  }
}
.history-section__desc-inner .history-section__desc-anchor li a {
  width: 100%;
  text-decoration: none;
  display: block;
  padding: 22px;
  box-sizing: border-box;
  border-radius: 10rem;
  background: #D56A29;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.history-section__desc-inner .history-section__desc-anchor li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .history-section__desc-inner .history-section__desc-anchor li a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .history-section__desc-inner .history-section__desc-anchor li a {
    padding: 19px 20px;
    font-size: 1.6rem;
  }
}
.history-section__desc-inner .history-section__desc-anchor li a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_bot_w.svg);
  background-size: 12px;
  width: 12px;
  height: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.history-section__desc-inner .history-section__desc-cont h2 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 30px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .history-section__desc-inner .history-section__desc-cont h2 {
    font-size: 2.2rem;
    padding: 0 0 20px 0;
  }
}
.history-section__desc-inner .history-section__desc-cont h2::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #C8151C;
  width: 80px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .history-section__desc-inner .history-section__desc-cont h2::after {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .history-section__desc-inner .history-section__desc-cont h2 {
    margin: 0 0 30px 0;
  }
}
.history-section__desc-inner .history-section__desc-cont p {
  font-size: 1.8rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .history-section__desc-inner .history-section__desc-cont p {
    font-size: 1.5rem;
  }
}
.history-section__desc-inner .history-section__desc-cont p > a {
  word-break: break-all;
  color: #D56A29;
  transition: all 0.3s;
}
.history-section__desc-inner .history-section__desc-cont p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .history-section__desc-inner .history-section__desc-cont p > a:hover {
    opacity: 1;
  }
}
.history-section__desc-inner .history-section__desc-cont p span {
  color: #C8151C;
  font-weight: bold;
}
.history-section__cont {
  padding: 140px 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .history-section__cont {
    padding: 60px 20px;
  }
}
.history-section__cont:nth-of-type(2n-1) {
  background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
  background-size: 585px, cover;
  background-position: right 0 bottom 0, center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history-section__cont:nth-of-type(2n-1) {
    background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
    background-size: 240px, cover;
    background-position: right 0 bottom 0, center;
    background-repeat: no-repeat;
  }
}
.history-section__cont-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.history-section__cont-inner .history-section__cont-heading {
  margin: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  .history-section__cont-inner .history-section__cont-heading {
    margin: 0 0 30px 0;
  }
}
.history-section__cont-inner .history-section__cont-heading .phase-txt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 40px auto;
  color: #fff;
  background: #C8151C;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0.5rem;
  max-width: 160px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history-section__cont-inner .history-section__cont-heading .phase-txt {
    font-size: 1.6rem;
    padding: 5px;
    margin: 0 auto 20px auto;
  }
}
.history-section__cont-inner .history-section__cont-heading .phase-txt::after {
  content: "";
  display: inline-block;
  background: url(../../images/sankaku_red.svg);
  background-size: 20px;
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .history-section__cont-inner .history-section__cont-heading .phase-txt::after {
    background: url(../../images/sankaku_red.svg);
    background-size: 10px;
    width: 10px;
    height: 5px;
    bottom: -5px;
  }
}
.history-section__cont-inner .history-section__cont-heading h2 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .history-section__cont-inner .history-section__cont-heading h2 {
    font-size: 2.2rem;
  }
}
.history-section__cont-inner .history-section__cont-txt {
  margin: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  .history-section__cont-inner .history-section__cont-txt {
    margin: 0 0 30px 0;
  }
}
.history-section__cont-inner .history-section__cont-txt:last-child {
  margin: 0;
}
.history-section__cont-inner .history-section__cont-txt h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  padding: 0 10px 10px 10px;
  border-bottom: solid 2px #C8151C;
  margin: 0 0 40px 0;
}
.history-section__cont-inner .history-section__cont-txt h3 span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .history-section__cont-inner .history-section__cont-txt h3 {
    font-size: 2rem;
    padding: 0 5px 5px 5px;
  }
  .history-section__cont-inner .history-section__cont-txt h3 span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .history-section__cont-inner .history-section__cont-txt h3 {
    margin: 0 0 20px 0;
  }
}
.history-section__cont-inner .history-section__cont-txt p {
  font-size: 1.8rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .history-section__cont-inner .history-section__cont-txt p {
    font-size: 1.5rem;
  }
}
.history-section__cont-inner .history-section__cont-txt p > a {
  word-break: break-all;
  color: #D56A29;
  transition: all 0.3s;
}
.history-section__cont-inner .history-section__cont-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .history-section__cont-inner .history-section__cont-txt p > a:hover {
    opacity: 1;
  }
}
.history-section__cont-inner .history-section__cont-txt p span {
  color: #C8151C;
  font-weight: bold;
}
.history-section__cont-inner .history-section__cont-txt p:last-child {
  margin: 0;
}
.history-section__cont-inner .history-section__cont-txt figure {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .history-section__cont-inner .history-section__cont-txt figure {
    margin: 30px 0;
  }
}
.history-section__cont-inner .history-section__cont-txt figure img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.history-section__cont-inner .history-section__cont-note h3 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 30px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .history-section__cont-inner .history-section__cont-note h3 {
    font-size: 2.2rem;
    padding: 0 0 20px 0;
  }
}
.history-section__cont-inner .history-section__cont-note h3::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #C8151C;
  width: 80px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .history-section__cont-inner .history-section__cont-note h3::after {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .history-section__cont-inner .history-section__cont-note h3 {
    margin: 0 0 30px 0;
  }
}
.history-section__cont-inner .history-section__cont-note .btn-window {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.history-section__cont-inner .history-section__cont-note .btn-window a {
  width: 100%;
  text-decoration: none;
  display: block;
  padding: 22px;
  box-sizing: border-box;
  border-radius: 10rem;
  background: #D56A29;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.history-section__cont-inner .history-section__cont-note .btn-window a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .history-section__cont-inner .history-section__cont-note .btn-window a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .history-section__cont-inner .history-section__cont-note .btn-window a {
    padding: 19px 20px;
    font-size: 1.8rem;
  }
}
.history-section__cont-inner .history-section__cont-note .btn-window a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_window_w.svg);
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
@media screen and (max-width: 768px) {
  .history-section__cont-inner .history-section__cont-note .btn-window a::after {
    background: url(../../images/icon_window_w.svg);
    background-size: 18px;
    width: 18px;
    height: 18px;
    right: 20px;
  }
}

/*-------------よくある質問-------------*/
.not-section {
  background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
  background-size: 585px, cover;
  background-position: right 0 bottom 0, center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .not-section {
    background: url(../../images/bg_bound_beige01.svg), #FEF2E3;
    background-size: 240px, cover;
    background-position: right 0 bottom 0, center;
    background-repeat: no-repeat;
  }
}
.not-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  padding: 105px 20px 200px 20px;
}
@media screen and (max-width: 768px) {
  .not-section-inner {
    padding: 40px 20px 60px 20px;
  }
}
.not-section-inner p {
  font-size: 1.8rem;
  color: #3F352E;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: center;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 768px) {
  .not-section-inner p {
    font-size: 1.5rem;
  }
}
.not-section-inner p > a {
  word-break: break-all;
  color: #D56A29;
  transition: all 0.3s;
}
.not-section-inner p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .not-section-inner p > a:hover {
    opacity: 1;
  }
}
.not-section-inner p span {
  color: #C8151C;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .not-section-inner p {
    margin: 0 auto 20px auto;
  }
}
.not-section-inner .btn-main {
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
}
.not-section-inner .btn-main a {
  width: 100%;
  text-decoration: none;
  display: block;
  padding: 22px;
  box-sizing: border-box;
  border-radius: 10rem;
  background: #D56A29;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.not-section-inner .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .not-section-inner .btn-main a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .not-section-inner .btn-main a {
    padding: 19px 20px;
    font-size: 1.6rem;
  }
}
.not-section-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r_w.svg);
  background-size: 20px;
  width: 20px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.not-section-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../../images/icon_arrow_l_w.svg);
  background-size: 20px;
  width: 20px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

/*-------------module-------------*/
/*-------------base-------------*/
/*-------------mixin-------------*/
header #header-wrap {
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 24px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  header #header-wrap {
    padding: 10px;
    flex-flow: column;
    align-items: flex-start;
  }
}
header #header-wrap.header-animation {
  transform: translateY(-100%);
}
header #header-wrap.header-fixed {
  transform: none;
}
header #header-wrap h1 {
  margin: 0 20px 0 0;
}
header #header-wrap h1 a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
header #header-wrap h1 a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  header #header-wrap h1 a:hover {
    opacity: 1;
  }
}
header #header-wrap h1 a img {
  display: block;
  width: 222px;
}
@media screen and (max-width: 1100px) {
  header #header-wrap h1 a img {
    width: 126px;
  }
}
header #header-wrap .header-wrap__nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: end;
  flex: 1;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  header #header-wrap .header-wrap__nav {
    display: none;
    margin: 26px 0 0 0;
    width: 100%;
    overflow-y: auto;
    max-height: 427px;
  }
}
header #header-wrap .header-wrap__nav-list {
  display: flex;
  align-items: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  header #header-wrap .header-wrap__nav-list {
    flex-flow: column;
    margin: 0 0 20px 0;
    height: 100%;
    overflow-y: auto;
    max-height: 427px;
  }
}
header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item {
  margin: 0 40px 0 0;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1400px) {
  header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item {
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 1100px) {
  header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item {
    margin: 0 0 10px 0;
    width: 100%;
  }
  header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item:last-child {
    margin: 0;
  }
}
header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item > a {
  text-decoration: none;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  color: #3F352E;
  padding: 0 25px 0 0;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item > a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1100px) {
  header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item > a {
    font-size: 1.5rem;
    border-bottom: solid 1px #C8151C;
    padding: 0 25px 10px 0;
  }
}
header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item > a::after {
  content: "";
  display: inline-block;
  background: url(../../images/icon_arrow_circle.svg);
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item > a::after {
    top: 4px;
    transform: none;
  }
}
header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item:hover .sub-menu {
  top: 30px;
  visibility: visible;
  opacity: 1;
}
header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item .sub-menu {
  z-index: 2;
  position: absolute;
  top: 30px;
  width: 220px;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  background-color: #C8151C;
  padding: 20px;
  box-sizing: border-box;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item .sub-menu {
    display: block;
    position: static;
    overflow: hidden;
    width: auto;
    line-height: 0;
    opacity: 0;
    height: 0;
    margin: 0;
    transition-duration: 0.2s;
    visibility: visible;
    padding: 0 15px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item .sub-menu.is-open {
    line-height: 1.5;
    height: auto;
    opacity: 1;
    transition-duration: 0.2s;
    padding: 15px;
  }
}
header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item .sub-menu li {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  cursor: pointer;
}
header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item .sub-menu li:last-child {
  margin: 0;
}
header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item .sub-menu li a {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #fff;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1100px) {
  header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item .sub-menu li a {
    font-size: 1.5rem;
  }
}
header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item .sub-menu li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item .sub-menu li a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 1100px) {
  header #header-wrap .header-wrap__nav-list > .header-wrap__nav-item .sub-menu li a:hover::after {
    transform: scale(0, 1);
  }
}
header #header-wrap .header-wrap__nav-entry {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  header #header-wrap .header-wrap__nav-entry {
    max-width: 100%;
    margin: 0 0 10px 0;
  }
}
header #header-wrap .header-wrap__nav-entry a {
  width: 100%;
  text-decoration: none;
  display: block;
  padding: 17px 20px;
  box-sizing: border-box;
  border-radius: 10rem;
  background: #D56A29;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
header #header-wrap .header-wrap__nav-entry a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  header #header-wrap .header-wrap__nav-entry a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1100px) {
  header #header-wrap .header-wrap__nav-entry a {
    font-size: 1.5rem;
    padding: 15px 20px;
  }
}
header #header-wrap .header-wrap__nav-entry a::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_mail_w.svg);
  background-size: 16px;
  width: 16px;
  height: 13px;
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
  display: inline-block;
}
header #header-wrap .header-wrap__menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  display: none;
}
@media screen and (max-width: 1100px) {
  header #header-wrap .header-wrap__menu {
    display: block;
  }
}
header #header-wrap .header-wrap__menu-icon {
  position: relative;
  background: #C8151C;
  cursor: pointer;
  height: 60px;
  width: 60px;
  box-sizing: border-box;
}
header #header-wrap .header-wrap__menu-icon span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 20px;
  height: 2px;
  background: #fff;
  width: 34%;
}
header #header-wrap .header-wrap__menu-icon span:nth-of-type(1) {
  top: 21px;
}
header #header-wrap .header-wrap__menu-icon span:nth-of-type(2) {
  top: 29px;
}
header #header-wrap .header-wrap__menu-icon span:nth-of-type(3) {
  top: 37px;
}
header #header-wrap .header-wrap__menu-icon.menu-icon-close span:nth-of-type(1) {
  top: 29px;
  transform: rotate(-45deg);
}
header #header-wrap .header-wrap__menu-icon.menu-icon-close span:nth-of-type(2) {
  top: 29px;
  transform: rotate(45deg);
}
header #header-wrap .header-wrap__menu-icon.menu-icon-close span:nth-of-type(3) {
  top: 29px;
  transform: rotate(45deg);
}

/*-------------base-------------*/
/*-------------mixin-------------*/
.btn-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .btn-pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.btn-pagetop a {
  background: #D56A29;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-pagetop a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .btn-pagetop a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .btn-pagetop a {
    width: 40px;
    height: 40px;
  }
}
.btn-pagetop a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../../images/icon_arrow_top_w.svg);
  background-size: 24px;
  width: 24px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .btn-pagetop a::after {
    background-size: 12px;
    width: 12px;
    height: 7px;
  }
}

footer .footer-entry {
  width: 100%;
  background: url(../../images/footer_img_pc.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .footer-entry {
    padding: 60px 20px;
    background: url(../../images/footer_img_sp.jpg);
    background-size: cover;
    background-position: center;
  }
}
footer .footer-entry::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 45, 32, 0.6);
}
footer .footer-entry-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  position: relative;
  z-index: 1;
}
footer .footer-entry-inner .footer-entry__heading {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-entry-inner .footer-entry__heading {
    margin: 0 0 30px 0;
  }
}
footer .footer-entry-inner .footer-entry__heading .en-txt {
  text-align: center;
  font-size: 5.2rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-entry-inner .footer-entry__heading .en-txt {
    font-size: 3.6rem;
    margin: 0 0 5px 0;
  }
}
footer .footer-entry-inner .footer-entry__heading h2 {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
}
footer .footer-entry-inner .footer-entry__btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer .footer-entry-inner .footer-entry__btn {
    flex-flow: column;
  }
}
footer .footer-entry-inner .footer-entry__btn .btn-contact {
  margin: 0 10px;
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer-entry-inner .footer-entry__btn .btn-contact {
    margin: 0 auto 10px auto;
  }
  footer .footer-entry-inner .footer-entry__btn .btn-contact:last-child {
    margin: 0 auto;
  }
}
footer .footer-entry-inner .footer-entry__btn .btn-contact a {
  width: 100%;
  text-decoration: none;
  display: block;
  padding: 17px 20px;
  box-sizing: border-box;
  border-radius: 10rem;
  background: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  color: #D56A29;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-entry-inner .footer-entry__btn .btn-contact a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-entry-inner .footer-entry__btn .btn-contact a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-entry-inner .footer-entry__btn .btn-contact a {
    font-size: 1.5rem;
    padding: 15px 20px;
  }
}
footer .footer-entry-inner .footer-entry__btn .btn-contact a::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_mail_o.svg);
  background-size: 16px;
  width: 16px;
  height: 13px;
  position: relative;
  top: 1px;
  margin: 0 3px 0 0;
  display: inline-block;
}
footer .footer-nav {
  padding: 100px 60px;
  background: #C8151C;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  footer .footer-nav {
    padding: 40px 20px;
  }
}
footer .footer-nav-inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  footer .footer-nav-inner {
    flex-flow: column;
  }
}
footer .footer-nav-inner .footer-nav__item {
  margin: 0 100px 0 0;
}
footer .footer-nav-inner .footer-nav__item:last-child {
  margin: 0;
}
@media screen and (max-width: 1400px) {
  footer .footer-nav-inner .footer-nav__item {
    margin: 0 40px 0 0;
  }
}
@media screen and (max-width: 1100px) {
  footer .footer-nav-inner .footer-nav__item {
    margin: 0 0 30px 0;
  }
}
footer .footer-nav-inner .footer-nav__item .footer-nav__item-heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-nav-inner .footer-nav__item .footer-nav__item-heading {
    margin: 0 0 20px 0;
  }
}
footer .footer-nav-inner .footer-nav__item .footer-nav__item-heading .en-txt {
  text-align: left;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-nav-inner .footer-nav__item .footer-nav__item-heading .en-txt {
    margin: 0 0 10px 0;
    font-size: 2.4rem;
  }
}
footer .footer-nav-inner .footer-nav__item .footer-nav__item-heading h2 {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  position: relative;
  z-index: 1;
}
footer .footer-nav-inner .footer-nav__item .footer-nav__item-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-nav-inner .footer-nav__item .footer-nav__item-list li {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-nav-inner .footer-nav__item .footer-nav__item-list li {
    margin: 0 0 5px 0;
  }
}
footer .footer-nav-inner .footer-nav__item .footer-nav__item-list li:last-child {
  margin: 0;
}
footer .footer-nav-inner .footer-nav__item .footer-nav__item-list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  color: #fff;
  font-size: 1.6rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.8;
  position: relative;
  padding: 0 0 0 20px;
}
footer .footer-nav-inner .footer-nav__item .footer-nav__item-list li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-nav-inner .footer-nav__item .footer-nav__item-list li a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-nav-inner .footer-nav__item .footer-nav__item-list li a {
    font-size: 1.4rem;
  }
}
footer .footer-nav-inner .footer-nav__item .footer-nav__item-list li a::before {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  left: 0;
  top: 14px;
  background: #fff;
  width: 14px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  footer .footer-nav-inner .footer-nav__item .footer-nav__item-list li a::before {
    top: 12px;
  }
}
footer .footer-nav-inner .footer-nav__item .footer-nav__item-list li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
footer .footer-nav-inner .footer-nav__item .footer-nav__item-list li a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 1100px) {
  footer .footer-nav-inner .footer-nav__item .footer-nav__item-list li a:hover::after {
    transform: scale(0, 1);
  }
}
footer .footer-info {
  padding: 30px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  footer .footer-info {
    padding: 20px 20px;
  }
}
footer .footer-info-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer-info-inner {
    flex-flow: column;
    align-items: flex-start;
  }
}
footer .footer-info-inner h1 {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  footer .footer-info-inner h1 {
    margin: 0 0 20px 0;
  }
}
footer .footer-info-inner h1 a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-info-inner h1 a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-info-inner h1 a:hover {
    opacity: 1;
  }
}
footer .footer-info-inner h1 a img {
  display: block;
  width: 222px;
}
footer .footer-info-inner .footer-info__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer-info-inner .footer-info__nav-list {
    flex-flow: column;
    align-items: flex-start;
  }
}
footer .footer-info-inner .footer-info__nav-list li {
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  footer .footer-info-inner .footer-info__nav-list li {
    margin: 0 0 15px 0;
  }
}
footer .footer-info-inner .footer-info__nav-list li:last-child {
  margin: 0;
}
footer .footer-info-inner .footer-info__nav-list li a {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
  color: #3F352E;
}
footer .footer-info-inner .footer-info__nav-list li a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_window_black.svg);
  background-size: 14px;
  width: 14px;
  height: 14px;
  margin: 0 0 0 3px;
  position: relative;
  top: 1px;
}
footer .footer-info-inner .footer-info__nav .copy-txt {
  margin: 50px 0 0 0;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #C8151C;
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .footer-info-inner .footer-info__nav .copy-txt {
    margin: 30px 0 0 0;
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */