@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 0;
}

.section {
  letter-spacing: 0.04em;
}

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

.boxInr {
  padding: 60px 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;
  }

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

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

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

/*--------------------- about ---------------------*/
.sections.about .boxInr {
  padding: 0 24px 100px;
}

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

.competition-about-sub-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 27px;
}

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

.competition-about-text {
  margin: 18px auto 0;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .competition-about-title {
    font-size: 24px;
    padding-bottom: 12px;
  }
}

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

  .competition-about-text {
    margin: 12px auto 0;
  }

  .competition-about-sub-title {
    margin: 12px 0 18px;
  }
}

/*--------------------- flow-month ---------------------*/
.sections.flow-month {
  background: #F9F8F7;
}

.sections.flow-month .clgBox {
  max-width: 1146px;
}

.sections.flow-month .boxInr {
  padding: 160px 24px 100px;
}

.sections.flow-month.year2nd .boxInr {
  padding: 120px 24px 100px;
}

.month-box-top-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 100px 0 0;
}

.month-box {
  padding-bottom: 110px;
  position: relative;
}

.month-box.towbox {
  padding-bottom: 20px;
}

.month-box::before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.month-box.blue::before {
  background-image : linear-gradient(to bottom, #1BB8CE 11px, transparent 11px);
  background-size: 10px 19px;
  background-repeat: repeat-y; 
  background-position: left top;
}

.month-box.red::before {
  background-image : linear-gradient(to bottom, #E73918 11px, transparent 11px);
  background-size: 10px 19px;
  background-repeat: repeat-y; 
  background-position: left top;
}

.under-box {
  margin-top: 30px;
}

.month-box:last-child {
  padding-bottom: 0;
}

.month-box:last-child:before {
  display: none;
}

.month-box-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 20px;
  padding: 32px;
  position: relative;
}

.month-box-item.flex-column {
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.flow-text {
  max-width: 695px;
}

.flow-text.width-auto {
  max-width: 100%;
}

.flow-text.width-fixed {
  width: 702px;
  max-width: 702px;
}

.flow-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.year2nd .flow-title {
  margin-bottom: 25px;
}

.month-box.blue .flow-title {
  color: #1BB8CE;
}

.month-box.red .flow-title {
  color: #E73918;
}

.flow-sub-title {
  font-weight: bold;
  margin-bottom: 20px;
}

.flow-img {
  width: 285px;
  min-width: 285px;
}

.flow-img-box {
  margin-top: 24px;
}

.flow-img-box-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.flow-img-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.work-box {
  width: calc(50% - 12px);
}

.work-box-title {
  margin-bottom: 5px;
}

.month-label {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -74px;
  left: -54px;
  z-index: 2;
}

.month-box.blue .month-label {
  background: #1BB8CE;
}

.month-box.red .month-label {
  background: #E73918;
}

.month-label .number {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  letter-spacing: -0.1em;
}

.month-label .number .border {
  display: inline-block;
  letter-spacing: -0.21em;
  transform: scale3d(0.6, 0.9, 1) translate(3px, 3px);
}

.month-label .small {
  font-size: 15px;
  margin-left: 3px;
}

.month-box-person {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
}

.person-text {
  width: 70%;
  max-width: 557px;
  background: #fff;
  border: solid 1px #ddd;
  padding: 20px;
  position: relative;
}

.person-text::before {
  content: '';
  display: block;
  width: 3px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}

.person-text::after {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background: #ddd;
  position: absolute;
  top: calc(50% - 14px);
  right: -8px;
  transform: rotate(-69deg) translateX(-50%);
}

.person-icon {
  width: 88px;
  height: 88px;
}

@media screen and (max-width: 1250px) {
  .sections.flow-month .boxInr {
    padding: 160px 24px 100px 75px;
  }

  .sections.flow-month.year2nd .boxInr {
    padding: 120px 24px 100px 75px;
  }

  .month-box-top-title {
    padding: 80px 0 0;
  }

  .month-box-item {
    gap: 50px;
  }

  .flow-text {
    max-width: 630px;
  }

  .flow-img-box {
    margin-top: 0;
  }

  .month-label {
    top: -70px;
  }
}

@media screen and (max-width: 800px) {
  .sections.flow-month .boxInr {
    padding: 90px 24px 60px 50px;
  }

  .sections.flow-month.year2nd .boxInr {
    padding: 90px 24px 60px 50px;
  }

  .month-box {
    padding-bottom: 70px;
  }

  .under-box {
    margin-top: 20px;
  }

  .month-box-item {
    flex-flow: column;
    gap: 20px;
    padding: 32px 20px 20px;
  }

  .flow-text {
    max-width: 100%;
  }

  .flow-text.width-auto {
    width: 100%;
    max-width: 100%;
  }

  .flow-text.width-fixed {
    width: 100%;
    max-width: 100%;
  }

  .flow-title {
    font-size: 18px;
    text-align: center;
  }

  .year2nd .flow-title {
    margin-bottom: 10px;
  }

  .flow-sub-title {
    margin-bottom: 20px;
    text-align: center;
  }

  .flow-img {
    width: 100%;
    min-width: auto;
  }

  .work-box {
    width: 100%;
  }

  .flow-img-box-title {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 5px;
  }

  .work-box-title {
    text-align: center;
  }

  .month-label {
    transform: scale(0.68);
    top: -60px;
  }

  .month-box-person {
    flex-flow: column;
    align-items: flex-end;
    gap: 16px;
    padding-bottom: 70px;
  }

  .year2nd .month-box-person {
    padding-bottom: 0;
  }

  .month-box.towbox .month-box-person,
  .month-box:last-child .month-box-person {
    padding-bottom: 0;
  }

  .person-text {
    width: 100%;
    max-width: 95%;
  }

  .person-text::before {
    display: none;
  }

  .person-text::after {
    display: none;
  }

  .person-icon {
    float: left;
    margin: 0 10px 5px 0;
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}

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

  .sections.flow-month.year2nd .boxInr {
    padding: 80px 10px 50px 39px;
  }

  .month-box {
    padding-bottom: 60px;
  }

  .month-box-top-title {
    font-size: 18px;
    margin: 0;
    padding: 50px 0 0;
  }

  .month-box-item {
    padding: 25px 20px 20px;
  }

  .month-label {
    transform: scale(0.5556);
    top: -58px;
    white-space: nowrap;
  }

  .month-label .number {
    font-size: 34px;
  }

  .month-label .number .border {
    letter-spacing: -0.4em;
    transform: scale3d(0.5, 0.9, 1) translate(3px, 3px);
  }

  .month-label .small {
    margin-left: 5px;
  }

  .month-box-person {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 350px) {
  .month-box-person {
    padding-left: 15px;
  }

  .person-text {
    max-width: 100%;
  }
}

/*--------------------- flow ---------------------*/
.recruit-flow-box {
  padding: 0 100px;
}

.recruit-flow-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.recruit-flow-linklist ul {
  display: flex;
  gap: 22px;
}

.recruit-flow-linklist li {
  width: calc((100% - 66px)/4);
  padding: 37px 0;
  background: #494948;
}

.recruit-linklist-img {
  width: 72px;
  height: 72px;
  margin: 0 auto 28px;
}

.bt.recruit-linklist-link span {
  width: 182px;
  font-size: 16px;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 1200px) {
  .recruit-flow-linklist ul {
    flex-wrap: wrap;
  }

  .recruit-flow-linklist li {
    width: calc((100% - 22px)/2);
  }
}

@media screen and (max-width: 800px) {
  .recruit-flow-box {
    padding: 40px;
    margin-top: 35px;
  }

  .recruit-flow-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 580px) {
  .recruit-flow {
    margin-top: 40px;
  }

  .recruit-flow-box {
    padding: 0;
    margin-top: 0;
  }

  .recruit-flow-linklist ul {
    flex-flow: column;
    gap: 22px;
  }

  .recruit-flow-linklist li {
    width: 100%;
  }
}

/*--------------------- 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;
  }
}