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

html {
  font-size: 16px;
  overflow-y: scroll;
}

@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;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

h2,
h3 {
  font-weight: 700;
}

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

@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: 1590px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.row > * {
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

/* 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-l-x {
  display: block;
}
@media (max-width: 1199.98px) {
  .br-l-x {
    display: none;
  }
}

.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-s-x {
  display: block;
}
@media (max-width: 767.98px) {
  .br-s-x {
    display: none;
  }
}

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

/* parts
---------------------------------------------------- */
.heading {
  padding-bottom: max(3.75rem, 50px);
}
.heading__en {
  display: flex;
  align-items: center;
  padding-bottom: 0.5em;
  font-size: max(1.375rem, 13px);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.heading__icon {
  width: max(0.875rem, 10px);
}
.heading__en-text {
  padding-left: 0.4em;
  line-height: 1;
  text-transform: uppercase;
}
.heading__jp {
  font-size: max(2.5rem, 24px);
  font-weight: 700;
  line-height: 1;
}

.description__heading {
  padding-bottom: 1.5em;
  font-size: max(1.5rem, 18px);
  font-weight: 500;
}

.btn-link {
  text-align: end;
}
.btn-link__inner {
  display: inline-flex;
  align-items: center;
  padding: 1em 1em 1em 2em;
  background-color: rgb(30, 112, 185);
  border-radius: 50px;
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
}
.btn-link__inner .slide {
  width: 100%;
  height: 100%;
  left: -400px;
  background: #3892e2;
  position: absolute;
  transition: all 0.4s ease-in-out;
  bottom: 0;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .btn-link__inner:hover .slide {
    left: 0;
  }
}
.btn-link__text {
  color: #fff;
  line-height: 1;
  padding-right: 2.5em;
  z-index: 2;
}
.btn-link__icon {
  width: 10px;
  height: 10px;
  padding: 0.6em;
  background-color: #fff;
  color: rgb(30, 112, 185);
  border-radius: 50%;
  align-self: center;
  flex-shrink: 0;
  z-index: 2;
}

.bg-blue {
  background-image: url("../images/bg-blue.png");
  background-repeat: repeat;
}

.bg-pink {
  background-image: url("../images/bg-pink.png");
  background-repeat: repeat;
}

.photo-ofi {
  height: 0;
  display: block;
  background-color: #EFEFEF;
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
}

.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

/* animation
---------------------------------------------------- */
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.passing .passing-box {
  display: block;
}

.passing .passing-bar {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 0, 0);
}

.passing .passing-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgb(30, 112, 185);
}

.passing .passing-txt {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  font-size: 3rem;
  font-weight: bold;
}

.passing.move .passing-bar:before {
  animation: passing-bar 1s ease 0s 1 normal forwards;
}

.passing.move .passing-txt {
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}

.reveal-img {
  position: relative;
  overflow: hidden;
}

.reveal-img img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}

.reveal-img__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgb(30, 112, 185);
  z-index: 2;
}

