@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  font-family: "Noto Sans JP";
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}

.header {
  width: 100%;
  height: 120px;
  background-color: #f2f6f9;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .header {
    height: 70px;
  }
}
.header .header__inner {
  padding-right: 80px;
  box-sizing: border-box;
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .header .header__inner {
    padding-right: 30px;
  }
}
.header .header__inner .header__logo a {
  display: block;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .header .header__inner .header__logo a {
    width: 70px;
    height: 70px;
  }
}
.header .header__inner .header__logo a img {
  width: inherit;
  height: inherit;
}
.header .header__inner .header__right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header .header__inner .header__right li:nth-of-type(2) a {
  width: 22px;
  height: 22px;
  display: block;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .header .header__inner .header__right li:nth-of-type(2) a {
    width: 19px;
    height: 19px;
  }
}
.header .header__inner .header__right li:nth-of-type(2) a img {
  width: inherit;
  height: inherit;
}
.header .header__inner .header__right li:nth-of-type(1) a {
  width: 30px;
  height: 30px;
  display: block;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .header .header__inner .header__right li:nth-of-type(1) a {
    width: 20px;
    height: 20px;
  }
}
.header .header__inner .header__right li:nth-of-type(1) a img {
  width: inherit;
  height: inherit;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .header .header__inner .header__right li:nth-of-type(3) {
    display: none;
  }
}
.header .header__inner .header__right li:nth-of-type(3) a {
  width: 200px;
  height: 120px;
  display: flex;
  justify-content: center;
  gap: 14px;
  align-items: center;
  background-color: #2163A7;
}

main {
  background-color: #f2f6f9;
}

