@charset "UTF-8";
/* CSS Document */

/*----- 共通 -----*/
* {
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  transition: 0.3s;

}

*::before,
*::after {
  transition: 0.3s;
}

body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}

img {
  width: 100%;
  vertical-align: top;
}

main {
  overflow: hidden;
}

.content {
  max-width: 1100px;
  padding: 50px;
  margin: 0 auto;
}

.content h2 {
  font-size: 2rem;
  line-height: 1.3;
  border-bottom: 2px solid;
  padding: 0 0 3px;
  margin: 0 0 40px;
}

.content h2 span {
  display: block;
  color: #B10F41;
  font-size: 1rem;
}

.content h3 {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  position: relative;
  padding: 0 0 0 40px;
  margin: 40px 0;
}

.content h3::before {
  content: "！";
  color: #B10F41;
  font-size: 4rem;
  line-height: 0;
  transform: rotate(-15deg);
  position: absolute;
  left: -10px;
}

.g_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.g_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.btn_common {
  width: 100%;
  max-width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #B10F41;
  border: 1px solid #B10F41;
  position: relative;
  padding: 0 35px 0 10px;
}

.btn_common:hover {
  color: #B10F41;
}

.btn_common::before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.btn_common:hover::before {
  width: 100%;
  height: 100%;
}

.btn_common>span {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.btn_common>span::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 10px;
  right: -30px;
}

.btn_common:hover>span::before {
  background: #B10F41;
}

.btn_common>span::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  position: absolute;
  bottom: 13px;
  right: -30px;
}

.btn_common:hover>span::after {
  background: #B10F41;
}

.btn_tp {
  width: 100%;
  max-width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B10F41;
  border: 1px solid #B10F41;
  position: relative;
  padding: 0 30px 0 10px;
}

.btn_tp:hover {
  color: #fff;
}

.btn_tp::before {
  content: "";
  width: 0;
  height: 100%;
  background: #B10F41;
  position: absolute;
  top: 0;
  left: 0;
}

.btn_tp:hover::before {
  width: 100%;
  height: 100%;
}

.btn_tp>span {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.btn_tp>span::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #B10F41;
  position: absolute;
  bottom: 10px;
  right: -30px;
}

.btn_tp:hover>span::before {
  background: #fff;
}

.btn_tp>span::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #B10F41;
  transform: rotate(35deg);
  position: absolute;
  bottom: 13px;
  right: -30px;
}

.btn_tp:hover>span::after {
  background: #fff;
}

.btn_red {
  width: 100%;
  max-width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  padding: 0 30px 0 10px;
}

.btn_red:hover {
  color: #B10F41;
}

.btn_red::before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.btn_red:hover::before {
  width: 100%;
  height: 100%;
}

.btn_red>span {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.btn_red>span::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 10px;
  right: -30px;
}

.btn_red:hover>span::before {
  background: #B10F41;
}

.btn_red>span::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  position: absolute;
  bottom: 13px;
  right: -30px;
}

.btn_red:hover>span::after {
  background: #B10F41;
}

.link_tp:hover {
  opacity: 0.5;
}

.sp {
  display: none !important;
}

/*----- 共通 ここまで -----*/

/*----- header -----*/

header {
  width: 100%;
  height: 60px;
}

header>div {
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 90%);
  position: fixed;
  z-index: 3;
}

header>div>div:nth-of-type(1).gnav_blind {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}

header>div>div:nth-of-type(1).gnav_blind.active {
  display: block;
}

header>div>div.gnav_main {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

header>div>div.gnav_main .gnav_sp {
  display: none;
}

header>div>div.gnav_main>a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  padding: 0 20px 0 15px;
}

header>div>div.gnav_main>a:hover {
  opacity: 0.5;
}

header>div>div.gnav_main>a h1 {
  line-height: 1;
}

header>div>div.gnav_main>a h1 img {
  max-width: 200px;
}

header>div>div.gnav_main>a p {
  font-size: 0.9rem;
  font-weight: bold;
  white-space: nowrap;
}

header>div>div.gnav_main nav {
  display: flex;
  gap: 25px;
  position: relative;
}

header>div>div.gnav_main nav>ul {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 0.85rem;
}

