*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 10px;
  /*font-size: 10px;*/
}

html,
body {
  /* color: #7a7573; */
  color: #403d3c;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 400;
  font-family:
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "MS Pゴシック", "MS PGothic", sans-serif;
}
a:hover img {
}

a,
a:hover {
}
a:hover {
}
a:hover.disable {
  opacity: 1 !important;
}
.imgCenter {
  margin: auto;
  display: block;
}

.sp_only {
  display: none;
}

.pc_only {
  display: inherit;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.di-fl {
  display: flex;
  flex-wrap: wrap;
}

section {
  margin: 10rem 0;
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.murecho {
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.murecho-bold {
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.asap-condensed {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.main-visual {
  position: relative;
}

.main-visual-img {
  position: relative;
}

.main-visual-img::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.main-visual-img {
  width: 100%;
  min-height: 720px;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
.main-visual-img  {
  min-height : unset !important;
  height: 720px !important;
}
}
header {
  position: fixed;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
}

header.fixed {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
header h1 {
  width: 242px;
  margin-left: 1rem;
}

header > div {
  width: 189px;
}

.main-visual-text {
  width: 540px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 43%;
}

.main-visual-text-catch {
  margin-bottom: 3rem;
}

.main-visual-text-text {
  width: 370px;
  margin: auto;
}

.message-area {
  position: relative;
  margin-top: -8rem;
}
.message-cont h2 {
  font-size: 3.4rem;
  letter-spacing: 0px;
  margin-bottom: 3rem;
  color: #000000;
}
.message-catch {
  font-size: 3.5rem;
  margin-bottom: 3rem;
  color: #332928;
}
.message-text {
  font-size: 1.6rem;
  line-height: 3;
  color: #251e1c;
}
.message-cont {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 32rem;
  width: 600px;
  height: 350px;
  height: 350px;
}

.why-area {
  padding: 0rem 0;
  position: relative;
}

.why-area .why-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.why-area .main-ttl {
  width: 82%;
  margin: auto;
}

.why-area .main-ttl > p:nth-child(2) {
  font-size: 2.3rem;
  text-align: center;
  margin: 4rem auto;
  font-weight: bold;
}

.why-area > div:nth-child(2) > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15rem 3rem;
  width: 1000px;
  margin: auto;
  margin-top: 14rem;
}

.why-area ul li {
  padding: 4rem;
  background: #fffef7;
  border-radius: 10px;
  position: relative;
  gap: 10rem 3rem;
}

.why-area ul li.answer02,
.why-area ul li.answer03 {
  width: 48%;
}

.why-area ul li .why-answer {
  width: 200px;
  position: absolute;
  left: 20px;
  top: -30px;
}

.why-area ul li .why-answer > span:nth-child(2) {
  position: absolute;
  font-size: 1.9rem;
  color: #fff;
  left: 50%;
  top: 50%;
  width: 65%;
  transform: translateX(-50%) translateY(-50%);
}
.why-area ul li .why-answer > span:nth-child(2) span{
  font-style: italic;
}
.why-area ul li .why-cont {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 3rem;
  align-items: center;
}
.why-area ul li h3 {
  font-size: 3rem;
  margin: 2rem 0;
}

.why-area ul li .why-img {
  position: absolute;
}
.why-area ul li.answer01 .why-cont .why-text img:nth-child(1) {
  width: 260px;
}
.why-area ul li.answer01 .why-cont .why-text {
  margin-left: 3rem;
}
.why-area ul li.answer01 .why-cont .why-text h3 {
  font-size: 3rem;
  border-bottom: solid 1px;
  margin: 2rem 0;
  width: fit-content;
  padding: 0 1rem;
  padding-bottom: 1rem;
}
.why-area ul li.answer01 .why-cont .why-text p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}
.why-area ul li.answer01 .why-img {
  right: -40px;
  top: 50%;
  width: 400px;
  transform: translateY(-50%);
}

.why-area ul li.answer02 .why-text > p > span:nth-child(1) {
  font-size: 2.4rem;
  display: block;
  color: #ff8b00;
  font-weight: bold;
  margin-top: 1rem;
}

.why-area ul li.answer02 .why-img {
  left: 0rem;
  bottom: 0rem;
  width: 440px;
}
.why-area ul li.answer02 .why-text,
.why-area ul li.answer03 .why-text {
  margin-bottom: 14rem;
}

.why-area ul li.answer02 .why-text > p {
  font-size: 1.6rem;
  font-weight: bold;
  background: #ffffff;
  padding: 2rem;
  border-radius: 20px;
  margin-bottom: 2rem;
}

.why-area ul li.answer03 .why-text img {
  width: 82%;
  margin: 2rem 0;
  display: block;
}
.why-area ul li.answer03 .why-text p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.why-area ul li.answer03 .why-text p.catch {
  font-size: 1.6rem;
  font-weight: bold;
  background: #ffffff;
  padding: 2rem;
  border-radius: 20px;
  margin-bottom: 2rem;
  line-height: 2;
}
.why-area ul li.answer03 .why-img {
  right: 0rem;
  bottom: 0rem;
  width: 440px;
}

.why-area ul li.answer04 .why-text p {
  color: #ff5919;
  font-size: 2.4rem;
  text-align: center;
  margin-top: 2rem;
}
.why-area ul li.answer04 .why-text p span {
  font-size: 4rem;
  margin-right: 7px;
  letter-spacing: 1px;
}

.why-area ul li.answer04 .why-img-04-2 {
  width: 254px;
  right: 0;
}
.why-area ul li.answer04 .why-img-04-3 {
  width: 477px;
  left: 0;
  bottom: 0;
}
.why-area ul li.answer04 .why-img-04-4 {
  width: 500px;
  right: -30px;
  bottom: 0;
}
.why-area ul li.answer04 .why-img-04-5 {
  margin-bottom: 26rem;
}

.why-area ul li.answer04 .why-img-box img {
  width: 76%;
}

.why-area ul li.answer04 .why-cont {
  margin-bottom: 4rem;
}

/* 要素 | https://recruit.meitetsu-kankobus-saiyou.jp/ */

.why-area ul li.answer05 .why-text p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
}

/* 要素 | https://recruit.meitetsu-kankobus-saiyou.jp/ */

.why-area ul li.answer05 .why-text {
  margin-bottom: 4rem;
}

/* 要素 | https://recruit.meitetsu-kankobus-saiyou.jp/ */

.why-area ul li.answer05 .why-img {
  width: 370px;
  right: 0;
  top: -67px;
}

.why-img-06-5 {
  margin-bottom: 3rem;
}
.why-area ul li.answer06 .why-img-06-1 {
  width: 395px;
  right: 0;
  top: -93px;
}

.head-swiper {
  overflow: hidden;
}
.head-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.head-swiper .swiper-slide {
  width: auto;
  white-space: nowrap;
  word-wrap: break-word;
  word-break: break-all;
}
/* slidesPerView:auto 時、グローバル img{max-width:100%} で幅が潰れループが効かないのを防ぐ */
.head-swiper .swiper-slide img {
  display: block;
  width: auto;
  max-width: none;
}
.career01-swiper .swiper-slide img {
  height: 90px;
}
.career02-area {
  margin-top: 3rem;
  position: relative;
}
.career02-swiper .swiper-slide img {
  max-height: 563px;
}
.career02-swiper {
  padding: 3rem 0;
}
.career02-swiper::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  background: #cec2a6;
  z-index: 10;
  mix-blend-mode: multiply;
}
.career02-text {
  text-align: center;
  color: #fff;
  font-weight: bold;

  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  z-index: 11;
  width: 55%;
}
.career02-text .text {
  font-size: 1.6rem;
  line-height: 2;
}

.career02-text .catch {
  font-size: 4rem;
  margin-bottom: 2rem;
}

/* 要素 | http://127.0.0.1:5500/meitetsu-kankobus-saiyou.jp/public_html/recruit.meitetsu-kankobus-saiyou.jp/index.html */

footer {
  padding: 10rem 0 5rem;
  background: #ffd739;
}

/* 要素 | http://127.0.0.1:5500/meitetsu-kankobus-saiyou.jp/public_html/recruit.meitetsu-kankobus-saiyou.jp/index.html */

.contact-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  width: 80%;
  margin: 4rem auto 10rem;
}

/* 要素 | http://127.0.0.1:5500/meitetsu-kankobus-saiyou.jp/public_html/recruit.meitetsu-kankobus-saiyou.jp/index.html */

footer h2 {
  font-size: 2.8rem;
  color: #000;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}

.copyright {
  font-size: 1.2rem;
  padding: 3rem 0;
  text-align: center;
}


/* 要素 | https://meitetsu-kankobus-saiyou.jp/recruit.meitetsu-kankobus-saiyou.jp/ */

.company-info {
  background: #ffd739;
  text-align: right;
  padding: 1rem 0;
}


.company-info-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: flex-end;
}

.company-info-inner > a,
.company-info-inner > p{
  color: #000;
  font-size: 1.3rem;
}

.company-info-inner > a:hover {
  opacity: .5;
}