/* common
---------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

@media screen and (max-width: 1199.98px) {
  html {
    font-size: 1.3344453711vw;
  }
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 1.8252933507vw;
  }
}
body {
  overflow-x: hidden;
  letter-spacing: 0.1em;
  line-height: 1.75;
  line-height: 2;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color: rgb(32, 32, 32);
}

h2,
h3 {
  font-weight: 500;
  margin-bottom: 0;
}

div,
p,
li,
dt,
dd {
  font-size: 16px;
}

p {
  margin-bottom: 0;
}

a {
  color: rgb(32, 32, 32);
}

@media screen and (max-width: 1199.98px) {
  div,
  p,
  li,
  dt,
  dd {
    font-size: 14px;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  display: block;
}

.container-custom {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/* br
---------------------------------------------------- */
.br-xxl {
  display: none;
}
@media (max-width: 1500px) {
  .br-xxl {
    display: block;
  }
}

.br-xl {
  display: none;
}
@media (max-width: 1399.98px) {
  .br-xl {
    display: block;
  }
}

.br-l {
  display: none;
}
@media (max-width: 1199.98px) {
  .br-l {
    display: block;
  }
}

.br-m {
  display: none;
}
@media (max-width: 991.98px) {
  .br-m {
    display: block;
  }
}

.br-s {
  display: none;
}
@media (max-width: 767.98px) {
  .br-s {
    display: block;
  }
}

.br-xs {
  display: none;
}
@media (max-width: 575.98px) {
  .br-xs {
    display: block;
  }
}

/* parts
---------------------------------------------------- */
.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.heading .heading__en {
  font-size: max(4.375rem, 35px);
  font-family: "Albert Sans", sans-serif;
  text-transform: uppercase;
  background: linear-gradient(-120deg, #2a44a4 0%, #2a44a4 36%, #b9f0fa 46%, #b9f0fa 54%, #2a44a4 64%, #2a44a4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575.98px) {
  .heading .heading__en {
    padding-bottom: 0.1em;
  }
}
.heading .heading__jp {
  font-size: max(1.5rem, 12px);
  font-weight: 500;
  color: #919296;
}

.section__bg {
  background-image: url(../images/top_whoweare_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-common {
  text-align: center;
}
.btn-common .btn-common__inner {
  display: inline-block;
  padding: 1.875rem 3.125rem;
  background-color: rgb(42, 68, 164);
  color: #fff;
  transition: all 0.3s ease;
}
.btn-common .btn-common__inner .btn-common__text {
  position: relative;
  padding-right: 1.5em;
}
.btn-common .btn-common__inner .btn-common__text:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-60%);
}
.btn-common .btn-common__inner:hover {
  background-color: #202020;
}

.page-title {
  height: 31.25rem;
  padding-top: 80px;
  background-image: url(../images/page-title_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 575.98px) {
  .page-title {
    padding-top: 60px;
    height: 300px;
  }
}
.page-title .heading__h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(31.25rem - 80px);
  padding-left: 5em;
}
@media (max-width: 1399.98px) {
  .page-title .heading__h2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .page-title .heading__h2 {
    height: calc(31.25rem - 60px);
    height: 240px;
  }
}
.page-title .heading__h2 .heading__en {
  font-size: 5.625rem;
  font-family: "Albert Sans", sans-serif;
  color: rgb(42, 68, 164);
  text-transform: uppercase;
}
.page-title .heading__h2 .heading__jp {
  font-size: max(1.5rem, 12px);
  font-weight: 700;
  color: rgb(42, 68, 164);
}

/* pagetop
---------------------------------------------------- */
#pagetop {
  position: fixed;
  right: 20px;
  z-index: 50;
  text-align: center;
}
#pagetop .pagetop__inner {
  padding-top: 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #d4ddde;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  #pagetop .pagetop__inner {
    width: 50px;
    height: 50px;
    font-size: 10px;
  }
}
#pagetop .pagetop__inner .pagetop__arrow {
  position: relative;
  display: inline-block;
  width: 8.2px;
  height: 8px;
}
#pagetop .pagetop__inner .pagetop__arrow::before, #pagetop .pagetop__inner .pagetop__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
  width: 2px;
  height: 10px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: 50% 0.5px;
}
@media (max-width: 575.98px) {
  #pagetop .pagetop__inner .pagetop__arrow::before, #pagetop .pagetop__inner .pagetop__arrow::after {
    width: 2px;
    height: 8px;
  }
}
#pagetop .pagetop__inner .pagetop__arrow::before {
  transform: rotate(45deg);
}
#pagetop .pagetop__inner .pagetop__arrow::after {
  transform: rotate(-45deg);
}

