section.top {
  height: calc(100vh - 150px);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 200%;
  background-image: url("../../src/home/top.webp");
  background-size: cover;
  background-position: center center;
  min-height: 400px;
  position: relative;
}
section.top .title_box {
  text-align: center;
  color: white;
  max-width: 90%;
}
section.top .en {
  color: #e33435;
  font-size: 24px;
  margin-bottom: 10px;
}
section.top h1 {
  line-height: 150%;
  font-size: 56px;
  border-bottom: solid 2px white;
  padding: 0 30px;
}
section.top p {
  line-height: 200%;
  margin-top: 20px;
  font-size: 16px;
}
section.top .circle {
  background: linear-gradient(180deg, #e33435 0%, #981d1f 100%);
  border-radius: 50%;
  width: 190px;
  height: 190px;
  line-height: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  position: absolute;
  right: 5%;
  bottom: -50px;
}
section.top .circle:hover {
  transform: scale(1.03, 1.03);
}
section.top .circle .small {
  font-size: 16px;
}
section.top .circle .title {
  font-size: 32px;
  margin: 10px 0;
}
section.top .circle .open {
  font-size: 20px;
}
section.top .circle img {
  width: 57px;
  margin: 0 auto;
  margin-top: 10px;
}

.news .block {
  width: 800px;
}
.news .en {
  font-size: 48px;
  color: #85898a;
  margin-bottom: 25px;
}
.news h2 {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 35px;
}
.news .left {
  width: 250px;
}
.news .left .btn .text {
  color: #e33435;
}
.news .right {
  width: calc(100% - 250px);
}
.news .right .news_scroll {
  height: 200px;
  overflow-y: scroll;
  padding: 0 20px;
}
.news .right a {
  padding-top: 15px;
  display: flex;
  padding-bottom: 15px;
  border-bottom: solid 1px #2a3033;
  margin-bottom: 15px;
  align-items: center;
}
.news .right a .date {
  margin-right: 30px;
}
.news .right a .title {
  flex-grow: 1;
  padding-right: 10px;
}
.news .right a .arrow {
  align-self: flex-start;
}
.news .right .arrow {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: solid 0.5px #2a3033;
}
.news .right .arrow img {
  width: 5px;
}

.service {
  background-image: url("../../src/home/service_bg.webp");
  background-size: cover;
  background-position: center center;
  padding: 50px 0;
}

.service_block {
  text-align: center;
  width: 1200px;
  margin: 0px auto;
  max-width: 90%;
  color: white;
}
.service_block .en {
  font-size: 58px;
  color: #cbcbcb;
  line-height: 100%;
  font-weight: 400;
  opacity: 0.4;
}
.service_block h2 {
  font-size: 24px;
  letter-spacing: 0.1rem;
  margin-top: -20px;
  margin-bottom: 20px;
}
.service_block .sub_p {
  margin-bottom: 50px;
  line-height: 170%;
}
.service_block .se_flex {
  display: flex;
  width: 1200px;
  margin: 20px auto;
  max-width: 90%;
  width: 800px;
  gap: 10px;
}
.service_block a {
  color: white;
  width: 256.6666666667px;
  background: #2a3033;
  display: flex;
  flex-direction: column;
}
.service_block a:hover {
  transform: scale(1.03, 1.03);
}
.service_block a h3 {
  font-size: 24px;
}
.service_block a .en {
  font-size: 16px;
  color: #e33435;
  padding: 5px 0px;
}
.service_block a .arrow {
  background: white;
}
.service_block a .btn {
  justify-content: center;
  margin-top: 20px;
}
.service_block .detail {
  padding: 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.service_block .detail p {
  line-height: 170%;
  flex-grow: 1;
}

.reason_box {
  text-align: center;
  width: 1200px;
  margin: 50px auto;
  max-width: 90%;
}
.reason_box .en {
  font-size: 58px;
  color: #cbcbcb;
  line-height: 100%;
  font-weight: 400;
}
.reason_box h2 {
  font-size: 24px;
  letter-spacing: 0.1rem;
  margin-top: -20px;
  margin-bottom: 20px;
}
.reason_box .btn {
  justify-content: center;
  margin-top: 20px;
}
.reason_box .btn .text {
  color: #e33435;
}
.reason_box a:hover {
  transform: scale(1.03, 1.03);
}

.reason_flex {
  display: flex;
  width: 1200px;
  margin: 50px auto;
  max-width: 90%;
  gap: 0px;
  justify-content: center;
}
.reason_flex .left {
  width: calc(50% - 0px);
}
.reason_flex .right {
  width: calc(50% - 0px);
}
.reason_flex .card {
  display: flex;
  gap: 2px;
  margin-bottom: 2px;
  justify-content: center;
}
.reason_flex .card .text_box {
  width: calc(50% - 2px);
  background: #383e40;
  text-align: center;
  color: white;
}
.reason_flex .card .img_box {
  width: calc(50% - 2px);
}
.reason_flex .card a:hover {
  transform: scale(1.03, 1.03);
}
.reason_flex .card:nth-child(2) {
  flex-direction: row-reverse;
}
.reason_flex h3 {
  font-size: 32px;
  margin-top: 30px;
}
.reason_flex .en {
  margin: 10px 0;
  color: #e33435;
}
.reason_flex .btn {
  margin-top: 10px;
  justify-content: center;
}
.reason_flex .btn .text {
  color: white;
  justify-content: center;
}
.reason_flex .btn .arrow {
  background: white;
}

.recruit_box {
  display: flex;
  width: 1200px;
  margin: 70px auto;
  max-width: 90%;
  width: 1500px;
  max-width: 100%;
}
.recruit_box a:hover {
  transform: scale(1.03, 1.03);
}
.recruit_box .left {
  width: 60%;
  margin-right: -10%;
  position: relative;
  z-index: 2;
}
.recruit_box .right {
  width: 60%;
  margin-left: -10%;
  margin-top: 50px;
  margin-bottom: -50px;
  background-image: url("../../src/home/recruit_bg.webp");
  background-size: cover;
  background-position: center center;
  color: white;
  padding: 50px 5% 50px 25%;
}
.recruit_box .right p {
  line-height: 170%;
}
.recruit_box .btn {
  justify-content: right;
  margin-top: 30px;
}
.recruit_box .btn .text {
  color: white;
}
.recruit_box .btn .arrow {
  background: white;
}
.recruit_box .h2_title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.recruit_box .en {
  font-size: 58px;
  color: #cbcbcb;
  line-height: 100%;
  font-weight: 400;
  opacity: 0.4;
  margin-bottom: 50px;
}
.recruit_box h2 {
  font-size: 24px;
  letter-spacing: 0.1rem;
  margin-top: -20px;
  margin-bottom: 20px;
  position: absolute;
  right: -20px;
  bottom: -20px;
  margin-bottom: 0;
}

.recruit_flex {
  width: 1200px;
  margin: 50px auto;
  max-width: 90%;
  display: flex;
  width: 920px;
  gap: 10px;
  justify-content: center;
  margin-top: 120px;
}
.recruit_flex .card {
  width: calc(33.3333333333% - 10px);
  background: #383e40;
  padding: 0 25px;
}
.recruit_flex .card .illust img {
  width: auto;
  height: 94px;
  margin: 30px auto 20px auto;
}
.recruit_flex .card p {
  color: white;
  padding: 10px 0 30px 0;
  text-align: center;
}
.recruit_flex .card:hover {
  transform: scale(1.03, 1.03);
}
.recruit_flex .card:nth-child(2) .illust {
  height: 144px;
  display: flex;
  align-items: center;
}
.recruit_flex .card:nth-child(2) .illust img {
  height: 68px;
}
.recruit_flex .btn {
  justify-content: center;
}
.recruit_flex .btn .text {
  color: white;
}
.recruit_flex .btn .arrow {
  background: #e33435;
  width: 30px;
  height: 30px;
}
.recruit_flex .btn .arrow img {
  width: 7px;
}

.interview_box {
  width: 1200px;
  margin: 50px auto;
  max-width: 90%;
  text-align: center;
  margin-top: 80px;
}
.interview_box .en {
  font-size: 58px;
  color: #cbcbcb;
  line-height: 100%;
  font-weight: 400;
  display: block;
}
.interview_box h2 {
  font-size: 24px;
  letter-spacing: 0.1rem;
  margin-top: -20px;
  margin-bottom: 20px;
  display: block;
}

.interview_flex {
  width: 1200px;
  margin: 50px auto;
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  width: 1008px;
  gap: 20px;
}
.interview_flex .card {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 30px;
}
.interview_flex .card:hover {
  transform: scale(1.03, 1.03);
}
.interview_flex .btn .text {
  flex-grow: 1;
}
.interview_flex p {
  margin: 10px 0;
  font-size: 20px;
}
.interview_flex .role {
  color: #9b9999;
  font-size: 20px;
}
.interview_flex .btn .text {
  font-size: 20px;
}

.partner {
  background-image: url("../../src/home/partner_bg.webp");
  background-size: cover;
  background-position: center center;
  padding: 50px 0;
  margin-top: 100px;
}

.partner_box {
  display: flex;
  width: 1200px;
  margin: 50px auto;
  max-width: 90%;
  gap: 30px;
}
.partner_box .left {
  width: 55%;
  color: white;
}
.partner_box .right {
  width: calc(45% - 30px);
}
.partner_box h2 {
  font-size: 25px;
  margin: 20px 0;
}
.partner_box p {
  line-height: 170%;
}

@media (max-width: 1200px) {
  .reason_flex {
    flex-direction: column;
  }
  .reason_flex .left {
    width: 600px;
    margin: 0 auto;
  }
  .reason_flex .right {
    width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  .recruit_box .left {
    width: 40%;
  }
  .recruit_box .right {
    width: 80%;
  }
}
@media (max-width: 700px) {
  section.top h1 {
    line-height: 150%;
    font-size: 35px;
    border-bottom: solid 2px white;
    padding: 0 30px;
  }
  section.top .circle {
    width: 150px;
    height: 150px;
  }
  section.top .circle .small {
    font-size: 14px;
  }
  section.top .circle .title {
    font-size: 24px;
    margin: 5px 0;
  }
  section.top .circle .open {
    font-size: 16px;
  }
  .news .left {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .news .left .sp_btn {
    flex-grow: 1;
    justify-self: right;
  }
  .news .left .sp_btn .btn {
    justify-content: right;
  }
  .news .en {
    margin-bottom: 0;
  }
  .flex_block {
    display: flex;
    flex-direction: column;
  }
  .recruit_box {
    flex-direction: column;
  }
  section.top .en {
    font-size: 17px;
  }
  .news .right {
    width: 100%;
  }
  .se_flex {
    flex-direction: column;
  }
  .se_flex a {
    width: 100%;
    margin-bottom: 20px;
  }
  .service_block .detail p {
    text-align: left;
  }
  .reason_flex {
    flex-direction: column;
  }
  .reason_flex .left {
    width: 100%;
  }
  .reason_flex .right {
    width: 100%;
  }
  .reason_flex .card {
    flex-direction: column;
  }
  .reason_flex .card .text_box {
    width: 100%;
    padding-bottom: 30px;
  }
  .reason_flex .card .img_box {
    width: 100%;
  }
  .reason_flex .card:nth-child(2) {
    flex-direction: column;
  }
  .recruit_box .left {
    width: 100%;
  }
  .recruit_box .right {
    width: 100%;
    margin-left: 0;
    padding: 50px 10% 50px 20%;
    margin-top: 0;
  }
  .recruit_flex {
    flex-direction: column;
  }
  .recruit_flex .card {
    width: 100%;
  }
  .recruit_flex .card p {
    text-align: left;
  }
  .interview_flex {
    flex-direction: column;
  }
  .interview_flex .card {
    width: 100%;
  }
  .partner_box {
    flex-direction: column;
  }
  .partner_box .left {
    width: 100%;
  }
  .partner_box .right {
    width: 100%;
  }
  .partner {
    margin-bottom: 100px;
  }
}/*# sourceMappingURL=home.css.map */