@charset "UTF-8";

.csr-action .csr-area-slide-wrapper li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.csr-action .lower-block-ttl {
  line-height: 1;
  padding: 0;
}

/* ===============================================
# vision-四ツ谷グループが考える健康
=============================================== */

.csr-action-vision {
  width: 100%;
  padding: 70px 3%;
}

.csr-action-vision__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  margin-top: 70px;
}

.csr-action-vision__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #c6c6c6;
  padding: 45px 70px;
}

.csr-action-vision__box img {
  height: 55px;
}

.csr-action-vision__title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.csr-action-vision__text {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 20px;
}

/* ===============================================
# 四ツ谷グループが目指す愛知県東三河地域の未来
=============================================== */

.csr-action-future {
  width: 100%;
  padding: 70px 3% 130px;
}

.csr-action-future__image {
  display: block;
  max-width: 1600px;
  width: 100%;
  height: auto;
  aspect-ratio: 1600/890;
  margin: -55px auto 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.csr-action-future__text {
  font-size: 16px;
  text-align: center;
  line-height: 1.625;
  margin-top: -40px;
}

.csr-action-future__text + .csr-action-future__text {
  margin-top: 30px;
}

/* ===============================================
# 地域の健康に貢献するための取り組み
=============================================== */

.csr-action-attempt {
  width: 100%;
  padding: 70px 3% 180px;
}

.csr-action-attempt__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0 0;
}

.csr-action-attempt__icon {
  width: 130px;
  height: 130px;
  background-color: #e8ebeb;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto;
}

.csr-action-attempt__icon img {
  display: block;
  width: 57px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.csr-action-attempt__icon img .u-tx-10 {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}

.csr-action-attempt__heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.csr-action-attempt__intro {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.csr-action-attempt__list {
  width: 100%;
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 30px;
}

.csr-action-attempt__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  padding: 30px 0;
  height: 100px;
}

.csr-action-attempt__item a img {
  margin-right: 15px;
}

.csr-action-attempt__item a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 5px;
  background-image: url(../../../assets/images/csr/action/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.csr-action-attempt__item a:hover::after {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.csr-action-attempt__list + .csr-action-attempt__icon {
  margin-top: 110px;
}

.csr-action-attempt__item .u-bb-none {
  border-bottom: none;
}

/* ===============================================
# 四ツ谷グループが掲げる中長期目標
=============================================== */

.csr-action-goal {
  margin-top: 130px;
  padding: 0px 3%;
}

.csr-action-goal__inner {
  padding-top: 100px;
  max-width: 1080px;
  margin: 0 auto;
}

.scr-action-goal__text {
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  margin-top: 40px;
}

.scr-action-goal__image01 {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1084/670;
  margin: 70px 0 125px;
}

.scr-action-goal__image02 {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 300/120;
  margin: 70px 0 125px;
}

/* ===============================================
# episode-archive
=============================================== */

.episode-head {
  border-bottom: 1px solid #DADADA;
}

.episode-list {
  width: 100%;
  max-width: 1170px;
  margin: 112px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 83px 20px;
  padding: 0 55px;
}

.episode-item {
  background-image: linear-gradient(to right, #000 3px, transparent 3px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 20px;
}

.episode-item-thumbnail-wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
}

.episode-item-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.episode-item-face {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  border-radius: 50%;
  border: 5px solid white;
}

.episode-item-profile {
  margin-top: 60px;
}

.episode-item-name {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
}

.episode-item-time {
  display: block;
  font-size: 14px;
  color: #969696;
  text-align: center;
}

.episode-item-title {
  font-size: 16px;
  padding: 24px 0;
}

/* ===============================================
# pagination
=============================================== */

.pagination-episode .page-numbers:not(.current):not(.next):not(.prev) {
  background-color: #F6F7F7;
}

/* ===============================================
# episode-post
=============================================== */

.episode-post {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.episode-post__inner {
  width: 100%;
  padding: 3%;
}

.episode-post__header {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.episode-post__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 3.2vw;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}

.episode-post-hart {
  position: absolute;
  top: 40px;
  right: 40px;
}

.episode-post-face {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 8px;
  border-radius: 50%;
}

.episode-post-title {
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
}

.episode-post-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 540/450;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ===============================================
# episode-post-content
=============================================== */

.episode-post-content {
  padding: 70px 0 100px;
}

.episode-post-content ul {
  width: 100%;
  height: auto;
  background-color: #F6F7F7;
  padding: 30px;
}

.episode-post-content ul li {
  font-size: 16px;
  color: #646464;
  font-weight: bold;
  list-style: none;
  text-indent: -0.7em;
  padding-left: 1em;
}

.episode-post-content ul li + li {
  margin-top: 8px;
}

.episode-post-content ul li::before {
  content: "● ";
  display: inline-block;
  vertical-align: middle;
  /*以下白丸つくる*/
  margin-right: 8px;
  font-size: 0.875em;
  color: #2D9968;
}

.episode-post-content h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #2D9968;
  padding-top: 50px;
  padding-bottom: 18px;
}

.episode-post-content p {
  font-size: 16px;
  line-height: 2.25;
  margin-top: 28px;
}

/* ===============================================
# sns-share
=============================================== */

.episode-post-share__container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sns__facebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  background-color: #415993;
  padding: 0 10px;
}

.sns__facebook img {
  display: block;
  width: 15px;
  height: 20px;
  margin-right: 8px;
}

.sns__twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  background-color: #0F1419;
  padding: 0 10px;
}

.sns__twitter img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.sns__hatena {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  background-color: #4EACD6;
  padding: 0 10px;
}

.sns__hatena img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.sns__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  background-color: #53B534;
  padding: 0 10px;
}