.fv {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .fv {
    padding-bottom: 50px;
  }
}
.fv .fv__top {
  position: relative;
}
.fv .img__cover {
  width: 70%;
  margin-left: auto;
  max-height: 600px;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .fv .img__cover {
    max-height: 260px;
  }
}
.fv .img__cover .fv__img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .fv .img__cover .fv__img {
    max-height: 400px;
  }
}
.fv .fv__texts {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .fv .fv__texts {
    position: static;
    transform: translateY(-150%);
  }
}
.fv .fv__texts h2 {
  font-size: 26px;
  color: #4388D4;
  font-weight: 500;
  line-height: 56px;
  background-color: #fff;
  box-sizing: border-box;
  padding-left: 40px;
}
@media screen and (max-width: 1439px) and (min-width:1000px) {
  .fv .fv__texts h2 {
    font-size: 20px;
    line-height: 46px;
  }
}
@media screen and (max-width: 999px) and (min-width:768px) {
  .fv .fv__texts h2 {
    font-size: 18px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .fv .fv__texts h2 {
    font-size: 15px;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fv .fv__texts h2.f {
  width: 353px;
}
@media screen and (max-width: 1439px) and (min-width:1000px) {
  .fv .fv__texts h2.f {
    width: 300px;
  }
}
@media screen and (max-width: 999px) and (min-width:768px) {
  .fv .fv__texts h2.f {
    width: 260px;
  }
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .fv .fv__texts h2.f {
    width: -moz-max-content;
    width: max-content;
  }
}
.fv .fv__texts h2.l {
  width: 408px;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) and (min-width:1000px) {
  .fv .fv__texts h2.l {
    width: 350px;
  }
}
@media screen and (max-width: 999px) and (min-width:768px) {
  .fv .fv__texts h2.l {
    width: 300px;
  }
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .fv .fv__texts h2.l {
    width: -moz-max-content;
    width: max-content;
    margin-top: 10px;
  }
}
.fv .fv__texts h1 {
  box-sizing: border-box;
  padding-left: 40px;
  color: #4388D4;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  width: 785px;
}
@media screen and (max-width: 1439px) and (min-width:1000px) {
  .fv .fv__texts h1 {
    font-size: 65px;
    line-height: 65px;
  }
}
@media screen and (max-width: 999px) and (min-width:768px) {
  .fv .fv__texts h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .fv .fv__texts h1 {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 24px;
    padding-left: 0;
  }
}
.fv .fv__texts h1.f {
  letter-spacing: 92px;
  margin-top: 64px;
}
@media screen and (max-width: 1439px) and (min-width:1000px) {
  .fv .fv__texts h1.f {
    letter-spacing: 72px;
  }
}
@media screen and (max-width: 999px) and (min-width:768px) {
  .fv .fv__texts h1.f {
    letter-spacing: 50px;
  }
}
.fv .fv__texts h1.l {
  letter-spacing: 6px;
}
@media screen and (max-width: 1439px) and (min-width:1000px) {
  .fv .fv__texts h1.l {
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 999px) and (min-width:768px) {
  .fv .fv__texts h1.l {
    letter-spacing: 0px;
  }
}
.fv .fv__texts p {
  color: #333;
  font-size: 20px;
  letter-spacing: 24px;
  text-align: center;
  width: 605px;
  padding-left: 40px;
  box-sizing: border-box;
  padding-top: 15px;
}
@media screen and (max-width: 1439px) and (min-width:1000px) {
  .fv .fv__texts p {
    font-size: 18px;
    width: 545px;
  }
}
@media screen and (max-width: 999px) and (min-width:768px) {
  .fv .fv__texts p {
    font-size: 16px;
    width: 400px;
    letter-spacing: 14px;
  }
}
.fv .sp__title {
  display: none;
}
@media screen and (max-width: 375px) {
  .fv .sp__title {
    display: block;
    margin-top: -47%;
    position: relative;
  }
}
@media screen and (min-width: 390px) and (max-width: 413px) {
  .fv .sp__title {
    display: block;
    margin-top: -44%;
    position: relative;
  }
}
@media screen and (min-width: 391px) and (max-width: 414px) {
  .fv .sp__title {
    display: block;
    margin-top: -37%;
    position: relative;
  }
}
@media screen and (min-width: 415px) and (max-width: 450px) {
  .fv .sp__title {
    display: block;
    margin-top: -34%;
    position: relative;
  }
}
@media screen and (min-width: 451px) and (max-width: 500px) {
  .fv .sp__title {
    display: block;
    margin-top: -24%;
    position: relative;
  }
}
@media screen and (min-width: 501px) and (max-width: 550px) {
  .fv .sp__title {
    display: block;
    margin-top: -14%;
    position: relative;
  }
}
@media screen and (min-width: 551px) and (max-width: 600px) {
  .fv .sp__title {
    display: block;
    margin-top: 0%;
    position: relative;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .fv .sp__title {
    display: block;
    margin-top: 0%;
    position: relative;
  }
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .fv .sp__title h1.sp {
    box-sizing: border-box;
    color: #4388D4;
    font-weight: 400;
    width: 100%;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 24px;
    padding-left: 0;
    text-align: center;
  }
  .fv .sp__title h1.sp.f {
    margin-top: -55px;
    letter-spacing: 25px;
  }
  .fv .sp__title h1.sp.l {
    letter-spacing: 0px;
  }
}
.fv .sp__title p {
  color: #333;
  text-align: center;
  padding-left: 0px;
  box-sizing: border-box;
  padding-top: 10px;
  font-size: 16px;
  width: 100%;
  letter-spacing: 14px;
}
.fv .inner__link {
  display: flex;
  align-items: center;
  gap: 56px;
  justify-content: center;
  margin-top: 64px;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .fv .inner__link {
    gap: 16px;
    margin-top: 27px;
  }
}
.fv .inner__link li {
  width: 150px;
  height: 150px;
  border: 2px solid #438BD4;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .fv .inner__link li {
    width: 100px;
    height: 100px;
  }
}
.fv .inner__link li a {
  display: flex;
  width: inherit;
  height: inherit;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  color: #4388D4;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .fv .inner__link li a {
    font-size: 13px;
  }
}
.fv .inner__link li a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-bottom: 1.5px solid #4388D4;
  border-right: 1.5px solid #4388D4;
  transform: rotate(45deg);
  bottom: 30px;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .fv .inner__link li a::before {
    width: 8px;
    height: 8px;
    bottom: 17px;
  }
}

.interview {
  max-width: 1360px;
  padding: 0 50px;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .interview {
    padding: 0px 15px 50px;
  }
}
.interview .interview__inner {
  background-color: #fff;
  padding: 100px 130px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 1439px) and (min-width:1000px) {
  .interview .interview__inner {
    padding: 100px 80px;
  }
}
@media screen and (max-width: 999px) and (min-width:768px) {
  .interview .interview__inner {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .interview .interview__inner {
    padding: 50px 20px;
  }
}
.interview .interview__inner .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}
.interview .interview__inner .title h2 {
  font-size: 40px;
  color: #4388D4;
  font-weight: 700;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .interview .interview__inner .title h2 {
    font-size: 20px;
  }
}
.interview .interview__inner .title p {
  margin-top: 15px;
}
.interview .interview__inner .title span {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  padding-top: 24px;
  color: #2163A7;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .interview .interview__inner .title span {
    font-size: 15px;
    padding-top: 16px;
  }
}
.interview .interview__inner .interview__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 64px;
}
@media screen and (max-width: 1439px) and (min-width:1000px) {
  .interview .interview__inner .interview__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 999px) and (min-width:768px) {
  .interview .interview__inner .interview__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .interview .interview__inner .interview__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
}
.interview .interview__inner .interview__list .interview__item {
  width: 100%;
}
.interview .interview__inner .interview__list .interview__item a {
  display: block;
  width: 100%;
}
.interview .interview__inner .interview__list .interview__item a img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 4px 4px 0 0;
}
.interview .interview__inner .interview__list .interview__item a .contents {
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  min-height: 160px;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
}
.interview .interview__inner .interview__list .interview__item a .item__top {
  display: flex;
  justify-content: space-between;
}
.interview .interview__inner .interview__list .interview__item a .item__top p {
  font-size: 16px;
  font-weight: 700;
  color: #4388D4;
}
.interview .interview__inner .interview__list .interview__item a .item__top time {
  font-size: 15px;
  font-weight: 400;
  color: #4388D4;
}
.interview .interview__inner .interview__list .interview__item a .item__bottom {
  margin-top: 16px;
}

