@charset "UTF-8";

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

メインビジュアル

----------------------------------------------------------*/
.h2-solidcolor-ttl {
  position: relative;
  width: 100%;
  height: 230px;
  background: #F7F6F0;
}

.h2-solidcolor-ttl h2 {
  color: #000
}

.h2-solidcolor-ttl img {
  width: 38%;
  margin: 0 auto;
  max-width: 360px;
}

@media screen and (max-width: 767px) {
  .h2-solidcolor-ttl {
    height: 180px;
  }

  .h2-solidcolor-ttl img {
    width: 85%;
  }

  .posi_abso {
    position: absolute;
  }
}

.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;
  }
}





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

コンテンツ

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

.lead-txt {
  max-width: 1000px;
  width: 80%;
  padding-top: 90px;
  padding-bottom: 43px;
  margin: 0 auto;
}

.lead-txt p {
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .lead-txt {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .lead-txt p {
    text-align: left;
  }
}

.welfare_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) {
  .welfare_mv-txt {
    width: 100%;
  }
}

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

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

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

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

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

.fs-14 {
  font-size: 14px;
}



/** 矢印用スタイル */
.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-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.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;
}

@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: 2px 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: 2px 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;
  }
}


/*----------------------
関連コンテンツボタン
-------------------------*/

.related-content {
  border-top: 1px solid #707070;
}

.related-content h3 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  line-height: 39px;
  letter-spacing: 0.03em;
  color: #000000;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-top: 80px;
}

.related-content__btn {
  padding-top: 46px;
  padding-bottom: 100px;
  max-width: 1000px;
}

.related-content__btn01 {
  padding-top: 46px;
  padding-bottom: 100px;
  max-width: 1000px;
  border-bottom: 1px solid #000;
}

.related-content__btn ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.related-content__btn li {
  max-width: 280px;
}

@media screen and (max-width: 1024px) {
  .related-content__btn {
    padding-bottom: 126px !important;
  }
}

@media screen and (max-width: 767px) {
  .related-content__btn01 {
    width: 83%;
    margin: 0 auto;
    padding-bottom: 80px;
  }

  .related-content__btn ul {
    flex-flow: column;
    align-items: center;
  }

  .related-content__btn li+li {
    margin-top: 31px;
  }
}



@media screen and (max-width: 900px) {
  .related-content__btn ul {
    flex-flow: column;
    align-items: center;
  }

  .related-content__btn li+li {
    margin-top: 31px;
  }
}





.flex {
  display: flex;
}

.al-c {
  align-items: center;
}

.years_circle {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  background-color: #EA7639;
}

.years_circle span {
  position: absolute;
  display: inline-block;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
  line-height: 1.2;
  font-size: 21px;
}

.training_contents01 {
  padding: 30px 0;
  border-top: 1px dotted #707070;
}







.keywords-main,
#sec01,
#sec02,
#sec03 {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.keywords__ttl {
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #000;
  letter-spacing: 0.03em;
  margin-top: 126px;
  position: relative;
}

.keywords__ttl::before {
  display: inline-block;
  position: absolute;
  content: '';
  bottom: -20px;
  left: 50%;
  width: 50px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #C1C1C1;
}

.keywords__ttl_02 {
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #000;
  letter-spacing: 0.03em;
  margin-top: 126px;
  position: relative;
}

.keywords__ttl_02::before {
  display: inline-block;
  position: absolute;
  content: '';
  bottom: -20px;
  left: 50%;
  width: 50px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #C1C1C1;
}

@media screen and (max-width: 767px) {
  .keywords-main {
    width: 90%;
    margin: 80px auto 0;
  }

  .keywords__ttl {
    font-size: 20px;
    margin: 80px 0 60px;
  }

  .keywords__ttl_02 {
    font-size: 20px;
    margin: 126px 0 60px;
  }
}

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

keywords-main

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

.keywords-main>img:first-child {
  width: 22%;
  position: absolute;
  top: 5%;
  left: 2%;
}

.keywords-main_txt {
  margin-top: -140px;
  margin-left: 170px;
}