.sns__line img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.sns__pocket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  background-color: #E83E53;
  padding: 0 10px;
}

.sns__pocket img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.sns__text {
  display: block;
  font-size: 14px;
  color: white;
  font-weight: 600;
}

.episode-post-share {
  width: 100%;
  background-color: #f6f7f7;
  padding: 70px 0;
}

.episode-post-share__inner {
  width: 100%;
  max-width: 1080px;
  padding: 70px 40px 40px;
  background-color: white;
  position: relative;
  margin: 0 auto;
}

.episode-post-share__author {
  width: 400px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #2D9968;
  padding: 17px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.episode-post-share__author::before {
  content: "";
  display: inline-block;
  background: #2D9968;
  height: calc(tan(60deg) * 32px / 2);
  width: 44px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.episode-post-share__please {
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}

.episode-post-share__container {
  margin-top: 30px;
}

.episode-post-share__heart {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 10px auto 0;
}

.episode-post-share__heart .wpulike-robeen button.wp_ulike_btn:after,
.episode-post-share__heart .wpulike-robeen button.wp_ulike_btn {
  width: 20px;
  height: 20px;
}

.episode-post-share__heart .wpulike-robeen .count-box {
  font-size: 24px;
}

.episode-post-pagination-return a {
  background-color: #f6f7f7;
}

.episode-post-pagination-return a:hover {
  background-color: #2D9968;
  color: white;
}

/* ===============================================
# common
=============================================== */

.recruit__heading {
  text-align: center;
  line-height: 1;
}

.recruit__subHeading {
  font-size: 10px;
}

/* ===============================================
# 採用TOP
=============================================== */

.recruit-head-bg {
  width: 100%;
  height: 600px;
  position: relative;
}

.recruit-head-bg .recruit-head-bg__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-fv-ttl {
  width: 100%;
  max-width: 1244px;
  height: auto;
  aspect-ratio: 1244/250;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 40px;
}

.recruit-fv-ttl img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.recruit-txt {
  padding: 0 20px;
}

.recruit-message {
  margin-top: 80px;
}

.recruit-message__heading {
  font-size: 28px;
  text-align: center;
}

.recruit-message__text {
  font-size: 16px;
  margin-top: 35px;
  text-align: center;
  line-height: 2.25;
}

/* ===============================================
# 社員の声
=============================================== */

.recruit-voice {
  width: 100%;
  padding: 80px 40px 0;
  margin-top: 70px;
}

.recruit-voice__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
}

.recruit-voice__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px 20px;
  margin-top: 70px;
}

.recruit-voice__item {
  width: 100%;
  height: 350px;
  position: relative;
}

