@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1260px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1259.5px) and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  color: #333;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a,
button {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
}

button {
  cursor: pointer;
}

/*========================
common
========================*/
.inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 32px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 30px;
  }
}

.sec-title {
  letter-spacing: 0.1em;
  text-align: center;
  color: #001976;
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .sec-title {
    font-size: 18px;
    letter-spacing: normal;
  }
}
.sec-title.sec-title--ab {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -21px;
}
@media screen and (max-width: 767px) {
  .sec-title.sec-title--ab {
    top: -15px;
  }
}
.sec-title.sec-title--ls02 {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .sec-title.sec-title--ls02 {
    letter-spacing: 0.1em;
  }
}

.center {
  text-align: center;
}

.section {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 32px 0;
  }
}

.sec-bg {
  background: rgba(0, 25, 118, 0.05);
}

.business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .business-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
  }
}
.business-list .item {
  position: relative;
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .business-list .item {
    width: 100%;
  }
}
.business-list .item .mv-box {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  max-width: 310px;
  width: 100%;
  height: 110px;
  padding: 18px 30px;
}
@media screen and (max-width: 767px) {
  .business-list .item .mv-box {
    height: 57px;
    max-width: 160px;
    padding: 10px 16px;
  }
}
.business-list .item .mv-box::before {
  content: "";
  background: url(../img/arrow.svg) no-repeat center center/contain;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 767px) {
  .business-list .item .mv-box::before {
    width: 10px;
    height: 5px;
    right: 10px;
  }
}
.business-list .item .mv-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #001976;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.business-list .item .mv-box:hover {
  opacity: 1;
}
.business-list .item .mv-box:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.business-list .item:nth-child(1) .img {
  max-width: 132px;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .business-list .item:nth-child(1) .img {
    max-width: 68px;
    margin-top: 6px;
  }
}
.business-list .item:nth-child(2) .img {
  max-width: 161px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .business-list .item:nth-child(2) .img {
    max-width: 89px;
    margin-top: 6px;
  }
}
.business-list .item:nth-child(3) .img {
  max-width: 145px;
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .business-list .item:nth-child(3) .img {
    max-width: 80px;
    margin-top: 3px;
  }
}
.business-list .item:nth-child(4) .img {
  max-width: 176px;
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .business-list .item:nth-child(4) .img {
    max-width: 91px;
    margin-top: 6px;
  }
}

.btn {
  text-align: center;
  background: #001976;
  color: white;
  border-radius: 100px;
  font-size: 13px;
  letter-spacing: 0.2em;
  padding: 11px;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  width: 100%;
  max-width: 200px;
}

.page-btn {
  margin-top: 84px;
  text-align: center;
  padding-bottom: 118px;
}
@media screen and (max-width: 767px) {
  .page-btn {
    margin-top: 30px;
    padding-bottom: 107px;
  }
}

/*========================
recruit-cta
========================*/
.recruit-cta {
  background: url(../img/recruit-cta.jpg) no-repeat center center/cover;
  padding: 86px 0 49px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 767px) {
  .recruit-cta {
    background: url(../img/recruit-cta-sp.jpg) no-repeat center center/cover;
    padding: 50px 0 30px;
  }
}
.recruit-cta h2 {
  font-size: 36px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit-cta h2 {
    font-size: 24px;
  }
}
.recruit-cta p {
  margin: 34px 0;
}
@media screen and (max-width: 767px) {
  .recruit-cta p {
    margin: 10px 0 20px;
  }
}
.recruit-cta .btn {
  background: white;
  color: #001976;
}

