.mainvisual {
  height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 6.9rem;
  overflow: hidden;
  position: relative;
  /* z-index: 1; */
}
.mainvisual .container {
  max-width: 1160px;
}

.mainvisual__title {
  font-size: 4.7rem;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 3rem;
  letter-spacing: 7px;
}

.mainvisual__ard {
  justify-content: flex-end;
  margin-top: 3rem;
  position: absolute;
  bottom: 2%;
  right: 3%;
}
.mainvisual__ard li {
  background: url(../images/ard2.png) center center no-repeat;
  width: 135px;
  height: 135px;
  padding: 1rem;
  padding-bottom: 2rem;
  text-align: center;
  font-weight: bold;
  color: #005097;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  padding-left: 0;
}
.mainvisual__ard li small {
  font-size: 1.3rem;
  display: block;
}

.mainvisual__logo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.mainvisual__logo picture {
  height: 100%;
  width: 100%;
}
.mainvisual__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainvisual__video {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  margin: auto;
  opacity: 0.7;
}
.mainvisual__video video {
  width: 100%;
  height: 100%;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainvisual .scroll {
  position: absolute;
  top: 0;
  right: -1%;
  width: 100px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 4rem;
}
.mainvisual .scroll .scroll-text {
  display: inline-block;
  text-transform: capitalize;
  font-size: 1.4rem;
  transform: rotate(-90deg);
  -webkit-transform: rotate(90deg);
  letter-spacing: 2px;
  position: relative;
  margin-right: 7px;
  font-family: "Inter", sans-serif;
}
.mainvisual .scroll .scroll-text a {
  text-decoration: none;
  color: #333;
}
.mainvisual .scroll .scroll-line {
  position: absolute;
  overflow: hidden;
  bottom: 14rem;
  left: 3px;
  margin: auto;
  width: 85px;
  height: 1px;
  background: #333;
  transform: rotate(-90deg);
  transform-origin: center;
}
.mainvisual .scroll .scroll-line:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  animation: scrollLineTop 3s ease infinite;
  background: #fff;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 767px) {
  .mainvisual .scroll {
    display: none;
  }
}
@media screen and (max-width: 1320px) {
  .mainvisual {
    height: 673px;
  }
}
/* iPad portrait & landscape */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .mainvisual {
    height: 72vh;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__logo {
    height: 100vh;
  }
  .mainvisual__logo picture {
    height: 100vh;
  }
  .mainvisual__title {
    font-size: 6vw;
    letter-spacing: 0;
    margin-bottom: 2rem;
    text-align: center;
  }
  .mainvisual__video video {
    height: 150%;
    position: relative;
    top: -20%;
  }
  .mainvisual p {
    display: flex;
    justify-content: center;
  }
  .mainvisual__ard {
    justify-content: center;
    margin-top: 1rem;
    position: relative;
    bottom: auto;
    left: 0;
    right: 0;
    flex-wrap: nowrap;
    margin-left: 1rem;
  }
  .mainvisual__ard li {
    background-size: 100%;
    width: 110px;
    height: 110px;
    font-size: 1.1rem;
  }
  .mainvisual__ard li p {
    font-size: 1.1rem;
  }
  .mainvisual__ard li small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .mainvisual {
    height: 580px;
    padding-bottom: 7rem;
    overflow: visible;
  }
  .mainvisual__ard {
    position: absolute;
    z-index: 999;
  }
}
@media screen and (max-width: 480px) {
  .mainvisual {
    height: 540px;
  }
  .mainvisual p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 375px) {
  .mainvisual {
    height: 580px;
  }
}
@media screen and (max-width: 360px) {
  .mainvisual {
    height: 570px;
  }
}
@media screen and (max-width: 767px) {
  @supports (-webkit-touch-callout: none) {
    .mainvisual {
      height: 590px;
    }
  }
}
@keyframes scrollLineTop {
  0% {
    transform: translateX(120px) scaleX(0.8);
    transform-origin: top;
  }
  100% {
    transform: translateX(-120px) scaleX(1);
    transform-origin: top;
  }
}
@keyframes scrollLine {
  0% {
    transform: translateY(-25px);
    transform-origin: top;
  }
  100% {
    transform: translateY(25px);
    transform-origin: top;
  }
}
.our-mission {
  padding: 11.3rem 0;
  background: rgba(255, 255, 255, 0.92);
  margin: 0 10rem 20rem;
}
.our-mission .container {
  max-width: 1010px;
}
.our-mission .title__ttl2 {
  font-size: 2.7rem;
  margin-bottom: 3rem;
}
.our-mission .btn__viewmore a {
  /* margin: auto; */
}

