@charset "UTF-8";
/* ------------------------------------
  共通設定
-------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html.is-fixed {
  height: 100%;
  overflow: hidden;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  color: #4A4A4A;
  min-height: 100vh;
  position: relative;
}
h1, h2, h3, h4, h5 {
  font-size: 1.8rem;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
a {
  text-decoration: none;
  color: #2C2C2C;
}
ul, ol {
  list-style: none;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
}
.sp {
  display: none;
}
/* ------------------------------------
  レイアウト .l-header　.l-nav
-------------------------------------- */
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 15;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.l-header__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 2.4rem 3rem;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.is-changed .l-header__wrapper {
  padding: 1rem 6rem;
}
.l-header.is-changed .p-nav__item a {
  color: #000;
}
.is-changed .l-header__wrapper img {
  width: 120px;
}
.l-header.is-changed {
  background: rgba(255, 255, 255, 0.7);
}
.l-drawer {
  display: none;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  left: auto;
  margin: auto;
  z-index: 40;
}
/* ------------------------------------
  レイアウト .l-footer
-------------------------------------- */
.l-footer {
  padding: 130px 0;
  background: #124D8E;
}
.l-footer .l-container {
  max-width: 1460px;
  margin: 0 auto;
}
.l-sidebar {
  padding: 30px 0 50px;
}
/* ------------------------------------
  レイアウト .l-kv
-------------------------------------- */
.l-kv {
  height: 100vh;
  min-height: 500px;
}
.l-kv__container {
  position: relative;
  height: 100%;
}
.l-main {
  position: relative;
}
/* ------------------------------------
  レイアウト .c-drawer
-------------------------------------- */
.c-drawer {
  position: relative;
  cursor: pointer;
  width: 32px;
  height: 28px;
}
.c-drawer__bar {
  display: block;
  width: 100%;
  height: 0;
  border-top: 3px solid #000;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.c-drawer__bar:not(:last-child) {
  margin-bottom: 8.5px;
}
.c-drawer.is-change-color .c-drawer__bar {
  border-color: #2C2C2C;
}
.c-drawer.is-active .c-drawer__bar {
  position: absolute;
  width: 32px;
  border-color: #000;
  margin-bottom: 0;
}
.c-drawer.is-active .c-drawer__bar:nth-child(1) {
  top: 12px;
  left: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
.c-drawer.is-active .c-drawer__bar:nth-child(2) {
  top: 12px;
  left: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-drawer.is-active .c-drawer__bar:nth-child(3) {
  top: 12px;
  left: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-list-diamond {
  vertical-align: middle;
}
.c-list-diamond::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #174D96;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 2rem;
}
/* ------------------------------------
  ヘッダー
-------------------------------------- */
.p-logo {
  margin-right: auto;
  position: relative;
  z-index: 25;
}
.p-logo a {
  display: block;
}
.p-logo.is-active a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/common/img-logo-w.png") no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 900px) {
  .p-logo a {
    width: 100px;
  }
}
@media screen and (max-width: 540px) {
body {
  font-size: 1.6rem;
  }
}
/* ------------------------------------
  ナビゲーション
-------------------------------------- */
.p-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  font-size: 1.6rem;
}
.p-nav .p-nav-child {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.p-nav__item {
  position: relative;
  margin: 0 1rem;
}
.p-nav__item a {
  color: #fff;
}
.p-nav__item:hover a + .p-nav-child {
  visibility: visible;
  opacity: 1;
}
.p-nav__item a {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  border-bottom: 1px dotted rgba(23, 77, 150, 0);
}
.p-nav__item a:hover {
  color: #174D96;
  border-bottom: 1px dotted #174D96;
}
.p-nav__insta svg {
  fill: #174D96;
}
.p-nav__insta a {
  border: none;
}
.p-nav__insta a:hover {
  border: none;
}
.p-nav-child {
  position: absolute;
  top: 100%;
  left: -7.7rem;
  padding-top: 2.1rem;
}
.p-nav-child__inner {
  background: #fff;
  border-radius: 10px;
  width: 55rem;
  -webkit-filter: drop-shadow(0, 3px, 6px);
  filter: drop-shadow(0, 3px, 6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3.5rem 4rem 3.5rem 2rem;
}
.p-nav-child-list {
  width: 24rem;
}
.p-nav-child-list li {
  border-bottom: 1px dotted rgba(56, 56, 56, 0.23);
  padding: 1rem 0 1rem 5rem;
}
.p-nav-child-list li:last-child {
  border-bottom: none;
}
.p-nav-child-list li a {
  border-bottom: none;
}
.p-nav-child-list li a:hover {
  border-bottom: none;
}
.p-nav-child-list li a::before {
  content: "・";
}
/* ------------------------------------
  ページトップ
-------------------------------------- */
.button__pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: flex;
  width: 85px;
  height: 85px;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  background: #0F3E7C;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  border-radius: 100%;
  transition: opacity .6s ease;
  z-index: 999;
}
/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}
/*このクラスが付与されると表示する*/
.absolute {
  position: absolute;
  top: -70px;
  bottom: auto;
}
@media screen and (max-width: 820px) {
  

  .l-inner {
    width: 100%;
  }
  .l-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #99abc3;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  .l-nav a {
    color: #fff;
  }
  .l-nav.is-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .l-nav__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 95%;
    max-width: 700px;
    height: auto;
    max-height: 75vh;
    overflow-y: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .l-nav__wrapper::-webkit-scrollbar-thumb {
    background: #fff;
    border: 3px solid transparent;
    background-clip: padding-box;
    border-radius: 7px;
  }
  .l-header {
    max-width: 100vw;
  }
  .l-header__wrapper {
    max-width: 100vw;
    margin: 0;
    padding: 1.5rem;
  }
  .is-changed .l-header__wrapper {
    padding: 0.8rem 1.5rem;
  }
  .l-drawer {
    display: block;
  }
  .p-nav {
    -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: flex-start;
    gap: 0.5em;
    font-size: 2rem;
  }
  .p-nav__item {
    margin: 0.5rem;
    border-bottom: 1px dotted;
    display: block;
    width: 100%;
  }
  .p-nav__item a:hover {
    color: #fff;
  }
  .p-nav .p-nav-child {
    visibility: visible;
    opacity: 1;
  }
  .p-nav__insta {
    width: 100%;
    text-align: center;
  }
  .p-nav__insta svg {
    fill: #fff;
  }
  .p-nav-child {
    position: static;
    padding: 1em 0 0 1em;
  }
  .p-nav-child__inner {
    display: block;
    width: auto;
    -webkit-filter: none;
    filter: none;
    padding: 0;
    background: none;
  }
  .p-nav-child figure {
    display: none;
  }
  .p-nav-child-list {
    width: auto;
  }
  .p-nav-child-list li {
    padding: 0;
    margin-bottom: 0.5em;
    border-bottom: none;
  }
  .p-heading__title {
    font-size: 6rem;
    line-height: 1.2;
  }
  .p-heading__sub {
    font-size: 2.4rem;
  }
}


/* ------------------------------------
  フッター
-------------------------------------- */
.footer__wrapper {
  max-width: 1730px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  padding-bottom: 25px;
}
.footer__wrapper > div {
  width: calc(100% / 2 - 50px);
  margin: 0 auto;
}
.p-footer__logo {
  margin-bottom: 6rem;
}
.p-footer__copy {
  text-align: right;
}
.p-footer-nav ul {
  width: 100%;
  margin: 0 auto 95px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.p-footer-nav ul.p-footer-nav__item li {
  margin: 0 auto;
}
.p-footer-nav ul.p-footer-nav__item li:last-child {
  margin-right: 0;
}
.p-footer-nav ul.p-footer-nav__item li a {
  color: #fff;
}
.p-footer-nav ul.p-footer-nav__item li a:hover {
  opacity: .75;
}

@media screen and (max-width: 540px) {
  .footer__wrapper {
    display: block;
  }
  .footer__wrapper > div {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .p-footer-nav ul {
    width: 100%;
    margin: 20px auto;
    display: block;
    font-size: 1.6rem;
  }
  .p-footer__copy {
    text-align: center;
  }
}