.contact-cta {
  padding: 60px 0 116px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-cta {
    padding: 48px 0 20px;
  }
  .contact-cta h2 {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
}

.contact-cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 29px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-cta__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
    gap: 23px;
  }
}
.contact-cta__wrap .item {
  border: 1px solid #001976;
  width: 50%;
  padding: 30px 20px 27px;
}
@media screen and (max-width: 767px) {
  .contact-cta__wrap .item {
    width: 100%;
  }
}
.contact-cta__wrap .item:nth-child(2) h3 {
  margin-bottom: 6px;
}
.contact-cta__wrap .icon {
  width: 46px;
  display: inline-block;
}
.contact-cta__wrap h3 {
  font-size: 17px;
  font-weight: 600;
  color: #001976;
  margin: 10px 0 18px;
}
.contact-cta__wrap .tel {
  font-size: 24px;
  font-weight: bold;
  color: #001976;
  letter-spacing: 0.2em;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-bottom: 6px;
  display: inline-block;
}
.contact-cta__wrap .small {
  color: #767676;
  font-size: 13px;
  font-weight: 600;
}

/*========================
header
========================*/
.header {
  width: 100%;
  background: #001976;
  color: white;
  position: relative;
  z-index: 100;
}
.header .inner {
  max-width: 1400px;
}
@media screen and (max-width: 767px) {
  .header .inner {
    padding: 0 18px 0 20px;
  }
}
.header.disabled {
  display: none;
}

.header-top-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-top-wrap.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header__flex {
    padding: 10px 0;
  }
}

.header__logo {
  width: 120px;
}
.header__logo a {
  display: block;
}

.header__nav {
  padding: 23px 0;
  border-left: 0.25px solid white;
  border-right: 0.25px solid white;
  margin-left: auto;
}
@media screen and (max-width: 1400px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav ul li:not(:first-child) a {
  border-left: 0.25px solid white;
}
.header__nav ul a {
  padding: 0 50px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2em;
}

.header__btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 26px 28px;
}
@media screen and (max-width: 767px) {
  .header__btn {
    padding: 0;
  }
}
.header__btn span {
  width: 22px;
  height: 2px;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__btn.active span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.header__btn.active span:nth-child(2) {
  opacity: 0;
}
.header__btn.active span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

/*========================
drawer
========================*/
.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding-top: 102px;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer.disabled {
  display: none !important;
}
.drawer.drawer--top {
  position: absolute;
  top: 70px;
  height: 100vh;
}
.drawer .inner {
  max-width: 1400px;
}
.drawer.active {
  opacity: 1;
  visibility: visible;
}
.drawer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  max-width: 160px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .drawer ul {
    margin: 0 auto;
  }
}
.drawer ul a {
  font-size: 12px;
  letter-spacing: 0.2em;
}

/*========================
footer
========================*/
.footer {
  background: rgba(0, 25, 118, 0.85);
  color: white;
  padding-top: 23px;
}
.footer .inner {
  max-width: 1400px;
}

.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 46px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.footer__logo {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 150px;
  }
}

.footer__bottom {
  text-align: center;
  background: #001976;
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.2em;
  padding: 14px 0;
}

/*========================
page-head
========================*/
.page-head {
  height: 680px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-head {
    height: 133px;
  }
}
.page-head .img {
  height: 100%;
}
.page-head .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.page-head h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 0.2em;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page-head h1 {
    font-size: 13px;
  }
}

.page-head2 {
  height: 500px;
}
.page-head2 h1 {
  color: #333;
}

