@charset "UTF-8";

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

メインビジュアル

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

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

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

コンテンツ

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

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

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

@media screen and (max-width: 767px) {
  .lead-txt {
    width: 90%;
    padding-top: 100px;
    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%;
    /* 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: 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;
  }
}

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

welfare-01

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

.welfare01__wrap {
  background-color: #fbe9e9;
  max-width: 1000px;
  margin: 65px auto 0;
  padding: 70px 85px;
}

.welfare01__wrap td {
  line-height: 32px;
}

.table-layout-welfare01 {
  width: 100%;
}

.table-layout-welfare01 tr {
  border-bottom: 1px dashed #e06d6d;
}

.table-layout-welfare01 tr:last-child {
  border-bottom: none;
}

.table-layout-welfare01 tr th,
.table-layout-welfare01 tr td {
  margin-top: 10px;
}

.table-layout-welfare01 tr th {
  color: #000;
  width: 26%;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  padding-right: 6%;
}

.table-layout-welfare01 tbody tr:first-child td {
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 26px;
  color: #444444;
}

.table-layout-welfare01 tr td {
  font-size: 16px;
  padding: 26px 0;
  color: #444444;
}

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

  .table-layout-welfare01 tr th,
  .table-layout-welfare01 tr td {
    margin-top: 0;
  }

  .table-layout-welfare01 tr th {
    display: block;
    width: 100%;
  }

  .table-layout-welfare01 tr:nth-child(2) th {
    margin-top: 22px;
  }

  .table-layout-welfare01 tr:last-child th {
    margin-top: 22px;
  }

  .table-layout-welfare01 tbody tr:first-child td {
    padding: 10px 0 22px;
  }

  .table-layout-welfare01 tr td {
    display: block;
    padding: 10px 0 22px;
    font-size: 16px;
    line-height: 32px;
  }
}

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

sec02

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

.welfare02__wrap {
  background-color: #edf3dd;
  max-width: 1000px;
  margin: 65px auto 0;
  padding: 70px 85px;
}

.welfare02__wrap td {
  line-height: 32px;
}

.table-layout-welfare02 {
  width: 100%;
}

.table-layout-welfare02 tr {
  border-bottom: 1px dashed #87ad20;
}

.table-layout-welfare02 tr:last-child {
  border-bottom: none;
}

.table-layout-welfare02 tr th,
.table-layout-welfare02 tr td {
  margin-top: 10px;
}

.table-layout-welfare02 tbody tr:first-child td {
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 26px;
  color: #444444;
}

.table-layout-welfare02 tr th {
  color: #000;
  width: 27%;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  padding-right: 6%;
}

.table-layout-welfare02 tr td {
  font-size: 16px;
  padding: 26px 0;
  color: #444444;
}

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

  .table-layout-welfare02 tr th,
  .table-layout-welfare02 tr td {
    margin-top: 0;
  }

  .table-layout-welfare02 tr th {
    display: block;
    width: 100%;
  }

  .table-layout-welfare02 tr:nth-child(2) th {
    margin-top: 22px;
  }

  .table-layout-welfare02 tr:last-child th {
    margin-top: 22px;
  }

  .table-layout-welfare02 tbody tr:first-child td {
    padding: 10px 0 22px;
  }

  .table-layout-welfare02 tr td {
    display: block;
    padding: 10px 0 22px;
    font-size: 16px;
    line-height: 32px;
  }
}

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

sec03

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

.welfare03__wrap {
  background-color: #fcf5db;
  max-width: 1000px;
  margin: 65px auto 0;
  padding: 70px 85px;
}

.welfare03__wrap td {
  line-height: 32px;
}

.table-layout-welfare03 {
  width: 100%;
}

.table-layout-welfare03 tr {
  border-bottom: 1px dashed #ebb912;
}

.table-layout-welfare03 tr:last-child {
  border-bottom: none;
}

.table-layout-welfare03 tr th,
.table-layout-welfare03 tr td {
  margin-top: 10px;
}

.table-layout-welfare03 tr th {
  color: #000;
  width: 27%;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  padding-right: 6%;
}

.table-layout-welfare03 tbody tr:first-child td {
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 26px;
  color: #444444;
}

.table-layout-welfare03 tr td {
  font-size: 16px;
  padding: 26px 0;
  color: #444444;
}

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

  .table-layout-welfare03 tr th,
  .table-layout-welfare03 tr td {
    margin-top: 0;
  }

  .table-layout-welfare03 tr th {
    display: block;
    width: 100%;
  }

  .table-layout-welfare03 tr:nth-child(2) th {
    margin-top: 22px;
  }

  .table-layout-welfare03 tr:last-child th {
    margin-top: 22px;
  }

  .table-layout-welfare03 tbody tr:first-child td {
    padding: 10px 0 22px;
  }

  .table-layout-welfare03 tr td {
    display: block;
    padding: 10px 0 22px;
    font-size: 16px;
    line-height: 32px;
  }
}

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

sec04

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

.welfare04__wrap {
  background-color: #ece9f4;
  max-width: 1000px;
  margin: 65px auto 0;
  padding: 70px 85px;
}

.welfare04__wrap td {
  line-height: 32px;
}

.table-layout-welfare04 {
  width: 100%;
}

.table-layout-welfare04 tr {
  border-bottom: 1px dashed #826eb5;
}

.table-layout-welfare04 tr:last-child {
  border-bottom: none;
}

.table-layout-welfare04 tr th,
.table-layout-welfare04 tr td {
  margin-top: 10px;
}

.table-layout-welfare04 tr th {
  color: #000;
  width: 27%;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  padding-right: 6%;
}

.table-layout-welfare04 tbody tr:first-child td {
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 26px;
  color: #444444;
}

.table-layout-welfare04 tr td {
  font-size: 16px;
  padding: 26px 0;
  color: #444444;
}

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

  .table-layout-welfare04 tr th,
  .table-layout-welfare04 tr td {
    margin-top: 0;
  }

  .table-layout-welfare04 tr th {
    display: block;
    width: 100%;
  }

  .table-layout-welfare04 tr:nth-child(2) th,
  .table-layout-welfare04 tr:nth-child(3) th,
  .table-layout-welfare04 tr:nth-child(4) th {
    margin-top: 22px;
  }

  .table-layout-welfare04 tr:last-child th {
    margin-top: 22px;
  }

  .table-layout-welfare04 tbody tr:first-child td {
    padding: 10px 0 22px;
  }

  .table-layout-welfare04 tr td {
    display: block;
    padding: 10px 0 22px;
    font-size: 16px;
    line-height: 32px;
  }
}

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

sec05

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

.welfare05__wrap {
  background-color: #fdf1eb;
  max-width: 1000px;
  margin: 65px auto 0;
  padding: 70px 85px;
}

.welfare05__wrap td {
  line-height: 32px;
}

.table-layout-welfare05 {
  width: 100%;
}

.table-layout-welfare05 tr {
  border-bottom: 1px dashed #ea7639;
}

.table-layout-welfare05 tr:last-child {
  border-bottom: none;
}

.table-layout-welfare05 tr th,
.table-layout-welfare05 tr td {
  margin-top: 10px;
}

.table-layout-welfare05 tr th {
  color: #000;
  width: 27%;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  padding-right: 6%;
}

.table-layout-welfare05 tbody tr:first-child td {
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 26px;
  color: #444444;
}

.table-layout-welfare05 tr td {
  font-size: 16px;
  padding: 26px 0;
  color: #444444;
}

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

  .table-layout-welfare05 tr th,
  .table-layout-welfare05 tr td {
    margin-top: 0;
  }

  .table-layout-welfare05 tr th {
    display: block;
    width: 100%;
  }

  .table-layout-welfare05 tr:nth-child(2) th {
    margin-top: 22px;
  }

  .table-layout-welfare05 tr:last-child th {
    margin-top: 22px;
  }

  .table-layout-welfare05 tbody tr:first-child td {
    padding: 10px 0 22px;
  }

  .table-layout-welfare05 tr td {
    display: block;
    padding: 10px 0 22px;
    font-size: 16px;
    line-height: 32px;
  }
}

.welfare_mb {
  margin-bottom: 183px;
}

@media screen and (max-width: 767px) {
  .welfare_mb {
    margin-bottom: 100px;
  }
}
