@-webkit-keyframes bar {
  0% {
    height: 0;
    top: 0;
  }
  60% {
    height: 5rem;
    top: 5rem;
  }
  100% {
    height: 0;
    top: 10rem;
  }
}
@keyframes bar {
  0% {
    height: 0;
    top: 0;
  }
  60% {
    height: 5rem;
    top: 5rem;
  }
  100% {
    height: 0;
    top: 10rem;
  }
}
@-webkit-keyframes scrollAnim {
  0% {
    height: 0;
    bottom: 9rem;
  }
  70% {
    height: 4.5rem;
  }
  80% {
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}
@keyframes scrollAnim {
  0% {
    height: 0;
    bottom: 9rem;
  }
  70% {
    height: 4.5rem;
  }
  80% {
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}
.header {
  transition: all ease-in-out 0.6s;
  opacity: 0;
}
.header.topAnim {
  opacity: 1;
}

.mv {
  position: relative;
  padding-bottom: 8.5rem;
}
.mv__copy {
  position: absolute;
  top: 7%;
  left: 3rem;
  font-size: 1.2rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #004097;
  writing-mode: vertical-rl;
  transition: all ease-in-out 0.6s;
  transform: translateX(-5rem);
  opacity: 0;
}
.mv__copy.topAnim {
  transform: translateX(0);
  opacity: 1;
}
.mv__note {
  position: absolute;
  top: 10%;
  left: 11%;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .mv__note {
    left: 5%;
  }
}
.mv__note .title {
  font-size: 10rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  transition: all ease-in-out 0.6s;
  transform: translateX(5rem);
  opacity: 0;
}
.mv__note .title.topAnim {
  transform: translateX(0);
  opacity: 1;
}
.mv__note .title .detail {
  display: flex;
  align-items: center;
}
.mv__note .title span {
  color: #00b1dd;
}
.mv__note .title .last {
  position: relative;
  width: 100%;
  color: #0377b9;
}
.mv__note .title .last::after {
  content: "";
  background-image: url("../../assets/img/top/mv-name.png");
  background-size: cover;
  position: absolute;
  bottom: -2rem;
  right: -9rem;
  margin: auto;
  height: 8rem;
  width: 18rem;
}
.mv__note .title .memo {
  font-weight: 900;
  font-size: 3.6rem;
  color: #fff;
  background-color: #00b1dd;
  padding: 1rem 2.2rem 0.6rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .mv__note .title .memo {
    font-size: 3.4rem;
  }
}
.mv__note .txt {
  font-size: 2.4rem;
  margin-top: 6rem;
  transition: all ease-in-out 0.6s;
  transform: translateX(5rem);
  opacity: 0;
  font-weight: 500;
}
.mv__note .txt.topAnim {
  transform: translateX(0);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .mv__note .txt {
    font-size: 3.2rem;
    line-height: 1.6;
    margin-top: 4rem;
  }
}
.mv__banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 29%;
  transition: all ease-in-out 0.6s;
  opacity: 0;
  z-index: 2;
}
.mv__banner.topAnim {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .mv__banner {
    width: 60%;
  }
}
.mv__banner .swiper-container {
  overflow: hidden;
}
.mv__subcontroller {
  position: absolute;
  right: -59.2%;
  bottom: 0;
  background-color: #231815;
  height: 7.1vw;
  width: 7.1vw;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .mv__subcontroller {
    right: -23.2%;
    height: 14vw;
    width: 14vw;
  }
}
.mv__subcontroller .swiper-button-next {
  right: 0;
  left: 0;
  top: 25%;
  margin: auto;
  font-size: 2rem;
  color: #fff;
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) and (max-width: 1650px) {
  .mv__subcontroller .swiper-button-next {
    top: 15%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .mv__subcontroller .swiper-button-next {
    top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .mv__subcontroller .swiper-button-next {
    top: 0;
  }
}
.mv__subcontroller .swiper-button-next::after {
  font-size: 2.5vw;
}
@media only screen and (max-width: 767px) {
  .mv__subcontroller .swiper-button-next::after {
    font-size: 3.5rem;
  }
}
.mv__subcontroller .swiper-pagination {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 2rem;
  bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .mv__subcontroller .swiper-pagination {
    font-family: 2.2rem;
    bottom: 0.5rem;
  }
}
.mv__subcontroller .swiper-pagination-current {
  color: #00b1dd;
  font-size: 1.2em;
  margin-right: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .mv__subcontroller .swiper-pagination-current {
    font-size: 2.8rem;
  }
}
.mv__subcontroller .swiper-pagination-total {
  font-size: 0.8em;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .mv__subcontroller .swiper-pagination-total {
    font-size: 2.4rem;
  }
}
.mv__thumbnail {
  position: absolute;
  bottom: 0;
  left: 29%;
  overflow: hidden;
  width: 10%;
  border: 1rem solid #e6e6e6;
  z-index: 2;
  pointer-events: none;
  transition: all ease-in-out 0.6s;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.mv__thumbnail:hover {
  opacity: 0.7;
}
.mv__thumbnail.topAnim {
  opacity: 1;
}
.mv__search {
  position: absolute;
  bottom: 15%;
  left: 31%;
  text-align: right;
  width: 62%;
  z-index: 2;
  transition: all ease-in-out 0.6s;
  transform: translateY(5rem);
  opacity: 0;
}
.mv__search.topAnim {
  transform: translateX(0);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .mv__search {
    position: static;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
    width: 100%;
  }
}
.mv__subtitle {
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 767px) {
  .mv__subtitle {
    display: flex;
    justify-content: center;
    padding: 2rem;
  }
}
.mv__subtitle .en {
  color: #00b1dd;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 3.6rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .mv__subtitle .en {
    font-size: 5.4rem;
  }
}
.mv__subtitle .ja {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mv__subtitle .ja {
    font-size: 2.7rem;
  }
}
.mv__list {
  display: flex;
  background-color: #fff;
  padding: 2rem;
  margin-top: -2.5rem;
}
@media print, screen and (min-width: 768px) {
  .mv__list {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .mv__list {
    flex-wrap: wrap;
    padding: 2rem 5% 3rem;
    gap: 0.8rem 2%;
  }
}
.mv__item {
  font-weight: 500;
  width: 10.5%;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .mv__item {
    width: 32%;
  }
}
.mv__item.electronic .arrow--white {
  border: 1px solid #E6891E;
}
.mv__item.electronic .arrow--white::before {
  background-color: rgba(230, 137, 30, 0.5);
}
.mv__item.life .arrow--white {
  border: 1px solid #E6D21E;
}
.mv__item.life .arrow--white::before {
  background-color: rgba(230, 210, 30, 0.5);
}
.mv__item.medicine .arrow--white {
  border: 1px solid #96C23A;
}
.mv__item.medicine .arrow--white::before {
  background-color: rgba(150, 194, 58, 0.5);
}
.mv__item.material .arrow--white {
  border: 1px solid #519850;
}
.mv__item.material .arrow--white::before {
  background-color: rgba(81, 152, 80, 0.5);
}
.mv__item.car .arrow--white {
  border: 1px solid #1ba1e7;
}
.mv__item.car .arrow--white::before {
  background-color: rgba(27, 161, 231, 0.5);
}
.mv__item.sustainable .arrow--white {
  border: 1px solid #9A77B9;
}
.mv__item.sustainable .arrow--white::before {
  background-color: rgba(154, 119, 185, 0.5);
}
.mv__item.innovation .arrow--white {
  border: 1px solid #0377B9;
}
.mv__item.innovation .arrow--white::before {
  background-color: rgba(3, 119, 185, 0.5);
}
.mv__item.consignment .arrow--white {
  border: 1px solid #E78BB4;
}
.mv__item.consignment .arrow--white::before {
  background-color: rgba(231, 139, 180, 0.5);
}
.mv__item .arrow--white {
  position: relative;
  display: block;
  padding-top: 100%;
  width: 100%;
  text-align: center;
  border: 1px solid #EC6571;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .mv__item .arrow--white {
    padding-top: 52%;
  }
}
.mv__item .arrow--white:hover::before {
  transform: translate(35%, 35%) rotate(-53deg);
}
.mv__item .arrow--white:hover::after {
  right: 0.4rem;
}
.mv__item .arrow--white::before {
  content: "";
  position: absolute;
  right: 0.6rem;
  bottom: -1.6rem;
  background-color: rgba(236, 101, 113, 0.5);
  height: 200%;
  width: 200%;
  transition: all ease-in-out 0.3s;
  transform: translate(70%, 70%) rotate(-53deg);
}
@media only screen and (max-width: 767px) {
  .mv__item .arrow--white::before {
    right: 0.6rem;
    bottom: 5.4rem;
    height: 230%;
    width: 230%;
  }
}
.mv__item .arrow--white::after {
  top: auto;
  bottom: 1rem;
  right: 1rem;
}
.mv__item .arrow--white span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .mv__item .arrow--white span {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .mv__sliders {
    position: relative;
  }
}
.mv__slider {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  width: 76%;
}
.mv__slider::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/top/mv-cover.png");
  background-size: cover;
  top: 0;
  left: 0;
  height: 100%;
  width: 10rem;
  z-index: 2;
}
.mv__slider.topAnim::after {
  transform: scaleX(0);
}
.mv__slider .swiper-slide {
  overflow: hidden;
  padding: 0 1px;
}
.mv__slider .swiper-slide-active .swiper-img, .mv__slider .swiper-slide-duplicate-active .swiper-img, .mv__slider .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}
.mv__slider .swiper-img img {
  display: block;
}
.mv__controller {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 3rem;
  z-index: 3;
}
.mv__controller .swiper-pagination {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: static;
  margin-top: 2rem;
}
.mv__controller .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin-top: 1rem !important;
  height: 1rem;
  width: 1rem;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
}
.mv__controller .swiper-pagination .swiper-pagination-bullet-active {
  border: none;
  background-color: #000;
}
.mv__bar {
  height: 10rem;
  width: 2px;
  background-color: #fff;
  overflow: hidden;
}
.mv__bar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: inherit;
  width: inherit;
  background-color: #f0a035;
  -webkit-animation: bar 5.5s ease-in-out 0s infinite normal;
          animation: bar 5.5s ease-in-out 0s infinite normal;
}
.mv__scroll {
  position: absolute;
  bottom: 8.5rem;
  right: 3.5rem;
  font-size: 1.2rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  padding-bottom: 10rem;
  writing-mode: vertical-rl;
  z-index: 3;
  transition: all ease-in-out 0.6s;
  transform: translateX(5rem);
  opacity: 0;
}
.mv__scroll.topAnim {
  transform: translateX(0);
  opacity: 1;
}
.mv__scroll::before, .mv__scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 9rem;
  background-color: #fff;
}
.mv__scroll::after {
  height: 0rem;
  background-color: #f0a035;
  -webkit-animation: scrollAnim 3s ease-in-out 0s infinite normal forwards;
          animation: scrollAnim 3s ease-in-out 0s infinite normal forwards;
}