.page-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .page-items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
.page-items .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .page-items .item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-items .item:not(:first-child) {
  margin-top: 84px;
}
@media screen and (max-width: 767px) {
  .page-items .item:not(:first-child) {
    margin-top: 33px;
  }
}
.page-items .img {
  max-width: 800px;
  width: 63.492%;
}
@media screen and (max-width: 767px) {
  .page-items .img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

/*========================
mv
========================*/
.mv-header {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  background: transparent;
}
.mv-header .header__flex {
  background: rgba(255, 253, 253, 0.3);
  border-bottom: 1px solid #FFFDFD;
}
.mv-header .header__logo {
  margin-left: 20px;
}

.mv {
  /* ページネーション共通のスタイル */
  /* 画像のサイズ調整 */
}
.mv .swiper-slide .inner {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  max-width: 1400px;
}
@media screen and (max-width: 767px) {
  .mv .swiper-slide .inner {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.mv .swiper-pagination-bullets {
  bottom: 80px !important;
}
.mv .swiper-pagination-bullet {
  background: transparent;
  color: white;
  height: auto;
  width: auto;
  line-height: 1.2;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  opacity: 1;
  position: relative;
  margin: 0 !important;
  padding: 0 8px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}
.mv .swiper-pagination-bullet:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: white;
}
.mv .swiper-slide img {
  height: auto;
  width: 100%;
}

.mv-box {
  font-family: "Roboto", sans-serif;
  background: white;
  font-weight: bold;
  border-radius: 0 0 40px 0;
  width: 430px;
  height: 180px;
  padding: 18px 40px 20px 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mv-box {
    width: 180px;
    height: 70px;
    padding: 8px 13px;
    border-radius: 0 0 20px 0;
  }
}
.mv-box p {
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #707070;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mv-box p {
    font-size: 5px;
  }
}
.mv-box a {
  display: block;
  margin-left: auto;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .mv-box a {
    font-size: 5px;
    width: 67px;
    padding: 5px 0;
  }
}
.mv-box .img01 {
  max-width: 195px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .mv-box .img01 {
    max-width: 72px;
  }
}
.mv-box .img02 {
  max-width: 238px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .mv-box .img02 {
    max-width: 95px;
  }
}
.mv-box .img03 {
  max-width: 224px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .mv-box .img03 {
    max-width: 92px;
    margin-top: 0;
  }
  .mv-box .img03 img {
    vertical-align: middle;
  }
}
.mv-box .img04 {
  max-width: 224px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .mv-box .img04 {
    max-width: 94px;
    margin-top: 0;
  }
}

/*========================
top
========================*/
.top {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top {
    padding-bottom: 50px;
  }
}
.top .sec-title {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .top .sec-title {
    letter-spacing: normal;
  }
}
.top .p1 {
  margin: 45px 0 53px;
}
@media screen and (max-width: 767px) {
  .top .p1 {
    margin: 23px 0 39px;
  }
}

.top-team {
  margin-top: 158px;
}
@media screen and (max-width: 767px) {
  .top-team {
    margin-top: 0;
  }
}
.top-team h2 {
  color: #001976;
  border-top: 1px solid #001976;
  border-bottom: 1px solid #001976;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .top-team h2 {
    padding: 10px 0;
  }
}
.top-team h2 .en {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top-team h2 .en {
    font-size: 24px;
  }
}
.top-team h2 .jp {
  font-size: 24px;
  display: block;
}
@media screen and (max-width: 767px) {
  .top-team h2 .jp {
    font-size: 15px;
  }
}
.top-team p {
  margin: 52px 0 34px;
}
@media screen and (max-width: 767px) {
  .top-team p {
    margin: 30px -6px;
  }
}

/*========================
business
========================*/
@media screen and (max-width: 767px) {
  .business {
    padding-bottom: 0;
  }
}
.business h2 {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .business h2 {
    font-size: 14px;
  }
}