header>div>div.gnav_main nav>ul>li {
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

header>div>div.gnav_main nav>ul>li a {
  color: #333;
}

header>div>div.gnav_main nav>ul>li a:hover {
  color: #B10F41;
}

header>div>div.gnav_main nav>ul>li>div.gnav_drop_btn {
  display: flex;
  align-items: center;
  gap: 3px;
  position: relative;
}

header>div>div.gnav_main nav>ul>li>div.gnav_drop_btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

header>div>div.gnav_main nav>ul>li>div.gnav_drop_btn.active {
  color: #B10F41;
}

header>div>div.gnav_main nav>ul>li>div.gnav_drop_btn.active::after {
  transform: rotate(135deg);
  margin: 0 0 5px;
}

header>div>div.gnav_main nav>ul>li>div.gnav_drop_btn+div {
  width: 180px;
  position: absolute;
  top: 40px;
}

header>div>div.gnav_main nav>ul>li>div.gnav_drop_btn+div>ul {
  width: 100%;
  height: 0;
  display: flex;
  flex-flow: column;
  gap: 10px;
  background: #fff;
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 30%));
  opacity: 0;
  overflow: hidden;
  padding: 0 20px;
  margin: 0;
  transition: 0.3s;
}

header>div>div.gnav_main nav>ul>li>div.gnav_drop_btn.active+div>ul {
  height: auto;
  opacity: 1;
  overflow: auto;
  padding: 20px;
  margin: 5px 0 0;
}

header>div>div.gnav_main nav>ul>li>div.gnav_drop_btn+div>ul li {
  border-bottom: 1px solid #e4e4e4;
  padding: 0 0 10px;
}

header>div>div.gnav_main nav>ul>li>div.gnav_drop_btn+div>ul li:last-of-type {
  border-bottom: none;
  padding: 0;
}

header>div>div.gnav_main nav>ul>li>div.gnav_drop_btn+div>ul li a {
  width: 100%;
  display: block;
}

header>div>div.gnav_main nav>a {
  width: 100px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #B10F41;
}

header>div>div.gnav_main nav>a:hover {
  opacity: 0.5;
}

/*----- header ここまで -----*/

/*----- entry -----*/

.entry_box {
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/common/footer_bg.jpg) no-repeat top left / cover;
}

.entry_box a:hover {
  opacity: 0.5;
}

.entry_box>div {
  max-width: 960px;
}

.entry_box>div>div {
  align-items: center;
  background: rgba(255, 255, 255, 80%);
  padding: 60px;
}

.entry_box>div>div>div:nth-of-type(1) h2 {
  font-size: 1.6rem;
  border-bottom: none;
  padding: 0;
  margin: 0 0 20px;
}

.entry_box>div>div>div:nth-of-type(2) img {
  border: solid 2px #00AAEB;
}




/*----- entry ここまで -----*/

/*----- footer -----*/

footer>div {
  height: 110px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
  text-align: center;
  background: #383838;
  padding: 30px 0;
}

footer>div>p>img {
  width: 260px;
}

footer>div>p:nth-of-type(2) {
  font-size: 0.6rem;
}

footer>a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 30%);
  border-radius: 100vh;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

footer>a:hover {
  opacity: 0.5;
}

footer>a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  margin: 0 0 -5px;
}

/*----- footer ここまで -----*/

.interview_member_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.interview_member_box a:hover {
  opacity: 0.5;
}

.interview_member_box a>div {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  gap: 5px;
  position: relative;
}

.interview_member_box a>div>img {
  width: 100%;
  object-fit: cover;
}

.interview_member_box a>div>div {
  display: flex;
  flex-flow: column;
  gap: 5px;
  position: absolute;
  bottom: 20px;
}

.interview_member_box a>div>div>p {
  width: fit-content;
  color: #333;
  font-size: 1.3rem;
  font-weight: bold;
  background: #fff;
  padding: 0 10px;
}

.interview_member_box a>p {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background: #B10F41;
  padding: 10px;
}

.interview_member_box a>p span {
  display: block;
  font-size: 1.2rem;
}


.project_etc_box {
  background: #B10F41;
}

.project_etc_box>div>div {
  max-width: 700px;
  margin: 0 auto;
}

.project_etc_box>div>div>h2 {
  color: #fff;
  font-size: 1.8rem;
  border-bottom: none;
  margin: 0 0 30px;
}

.project_etc_box>div>div>ul {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.project_etc_box>div>div>ul>li {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.project_etc_box>div>div>ul>li>div:nth-of-type(2) {
  background: #fff;
  padding: 30px;
}

.project_etc_box>div>div>ul>li>div:nth-of-type(2)>p:nth-of-type(1) {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 10px;
}

.project_etc_box>div>div>ul>li>div:nth-of-type(2)>p:nth-of-type(2) {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 20px;
}

.special_link_box {
  background: #B10F41;
}

.special_link_box>div>ul {
  max-width: 700px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}

.special_link_box>div>ul>li:nth-of-type(2) {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 30px;
}

.special_link_box>div>ul>li:nth-of-type(2)>p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}

.environment_box {
  background: #B10F41;
}

.environment_box>div>ul {
  max-width: 700px;
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin: 0 auto;
}

.environment_box>div>ul>li {
  height: 190px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #fff;
  padding: 30px 20px;
}

.environment_box>div>ul>li>p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

/*----- インタビュースライダー -----*/

.interview_box.slider_box>div>h2 {
  border-bottom: none;
}

.interview_member_box.slider a {
  margin: 0 10px;
}

.interview_member_box.slider .slick-prev,
.interview_member_box.slider .slick-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 100vh;
  top: 45%;
  z-index: 2;
}