.news {
  margin-top: 12rem;
}
@media only screen and (max-width: 767px) {
  .news {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .news .wrapper {
    width: 100%;
  }
}
.news .wrapper.first {
  background-color: #f5f8fa;
  padding: 10rem 0 7rem;
}
@media only screen and (max-width: 767px) {
  .news .wrapper.first {
    padding: 10rem 0;
  }
}
.news__btn {
  margin-top: -4rem;
}
@media only screen and (max-width: 767px) {
  .news__btn {
    margin-top: -6.5rem;
  }
}
.news__btn .btnType01 {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .news__btn .btnType01 {
    margin: auto;
  }
}

.product {
  padding: 10rem 0 15rem;
  margin-top: 12rem;
}
@media only screen and (max-width: 767px) {
  .product {
    margin-top: 14rem;
  }
}
.product::before, .product::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 65rem;
  width: 100%;
  background-image: url("../../assets/img/top/product-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.product::after {
  background: #fff;
  transform-origin: center right;
  transition: all ease-in-out 1s;
}
.product.scrollActive::after {
  transform: scaleX(0);
}
.product .wrapper {
  position: relative;
  z-index: 4;
}
.product__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .product__info {
    position: relative;
    display: block;
  }
}
.product__info .img {
  width: 10rem;
}
@media only screen and (max-width: 767px) {
  .product__info .img {
    position: absolute;
    top: 8rem;
    right: 0;
    width: 12rem;
  }
}
.product__info .titleType01--en {
  color: #fff;
}
.product__info .titleType01--en::after {
  background-color: #fff;
}
.product__info .titleType01--ja {
  color: #fff;
}
.product__info .note {
  color: #fff;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .product__info .note {
    margin-top: 8rem;
  }
}
.product__wrapper {
  margin-top: 10rem;
}
.product__inner01 {
  padding: 10rem 9rem 8rem 9rem;
  background-color: #f5f8fa;
}
@media only screen and (max-width: 767px) {
  .product__inner01 {
    padding: 12rem 0 10rem 0;
  }
}
.product__inner01 .note {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .product__inner01 .note {
    margin-top: 5rem;
  }
}
.product__title {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .product__title {
    display: block;
  }
}
.product__title .en {
  font-size: 6rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  color: #004097;
  margin-right: 4rem;
}
@media only screen and (max-width: 767px) {
  .product__title .en {
    display: inline;
    margin-right: 0;
    line-height: 1.4;
  }
}
.product__title .ja {
  display: inline-block;
  color: #fff;
  border-radius: 5rem;
  background-color: #004097;
  font-size: 2.2rem;
  padding: 1rem 2.4rem 1.4rem;
}
@media only screen and (max-width: 767px) {
  .product__title .ja {
    display: inline;
    position: relative;
    top: -1.5rem;
    left: 2rem;
    font-size: 2.8rem;
  }
}
.product__inner02 {
  display: flex;
  justify-content: center;
  background-color: #ebeef5;
  padding: 8rem 9rem;
  gap: 2%;
}
@media only screen and (max-width: 767px) {
  .product__inner02 {
    flex-wrap: wrap;
    padding: 10rem 3.5rem;
  }
}
.product__inner02 .note {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .product__inner02 .note {
    margin-top: 2rem;
  }
}
.product__content {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .product__content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .product__content:not(:first-child) {
    margin-top: 5rem;
  }
}
.product__content:first-child .product__link {
  background-color: #2391d0;
}
.product__content:first-child .product__link:hover {
  color: #2391d0;
}
.product__content:first-child .product__link:hover span::after {
  right: 1rem;
  background-image: url("../../assets/img/common/icon-arrow-blue.svg");
}
.product__content:first-child .product__link::after {
  border: 1px solid #2391d0;
}
.product__content:nth-child(2) .product__link {
  background-color: #0377b9;
}
.product__content:nth-child(2) .product__link:hover {
  color: #0377b9;
}
.product__content:nth-child(2) .product__link:hover span::after {
  right: 1rem;
  background-image: url("../../assets/img/common/icon-arrow-navy.svg");
}
.product__content:nth-child(2) .product__link::after {
  border: 1px solid #0377b9;
}
.product__link {
  height: auto;
  width: 100%;
  letter-spacing: 0.6px;
}
.product__link span {
  position: relative;
  display: block;
  line-height: 10rem;
  height: 10rem;
  padding-left: 3rem;
}
@media only screen and (max-width: 767px) {
  .product__link span {
    font-size: 3.4rem;
    line-height: 17.5rem;
    height: 17.5rem;
  }
}
.product__link span::after {
  right: 2rem;
}
.product__link span strong {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .product__link span strong {
    font-size: 3.8rem;
  }
}
.product__link span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5rem;
  margin: auto;
  background-image: url("../../assets/img/common/icon-search.svg");
  background-size: cover;
  height: 7rem;
  width: 6rem;
}
@media only screen and (max-width: 767px) {
  .product__link span::before {
    left: 3rem;
    height: 13.5rem;
    width: 11.5rem;
  }
}