.business__items {
  margin: 140px 0;
}
@media screen and (max-width: 767px) {
  .business__items {
    margin: 28px 0;
  }
}
.business__items .content {
  max-width: 462px;
}
@media screen and (max-width: 767px) {
  .business__items .item {
    gap: 25px;
  }
}
.business__items .item h3 {
  font-size: 24px;
  font-weight: bold;
  color: #001976;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .business__items .item h3 {
    font-size: 18px;
    letter-spacing: normal;
    text-align: center;
  }
}
.business__items .item p {
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .business__items .item:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.business__items .item:nth-child(1) .img {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .business__items .item:nth-child(1) .img {
    max-width: 200px;
    margin: 0 auto;
  }
}
.business__items .item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .business__items .item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 61px;
  }
}
.business__items .item:nth-child(2) .img {
  max-width: 760px;
}
@media screen and (max-width: 767px) {
  .business__items .item:nth-child(2) .img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

/*========================
e-commerce 
========================*/
.e-commerce__items {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .e-commerce__items {
    margin: 60px 0 30px;
  }
}
.e-commerce__items .item {
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .e-commerce__items .item {
    gap: 16px;
  }
}
.e-commerce__items p {
  max-width: 415px;
}
.e-commerce__items .img {
  max-width: 800px;
}

/*========================
petitmig
========================*/
@media screen and (max-width: 767px) {
  .petitmig .sec-title {
    margin: 0 -5px;
  }
}
.petitmig .item {
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .petitmig .item {
    gap: 16px;
  }
}
.petitmig p {
  max-width: 423px;
}
.petitmig .img {
  max-width: 800px;
}
.petitmig .logo {
  max-width: 318px;
  margin: 26px auto 33px;
}
@media screen and (max-width: 767px) {
  .petitmig .logo {
    max-width: 200px;
  }
}

/*========================
monami
========================*/
@media screen and (max-width: 767px) {
  .monami .sec-title {
    margin: 0 -5px;
  }
}
.monami .logo {
  margin: 40px auto 67px;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .monami .logo {
    max-width: 200px;
    margin: 26px auto 33px;
  }
}
.monami .img {
  max-width: 800px;
}
.monami p {
  max-width: 424px;
}

.aoluam .logo {
  margin: 47px auto 75px;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .aoluam .logo {
    max-width: 200px;
    margin: 26px auto 33px;
  }
}
.aoluam .img {
  max-width: 800px;
}
.aoluam p {
  max-width: 424px;
}

/*========================
company
========================*/
.company {
  text-align: center;
}
.company h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .company h2 {
    margin-bottom: 23px;
  }
}

.philosophy {
  padding: 137px 0 78px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .philosophy {
    padding: 40px 0 0;
  }
}
.philosophy .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .philosophy .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
.philosophy .item:not(:first-child) {
  margin-top: 51px;
}
@media screen and (max-width: 767px) {
  .philosophy .item:not(:first-child) {
    margin-top: 26px;
  }
}
.philosophy .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .philosophy .item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.philosophy .item:nth-child(1) p {
  font-size: 36px;
  font-weight: 900;
  color: #0076C9;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .philosophy .item:nth-child(1) p {
    font-size: 18px;
  }
}
.philosophy .item:nth-child(2) .content {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .philosophy .item:nth-child(2) .content {
    padding-left: 0;
  }
}
.philosophy .item:nth-child(2) p {
  font-weight: 900;
  font-size: 32px;
  color: #0076C9;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .philosophy .item:nth-child(2) p {
    font-size: 18px;
  }
}
.philosophy .item:nth-child(2) p span {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .philosophy .item:nth-child(2) p span {
    font-size: 36px;
  }
}
.philosophy .item .img {
  max-width: 610px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .philosophy .item .img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.philosophy .item .content {
  width: calc(100% - 610px - 40px);
}
.philosophy .item .content.max {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .philosophy .item .content {
    width: 100%;
  }
}
.philosophy .item .content h3 {
  font-size: 40px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #001976;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .philosophy .item .content h3 {
    font-size: 21px;
  }
}
.philosophy .value-list {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .philosophy .value-list {
    margin: 16px 0 20px;
  }
}
.philosophy .value-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .philosophy .value-item {
    gap: 12px;
    margin-right: -23px;
  }
}
.philosophy .value-item:not(:first-child) {
  margin-top: 32px;
}
.philosophy .value-item .head {
  color: #0076C9;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.1;
  width: 125px;
}
@media screen and (max-width: 767px) {
  .philosophy .value-item .head {
    width: 60px;
    letter-spacing: normal;
    font-size: 9px;
  }
}
.philosophy .value-item .head span {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .philosophy .value-item .head span {
    letter-spacing: 0.05em;
    font-size: 19px;
  }
}
.philosophy .value-item .head span span {
  color: #001976;
}
.philosophy .value-item p {
  font-weight: bold;
  color: #001976;
  letter-spacing: normal;
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .philosophy .value-item p {
    line-height: 1.5;
    font-size: 14px;
  }
}