/* pagetop
---------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 50;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  #pagetop {
    bottom: 15px;
    right: 15px;
  }
}
#pagetop .btn-link__icon {
  width: 15px;
  height: 15px;
  padding: 22px 22.5px 23px;
  background-color: rgb(20, 78, 128);
  color: #fff;
  border-radius: 50%;
  align-self: center;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  #pagetop .btn-link__icon {
    width: 10px;
    height: 10px;
    padding: 15px;
  }
}

/* header
---------------------------------------------------- */
.header {
  position: relative;
  /* hamburger
  ---------------------------------------------------- */
}
.header__inner {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: transparent;
  z-index: 100;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767.98px) {
  .header__inner {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .header__inner {
    background-color: #fff;
    padding: 15px 20px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  z-index: -1;
}
.header__logo .header__logo-title {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 575.98px) {
  .header__logo .header__logo-title {
    align-items: center;
  }
}
.header__logo .header__logo-title .logo-mark {
  width: 165px;
  transition: 0.3s ease;
}
@media (max-width: 1399.98px) {
  .header__logo .header__logo-title .logo-mark {
    width: 115.5px;
  }
}
@media (max-width: 767.98px) {
  .header__logo .header__logo-title .logo-mark {
    width: 82.5px;
  }
}
@media (max-width: 575.98px) {
  .header__logo .header__logo-title .logo-mark {
    width: 40px;
  }
}
.header__logo .header__logo-title .logo-type {
  padding-top: 15px;
  padding-left: 20px;
  width: 342px;
}
@media (max-width: 1399.98px) {
  .header__logo .header__logo-title .logo-type {
    padding-top: 10.5px;
    padding-left: 14px;
    width: 273.6px;
  }
}
@media (max-width: 767.98px) {
  .header__logo .header__logo-title .logo-type {
    padding-top: 7.5px;
    padding-left: 10px;
    width: 171px;
  }
}
@media (max-width: 575.98px) {
  .header__logo .header__logo-title .logo-type {
    padding-top: 0;
    width: 200px;
  }
}
.header.scrolled .logo-mark {
  width: 99px;
}
@media (max-width: 1399.98px) {
  .header.scrolled .logo-mark {
    width: 70px;
  }
}
@media (max-width: 767.98px) {
  .header.scrolled .logo-mark {
    width: 60px;
  }
}
.header__toggle {
  display: none;
}
.header__nav {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.header__nav .gnav {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 40px;
}
@media (max-width: 1399.98px) {
  .header__nav .gnav {
    padding-right: 30px;
  }
}
.header__nav .gnav li {
  padding-right: 40px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .header__nav .gnav li {
    padding-right: 30px;
  }
}
.header__nav .gnav li:nth-child(5) {
  padding-right: 0;
}
.header__nav .gnav__link {
  color: #fff;
  transition: 0.3s ease;
  position: relative;
}
.header__nav .gnav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform-origin: left;
}
.header__nav .gnav__link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
.header__nav .gnav__item.current .gnav__link::after {
  opacity: 1;
  transform: scaleX(1);
}
.header.is-scrolled .gnav__link {
  color: rgb(2, 21, 38);
}
.header.is-scrolled .current a {
  color: rgb(30, 112, 185);
}
.header__contact {
  padding-right: 30px;
}
.header__cta {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__cta-link {
  padding: 1.3em 2.2em;
  background-color: rgb(241, 29, 24);
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease;
}
.header__cta-link:hover {
  background-color: #f26f6d;
}
.header__cta-link .cta-text {
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1;
}
.header__cta-link .cta-icon {
  display: inline-block;
  width: 14px;
  margin-left: 8px;
}
.header .hamburger__logo {
  display: none;
}
.header__overlay {
  display: none;
}
@media (max-width: 1199.98px) {
  .header__nav {
    overflow-y: auto;
  }
  .header .header__toggle,
  .header .header__toggle-line {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  .header__toggle {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    z-index: 150;
    background: none;
    border: none;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .header__toggle {
    width: 45px;
  }
}
@media (max-width: 1199.98px) and (max-width: 575.98px) {
  .header__toggle {
    height: 12px;
  }
}
@media (max-width: 1199.98px) {
  .header__toggle--open span:nth-child(1) {
    transform: translateY(10px) rotate(-20deg);
  }
}
@media (max-width: 1199.98px) and (max-width: 575.98px) {
  .header__toggle--open span:nth-child(1) {
    transform: translateY(5px) rotate(-10deg);
  }
}
@media (max-width: 1199.98px) {
  .header__toggle--open span:nth-child(2) {
    opacity: 0;
  }
  .header__toggle--open span:nth-child(3) {
    transform: translateY(-10px) rotate(20deg);
  }
}
@media (max-width: 1199.98px) and (max-width: 575.98px) {
  .header__toggle--open span:nth-child(3) {
    transform: translateY(-5px) rotate(10deg);
  }
}
@media (max-width: 1199.98px) {
  .header__toggle-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgb(20, 78, 128);
    border-radius: 4px;
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
}
@media (max-width: 1199.98px) and (max-width: 575.98px) {
  .header__toggle-line {
    height: 1px;
  }
}
@media (max-width: 1199.98px) {
  .header__toggle-line:nth-child(1) {
    top: 0;
  }
  .header__toggle-line:nth-child(2) {
    top: 10px;
  }
}
@media (max-width: 1199.98px) and (max-width: 575.98px) {
  .header__toggle-line:nth-child(2) {
    top: 5px;
  }
}
@media (max-width: 1199.98px) {
  .header__toggle-line:nth-child(3) {
    top: 20px;
  }
}
@media (max-width: 1199.98px) and (max-width: 575.98px) {
  .header__toggle-line:nth-child(3) {
    top: 10px;
  }
}
@media (max-width: 1199.98px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 100;
    transition: right 0.6s ease;
    display: flex;
    flex-direction: column;
  }
  .header__nav--open {
    right: 0;
  }
  .header__nav .gnav {
    display: block;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 80px 30px 30px;
  }
  .header__nav .gnav li {
    width: 100%;
    padding: 20px 15px 20px;
    color: rgb(2, 21, 38);
    border-bottom: 1px solid rgb(231, 231, 231);
  }
  .header__nav .gnav li.current a {
    color: rgb(30, 112, 185);
  }
  .header__nav .gnav__link {
    color: rgb(2, 21, 38);
    font-size: 16px;
  }
  .header__nav .gnav__link:hover::after {
    opacity: 0;
    transform: none;
  }
  .header__nav .gnav__item.current .gnav__link::after {
    opacity: 0;
  }
  .header__cta {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    width: 100%;
    height: auto;
  }
  .header__cta-link {
    text-align: center;
    width: 100%;
  }
  .header__cta-link .cta-icon {
    display: inline-block;
    width: 14px;
    margin-left: 8px;
  }
  .header__cta-link .cta-text {
    justify-content: center;
    font-size: 16px;
  }
  .header .hamburger__logo {
    width: 100%;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
  .header .hamburger__logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .hamburger__logo-mark {
    width: 60px;
    margin-right: 1em;
  }
  .header .hamburger__logo-type {
    width: 150px;
  }
  .header__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    display: block;
  }
  .header__overlay--open {
    opacity: 1;
    visibility: visible;
  }
}

/* anchor-offset
---------------------------------------------------- */
section {
  position: relative;
}

.anchor-offset {
  position: absolute;
  height: 30px;
  top: -30px;
  visibility: hidden;
}

/* footer
---------------------------------------------------- */
.footer-contact {
  overflow: hidden;
  padding-top: max(7.5rem, 80px);
  padding-bottom: max(8.125rem, 90px);
}
.footer-contact .heading {
  text-align: center;
}
.footer-contact .heading__en {
  justify-content: center;
}
.footer-contact__content {
  padding-left: 5em;
  display: flex;
  justify-content: center;
  gap: 5em;
}
@media (max-width: 767.98px) {
  .footer-contact__content {
    padding-left: 0;
    display: block;
  }
}
.footer-contact__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer-contact__tel {
    padding-bottom: max(3.75rem, 30px);
  }
}
.footer-contact__number {
  display: flex;
  align-items: center;
  padding-bottom: 0.5em;
  font-size: max(2rem, 24px);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.footer-contact__icon {
  width: 30px;
  margin-right: 8px;
}
.footer-contact__row {
  display: flex;
}
.footer-contact__label {
  width: 6em;
}
.footer-contact__value {
  flex: 1;
}
@media (max-width: 767.98px) {
  .footer-contact .btn-link {
    text-align: center;
  }
}
.footer-contact .btn-link__inner {
  background-color: rgb(20, 78, 128);
  padding: 2em 2em 2em 3em;
  transition: 0.3s ease;
}
.footer-contact .btn-link__inner .slide {
  background: #1f76c2;
}
.footer-contact .btn-link__text {
  font-weight: 700;
  font-size: max(1.375rem, 18px);
  padding-right: 3em;
}
@media (max-width: 575.98px) {
  .footer-contact .btn-link__text {
    padding-right: 2em;
  }
}
.footer-contact .btn-link__icon-mail {
  width: 30px;
  margin-right: 10px;
  z-index: 2;
}

.footer {
  overflow: hidden;
  background-color: #fff;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .footer__inner {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .footer__inner {
    padding-top: 70px;
    padding-bottom: 42px;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .footer__left {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 4em;
    padding-bottom: 3em;
    border-bottom: 1px solid rgb(231, 231, 231);
  }
}
@media (max-width: 767.98px) {
  .footer__left {
    display: block;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .footer__left {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.footer__logo {
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .footer__logo {
    padding-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .footer__logo {
    padding-bottom: 30px;
  }
}
.footer__logo .footer__logo-mark {
  display: none;
}
@media (max-width: 1199.98px) {
  .footer__logo .footer__logo-mark {
    display: block;
    margin-right: 1.5em;
  }
}
@media (max-width: 575.98px) {
  .footer__logo .footer__logo-mark {
    width: 78px;
  }
}
.footer__logo .footer__logo-type {
  width: 300px;
}
@media (max-width: 575.98px) {
  .footer__logo .footer__logo-type {
    width: 195px;
  }
}
.footer__info .footer__logo-link {
  display: inline;
}
@media (max-width: 1199.98px) {
  .footer__info .footer__logo-link {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .footer__info .footer__logo-link {
    justify-content: center;
  }
}
.footer__address {
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .footer__address {
    text-align: center;
  }
}
.footer__address a {
  display: inline;
}
.footer__address-map {
  color: rgb(30, 112, 185);
}
.footer__number {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .footer__number {
    text-align: center;
  }
}
.footer__number a {
  display: inline;
}
.footer__number .tel {
  padding-bottom: 6px;
}
@media (max-width: 767.98px) {
  .footer__number .tel {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .footer__number .fax {
    text-align: center;
  }
}
.footer__number .name {
  display: inline-block;
  width: 3.5em;
  margin-right: 8px;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  text-align: center;
  background-color: rgb(30, 112, 185);
  color: #fff;
  line-height: 1;
  font-size: 14px;
}
.footer__right {
  display: flex;
  flex-direction: column;
}
.footer__nav {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .footer__nav {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .footer__nav {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .footer__nav {
    display: none;
  }
}
.footer .gnav {
  display: flex;
  gap: 30px;
  padding-right: 30px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .footer .gnav {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.footer .gnav__link {
  font-size: 14px;
  transition: 0.3s;
}
.footer .gnav__link:hover {
  color: #9c9c9c;
}
.footer__cta-link {
  padding: 15px 20px;
  border: 1px solid rgb(241, 29, 24);
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(241, 29, 24);
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .footer__cta-link {
    margin: 0 auto;
  }
}
.footer__cta-link:hover {
  background-color: rgb(241, 29, 24);
  color: #fff;
}
.footer__cta-link:hover img {
  filter: brightness(0) invert(1);
}
.footer__cta-link .cta-text {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
}
.footer__cta-link .cta-icon {
  display: inline-block;
  width: 14px;
  margin-left: 8px;
  transition: 0.3s;
}
.footer__logo-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 60px;
}
@media (max-width: 1199.98px) {
  .footer__logo-copy {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 1199.98px) {
  .footer__logo-copy .footer__logo-mark {
    display: none;
  }
}
.footer__logo-mark {
  width: 120px;
}
.footer__copyright {
  padding-top: 20px;
  font-size: 12px;
}
@media (max-width: 575.98px) {
  .footer__copyright {
    padding-top: 0;
  }
}/*# sourceMappingURL=common.css.map */