@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
html {
  scroll-behavior: auto !important;
}

body {
  line-height: 2.1;
  color: #163d61;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-weight: 400;
  text-align: center;
}

body {
  font-size: clamp(14px, 4vw, 15px);
}
@media (min-width: 768px) {
  body {
    font-size: clamp(14px, 0.9722222222vw, 14px);
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
section,
a {
  box-sizing: border-box;
}

a {
  color: #163d61;
  transition: all 0.4s;
}
a:visited {
  color: #163d61;
}
a:hover {
  opacity: 0.8;
  color: #163d61;
}

img,
svg {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

.page-content, .entry-content, .entry-summary {
  margin: 0;
}

.entry-content {
  position: relative;
  z-index: 2;
}

.wrap {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 2;
  text-align: left;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .wrap {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.noto-sans {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.zen {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-medium {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-semibold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.zen-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.text--white {
  color: #fff;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

main {
  padding-top: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.hover:hover {
  opacity: 0.8;
}

.bg--gray {
  background-image: linear-gradient(90deg, #fff 0%, #dce6eb 100%);
}
.bg--gurade01 {
  background: linear-gradient(90deg, #041f4d 0%, #1695D4 100%);
}
.bg--gurade02 {
  background: linear-gradient(0deg, #3F7AB6 7%, #658fb9 100%);
}
.bg--gurade--gray {
  background: linear-gradient(90deg, #fff 0%, #dce6eb 100%);
}
.bg--brain {
  position: absolute;
  content: "";
  display: block;
  overflow: hidden;
  right: 10px;
  top: 10%;
  width: 100%;
  max-width: 950px;
  height: 1150px;
  background-image: url(../img/back-brain.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  z-index: 1;
  opacity: 0.8;
}

.f_blue {
  color: #024b82;
}
.f_white {
  color: #fff;
}

.sp__column {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .sp__column {
    flex-direction: row;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
  height: 80px;
  z-index: 100;
  transition: 0.5s;
  /*チェックボックス等は非表示に*/
  /*アイコンのスペース*/
  /*閉じる用の薄黒カバー*/
  /*中身*/
  /*チェックが入ったらもろもろ表示*/
  /* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
}
@media (min-width: 768px) {
  header {
    background-color: transparent;
    height: 100px;
  }
}
header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 13px;
  height: 80px;
}
@media (min-width: 768px) {
  header .wrap {
    max-width: 1220px;
    flex-direction: row;
    height: 100px;
    padding: 0 10px;
  }
}
header .logo {
  padding: 13px 0 8px;
  line-height: 0;
  position: relative;
  z-index: 100;
  cursor: pointer;
  font-size: 10px;
  text-align: left;
  color: #024b82;
  font-weight: 400;
  line-height: 2;
  flex: 1;
  max-width: 260px;
}
@media (min-width: 768px) {
  header .logo {
    padding: 15px 0px;
    width: 260px;
    color: #fff;
    flex: initial;
    max-width: none;
  }
}
header .logo img {
  display: none;
  width: 170px;
  margin-top: 0px;
}
@media (min-width: 768px) {
  header .logo img {
    display: inline-block;
    width: 247px;
    margin-top: 3px;
  }
}
header .logo__image {
  display: inline-block;
  margin-top: 3px;
  width: 119px;
  height: 42px;
  background-image: url("../img/common/logo-sp.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 500px) {
  header .logo__image {
    width: 129px;
    height: 49px;
  }
}
@media (min-width: 768px) {
  header .logo__image {
    display: none;
  }
}
header .menu {
  width: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 768px) {
  header .menu {
    width: 100%;
    max-width: 855px;
    justify-content: space-between;
    gap: 5px;
    flex: 1;
  }
}
@media screen and (min-width: 960px) {
  header .menu {
    gap: 20px;
  }
}
@media screen and (min-width: 1000px) {
  header .menu {
    gap: 50px;
  }
}
header .header__btn {
  display: none;
}
@media (min-width: 768px) {
  header .header__btn {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    align-items: center;
    margin-right: 60px;
  }
}
@media screen and (min-width: 930px) {
  header .header__btn {
    margin-right: 0;
  }
}
header .header__btn .fv-btn-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header__btn .fv-btn-col a {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #024b82;
  transition: all 0.5s ease-out;
  border-radius: 30px;
  padding: 3px 1.5rem;
  letter-spacing: 0.1em;
  background: #fff;
  border: 0;
}
@media (min-width: 768px) {
  header .header__btn .fv-btn-col a {
    width: 100%;
    padding: 3px 1.4em;
    font-size: 16px;
    font-weight: 500;
  }
}
@media screen and (min-width: 930px) {
  header .header__btn .fv-btn-col a {
    padding: 3px 1em;
    font-size: 14px;
  }
}
header .header__btn .fv-btn-col a .icon-arrow {
  position: relative;
  width: 8px;
  height: 13px;
  background-image: url("../img/common/icon_menu-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: all 0.5s ease-out;
}
header .header__btn .fv-btn-col a:hover {
  transition: all 0.5s ease-out;
  background: #024b82;
  color: #fff;
  opacity: 1;
}
header .header__btn .fv-btn-col a:hover .icon-arrow {
  background-image: url("../img/common/icon_menu.svg");
}
header #nav-drawer {
  display: flex;
  justify-content: flex-start;
  flex: 1;
  width: 100%;
}
header .nav-unshown {
  display: none;
}
header #nav-open {
  position: fixed;
  top: 24px;
  top: 27px;
  right: 20px;
  display: flex;
  align-items: center;
  width: 30px;
  height: 50px;
  vertical-align: middle;
  z-index: 1640;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  color: #163d61;
}
@media screen and (min-width: 335px) {
  header #nav-open {
    top: 24px;
  }
}
@media (min-width: 768px) {
  header #nav-open {
    top: 31px;
    right: 25px;
  }
}
@media screen and (min-width: 930px) {
  header #nav-open {
    display: none;
  }
}
header #nav-open span {
  margin-top: 15px;
  margin-top: min(1.0416666667vw,15px);
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 15px));
  right: 45px;
  width: 0;
}
header #nav-open span,
header #nav-open span:before,
header #nav-open span:after {
  position: absolute;
  z-index: 1660;
  height: 3px; /*線の太さ*/
  width: 30px; /*長さ*/
  background: #024b82;
  display: block;
  content: "";
  z-index: 200;
  left: 0;
  transition: all 0.25s ease-in-out;
}
header #nav-open span {
  bottom: 0;
}
header #nav-open span:before {
  bottom: 11px;
  transition: all 0.25s ease-in-out;
}
header #nav-open span:after {
  bottom: -11px;
  right: 0px;
  transition: all 0.25s ease-in-out;
}
header #nav-open img {
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 36px;
  transform: translate(22px, -10px);
}
header .close-text {
  display: none;
  position: relative;
  z-index: 151;
}
header .nav-active #nav-open span {
  background: transparent;
}
header .nav-active #nav-open span:before,
header .nav-active #nav-open span:after {
  bottom: 0;
  background: #024b82;
}
header .nav-active #nav-open span:before {
  width: 35px;
  transform: rotate(405deg);
}
header .nav-active #nav-open span:after {
  width: 35px;
  right: auto;
  transform: rotate(-405deg);
}
header .nav-active .close-text {
  display: none;
  color: #323333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  padding: min(0.2777777778vw,4px);
  margin-right: 20px;
  margin-top: -15px;
}
header #nav-close {
  display: none; /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
header #nav-content {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150; /*最前面に*/
  width: 100%;
  height: 100vh;
  transition: 0.5s ease-in-out; /*滑らかに表示*/
  text-align: center;
  transform: translate(0, -100%); /*上に隠しておく*/
  display: flex;
  align-items: center;
  padding: 10px;
}
@media screen and (min-width: 930px) {
  header #nav-content {
    padding: 0;
    height: auto;
  }
}
@media screen and (min-width: 930px) {
  header #nav-content {
    top: 0;
    width: 100%;
    height: auto;
    transform: translate(0, 0);
    background: none;
    position: relative;
    overflow: visible;
  }
}
header #nav-content .nav-content__inner {
  display: block;
  background: rgba(255, 255, 255, 0.8941176471);
  height: calc(100vh - 20px);
  width: 100%;
  padding-top: 80px;
}
@media screen and (min-width: 930px) {
  header #nav-content .nav-content__inner {
    background: transparent;
    height: auto;
    padding-top: 0;
  }
}
header #nav-content .menu-category {
  display: flex;
  width: calc(100% - 30px);
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  header #nav-content .menu-category {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  header #nav-content .menu-category {
    justify-content: space-between;
    padding: 0 10px;
    margin: 0 15px;
  }
}
header #nav-content .menu-category-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 0.5px solid #024b82;
}
@media screen and (min-width: 930px) {
  header #nav-content .menu-category-block {
    width: auto;
    border-bottom: 0;
  }
}
header #nav-content .menu-category-block:first-of-type {
  border-top: 0.5px solid #024b82;
}
@media screen and (min-width: 930px) {
  header #nav-content .menu-category-block:first-of-type {
    border-top: 0;
  }
}
@media screen and (min-width: 930px) {
  header #nav-content .menu-category-block.sp {
    display: none;
  }
}
header #nav-content .menu-category-title {
  text-align: center;
  position: relative;
  width: 90%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 930px) {
  header #nav-content .menu-category-title {
    line-height: 1;
    width: 100%;
  }
}
header #nav-content .menu-category-title-link {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #024b82;
  font-weight: 400;
  padding: 16px 0;
}
@media screen and (min-width: 930px) {
  header #nav-content .menu-category-title-link {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  header #nav-content .menu-category-title-link:hover .line {
    cursor: pointer;
  }
  header #nav-content .menu-category-title-link:hover .line:after {
    width: 120%;
    left: -10%;
    bottom: 0px;
  }
}
header #nav-content .menu-category-title-link span {
  position: relative;
  letter-spacing: 0.16em;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 930px) {
  header #nav-content .menu-category-title-link span {
    font-size: 13px;
    font-weight: 500;
  }
}
@media screen and (min-width: 1000px) {
  header #nav-content .menu-category-title-link span {
    font-size: 14px;
  }
}
@media screen and (min-width: 930px) {
  header #nav-content .menu-category-title-link span::after {
    right: -9px;
    top: 2px;
    position: absolute;
    content: "";
    width: 6px;
    height: 10px;
    background-image: url("../img/common/icon_menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
}
@media screen and (min-width: 960px) {
  header #nav-content .menu-category-title-link span::after {
    right: -13px;
  }
}
@media screen and (min-width: 1000px) {
  header #nav-content .menu-category-title-link span::after {
    right: -15px;
    top: 0;
    width: 8px;
    height: 15px;
  }
}
header #nav-content .menu-category-title-link .menu-icon {
  width: 7px;
  height: auto;
}
@media screen and (min-width: 930px) {
  header #nav-content .menu-category-title-link .menu-icon {
    display: none;
  }
}
header #nav-input:checked ~ #nav-close {
  display: block; /*カバーを表示*/
  opacity: 0;
}
header #nav-input:checked ~ #nav-content {
  transform: translate(0, 0%);
  box-shadow: 0px 8px 40px 0px #D7D7D7;
}
@media screen and (min-width: 930px) {
  header #nav-input:checked ~ #nav-content {
    box-shadow: 0 0 0 0;
  }
}
@media (min-width: 768px) {
  header.scroll-nav {
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }
  header.scroll-nav #nav-content .menu-category-title-link {
    color: #024b82;
  }
  header.scroll-nav .logo {
    color: #024b82;
  }
  header.scroll-nav .logo .pagetop {
    display: none;
  }
  header.scroll-nav .logo .logo__image {
    display: inline-block;
    margin-top: 0px;
    background-image: url("../img/common/logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 247px;
    height: 39px;
  }
  header.scroll-nav .fv-btn-col a {
    color: #fff;
    background: #024b82;
    border: 1px solid #024b82;
  }
  header.scroll-nav .fv-btn-col a .icon-arrow {
    background-image: url(../img/common/icon_menu.svg);
  }
  header.scroll-nav .fv-btn-col a:hover {
    color: #024b82;
    background: #fff;
  }
  header.scroll-nav .fv-btn-col a:hover .icon-arrow {
    background-image: url(../img/common/icon_menu-b.svg);
  }
}
@media screen and (min-width: 768px) and (min-width: 930px) {
  header.scroll-nav #nav-content .menu-category-title-link span::after {
    background-image: url(../img/common/icon_menu-b.svg);
  }
}

