@charset "utf-8";
/*--------------------- common ---------------------*/
img {
  width: 100%;
  height: auto;
}

a img {
  transition: 0s;
}

a img:hover {
  opacity: 1;
}

.global ul {
  max-width: 100%;
  justify-content: center;
}

.global ul li.logo {
  padding-left: 19px;
}

.global ul li {
  width: 136px;
}

#sec {
  padding: 160px 0 110px;
}

.section {
  letter-spacing: 0.04em;
}

.clgBox {
  max-width: 1200px;
  margin: 0 auto;
}

.boxInr {
  padding: 50px 24px;
}

.recruit-title {
  font-size: 24px;
  color: #E73918;
  font-weight: bold;
  text-align: center;
}

.recruit-toptext {
  margin-top: 50px;
  text-align: center;
}

.bread {
  max-width: 1152px;
}

@media screen and (max-width: 800px) {
  body {
    font-size: 15px;
  }

  #sec {
    padding: 66px 0 0;
  }
}

@media screen and (max-width: 580px) {
  .boxInr {
    padding: 50px 10px;
  }

  .year .boxInr {
    padding: 0 10px 50px;
  }

  .year.top-year .boxInr {
    padding: 50px 10px;
  }

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

/*--------------------- mv ---------------------*/
.section-title .boxInr {
  padding: 0 24px 100px;
}

.career-sub-title {
  font-size: 16px;
  color: #E73918;
  font-weight: bold;
  text-align: center;
}

.career-title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 100px;
  padding-bottom: 20px;
  font-weight: bold;
  position: relative;
}

.career-title::before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #999;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.career-mv {
  position: relative;
}

.person-about {
  width: 36.5455%;
  position: absolute;
}

.career-mv.person01 .person-about,
.career-mv.person03 .person-about {
  bottom: 0;
  left: 0;
}

.career-mv.person02 .person-about,
.career-mv.person04 .person-about {
  bottom: 0;
  right: 0;
}

.person-information {
  color: #fff;
  padding: 22px 16px;
  position: relative;
}

.career-mv.person01 .person-information {
  background: #E73918;
}

.career-mv.person02 .person-information {
  background: #1BB8CE;
}

.career-mv.person03 .person-information,
.career-mv.person04 .person-information {
  background: #F2A74A;
}

.information-year {
  font-size: 14px;
  font-weight: bold;
}

.information-role {
  font-size: 28px;
  font-weight: bold;
  margin: 9px 0 5px;
}

.information-name {
  font-size: 20px;
  font-weight: bold;
}

.information-number {
  width: 165px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.person-text {
  height: 170px;
  display: flex;
  align-items: center;
  padding: 16px;
  background: #fff;
}

.career-mv.person01 .person-text {
  border: solid 1px #E73918;
}

.career-mv.person02 .person-text {
  border: solid 1px #1BB8CE;
}

.career-mv.person03 .person-text,
.career-mv.person04 .person-text {
  border: solid 1px #F2A74A;
}

.person-img {
  width: 74.74%;
}

.career-mv.person01 .person-img,
.career-mv.person03 .person-img {
  margin-left: auto;
}

.career-mv.person02 .person-img,
.career-mv.person04 .person-img {
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .information-number {
    width: 14vw;
  }

  .person-text {
    height: auto;
    padding: 25px 16px;
  }
}

@media screen and (max-width: 800px) {
  .section-title .boxInr {
    padding: 0 24px 80px;
  }

  .section-title {
    padding-top: 50px;
  }

  .career-title {
    font-size: 24px;
    margin-bottom: 50px;
    padding-bottom: 12px;
  }

  .person-about {
    width: 45%;
  }

  .information-role {
    margin: 0;
  }

  .person-information {
    padding: 16px;
  }

  .person-text {
    padding: 16px;
  }
}

@media screen and (max-width: 580px) {
  .section-title .boxInr {
    padding: 0 10px 50px;
  }

  .career-sub-title {
    font-size: 14px;
  }

  .career-title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .person-about {
    width: 82.818%;
  }

  .career-mv.person01 .person-about,
  .career-mv.person03 .person-about {
    left: 50%;
    transform: translateX(-50%);
  }

  .career-mv.person02 .person-about,
  .career-mv.person04 .person-about {
    right: 50%;
    transform: translateX(50%);
  }

  .person-information {
    padding: 8px 10px;
  }

  .information-year {
    font-size: 10px;
  }

  .information-role {
    font-size: 20px;
  }

  .information-name {
    font-size: 14px;
    line-height: 1;
  }

  .information-number {
    width: 90px;
    right: 3px;
  }

  .person-text {
    height: auto;
    padding: 12px;
  }

  .person-img {
    width: 100%;
  }

  .career-mv.person01 .person-img,
  .career-mv.person03 .person-img {
    margin-right: auto;
  }

  .career-mv.person02 .person-img,
  .career-mv.person04 .person-img {
    margin-left: auto;
  }
}

/*--------------------- schedule ---------------------*/
.schedule {
  background: #F9F8F7;
}

.schedule .boxInr {
  padding: 60px 24px 20px;
}

.schedule-title {
  font-size: 36px;
  font-weight: bold;
  color: #E73918;
  text-align: center;
  margin-bottom: 50px;
}

.schedule-list {
  display: flex;
  justify-content: space-between;
}

.schedule-list ul {
  width: 45.9202%;
}

.schedule-list-item {
  display: flex;
  gap: 45px;
  padding-bottom: 40px;
  position: relative;
}

.schedule-list-item::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 11px;
  left: 91px;
}

.schedule-list-item:last-child::before {
  display: none;
}

.schedule-list-item::after {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #E73918;
  position: absolute;
  top: 11px;
  left: 86px;
}

.schedule-time {
  font-size: 20px;
  font-weight: bold;
  color: #E73918;
}

.schedule-about-title {
  font-size: 20px;
  font-weight: bold;
  color: #E73918;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .schedule-list {
    display: block;
  }

  .schedule-list ul {
    width: 100%;
  }

  .schedule-list-item {
    gap: 35px;
    padding-bottom: 30px;
  }

  .schedule-list-item::before {
    left: 84px;
  }

  .schedule-list-left .schedule-list-item:last-child::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    left: 84px;
  }

  .schedule-list-item::after {
    left: 79px;
  }
}

@media screen and (max-width: 580px) {
  .schedule .boxInr {
    padding: 50px 10px 20px;
  }

  .schedule-title {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .schedule-list-item::before {
    top: 6px;
    left: 63px;
  }

  .schedule-list-left .schedule-list-item:last-child::before {
    top: 6px;
    left: 63px;
  }

  .schedule-list-item::after {
    top: 6px;
    left: 58px;
  }

  .schedule-time {
    font-size: 14px;
    letter-spacing: 0;
  }

  .schedule-about-title {
    font-size: 16px;
  }
}

/*--------------------- story ---------------------*/
.story .boxInr {
  padding: 100px 24px 50px;
}

.story-title {
  font-size: 36px;
  font-weight: bold;
  color: #E73918;
  text-align: center;
  margin-bottom: 60px;
}

.story-box {
  display: flex;
  align-items: center;
  gap: 75px;
  padding: 40px;
  background: #F9F8F7;
}

.story-box.future {
  background: #EFF8F9;
  position: relative;
}

.story-box + .story-box {
  margin-top: 60px;
}

.story-inner-year {
  font-size: 20px;
  color: #E73918;
  margin-bottom: 15px;
}

.story-inner-title {
  font-size: 28px;
  font-weight: bold;
  color: #E73918;
  margin-bottom: 30px;
}

.story-box.future .story-inner-title {
  color: #1BB8CE;
  position: relative;
  z-index: 1;
}

.story-inner-futuretitle {
  font-size: 128px;
  color: #DAF2F5;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
  position: absolute;
  top: -3px;
  left: 9px;
}

.story-img {
  width: 504px;
  min-width: 504px;
}

@media screen and (max-width: 1200px) {
  .story-title {
    margin-bottom: 45px;
  }

  .story-box {
    gap: 25px;
    padding: 30px;
  }

  .story-box + .story-box {
    margin-top: 40px;
  }

  .story-inner-futuretitle {
    font-size: clamp(85px, 6.67vw, 128px);
  }

  .story-img {
    width: 310px;
    min-width: 310px;
  }
}

@media screen and (max-width: 800px) {
  .story-box {
    flex-flow: column;
  }

  .story-box.box2n {
    flex-flow: column-reverse;
  }

  .story-img {
    width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .story .boxInr {
    padding: 50px 10px 0;
  }

  .story-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .story-box {
    gap: 20px;
    padding: 20px;
  }

  .story-box.future {
    padding: 25px 20px 20px;
  }

  .story-box + .story-box {
    margin-top: 25px;
  }

  .story-inner-futuretitle {
    font-size: 82px;
    top: -7px;
    left: 0;
  }

  .story-inner-year {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .story-inner-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 350px) {
  .story-inner-futuretitle {
    font-size: 70px;
  }
}

/*--------------------- career ---------------------*/
.career-link-title {
  font-size: 48px;
  font-weight: bold;
  color: #E73918;
  margin-bottom: 5px;
  padding-top: 25px;
  border-top: solid 2px #E73918;
}

.career-link-sub-title {
  color: #E73918;
}

.recruit-career-list {
  margin: 60px 0 0;
}

.recruit-career-list ul {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.career-list {
  width: 250px;
}

.career-list a {
  display: block;
  transition: .25s ease-in-out;
}

.career-list a:hover {
  opacity: 0.7;
}

.career-list-about {
  color: #fff;
  line-height: 1;
  padding: 10px;
  position: relative;
  top: -1px;
}

.person01 .career-list-about {
  background: #E73918;
}

.person02 .career-list-about {
  background: #1BB8CE;
}

.person03 .career-list-about,
.person04 .career-list-about {
  background: #F2A74A;
}

.career-list-role {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}

.career-list-name {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.04em;
}

.career-list-number {
  width: 90px;
  position: absolute;
  top: 11px;
  right: 5px;
}

.img-sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .recruit-career-list ul {
    gap: 22px;
  }

  .career-list-role {
    font-size: 1.17vw;
  }

  .career-list-name {
    font-size: 3vw;
  }

  .career-list-number {
    width: 7.4vw;
  }
}

@media screen and (max-width: 800px) {
  .recruit-career-list {
    margin: 64px 0 0;
  }

  .recruit-career-list ul {
    flex-wrap: wrap;
  }

  .career-list {
    width: calc((100% - 22px) / 2);
  }

  .career-list-role {
    font-size: 14px;
  }

  .career-list-name {
    font-size: 36px;
  }

  .career-list-number {
    width: 90px;
  }
}

@media screen and (max-width: 580px) {
  .career-link .boxInr {
    padding: 50px 10px 100px;
  }

  .career-link-title {
    font-size: 22px;
    margin-bottom: 0;
    padding-top: 22px;
  }

  .recruit-career-list {
    margin: 30px 0 0;
  }

  .recruit-career-list ul {
    flex-flow: column;
    gap: 35px;
  }

  .career-list {
    width: 100%;
  }

  .career-list + .career-list {
    margin-top: 60px;
  }

  .career-list a {
    position: relative;
  }

  .career-list-img {
    width: 100%;
  }

  .person02 .career-list-img,
  .person04 .career-list-img {
    margin-left: auto;
  }

  .career-list-about {
    width: 82.818%;
    padding: 9px 8px;
    position: absolute;
    top: auto;
    bottom: -41px;
  }

  .person01 .career-list-about,
  .person03 .career-list-about {
    right: 50%;
    transform: translateX(50%);
  }

  .person02 .career-list-about,
  .person04 .career-list-about {
    left: 50%;
    transform: translateX(-50%);
  }

  .career-list-role {
    margin-bottom: 5px;
  }

  .career-list-number {
    top: 10px;
    right: 3px;
  }

  .img-pc {
    display: none;
  }

  .img-sp {
    display: block;
  }
}

@media screen and (max-width: 350px) {
  .career-list-number {
    width: 65px;
    top: 22px;
    right: 5px;
  }
}

/*--------------------- other-site ---------------------*/
.other-site {
  background: #F9F8F7;
  padding: 60px 0 110px;
}

.other-toptext {
  text-align: center;
}

.other-banner-list {
  margin-top: 40px;
}

.other-banner-list ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.other-banner-list li {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.other-banner-list a {
  display: block;
  width: 374px;
}

.other-banner-list a:hover {
  color: #E73918;
}

.other-banner-text {
  background: #fff;
  padding: 20px 10px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .other-banner-list ul {
    gap: 22px;
  }
}

@media screen and (max-width: 800px) {
  .other-toptext {
    padding: 0 24px;
  }

  .other-banner-list {
    padding: 0 24px;
  }

  .other-banner-list li {
    width: calc((100% - 22px) / 2);
  }

  .other-banner-list a {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .other-site {
    padding: 50px 0 110px;
  }

  .other-banner-list ul {
    flex-wrap: wrap;
    gap: 35px;
  }

  .other-banner-list li {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .other-toptext {
    padding: 0 10px;
  }

  .other-banner-list {
    padding: 0 10px;
    margin-top: 30px;
  }
}
