.top {
  position: relative;
  margin-top: 70px;
  overflow: hidden;
}
.top .link {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 100;
  background: white;
  padding: 30px 50px;
  width: 25%;
}

h1 {
  display: none;
}

.link {
  font-size: 2.2vw;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  border-radius: 0 30px 30px 0;
}

.link-btn {
  font-family: "m-plus-2c", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 20px;
}
.link-btn a {
  background: #e71f18;
  color: white;
  padding: 6px 40px 6px 20px;
  position: relative;
  border-radius: 9999px;
  font-size: 18px;
  width: 100%;
  display: block;
  text-align: center;
}
.link-btn .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  color: white;
}

.home {
  font-family: "m-plus-2c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.home h2 {
  line-height: 230%;
}
.home h2 .en {
  text-align: center;
  color: #e71e19;
  font-size: 40px;
  font-weight: 800;
}
.home h2 .ja {
  font-size: 20px;
  text-align: center;
  color: #07308b;
  font-weight: 600;
}

section {
  margin-bottom: 100px;
}

.news-box {
  border: solid 1px #9a9a9a;
  margin: 30px auto;
  padding: 50px 0;
  font-size: 16px;
  width: 1000px;
  max-width: 90%;
}
.news-box ul {
  padding-left: 0;
}
.news-box .date {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.news-box .date .time {
  padding-right: 30px;
}
.news-box .date .cat {
  border: solid 1px #e71e19;
  padding: 2px 10px;
}
.news-box li {
  padding: 20px 0;
  border-bottom: dashed 3px #a5a5a5;
}
.news-box li a {
  display: block;
  padding-right: 80px;
  position: relative;
}
.news-box li .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 40px;
}
.news-box .news-list {
  width: 90%;
  margin: 0 auto;
  border-top: dashed 3px #a5a5a5;
  margin-top: 20px;
  overflow-y: scroll;
  height: 330px;
}

.more {
  text-align: center;
  margin-top: 30px;
}
.more a {
  color: white;
  display: inline;
  background: #07308b;
  padding: 5px 20px;
  border-radius: 5px;
}

.new {
  font-size: 35px;
}

.business-box {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  max-width: 90%;
  margin: 50px auto;
  gap: 30px;
}
.business-box a {
  width: calc(25% - 30px);
  text-align: center;
  display: flex;
  flex-direction: column;
  border: dashed 3px #ff4e50;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.business-box .en {
  font-family: "m-plus-2c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
}
.business-box .en span {
  color: #e71e19;
}
.business-box .ja {
  font-family: "m-plus-2c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  font-size: 35px;
  flex-grow: 1;
}
.business-box .ja.small {
  font-size: 25px;
  line-height: 120%;
}
.business-box .img {
  margin-top: 20px;
  position: relative;
  margin-bottom: 30px;
}
.business-box .img .icon {
  position: absolute;
  width: 80px;
  right: 0;
  bottom: -30px;
}

.flex {
  margin: 150px auto;
}
.flex .more {
  color: white;
  background: #07308b;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 5px;
}
.flex .more:hover {
  transform: scale(1.1);
}
.flex .more.pc {
  display: inline-block !important;
}
.flex .flex-box {
  display: flex;
  align-items: center;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
.flex .flex-box .f1 {
  width: 50%;
}
.flex .flex-box .f2 {
  width: 50%;
  text-align: center;
}
.flex .flex-box .f2 h2 {
  margin-bottom: 20px;
}

.company.flex .flex-box {
  flex-direction: row-reverse;
}

.recruit {
  background: #0177c1;
}
.recruit .flex-box {
  display: flex;
  align-items: center;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
.recruit .flex-box h2 .en {
  color: white;
}
.recruit .flex-box h2 .ja {
  color: #011a4d;
}
.recruit .flex-box .left {
  width: 50%;
}
.recruit .flex-box .right {
  width: 50%;
  text-align: center;
  padding: 30px 0;
}
.recruit .flex-box .right p {
  color: white;
  text-align: left;
  margin: 30px auto;
  line-height: 200%;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
}
.recruit .flex-box .right .more {
  color: white;
  border: solid 1px white;
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px;
  border-radius: 5px;
}
.recruit .flex-box .right .more:hover {
  transform: scale(1.1);
}

.sns-box {
  font-family: "m-plus-2c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  width: 1200px;
  margin: 50px auto;
  max-width: 90%;
  padding: 20px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  background: #f7f7f7;
}

.sns-box.other .left {
  width: 50px;
}
.sns-box.other a {
  width: 250px;
}
.sns-box.other a img {
  width: 230px;
  max-width: 100%;
}

.sns-title {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.sns-title .left {
  padding-right: 10px;
}
.sns-title .left img {
  width: 50px;
}

.sns-flex {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: wrap;
  padding: 30px 0;
  gap: 30px;
}
.sns-flex a {
  width: 220px;
  text-align: center;
}
.sns-flex a img {
  width: 120px;
  margin: 0 auto;
}
.sns-flex a .name {
  font-size: 18px;
  margin-top: 5px;
}

@media screen and (max-width: 1200px) {
  .business-box {
    justify-content: center;
  }
  .business-box a {
    width: calc(50% - 30px);
    max-width: 300px;
  }
  .top .link {
    padding: 30px 0;
  }
  .top .link .title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .link-btn a {
    display: inline;
  }
}
@media screen and (max-width: 1100px) {
  .top {
    margin-top: 50px;
  }
}
@media screen and (max-width: 700px) {
  .home h2 .en {
    font-size: 24px;
  }
  .home h2 .ja {
    font-size: 14px;
  }
  .top .link {
    padding: 15px 20px;
    font-size: 14px;
    width: auto;
    border-radius: 0 10px 10px 0;
    bottom: 15%;
  }
  .top .link .title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .news-box li a {
    padding-right: 50px;
  }
  .news-box li .arrow {
    width: 30px;
  }
  .link-btn a {
    font-size: 14px;
  }
  .business-box a {
    width: 100%;
    padding: 0;
  }
  .business-box a .img {
    margin-top: 0;
    margin-bottom: 0;
  }
  .business .title {
    border-radius: 1.2em;
  }
  .business .business-box {
    margin: 0 auto;
  }
  .flex .flex-box {
    flex-direction: column-reverse;
  }
  .flex .flex-box .f1 {
    width: 90%;
  }
  .flex .flex-box .f2 {
    width: 90%;
  }
  .company.flex .flex-box {
    flex-direction: column-reverse;
  }
  .recruit .flex-box {
    flex-direction: column;
  }
  .flex .more.sp {
    display: inline-block !important;
  }
  .flex .more.pc {
    display: none !important;
  }
  .flex .f1 {
    text-align: center;
  }
  .flex .f1 img {
    margin-bottom: 30px;
  }
  .recruit .flex-box .left {
    width: 100%;
  }
  .recruit .flex-box .right {
    width: 100%;
    max-width: 100%;
    padding-bottom: 50px;
  }
  .recruit .flex-box h2 .en {
    margin-top: 50px;
  }
  .sns-flex {
    gap: 30px;
  }
  .sns-flex a {
    min-width: 100px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .sns-flex a img {
    width: 80px;
  }
  .sns-flex a .name {
    font-size: 14px;
    margin-top: 5px;
    white-space: nowrap;
  }
  .sns-box.other a {
    max-width: 100%;
  }
}/*# sourceMappingURL=home.css.map */