@charset "UTF-8";

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

メインビジュアル

----------------------------------------------------------*/
.faq_h2-img-ttl {
  padding-top: 228px;
  background-color: #f7f6f0;
}

@media screen and (max-width: 767px) {
  .faq_h2-img-ttl {
    padding-top: 44vw;
  }
}

.posi-rel {
  position: relative;
}

.mv-txt {
  display: inline-block;
  color: #fff;
  background-color: #ebb912;
  padding: 40px 80px 25px 45px;
  position: absolute;
  right: 0;
  bottom: -110px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.mv-txt span {
  margin-left: 13px;
  font-weight: 700;
}

.mv-txt__wrapper {
  display: flex;
}

@media screen and (max-width: 767px) {
  .mv-txt {
    padding: 30px;
    bottom: -180px;
  }

  .mv-txt__wrapper {
    flex-direction: column;
  }
}

.mv-txt img {
  padding-bottom: 10px;
}

.mv-txt_ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}

.mv-txt__occupation {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding-top: 10px;
  margin-top: 22.8px;
  border-top: 1px solid #fff;
}

.mv-txt__year {
  display: inline-block;
  padding-top: 34px;
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .mv-txt img {
    width: 159.63px;
  }

  .mv-txt_ttl {
    font-size: 18px;
  }

  .mv-txt__occupation {
    font-size: 16px;
    margin-top: 15px;
    width: fit-content;
  }

  .mv-txt__year {
    padding-top: 0;
    margin-left: 0;
  }
}

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


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

.faq_mv-txt {
  display: inline-block;
  color: #000;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .faq_mv-txt {
    width: 100%;
  }
}

.gallery-maintxt {
  text-align: center;
  color: #000;
  line-height: 2;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .gallery-maintxt {
    text-align: left;
    font-size: 16px;
    padding: 0 5%;
    margin-top: 216px;
  }
}

.gallery-maintxt p {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .gallery-maintxt p:first-child {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .faq_mv-txt img {
    width: 75%;
    margin: 0 auto;
  }
}

.faq_mv-txt_ttl_01 {
  font-size: 34px;
  font-weight: bold;
}

.faq_mv-txt_ttl_02 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .faq_mv-txt_ttl_01 {
    font-size: 28px;
    padding-bottom: 10px;
  }

  .faq_mv-txt_ttl_02 {
    font-size: 14px;
    padding-top: 10px;
  }
}

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



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

.faq-01 {
  width: 80%;
  max-width: 1000px;
  margin: -100px auto 80px;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .faq-01 {
    margin-top: 80px;
    width: 90%;
    font-size: 16px;
  }
}

.faq-01__ttl {
  margin: 0 auto;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #000;
  letter-spacing: 0.03em;
  position: relative;
}

.faq-01__ttl img {
  display: inline;
}

@media screen and (max-width: 767px) {
  .faq-01__ttl {
    font-size: 20px;
  }

  .faq-01 p {
    text-align: left;
  }
}

.faq-01 p img {
  display: inline;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
}

.faq-01__ttl:before {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -24px;
  /*下線の上下の位置*/
  left: 50%;
  width: 50px;
  /*下線の幅*/
  height: 3px;
  /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置の調整*/
  background-color: #e06d6d;
  /*下線の色*/
}

#sec02 .faq-01__ttl:before {
  background-color: #87ad20;
  /*下線の色*/
}

#sec03 .faq-01__ttl:before {
  background-color: #ebb912;
  /*下線の色*/
}

#sec04 .faq-01__ttl:before {
  background-color: #826eb5;
  /*下線の色*/
}

/** 矢印用スタイル */
.prev-arrow,
.next-arrow {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-weight: bold;
}

.prev-arrow {
  left: -20px;
}

.next-arrow {
  right: -20px;
}

.anchor-area {
  width: 36%;
  max-width: 1000px;
  margin: 100px auto 80px;
}

.anchor-list {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.anchor-list img {
  margin-top: 20px;
}

.anchor-list li {
  width: 100%;
  height: 125px;
  border-left: 1px solid #000;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
}

.anchor-list li:first-child {
  border-left: none;
}

.anchor-list a {
  line-height: 1.25;
}

.lead {
  margin: 48px auto 0px;
  width: 85%;
  line-height: 2;
}

.noteList {
  margin-top: 40px;
  margin-bottom: 13px;
  font-size: 14px;
  color: #e06d6d;
}

.img_layout-2 figure {
  max-width: 39vw;
  overflow: hidden;
}

.anchor-list a:after {
  content: url(/recruit/graduate/images/gallery/btn-anchor_white.svg);
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, 50%);
}

.anchor-list a:hover:after {
  content: url(/recruit/graduate/images/gallery/btn-anchor_black.svg);
}

.anchor-list li:first-child:before {
  content: none;
}

.img_layout-2 img:hover {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}

.img_layout-2 img {
  transition: 0.5s all;
}

.img_layout-2 + .img_layout-3 {
  margin-top: 20px;
  justify-content: space-between;
}

.img_layout-3 figure {
  max-width: 25.5vw;
  overflow: hidden;
}

.img_layout-3 img {
  transition: 0.5s all;
}

.img_layout-3 img:hover {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}

.img_layout-3 figure:nth-child(n + 4) {
  margin-top: 20px;
}