.keywords-main_txt p:first-child {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

.keywords-main_txt p:nth-child(2) {
  margin-top: 15px;
}

.keywords-main_img {
  width: 32%;
  margin-top: -200px;
  margin-right: 140px;
}


@media screen and (max-width: 1024px) {
  .keywords-main figure:nth-child(2) img:nth-child(2) {
    margin: 0 auto;
  }

  .sp-img-01 {
    margin: 0 auto;
  }

  .keywords-main_txt {
    margin-left: 33vw;
    margin-top: -6vw;
  }
}

@media screen and (max-width: 1024px) {
  .under-line_01 {
    margin-left: 53vw;
    margin-top: -40px;
  }

  .under-line_02 {
    margin-left: 32vw;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .keywords-main_txt {
    margin-top: -10vw;
    margin-left: 10vw;
  }

  .keywords-main_txt p:first-child {
    font-size: 5vw;
  }

  .keywords-main_txt p:nth-child(2) {
    margin-top: 10px;
    font-size: 3.75vw !important;
    line-height: 1.8;
  }

  .posi_rel {
    position: relative;
  }

  .under-line_01 .posi_abso {
    position: absolute;
  }

  .under-line_01 {
    position: absolute;
    top: 28vw;
    left: 4vw;
    width: 20%;
  }

  .under-line_02 {
    position: absolute;
    top: 20vw;
    width: 48%;
    left: -23vw;
  }

  .sp-img-01 {
    width: 72%;
    margin: 30vw auto 0;
  }
}










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

balloon

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

.balloon {
  position: relative;
  display: inline-block;
  margin: 2em 0 0;
  padding: 15px 30px;
  min-width: 120px;
  max-width: 100%;
  color: #EA7639;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #EA7639;
  box-sizing: border-box;
  border-radius: 100px;
  line-height: 1.5;
}

.balloon p {
  font-weight: bold;
}

.balloon:before {
  content: "";
  position: absolute;
  top: -21px;
  left: 50%;
  margin-left: -8px;
  border: 5px solid transparent;
  border-bottom: 20px solid #FFF;
  z-index: 2;
}

.balloon:after {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -9px;
  border: 6px solid transparent;
  border-bottom: 20px solid #EA7639;
  z-index: 1;
}

.balloon p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .balloon {
    border-radius: 10px;
    padding: 20px 25px;
    margin-top: 25px;
  }
}

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

sec01

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


@media screen and (max-width: 767px) {
  #sec01 {
    width: 88%;
  }
}

.sec01-01 {
  width: 80%;
  margin: 80px auto 0;
}

@media screen and (max-width: 1024px) {
  .sec01-01 img:nth-child(2) {
    margin: 0 auto;
  }
}

.balloon01 {
  color: #6281B2;
  border: solid 2px #6281B2;
  width: 100%;
}

.balloon01 p {
  text-align: center;
}

.balloon01:after {
  border-bottom: 20px solid #6281B2;
}

.sec01-02 {
  width: 90%;
  margin: 100px auto 0;
}

.sec01-02>figure:last-child img {
  width: 80%;
  margin-right: 0;
  margin-left: auto;
}

.balloon02 {
  color: #87AD20;
  border: solid 2px #87AD20;
}

.balloon02:after {
  border-bottom: 20px solid #87AD20;
}

.sec01-03 {
  width: 85%;
  margin: 100px auto 0;
}

@media screen and (max-width: 1024px) {
  .sec01-03 img:nth-child(2) {
    margin: 0 auto;
  }
}

.balloon03 {
  color: #E06D6D;
  border: solid 2px #E06D6D;
}

.balloon03:after {
  border-bottom: 20px solid #E06D6D;
}

.sec01-04 {
  width: 97%;
  margin: 100px auto 0;
}

.sec01-04>div {
  width: 46%;
}

@media screen and (max-width: 767px) {
  .sec01-04 div:first-child figure:first-child img:nth-child(2) {
    margin: 0 auto;
  }
}

.balloon04 {
  color: #EA7639;
  border: solid 2px #EA7639;
}

.balloon04:after {
  border-bottom: 20px solid #EA7639;
}

.balloon05 {
  color: #6281B2;
  border: solid 2px #6281B2;
}

.balloon05:after {
  border-bottom: 20px solid #6281B2;
}

.sec01-05 {
  width: 62%;
  margin: 100px auto 0;
}

@media screen and (max-width: 1024px) {
  .sec01-05 img:nth-child(2) {
    margin: 0 auto;
  }
}

.balloon06 {
  color: #87AD20;
  border: solid 2px #87AD20;
}

.balloon06:after {
  border-bottom: 20px solid #87AD20;
}

@media screen and (max-width: 767px) {
  .sec01-01 {
    width: 100%;
    margin: 60px auto 0;
  }

  .sec01-02 {
    width: 100%;
    margin-top: 80px;
  }

  .sec01-02>figure:last-child img {
    width: 100%;
    margin-top: 80px;
  }

  .sec01-03 {
    width: 100%;
    margin-top: 80px;
  }

  .sec01-04 {
    display: block;
    width: 100%;
    margin-top: 80px;
  }

  .sec01-04>div {
    width: 100%;
    margin-top: 80px;
  }

  .sec01-05 {
    width: 100%;
    margin-top: 80px;
  }
}

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