.recruit-voice__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-voice__item-profile {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recruit-voice__item-profile::after {
  content: "";
  display: inline-block;
  width: 21.6px;
  height: 4.425px;
  background-image: url(../../../assets/images/csr/action/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.recruit-voice__item:hover .recruit-voice__item-profile::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.recruit-voice__item-profile-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recruit-voice__item-role {
  font-size: 12px;
  font-weight: bold;
}

.recruit-voice__item-name {
  font-size: 18px;
}

/* ===============================================
# 行動規範
=============================================== */

.recruit-norm {
  width: 100%;
  padding: 80px 40px 0;
  margin-top: 70px;
}

.recruit-norm__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
}

.recruit-orderList {
  width: 100%;
  margin-top: 90px;
}

.recruit-orderList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #f6f7f7;
  padding: 10px 0;
}

.recruit-orderList__item + .recruit-orderList__item {
  margin-top: 20px;
}

.recruit-orderList__item-number {
  font-size: 28px;
  color: #2d9968;
  width: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recruit-orderList__item-number::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 83.33%;
  background-color: #c6c6c6;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.recruit-orderList__item-title {
  min-width: 300px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
}

.recruit-orderList__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recruit-orderList__item-text {
  font-size: 16px;
  line-height: 1.625;
  padding: 22px 0;
}

.link-btn--border {
  border: 1px solid #000;
}

.recruit-norm .link-btn {
  width: 300px;
  margin: 60px auto 0;
  font-size: 14px;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* ===============================================
# MYともいき
=============================================== */

.recruit-tomoiki {
  width: 100%;
  padding: 80px 40px 0;
  margin-top: 70px;
}

.recruit-tomoiki__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
}

.recruit-myTomoiki__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 60px;
}

.recruit-myTomoiki__item {
  border: 1px solid #c6c6c6;
  position: relative;
  background-color: #fff;
  padding: 23px 30px;
}

.recruit-myTomoiki__item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #f6f7f7;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}

.recruit-myTomoiki__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recruit-myTomoiki__category {
  color: white;
  font-weight: bold;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 4px;
}

.recruit-myTomoiki__category.gray {
  background-color: #aaaaaa;
}

.recruit-myTomoiki__category.purple {
  background-color: #925da3;
}

.recruit-myTomoiki__category.green {
  background-color: #2e9a68;
}

.recruit-myTomoiki__category.blue {
  background-color: #187fc5;
}

.recruit-myTomoiki__name {
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
}

.recruit-myTomoiki__time {
  display: inline-block;
  margin-left: auto;
  font-size: 14px;
  font-weight: bold;
  color: #969696;
}

.recruit-myTomoiki__text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.7142857143;
}

/* ===============================================
# 募集要項
=============================================== */

.recruit-requirements {
  width: 100%;
  padding: 80px 40px 0;
  margin-top: 70px;
}

.recruit-requirements__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
}

.recruit-requirements__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 0;
  margin-top: 90px;
}

.recruit-requirements__box {
  border: 1px solid #000;
  padding: 30px;
}

.recruit-requirements__heading {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.recruit-requirements__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 25px;
}

.recruit-requirements__list .recruit-requirements__item {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: #969696;
  padding: 17px 0;
}

/* ===============================================
# cta
=============================================== */

.cta {
  width: 100%;
  height: 600px;
  background-image: url(../../../assets/images/recruit/image-cta.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 120px 0 80px;
}

.cta__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}

.cta__heading {
  font-size: 28px;
  text-align: center;
}

.cta__text {
  font-size: 16px;
  line-height: 2.5;
  margin-top: 40px;
  text-align: center;
}

.cta .link-btn {
  margin: 60px auto 0;
}