.pagination {
  margin-top: 80px;
}
.pagination .list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.item {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #438BD4;
  box-sizing: border-box;
}
.item a {
  color: #438BD4;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.item.active {
  border: 1px solid #438BD4;
  background-color: #438BD4;
  color: #fff !important;
}
.item span {
  color: #fff !important;
  font-size: 18px;
}

.about {
  background-color: #023875;
  box-sizing: border-box;
  padding: 60px 170px 60px 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media screen and (max-width: 999px) and (min-width:768px) {
  .about {
    grid-template-columns: repeat(1, 1fr);
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .about {
    grid-template-columns: repeat(1, 1fr);
    padding: 50px 35px;
  }
}
.about .title {
  font-size: 35px;
  color: #fff;
  position: relative;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
}
.about .title::before {
  content: "";
  position: absolute;
  width: 86px;
  height: 1px;
  background-color: #fff;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
}
.about .contents {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .about .contents {
    flex-direction: column;
  }
}
@media screen and (max-width: 999px) and (min-width:768px) {
  .about .contents .about__left {
    width: 70%;
  }
}
.about .contents .about__left img {
  width: 305px;
  vertical-align: bottom;
}
@media screen and (max-width: 1285px) and (min-width: 1000px) {
  .about .contents .about__left img {
    width: 250px;
  }
}
@media screen and (max-width: 999px) and (min-width:768px) {
  .about .contents .about__left img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .about .contents .about__left img {
    width: 100%;
  }
}
.about .contents .about__right {
  width: 585px;
}
@media screen and (max-width: 1285px) and (min-width: 1000px) {
  .about .contents .about__right {
    width: 400px;
  }
}
@media screen and (max-width: 999px) and (min-width:768px) {
  .about .contents .about__right {
    width: 130%;
  }
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .about .contents .about__right {
    width: 100%;
  }
}
.about .contents .about__right h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
}
.about .contents .about__right p {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  margin-top: 36px;
}
.about .contents .about__right a {
  color: #fff;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */