@charset "UTF-8";
.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.service-header {
  /* c-button
	--------------------------------------------------- */
  /* l-nav
	--------------------------------------------------- */
  font-family: source-han-sans-japanese, 'Noto Sans JP', 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游明朝", YuMincho, sans-serif !important;
  line-height: 1.5;
  font-weight: 400;
}

.service-header .u-align-left {
  text-align: left;
}

.service-header .u-align-right {
  text-align: right;
}

.service-header .u-align-center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .service-header .u-align-left_pc {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .service-header .u-align-right_pc {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .service-header .u-align-center_pc {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .service-header .u-align-left_sp {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .service-header .u-align-right_sp {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .service-header .u-align-center_sp {
    text-align: center;
  }
}

.service-header .c-button {
  border-radius: 30px;
  border: 1px solid #0D57A7;
  background-color: #FFFFFF;
  overflow: hidden;
  color: #0D57A7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.556;
  font-weight: 700;
  position: relative;
  z-index: 0;
  padding: 15px 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .service-header .c-button {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.572;
    padding: 10px 25px;
  }
}

.service-header .c-button::before {
  content: "";
  position: absolute;
  background: radial-gradient(circle, #0D57A7 10%, transparent 10%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.service-header .c-button.c-button--gray {
  border-color: #BFBFBF;
  color: #4C4C4C;
}

.service-header .c-button.c-button--gray::before {
  background: radial-gradient(circle, #F5F5F5 10%, transparent 10%);
}

.service-header .c-button.c-button--gray > .c-icon--arrow {
  background-image: url(/common2022/img/icon_chevron-right_gray.svg);
}

.service-header .c-button.c-button--fill {
  border: none;
  background-color: #0D57A7;
  color: #FFFFFF;
}

.service-header .c-button.c-button--fill::before {
  background: radial-gradient(circle, #003B7A 10%, transparent 10%);
}

.service-header .c-button.c-button--fill > .c-icon--arrow {
  background-image: url(/common2022/img/icon_chevron-right_white.svg);
}

.service-header .c-button.c-button--clear {
  border-color: #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
}

.service-header .c-button.c-button--clear::before {
  background: radial-gradient(circle, #003B7A 10%, transparent 10%);
}

.service-header .c-button.c-button--clear > .c-icon--arrow {
  background-image: url(/common2022/img/icon_chevron-right_white.svg);
}

.service-header .c-button.c-button--reverse > [class*="c-icon-"] {
  animation: anime-l-back 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.service-header .c-button.c-button--reverse > .c-icon--arrow,
.service-header .c-button.c-button--reverse.c-button--fill > .c-icon--arrow {
  background-image: url(/common2022/img/icon_chevron-left.svg);
  right: auto;
  left: 20px;
}

.service-header .c-button.c-button--reverse.c-button--gray > .c-icon--arrow {
  background-image: url(/common2022/img/icon_chevron-left_gray.svg);
}

.service-header .c-button.c-button--reverse > .c-icon--plus {
  right: auto;
  left: 18px;
}

@media screen and (max-width: 767px) {
  .service-header .c-button.c-button--reverse > .c-icon--arrow,
  .service-header .c-button.c-button--reverse.c-button--fill > .c-icon--arrow {
    left: 14px;
  }
  .service-header .c-button.c-button--reverse > .c-icon--plus {
    left: 12px;
  }
}

.service-header .c-button.c-button--small {
  padding: 8px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.572;
}

.service-header .c-button.c-button--small > .c-icon--arrow {
  right: 14px;
  width: 6px;
  height: 10px;
}

@media screen and (min-width: 768px) {
  .service-header .c-button:hover::before {
    opacity: 1;
    transform: scale(10);
  }
  .service-header .c-button:hover:not(.c-button--gray) {
    color: #FFFFFF;
  }
  .service-header .c-button:hover:not(.c-button--gray) > .c-icon--arrow {
    background-image: url(/common2022/img/icon_chevron-right_white.svg);
  }
  .service-header .c-button:hover:not(.c-button--gray).c-button--reverse > .c-icon--arrow {
    background-image: url(/common2022/img/icon_chevron-left_white.svg);
  }
  .service-header .c-button:hover.c-button--clear {
    border-color: #0D57A7;
  }
  .service-header .c-button:hover > .c-icon--arrow,
  .service-header .c-button:hover > .c-icon--plus {
    animation: anime-r-go 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
  .service-header .c-button:hover.c-button--reverse > .c-icon--arrow,
  .service-header .c-button:hover.c-button--reverse > .c-icon--plus {
    animation: anime-l-go 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
}

.service-header [class*="c-icon-"] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  animation: anime-r-back 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.service-header .c-icon--arrow {
  background-image: url(/common2022/img/icon_chevron-right.svg);
  right: 20px;
  width: 8px;
  height: 13px;
}

@media screen and (max-width: 767px) {
  .service-header .c-icon--arrow {
    right: 14px;
    width: 6px;
    height: 10px;
  }
}

.service-header .c-icon--plus {
  background-image: url(/common2022/img/icon_plus-circle.svg);
  right: 18px;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 767px) {
  .service-header .c-icon--plus {
    right: 12px;
    width: 16px;
    height: 16px;
  }
}

.service-header .l-nav {
  border-bottom: 1px solid #0D57A7;
  position: fixed;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .service-header .l-nav {
    background-color: #FFFFFF;
    top: 70px;
    z-index: 99;
  }
}

@media screen and (max-width: 767px) {
  .service-header .l-nav {
    top: 60px;
    height: 100%;
    z-index: 100;
    pointer-events: none;
  }
}

.service-header .l-nav__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 83px;
  padding-right: 83px;
  max-width: 1366px;
}

@media screen and (max-width: 960px) {
  .service-header .l-nav__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .service-header .l-nav__inner {
    background-color: #0D57A7;
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: calc(100vh - 60px);
    pointer-events: all;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .is-menu-visible.service-header .l-nav .service-header .l-nav__inner {
    opacity: 1;
    pointer-events: all;
  }
}

.service-header .l-nav__menu {
  display: flex;
}

@media screen and (min-width: 768px) {
  .service-header .l-nav__menu {
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 49px;
  }
}

@media screen and (max-width: 767px) {
  .service-header .l-nav__menu {
    flex-direction: column;
  }
}

.service-header .l-nav__menu-item + * {
  margin-left: 5%;
}

@media screen and (max-width: 767px) {
  .service-header .l-nav__menu-item {
    border-bottom: 1px solid #3D79B9;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
  }
  .service-header .l-nav__menu-item + * {
    padding-left: 0;
  }
}

.service-header .l-nav__menu-link {
  display: inline-block;
  color: #000000;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 767px) {
  .service-header .l-nav__menu-link {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.572;
    padding: 14px 15px;
  }
}

@media screen and (min-width: 768px) {
  .service-header .l-nav__menu-link::after {
    content: "";
    background-color: #0D57A7;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: none;
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .service-header .l-nav__menu-link:hover {
    color: #0D57A7;
  }
  .service-header .l-nav__menu-link:hover::after {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .service-header .l-nav__menu-link.is-current {
    pointer-events: none;
    color: #0D57A7;
  }
  .service-header .l-nav__menu-link.is-current.is-index {
    pointer-events: all;
  }
  .service-header .l-nav__menu-link.is-current::after {
    opacity: 1;
  }
}

.service-header .l-nav__menu-link--icon {
  display: none;
}

@media screen and (max-width: 767px) {
  .service-header .l-nav__menu-link--icon {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
  .service-header .l-nav__menu-link--icon::before {
    content: "";
    background: url(/common2022/img/icon_plus.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto 0;
    width: 12px;
    height: 12px;
  }
  body.is-loaded .service-header .l-nav__menu-link--icon.is-active::before {
    background-image: url(/common2022/img/icon_minus.svg);
  }
}

.service-header .l-nav__contact .p-button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-header .l-nav__contact .p-button-group__item {
  max-width: 305px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .service-header .l-nav__contact {
    display: none;
  }
}

.service-header .l-nav__bottom {
  border-top: 1px solid #3D79B9;
  text-align: center;
  margin-top: auto;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px 15px;
}

@media screen and (min-width: 768px) {
  .service-header .l-nav__bottom {
    display: none;
  }
}

.service-header .l-nav__copyright {
  font-family: proxima-nova, 'Lato', sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
}

.service-header .l-nav__button {
  display: none;
}

@media screen and (max-width: 767px) {
  .service-header .l-nav__button {
    display: block;
    pointer-events: all;
    position: absolute;
    top: -38px;
    right: 15px;
  }
  .service-header .l-nav__button-in {
    display: block;
    position: relative;
    height: 16px;
    width: 24px;
  }
  .service-header .l-nav__button-line {
    position: absolute;
    left: 0;
    background-color: #0D57A7;
    width: 100%;
    height: 2px;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .service-header .l-nav__button-line:nth-of-type(1) {
    top: 0;
  }
  .service-header .l-nav__button-line:nth-of-type(2) {
    top: 7px;
  }
  .service-header .l-nav__button-line:nth-of-type(3) {
    top: 14px;
  }
  .is-menu-visible.service-header .l-nav .service-header .l-nav__button-line:nth-of-type(1) {
    transform: translateY(7px) rotate(315deg);
  }
  .is-menu-visible.service-header .l-nav .service-header .l-nav__button-line:nth-of-type(2) {
    opacity: 0;
  }
  .is-menu-visible.service-header .l-nav .service-header .l-nav__button-line:nth-of-type(3) {
    transform: translateY(-7px) rotate(-315deg);
  }
}

.service-header .u-font--en {
  font-family: proxima-nova, 'Lato', sans-serif;
}

.service-header p {
  margin: 0;
}

.service-header input,
.service-header select,
.service-header textarea,
.service-header button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

.service-header ul, .service-header li {
  list-style: none;
  margin: 0;
}

.service-header img {
  vertical-align: top;
  max-width: 100%;
  border: none;
}

.service-header a {
  text-decoration: none;
  color: #000000;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.service-header a:before, .service-header a:after {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.service-header * {
  outline: none !important;
}

.service-header .l-header {
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .service-header .l-header {
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #FFFFFF;
  }
}

.service-header .l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 83px;
  padding-right: 83px;
  max-width: 1366px;
  min-height: 69px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 960px) {
  .service-header .l-header__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .service-header .l-header__inner {
    min-height: 60px;
    border-bottom: 1px solid #fff;
  }
}

.service-header .l-header__logo-link {
  display: block;
  font-size: 0;
  max-width: 340px;
  width: 100%;
}

.service-header .l-header__logo-link img {
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .service-header .l-header__logo-link {
    width: 275px;
  }
}

.service-header .l-header__text {
  display: block;
  min-width: 136px;
  padding-left: 10px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.35714;
  color: #0D57A7;
}

.service-header .l-header__nav {
  display: flex;
  align-items: center;
  margin-left: -8px;
}

@media screen and (max-width: 767px) {
  .service-header .l-header__nav {
    display: none;
  }
}

.service-header .l-header__nav-item {
  padding-left: 8px;
}

.service-header .l-header__nav-button {
  width: 154px;
}

.service-header .l-header__nav-button-l {
  width: 220px;
}

.service-header .l-header__icon {
  display: block;
  width: 40px;
  height: 40px;
}

.service-header .l-header-menu-btn {
  position: relative;
  display: flex;
  height: 22px;
  width: 32px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  margin-left: 20px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .service-header .l-header-menu-btn {
    height: 16px;
    width: 24px;
    margin-left: 12px;
  }
}

.service-header .l-header-menu-btn-line {
  position: absolute;
  left: 0;
  background-color: #0D57A7;
  width: 100%;
  height: 2px;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.service-header .l-header-menu-btn-line:nth-of-type(1) {
  top: 0;
}

.service-header .l-header-menu-btn-line:nth-of-type(2) {
  top: 10px;
}

.service-header .l-header-menu-btn-line:nth-of-type(3) {
  top: 20px;
}

@media screen and (max-width: 767px) {
  .service-header .l-header-menu-btn-line:nth-of-type(1) {
    top: 0;
  }
  .service-header .l-header-menu-btn-line:nth-of-type(2) {
    top: 8px;
  }
  .service-header .l-header-menu-btn-line:nth-of-type(3) {
    top: 16px;
  }
}

.service-header .l-header-menu-btn.is-toggle .l-header-menu-btn-line:nth-of-type(1) {
  transform: translateY(10px) rotate(315deg);
}

.service-header .l-header-menu-btn.is-toggle .l-header-menu-btn-line:nth-of-type(2) {
  opacity: 0;
}

.service-header .l-header-menu-btn.is-toggle .l-header-menu-btn-line:nth-of-type(3) {
  transform: translateY(-10px) rotate(-315deg);
}

@media screen and (max-width: 767px) {
  .service-header .l-header-menu-btn.is-toggle .l-header-menu-btn-line:nth-of-type(1) {
    transform: translateY(8px) rotate(315deg);
  }
  .service-header .l-header-menu-btn.is-toggle .l-header-menu-btn-line:nth-of-type(2) {
    opacity: 0;
  }
  .service-header .l-header-menu-btn.is-toggle .l-header-menu-btn-line:nth-of-type(3) {
    transform: translateY(-8px) rotate(-315deg);
  }
}

.service-header .l-header-menu-content {
  width: 100%;
  position: absolute;
  transition: .2s;
  left: 0;
  visibility: hidden;
  transform: translateY(-49px);
  z-index: -999;
  height: 0;
}

@media screen and (max-width: 767px) {
  .service-header .l-header-menu-content {
    transform: translateY(0);
  }
}

.service-header .l-header-menu-content.is-toggle {
  height: 100%;
  position: absolute;
  transition: .3s;
  visibility: visible;
  left: 0;
  z-index: 0;
  transform: translateY(1px);
}

@media screen and (max-width: 767px) {
  .service-header .l-header-menu-content.is-toggle {
    height: 100vh;
  }
  .service-header .l-header-menu-content.is-toggle .l-nav__inner {
    opacity: 1;
    pointer-events: all;
  }
}

.service-header .l-header-menu-content .l-nav {
  top: 0;
}

@media screen and (max-width: 767px) {
  .service-header .l-nav__button {
    display: none;
  }
  .service-header .l-header__nav {
    display: flex;
    justify-content: flex-end;
  }
  .service-header .l-header__logo-link {
    width: 56vw;
    height: 6.93333vw;
    display: block;
    background: url(/common2022/img/logo_stack2022.png) no-repeat center center;
    background-size: contain;
  }
  .service-header .l-header__logo-link img {
    display: none;
  }
  .service-header .l-header__logo {
    margin-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .service-header .p-button-container {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .service-header .p-button-group__item + * {
    margin-top: 20px;
  }
}

.lnav-wrap {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .lnav-wrap {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .lnav__btn {
    top: 65px;
  }
  .lnav__title {
    top: 60px;
  }
  .mainvisual--top .mainvisual__inner {
    height: auto;
    padding: 60px 15px 60px;
  }
  .lnav-wrap + #container {
    padding-top: 101px;
  }
  #container {
    padding-top: 60px;
  }
  .lnav {
    top: 101px;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

.u-hide {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .u-border-pc {
    border: none !important;
  }
}