.faq-01:last-child {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .anchor-list {
    flex-direction: column;
  }

  .anchor-list li {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid;
    padding-top: 14px;
    padding-bottom: 10px;
    height: 55px;
    border-left: none;
    text-align: left;
    font-size: 16px;
  }

  .anchor-list li:first-child {
    border-top: 1px solid;
  }

  .anchor-area {
    width: 75%;
    margin-top: 80px;
  }

  .anchor-list a:after {
    content: url(/recruit/graduate/images/gallery/btn-anchor_white_sp.svg);
    position: absolute;
    left: 100%;
    /* right: 0; */
    top: 50%;
    transform: translate(-100%, -50%);
    height: 35px;
  }

  .anchor-list a:hover:after {
    content: url(/recruit/graduate/images/gallery/btn-anchor_black_sp.svg);
  }

  .lead {
    margin: 48px auto 0px;
    width: 100%;
    line-height: 2;
  }

  .img_layout-2 figure {
    max-width: 100%;
  }

  .img_layout-2 figure + figure {
    margin-top: 12px;
  }

  .img_layout-2 + .img_layout-3 {
    margin-top: 12px;
  }

  .img_layout-3 figure {
    max-width: 43.5vw;
  }

  .img_layout-3 figure:first-child {
    margin-top: 0;
  }

  .img_layout-3 figure:nth-child(n + 3) {
    margin-top: 12px;
  }
}

.text-center a {
  color: #000;
}

/*----------------------
accordion
-------------------------*/

.accordion {
  margin: 80px auto 0px;
}

.accordion-header {
  font-size: 20px;
  font-weight: bold;
}

.accordion-head {
  padding-top: 30px;
  padding-bottom: 30px;
}

.accordion-head-text:before {
  content: "Q";
  position: absolute;
  width: 45px;
  height: 40px;
  text-align: center;
  left: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 5px;
}

.accordion .accordion-head {
  position: relative;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}

.accordion-child {
  display: none;
}

.accordion-child {
  margin-top: 15px;
  padding-left: 75px;
  max-width: 910px;
}

.accordion-head-text {
  padding-right: 50px;
  padding-left: 75px;
  position: relative;
  width: 100%;
  display: block;
  color: #000;
}

.accordion-head:nth-child(n + 2) {
  border-top: none;
}

#sec01 .accordion-head-text:before {
  background-color: #e06d6d;
}

#sec02 .accordion-head-text:before {
  background-color: #87ad20;
}

#sec03 .accordion-head-text:before {
  background-color: #ebb912;
}

#sec04 .accordion-head-text:before {
  background-color: #826eb5;
}

#sec01 .accordion-head-text:after {
  content: url(/recruit/graduate/images/faq/accordion_plus_sec01.svg);
  width: 34px;
  text-align: center;
  right: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#sec01 .accordion-head-text.open:after {
  content: url(/recruit/graduate/images/faq/accordion_minus_sec01.svg);
  width: 34px;
  text-align: center;
}

#sec02 .accordion-head-text:after {
  content: url(/recruit/graduate/images/faq/accordion_plus_sec02.svg);
  width: 34px;
  text-align: center;
  right: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#sec02 .accordion-head-text.open:after {
  content: url(/recruit/graduate/images/faq/accordion_minus_sec02.svg);
  width: 34px;
  text-align: center;
}

#sec03 .accordion-head-text:after {
  content: url(/recruit/graduate/images/faq/accordion_plus_sec03.svg);
  width: 34px;
  text-align: center;
  right: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#sec03 .accordion-head-text.open:after {
  content: url(/recruit/graduate/images/faq/accordion_minus_sec03.svg);
  width: 34px;
  text-align: center;
}

#sec04 .accordion-head-text:after {
  content: url(/recruit/graduate/images/faq/accordion_plus_sec04.svg);
  width: 34px;
  text-align: center;
  right: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#sec04 .accordion-head-text.open:after {
  content: url(/recruit/graduate/images/faq/accordion_minus_sec04.svg);
  width: 34px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .accordion-head {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-header {
    font-size: 16px;
    padding-left: 14vw;
    width: 85%;
  }

  .accordion-head-text {
    padding-right: 0;
  }

  .accordion-head-text:before {
    width: 33px;
    height: 33px;
    font-size: 18px;
  }

  #sec01 .accordion-head-text:after {
    right: -11vw;
  }

  #sec02 .accordion-head-text:after {
    right: -11vw;
  }

  #sec03 .accordion-head-text:after {
    right: -11vw;
  }

  #sec04 .accordion-head-text:after {
    right: -11vw;
  }

  .accordion-child {
    margin-top: 20px;
    padding-left: 14vw;
    padding-top: 25px;
    padding-bottom: 5px;
    border-top: 1px dashed #c1c1c1;
  }
}

.other-link:after {
  content: url(/recruit/graduate/images/material/site_icon.svg);
  vertical-align: middle;
  padding-left: 5px;
}

.accordion-head .hover_red:hover {
  color: #e06d6d;
  cursor: pointer;
}

.accordion-head .hover_green:hover {
  color: #87ad20;
  cursor: pointer;
}

.accordion-head .hover_yellow:hover {
  color: #ebb912;
  cursor: pointer;
}

.hover_underline {
  text-decoration: underline;
}

.hover_underline:hover {
  text-decoration: none;
}

.wb-ba {
  word-break: break-all;
}
