@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 150%;
}

body {
  background-image: url("../../src/home/bg.webp");
  background-size: contain;
  background-repeat: repeat-y;
}

.fv_box {
  display: flex;
  position: relative;
  margin-top: 70px;
}
.fv_box .left {
  width: 27.4%;
}
.fv_box .right {
  width: 72.6%;
}

.fv_title {
  position: absolute;
  top: 40%;
  z-index: 10;
  width: 640px;
}
.fv_title .title_box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 40px 0%;
  font-size: 40px;
  line-height: 150%;
  font-family: white;
  font-weight: 800;
  position: relative;
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ededed;
  letter-spacing: -10px;
  z-index: 15;
}
.fv_title .title_box span {
  font-size: 60px;
}
.fv_title .title_box .en {
  font-size: 18px;
  font-family: Copperplate, "Copperplate Gothic Light", fantasy;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0px;
}
.fv_title .circle {
  position: absolute;
  width: 130px;
}
.fv_title .circle1 {
  top: -50px;
  left: -90px;
}
.fv_title .circle2 {
  width: 150px;
  bottom: -40px;
  right: -90px;
}

.fv_title {
  background: white;
}
.fv_title h1 {
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
  transform: translate(0, 30px);
  transition-delay: 1.45s;
  opacity: 0;
  color: #ededed;
}
.fv_title .en {
  transform: translate(0, 30px);
  transition-delay: 1.45s;
  opacity: 0;
  color: #ededed;
}

.fv_title.show h1 {
  opacity: 1;
  transform: translate(0, 0);
}
.fv_title.show .en {
  opacity: 1;
  transform: translate(0, 0);
}

.fv_relative {
  position: relative;
}

.color_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}
.color_bg .bg_relative {
  position: relative;
  width: 100%;
  height: 100%;
}

.bg_relative:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2d9c9e;
  transform: translate(0, 100%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
  content: "";
  z-index: 10;
}

.show .bg_relative:before {
  transform: translate(0, 0);
}

.news h2 {
  text-align: center;
  font-family: "monte-stella-turbo", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #003f75;
  margin-top: 100px;
  font-size: 45px;
}
.news .news_box {
  width: 1200px;
  margin: 30px auto;
  max-width: 90%;
  width: 800px;
  border: solid 1px #2d9c9e;
  border-radius: 10px;
  padding: 50px 3%;
  overflow-y: scroll;
  height: 350px;
  background: white;
}
.news .news_box a {
  padding: 0 3%;
}
.news .news_box ul li {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: solid 1px #c7c7c7;
}
.news .news_box ul li a {
  display: flex;
}
.news .news_box ul li:last-child {
  margin-bottom: 0;
}
.news .news_box .date {
  color: #0236b1;
  padding-right: 10%;
}
.news .news_box .title {
  flex-grow: 1;
}