.about {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about__bg {
    position: relative;
    margin-top: 12rem;
  }
}
.about__bg + .wrapper {
  margin-top: 38rem;
}
@media only screen and (max-width: 767px) {
  .about__bg + .wrapper {
    margin-top: 18rem;
  }
}
.about__bg figure {
  position: absolute;
}
.about__bg figure:first-child {
  top: 0;
  left: 0;
  height: 73rem;
  width: 16.25%;
}
.about__bg figure:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.about__bg figure:nth-child(2) {
  top: 63rem;
  left: 8%;
  width: 23rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .about__bg figure:nth-child(2) {
    top: auto;
    bottom: -8rem;
    left: 5%;
    width: 30%;
  }
}
.about__bg figure:nth-child(3) {
  top: 2rem;
  right: 20%;
  width: 30rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .about__bg figure:nth-child(3) {
    top: -6rem;
    right: 5%;
    width: 40%;
  }
}
.about__bg figure:nth-child(4) {
  top: 20rem;
  right: 0;
  height: 61rem;
  width: 33%;
}
@media only screen and (max-width: 767px) {
  .about__bg figure:nth-child(4) {
    position: static;
    width: 63rem;
  }
}
.about__bg figure:nth-child(4) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.about__wrapper.wrapper {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .about__wrapper.wrapper {
    margin-left: 22%;
    padding-top: 4rem;
    width: 37.5%;
  }
}
.about__wrapper.wrapper .note {
  margin-top: 3rem;
}
.about__wrapper.wrapper .btnType01 {
  margin: 5rem 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .about__wrapper.wrapper .btnType01 {
    margin: 5rem auto 0;
  }
}
.about__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about__item {
  position: relative;
  width: 49%;
  margin-top: 2%;
}
@media only screen and (max-width: 767px) {
  .about__item {
    margin-top: 2rem;
    width: 100%;
  }
}
.about__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 177, 221, 0.5);
  z-index: 2;
}
.about__item .btnType01 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
  width: 38rem;
}
@media only screen and (max-width: 767px) {
  .about__item .btnType01 {
    height: 10.5rem;
    width: 46rem;
  }
}
.about__item .btnType01:hover::after {
  border: 1px solid #00b1dd;
}
.about__item .btnType01::after {
  border: 1px solid #fff;
}
.about__item .btnType01 span {
  font-size: 2.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .about__item .btnType01 span {
    font-size: 3.6rem;
  }
}