@media screen and (max-width: 767px) {
  .our-mission {
    padding: 8rem 0 3rem;
    margin: 0 0 5rem;
  }
  .our-mission .title__ttl2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .our-mission .title__ttl2 {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .our-mission .title__ttl2 img {
    display: inline-block;
    margin: 0 1rem;
    width: 105px;
  }
}
.mission {
  margin-top: 5.2rem;
}

.mission__txt {
  width: 53%;
  padding-left: 2rem;
}
.mission__txt p {
  line-height: 2.7;
}

.mission__img {
  width: 425px;
  height: 380px;
  margin: 1rem -1rem 0 0;
}
.mission__img ul {
  background: url(../images/ard.png) center center no-repeat;
  height: 100%;
  position: relative;
  align-items: flex-end;
}
.mission__img li {
  width: 50%;
  height: 200px;
}
.mission__img li a {
  width: 100%;
  height: 100%;
  padding: 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.mission__img li:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mission__img p {
  font-weight: 500;
  margin-top: 1rem;
  line-height: 1.7;
  font-size: 1.8rem;
}
.mission__img img {
  max-width: 59px;
  max-height: 53px;
  width: auto;
  height: auto;
}

.mission__bnr {
  gap: 3.5rem;
  margin: 6.5rem 0 7.9rem;
  padding: 0 2.5rem;
}
.mission__bnr li {
  width: 30%;
}
.mission__bnr li:nth-child(2) a {
  background-image: linear-gradient(90deg, #82c4da, #6bc7a4);
}
.mission__bnr li:nth-child(3) a {
  background-image: linear-gradient(90deg, #f7d267, #ff855e);
}
.mission__bnr a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 1.3rem;
  border-radius: 30px;
  background-image: linear-gradient(90deg, #7bbdf0, #1777cb);
}

.mission__bnr__img {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background-color: #fff;
}
.mission__bnr__img img {
  max-width: 42px;
  max-height: 41px;
}

.mission__bnr p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  width: calc(100% - 72px);
  padding-left: 1rem;
}

@media screen and (min-width: 768px) {
  .mission__img li {
    height: 220px;
  }
  .mission__img li a:hover {
    opacity: 0.5;
  }
  .mission__img li:nth-child(1) {
    padding-bottom: 2rem;
  }
  .mission__img li:nth-child(2) {
    padding-left: 2rem;
  }
  .mission__img li:nth-child(3) {
    padding-right: 2rem;
  }
  .mission__bnr a:hover {
    transform: translateX(5px);
  }
}
@media screen and (max-width: 767px) {
  .mission {
    margin-top: 3rem;
  }
  .mission__txt {
    width: 100%;
    padding-left: 0;
    margin-bottom: 2rem;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .mission__txt p {
    line-height: 2;
  }
  .mission__img {
    width: 280px;
    height: 260px;
    margin: auto;
    max-width: 100%;
  }
  .mission__img ul {
    background-size: 100%;
  }
  .mission__img li {
    padding: 0;
    height: 148px;
  }
  .mission__img li a {
    padding: 1rem;
    pointer-events: none;
  }
  .mission__img p {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    font-weight: bold;
  }
  .mission__img img {
    max-width: 43px;
    max-height: 43px;
  }
  .mission__bnr {
    gap: 1.5rem;
    margin: 3rem 0;
    padding: 0;
  }
  .mission__bnr li {
    width: 48%;
  }
  .mission__bnr p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 460px) {
  .mission__bnr {
    gap: 0;
    margin: 2rem 0;
  }
  .mission__bnr li {
    width: 320px;
    margin: 0.5rem auto;
  }
  .mission__bnr a {
    border-radius: 20px;
    padding: 1rem;
  }
  .mission__bnr p {
    text-align: left;
    padding-left: 3rem;
  }
}
.recruit {
  background: rgba(255, 255, 255, 0.92);
  padding-bottom: 13rem;
}

.recruit__img {
  width: 61%;
  margin-left: -15rem;
}

.recruit__txt {
  width: 43.5%;
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  .recruit {
    padding-bottom: 0;
  }
  .recruit__img {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 2rem;
  }
  .recruit__img img {
    width: 100%;
  }
  .recruit__txt {
    width: 100%;
    padding-top: 4rem;
  }
  .recruit .btn__viewmore a {
    margin: auto;
  }
}
.interview {
  padding: 13rem 0 26rem;
  background: rgba(255, 255, 255, 0.92);
}
.interview .title__ttl1 {
  width: 28%;
}

.interview__txt {
  width: 70%;
  padding-left: 1rem;
  padding-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .interview {
    padding: 5rem 0;
  }
  .interview .title__ttl1 {
    width: 100%;
  }
  .interview__txt {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
.interview-swiper {
  display: flex;
  justify-content: flex-end;
}
.interview-swiper .interview-inner {
  max-width: 100%;
}
.interview-swiper .btn__viewmore {
  margin-top: 1.2rem;
}

@media screen and (max-width: 767px) {
  .interview-swiper {
    margin: 0;
    justify-content: center;
  }
  .interview-swiper .btn__viewmore {
    margin: 0;
  }
  .interview-swiper .btn__viewmore a {
    width: 150px;
  }
}
.interview-slider {
  margin-top: 9rem;
  margin-bottom: 3.7rem;
  display: flex;
  overflow: hidden;
}

.interview-slider__item a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.interview-slider__img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.interview-slider__img figure {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.interview-slider__img figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview-slider__img img {
  transition: all 0.7s;
}

.interview-slider__add {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 1rem 0.5rem;
  font-size: 1.4rem;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.interview-slider__add p {
  font-weight: 500;
  margin-left: 0.5rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .interview-slider a:hover figure img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .interview-slider {
    margin: 4rem 0 1rem;
  }
  .interview-slider__add {
    padding: 0 0.5rem 0.3rem;
    line-height: 1;
  }
  .interview-slider__add p {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .interview-slider__add .arrow {
    background-size: 8px !important;
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
  }
  .interview-slider__item {
    margin: 0 5px !important;
  }
}
.swiper-button {
  position: relative;
  width: calc(100% - 250px);
}

.swiper-button__next-prev {
  width: 135px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.swiper-button .swiper-button-prev {
  width: 56px;
  height: 56px;
  border: 1px solid #333;
  border-radius: 100%;
  position: relative;
  transition: all 0.5s;
}
.swiper-button .swiper-button-prev:after {
  content: "";
  background: url(../images/common/arr-b.png) center center no-repeat;
  background-size: 15px;
  width: 30px;
  height: 30px;
  transform: rotate(180deg);
}
.swiper-button .swiper-button-next {
  width: 56px;
  height: 56px;
  border: 1px solid #333;
  border-radius: 100%;
  right: 0;
  position: relative;
  transition: all 0.5s;
}
.swiper-button .swiper-button-next:after {
  content: "";
  background: url(../images/common/arr-b.png) center center no-repeat;
  background-size: 15px;
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .swiper-button .swiper-button-prev:hover {
    transition: 0.5s;
    background-color: #333;
    border-color: #fff;
  }
  .swiper-button .swiper-button-prev:hover:after {
    background: url(../images/common/arr-w.png) center center no-repeat;
    background-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .swiper-button .swiper-button-next:hover {
    transition: 0.5s;
    background-color: #333;
    border-color: #fff;
  }
  .swiper-button .swiper-button-next:hover:after {
    background: url(../images/common/arr-w.png) center center no-repeat;
    background-size: 15px;
  }
}
.swiper-button__scrollbar {
  width: 485px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  margin-left: 2rem;
}

@media screen and (max-width: 767px) {
  .swiper-button {
    width: auto;
  }
  .swiper-button__next-prev {
    width: 100px;
  }
  .swiper-button .swiper-button-prev, .swiper-button .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .swiper-button__scrollbar {
    display: none;
  }
}
.topics {
  padding-bottom: 13.2rem;
  background: rgba(255, 255, 255, 0.92);
}

.topics__ttl {
  width: 23%;
}

.topics .btn__viewmore a {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding: 0;
  width: 105px;
  height: 40px;
}
.topics .btn__viewmore a:after {
  height: 2px;
  top: auto;
  bottom: 0;
}
.topics .btn__viewmore a .arrow {
  right: 0;
}

@media screen and (min-width: 768px) {
  .topics .btn__viewmore a:hover {
    color: #333;
  }
}
@media screen and (max-width: 767px) {
  .topics {
    padding-bottom: 5rem;
  }
  .topics__ttl {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.topics-list {
  width: 75%;
  border-bottom: 1px solid #D5D3D0;
  margin-top: 2rem;
}
.topics-list a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid #D5D3D0;
  text-decoration: none;
  position: relative;
  width: 100%;
}

.topics-list__img {
  width: 21%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 11rem;
}
.topics-list__img img {
  transition: all 0.7s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topics-list__txt {
  width: 70%;
  padding-left: 2.8rem;
  padding-right: 4rem;
}
.topics-list__txt p {
  margin-top: 0.7rem;
}

.topics-list .time {
  font-size: 1.3rem;
  font-family: "Inter", sans-serif;
  margin-right: 2rem;
} 
.topics-list__txt .cate {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.topics-list .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5rem;
  margin: auto;
}

@media screen and (min-width: 768px) {
  
  .topics-list__txt .cate {
    width: auto;
  }
  .topics-list a:hover img {
    transform: scale(1.1);
  }
  .topics-list a:hover .arrow {
    transition: 0.5s;
    border-color: #fff;
    background: url(../images/common/arr-w.png) center center/14px no-repeat #333333;
    background-size: 14px;
    border: 1px solid #333;
  }
}
@media screen and (max-width: 767px) {
  .topics-list {
    width: 100%;
  }
  .topics-list a {
    padding: 1rem 0;
    align-items: flex-start;
  }
  .topics-list__img {
    width: 35%;
  }
  .topics-list__txt {
    width: 65%;
    padding-left: 1.5rem;
  }
  .topics-list__txt p {
    font-size: 1.2rem;
  }
  .topics-list .time {
    width: 100%;
    margin-right: 1rem;
  }
  .topics-list .arrow {
    right: 0;
  }
}
.cate li {
  font-size: 1.3rem;
  border: 1px solid #005097;
  border-radius: 30px;
  padding: 0 1rem;
  color: #005097;
}

.client {
  background: url(../images/bg-clients.jpg) center center no-repeat;
  position: relative;
  z-index: 1;
  padding: 16.5rem 0;
  color: #fff;
  background-size: cover;
}
.client:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(430deg, #0a71c4 0%, #fb6b21 100%);
  width: 100%;
  height: 100%;
  opacity: 0.74;
  z-index: -1;
}

.client__title {
  width: 28%;
}

.client__txt {
  width: 67%;
  padding-left: 2.4rem;
  padding-top: 4.5rem;
}

@media screen and (max-width: 767px) {
  .client {
    padding: 5rem 0 6rem;
  }
  .client__title {
    width: 100%;
  }
  .client__txt {
    width: 100%;
    padding: 0;
  }
  .client__txt .btn__viewmore {
    display: flex;
    justify-content: center;
  }
}
.access {
  padding: 12rem 0 2rem;
  background: rgba(255, 255, 255, 0.92);
}
.access .container {
  max-width: 1080px;
}

.access__title {
  width: 30%;
}

.access__flex {
  flex-wrap: nowrap;
}

.access__map {
  display: flex;
  justify-content: space-between;
}

.access__map-box {
  width: 330px;
  margin-left: 4.5rem;
  margin-bottom: 10rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #555;
}

.access__iframe {
  margin-bottom: 2rem;
}
.access__iframe iframe {
  width: 100%;
  height: 215px;
}

.access__ttl {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: normal;
}
.access__ttl span {
  font-family: "Shippori Antique", sans-serif;
  margin-right: 1.7rem;
  padding-right: 2rem;
  position: relative;
  color: #005097;
  display: inline-block;
  font-family: "Inter", sans-serif;
}
.access__ttl span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 20px;
  background-color: #555;
}

.access__map-flex {
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.access__map-flex .access__map-box {
  width: 330px;
}
.access__map-flex .access__map-box:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .access {
    padding: 6rem 0 2rem;
  }
  .access__title {
    width: 100%;
  }
  .access__flex {
    flex-wrap: wrap;
  }
  .access__map {
    width: 100%;
    flex-wrap: wrap;
  }
  .access__map-box {
    width: 47% !important;
    margin: 0 0 3rem;
  }
  .access__map-flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .access__map-box {
    width: 100% !important;
    margin: 0 0 5rem;
  }
}