.cta .link-btn--green {
  width: 300px;
  height: 60px;
  background-color: #2d9968;
  color: white;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.cta .link-btn--green::after {
  background-image: url(../../../assets/images/btn-arrow--white.png);
}

/* ===============================================
# キャリアプラン
=============================================== */

.career-head {
  border-bottom: 1px solid #c6c6c6;
}

.careerPlan-intro {
  padding: 60px 20px 100px;
}

.careerPlan-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.careerPlan-intro__img {
  display: block;
  width: 134px;
  height: 83px;
  -o-object-fit: contain;
     object-fit: contain;
}

.careerPlan-intro__heading {
  font-size: 28px;
  text-align: center;
  margin-top: 40px;
}

.careerPlan-intro__text {
  font-size: 16px;
  text-align: center;
  margin-top: 40px;
  line-height: 2.25;
}

/* ===============================================
# キャリアアップ支援の流れ
=============================================== */

.careerPlan-flow {
  padding: 60px 20px 100px;
}

.careerPlan-flow__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.careerPlan-figure {
  display: grid;
  grid-template-columns: 40.7% 18.6% 40.7%;
  grid-template-rows: repeat(8, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 60px;
}

.careerPlan-figure__item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #2d9968;
  position: relative;
  background-color: #fff;
  padding: 20px;
}

.careerPlan-figure__item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #f6f7f7;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}

.careerPlan-figure__heading {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #2d9968;
  text-align: center;
  border: 1px solid #2d9968;
  padding: 10px 0;
}

.careerPlan-figure__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.careerPlan-figure__content img {
  height: auto;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.careerPlan-figure__text {
  font-size: 14px;
  line-height: 1.7142857143;
  padding-left: 20px;
}

.careerPlan-figure__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  margin-left: auto;
  margin-top: 30px;
  padding-right: 8px;
}

.careerPlan-figure__link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 5px;
  background-image: url(../../../assets/images/btn-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.careerPlan-figure__link:hover::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.careerPlan-figure__item:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/4;
}

.careerPlan-figure__item:nth-of-type(2) {
  grid-column: 3/4;
  grid-row: 3/6;
}

.careerPlan-figure__item:nth-of-type(3) {
  grid-column: 1/2;
  grid-row: 4/7;
}

.careerPlan-figure__item:nth-of-type(4) {
  grid-column: 1/2;
  grid-row: 7/9;
}

.careerPlan-figure__item:nth-of-type(5) {
  grid-column: 3/4;
  grid-row: 7/9;
}

.careerPlan-figure__number {
  width: 70px;
  height: 70px;
  color: #2d9968;
  border: 1px solid #2d9968;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  margin: 0 auto 80px;
}

.careerPlan-figure__number::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 200%;
  background-color: #c2c2c2;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: -1;
}

.careerPlan-figure__number.green {
  color: white;
  background-color: #2d9968;
}

.careerPlan-figure__number:nth-of-type(6) {
  grid-column: 2/3;
  grid-row: 1/2;
}

.careerPlan-figure__number:nth-of-type(7) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.careerPlan-figure__number:nth-of-type(8) {
  grid-column: 2/3;
  grid-row: 3/4;
}

.careerPlan-figure__number:nth-of-type(9) {
  grid-column: 2/3;
  grid-row: 4/5;
}

.careerPlan-figure__number:nth-of-type(10) {
  grid-column: 2/3;
  grid-row: 5/6;
}

.careerPlan-figure__number:nth-of-type(11) {
  grid-column: 2/3;
  grid-row: 6/7;
}

.careerPlan-figure__number:nth-of-type(12) {
  grid-column: 2/3;
  grid-row: 7/8;
}

.careerPlan-figure__number:nth-of-type(6)::before,
.careerPlan-figure__number:nth-of-type(9)::before {
  content: "";
  display: inline-block;
  width: 150%;
  height: 1px;
  background-color: #2d9968;
  position: absolute;
  top: 50%;
  right: 100%;
  z-index: -1;
}

.careerPlan-figure__number:nth-of-type(8)::before {
  content: "";
  display: inline-block;
  width: 150%;
  height: 1px;
  background-color: #2d9968;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: -1;
}

.careerPlan-figure__number:nth-of-type(12)::before {
  content: "";
  display: inline-block;
  width: 300%;
  height: 1px;
  background-color: #2d9968;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.careerPlan-figure__number:nth-of-type(12)::after {
  display: none;
}

.careerPlan-note {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  font-size: 14px;
}

/* ===============================================
# 四ツ谷グループの取り組み
=============================================== */

.careerPlan-mission {
  width: 100%;
  padding: 80px 40px 0;
}

.careerPlan-mission__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.careerPlan-mission__inner ul {
  margin-top: 80px;
}

.careerPlan-mission-list {
  width: 100%;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f0f1f1;
  padding: 15px 0;
}

.careerPlan-mission-list + .careerPlan-mission-list {
  margin-top: 20px;
}

