/****************

master.cssは編集不可！！
LESSファイルを編集すること！

****************/
/*bootstrapの設定を読み込み*/
/*Font*/
@import url(//use.fontawesome.com/releases/v6.0.0/css/all.css);
body {
  font-size: 80%;
  font-family: YakuHanJP_Narrow, source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #30416C;
  line-height: 1.7;
  text-spacing-trim: space-all;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 1200px) {
  body {
    font-size: 100%;
  }
}
html {
  height: 100%;
}
h1,
h2,
h3,
h4 {
  font-weight: 600;
  padding: 0;
  margin: 0;
}
html.has-scroll-smooth {
  overflow: hidden;
}
/* スクロールコンテナ */
[data-scroll-container] {
  /* 必要に応じてスタイリング */
}
a {
  color: #30416C;
  text-decoration: none;
}
a:hover {
  color: #565656;
  text-decoration: none;
}
.text-exl {
  font-size: 3rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .text-exl {
    font-size: 4rem;
  }
}
@media (min-width: 1600px) {
  .text-exl {
    font-size: 5rem;
  }
}
.text-xxxxl {
  font-size: 2.25rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .text-xxxxl {
    font-size: 2.75rem;
  }
}
@media (min-width: 1600px) {
  .text-xxxxl {
    font-size: 3.125rem;
  }
}
.text-xxxl {
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .text-xxxl {
    font-size: 2.25rem;
  }
}
@media (min-width: 1600px) {
  .text-xxxl {
    font-size: 2.875rem;
  }
}
.text-xxl {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .text-xxl {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .text-xxl {
    font-size: 2.5rem;
  }
}
.text-xl {
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  .text-xl {
    font-size: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .text-xl {
    font-size: 2.25rem;
  }
}
.text-l {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .text-l {
    font-size: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .text-l {
    font-size: 1.875rem;
  }
}
.text-ml {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .text-ml {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .text-ml {
    font-size: 1.5rem;
  }
}
.text-m {
  font-size: .875rem;
}
@media (min-width: 992px) {
  .text-m {
    font-size: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .text-m {
    font-size: 1.25rem;
  }
}
.text-sm {
  font-size: .75rem;
}
@media (min-width: 992px) {
  .text-sm {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .text-sm {
    font-size: 1.125rem;
  }
}
.text-s {
  font-size: .625rem;
}
@media (min-width: 992px) {
  .text-s {
    font-size: .75rem;
  }
}
@media (min-width: 1600px) {
  .text-s {
    font-size: .875rem;
  }
}
.text-nn {
  font-size: .75rem;
}
@media (min-width: 992px) {
  .text-nn {
    font-size: .875rem;
  }
}
@media (min-width: 1600px) {
  .text-nn {
    font-size: 1rem;
  }
}
.text-50 {
  font-size: 50%;
}
.text-60 {
  font-size: 60%;
}
.text-70 {
  font-size: 70%;
}
.text-80 {
  font-size: 80%;
}
.text-90 {
  font-size: 90%;
}
.text-110 {
  font-size: 110%;
}
.text-120 {
  font-size: 120%;
}
.text-130 {
  font-size: 130%;
}
.text-140 {
  font-size: 140%;
}
.text-150 {
  font-size: 150%;
}
.text-160 {
  font-size: 160%;
}
.text-170 {
  font-size: 170%;
}
.text-180 {
  font-size: 180%;
}
.text-190 {
  font-size: 190%;
}
.text-200 {
  font-size: 200%;
}
.text-normal {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-bold {
  font-weight: 600;
}
.text-exbold {
  font-weight: 900;
}
.text-black {
  color: #3C3C3C;
}
.text-orange {
  color: #EDB620;
}
.text-green {
  color: #006837;
}
.text-lgreen {
  color: #00962E;
}
.text-blue {
  color: #2AA7D6;
}
.text-darkblue {
  color: #30416C;
}
.text-hlgreen {
  color: #A4ED2E;
}
.text-navy {
  color: #05415D;
}
.text-yellow {
  color: #F7B62D;
}
.text-white {
  color: #ffffff;
}
.text-gray {
  color: #D9D9D9;
}
.textbox-90 {
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.last {
  margin-right: 0px !important;
}
.t_first {
  margin-top: 0px !important;
}
p {
  margin-top: 0;
  line-height: 200%;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clear {
  clear: both;
}
.img-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.m_over:hover {
  opacity: 0.6;
  -webkit-transition: all 1s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 1s ease-out;
  /* FF4+ */
  -ms-transition: all 1s ease-out;
  /* IE10? */
  -o-transition: all 1s ease-out;
  /* Opera 10.5+ */
  transition: all 1s ease-out;
  /*filter: alpha(opacity=80);*/
}
.m_over_inverse:hover {
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 1s ease-out;
  /* FF4+ */
  -ms-transition: all 1s ease-out;
  /* IE10? */
  -o-transition: all 1s ease-out;
  /* Opera 10.5+ */
  transition: all 1s ease-out;
  /*filter: alpha(opacity=80);*/
  /*filter: alpha(opacity=80);*/
}
.pt-6 {
  padding-top: 3rem;
}
@media (min-width: 1200px) {
  .pt-6 {
    padding-top: 5rem;
  }
}
.mb-6 {
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .mb-6 {
    margin-bottom: 5rem;
  }
}
/*ヘッダー*/
.g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
.g-nav-logo {
  width: 180px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 21;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.g-nav__logo a {
  display: block;
}
.g-nav-btn {
  font-size: 16px;
  letter-spacing: 0.1em;
  height: 60px;
  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;
}
.g-nav-btn::after {
  content: "";
  width: 24px;
  height: 6px;
  -webkit-transform: skew(45deg) translate(0, -0.6vw);
  transform: skew(45deg) translate(0, -0.6vw);
  margin-left: 4px;
}
.g-nav-inner {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .g-nav-inner {
    padding-top: 180px;
  }
}
@media (min-width: 992px) {
  .g-nav-inner {
    padding-top: 200px;
  }
}
.g-nav.panelactive {
  opacity: 1;
  z-index: 200;
}
.gnav-logo {
  width: 163px;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (min-width: 768px), print {
  .gnav-logo {
    width: 234px;
    left: 39px;
    top: 35px;
  }
}
.g-nav-list__wrap {
  padding: 30px 30px 50px 30px;
  position: relative;
}
.g-nav-list ul {
  font-size: 1rem;
  letter-spacing: 0.12em;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: bold;
  padding-left: 0;
  list-style-type: none;
  position: relative;
}
.g-nav-list ul li {
  position: relative;
}
.g-nav-list ul a,
.g-nav-list ul .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
}
.g-nav-list ul li::before,
.g-nav-list ul li::after {
  content: "";
  position: absolute;
  display: inline-block;
}
.g-nav-list ul li::before {
  border-top: 1px dotted #30416C;
  width: 100%;
  bottom: 0;
  left: 0;
}
.g-nav-list ul li::after {
  content: '>';
  color: #30416C;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g-nav-list ul .parent::after {
  display: none;
}
.g-nav-btn-close {
  cursor: pointer;
  margin: 45px 25px 20px 25px;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-bottom: solid 2px #000;
  background: #fff;
}
.g-nav-btn-close span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 50px;
}
.g-nav-btn-close span::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  -webkit-transform: translate(-14px, 18px);
  transform: translate(-14px, 18px);
}
.g-nav.panelactive .g-nav-inner {
  position: fixed;
  right: 0;
  z-index: 999;
  width: 320px;
  height: 100vh;
  overflow: auto;
  background-color: #F5F8FD;
  -webkit-overflow-scrolling: touch;
}
.gnav__btn {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 500;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.gnav__btn.login {
  top: 61px;
}
@media (min-width: 768px) {
  .gnav__btn.login {
    top: 66px;
  }
}
@media (min-width: 992px) {
  .gnav__btn.login {
    top: 82px;
  }
}
@media screen and (min-width: 768px), print {
  .gnav__btn {
    top: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 992px), print {
  .gnav__btn {
    top: 50px;
    right: 50px;
  }
}
.scroll-sp {
  top: 5px;
}
@media screen and (min-width: 768px), print {
  .scroll-sp {
    top: 10px;
  }
}
.scroll-sp .btn-trigger::after {
  color: #30416C;
}
.scroll-sp .btn-line {
  background-color: #30416C;
}
.btn-trigger {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 70px;
}
.btn-trigger::after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "MENU";
  font-size: .625rem;
  color: #30416C;
  text-align: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (min-width: 768px), print {
  .btn-trigger {
    width: 64px;
    height: 64px;
  }
}
.btn-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 25px auto auto auto;
  height: 2px;
  background-color: #30416C;
  width: 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.btn-line::before,
.btn-line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn-line::before {
  top: -10px;
}
.btn-line::after {
  top: 10px;
}
.btn-trigger.active .btn-line {
  background-color: transparent;
}
.btn-trigger.active .btn-line::before,
.btn-trigger.active .btn-line::after {
  top: 0;
  background-color: #30416C;
}
.btn-trigger.active .btn-line::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-trigger.active .btn-line::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-trigger.active::after {
  color: #30416C;
}
.btn-trigger.active::after {
  content: "CLOSE";
}
.hidden-text {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.l-wrapper.gnav-open {
  overflow: hidden !important;
}
.g-nav-list__item.parent::after {
  display: none;
}
.g-nav-list-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 74%;
  margin: 40px auto 0;
}
.g-nav-list-second .ico-ig {
  width: 28px;
}
.g-nav-list-second__item {
  font-size: 13px;
  letter-spacing: 0.12em;
  font-weight: bold;
}
.g-nav-list__item:last-of-type::before {
  display: none;
}
.g-nav-btn-close {
  position: relative;
}
.g-nav-btn-close .close-btn-ico {
  position: absolute;
}
.g-nav-btn-close .btn-line-wrapper {
  background: none;
  height: 50px;
  width: 50px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.g-nav-btn-close .btn-line-wrapper span {
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 3px;
  border-radius: 4px;
  width: 22px;
}
.g-nav-btn-close .btn-line-wrapper span:first-of-type {
  top: 16px;
  -webkit-transform: translate(-10px, 8px) rotate(-45deg);
  transform: translate(-10px, 8px) rotate(-45deg);
}
.g-nav-btn-close .btn-line-wrapper span:nth-of-type(2) {
  -webkit-transform: translate(-10px, -6px) rotate(45deg);
  transform: translate(-10px, -6px) rotate(45deg);
  top: 30px;
}
_::-webkit-full-page-media,
_:future,
:root .g-nav-inner {
  padding-bottom: 100px;
}
.page-header {
  position: fixed;
  top: 20px;
  left: 20px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 60px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  z-index: 10;
}
@media (min-width: 992px) {
  .page-header {
    top: 40px;
    left: 40px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .page-header {
    top: 30px;
    left: 30px;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}
@media (min-width: 1600px) {
  .page-header {
    top: 40px;
    left: 40px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}
.page-header .header-logo {
  width: 200px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
  border-radius: 50px;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 1s ease;
  transition: 1s ease;
  z-index: 21;
}
@media (min-width: 992px) {
  .page-header .header-logo {
    width: 260px;
  }
}
@media (min-width: 1200px) {
  .page-header .header-logo {
    width: 20%;
    max-width: 300px;
  }
}
.page-header .header-logo img {
  padding: 5px 10px;
}
.page-header .header-logo:hover a {
  opacity: .6;
}
.page-header.login {
  top: 66px;
}
@media (min-width: 992px) {
  .page-header.login {
    top: 72px;
  }
}
.scroll {
  -webkit-transition: 1s ease;
  transition: 1s ease;
  top: 10px;
}
@media (min-width: 1200px) {
  .scroll {
    top: 20px;
    height: 80px;
  }
}
.scroll .g-nav-pc-menu {
  background-color: rgba(247, 248, 250, 0.7);
}
.g-nav-pc-menu {
  width: fit-content;
  height: 60px;
  background-color: #f7f8fa;
  border-radius: 50px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.75rem, 1vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  z-index: 999;
  position: absolute;
  margin-bottom: 0;
  padding: 0 10px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g-nav-pc-menu .g-nav-pc-menu-item {
  position: relative;
  list-style: none;
  display: grid;
  place-items: center;
  padding: 0 7px;
}
@media (min-width: 1600px) {
  .g-nav-pc-menu .g-nav-pc-menu-item {
    padding: 0 10px;
  }
}
.g-nav-pc-menu .g-nav-pc-menu-item a {
  color: #3E3A39;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.g-nav-pc-menu .g-nav-pc-menu-item a:hover {
  opacity: .6;
}
.g-nav-pc-menu .g-nav-pc-menu-item:last-child {
  padding-right: 0;
}
.btn-trigger.active #page-line {
  background-color: transparent;
}
.btn-trigger.active #page-line:before,
.btn-trigger.active #page-line:before {
  background-color: #fff;
}
.btn-trigger #page-line {
  background-color: #fff;
}
#page-menu:after {
  color: #fff;
}
.wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
}
/*トップページ*/
#mainv {
  position: relative;
  overflow: hidden;
  border: 20px solid #fff;
  padding-top: 80px;
}
@media (min-width: 992px) {
  #mainv {
    height: 50vh;
    border: 40px solid #fff;
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  #mainv {
    height: auto;
    border: 60px solid #fff;
    padding-top: 60px;
  }
}
@media (min-width: 1600px) {
  #mainv {
    border: 80px solid #fff;
  }
}
#mainv .phone-text-navy {
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
#mainv .phone-text-navy::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 18px;
  background: url(../images/mainv/icon-phone-navy.svg);
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  #mainv .phone-text-navy::before {
    width: 20px;
    height: 22px;
  }
}
#mainv .catchcopy {
  width: fit-content;
  z-index: 1;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #mainv .catchcopy {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  #mainv .catchcopy {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  #mainv .catchcopy {
    font-size: 3.25rem;
  }
}
@media (min-width: 1600px) {
  #mainv .catchcopy {
    font-size: 3.75rem;
  }
}
#mainv .catchcopy span {
  display: block;
}
#mainv .catchcopy span.catch-upper {
  font-size: 58%;
  background-image: linear-gradient(to right, #344872, #ADD7F5);
  padding: 5px 10px;
  display: inline-block;
}
#mainv .catchcopy span.catch-upper .text-gra {
  color: #fff;
}
#mainv .catchcopy span.catch-gra {
  -webkit-animation: gradation 10s linear 0s infinite;
  -webkit-background-clip: text;
  background: radial-gradient(circle, #ADD7F5 0%, #6D8BAF 20%, #344872 55%, rgba(245, 248, 253, 0.8) 100%);
  background-position: 70% -50%;
  background-size: 200%;
  color: transparent;
  background-clip: text;
  animation: gradation 10s linear 0s infinite;
}
@-webkit-keyframes gradation {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 70% -50%;
  }
  50% {
    background-position: 50% 150%;
  }
  75% {
    background-position: 40% 20%;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes gradation {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 70% -50%;
  }
  50% {
    background-position: 50% 150%;
  }
  75% {
    background-position: 40% 20%;
  }
  to {
    background-position: 0 0;
  }
}
#mainv img {
  object-fit: cover;
  height: 400px;
}
@media (min-width: 768px) {
  #mainv img {
    object-fit: initial;
    height: auto;
  }
}
.typing-text {
  width: 0;
  overflow: hidden;
  white-space: nowrap;
}
#line1-css,
.line1-css {
  /* ...（widthを0から広げるタイピングアニメーション設定） ... */
  animation-name: typing-line1;
  animation-duration: 1s;
  /* 例: 1行目の文字数に応じた時間 */
  animation-timing-function: steps(17, end);
  /* 例: 1行目の文字数 */
  animation-fill-mode: forwards;
}
/* 2行目のタイピングアニメーション */
#line2-css,
.line2-css {
  /* ...（同様のタイピングアニメーション設定） ... */
  animation-name: typing-line2;
  animation-duration: 1s;
  /* 例: 2行目の文字数に応じた時間 */
  animation-timing-function: steps(14, end);
  /* 例: 2行目の文字数 */
  animation-fill-mode: forwards;
  animation-delay: 1s;
  /* 1行目のアニメーションが終わる頃に開始 (手動調整) */
}
/* 3行目のタイピングアニメーション */
#line3-css {
  /* ...（同様のタイピングアニメーション設定） ... */
  animation-name: typing-line3;
  animation-duration: 1s;
  /* 例: 3行目の文字数に応じた時間 */
  animation-timing-function: steps(15, end);
  /* 例: 3行目の文字数 */
  animation-fill-mode: forwards;
  animation-delay: 2s;
  /* 1行目と2行目のアニメーションが終わる頃に開始 (2s + 3s = 5s) (手動調整) */
}
/* タイピングアニメーションのキーフレーム */
@keyframes typing-line1 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes typing-line2 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes typing-line3 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.container {
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
.top-container {
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .top-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .top-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .top-container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .top-container {
    max-width: 1400px;
  }
}
.top-container-r {
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-container-r {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .top-container-r {
    padding-top: 40px;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .top-container-r {
    margin-left: calc((100% - 1200px) / 2);
  }
}
@media (min-width: 1600px) {
  .top-container-r {
    padding-top: 60px;
    margin-left: calc((100% - 1400px) / 2);
  }
}
.reason-wrap {
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .reason-wrap {
    padding-top: 4.5rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .reason-wrap {
    padding-top: 6.25rem;
    padding-bottom: 8.5rem;
  }
}
.scroll-infinity {
  align-items: center;
  color: transparent;
  display: flex;
  height: 110px;
  line-height: 110px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  margin: 20px 0;
  position: absolute;
}
@media (min-width: 1200px) {
  .scroll-infinity {
    height: 200px;
    line-height: 200px;
    margin: 60px 0;
  }
}
.scroll-infinity ul {
  animation: flowing 60s linear infinite;
  font-family: initial;
  font-style: normal;
  font-weight: 100;
  font-size: 5rem;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .scroll-infinity ul {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .scroll-infinity ul {
    font-size: 8.125rem;
  }
}
.scroll-infinity ul li {
  background-image: linear-gradient(to right, #F5F8FD, #D9E1ED, #F5F8FD);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  padding-right: 10px;
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.reason-tit {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2;
}
@media (min-width: 768px) {
  .reason-tit {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .reason-tit {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
  }
}
@media (min-width: 1600px) {
  .reason-tit {
    font-size: 2.5rem;
  }
}
.reason-tit span {
  display: inline-block;
}
.reason-text {
  font-size: 112%;
  line-height: 3;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .reason-text {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .reason-mt-lg {
    margin-top: 300px;
  }
}
.reasonbox {
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #F5F8FD;
  box-shadow: 0px 3px 6px 0px rgba(10, 10, 10, 0.2);
}
.reasonbox .whitebg {
  font-size: 120%;
  text-align: center;
  padding: 20px 10px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .reasonbox .whitebg {
    font-size: 90%;
    padding: 15px 10px;
  }
}
@media (min-width: 992px) {
  .reasonbox .whitebg {
    font-size: 120%;
    padding: 20px 10px;
  }
}
@media (min-width: 1200px) {
  .reasonbox .whitebg {
    padding: 30px  10px;
  }
}
@media (min-width: 1600px) {
  .reasonbox .whitebg {
    padding: 50px  10px;
  }
}
@media (min-width: 768px) {
  .reasonbox .normal-text {
    font-size: 85%;
  }
}
@media (min-width: 992px) {
  .reasonbox .normal-text {
    font-size: 100%;
  }
}
.service-wrap {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #F5F8FD;
}
@media (min-width: 992px) {
  .service-wrap {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .service-wrap {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.service-wrap .service-tit {
  font-size: 3rem;
  font-weight: 500;
  position: absolute;
  top: -70px;
  left: 10px;
}
@media (min-width: 768px) {
  .service-wrap .service-tit {
    font-size: 3.5rem;
    top: -80px;
  }
}
@media (min-width: 992px) {
  .service-wrap .service-tit {
    font-size: 4.75rem;
    top: -110px;
  }
}
@media (min-width: 1200px) {
  .service-wrap .service-tit {
    font-size: 5rem;
    top: -140px;
  }
}
@media (min-width: 1600px) {
  .service-wrap .service-tit {
    font-size: 6.25rem;
    top: -160px;
  }
}
.service-box {
  position: relative;
  background-color: #fff;
  padding: 20px 0 20px 10px;
  margin-top: 90px;
}
@media (min-width: 768px) {
  .service-box {
    padding: 30px 0 30px 20px;
    margin-top: 120px;
  }
}
@media (min-width: 992px) {
  .service-box {
    padding: 40px 0 40px 40px;
    margin-top: 140px;
  }
}
.service-box .service-num {
  font-size: 120%;
  position: absolute;
  left: 20px;
  top: -20px;
}
@media (min-width: 768px) {
  .service-box .service-num {
    top: -30px;
  }
}
@media (min-width: 992px) {
  .service-box .service-num {
    font-size: 160%;
    top: -40px;
  }
}
.service-box .service-num span {
  font-size: 300%;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .service-box .service-num span {
    font-size: 400%;
  }
}
@media (min-width: 992px) {
  .service-box .service-num span {
    font-size: 500%;
    margin-left: 15px;
  }
}
.service-box .service-num::before {
  content: "";
  clip-path: polygon(40% 0, 60% 0, 20% 100%, 0% 100%);
  background-color: #30416C;
  width: 40px;
  height: 40px;
  display: inline-block;
}
@media (min-width: 768px) {
  .service-box .service-num::before {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .service-box .service-num::before {
    width: 80px;
    height: 80px;
  }
}
.service-box h3 {
  position: relative;
}
.service-box h3 span {
  background-color: #fff;
  padding-right: 20px;
}
.service-box h3::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #30416C;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  z-index: -1;
}
.arrow-box01,
.arrow-box02,
.arrow-box03,
.arrow-box04 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 10px;
  position: relative;
  padding: 0 5px;
  width: 80vw;
}
@media (min-width: 768px) {
  .arrow-box01,
  .arrow-box02,
  .arrow-box03,
  .arrow-box04 {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .arrow-box01,
  .arrow-box02,
  .arrow-box03,
  .arrow-box04 {
    margin: 20px 0;
  }
}
.prev-arrow,
.next-arrow {
  display: block;
  width: 24px;
  height: 24px;
  background: #30416C;
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
}
@media (min-width: 992px) {
  .prev-arrow,
  .next-arrow {
    width: 36px;
    height: 36px;
  }
}
.prev-arrow:hover,
.next-arrow:hover {
  background: #C7C7C7;
}
.prev-arrow {
  transform: rotate(180deg);
  margin-right: 10px;
}
@media (min-width: 992px) {
  .prev-arrow {
    margin-right: 20px;
  }
}
.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.top-sub {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.5;
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .top-sub {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .top-sub {
    font-size: 2rem;
    margin-bottom: 60px;
  }
}
.top-sub span {
  padding: 5px 10px;
  background-color: #006837;
}
@media (min-width: 768px) {
  .top-sub span {
    padding: 10px 20px;
  }
}
@media (min-width: 1600px) {
  .top-sub span {
    padding: 10px 30px;
  }
}
.contact-btn {
  position: relative;
  overflow: hidden;
  width: fit-content;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: clamp(0.75rem, 1vw, 1rem);
  font-weight: 600;
  color: #fff!important;
  line-height: 50px;
  padding: 0 30px;
  background-color: #30416C;
  border: 1px solid #fff;
  border-radius: 25px;
  z-index: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .contact-btn {
    height: 90%;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .contact-btn {
    border-radius: 30px;
  }
}
.contact-btn:hover {
  color: #30416C!important;
  background-color: #fff;
  border: 1px solid #30416C;
}
.contact-btn:hover a {
  color: #30416C!important;
}
.mt-6 {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .mt-6 {
    margin-top: 4.5rem;
  }
}
@media (min-width: 992px) {
  .mt-6 {
    margin-top: 6.25rem;
  }
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.slider-container {
  display: flex;
  overflow: hidden;
  padding-top: 3.75rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .slider-container {
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .slider-container {
    padding-top: 6.25rem;
    padding-bottom: 3.75rem;
  }
}
.slider-wrapper {
  display: flex;
  animation: horizontal-animation 40s linear infinite;
}
.slide {
  width: 240px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .slide {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .slide {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .slide {
    width: 500px;
  }
}
@media (min-width: 1600px) {
  .slide {
    width: 600px;
  }
}
.slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (hover: hover) {
  .slider-container:hover .slider-wrapper {
    animation-play-state: paused;
  }
}
@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.company-wrap {
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background: url(../images/top/company-bg.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  .company-wrap {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .company-wrap {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.company-wrap .company-tit {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 768px) {
  .company-wrap .company-tit {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .company-wrap .company-tit {
    font-size: 4.75rem;
  }
}
@media (min-width: 1200px) {
  .company-wrap .company-tit {
    font-size: 5rem;
  }
}
@media (min-width: 1600px) {
  .company-wrap .company-tit {
    font-size: 6.25rem;
  }
}
table.tbl-company {
  width: 100%;
}
table.tbl-company td,
table.tbl-company th {
  color: #fff;
  padding: 10px 0;
}
@media (min-width: 992px) {
  table.tbl-company td,
  table.tbl-company th {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  table.tbl-company td,
  table.tbl-company th {
    padding: 30px 0;
  }
}
table.tbl-company td a,
table.tbl-company th a {
  color: #fff;
}
table.tbl-company td ul,
table.tbl-company th ul {
  list-style: disc;
}
table.tbl-company th {
  font-size: 110%;
  width: 80px;
  vertical-align: top;
}
@media (min-width: 992px) {
  table.tbl-company th {
    width: 140px;
  }
}
/*フッター*/
.contact-wrap {
  position: relative;
  padding-top: 4.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 992px) {
  .contact-wrap {
    padding-top: 6.5rem;
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .contact-wrap {
    padding-top: 8.25rem;
    padding-bottom: 6.25rem;
  }
}
.contact-box {
  position: relative;
  padding: 2.5rem 1rem;
  background-color: #F5F8FD;
}
@media (min-width: 992px) {
  .contact-box {
    padding: 3.75rem 2rem;
  }
}
@media (min-width: 1200px) {
  .contact-box {
    padding: 5.625rem 6rem;
  }
}
@media (min-width: 1600px) {
  .contact-box {
    padding: 5.625rem 10rem;
  }
}
.contact-box .contact-tit {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%) !important;
}
@media (min-width: 768px) {
  .contact-box .contact-tit {
    font-size: 3.5rem;
    top: -40px;
  }
}
@media (min-width: 992px) {
  .contact-box .contact-tit {
    font-size: 4.75rem;
    top: -50px;
  }
}
@media (min-width: 1200px) {
  .contact-box .contact-tit {
    font-size: 5rem;
    top: -40px;
  }
}
@media (min-width: 1600px) {
  .contact-box .contact-tit {
    font-size: 6.25rem;
    top: -60px;
  }
}
footer {
  padding: 20px 20px 0 20px;
}
@media (min-width: 992px) {
  footer {
    padding: 40px 40px 0 40px;
  }
}
@media (min-width: 1200px) {
  footer {
    padding: 60px 60px 0 60px;
  }
}
.footer-inner {
  position: relative;
  padding-top: 3.75rem;
  overflow: hidden;
  background-color: #30416C;
}
@media (min-width: 768px) {
  .footer-inner {
    padding-top: 4.5rem;
  }
}
@media (min-width: 992px) {
  .footer-inner {
    padding-top: 6.25rem;
  }
}
.footer-inner .footer-logo {
  width: 200px;
  height: auto;
  display: block;
  margin: auto;
}
@media (min-width: 992px) {
  .footer-inner .footer-logo {
    width: 260px;
  }
}
@media (min-width: 1200px) {
  .footer-inner .footer-logo {
    width: 20%;
    max-width: 300px;
  }
}
.footer-inner .footer-logo:hover a {
  opacity: .6;
}
.footer-inner .phone-text {
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.footer-inner .phone-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 18px;
  background: url(../images/common/footer/icon-phone.svg);
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .footer-inner .phone-text::before {
    width: 20px;
    height: 22px;
  }
}
.footer-inner ul.footer-menu {
  padding-left: 0;
  text-align: center;
  list-style-type: none;
  color: #fff;
}
.footer-inner ul.footer-menu li {
  font-size: 110%;
  line-height: 2;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 5px;
}
@media (min-width: 992px) {
  .footer-inner ul.footer-menu li {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .footer-inner ul.footer-menu li {
    padding: 0 30px;
  }
}
.footer-inner ul.footer-menu li a {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-inner ul.footer-menu li a:hover {
  opacity: .6;
  text-decoration: none;
}
.footer-copyright {
  font-size: .625rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 3.75rem;
  padding-bottom: 1.25rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .footer-copyright {
    font-size: .75rem;
    padding-top: 4.5rem;
  }
}
@media (min-width: 992px) {
  .footer-copyright {
    padding-top: 6.25rem;
  }
}
.footer-copyright a {
  color: #fff;
  text-decoration: none;
}
.footer-copyright span {
  display: inline-block;
}
.footer-copyright img.spot_logo {
  display: inline-block;
  height: 12px;
  margin: 5px auto;
}
@media (min-width: 768px) {
  .footer-copyright img.spot_logo {
    height: 16px;
  }
}
.img_center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/* アニメーション */
/* fadeIn */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(90px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* fadeDown */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-90px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: flipLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes flipLeftAnime {
  from {
    transform: translate(-20px, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.fadeRight {
  animation-name: flipRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes flipRightAnime {
  from {
    transform: translate(20px, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/*==================================================
ぱたっ
===================================*/
/* flipLeftTop */
.flipLeftTop {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
/*==================================================
ぶわっ、ぽんっ、どどんっ
===================================*/
/* zoomIn */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.img-updown-white,
.img-updown-blue {
  overflow: hidden;
  position: relative;
}
.img-updown-white::before,
.img-updown-white::after,
.img-updown-blue::before,
.img-updown-blue::after {
  animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  content: '';
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.img-updown-blue::before,
.img-updown-blue::after {
  background: #F2F8FA;
}
.img-updown-white::before,
.img-updown-white::after {
  background: #fff;
}
.img-updown-white::before,
.img-updown-blue::before {
  animation-name: img-updown-before;
  animation-duration: 1s;
  inset: 0 50% 0 0;
}
.img-updown-white::after,
.img-updown-blue::after {
  animation-duration: 1s;
  animation-name: img-updown-after;
  inset: 0 0 0 50%;
}
@keyframes img-updown-before {
  100% {
    transform: translateY(100%);
  }
}
@keyframes img-updown-after {
  100% {
    transform: translateY(-100%);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.zoomInTrigger,
.flipLeftTopTrigger,
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.blurTrigger {
  opacity: 0;
}
.delay1 {
  animation-delay: 0.2s;
}
.delay2 {
  animation-delay: 0.4s;
}
.delay3 {
  animation-delay: 0.6s;
}
.delay4 {
  animation-delay: 0.8s;
}
.delay5 {
  animation-delay: 1s;
}
.delay6 {
  animation-delay: 1.2s;
}
/* reCAPTCHA v3　表示位置 */
.privacypolicy {
  font-weight: 600;
  color: #E60013;
  text-align: center;
}