/* header
---------------------------------------------------- */
.header .header__inner {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 100;
  display: flex;
  background-color: #fff;
}
@media (max-width: 575.98px) {
  .header .header__inner {
    height: 60px;
  }
}
.header .header__inner .header__logo {
  display: flex;
  align-items: center;
  height: 80px;
  padding-left: 30px;
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__logo {
    padding-left: 20px;
    z-index: -2;
  }
}
@media (max-width: 575.98px) {
  .header .header__inner .header__logo {
    height: 60px;
  }
}
.header .header__inner .header__logo h1 {
  margin-bottom: 0;
}
.header .header__inner .header__logo h1 img {
  width: 282px;
}
@media (max-width: 1800px) {
  .header .header__inner .header__logo h1 img {
    width: 200px;
  }
}
@media (max-width: 575.98px) {
  .header .header__inner .header__logo h1 img {
    width: 150px;
  }
}
.header .header__inner .header__menu {
  margin-left: auto;
}
.header .header__inner .header__menu ul {
  height: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu ul {
    height: 100%;
  }
}
.header .header__inner .header__menu ul li {
  padding-right: 58px;
  font-weight: 500;
}
@media (max-width: 1800px) {
  .header .header__inner .header__menu ul li {
    padding-right: 1.5em;
    font-size: 14.4px;
  }
}
.header .header__inner .header__menu ul li:nth-child(6) {
  padding-right: 40px;
  position: relative;
  display: inline-block;
}
@media (max-width: 1800px) {
  .header .header__inner .header__menu ul li:nth-child(6) {
    padding-right: 36px;
  }
}
.header .header__inner .header__menu ul li:nth-child(6)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background-color: #bdbdbd;
}
@media (max-width: 1399.98px) {
  .header .header__inner .header__menu ul li:nth-child(6)::after {
    display: none;
  }
}
.header .header__inner .header__menu ul li a {
  transition: all 0.3s ease;
}
.header .header__inner .header__menu ul li a:hover {
  color: rgb(42, 68, 164);
}
.header .header__inner .header__menu ul li.current a {
  color: rgb(42, 68, 164);
}
.header .header__inner .header__menu .header__menu__bottom {
  display: none;
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .header__menu__bottom {
    display: block;
  }
  .header .header__inner .header__menu .header__menu__bottom .header__number {
    height: 70px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: center;
  }
  .header .header__inner .header__menu .header__menu__bottom .header__number .number {
    font-family: "Albert Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: rgb(42, 68, 164);
  }
  .header .header__inner .header__menu .header__menu__bottom .header__number .number a {
    color: rgb(42, 68, 164);
    pointer-events: none;
  }
}
@media (max-width: 1199.98px) and (max-width: 575.98px) {
  .header .header__inner .header__menu .header__menu__bottom .header__number .number a {
    pointer-events: auto;
  }
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .header__menu__bottom .header__number .number .fa-phone {
    font-size: 20px;
    padding-right: 0.1em;
  }
  .header .header__inner .header__menu .header__menu__bottom .header__contact-btn {
    margin-left: 20px;
    margin-right: 20px;
    height: 70px;
    display: flex;
    align-items: center;
    background-color: rgb(42, 68, 164);
    justify-content: center;
  }
  .header .header__inner .header__menu .header__menu__bottom .header__contact-btn .contact-btn {
    padding-left: 48px;
    padding-right: 48px;
    color: #fff;
    font-size: 18px;
  }
}
.header .header__inner .header__right {
  display: flex;
}
@media (max-width: 1399.98px) {
  .header .header__inner .header__right {
    flex-direction: column;
  }
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__right {
    display: none;
  }
}
.header .header__inner .header__right .header__number {
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1800px) {
  .header .header__inner .header__right .header__number {
    font-size: 19.2px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1399.98px) {
  .header .header__inner .header__right .header__number {
    height: 40px;
  }
}
.header .header__inner .header__right .header__number .number {
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: rgb(42, 68, 164);
}
@media (max-width: 1800px) {
  .header .header__inner .header__right .header__number .number {
    font-size: 19.2px;
  }
}
.header .header__inner .header__right .header__number .number a {
  color: rgb(42, 68, 164);
  pointer-events: none;
}
.header .header__inner .header__right .header__number .number .fa-phone {
  font-size: 20px;
  padding-right: 0.1em;
}
@media (max-width: 1800px) {
  .header .header__inner .header__right .header__number .number .fa-phone {
    font-size: 18px;
  }
}
.header .header__inner .header__right .header__contact-btn {
  height: 80px;
  display: flex;
  align-items: center;
  background-color: rgb(42, 68, 164);
  justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 1399.98px) {
  .header .header__inner .header__right .header__contact-btn {
    height: 40px;
  }
}
.header .header__inner .header__right .header__contact-btn .contact-btn {
  padding-left: 48px;
  padding-right: 48px;
  color: #fff;
}
@media (max-width: 1800px) {
  .header .header__inner .header__right .header__contact-btn .contact-btn {
    padding-left: 28.8px;
    padding-right: 28.8px;
    font-size: 14.4px;
  }
}
@media (max-width: 1399.98px) {
  .header .header__inner .header__right .header__contact-btn .contact-btn {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.header .header__inner .header__right .header__contact-btn:hover {
  background-color: #202020;
}

section {
  position: relative;
}

.anchor-offset {
  position: absolute;
  height: 80px;
  top: -80px;
  visibility: hidden;
}
@media (max-width: 575.98px) {
  .anchor-offset {
    height: 90px;
    top: -90px;
  }
}

/* hamburger
---------------------------------------------------- */
@media (max-width: 1199.98px) {
  .header--hamburger {
    position: fixed;
    top: 0;
    z-index: 100;
  }
}
.header--hamburger .header__btn--gnav {
  position: fixed;
  top: 15px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 150;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 400ms;
  display: none;
}
@media (max-width: 1199.98px) {
  .header--hamburger .header__btn--gnav {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .header--hamburger .header__btn--gnav {
    width: 37.5px;
    height: 37.5px;
    top: 11.25px;
  }
}
.header--hamburger .header__btn--gnav span {
  margin: 13px 10px 7px;
  position: absolute;
  width: 30px;
  height: 4px;
  background: rgb(42, 68, 164);
  transition: all 400ms;
}
@media (max-width: 575.98px) {
  .header--hamburger .header__btn--gnav span {
    margin: 9.75px 7.5px 5.25px;
    width: 22.5px;
    height: 3px;
  }
}
.header--hamburger .header__btn--gnav span:nth-child(1) {
  top: 0;
}
.header--hamburger .header__btn--gnav span:nth-child(2) {
  top: 10px;
}
@media (max-width: 575.98px) {
  .header--hamburger .header__btn--gnav span:nth-child(2) {
    top: 7.5px;
  }
}
.header--hamburger .header__btn--gnav span:nth-child(3) {
  top: 20px;
}
@media (max-width: 575.98px) {
  .header--hamburger .header__btn--gnav span:nth-child(3) {
    top: 15px;
  }
}
.header--hamburger .header__btn--gnav.open span:nth-child(1) {
  background: rgb(42, 68, 164);
  top: 10px;
  transform: rotate(-45deg);
}
.header--hamburger .header__btn--gnav.open span:nth-child(2),
.header--hamburger .header__btn--gnav.open span:nth-child(3) {
  top: 10px;
  background: rgb(42, 68, 164);
  transform: rotate(45deg);
}
.header--hamburger .header__overlay {
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: -1;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.header--hamburger .header__overlay.open {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199.98px) {
  .header__inner .header__menu {
    margin: 0;
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background-color: #FFF;
    box-sizing: border-box;
    z-index: 100;
    transition: 0.6s;
    display: flex;
    display: block;
  }
  .header__inner .header__menu.open {
    right: 0;
  }
  .header__inner .header__menu .gnav {
    width: 100%;
  }
  .header__inner .header__menu .gnav__menu {
    padding: 80px 20px 20px;
    width: 100%;
    height: 100%;
    display: block;
    flex-direction: column;
  }
  .header__inner .header__menu .gnav__menu li {
    width: 100%;
    padding: 20px 15px;
    color: rgb(32, 32, 32);
    border-bottom: 1px solid #dddddd;
  }
  .header__inner .header__menu .gnav__menu li a {
    font-size: 16px;
  }
}
/* footer
---------------------------------------------------- */
.footer {
  background-color: #fff;
  box-shadow: 0 -4px 8px rgba(42, 68, 164, 0.05);
}
.footer .footer-inner {
  padding-top: max(8.75rem, 70px);
  background-color: #FFF;
  color: rgb(32, 32, 32);
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  .footer .footer-inner {
    padding-top: max(5.625rem, 70px);
  }
}
.footer .footer-inner .footer__left {
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .footer .footer-inner .footer__left {
    padding-right: 15px;
    text-align: center;
  }
}
.footer .footer-inner .footer__left .footer__logo {
  padding-bottom: max(3.75rem, 30px);
}
@media (max-width: 991.98px) {
  .footer .footer-inner .footer__left .footer__logo {
    margin: 0 auto;
    padding-bottom: max(2.5rem, 30px);
    width: 300px;
  }
}
@media (max-width: 575.98px) {
  .footer .footer-inner .footer__left .footer__logo {
    width: 250px;
  }
}
.footer .footer-inner .footer__left .footer__logo img {
  width: 100%;
}
.footer .footer-inner .footer__left .footer__info .footer__address {
  padding-bottom: 1.875rem;
}
@media (max-width: 991.98px) {
  .footer .footer-inner .footer__left .footer__info .footer__address {
    padding-bottom: 0.625rem;
  }
}
@media (max-width: 991.98px) {
  .footer .footer-inner .footer__left .footer__info .footer__address .br-footer {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .footer .footer-inner .footer__left .footer__info .footer__address .br-footer {
    display: block;
  }
}
.footer .footer-inner .footer__left .footer__info .footer__number {
  padding-bottom: 7.5rem;
}
@media (max-width: 991.98px) {
  .footer .footer-inner .footer__left .footer__info .footer__number {
    padding-bottom: max(3.75rem, 50px);
    border-bottom: 1px solid #cdced3;
  }
}
@media (max-width: 575.98px) {
  .footer .footer-inner .footer__left .footer__info .footer__number {
    padding-bottom: max(8.75rem, 70px);
  }
}
.footer .footer-inner .footer__left .footer__info .footer__number a {
  display: inline;
}
.footer .footer-inner .footer__right {
  margin-right: 15px;
  padding-top: 3.125rem;
}
@media (max-width: 991.98px) {
  .footer .footer-inner .footer__right {
    margin: 0 auto;
    padding-top: max(3.75rem, 50px);
    padding-bottom: max(8.75rem, 70px);
  }
}
@media (max-width: 575.98px) {
  .footer .footer-inner .footer__right {
    display: none;
  }
}
.footer .footer-inner .footer__right .gnav__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 6.25rem;
       column-gap: 6.25rem;
  row-gap: 2.5rem;
}
@media (max-width: 991.98px) {
  .footer .footer-inner .footer__right .gnav__menu {
    text-align: center;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
    row-gap: 1.875rem;
  }
}
.footer .footer-inner .footer__right .gnav__menu .gnav__menu-link:hover {
  color: rgb(32, 32, 32);
}
.footer .footer-inner .copylight {
  padding-bottom: 30px;
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .footer .footer-inner .copylight {
    font-size: 12px;
  }
}
.footer .footer__copylight {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgb(32, 32, 32);
  color: #fff;
  text-align: center;
}
.footer .footer__copylight .copylight__text {
  font-size: 12px;
}

/* AOS
---------------------------------------------------- */
[data-aos=fade-left] {
  transform: translateX(30px);
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos=fade-up] {
  transform: translateY(30px);
  opacity: 0;
  transition-property: transform, opacity;
}/*# sourceMappingURL=common.css.map */