sec02

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

.sec02-01 {
  margin: 80px auto 0;
}

.sec02-01 figure:first-child {
  width: 65%;
}

.sec02-01 figure:last-child {
  width: 27%;
  margin-top: 30px;
}

.sec02-01 figure:first-child img:nth-child(3) {
  margin-top: 80px;
}

.sec02-02 {
  margin-top: 20px;
}

.sec02-02 figure:first-child {
  width: 54%;
  margin-left: -15px;
}

.sec02-02 figure:last-child {
  width: 42%;
  margin-top: -50px;
}

@media screen and (max-width: 1024px) {
  #sec02 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  #sec02 {
    width: 88%;
  }

  .sec02-01 {
    display: block;
    margin: 60px auto 0;
  }

  .sec02-01 figure:first-child {
    width: 100%;
  }

  .sec02-01 figure:last-child {
    width: 80%;
    margin: 80px auto 0;
  }

  .sec02-01 figure:first-child img:nth-child(2) {
    margin: 80px auto 0;
  }

  .sec02-01 figure:first-child img:last-child {
    margin: 80px auto 0;
  }

  .sec02-01 figure:last-child img:last-child {
    margin: 0 auto;
  }

  .sec02-02 {
    display: block;
    margin-top: 80px;
  }

  .sec02-02 figure:first-child {
    width: 100%;
    margin-top: 80px;
    margin-left: 0;
  }

  .sec02-02 figure:first-child img:last-child {
    margin: 0 auto;
  }

  .sec02-02 figure:last-child {
    width: 100%;
    margin-top: 80px;
  }

  .sec02-02 figure:last-child img:last-child {
    margin: 0 auto;
  }



}

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

sec03

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

#sec03 {
  margin-bottom: 142px;
}

.sec03-01 {
  margin: 80px auto 0;
}

.sec03-01>div:first-child {
  width: 47%;
  margin-top: 45px;
  margin-left: 20px;
}

.sec03-01>div:last-child {
  width: 44%;
}

.balloon07 {
  color: #EA7639;
  border: solid 2px #EA7639;
}

.balloon07:after {
  border-bottom: 20px solid #EA7639;
}

.balloon08 {
  color: #E06D6D;
  border: solid 2px #E06D6D;
}

.balloon08:after {
  border-bottom: 20px solid #E06D6D;
}

.balloon09 {
  color: #826EB5;
  border: solid 2px #826EB5;
}

.balloon09:after {
  border-bottom: 20px solid #826EB5;
}

.sec03-02 {
  width: 88%;
  margin: 100px auto 0;
}

@media screen and (max-width: 1024px) {
  .sec03-02 img:nth-child(2) {
    margin: 0 auto;
  }
}

.sec03-03 {
  margin: 100px auto 0;
}

.sec03-03>div:first-child {
  width: 44%;
}

.sec03-03>div:last-child {
  width: 50%;
}

.balloon10 {
  color: #6281B2;
  border: solid 2px #6281B2;
}

.balloon10:after {
  border-bottom: 20px solid #6281B2;
}

.balloon11 {
  color: #87AD20;
  border: solid 2px #87AD20;
}

.balloon11:after {
  border-bottom: 20px solid #87AD20;
}

@media screen and (max-width: 1024px) {
  #sec03 {
    margin: 0 auto 142px;
    width: 88%;
  }
}

@media screen and (max-width: 767px) {

  #sec03 {
    margin-bottom: 126px;
  }

  .sec03-01 {
    display: block;
    width: 90%;
  }

  .sec03-01>div:first-child {
    width: 100%;
    margin-top: 80px;
    margin-left: 0;
  }

  .sec03-01>div:first-child figure img:nth-child(2) {
    margin: 0 auto;
  }

  .sec03-01>div:last-child {
    width: 100%;
    margin-top: 80px;
  }

  .sec03-01>div:last-child figure img:nth-child(2) {
    margin: 0 auto;
  }

  .sec03-02 {
    width: 90%;
    margin: 80px auto 0;
  }

  .sec03-03 {
    width: 90%;
    margin: 0 auto;
  }

  .sec03-03>div:first-child {
    width: 100%;
    margin-top: 80px;
  }

  .sec03-03>div:last-child {
    width: 100%;
    margin-top: 80px;
  }
}

img {
  max-width: 100%;
}

.photo-list {
  padding: 150px 0;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.photo-list li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}

@media screen and (max-width: 768px) {
  .photo-list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .photo-list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .photo-list li:nth-child(3n) {
    margin-right: 0;
  }
}

/* アニメーション設定 */
.scr-target {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}

.scr-target.is-active-key {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
}