.sec-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  letter-spacing: 0;
  color: #024b82;
  font-weight: 300;
  margin-bottom: 30px;
  font-family: "Zen Old Mincho", serif;
}
@media (min-width: 768px) {
  .sec-title {
    gap: 10px;
  }
}
.sec-title--w {
  color: #fff;
}
.sec--eng {
  display: block;
  font-size: clamp(35px, 4.8611111111vw, 70px);
  line-height: 1;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .sec--eng {
    margin-bottom: 0;
  }
}
.sec--jpn {
  display: inline-block;
  position: relative;
  width: auto;
}
.sec--line {
  display: inline-block;
  vertical-align: super;
  width: 27px;
  height: 1px;
  margin-left: 10px;
  background-color: #024b82;
}
.sec-title--w .sec--line {
  background-color: #fff;
}
.sec-subtitle {
  color: #024b82;
  font-size: clamp(12px, 1.3888888889vw, 20px);
  font-weight: 400;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-bottom: min(5.3333333333vw,20px);
  margin-top: -5px;
}
@media (min-width: 768px) {
  .sec-subtitle {
    margin-top: 0;
    margin-bottom: min(1.3888888889vw,20px);
  }
}
.sec-subtitle::before, .sec-subtitle::after {
  content: "";
  flex-grow: 0.02;
  height: 1px;
  background: #024b82;
}
.sec-subtitle::before {
  margin-right: 10px;
}
.sec-subtitle::after {
  margin-left: 10px;
}
.sec__text {
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.other__fv {
  position: relative;
  overflow: hidden;
  z-index: 2;
  height: auto;
  background-image: linear-gradient(90deg, #041f4d 0%, #1695D4 100%);
  padding: 120px 0 35px;
}
@media (min-width: 768px) {
  .other__fv {
    padding: 160px 0 75px;
  }
}
.other__fv::after {
  position: absolute;
  content: "";
  right: -4%;
  bottom: -39%;
  background-image: url(../img/toppage/fv_back-polygon.svg);
  background-repeat: no-repeat;
  background-position: 100% 10%;
  background-size: 100%;
  height: 100%;
  width: 70%;
}
@media (min-width: 768px) {
  .other__fv::after {
    top: 0;
    bottom: auto;
  }
}
.other__fv .wrap {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  max-width: 1220px;
}
.other__fv-title {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-family: "Zen Old Mincho", serif;
  padding-right: 45px;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .other__fv-title {
    margin-top: 10px;
  }
}
.other__fv-title::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.other__fv-title-eng {
  color: #fff;
  font-size: clamp(35px, 4.8611111111vw, 70px);
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  font-weight: 400;
}

.page.type-page {
  background: linear-gradient(90deg, #fff 0%, #dce6eb 100%);
}

article.products, article.type-products, article.case, article.type-case {
  position: relative;
  background: linear-gradient(90deg, #fff 0%, #dce6eb 100%);
  z-index: 2;
  color: #004381;
}
article.products::after, article.type-products::after, article.case::after, article.type-case::after {
  position: absolute;
  content: "";
  display: none;
  background-image: url(../img/toppage/back_image01.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 120%;
  height: 130%;
  left: -23%;
  top: -100px;
  z-index: 1;
  opacity: 0.3;
}
@media (min-width: 768px) {
  article.products::after, article.type-products::after, article.case::after, article.type-case::after {
    display: block;
    width: 100%;
    height: 120%;
    left: -20%;
    top: -50px;
  }
}
article.products a, article.type-products a, article.case a, article.type-case a {
  color: #004381;
}

.page-title {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(28px, 2.9166666667vw, 42px);
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 35px;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
  color: #024b82;
}
@media (min-width: 768px) {
  .page-title {
    letter-spacing: 0.14em;
  }
}

.page-subtile {
  font-size: clamp(20px, 2.2222222222vw, 32px);
  letter-spacing: 0;
  font-family: "Zen Old Mincho", serif;
  padding: 5px 0;
  padding-left: 0.5em;
  border-left: 5px solid #004381;
  line-height: 1.1;
  margin: 40px 0 20px;
  color: #004381;
  font-weight: 500;
}
@media (min-width: 768px) {
  .page-subtile {
    margin: 40px 0 25px;
    padding-left: 0.6em;
    margin-left: -1.2em;
    letter-spacing: 0.14em;
  }
}

.breadcrumb-list {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 10px;
  margin: 0 auto;
  max-width: 1220px;
  z-index: 2;
  flex-wrap: wrap;
  gap: 0px 20px;
}
@media (min-width: 768px) {
  .breadcrumb-list {
    gap: 20px;
  }
}
.breadcrumb-list__item {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-right: 25px;
  line-height: 1.7;
}
.breadcrumb-list__item::after {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_menu-b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 8px;
  height: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumb-list__item:last-child::after {
  display: none;
}

.contact {
  width: 100%;
  background-image: url(../img/common/footer_back.svg);
  background-repeat: no-repeat;
  background-position: 140% 4%;
  background-size: 50%;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .contact {
    padding-top: 0;
    margin-top: 0;
    background-size: 40%;
    background-position: 122% 55%;
  }
}
.contact .wrap {
  padding: 10px 30px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .contact .wrap {
    text-align: left;
    background: transparent;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 100px;
    padding-top: min(6.9444444444vw,100px);
    padding-bottom: 80px;
    padding-bottom: min(2.7777777778vw,40px);
  }
}
.contact .sec-title {
  text-align: left;
}
.contact .footer__logo {
  margin: 30px auto 40px;
  width: 30%;
}
@media (min-width: 768px) {
  .contact .footer__logo {
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    width: 125px;
  }
}
.contact .footer__logo.pc {
  display: none;
}
@media (min-width: 768px) {
  .contact .footer__logo.pc {
    display: inline-block;
  }
}
.contact .footer__logo.sp {
  display: inline-block;
}
@media (min-width: 768px) {
  .contact .footer__logo.sp {
    display: none;
  }
}
.contact .footer__btn {
  margin: 40px auto 67px;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media (min-width: 768px) {
  .contact .footer__btn {
    justify-content: space-between;
    align-items: stretch;
    margin: 140px auto 67px;
    gap: 2rem;
  }
}
.contact .footer__btn-link {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex: 1;
  border-radius: 70px;
  background: #fff;
  padding: 14px 20px;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  box-shadow: 10px 10px 10px 1px rgba(22, 61, 97, 0.3254901961);
  width: 100%;
}
@media screen and (min-width: 400px) {
  .contact .footer__btn-link {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .contact .footer__btn-link {
    padding: 27px 20px;
    width: 50%;
    max-width: none;
  }
}
.contact .footer__btn-link::after {
  position: absolute;
  content: "";
  display: block;
  top: 36%;
  width: 11px;
  height: 18px;
  right: 6%;
  background-image: url(../img/common/footer-arrow-b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .contact .footer__btn-link::after {
    top: 40%;
    width: 15px;
    height: 25px;
  }
}
.contact .footer__btn-link img {
  width: 35px;
}
@media (min-width: 768px) {
  .contact .footer__btn-link img {
    width: 65px;
  }
}

.sp-cta {
  display: block;
  position: fixed;
  bottom: 2px;
  left: 0;
  width: 100%;
  z-index: 60;
}
@media (min-width: 768px) {
  .sp-cta {
    display: none;
  }
}
.sp-cta__btn {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: 3px;
  padding: 5px;
  border: 2px solid #fff;
  background: #024b82;
  color: #fff;
  font-size: 15px;
  border-radius: 6px;
}
.sp-cta__btn .icon-arrow {
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 13px;
  background-image: url("../img/common/icon_menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.sp-cta a.sp-cta__btn {
  color: #fff;
}

.footer__copy {
  display: block;
  text-align: center;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  color: #fff;
}
.footer__copy-contact {
  padding: 20px;
}

.go-top {
  position: fixed;
  right: 10px;
  width: 56px;
  height: 56px;
  z-index: 110;
  bottom: 55px;
  /*このクラスが付与されると表示する*/
}
@media (min-width: 768px) {
  .go-top {
    width: 60px;
    height: 60px;
    bottom: 20px;
  }
}
.go-top .button {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 10px 0;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  /*デフォルトで非表示にする*/
  opacity: 0;
  border-radius: 50%;
  background: #024b82;
  visibility: hidden;
  align-items: center;
}
.go-top .active {
  opacity: 1;
  visibility: visible;
}
.go-top img {
  width: 28px;
}

/* responsive */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

/*animation*/
/* アニメーション前 */
.u-fade-type-up {
  transform: translateY(50px);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.is-active .u-fade-type-up {
  transition: 1.3s;
  transform: translateY(0);
  opacity: 1;
}

.is-active .u-fade-type-up:nth-of-type(2) {
  transition-delay: 1.1s;
}

.is-active .u-fade-type-up:nth-of-type(3) {
  transition-delay: 2.2s;
}

.is-active .u-fade-type-up:nth-of-type(4) {
  transition-delay: 3.3s;
}

.is-active .u-fade-type-up:nth-of-type(5) {
  transition-delay: 4.4s;
}

.is-active .u-fade-type-up:nth-of-type(6) {
  transition-delay: 5.5s;
}

.is-active .u-fade-type-up:nth-of-type(7) {
  transition-delay: 6.6s;
}

.is-active .u-fade-type-up:nth-of-type(8) {
  transition-delay: 7.7s;
}

.is-active .u-fade-type-up:nth-of-type(9) {
  transition-delay: 8.8s;
}

.is-active .u-fade-type-up:nth-of-type(10) {
  transition-delay: 9.9s;
}

.is-active .u-fade-type-up:nth-of-type(11) {
  transition-delay: 11s;
}

.is-active .u-fade-type-up:nth-of-type(12) {
  transition-delay: 12.1s;
}

.is-active .u-fade-type-up:nth-of-type(13) {
  transition-delay: 13.2s;
}

.is-active .u-fade-type-up:nth-of-type(14) {
  transition-delay: 14.3s;
}

.is-active .u-fade-type-up:nth-of-type(15) {
  transition-delay: 15.4s;
}

.is-active .u-fade-type-up:nth-of-type(16) {
  transition-delay: 16.5s;
}

.is-active .u-fade-type-up:nth-of-type(17) {
  transition-delay: 17.6s;
}

.is-active .u-fade-type-up:nth-of-type(18) {
  transition-delay: 18.7s;
}

.is-active .u-fade-type-up:nth-of-type(19) {
  transition-delay: 19.8s;
}

.is-active .u-fade-type-up:nth-of-type(20) {
  transition-delay: 20.9s;
}

.is-active .u-fade-type-up:nth-of-type(21) {
  transition-delay: 22s;
}

.is-active .u-fade-type-up:nth-of-type(22) {
  transition-delay: 23.1s;
}

.is-active .u-fade-type-up:nth-of-type(23) {
  transition-delay: 24.2s;
}

.is-active .u-fade-type-up:nth-of-type(24) {
  transition-delay: 25.3s;
}

.is-active .u-fade-type-up:nth-of-type(25) {
  transition-delay: 26.4s;
}

.is-active .u-fade-type-up:nth-of-type(26) {
  transition-delay: 27.5s;
}

.is-active .u-fade-type-up:nth-of-type(27) {
  transition-delay: 28.6s;
}

.is-active .u-fade-type-up:nth-of-type(28) {
  transition-delay: 29.7s;
}

.is-active .u-fade-type-up:nth-of-type(29) {
  transition-delay: 30.8s;
}

.is-active .u-fade-type-up:nth-of-type(30) {
  transition-delay: 31.9s;
}

.is-active .u-fade-type-up:nth-of-type(31) {
  transition-delay: 33s;
}

.is-active .u-fade-type-up:nth-of-type(32) {
  transition-delay: 34.1s;
}

.is-active .u-fade-type-up:nth-of-type(33) {
  transition-delay: 35.2s;
}

.is-active .u-fade-type-up:nth-of-type(34) {
  transition-delay: 36.3s;
}

.is-active .u-fade-type-up:nth-of-type(35) {
  transition-delay: 37.4s;
}

.is-active .u-fade-type-up:nth-of-type(36) {
  transition-delay: 38.5s;
}

.is-active .u-fade-type-up:nth-of-type(37) {
  transition-delay: 39.6s;
}

.is-active .u-fade-type-up:nth-of-type(38) {
  transition-delay: 40.7s;
}

.is-active .u-fade-type-up:nth-of-type(39) {
  transition-delay: 41.8s;
}

.is-active .u-fade-type-up:nth-of-type(40) {
  transition-delay: 42.9s;
}

.is-active .u-fade-type-up:nth-of-type(41) {
  transition-delay: 44s;
}

.is-active .u-fade-type-up:nth-of-type(42) {
  transition-delay: 45.1s;
}

.is-active .u-fade-type-up:nth-of-type(43) {
  transition-delay: 46.2s;
}

.is-active .u-fade-type-up:nth-of-type(44) {
  transition-delay: 47.3s;
}

.is-active .u-fade-type-up:nth-of-type(45) {
  transition-delay: 48.4s;
}

.is-active .u-fade-type-up:nth-of-type(46) {
  transition-delay: 49.5s;
}

.is-active .u-fade-type-up:nth-of-type(47) {
  transition-delay: 50.6s;
}

.is-active .u-fade-type-up:nth-of-type(48) {
  transition-delay: 51.7s;
}

.is-active .u-fade-type-up:nth-of-type(49) {
  transition-delay: 52.8s;
}

.is-active .u-fade-type-up:nth-of-type(50) {
  transition-delay: 53.9s;
}

.is-active .u-fade-type-up:nth-of-type(51) {
  transition-delay: 55s;
}

.is-active .u-fade-type-up:nth-of-type(52) {
  transition-delay: 56.1s;
}

.is-active .u-fade-type-up:nth-of-type(53) {
  transition-delay: 57.2s;
}

.is-active .u-fade-type-up:nth-of-type(54) {
  transition-delay: 58.3s;
}

.is-active .u-fade-type-up:nth-of-type(55) {
  transition-delay: 59.4s;
}

.is-active .u-fade-type-up:nth-of-type(56) {
  transition-delay: 60.5s;
}

.is-active .u-fade-type-up:nth-of-type(57) {
  transition-delay: 61.6s;
}

.is-active .u-fade-type-up:nth-of-type(58) {
  transition-delay: 62.7s;
}

.is-active .u-fade-type-up:nth-of-type(59) {
  transition-delay: 63.8s;
}

.is-active .u-fade-type-up:nth-of-type(60) {
  transition-delay: 64.9s;
}

.is-active .u-fade-type-up:nth-of-type(61) {
  transition-delay: 66s;
}

.is-active .u-fade-type-up:nth-of-type(62) {
  transition-delay: 67.1s;
}

.is-active .u-fade-type-up:nth-of-type(63) {
  transition-delay: 68.2s;
}

.is-active .u-fade-type-up:nth-of-type(64) {
  transition-delay: 69.3s;
}

.is-active .u-fade-type-up:nth-of-type(65) {
  transition-delay: 70.4s;
}

.is-active .u-fade-type-up:nth-of-type(66) {
  transition-delay: 71.5s;
}

.is-active .u-fade-type-up:nth-of-type(67) {
  transition-delay: 72.6s;
}

.is-active .u-fade-type-up:nth-of-type(68) {
  transition-delay: 73.7s;
}

.is-active .u-fade-type-up:nth-of-type(69) {
  transition-delay: 74.8s;
}

.is-active .u-fade-type-up:nth-of-type(70) {
  transition-delay: 75.9s;
}

.is-active .u-fade-type-up:nth-of-type(71) {
  transition-delay: 77s;
}

.is-active .u-fade-type-up:nth-of-type(72) {
  transition-delay: 78.1s;
}

.is-active .u-fade-type-up:nth-of-type(73) {
  transition-delay: 79.2s;
}

.is-active .u-fade-type-up:nth-of-type(74) {
  transition-delay: 80.3s;
}

.is-active .u-fade-type-up:nth-of-type(75) {
  transition-delay: 81.4s;
}

.is-active .u-fade-type-up:nth-of-type(76) {
  transition-delay: 82.5s;
}

.is-active .u-fade-type-up:nth-of-type(77) {
  transition-delay: 83.6s;
}

.is-active .u-fade-type-up:nth-of-type(78) {
  transition-delay: 84.7s;
}

.is-active .u-fade-type-up:nth-of-type(79) {
  transition-delay: 85.8s;
}

.is-active .u-fade-type-up:nth-of-type(80) {
  transition-delay: 86.9s;
}

.is-active .u-fade-type-up:nth-of-type(81) {
  transition-delay: 88s;
}

.is-active .u-fade-type-up:nth-of-type(82) {
  transition-delay: 89.1s;
}

.is-active .u-fade-type-up:nth-of-type(83) {
  transition-delay: 90.2s;
}

.is-active .u-fade-type-up:nth-of-type(84) {
  transition-delay: 91.3s;
}

.is-active .u-fade-type-up:nth-of-type(85) {
  transition-delay: 92.4s;
}

.is-active .u-fade-type-up:nth-of-type(86) {
  transition-delay: 93.5s;
}

.is-active .u-fade-type-up:nth-of-type(87) {
  transition-delay: 94.6s;
}

.is-active .u-fade-type-up:nth-of-type(88) {
  transition-delay: 95.7s;
}

.is-active .u-fade-type-up:nth-of-type(89) {
  transition-delay: 96.8s;
}

.is-active .u-fade-type-up:nth-of-type(90) {
  transition-delay: 97.9s;
}

.is-active .u-fade-type-up:nth-of-type(91) {
  transition-delay: 99s;
}

.is-active .u-fade-type-up:nth-of-type(92) {
  transition-delay: 100.1s;
}

.is-active .u-fade-type-up:nth-of-type(93) {
  transition-delay: 101.2s;
}

.is-active .u-fade-type-up:nth-of-type(94) {
  transition-delay: 102.3s;
}

.is-active .u-fade-type-up:nth-of-type(95) {
  transition-delay: 103.4s;
}

.is-active .u-fade-type-up:nth-of-type(96) {
  transition-delay: 104.5s;
}

.is-active .u-fade-type-up:nth-of-type(97) {
  transition-delay: 105.6s;
}

.is-active .u-fade-type-up:nth-of-type(98) {
  transition-delay: 106.7s;
}

.is-active .u-fade-type-up:nth-of-type(99) {
  transition-delay: 107.8s;
}

.is-active .u-fade-type-up:nth-of-type(100) {
  transition-delay: 108.9s;
}

/*斜め右下*/
.slide-skew, .slide-skew2, .slide-skew3, .slide-skew4 {
  opacity: 0;
}

.slide-skew.is-active {
  animation: slide-skew 0.4s cubic-bezier(0.4, 1, 0.5, 1) forwards;
}

.slide-skew2.is-active {
  animation: slide-skew2 1s cubic-bezier(0.4, 1, 0.5, 1) forwards;
}

.slide-skew3.is-active {
  animation: slide-skew3 1.6s cubic-bezier(0.4, 1, 0.5, 1) forwards;
}

.slide-skew4.is-active {
  animation: slide-skew4 1.4s cubic-bezier(0.4, 1, 0.5, 1) forwards;
}

.sns_voice__list_item:nth-of-type(2).slide-skew.is-active {
  animation: slide-skew 1.4s cubic-bezier(0.4, 1, 0.5, 1) forwards;
}

.sns_voice__list_item:nth-of-type(3).slide-skew.is-active {
  animation: slide-skew 2.4s cubic-bezier(0.4, 1, 0.5, 1) forwards;
}

@keyframes slide-skew {
  0% {
    transform: translate(180px, 0px);
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slide-skew2 {
  0% {
    transform: translate(380px, 30px);
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slide-skew3 {
  0% {
    transform: translate(180px, 30px);
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slide-skew4 {
  0% {
    transform: translate(180px, 30px);
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*下から*/
.slide-below {
  opacity: 0;
}

.slide-below.is-active {
  animation: slide-below 1.4s cubic-bezier(0.6, 1, 0.5, 1) forwards;
}

@keyframes slide-below {
  0% {
    transform: translate(0, 30px);
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/*ぱっと表示*/
.text-wrap {
  display: flex;
  gap: 0;
  margin: 0 auto;
  justify-content: center;
}

.text-wrap.is-active .letter {
  animation: sway 0.2s calc(0.04s * var(--index));
}

@keyframes sway {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-0.2em);
  }
  50% {
    transform: translateX(0.5em);
    color: transparent;
  }
  100% {
    transform: translateY(0);
  }
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border-width: 0;
  white-space: nowrap;
}

/*ゆっくり表示*/
.slide-softly {
  opacity: 0;
}

.slide-softly.is-active {
  animation: slide-softly 1.5s cubic-bezier(0.6, 1, 0.5, 1) forwards;
}

@keyframes slide-softly {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*下から*/
.slide-inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.slide-inn.is-active {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/*左から*/
.smooth {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.smooth.is-active {
  -webkit-clip-path: inset(-100px round 50px 50px 50px 50px);
          clip-path: inset(-100px round 50px 50px 50px 50px);
}

/*右から*/
.smooth--right {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.smooth--right.is-active {
  -webkit-clip-path: inset(-100px round 50px 50px 50px 50px);
          clip-path: inset(-100px round 50px 50px 50px 50px);
}/*# sourceMappingURL=style.css.map */