#visual {
  position: relative;
  min-width: 1100px;
}
@media (max-width: 480px) {
  #visual {
    min-width: 100%;
  }
}
#visual .visual {
  position: relative;
  width: 100%;
  height: 710px;
  background-image: url(../img/top-mv-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 480px) {
  #visual .visual {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    height: 145vw;
    background-image: url(../img/top-mv-sp.jpg);
  }
}
#visual .visual .visual_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-102%, -66%);
  width: 559px;
  z-index: 2;
}
@media (max-width: 480px) {
  #visual .visual .visual_txt {
    top: 22.5641025641vw;
    left: 5.1282051282vw;
    transform: none;
    width: 85vw;
  }
}
#visual .visual .visual_txt .sub_ttl {
  font-size: 2.65rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 25px #0a2240;
  padding-top: 15px;
  padding-left: 18px;
}
@media (max-width: 480px) {
  #visual .visual .visual_txt .sub_ttl {
    font-size: 4.2948717949vw;
    padding-top: 2.5641025641vw;
    padding-left: 3.0769230769vw;
  }
}

#thought {
  position: relative;
  width: 100%;
  height: 320px;
  background-image: url(../img/bg-blue.jpg);
  background-repeat: repeat;
  background-size: 100px;
  background-position: 0 0;
  color: #fff;
  text-align: center;
  overflow-x: clip;
}
@media (max-width: 480px) {
  #thought {
    height: 74.1025641026vw;
  }
}
#thought.section {
  padding: 0;
}
#thought .thought_inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}
@media (max-width: 480px) {
  #thought .thought_inner {
    padding: 11.5384615385vw 0;
  }
}
#thought .thought_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/hikari.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  mix-blend-mode: lighten;
}
@media (max-width: 480px) {
  #thought .thought_inner::before {
    content: none;
  }
}
#thought .wrap {
  z-index: 2;
  text-align: center;
}
@media (max-width: 480px) {
  #thought .wrap {
    text-align: left;
  }
}
#thought .wrap .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  #thought .wrap .ttl {
    font-size: 6.4102564103vw;
    margin-bottom: 5.641025641vw;
  }
}
#thought .wrap .msg {
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 1.9;
}
@media (max-width: 480px) {
  #thought .wrap .msg {
    font-size: 4.1025641026vw;
    line-height: 1.45;
    letter-spacing: 0;
  }
}
#thought::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/thought-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  mix-blend-mode: multiply;
}
@media (max-width: 480px) {
  #thought::before {
    content: none;
  }
}
#thought::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1600px;
  height: 320px;
  background-image: url(../img/thought-pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  mix-blend-mode: hard-light;
  z-index: 1;
}
@media (max-width: 480px) {
  #thought::after {
    width: 100%;
    height: 74.1025641026vw;
    background-image: url(../img/thought-sp.png);
  }
}

#business {
  position: relative;
  overflow-x: clip;
}
@media (max-width: 480px) {
  #business.section {
    padding-bottom: 0;
  }
}
#business::before {
  content: "";
  position: absolute;
  top: -160px;
  right: 50%;
  transform: translateX(145%);
  width: 669px;
  height: 545px;
  background-image: url(../img/diagonal-line_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  mix-blend-mode: multiply;
  z-index: 1;
}
@media (max-width: 480px) {
  #business::before {
    content: none;
  }
}
#business::after {
  content: "";
  position: absolute;
  top: 0;
  left: 45%;
  transform: translateX(-50%);
  width: 91%;
  min-width: 1200px;
  height: 100%;
  background-color: #fff;
  border-radius: 0 0 100px 0;
  z-index: 0;
}
@media (max-width: 480px) {
  #business::after {
    left: 0;
    transform: none;
    min-width: 96%;
    border-radius: 0;
  }
}
#business .msg {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 120px;
  z-index: 1;
}
@media (max-width: 480px) {
  #business .msg {
    font-size: 4.1025641026vw;
    line-height: 1.85;
    text-align: left;
    letter-spacing: 0;
    padding: 0 8% 0 4%;
    margin-bottom: 6.6666666667vw;
  }
}
#business .msg .strong {
  display: inline-block;
  line-height: 1.7;
  color: #fff;
  background-color: #0e3a74;
  padding: 0 8px;
  margin: 0 5px;
}
@media (max-width: 480px) {
  #business .msg .strong {
    padding: 0 1.0256410256vw;
    margin: 0 1.2820512821vw;
  }
}
#business .section_inner {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
#business .section_inner .flex_in {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 90px;
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #business .section_inner .flex_in {
    flex-direction: column-reverse;
    gap: 7.6923076923vw;
    width: 100%;
  }
}
#business .section_inner .flex_in:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  #business .section_inner .flex_in:not(:last-child) {
    margin-bottom: 12.8205128205vw;
  }
}
#business .section_inner .flex_in .content_l {
  position: relative;
  width: 50%;
  height: 400px;
}
@media (max-width: 480px) {
  #business .section_inner .flex_in .content_l {
    width: 100%;
    height: 44.2307692308vw;
  }
}
#business .section_inner .flex_in .content_l img {
  width: 786px;
  height: auto;
  aspect-ratio: 786/400;
  position: absolute;
  top: 0;
  right: 7px;
}
@media (max-width: 480px) {
  #business .section_inner .flex_in .content_l img {
    width: 96.0256410256vw;
    right: auto;
    left: 0;
    aspect-ratio: 749/345;
  }
}
#business .section_inner .flex_in .content_r {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  #business .section_inner .flex_in .content_r {
    width: 100%;
    padding: 0 8% 0 4%;
    margin-bottom: 0;
  }
}
#business .section_inner .flex_in .content_r .ttl {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  #business .section_inner .flex_in .content_r .ttl {
    font-size: 4.6153846154vw;
    padding-left: 6.4102564103vw;
    margin-bottom: 2.5641025641vw;
  }
}
#business .section_inner .flex_in .content_r .ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 197px;
  height: 26px;
  background-image: url(../img/ttl-point.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
@media (max-width: 480px) {
  #business .section_inner .flex_in .content_r .ttl::after {
    left: 0;
    width: 32.0512820513vw;
    height: 4.2307692308vw;
  }
}
#business .section_inner .flex_in .content_r ul li {
  position: relative;
  letter-spacing: 0.1rem;
  padding-left: 25px;
  margin-bottom: 3px;
}
@media (max-width: 480px) {
  #business .section_inner .flex_in .content_r ul li {
    font-size: 3.8461538462vw;
    letter-spacing: 0;
    padding-left: 6.4102564103vw;
    margin-bottom: 1.2820512821vw;
  }
}
#business .section_inner .flex_in .content_r ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url(../img/list-marker.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 0 0;
}
@media (max-width: 480px) {
  #business .section_inner .flex_in .content_r ul li::before {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
  }
}

#recruit {
  position: relative;
}
#recruit::before {
  content: "";
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 445px;
  height: 556px;
  background-image: url(../img/diagonal-line_left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  mix-blend-mode: multiply;
}
@media (max-width: 480px) {
  #recruit::before {
    content: none;
  }
}
#recruit .recruit_inner {
  position: relative;
  width: 1100px;
  height: 359px;
  margin: 50px 0 20px;
}
@media (max-width: 480px) {
  #recruit .recruit_inner {
    width: 100%;
    height: 115.3846153846vw;
    margin: 0;
  }
}
#recruit .recruit_inner .recruit_bnr {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/recruit-bnr-pc.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  text-decoration: none;
  padding: 40px 45px;
}
@media (max-width: 480px) {
  #recruit .recruit_inner .recruit_bnr {
    background-image: url(../img/recruit-bnr-sp.jpg);
    background-size: cover;
    padding: 6.9230769231vw 4.8717948718vw 0 5.1282051282vw;
  }
}
#recruit .recruit_inner .recruit_bnr .bnr_txt .ttl {
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 1;
  color: #e3cc29;
  text-shadow: -1.36px 1.46px 21px rgba(0, 27, 57, 0.6);
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  #recruit .recruit_inner .recruit_bnr .bnr_txt .ttl {
    font-size: 10.2564102564vw;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.2820512821vw;
    margin-bottom: 4.4871794872vw;
  }
}
#recruit .recruit_inner .recruit_bnr .bnr_txt .sub_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 530px;
  height: 38px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 0.8;
  color: #333;
  background-color: #fff;
  border-radius: 50px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  #recruit .recruit_inner .recruit_bnr .bnr_txt .sub_ttl {
    width: 81.9230769231vw;
    height: 8.0769230769vw;
    font-size: 4.4871794872vw;
    margin-bottom: 2.5641025641vw;
  }
}
#recruit .recruit_inner .recruit_bnr .bnr_txt .list {
  width: 530px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  #recruit .recruit_inner .recruit_bnr .bnr_txt .list {
    width: 100%;
    font-size: 4.358974359vw;
    margin-bottom: 0;
  }
}
#recruit .recruit_inner .recruit_bnr .bnr_txt .list ul {
  display: flex;
  flex-wrap: wrap;
}
#recruit .recruit_inner .recruit_bnr .bnr_txt .list ul li {
  position: relative;
  width: 53%;
  line-height: 1.6;
  letter-spacing: 0.3rem;
  text-shadow: -1.36px 1.46px 21px rgba(0, 27, 57, 0.6);
}
@media (max-width: 480px) {
  #recruit .recruit_inner .recruit_bnr .bnr_txt .list ul li {
    width: auto;
    line-height: 1.7;
    letter-spacing: 0.5128205128vw;
    margin-right: 6.4102564103vw;
  }
  #recruit .recruit_inner .recruit_bnr .bnr_txt .list ul li.item01 {
    order: 1;
    width: 100%;
  }
  #recruit .recruit_inner .recruit_bnr .bnr_txt .list ul li.item03 {
    position: relative;
    order: 2;
  }
  #recruit .recruit_inner .recruit_bnr .bnr_txt .list ul li.item03::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-37%);
    right: -2.8205128205vw;
    width: 0.5128205128vw;
    height: 5.1282051282vw;
    background-color: #fff;
  }
  #recruit .recruit_inner .recruit_bnr .bnr_txt .list ul li.item04 {
    order: 3;
  }
  #recruit .recruit_inner .recruit_bnr .bnr_txt .list ul li.item02 {
    order: 4;
    width: 100%;
  }
}
#recruit .recruit_inner .recruit_bnr .bnr_txt .list ul li:nth-child(odd) {
  width: 47%;
}
@media (max-width: 480px) {
  #recruit .recruit_inner .recruit_bnr .bnr_txt .list ul li:nth-child(odd) {
    width: 48.5%;
  }
}
#recruit .recruit_inner .recruit_bnr .bnr_txt .list ul li:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-42%);
  width: 2px;
  height: 70%;
  background-color: #fff;
}
@media (max-width: 480px) {
  #recruit .recruit_inner .recruit_bnr .bnr_txt .list ul li:nth-child(odd)::after {
    content: none;
  }
}
#recruit .recruit_inner .recruit_bnr .bnr_txt .h-txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  transition: color 0.3s;
}
@media (max-width: 480px) {
  #recruit .recruit_inner .recruit_bnr .bnr_txt .h-txt {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 3.8461538462vw;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9.4871794872vw;
    font-size: 4.1025641026vw;
    color: #0e3a74;
    background-color: #f4d600;
  }
}
#recruit .recruit_inner .recruit_bnr .bnr_txt .h-txt .icon {
  display: inline-block;
  width: 26px;
  aspect-ratio: 1/1;
  height: auto;
  -webkit-mask-image: url(../img/handle.svg);
          mask-image: url(../img/handle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  transition: background-color 0.3s, transform 0.6s;
  margin-right: 11px;
}
@media (max-width: 480px) {
  #recruit .recruit_inner .recruit_bnr .bnr_txt .h-txt .icon {
    width: 5.5128205128vw;
    -webkit-mask: none;
            mask: none;
    background: none;
    margin-right: 0;
  }
}
#recruit .recruit_inner .recruit_bnr .bnr_txt .h-txt .line {
  display: block;
  width: 270px;
  height: 1px;
  background-color: #fff;
  margin-left: 20px;
  transition: background-color 0.3s;
}
@media (max-width: 480px) {
  #recruit .recruit_inner .recruit_bnr .bnr_txt .h-txt .line {
    display: none;
  }
}
@media (min-width: 480px) {
  #recruit .recruit_inner .recruit_bnr:hover .bnr_txt .h-txt {
    color: #e3cc29;
  }
  #recruit .recruit_inner .recruit_bnr:hover .bnr_txt .h-txt .icon {
    background-color: #e3cc29;
    transform: rotate(360deg);
  }
  #recruit .recruit_inner .recruit_bnr:hover .bnr_txt .h-txt .line {
    background-color: #e3cc29;
  }
}/*# sourceMappingURL=top.css.map */