.careerPlan-mission-list__heading {
  font-size: 18px;
  font-weight: bold;
  min-width: 250px;
  padding-left: 30px;
  border-right: 1px solid #c0c0c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.careerPlan-mission-list__text {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ===============================================
# スライダー
=============================================== */

.careerPlan-gallery {
  width: 100%;
  padding: 48px 0;
  background-color: #f0f1f1;
  margin-top: 80px;
}

.careerPlan-gallery__inner {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  padding: 0 80px;
}

.careerPlan-gallery-swiper {
  width: 100%;
  min-height: 330px;
  position: relative;
}

.careerPlan-gallery-swiper .swiper-wrapper {
  width: 100%;
}

.careerPlan-gallery-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.careerPlan-gallery__inner .swiper-button-prev::after,
.careerPlan-gallery__inner .swiper-button-next::after {
  display: none;
}

.careerPlan-gallery__inner .swiper-button-prev {
  left: 30px;
}

.careerPlan-gallery__inner .swiper-button-next {
  right: 30px;
}

.careerPlan-gallery__inner .swiper-button-prev,
.careerPlan-gallery__inner .swiper-button-next {
  width: 30px;
  height: 30px;
}

.careerPlan-gallery__inner .swiper-button-prev img,
.careerPlan-gallery__inner .swiper-button-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.careerPlan-gallery__inner .swiper-button-next {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.careerPlan-gallery .swiper-area {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.careerPlan-gallery .slide-text {
  font-size: 14px;
  padding-top: 8px;
}

/* ===============================================
# 募集要項ページ
=============================================== */

.applicants-intro__inner {
  padding: 60px 20px 100px;
}

.applicants-intro__heading {
  font-size: 40px;
  text-align: center;
}

.applicants-intro__text {
  font-size: 16px;
  color: #646464;
  margin-top: 20px;
  text-align: center;
}

.applicantsList {
  width: 100%;
  padding: 0 40px;
}

.applicantsList__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  border-bottom: 1px solid #dadada;
}

.applicantsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dadada;
  padding: 35px 0 0;
}

.applicantsItem__heading {
  font-size: 18px;
  font-weight: bold;
  min-width: 205px;
}

.applicantsItem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

.applicantsItem__list::before {
  content: "●";
  display: inline-block;
  font-size: inherit;
  color: #2d9968;
  padding-right: 8px;
}

.applicantsItem__list + .applicantsItem__list {
  margin-top: 16px;
}

.applicantsItem__list-wrap {
  padding-bottom: 30px;
}

.applicantsItem__list-wrap + .applicantsItem__list-wrap {
  padding-top: 30px;
  border-top: 1px solid #dadada;
}

.applicantsItem__list-heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.applicantsItem__text {
  font-size: 16px;
  line-height: 1.5;
}

.applicantsItem__text + .applicantsItem__text {
  margin-top: 20px;
}

/* ===============================================
# エントリーはこちら
=============================================== */

.applicants-entry__btn.link-btn {
  max-width: 450px;
  width: 90%;
  height: 80px;
  color: white;
  background-color: #2d9968;
  margin: 130px auto 0;
  font-weight: bold;
  font-size: 18px;
}

.applicants-entry__btn.link-btn::after {
  background-image: url(../../../assets/images/btn-arrow--white.png);
}

.applicants-entry__text {
  max-width: 900px;
  width: 100%;
  margin: 130px auto 0;
  font-size: 16px;
  line-height: 1.5;
  padding: 25px 0;
  background-color: #dadada;
  text-align: center;
}

/* ===============================================
# voice - 社員の声
=============================================== */

.voice-intro {
  padding: 80px 40px;
}

.voice-intro__text {
  font-size: 16px;
  line-height: 2.25;
  text-align: center;
}

.voice-list {
  background-color: #eff0f0;
  padding: 110px 0;
}

.voice-list__inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.voice-sidebar {
  width: 32px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.voice-sidebar a {
  display: block;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  background-color: #fff;
  border: 1px solid #2d9968;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-family: "Arial", sans-serif;
}

.voice-sidebar a.is-active {
  color: #fff;
  background-color: #2d9968;
}

.voice-sidebar a + a {
  margin-top: 32px;
}

.voiceItem-wrapper {
  width: 100%;
  padding-left: 70px;
}

.voiceItem {
  width: 100%;
}

.voiceItem + .voiceItem {
  margin-top: 80px;
}

.voiceItem__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.voiceItem__image {
  width: 59.18%;
  position: relative;
  border-top-left-radius: 30px;
}

.voiceItem__image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 30px;
  height: 100%;
}

.voiceItem__number {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 50px;
  font-family: "Arial", sans-serif;
  color: #2d9968;
  border-bottom: 5px solid #2d9968;
  line-height: 1.2;
  padding: 0 8px;
}

.voiceItem__profile {
  width: 40.82%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2d9968;
  border-top-right-radius: 30px;
  color: white;
  padding: 10px 30px 10px 25px;
}

.voiceItem__name {
  font-size: 26px;
}

.voiceItem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.voiceItem__list + .voiceItem__list {
  margin-top: 5px;
}

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

.voiceItem__list.u-mb-20 {
  margin-bottom: 20px;
}

.voiceItem__list.u-pt-20 {
  padding-top: 20px;
}

.voiceItem__list:last-child {
  border-top: 1px solid white;
}

.voiceItem__term {
  min-width: 80px;
  font-size: 16px;
  font-weight: bold;
}

.voiceItem__content {
  padding: 50px;
  background-color: #fff;
}

.voiceItem__content + .voiceItem__content {
  border-top: 1px solid #bfbfbf;
}

.voiceItem__heading {
  font-size: 16px;
  color: #2d9968;
  border: 1px solid #2d9968;
  padding: 8px 16px;
  font-weight: bold;
}

.voiceItem__text {
  font-size: 16px;
  line-height: 1.7142857143;
  margin-top: 20px;
}

html {
  scroll-padding-top: 100px;
}

/* ===============================================
# エントリーフォーム
=============================================== */

.form.entry-form {
  margin: 80px auto 160px;
}

.form.entry-form .form-required {
  margin-left: 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 4px 8px;
}

.form.entry-form .form-label-txt {
  font-weight: bold;
}

.form.entry-form .form-btn-wrap {
  padding-left: 0;
  margin: 80px auto 0;
}

.form.entry-form .form-submit-btn {
  background-color: #2d9968;
  color: white;
  border: none;
  width: 450px;
  height: 80px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.form.entry-form .wpcf7-spinner {
  display: none;
}

.form.entry-form .wpcf7-form-control-wrap input {
  color: black;
}

.form.entry-form {
  /* セレクトボックスの矢印デザイン変更 */
}

.form.entry-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* デフォルトの矢印を非表示 */
  padding: 8px 8px;
}

.form.entry-form input {
  padding: 8px 8px;
}

.form.entry-form select {
  background-image: url(../../../assets/images/recruit/arrow-select.svg);
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.wpulike {
  padding: 0;
}

.wpulike-heart .wp_ulike_general_class {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.wpulike-heart .wp_ulike_put_image:after {
  width: 18px;
  height: 18px;
}

.wpulike-robeen button.wp_ulike_btn:after {
  background: url(../img/heart.svg) no-repeat;
  width: 14px;
  height: 14px;
  background-position: initial !important;
}

.wpulike-robeen .count-box {
  padding: 0 0 0 10px;
}

.wpulike-robeen button.wp_ulike_btn {
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 1024px) {
  .csr-action-vision__box {
    padding: 30px;
  }

  .csr-action-future__image {
    margin: 0 auto;
  }

  .csr-action .lower-block-ttl.csr-action-future__ttl {
    font-size: 20px;
    line-height: 1.2;
  }

  .csr-action-attempt {
    padding: 70px 3% 100px;
  }

  .csr-action-attempt__list {
    grid-template-columns: 1fr 1fr;
    gap: 0 15px;
  }

  .csr-action-attempt__item:nth-of-type(3) a {
    border-bottom: none;
  }

  .csr-action-attempt__list + .csr-action-attempt__icon {
    margin-top: 80px;
  }

  .csr-action-goal {
    margin-top: 80px;
  }

  .csr-action-goal__inner {
    padding-top: 80px;
  }

  .scr-action-goal__image01 {
    margin: 70px 0;
  }

  .scr-action-goal__image02 {
    margin: 70px 0;
  }

  .episode-list {
    grid-template-columns: 1fr 1fr;
    margin: 80px auto 0;
    gap: 40px 20px;
    padding: 0 20px;
  }

  .episode-post__intro {
    padding: 0 3.2vw;
  }

  .episode-post-title {
    font-size: 18px;
  }

  .episode-post-content {
    padding: 35px 0 50px;
  }

  .episode-post-content ul {
    padding: 15px;
  }

  .recruit-voice__list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .recruit-requirements__list {
    grid-template-columns: 1fr 1fr;
  }

  .recruit-requirements__box {
    padding: 20px;
  }

  .careerPlan-figure {
    grid-template-columns: 42% 16% 42%;
  }

  .careerPlan-figure__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .careerPlan-figure__content img {
    width: 100%;
    height: 200px;
  }

  .careerPlan-figure__text {
    padding-left: 0;
    padding-top: 20px;
  }
}

@media screen and (max-width: 950px) {
  .csr-action-future__text {
    font-size: 14px;
    margin-top: 0;
    text-align: left;
  }

  .csr-action-future {
    padding: 70px 3%;
  }
}

@media screen and (max-width: 920px) {
  .careerPlan-figure__number::after {
    height: 255%;
  }
}

@media screen and (max-width: 768px) {
  .csr-action-vision__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .episode-post__header {
    grid-template-columns: 1fr;
  }

  .episode-post__intro {
    border: none;
    padding-right: 0;
    padding-left: 0;
  }

  .episode-post-title {
    padding-bottom: 20px;
  }

  .episode-post-share__inner {
    padding: 40px 20px 30px;
  }

  .recruit-head-bg {
    height: 500px;
  }

  .recruit-fv-ttl {
    padding: 0 20px;
  }

  .recruit-voice {
    margin-top: 0;
    padding: 80px 20px 0;
  }

  .recruit-voice__list {
    gap: 40px 20px;
  }

  .recruit-norm {
    margin-top: 0;
    padding: 80px 20px 0;
  }

  .recruit-norm__list {
    gap: 40px 20px;
  }

  .recruit-orderList {
    margin-top: 40px;
  }

  .recruit-tomoiki {
    margin-top: 0;
    padding: 80px 20px 0;
  }

  .recruit-tomoiki__list {
    gap: 40px 20px;
  }

  .recruit-requirements {
    margin-top: 0;
    padding: 80px 20px 0;
  }

  .cta {
    margin: 80px 0 60px;
    height: 500px;
  }

  .cta .link-btn {
    margin: 60px auto 0;
  }

  .careerPlan-flow {
    padding: 60px 10px 100px;
  }

  .careerPlan-figure__number {
    width: 80%;
    height: auto;
    aspect-ratio: 1/1;
    font-size: 12px;
  }

  .careerPlan-figure__number::after {
    width: 5px;
  }

  .careerPlan-figure__content {
    margin-top: 10px;
  }

  .careerPlan-figure__item {
    padding: 10px;
  }

  .careerPlan-mission-list__text {
    padding: 0 20px;
  }

  .voice-intro {
    padding: 60px 20px;
  }

  .voice-intro__text {
    text-align: left;
  }

  .voice-list {
    padding: 60px 0;
  }

  .voiceItem-wrapper {
    padding-left: 30px;
  }

  .voice-list__inner {
    padding: 0 30px;
  }

  .voiceItem + .voiceItem {
    margin-top: 60px;
  }

  .voiceItem__image,
  .voiceItem__profile {
    width: 50%;
  }

  .voiceItem__number {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 32px;
    border-bottom: 2px solid #2d9968;
    line-height: 1.2;
    padding: 0 4px;
  }

  .voiceItem__content {
    padding: 30px;
  }

  .voiceItem__image img {
    border-top-left-radius: 20px;
  }

  .voiceItem__profile {
    border-top-right-radius: 20px;
  }

  .voiceItem__list.u-mt-60 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  .careerPlan-flow {
    padding: 60px 20px;
  }

  .careerPlan-figure {
    display: block;
  }

  .careerPlan-figure__number {
    display: none;
  }

  .careerPlan-figure__item + .careerPlan-figure__item {
    margin-top: 20px;
  }

  .careerPlan-figure__item {
    padding: 20px;
  }
}

@media screen and (max-width: 700px) {
  .recruit-myTomoiki__list {
    grid-template-columns: 1fr;
  }

  .recruit-requirements__wrap {
    margin-top: 60px;
  }

  .careerPlan-mission-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .careerPlan-mission-list__heading {
    padding-left: 0;
    padding-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid #c0c0c0;
  }

  .careerPlan-mission-list__text {
    padding: 10px 0 0 0;
  }

  .careerPlan-mission-list {
    padding: 15px;
  }

  .careerPlan-mission__inner ul {
    margin-top: 60px;
  }

  .careerPlan-mission {
    padding: 60px 20px 0;
  }
}

@media screen and (max-width: 670px) {
  .voice-intro {
    padding: 40px 20px;
  }

  .voice-sidebar {
    display: none;
  }

  .voiceItem-wrapper {
    padding-left: 0;
  }

  .voiceItem__content {
    padding: 2cqb;
  }

  .voiceItem__list.u-mt-60 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .recruit-orderList__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .recruit-orderList__item-number {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .recruit-orderList__item-number::after {
    width: 100%;
    height: 1px;
    top: initial;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .recruit-orderList__item-title {
    min-width: initial;
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }

  .recruit-orderList__item-text {
    padding: 20px;
  }

  .recruit-norm .link-btn {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .recruit-voice__list {
    grid-template-columns: 1fr 1fr;
    gap: 20px 15px;
  }

  .careerPlan-gallery__inner .swiper-button-prev,
  .careerPlan-gallery__inner .swiper-button-next {
    width: 25px;
    height: 25px;
  }

  .careerPlan-gallery-swiper {
    min-height: initial;
  }

  .careerPlan-gallery__inner {
    padding: 0 30px;
  }

  .applicantsList {
    padding: 0 20px;
  }

  .applicantsItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .applicantsItem__heading {
    margin-bottom: 16px;
  }

  .applicants-intro__inner {
    padding: 40px 20px 60px;
  }

  .applicants-entry__btn.link-btn,
  .applicants-entry__text {
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 545px) {
  .csr-action-attempt__list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .csr-action-attempt__item:nth-of-type(1) a,
  .csr-action-attempt__item:nth-of-type(4) a {
    border-bottom: none;
  }

  .csr-action-attempt__list + .csr-action-attempt__icon {
    margin-top: 40px;
  }

  .csr-action-goal {
    margin-top: 40px;
  }

  .csr-action-goal__inner {
    padding-top: 40px;
  }

  .scr-action-goal__image01 {
    margin: 40px 0;
  }

  .scr-action-goal__image02 {
    margin: 40px 0 70px;
  }

  .episode-list {
    grid-template-columns: 1fr;
  }

  .episode-item-thumbnail-wrap {
    height: auto;
    aspect-ratio: 1/1;
  }

  .episode-post-share__author {
    width: 80%;
  }

  .recruit-head-bg {
    height: 300px;
  }

  .recruit-message__heading {
    font-size: 22px;
  }

  .recruit-message {
    padding: 0 15px;
  }

  .recruit-message__text {
    text-align: left;
  }

  .recruit-voice__list {
    grid-template-columns: 1fr;
  }

  .recruit-voice__item {
    height: 400px;
  }

  .recruit-myTomoiki__item {
    padding: 20px;
  }

  .recruit-requirements__list {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .recruit-requirements__heading {
    font-size: 18px;
  }

  .recruit-requirements__list .recruit-requirements__item {
    font-size: 16px;
    padding: 15px 0;
  }

  .cta__heading {
    font-size: 18px;
  }

  .cta__text {
    text-align: left;
    margin-top: 30px;
    font-size: 14px;
  }

  .cta .link-btn {
    margin: 30px auto 0;
  }

  .cta .link-btn--green {
    width: 100%;
  }

  .voice-list {
    padding: 40px 0;
  }

  .voice-list__inner {
    padding: 0 20px;
  }

  .voiceItem__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .voiceItem__image,
  .voiceItem__profile {
    width: 100%;
  }

  .voiceItem__image img {
    border-top-left-radius: 24px;
    border-top-right-radius: 25px;
  }

  .voiceItem__profile {
    border-top-right-radius: 0;
  }

  .voiceItem__profile {
    padding: 10px 20px 20px 20px;
  }

  .voiceItem__text {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=style.css.map */