.message_box {
  background: #003f75;
  width: 1200px;
  margin: 100px auto;
  max-width: 90%;
  display: flex;
  position: relative;
  padding: 50px 5%;
  overflow: hidden;
  border-radius: 15px;
  color: #ededed;
  width: 1100px;
}
.message_box .left {
  position: relative;
  z-index: 3;
  width: 45%;
}
.message_box .more {
  position: relative;
  z-index: 3;
}
.message_box .bg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 1;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.message_box h2 {
  font-size: 30px;
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 150%;
  letter-spacing: -5px;
}
.message_box h2 span {
  font-size: 20px;
  font-family: Copperplate, "Copperplate Gothic Light", fantasy;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.message_box h3 {
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 27px;
  line-height: 150%;
  letter-spacing: -6px;
  margin-bottom: 10px;
}
.message_box h3 span {
  font-size: 35px;
}
.message_box p {
  width: 80%;
  line-height: 200%;
}
.message_box .more {
  align-self: flex-end;
}
.message_box .more a {
  color: #2d9c9e;
  background: white;
  padding: 10px 20px;
  font-family: Copperplate, "Copperplate Gothic Light", fantasy;
  font-style: normal;
  font-weight: 800;
  display: inline-block;
}
.message_box .more a:hover {
  transform: scale(1.05, 1.05);
}

.job {
  overflow-x: hidden;
  padding-bottom: 100px;
}
.job .job_box {
  display: flex;
  width: 1200px;
  margin: 30px auto;
  max-width: 90%;
  position: relative;
  width: 1100px;
  justify-content: center;
  margin-bottom: 50px;
}
.job .job_box .left {
  width: 50%;
  position: relative;
}
.job .job_box .right {
  width: 50%;
}
.job .job_box .title {
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  color: #bfbfbf;
  letter-spacing: -7px;
  line-height: 150%;
  margin-bottom: 30px;
  text-align: right;
  position: relative;
  z-index: 20;
}
.job .job_box:nth-child(1) {
  margin-left: auto;
}
.job .job_box:nth-child(1) .lozenge {
  margin-left: auto;
  margin-right: -10%;
}
.job .job_box:nth-child(2) {
  flex-direction: row-reverse;
}
.job .job_box:nth-child(2) .left {
  margin-right: -30%;
}
.job .job_box:nth-child(2) .lozenge {
  margin-top: 130px;
  margin-left: -20%;
}
.job .illust {
  position: absolute;
  width: 170px;
}
.job .illust3 {
  top: -70px;
  left: 0px;
  width: 70%;
  z-index: -1;
}
.job .illust4 {
  top: -50px;
  left: -20px;
  width: 250px;
}
.job .illust5 {
  bottom: -50px;
  right: -100px;
  width: 150px;
}
.job .lozenge {
  display: flex;
  background: #2d9c9e;
  color: white;
  align-items: center;
  width: 400px;
  position: relative;
  z-index: 10;
  transition: 0.5s;
}
.job .lozenge:hover {
  transform: scale(1.05, 1.05);
}
.job .lozenge::before {
  content: "";
  position: absolute;
  width: 54.5px;
  height: 100%;
  top: 0;
  left: -53.5px;
  background-image: url("../../src/home/path1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.job .lozenge::after {
  content: "";
  position: absolute;
  width: 54.5px;
  height: 100%;
  top: 0;
  right: -54px;
  background-image: url("../../src/home/path2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.job .square {
  flex-grow: 1;
  text-align: center;
  padding: 20px;
}
.job .square h3 {
  line-height: 100%;
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -5px;
  font-size: 35px;
}
.job .square .en {
  font-family: Copperplate, "Copperplate Gothic Light", fantasy;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
  font-size: 20px;
}

.arrow {
  padding-right: 1px;
  color: #0236b1;
}
.arrow span {
  background: white;
  color: #003f75;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -10px;
  font-weight: 800;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.comapny {
  overflow-x: hidden;
  width: 100%;
}

.comapny_box {
  display: flex;
  width: 1500px;
  max-width: 100%;
  margin: 100px auto;
  padding-right: 5%;
}
.comapny_box .left {
  width: 60%;
}
.comapny_box .right {
  width: 40%;
  position: relative;
}
.comapny_box h2 {
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  color: #bfbfbf;
  letter-spacing: -7px;
  line-height: 150%;
  margin-bottom: 30px;
  margin-left: 20%;
}
.comapny_box .lozenge {
  display: flex;
  background: #003f75;
  color: white;
  align-items: center;
  width: 400px;
  position: relative;
  z-index: 10;
  margin: 20px;
  margin-left: auto;
}
.comapny_box .lozenge:hover {
  transform: scale(1.05, 1.05);
}
.comapny_box .lozenge::before {
  content: "";
  position: absolute;
  width: 54.5px;
  height: 100%;
  top: 0;
  left: -50.5px;
  background-image: url("../../src/home/path3.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.comapny_box .lozenge::after {
  content: "";
  position: absolute;
  width: 54.5px;
  height: 100%;
  top: 0;
  right: -54px;
  background-image: url("../../src/home/path4.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.comapny_box .lozenge:nth-child(even) {
  background: #ededed;
  margin-left: 0;
}
.comapny_box .lozenge:nth-child(even) .arrow span {
  background: #003f75;
  color: #ededed;
}
.comapny_box .lozenge:nth-child(even) .square {
  color: #003f75;
}
.comapny_box .lozenge:nth-child(even)::before {
  background-image: url("../../src/home/path5.svg");
}
.comapny_box .lozenge:nth-child(even)::after {
  background-image: url("../../src/home/path6.svg");
}
.comapny_box .square {
  flex-grow: 1;
  text-align: center;
  padding: 20px;
  color: #ededed;
}
.comapny_box .square h3 {
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -5px;
  font-size: 35px;
  line-height: 100%;
}
.comapny_box .square .en {
  font-family: Copperplate, "Copperplate Gothic Light", fantasy;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
  font-size: 16px;
}
.comapny_box .illust7 {
  width: 150px;
  position: absolute;
  right: 0px;
  bottom: -100px;
}

.company .swiper-container {
  position: relative;
}
.company .illust5 {
  width: 200px;
  position: absolute;
  left: -20px;
  bottom: -80px;
}

.person {
  background-image: url("../../src/home/iluust_bg.webp");
  padding: 0px 0 0px 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 100px auto 100px auto;
  width: 1600px;
  max-width: 100%;
}
.person h2 {
  font-size: 70px;
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -7px;
  color: #003f75;
  padding-left: 20%;
  margin-bottom: 100px;
}
.person .person_box {
  padding: 130px 0;
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
}
.person .person_flex {
  display: flex;
  align-items: stretch;
  gap: 50px;
  width: 1000px;
  margin-bottom: 30px;
}
.person .person_flex:nth-child(odd) {
  margin-left: auto;
}
.person .card {
  width: 284px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  transition: 0.2s;
}
.person .card:hover {
  transform: scale(1.02, 1.02);
}
.person a {
  position: relative;
  background: white;
  border: solid 1px #003f75;
  padding: 30px 20px;
  display: block;
  border-radius: 10px;
  flex-grow: 1;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.person a .title {
  font-size: 16px;
  color: #003f75;
  padding: 30px 0 20px 0;
  font-weight: 600;
  border-bottom: solid 1px #003f75;
  flex-grow: 1;
}
.person a .name {
  padding: 20px 0 0 0;
  text-align: right;
}
.person .int {
  color: #003f75;
  font-family: "monte-stella-turbo", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 50px;
  line-height: 150%;
  -webkit-text-stroke: 1px white;
}
.person .interview {
  position: absolute;
  width: 30px;
  top: 20px;
  left: -30px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.job.howto .job_box .title {
  padding-right: 30%;
}
.job.howto .illust4 {
  width: 170px;
  top: auto;
  bottom: -130px;
}
.job.howto .illust5 {
  width: 250px;
  bottom: -100px;
}

.recruit {
  background-image: url("../../src/home/bg3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 1600px;
  margin: 0 auto;
  max-width: 100%;
}
.recruit .recruit_box {
  padding: 150px 0 0 0;
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
}
.recruit .recruit_flex {
  position: relative;
  display: flex;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
.recruit .recruit_flex .left {
  width: 50%;
}
.recruit .recruit_flex .right {
  width: 50%;
  padding-left: 5%;
}
.recruit .recruit_flex ul {
  width: 400px;
  max-width: 100%;
}
.recruit .recruit_flex li {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px white;
}
.recruit .recruit_flex li a {
  display: flex;
  text-align: center;
  color: #003f75;
  transition: 0.5s;
}
.recruit .recruit_flex li a .title {
  flex-grow: 1;
}
.recruit .recruit_flex li a .ja {
  font-size: 25px;
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -5px;
}
.recruit .recruit_flex li a .en {
  font-family: Copperplate, "Copperplate Gothic Light", fantasy;
  font-style: normal;
  font-weight: 800;
}
.recruit .recruit_flex li a:hover {
  transform: scale(1.05, 1.05);
}
.recruit .recruit_flex .arrow {
  display: flex;
  align-items: center;
}
.recruit .recruit_flex .arrow span {
  background: #003f75;
  color: white;
}
.recruit h2 {
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-size: 50px;
  padding-left: 20%;
  position: relative;
  z-index: 5;
}
.recruit .illust {
  position: absolute;
  width: 200px;
}
.recruit .illust7 {
  top: -170px;
  left: 0;
  z-index: 1;
}
.recruit .illust8 {
  right: 0;
  bottom: -40px;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  .fv_box {
    margin-top: 0;
  }
  .fv_title {
    top: 60%;
    width: 436px;
  }
  .fv_title .title_box {
    font-size: 30px;
  }
  .fv_title .title_box span {
    font-size: 40px;
  }
  .fv_title .title_box .en {
    font-size: 14px;
  }
  .fv_title .circle1 {
    width: 100px;
    top: -30px;
    left: -80px;
  }
  .fv_title .circle2 {
    width: 100px;
    bottom: -30px;
    right: -70px;
  }
  .news h2 {
    margin-top: 180px;
  }
  .comapny_box {
    flex-direction: column;
  }
  .comapny_box .right {
    width: 80%;
    margin: 0 auto;
  }
  .job .square h3 {
    font-size: 24px;
  }
  .job .square .en {
    font-size: 16px;
  }
  .job .lozenge::before {
    width: 43.5px;
    left: -43px;
  }
  .job .lozenge::after {
    width: 43.5px;
    right: -43px;
  }
  .comapny_box .square h3 {
    font-size: 24px;
  }
  .comapny_box .lozenge::before {
    width: 45px;
    left: -40.5px;
  }
  .comapny_box .lozenge::after {
    width: 43.5px;
    right: -43px;
  }
  .comapny_box .lozenge {
    max-width: 80%;
  }
  .job .job_box:nth-child(2) .left {
    margin-right: 0%;
  }
  .person .person_flex {
    display: contents; /* ← 子要素を直接並べる */
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }
  /*
  .person_flex:nth-child(3) {
      .card:nth-child(1) {
          display: none;
      }
  }*/
  .person .card {
    width: calc(50% - 70px);
  }
  .person_box {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    justify-content: center;
  }
  .person_box h2 {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .swiper-container1 img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .fv_title .title_box {
    padding: 20px 5%;
  }
  .fv_box {
    flex-direction: column;
  }
  .fv_box .left {
    display: none;
    width: 27.4%;
  }
  .fv_box .right {
    width: 100%;
  }
  .fv_title {
    top: 60%;
    position: static;
    width: 90%;
    margin-top: -50px;
    max-width: 420px;
  }
  .fv_title .title_box {
    font-size: 20px;
    letter-spacing: -4px;
  }
  .fv_title .title_box span {
    font-size: 30px;
  }
  .fv_title .title_box .en {
    font-size: 11px;
    line-height: 100%;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
  }
  .fv_title .circle1 {
    width: 60px;
    top: -20px;
    left: -30px;
  }
  .fv_title .circle2 {
    width: 60px;
    bottom: -10px;
    right: -12%;
  }
  .news h2 {
    margin-top: 50px;
    font-size: 25px;
  }
  .news .news_box ul li a {
    display: flex;
    flex-wrap: wrap;
  }
  .news .news_box ul li a .date {
    width: 100%;
  }
  .message_box {
    flex-direction: column;
    padding: 40px 5%;
  }
  .message_box .left {
    width: 100%;
  }
  .message_box h2 {
    font-size: 22px;
    letter-spacing: -5px;
    margin-bottom: 10px;
  }
  .message_box h2 span {
    font-size: 18px;
    letter-spacing: 0px;
    padding-left: 5px;
  }
  .message_box h3 {
    font-size: 22px;
    letter-spacing: -5px;
  }
  .message_box h3 span {
    font-size: 27px;
  }
  .message_box p {
    width: 100%;
    line-height: 150%;
  }
  .message_box .bg {
    width: 65%;
  }
  .message_box .more {
    margin-top: 20px;
  }
  .comapny_box .right {
    width: 90%;
    margin: 0 auto;
  }
  .comapny_box .square h3 {
    font-size: 20px;
    letter-spacing: -3px;
    line-height: 120%;
  }
  .comapny_box .square .en {
    font-size: 14px;
    position: relative;
    z-index: 30;
  }
  .comapny_box .square .en.small {
    font-size: 11px;
  }
  .comapny_box .lozenge:nth-child(even) {
    margin-left: auto;
  }
  .person_box {
    flex-direction: column;
    gap: 30px;
  }
  .person_box .card {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  .job_sp_title h2 {
    font-family: "senobi-gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    color: #bfbfbf;
    letter-spacing: -7px;
    line-height: 150%;
    margin-bottom: 30px;
    margin: 30px auto;
    max-width: 90%;
    width: 1100px;
  }
  .job {
    padding-bottom: 0;
    overflow: hidden;
  }
  .job .job_box {
    width: 100%;
    max-width: 100%;
    margin: 0 0;
  }
  .job .job_box .right {
    position: relative;
  }
  .job .job_box .right img {
    width: 200%;
  }
  .job .job_box:nth-child(1) {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .job .job_box:nth-child(1) .right img {
    margin-left: -60%;
  }
  .job .job_box:nth-child(1) .left {
    margin-bottom: -5%;
  }
  .job .job_box:nth-child(1) .left .square {
    margin-right: 0%;
  }
  .job .job_box:nth-child(1) .lozenge {
    margin-right: 0;
  }
  .job .job_box:nth-child(2) {
    flex-direction: row;
    margin-top: 50px;
  }
  .job .job_box:nth-child(2) .right img {
    margin-left: -60%;
  }
  .job .job_box:nth-child(2) .left {
    margin-right: 0;
  }
  .job .job_box:nth-child(2) .lozenge {
    margin-top: 50%;
    width: 100%;
    margin-left: 0;
  }
  .job .lozenge {
    width: 100%;
    display: block;
  }
  .job .lozenge .arrow {
    padding-bottom: 10px;
  }
  .job .lozenge .arrow span {
    margin-left: auto;
    margin-right: 20%;
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .job .lozenge::before {
    width: 53px;
    left: -51.5px;
  }
  .job .lozenge::after {
    width: 53px;
    right: -52px;
  }
  .job .lozenge .square {
    padding-bottom: 0px;
  }
  .job .lozenge .square h3 {
    font-size: 20px;
    line-height: 140%;
  }
  .job .lozenge .square .en {
    font-size: 14px;
  }
  .job .job_box:nth-child(1) .en {
    margin-left: -37px;
    position: relative;
    z-index: 30;
  }
  .job .square {
    padding: 20px 0;
  }
  .job .illust3 {
    top: -90px;
    left: 10%;
    width: 80%;
    z-index: 20;
  }
  .job .illust4 {
    transform: scaleX(-1);
    width: 100px !important;
    left: auto;
    right: -20px;
  }
  .comapny_box {
    text-align: right;
  }
  .comapny_box h2 {
    position: relative;
    display: inline-block;
    font-size: 40px;
    margin-bottom: 0;
  }
  .comapny_box .left {
    display: none;
  }
  .comapny_box .lozenge_box {
    margin-left: -3%;
  }
  .comapny_box .illust7_sp {
    position: absolute;
    width: 80px;
    right: auto;
    top: -20px;
    left: -100px;
  }
  .comapny_box .illust7 {
    bottom: -70px;
    width: 100px;
  }
  .person {
    background-image: url(../../src/home/illust1_sp.webp);
    background-position: center center;
    margin-bottom: 20px;
  }
  .person h2 {
    text-align: center;
    padding-left: 0;
    font-size: 40px;
  }
  .person .int {
    font-size: 35px;
  }
  .person a .name {
    font-size: 15px;
  }
  .person .card img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .person .card img.interview {
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .person h2 {
    margin-bottom: 20px;
  }
  .sp_howto {
    position: relative;
  }
  .sp_howto .illust4 {
    width: 100px;
    position: absolute;
    transform: none;
    top: 20px;
    bottom: auto;
    right: 0px;
    left: auto;
    z-index: -1;
  }
  .job.howto .illust5 {
    width: 130px;
    right: auto;
    top: -50px;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transform: rotate(20deg);
  }
  .job.howto .job_box:nth-child(1) .en {
    margin-left: 0px;
  }
  .recruit {
    overflow: hidden;
    margin-top: 50px;
    background-size: 240%;
    margin-bottom: 50px;
  }
  .recruit h2 {
    padding-left: 0;
    font-size: 40px;
    text-align: center;
    margin-top: 30px;
  }
  .recruit .recruit_box {
    padding: 80px 0 0 0;
    max-width: 100%;
    padding-right: 5%;
  }
  .recruit .recruit_flex {
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .recruit .recruit_flex .right {
    padding-left: 0;
  }
  .recruit .recruit_flex li a .ja {
    font-size: 20px;
  }
  .recruit .recruit_flex li a .en {
    font-size: 10px;
  }
  .recruit .recruit_flex .arrow span {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .recruit .illust7 {
    width: 130px;
    top: auto;
    bottom: 0px;
    left: -20px;
    transform: scaleY(-1) rotate(180deg);
  }
  .recruit .illust8 {
    width: 130px;
    top: 0px;
    right: -20px;
  }
  .link {
    flex-direction: column;
    gap: 10px;
    position: fixed;
    bottom: 10px;
    width: 100px;
    right: 0;
    z-index: 300;
    display: flex;
    margin: 0 auto;
  }
  .link .left {
    width: auto;
    font-size: 9px;
  }
  .link .left a {
    width: 90px;
    height: 90px;
    line-height: 150%;
  }
  .link .left img {
    width: 100%;
  }
  .link .right a {
    width: 90px;
    height: 90px;
    line-height: 150%;
    font-size: 17px;
    margin: 0;
  }
}
@media screen and (max-width: 450px) {
  .person .card img {
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .comapny_box .square .en.small {
    margin-left: -15%;
  }
}
@media screen and (max-width: 380px) {
  .comapny_box .square h3 {
    font-size: 17px;
  }
  .job .lozenge .square .en {
    font-size: 12px;
  }
  .comapny_box .square .en.small {
    font-size: 7px;
    margin-left: 0%;
  }
  .comapny_box .lozenge::before {
    width: 43.5px;
    left: -37.5px;
  }
}/*# sourceMappingURL=home.css.map */