.message {
  padding: 76px 0 111px;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 48px 0 44px;
  }
}
.message .inner {
  max-width: 960px;
}
.message .flex {
  margin: 80px 0 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .message .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 15px 0 20px;
    gap: 11px;
  }
}
.message .flex .img {
  max-width: 350px;
}
.message .flex .name {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .message .flex .name {
    font-size: 13px;
  }
}
.message .flex .name span {
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 1;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .message .flex .name span {
    font-size: 21px;
  }
}

.history {
  position: relative;
  padding: 95px 0;
}
@media screen and (max-width: 767px) {
  .history {
    padding: 52px 0 30px;
  }
}
.history .inner {
  max-width: 548px;
}

.history-list {
  font-size: 14px;
}
.history-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 47px;
  letter-spacing: normal;
  margin-top: 2px;
}
.history-list .item .head {
  width: 77px;
}
.history-list .item .content {
  width: calc(100% - 77px - 47px);
}

.outline {
  padding: 103px 0 110px;
}
@media screen and (max-width: 767px) {
  .outline {
    padding: 24px 0 47px;
  }
}
.outline h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .outline h2 {
    margin-bottom: 29px;
  }
}
.outline .inner {
  max-width: 548px;
}

.map {
  padding-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .map {
    padding-bottom: 60px;
  }
}
.map iframe {
  width: 100%;
  height: 710px;
}
@media screen and (max-width: 767px) {
  .map iframe {
    height: 450px;
  }
}

/*========================
information
========================*/
.information {
  padding-top: 0;
}
.information .inner {
  max-width: 960px;
}

.information__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  padding: 16px 0;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .information__items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 5px;
    padding: 8px 0;
  }
}
.information__items .item:last-child {
  border-bottom: 1px solid #707070;
}
.information__items .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .information__items .head {
    gap: 12px;
  }
}
.information__items .date {
  width: 79px;
}
.information__items .title {
  width: calc(100% - 79px - 100px - 25px - 25px);
}
@media screen and (max-width: 767px) {
  .information__items .title {
    width: 100%;
  }
}
.information__items .title a {
  color: #001976;
  text-decoration: underline;
}

.category {
  width: 100px;
  background: #001976;
  text-align: center;
  color: white;
  border-radius: 100px;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.wp-pagenavi span, .wp-pagenavi a {
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi span.current, .wp-pagenavi a.current {
  background: #001976;
  color: white;
}

.single {
  padding-top: 0;
}
.single .inner {
  max-width: 960px;
}
.single h1 {
  font-size: 40px;
  font-weight: bold;
}
.single .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-bottom: 1px solid #707070;
  padding-bottom: 24px;
}
.single .article {
  margin-top: 40px;
}
.single .article h2 {
  font-weight: bold;
  font-size: 24px;
  margin: 16px 0;
}
.single .article h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 16px 0;
}
.single .article p {
  margin: 16px 0;
}
.single .article .wp-block-image {
  padding: 8px;
}

/*========================
contact
========================*/
.contact-top {
  position: relative;
  padding: 53px 0 36px;
}
@media screen and (max-width: 767px) {
  .contact-top {
    margin-top: 38px;
    padding: 30px 0 28px;
  }
}
.contact-top .inner {
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .contact-top p {
    margin: 0 -8px;
  }
}
.contact-top .center:has(.btn) {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .contact-top .center:has(.btn) {
    margin-top: 25px;
  }
}

