@charset "UTF-8";

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

メインビジュアル

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

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

.h2-solidcolor-ttl h2 {
  color: #000;
  font-size: 34px;
}

.posi-rel {
  position: relative;
}


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

  .h2-solidcolor-ttl h2 {
    font-size: 28px;
  }
}


.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: 74px;
  padding-bottom: 100px;
  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: 70px;
    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;
}

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

welfare-01

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

.welfare-01 {
  width: 80%;
  max-width: 1000px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.mt-80 {
  margin-top: 80px;
}

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

  .mt-60 {
    margin-top: 60px;
  }
}

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

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

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

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

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

.welfare-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 .welfare-01__ttl:before {
  background-color: #87AD20;
  /*下線の色*/
}

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

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

#sec05 .welfare-01__ttl:before {
  background-color: #EA7639;
  /*下線の色*/
}

.welfare-01__ttl__icon {
  margin: 0 auto;
  padding-bottom: 18px;
}

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



/** 矢印用スタイル */
.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%;
    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: 126px;
  max-width: 600px;
  margin: 0 auto;
}

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

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

@media screen and (max-width: 767px) {
  .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;
}

.education_sec01 {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.education_sec02 {
  max-width: 1000px;
  margin: 0 auto 121px;
  position: relative;
}

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

  .education_sec01,
  .education_sec02 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .education_sec01 {
    width: 92%;
    margin-top: 133px;
    margin-left: 3%;
  }

  .education_sec02 {
    width: 92%;
    margin-left: 3%;
  }
}

.years_circle {
  position: relative;
  display: inline-block;
  width: 116px;
  height: 116px;
  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;
}

.years_flag {
  position: relative;
  display: inline-block;
  width: 151px;
  height: 52px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #fff;
  background-color: #EA7639;
}

@media screen and (max-width: 1024px) {
  .years_flag {
    margin-left: -49px;
  }
}

@media screen and (max-width: 767px) {
  .years_flag {
    margin-left: -27px;
  }
}

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

.pb-15 {
  padding-bottom: 15px;
}

.training_contents>p:first-child {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  padding-bottom: 18px;
}

.txt-style {
  font-size: 16px !important;
  font-weight: normal !important;
  color: #444444 !important;
  padding-bottom: 0 !important;
}

.training_contents li {
  font-size: 16px;
  list-style-type: disc;
  margin-left: 20px;
  line-height: 2;
}

.training_contents h4 {
  font-weight: bold;
  color: #000;
}

.training_contents_grid {
  width: 51%;
}

.w-70 {
  width: 70%;
}

.mt-50 {
  margin-top: 50px;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-220 {
  padding-top: 220px !important;
}

.pt-18 {
  padding-top: 18px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-176 {
  padding-bottom: 176px;
}

.jc-fs {
  justify-content: flex-start;
}

.ws-nw {
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .ws-nw {
    white-space: normal;
  }
}

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

.lh-125 {
  line-height: 1.25;
}

.lh-200 {
  line-height: 2;
}

.figure-01 {
  width: 37%;
  font-size: 14px;
}

.figure-02 {
  max-width: 340px;
  margin-left: 24px;
  font-size: 14px;
}

.figure-03 {
  max-width: 340px;
  margin-left: 17px;
  font-size: 14px;
}

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

  .training_contents01 {
    padding: 30px 0 54px;
  }

  .ws-nw {
    white-space: normal;
  }

  .pb-176 {
    padding-bottom: 0;
  }

  .training_contents_grid {
    width: 100%;
  }

  .figure-01 {
    width: 100%;
    margin-top: 18px;
  }

  .figure-02,
  .figure-03 {
    margin-left: 0;
  }
}

.training_voice {
  background-color: #EDF3DD;
  padding: 44px;
}

@media screen and (max-width: 767px) {
  .training_voice {
    padding: 25px;
  }
}

.training_voice>p:first-child {
  color: #87AD20;
  font-weight: bold;
  border-bottom: 1px dashed #87AD20;
  padding-bottom: 5px;
  font-size: 16px;
}

.training_voice_contents {
  padding-top: 27px;
}

.training_voice_contents+.training_voice_contents {
  padding-top: 17px;
}

.training_voice_text {
  width: 85%;
  padding-top: 7px;
}

.training_voice_text p:first-child {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.training_voice_text p:nth-child(2) {
  font-size: 14px;
}

.training_voice-icon {
  width: 70px;
  height: 70px;
  margin-top: 15px;
}

.balloon {
  position: relative;
  background-color: #FDF1EB;
  padding: 50px 25px 20px;
  margin: -10px 35px;
  border-radius: 60px;
}

.balloon::before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-right: 25px solid #FDF1EB;
  top: 40%;
  left: -30px;
}

.balloon p {
  margin: 0;
  padding: 0;
  color: #EA7639;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.point01 span {
  font-size: 16px;
  vertical-align: super;
}

.point01_txt {
  width: 73%;
  padding-top: 125px;
  margin-left: 60px;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .point01_txt {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .point01_txt {
    width: 80%;
    padding-top: 35px;
    margin-left: 30px;
    font-size: 16px;
  }
}

.point01_txt span {
  color: #E06D6D;
}

.point01 p::before {
  position: absolute;
  content: url(../../images/education/education_img_point_01.svg);
  bottom: 30px;
}

.point02 p::before {
  position: absolute;
  content: url(../../images/education/education_img_point_02.svg);
  bottom: 30px;
}

.point03 p::before {
  position: absolute;
  content: url(../../images/education/education_img_point_03.svg);
  bottom: 30px;
}

.training_box {
  width: 94%;
  margin-left: auto;
  border-left: 4px solid #F9D5C3;
  padding-left: 45px;
}

.training_box02 {
  width: 94%;
  margin-left: auto;
  border-left: 4px dashed #F9D5C3;
  padding-left: 10px;
}

.training_balloon {
  padding: 60px 0;
}

.balloon01 {
  position: absolute;
  left: 5px;
}

.balloon02 {
  position: absolute;
  left: 5px;
}

.training_name {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
}

.training_name::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #EA7639;
  /*背景色*/
  background: #EA7639;
  left: -59px;
  border: 5px solid #fff;
}

.training_name01-1 {
  padding-top: 80px;
}

.training_name02 {
  padding-top: 220px;
}

.training_name01-1::before {
  top: 81%;
}

.training_name01::before {
  top: 81%;
}

.training_name02::before {
  top: 81%;
}

.training_name03::before {
  top: 55%;
}

.training_name04::before {
  top: 55%;
}

.training_name05::before {
  top: 55%;
}

.training_name06::before {
  top: 55%;
}

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

  .training_name01-1,
  .training_name02 {
    padding-top: 50px;
  }
}

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

  .training_voice_contents {
    flex-wrap: nowrap;
  }

  .training_voice_contents img {
    width: 14vw;
    height: 14vw;
    margin-top: 15px;
  }

  .training_voice_text {
    width: 80%;
    padding-left: 10px;
  }

  .training_voice_text p:first-child {
    font-size: 16px;
  }

  .balloon {
    width: 87%;
    border-radius: 10px;
    padding: 50px 18px 18px;
  }

  .balloon p {
    font-size: 18px;
  }

  .training_box02 {
    padding-left: 0;
  }

  .point01 {
    margin-left: 10px;
    width: 92%;
  }

  .point02 {
    margin-left: 10px;
    width: 92%;
  }

  .point01 p::before {
    bottom: 86px;
  }

  .point02 p::before {
    bottom: 86px;
  }

  .point03 p::before {
    bottom: 86px;
  }

  .training_box {
    padding-bottom: 97px;
    padding-left: 23px;
  }

  .training_balloon {
    padding: 18px 0 0;
  }

  .training_name {
    padding-bottom: 15px;
    font-size: 26px;
    line-height: 39px;
  }

  .training_name01-1 {
    padding-top: 63px;
    padding-bottom: 30px;
  }

  .training_name01 {
    padding-top: 63px;
  }

  .training_name01-1::before {
    top: 55%;
    left: -37px;
  }

  .training_name01::before {
    top: 46%;
    left: -37px;
  }

  .training_name02::before {
    top: 60%;
    left: -37px;
  }

  .training_name03::before {
    top: 60%;
    left: -37px;
  }

  .training_name04::before {
    top: 60%;
    left: -37px;
  }

  .training_name05::before {
    top: 60%;
    left: -37px;
  }

  .training_name06::before {
    top: 46%;
    left: -37px;
  }
}


@media screen and (max-width: 1023px) {
  .point03 p::before {
    bottom: 60px;
  }
}

@media screen and (max-width: 996px) {
  .point03 p::before {
    bottom: 60px;
  }
}

@media screen and (max-width: 915px) {
  .point01 p::before {
    bottom: 60px;
  }
}

@media screen and (max-width: 896px) {
  .point01 p::before {
    bottom: 60px;
  }
}


@media screen and (max-width: 848px) {
  .point02 p::before {
    bottom: 60px;
  }
}

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

  .point01 p::before,
  .point02 p::before {
    bottom: 30px;
  }

  .point03 p::before {
    bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .point01 p::before {
    bottom: 60px;
  }
}

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

  .point01 p::before,
  .point03 p::before {
    bottom: 60px;
  }

  .point02 p::before {
    bottom: 35px;
  }
}

@media screen and (max-width: 697px) {
  .point02 p::before {
    bottom: 55px;
  }
}

@media screen and (max-width: 429px) {
  .point01 p::before {
    bottom: 88px;
  }
}

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

  .point01 p::before,
  .point03 p::before {
    bottom: 80px;
  }

  .point02 p::before {
    bottom: 60px;
  }
}

@media screen and (max-width: 390px) {
  .point02 p::before {
    bottom: 80px;
  }
}

@media screen and (max-width: 316px) {
  .point01 p::before {
    bottom: 110px;
  }
}

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

  .point01 p::before,
  .point03 p::before {
    bottom: 106px;
  }

  .point02 p::before {
    bottom: 85px;
  }
}

@media screen and (max-width: 292px) {
  .point02 p::before {
    bottom: 106px;
  }
}