.interview_member_box.slider .slick-prev {
  left: 20px;
}

.interview_member_box.slider .slick-next {
  right: 20px;
}

.interview_member_box.slider .slick-prev::before,
.interview_member_box.slider .slick-next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-135deg);
  opacity: 1;
  margin: 0 0 0 5px;
}

.interview_member_box.slider .slick-next::before {
  transform: rotate(45deg);
  margin: 0 5px 0 0;
}

.interview_member_box.slider.slick-slider div {
  transition: none;
}

/*----- インタビュースライダー ここまで -----*/


@media (max-width: 1024px) {

  /*----- 共通 -----*/
  .btn_tp {
    max-width: 200px;
    height: 50px;
    margin: 0 auto;
  }

  .content {
    max-width: 700px;
    padding: 50px 25px;
  }

  main>section:nth-of-type(1)>div.content {
    padding: 10px 25px 50px;
  }

  .content h2 {
    font-size: 1.8rem;
  }

  .g_2,
  .g_3 {
    grid-template-columns: 1fr;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*----- 共通 ここまで -----*/

  /*----- header -----*/

  header>div {
    height: 50px;
    background: #fff;
  }

  header>div>div.gnav_main {
    flex-flow: column;
    justify-content: flex-start;
  }

  header>div>div.gnav_main .gnav_sp {
    display: flex;
    flex-flow: column;
    gap: 5px;
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
  }

  header>div>div.gnav_main .gnav_sp span {
    width: 30px;
    height: 2px;
    display: block;
    background: #333;
    position: relative;
  }

  header>div>div.gnav_main .gnav_sp.active span:nth-of-type(1) {
    transform: rotate(45deg);
    bottom: -7px;
  }

  header>div>div.gnav_main .gnav_sp.active span:nth-of-type(2) {
    opacity: 0;
  }

  header>div>div.gnav_main .gnav_sp.active span:nth-of-type(3) {
    transform: rotate(-45deg);
    bottom: 7px;
  }

  header>div>div.gnav_main>a {
    width: fit-content;
    height: 50px;
    padding: 0 0 0 20px;
  }

  header>div>div.gnav_main>a h1 img {
    max-width: 150px;
  }

  header>div>div.gnav_main>a p {
    font-size: 0.7rem;
  }

  header>div>div.gnav_main nav {
    height: 0;
    flex-flow: column;
    background: rgba(255, 255, 255, 90%);
    overflow: hidden;
    padding: 0 20px;
  }

  header>div>div.gnav_main.active nav {
    height: 100vh;
    overflow-y: scroll;
    padding: 20px 20px 100px;
  }

  header>div>div.gnav_main nav>a {
    width: 200px;
    height: 40px;
    padding: 20px;
  }

  header>div>div.gnav_main nav>ul {
    flex-flow: column;
    align-items: flex-start;
    font-size: 1.2rem;
  }

  header>div>div.gnav_main nav>ul>li {
    width: 100%;
    flex-flow: column;
    align-items: flex-start;
  }

  header>div>div.gnav_main nav>ul>li>div.gnav_drop_btn+div {
    width: 100%;
    position: relative;
    top: 0;
  }

  header>div>div.gnav_main nav>ul>li>div.gnav_drop_btn+div>ul {
    background: none;
    filter: none;
    padding: 0 10px;
    margin: 0;
  }

  header>div>div.gnav_main nav>ul>li>div.gnav_drop_btn.active+div>ul {
    padding: 10px;
    margin: 0;
  }

  /*----- header ここまで -----*/

  /*----- entry -----*/

  .entry_box {
    height: auto;
  }

  .entry_box>div>div {
    max-width: 400px;
    padding: 30px;
  }

  /*----- entry ここまで -----*/

  .interview_member_box {
    grid-template-columns: 1fr 1fr;
  }

  .project_etc_box>div>div>ul>li {
    grid-template-columns: 1fr;
  }

  .project_etc_box>div>div>h2 {
    font-size: 1.6rem;
  }

  .special_link_box>div>ul {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 768px) {

  .interview_member_box {
    max-width: 350px;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .environment_box>div>ul>li {
    height: 130px;
    padding: 10px 20px;
  }

  .environment_box>div>ul>li>p {
    font-size: 1.2rem;
  }
}