.contact-form {
  padding: 60px 0 124px;
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding: 30px 0 65px;
  }
}
.contact-form .inner {
  max-width: 800px;
}
.contact-form .contact-cta__wrap {
  margin-top: 68px;
}
.contact-form .contact-cta__wrap .item {
  max-width: 470px;
  width: 100%;
}
.contact-form .contact-cta__wrap .item:first-child {
  display: none;
}

.form-items .item:not(:first-child) {
  margin-top: 20px;
}
.form-items .item .label {
  font-weight: bold;
  letter-spacing: normal;
}
.form-items .item .label span {
  font-weight: 400;
}
.form-items .item input:not([type=submit]),
.form-items .item textarea {
  background: rgba(0, 25, 118, 0.1);
  width: 100%;
  padding: 3px 8px;
}
.form-items .item textarea {
  height: 200px;
  resize: vertical;
}
.form-items .item.submit {
  text-align: center;
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .form-items .item.submit {
    margin-top: 24px;
  }
}

.wpcf7-spinner {
  display: none;
}

/*========================
recruit
========================*/
.recruit-top {
  position: relative;
  margin-top: 136px;
  padding: 53px 0 61px;
}
@media screen and (max-width: 767px) {
  .recruit-top {
    margin-top: 38px;
    padding: 30px 0 28px;
  }
}

.recruit-job {
  padding: 61px 0 54px;
}
.recruit-job .inner {
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .recruit-job .inner {
    padding: 0;
  }
}
.recruit-job .item {
  position: relative;
  padding: 40px 20px 20px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .recruit-job .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 31px;
    padding: 28px 30px 23px;
  }
  .recruit-job .item:nth-child(2) {
    margin-top: 41px;
  }
}
.recruit-job .item h3 {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .recruit-job .item h3 {
    font-size: 14px;
    top: -13px;
  }
}
.recruit-job .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .recruit-job .content {
    width: 100%;
  }
}
.recruit-job .content h4 {
  font-size: 20px;
  font-weight: bold;
  color: #001976;
  margin: 37px 0 15px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .recruit-job .content h4 {
    margin: 18px 0 8px;
    font-size: 18px;
  }
}
.recruit-job .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .recruit-job .img {
    width: 100%;
  }
}
.recruit-job .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-job .labels {
    margin-top: 19px;
  }
}
.recruit-job .labels .label {
  background: #001976;
  color: white;
  padding: 8px 10px;
  width: 150px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recruit-job .labels .label {
    font-size: 16px;
    padding: 5px 10px;
  }
}

.recruit-about {
  padding-bottom: 129px;
}
@media screen and (max-width: 767px) {
  .recruit-about {
    padding-bottom: 72px;
  }
}
.recruit-about h2 {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .recruit-about h2 {
    margin-bottom: 19px;
  }
}

.recruit-about__list {
  max-width: 502px;
  margin: 51px auto 50px;
}
@media screen and (max-width: 767px) {
  .recruit-about__list {
    margin: 45px 0 31px;
  }
}
.recruit-about__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  border-top: 1px solid #707070;
  padding: 0 70px 0 80px;
}
@media screen and (max-width: 767px) {
  .recruit-about__list .item {
    padding: 0;
    gap: 33px;
  }
}
.recruit-about__list .item:last-child {
  border-bottom: 1px solid #707070;
}
.recruit-about__list .head {
  width: 58px;
  text-align: center;
}
.recruit-about__list .content {
  width: calc(100% - 58px - 40px);
}
@media screen and (max-width: 767px) {
  .recruit-about__list .content {
    width: calc(100% - 58px - 33px);
  }
}

/*========================
privacy
========================*/
@media screen and (max-width: 767px) {
  .privacy {
    padding: 25px 0 62px;
  }
}
.privacy .inner {
  max-width: 960px;
}
.privacy .inner h2 {
  margin-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .privacy .inner h2 {
    margin-bottom: 21px;
  }
}
.privacy .inner p {
  font-size: 14px;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .privacy .inner p {
    letter-spacing: 0.1em;
    font-size: 13px;
  }
}