.ir {
  position: relative;
  margin-top: 12rem;
}
.ir.other {
  margin-top: 48rem;
}
@media only screen and (max-width: 767px) {
  .ir.other {
    margin-top: 14rem;
  }
}
@media only screen and (max-width: 767px) {
  .ir {
    margin-top: 14rem;
  }
}
.ir__bg figure {
  position: absolute;
}
.ir__bg figure:first-child {
  top: 0;
  left: 0;
  width: 86%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .ir__bg figure:first-child {
    width: 100%;
  }
}
.ir__bg figure:last-child {
  right: 0;
  bottom: 0;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .ir__bg figure:last-child {
    width: 82%;
  }
}
.ir .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 15rem 0 10rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .ir .wrapper {
    flex-wrap: wrap;
    padding: 15rem 0 20rem;
  }
}
.ir__content {
  padding: 6.5rem 10rem;
  background-color: #f5f8fa;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .ir__content {
    padding: 10rem 3.5rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ir__content:last-child {
    margin-top: 2rem;
  }
}
.ir__content .btnType01 {
  margin-top: 4rem;
}
.ir__content .note {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .ir__content .note {
    margin-top: 5rem;
  }
}
.ir .articleList02 {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .ir .articleList02 {
    margin-top: 6rem;
  }
}

.recruit {
  margin-top: 12rem;
}
@media only screen and (max-width: 767px) {
  .recruit {
    margin-top: 14rem;
  }
}
.recruit .titleType01 {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .recruit .titleType01 {
    padding-left: 10rem;
  }
}
.recruit .note {
  margin: 2rem auto 5rem;
}
@media only screen and (max-width: 767px) {
  .recruit .note {
    text-align: left;
  }
}
.recruit .wrapper {
  position: relative;
  margin-top: 5rem;
}
.recruit .wrapper::after {
  content: "";
  position: absolute;
  top: -13.4rem;
  right: 0;
  margin: auto;
  background-image: url("../../assets/img/top/icon-recruit.png");
  background-size: cover;
  height: 15rem;
  width: 12.8rem;
}
@media only screen and (max-width: 767px) {
  .recruit .wrapper::after {
    top: -21.4rem;
    right: 5rem;
    height: 19.2rem;
    width: 16.4rem;
  }
}
.recruit__wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .recruit__wrapper {
    flex-wrap: wrap;
  }
}
.recruit__wrapper.last {
  margin-top: 5rem;
}
.recruit__content {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .recruit__content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .recruit__content:not(:first-child) {
    margin-top: 5rem;
  }
}
.recruit__content .btnType01 {
  font-size: 2rem;
  line-height: 9.5rem;
  height: 10rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .recruit__content .btnType01 {
    font-size: 3.4rem;
    height: 17rem;
    line-height: 17rem;
  }
}
.recruit__content .btnType01.interview:hover .arrow--white::before {
  background-image: url("../../assets/img/common/icon-book-pen-lightblue.svg");
}
.recruit__content .btnType01.interview:hover .arrow--white::after {
  background-image: url("../../assets/img/common/icon-arrow-blue.svg");
  right: 1rem;
}
.recruit__content .btnType01.interview .arrow--white {
  position: relative;
  height: 100%;
}
.recruit__content .btnType01.interview .arrow--white::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4rem;
  margin: auto;
  background-image: url("../../assets/img/common/icon-book-pen.svg");
  background-size: cover;
  transition: all ease-in-out 0.3s;
  height: 2.3rem;
  width: 3.85rem;
}
@media only screen and (max-width: 767px) {
  .recruit__content .btnType01.interview .arrow--white::before {
    height: 4.1rem;
    width: 6.85rem;
  }
}
.recruit__content .btnType01.interview span {
  display: inline;
  position: relative;
}
.recruit__content .btnType01.interview span::before {
  content: "";
  position: absolute;
  bottom: -3.4rem;
  right: -11rem;
  margin: auto;
  background-image: url("../../assets/img/common/txt-interview.png");
  background-size: cover;
  transition: all ease-in-out 0.3s;
  height: 4.6rem;
  width: 12rem;
}
@media only screen and (max-width: 767px) {
  .recruit__content .btnType01.interview span::before {
    height: 7.4rem;
    width: 19.5rem;
    bottom: -5.4rem;
    right: -11rem;
  }
}
.recruit__content .btnType01.interview span::after {
  display: none;
}
.recruit__content .btnType01.faq {
  background-color: #0377b9;
}
.recruit__content .btnType01.faq::after {
  border: 1px solid #0377b9;
}
.recruit__content .btnType01.faq:hover {
  color: #0377b9;
}
.recruit__content .btnType01.faq:hover .arrow--white::before {
  background-image: url("../../assets/img/common/icon-faq-blue.svg");
}
.recruit__content .btnType01.faq:hover .arrow--white::after {
  background-image: url("../../assets/img/common/icon-arrow-navy.svg");
  right: 1rem;
}
.recruit__content .btnType01.faq .arrow--white {
  position: relative;
  height: 100%;
}
.recruit__content .btnType01.faq .arrow--white::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4rem;
  margin: auto;
  background-image: url("../../assets/img/common/icon-faq.svg");
  background-size: cover;
  transition: all ease-in-out 0.3s;
  height: 3.4rem;
  width: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .recruit__content .btnType01.faq .arrow--white::before {
    left: 5rem;
    height: 6rem;
    width: 6.1rem;
  }
}
.recruit__content .btnType01.faq span {
  display: inline;
  position: relative;
}
.recruit__content .btnType01.faq span::before {
  content: "";
  position: absolute;
  bottom: -3.4rem;
  right: -8rem;
  margin: auto;
  background-image: url("../../assets/img/common/txt-faq.png");
  background-size: cover;
  transition: all ease-in-out 0.3s;
  height: 4.8rem;
  width: 6.7rem;
}
@media only screen and (max-width: 767px) {
  .recruit__content .btnType01.faq span::before {
    height: 7.7rem;
    width: 10.8rem;
    bottom: -5.4rem;
    right: -13rem;
  }
}
.recruit__content .btnType01.faq span::after {
  display: none;
}
.recruit__detail {
  display: block;
  background-color: #f5f8fa;
  text-align: center;
}
.recruit__detail:hover .recruit__subtitle, .recruit__detail:hover .note {
  color: #fff;
}
.recruit__detail:hover .recruit__inner::after {
  right: 1rem;
  background-image: url("../../assets/img/common/icon-arrow-white.svg");
}
.recruit__detail::before {
  background-color: #00b1dd;
}
.recruit__detail::after {
  border: none;
}
.recruit__detail .recruit__img {
  position: relative;
  z-index: 1;
}
.recruit__detail .note {
  color: #333;
  margin: 1rem auto 0;
  width: 60%;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  .recruit__detail .note {
    width: 80%;
  }
}
.recruit__inner {
  padding: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .recruit__inner {
    padding: 4rem;
  }
}
.recruit__subtitle {
  font-size: 2.8rem;
  font-weight: bold;
  color: #00b1dd;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  .recruit__subtitle {
    font-size: 3.8rem;
  }
}
/*# sourceMappingURL=top.css.map */