@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

input, button {
  appearance: none;
  font-family: inherit;
}

button {
  color: #000;
  font-family: inherit;
}

:focus:not(:focus-visible) {
  outline: 0; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

@font-face {
  font-family: "Noto Sans";
  src: url(../font/noto-sans-jp-v56-latin-300.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url(../font/noto-sans-jp-v56-latin-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url(../font/noto-sans-jp-v56-latin-700.woff2) format("woff2");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/roboto-v51-latin-300.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/roboto-v51-latin-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/roboto-v51-latin-700.woff2) format("woff2");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}
html {
  text-rendering: optimizeLegibility;
  height: 100%;
}

[id] {
  scroll-margin-top: 50px;
}

body {
  font-family: -apple-system, "Noto Sans", "Noto Sans JP", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", san-serif;
  position: relative;
  line-height: 1.6;
  font-size: 0.875rem;
  word-wrap: break-word;
  word-break: break-all;
  letter-spacing: 0.05rem;
  color: #333;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1rem;
  }
}
body a {
  display: inline-block;
}
body.is-drawer-open {
  overflow: hidden;
}

main {
  position: relative;
}
main .inner {
  width: min(100%, 1000px);
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (min-width: 1400px) {
  main .inner {
    padding-inline: 0;
  }
}
main .inner.full {
  width: 100%;
}
main .flex-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  main .flex-wrap {
    flex-direction: row;
  }
}
main .flex-wrap .flex-box {
  flex: 1;
}

.br--tb {
  display: none;
}
@media screen and (min-width: 769px) {
  .br--tb {
    display: inline-block;
  }
}

.br-hide--tb {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .br-hide--tb {
    display: none;
  }
}

.br--in {
  display: none;
}
@media screen and (min-width: 1200px) {
  .br--in {
    display: inline-block;
  }
}

.br-hide--in {
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .br-hide--in {
    display: none;
  }
}

.br--pc {
  display: none;
}
@media screen and (min-width: 1400px) {
  .br--pc {
    display: inline-block;
  }
}

.br-hide--pc {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .br-hide--pc {
    display: none;
  }
}

.sr-only {
  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-header {
  position: fixed;
  width: 100%;
  height: 105px;
  display: grid;
  place-items: center;
  background: #fff;
  z-index: 20;
  top: 0;
  align-items: normal;
  justify-content: normal;
}
@media screen and (min-width: 769px) {
  .l-header {
    position: relative;
    height: 125px;
  }
}
@media screen and (min-width: 1070px) {
  .l-header {
    align-items: normal;
    justify-content: normal;
  }
}
.l-header__inner {
  display: flex;
  gap: 4px;
  width: min(100%, 1200px);
  margin-inline: auto;
  padding-block: 0.4rem;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .l-header__inner {
    padding-block: 0.8rem;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1070px) {
  .l-header__inner {
    padding-block: 1rem;
    padding-inline: 0.6rem;
    justify-content: space-between;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  position: absolute;
  left: 10px;
  top: 10px;
}
@media screen and (max-width: 400px) {
  .l-header__logo {
    left: 4px;
  }
}
@media screen and (min-width: 1070px) {
  .l-header__logo {
    position: relative;
    left: auto;
    top: auto;
  }
}
.l-header__logo img {
  width: 70px;
}
@media screen and (max-width: 400px) {
  .l-header__logo img {
    width: 60px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__logo img {
    width: 12vw;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__logo img {
    width: 140px;
  }
}

.header-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.header-nav__top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 3px;
}
@media screen and (min-width: 769px) {
  .header-nav__top {
    gap: 8px;
  }
}
.header-nav__top .header-nav__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffdb00;
  border-radius: 5px;
  color: #003894;
  font-size: 11px;
  padding: 15px 10px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .header-nav__top .header-nav__btn a {
    padding: 5px 20px;
    flex: 1;
  }
}
.header-nav__top-item:first-child {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-nav__top-item:first-child {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .header-nav__top-item:first-child {
    margin-right: 16px;
  }
}
@media screen and (min-width: 1070px) {
  .header-nav__top-item:first-child {
    flex-direction: row;
    justify-content: flex-end;
    gap: 5px;
    margin-right: 0;
  }
}
.header-nav__top-item .tel-num {
  position: relative;
  font-size: 1.5625rem;
  font-weight: bold;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.2;
  width: fit-content;
  padding-left: 35px;
}
@media screen and (min-width: 1070px) {
  .header-nav__top-item .tel-num {
    padding-left: 45px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 769px) {
  .header-nav__top-item .tel-num a {
    pointer-events: none;
  }
}
.header-nav__top-item .tel-num::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1070px) {
  .header-nav__top-item .tel-num::before {
    width: 40px;
    height: 25px;
  }
}
.header-nav__top-item .header-reception {
  font-size: 0.625rem;
  font-family: "Noto Sans", "メイリオ", Meiryo, "hiragino kaku gothic pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
}
@media screen and (min-width: 1070px) {
  .header-nav__top-item .header-reception {
    font-size: 0.875rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  .header-nav__top-item .header-reception .sp-only {
    display: none;
  }
}
.header-nav__top-item:nth-child(2) {
  font-size: 10px;
}
@media screen and (min-width: 1070px) {
  .header-nav__top-item:nth-child(2) {
    display: none;
  }
}
.header-nav__top-item:nth-child(3) {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 1070px) {
  .header-nav__top-item:nth-child(3) {
    display: none;
  }
}
.header-nav__top-item:nth-child(4) a {
  display: block;
  border-radius: 5px;
  font-size: 0.6875rem;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #ffdb00;
  color: #003894;
  background: #ffdb00;
  transition: 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .header-nav__top-item:nth-child(4) a:hover {
    background: #fff;
  }
}
@media screen and (min-width: 1070px) {
  .header-nav__top-item:nth-child(4) {
    display: none;
  }
}
.header-nav__top-contact {
  display: none;
}
.header-nav__top-contact li a {
  font-size: 0.6875rem;
  font-weight: bold;
  background: #ffdb00;
  border: 1px solid #ffdb00;
  color: #003894;
  border-radius: 5px;
  padding: 5px 20px;
  transition: 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .header-nav__top-contact li a:hover {
    background: #fff;
  }
}
@media screen and (min-width: 1070px) {
  .header-nav__top-contact {
    display: flex;
    gap: 3px;
    margin-right: 5px;
  }
}
.header-nav__bottom {
  display: none;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1070px) {
  .header-nav__bottom {
    display: flex;
    justify-content: flex-end;
  }
}
.header-nav__bottom .header-nav__item {
  height: 100%;
  position: static;
}
.header-nav__bottom .header-nav__item .header-nav__trigger,
.header-nav__bottom .header-nav__item .header-nav__link {
  position: relative;
  display: flex;
  cursor: pointer;
  border-radius: 30px;
  padding-block: 4px;
  padding-inline: 20px;
  background: #3baceb;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
  transition: 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .header-nav__bottom .header-nav__item .header-nav__trigger:hover,
.header-nav__bottom .header-nav__item .header-nav__link:hover {
    background: #007fc5;
  }
}
.header-nav__bottom .header-nav__item .header-nav__trigger {
  position: relative;
  padding-inline: 40px 20px;
}
.header-nav__bottom .header-nav__item .header-nav__trigger::before {
  content: "";
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
}
.header-nav__bottom .header-nav__item:first-child .header-nav__trigger,
.header-nav__bottom .header-nav__item:first-child .header-nav__link {
  background: #007fc5;
  transition: 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .header-nav__bottom .header-nav__item:first-child .header-nav__trigger:hover,
.header-nav__bottom .header-nav__item:first-child .header-nav__link:hover {
    background: #3baceb;
  }
}
.header-nav__bottom .header-nav__item.is-active .header-nav__trigger {
  background: #007fc5;
}
.header-nav__bottom .header-nav__item.is-active .header-nav__trigger::before {
  transform: translateY(-50%) rotate(-45deg);
}
.header-nav__bottom .header-nav__item:first-child.is-active .header-nav__trigger {
  background: #3baceb;
}

.mega-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 3;
  background: #003894;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  width: 100%;
}
.mega-menu ul {
  display: flex;
  flex-wrap: wrap;
  padding-block: 2rem;
  width: min(100%, 1040px);
  margin-inline: auto;
  padding-inline: 20px;
}
.mega-menu ul li {
  flex: 1;
}
.mega-menu ul li a {
  position: relative;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  border-radius: 4px;
  color: #003894;
  font-size: 0.75rem;
  transition: 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .mega-menu ul li a:hover {
    opacity: unset;
  }
  .mega-menu ul li a:hover::after {
    transform: translateX(5px);
  }
}
.mega-menu ul li a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background: #003894;
  mask-image: url(../img/icon_arrow.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: middle;
  transition: 0.3s;
}
.mega-menu ul li a .header-nav__thumb {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  height: 75px;
}
.mega-menu ul li a .header-nav__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mega-menu ul li a .header-nav__thumb + span {
  padding-inline: 12px;
  padding-block: 10px 3px;
  color: #007fc5;
  display: block;
  font-size: 0.625rem;
}
.mega-menu ul li a p {
  padding-inline: 10px 38px;
  padding-block: 0 10px;
  font-weight: bold;
}
.mega-menu ul.menu-group--introduce {
  gap: 27px;
}
.mega-menu ul.menu-group--introduce li a {
  height: 65px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mega-menu ul.menu-group--introduce li a img {
  position: absolute;
  object-fit: contain;
  transition: 0.3s;
  left: -17px;
  bottom: 5px;
}
.mega-menu ul.menu-group--introduce li a > div {
  font-size: 1.125rem;
  font-weight: bold;
}
.mega-menu ul.menu-group--introduce li a > div span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
}
.mega-menu ul.menu-group--introduce li a::after {
  position: absolute;
  right: 11px;
}
@media (any-hover: hover) and (pointer: fine) {
  .mega-menu ul.menu-group--introduce li a:hover img {
    bottom: 15px;
  }
}
.mega-menu ul.menu-group--introduce li:nth-child(2) a img {
  left: -13px;
}
.mega-menu ul.menu-group--introduce li:nth-child(4) a {
  padding-left: 6px;
}
.mega-menu ul.menu-group--cases {
  gap: 12px;
}
.mega-menu ul.menu-group--cases li {
  width: calc(25% - 9px);
  flex: none;
}
.mega-menu ul.menu-group--cases li a {
  line-height: 1.3;
}
.mega-menu ul.menu-group--cases li a::after {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.mega-menu ul.menu-group--cases li a span {
  display: block;
  font-size: 0.625rem;
}

/* PC hover */
@media (min-width: 769px) {
  .header-nav__item:hover .mega-menu,
.header-nav__item:focus-within .mega-menu,
.mega-menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
/* SP click */
.header-nav__item.is-active .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.l-header__drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #007fc5;
  cursor: pointer;
  z-index: 22;
}
@media screen and (min-width: 1070px) {
  .l-header__drawer {
    display: none;
  }
}
.l-header__drawer .drawer-line {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 1.5px;
  background-color: #fff;
  vertical-align: middle;
}
.l-header__drawer .drawer-line::before, .l-header__drawer .drawer-line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  transition: 0.3s;
}
.l-header__drawer .drawer-line::before {
  top: -7px;
}
.l-header__drawer .drawer-line::after {
  top: 7px;
}
.l-header__drawer[aria-expanded=true] .drawer-line {
  background: transparent;
}
.l-header__drawer[aria-expanded=true] .drawer-line::before {
  top: 0;
  transform: rotate(45deg);
}
.l-header__drawer[aria-expanded=true] .drawer-line::after {
  top: 0;
  transform: rotate(-45deg);
}

.drawer-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100svh;
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(100%);
  transition: transform 0.45s ease;
  z-index: 21;
  overflow-y: auto;
  padding-inline: 1rem;
  padding-block: 2rem;
  padding-top: 50px;
}
.drawer-nav.is-open {
  transform: translateX(0);
}
.drawer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-block: 2rem;
}
.drawer-nav ul li a {
  position: relative;
  width: 100%;
  display: inline-block;
  padding-block: 0.85rem;
  padding-inline: 1rem;
}
.drawer-nav ul li a::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translateY(-50%);
}
.drawer-nav ul .drawer-nav__item a {
  background: #3baceb;
  color: #fff;
  border-radius: 40px;
}
.drawer-nav ul .drawer-nav__item02 a {
  color: #3baceb;
  background: #fff;
  border: solid 1px #3baceb;
  border-radius: 4px;
  text-align: center;
}
.drawer-nav ul .drawer-nav__item02 a::after {
  background: #3baceb;
}

.top-contact {
  background: #007fc5;
  padding-block: 50px;
  padding-inline: 15px;
}
.top-contact .contact-box__inner {
  width: min(100%, 1200px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .top-contact .contact-box__inner {
    flex-direction: row;
  }
}
@media screen and (min-width: 1400px) {
  .top-contact .contact-box__inner {
    gap: 30px;
  }
}
.top-contact .contact-box__inner > dl {
  width: 100%;
  border: solid 2px #fff;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .top-contact .contact-box__inner > dl {
    width: min(100%, 380px);
  }
}
.top-contact .contact-box__inner > dl dt {
  background: #003894;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-block: 0.65rem;
}
@media screen and (min-width: 769px) {
  .top-contact .contact-box__inner > dl dt {
    font-size: 1.125rem;
  }
}
.top-contact .contact-box__inner > dl dd {
  text-align: center;
  padding-block: 1rem;
  padding-inline: 1rem;
  height: min(100%, 160px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-contact .contact-box__inner > dl dd .contact-link {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 15px;
  border: solid 1px #ddd;
  border-radius: 4px;
  background: #ffdb00;
  color: #003894;
  font-weight: bold;
}
.top-contact .contact-box__inner > dl dd .contact-link + .contact-link {
  margin-block: 10px 0;
}
.top-contact .contact-box__inner > dl dd .contact-link::before, .top-contact .contact-box__inner > dl dd .contact-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top-contact .contact-box__inner > dl dd .contact-link::before {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #003894;
  right: 20px;
}
.top-contact .contact-box__inner > dl dd .contact-link::after {
  width: 4px;
  height: 6px;
  background: #ffdb00;
  right: 25px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (any-hover: hover) and (pointer: fine) {
  .top-contact .contact-box__inner > dl dd .contact-link:hover {
    opacity: 0.8;
  }
}
.top-contact .contact-box__inner .contact__tel {
  display: flex;
  flex-direction: column;
}
.top-contact .contact-box__inner .contact__tel .tel-box .tel-num {
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .top-contact .contact-box__inner .contact__tel .tel-box .tel-num {
    font-size: clamp(1.7rem, 1.8vw + 0.5rem, 2.6rem);
  }
}
@media screen and (min-width: 1200px) {
  .top-contact .contact-box__inner .contact__tel .tel-box .tel-num {
    font-size: clamp(1.5rem, 0.625rem + 1.46vw, 2.375rem);
  }
}
.top-contact .contact-box__inner .contact__tel .tel-box .tel-num::before {
  content: "";
  background: url(../img/icon_tel.svg) no-repeat center center;
  background-size: auto;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-inline: 0 5px;
  margin-block: 0 5px;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .top-contact .contact-box__inner .contact__tel .tel-box .tel-num a {
    pointer-events: none;
  }
}
.top-contact .contact-box__inner .contact__cad p {
  margin-block: 0.6rem;
  text-align: left;
  font-size: 0.75rem;
}

.l-footer__top {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-footer__top {
    display: block;
    background: #e7e7e7;
    padding-inline: 15px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__top .l-footer-top__link {
    width: min(100%, 1200px);
    margin-inline: auto;
    padding-inline: 15px;
    padding-block: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 80px;
    justify-content: center;
  }
}
.l-footer__top .l-footer-top__link li {
  width: auto;
}
.l-footer__top .l-footer-top__link li a {
  color: #007fc5;
  font-weight: bold;
  position: relative;
  padding-inline: 1.5rem 0;
  padding-block: 1rem;
  text-align: left;
  width: 100%;
}
.l-footer__top .l-footer-top__link li a::before, .l-footer__top .l-footer-top__link li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.l-footer__top .l-footer-top__link li a::before {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #007fc5;
  left: 0;
}
.l-footer__top .l-footer-top__link li a::after {
  width: 4px;
  height: 6px;
  background: #e7e7e7;
  left: 6px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (any-hover: hover) and (pointer: fine) {
  .l-footer__top .l-footer-top__link li a:hover {
    opacity: 0.8;
  }
}
.l-footer__secom {
  padding-block: 2.5rem;
  text-align: center;
}
@media (any-hover: hover) and (pointer: fine) {
  .l-footer__secom a:hover {
    opacity: 0.8;
  }
}
.l-footer__secom img {
  width: 166px;
  height: 60px;
}
.l-footer__secom p {
  margin-block: 0.5rem 0;
  font-size: 0.625rem;
}
.l-footer__bottom {
  padding-inline: 15px;
  background: #003894;
}
.l-footer__bottom .l-footer-bottom__link {
  width: min(100%, 1200px);
  margin-inline: auto;
  padding-inline: 15px;
  padding-block: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (min-width: 769px) {
  .l-footer__bottom .l-footer-bottom__link {
    justify-content: center;
    gap: 20px;
  }
}
.l-footer__bottom .l-footer-bottom__link li {
  width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 769px) {
  .l-footer__bottom .l-footer-bottom__link li {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__bottom .l-footer-bottom__link li:last-of-type a {
    padding-inline: 1rem;
    border-right: solid 1px #3360a9;
  }
}
.l-footer__bottom .l-footer-bottom__link li a {
  position: relative;
  font-size: 0.8125rem;
  color: #fff;
  padding-block: 1px;
  text-align: left;
  width: 100%;
}
@media (any-hover: hover) and (pointer: fine) {
  .l-footer__bottom .l-footer-bottom__link li a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__bottom .l-footer-bottom__link li a {
    padding-inline: 1rem 0;
  }
}
.l-footer__bottom .l-footer-bottom__link li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  vertical-align: middle;
  margin-inline: 0 0.5rem;
}
@media screen and (min-width: 769px) {
  .l-footer__bottom .l-footer-bottom__link li a::before {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__bottom .l-footer-bottom__link li a::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: -1px;
    background: #3360a9;
    transform: translate(0, -50%);
  }
}
.l-footer small {
  display: block;
  padding-block: 1rem;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
}

#loading {
  position: fixed;
  inset: 0;
  z-index: 3;
  background: #fff;
  display: grid;
  place-items: center;
}

#loadingLottie {
  width: auto;
  height: 100vh;
}

.elevator {
  position: fixed;
  z-index: 10;
  right: 15px;
  bottom: 100px;
  width: 71px;
  height: 128px;
  background: url(../img/lift@2x.png) no-repeat center center;
  background-size: contain;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-1000px);
  transition: opacity 0.3s;
}
@media screen and (min-width: 960px) {
  .elevator {
    background: url(../img/lift.png) no-repeat center top 10px;
    display: flex;
    width: 120px;
    height: 180px;
    right: 36px;
    bottom: 140px;
  }
}
.elevator.is-visible {
  opacity: 1;
}
.elevator .nav-top {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: grid;
  justify-items: center;
}
.elevator .nav-top .nav-top__baloon {
  display: none;
  transition: 0.3s;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .elevator .nav-top .nav-top__baloon {
    display: block;
    transform: translate(3px, -7px);
  }
}
@media screen and (min-width: 960px) and (any-hover: hover) and (pointer: fine) {
  .elevator .nav-top:hover .nav-top__baloon {
    transform: translate(3px, -12px);
  }
}
.elevator .nav-top::before, .elevator .nav-top::after {
  display: inline-block;
  width: 2px;
  height: 117svh;
  background: #3d93c3;
  position: fixed;
  top: -113vh;
  bottom: 0;
  right: 15px;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .elevator .nav-top::before, .elevator .nav-top::after {
    content: "";
    width: 3px;
    right: 50px;
  }
}
.elevator .nav-top::after {
  right: 20px;
  height: 116svh;
}
@media screen and (min-width: 960px) {
  .elevator .nav-top::after {
    right: 60px;
  }
}

.floating-nav {
  display: none;
}
@media screen and (min-width: 769px) {
  .floating-nav {
    display: block;
    position: fixed;
    z-index: 12;
    width: 35px;
    height: auto;
    right: 0;
    top: 25%;
    opacity: 0;
    overflow: visible;
    transition: 0.3s;
    transform: translate(100%, 0);
  }
}
@media screen and (any-hover: hover) and (pointer: fine) and (min-width: 769px) {
  .floating-nav:hover {
    width: 200px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .floating-nav:hover .floating-nav__menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
  .floating-nav:hover .floating-nav__menu .nav-link .nav-text {
    width: 100%;
    opacity: 1;
    transform: translateX(0);
  }
  .floating-nav:hover .floating-nav__menu .nav-link {
    gap: 10px;
  }
}
.floating-nav.is-visible {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .floating-nav.is-visible {
    transform: translateX(0);
  }
}
.floating-nav.is-open .floating-nav__menu {
  transform: translate(0, -44px);
  pointer-events: auto;
}
.floating-nav.is-open .floating-nav__menu .nav-link .nav-text {
  width: 100%;
  opacity: 1;
  transform: translateX(0);
}
.floating-nav .floating-nav__trigger {
  width: 100%;
  height: 44px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .floating-nav .floating-nav__trigger {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .floating-nav .floating-nav__trigger .sr-only {
    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%);
  }
}
.floating-nav .floating-nav__menu {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(47, 47, 47, 0.81);
  border-radius: 20px 0 0 20px;
  transform: translate(0, 100%);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  pointer-events: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media screen and (min-width: 769px) {
  .floating-nav .floating-nav__menu {
    transform: translateX(0);
    flex-direction: column;
    bottom: auto;
    right: 0;
    pointer-events: auto;
    padding-block: 20px;
  }
}
.floating-nav .floating-nav__menu .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 5px 10px;
  color: #fff;
  font-size: 0.875rem;
  background: transparent;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  gap: 0;
  flex-direction: row-reverse;
}
.floating-nav .floating-nav__menu .nav-link:hover {
  color: #ffdb00;
}
.floating-nav .floating-nav__menu .nav-link.is-current {
  color: #fff;
}
.floating-nav .floating-nav__menu .nav-link.is-current:hover {
  color: #ffdb00;
}
.floating-nav .floating-nav__menu .nav-link.is-current .nav-dot {
  transform: scale(1.2);
  left: 1px;
}
.floating-nav .floating-nav__menu .nav-link.is-current .nav-dot::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: url(../img/icon_bear.svg) no-repeat center center;
}
.floating-nav .floating-nav__menu .nav-link span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-nav .floating-nav__menu .nav-link .nav-dot {
  position: relative;
  transform: scale(1);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.floating-nav .floating-nav__menu .nav-link .nav-dot::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
}
.floating-nav .floating-nav__menu .nav-link .nav-text {
  text-align: right;
  justify-content: end;
  opacity: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transform: translateX(20px);
  transition: width 0.3s, opacity 0.3s, transform 0.3s;
}

.nav-contact-area {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 14;
  transition: 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .nav-contact-area:hover {
    transform: scale(1.15);
  }
}
@media screen and (min-width: 960px) {
  .nav-contact-area {
    right: 20px;
    bottom: 20px;
  }
}
.nav-contact-area .nav-contact {
  background: #ffdb00;
  color: #007fc5;
  font-size: 0.5625rem;
  font-weight: bold;
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 960px) {
  .nav-contact-area .nav-contact {
    width: 140px;
    height: 140px;
    font-size: 0.75rem;
    padding: 10px;
  }
}
.nav-contact-area .nav-contact img {
  width: 27px;
}
@media screen and (min-width: 960px) {
  .nav-contact-area .nav-contact img {
    width: 30px;
  }
}
.nav-contact-area .nav-contact span {
  font-size: 0.5rem;
  margin-block: 7px 1px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.btn-cp {
  position: relative;
  background: #003894;
  border-radius: 63px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 100%;
  font-size: 0.75rem;
  white-space: nowrap;
  border: 1px solid #003894;
  z-index: 1;
  transition: color 0.3s, border-color 0.3s;
  overflow: hidden;
  padding-right: 24px;
}
@media screen and (min-width: 769px) {
  .btn-cp {
    height: 38px;
    width: 263px;
  }
}
.btn-cp span {
  position: relative;
  z-index: 2;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.btn-cp::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transform-origin: 50% 0;
  transform: scaleY(0);
  transition: transform ease 0.3s;
  will-change: transform;
}
.btn-cp::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 8px;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: translateZ(0);
  backface-visibility: hidden;
  background: #fff;
  -webkit-mask: url(../img/icon_arrow.svg) no-repeat center/contain;
  mask: url(../img/icon_arrow.svg) no-repeat center/contain;
  transition: background-color 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .btn-cp:hover {
    color: #003894;
  }
  .btn-cp:hover::before {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  .btn-cp:hover::after {
    background: #003894;
  }
}

.btn-white {
  background: #fff;
  border-radius: 63px;
  color: #003894;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
  border: 1px solid #fff;
  z-index: 1;
  transition: color 0.3s, border-color 0.3s;
  position: relative;
  overflow: hidden;
  line-height: 2.4;
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 769px) {
  .btn-white {
    font-size: 1.125rem;
    width: 369px;
    height: 70px;
  }
}
.btn-white span {
  position: relative;
  z-index: 2;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.btn-white::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ffdb00;
  transform-origin: 50% 0;
  transform: scaleY(0);
  transition: transform ease 0.3s;
  will-change: transform;
}
.btn-white::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 14px;
  right: 7%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: translateZ(0);
  backface-visibility: hidden;
  background: #003894;
  -webkit-mask: url(../img/icon_arrow.svg) no-repeat center/contain;
  mask: url(../img/icon_arrow.svg) no-repeat center/contain;
  transition: background-color 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .btn-white:hover {
    color: #003894;
  }
  .btn-white:hover::before {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  .btn-white:hover::after {
    background: #003894;
  }
}

.top-product__about .btn-white {
  margin-top: 20px;
  color: #000;
  padding-right: 12px;
}
@media screen and (min-width: 769px) {
  .top-product__about .btn-white {
    margin-top: 40px;
  }
}
.top-product__about .btn-white::after {
  background: #000;
}

.top-features .btn-white {
  width: 100%;
  position: relative;
  justify-content: center;
  padding-right: 24px;
}
.top-features .btn-white::after {
  right: 2.5%;
}

.btn-case {
  color: #fff;
  font-size: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  max-width: 88px;
  width: 100%;
  height: 25px;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5%;
  transition: color 0.3s, border-color 0.3s;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 5px;
  transition: color 0.3s, border-color 0.3s;
}
@media screen and (min-width: 769px) {
  .btn-case {
    font-size: 0.75rem;
    height: 27px;
    max-width: 104px;
  }
}
.btn-case span {
  position: relative;
  z-index: 2;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.btn-case::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transform-origin: 50% 0;
  transform: scaleY(0);
  transition: transform ease 0.3s;
  will-change: transform;
}
.btn-case::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: translateZ(0);
  right: 4%;
  backface-visibility: hidden;
  background: #fff;
  -webkit-mask: url(../img/icon_arrow.svg) no-repeat center/contain;
  mask: url(../img/icon_arrow.svg) no-repeat center/contain;
  transition: background-color 0.3s;
}
.btn-case--02 {
  border: 1px solid #473f36;
  background: #473f36;
}
@media (any-hover: hover) and (pointer: fine) {
  .btn-case--02:hover {
    color: #473f36;
  }
  .btn-case--02:hover::before {
    transform: scaleY(1);
    transform-origin: 50% 100%;
  }
  .btn-case--02:hover::after {
    background: #473f36;
  }
}
.btn-case--03 {
  border: 1px solid #2d364d;
  background: #2d364d;
}
@media (any-hover: hover) and (pointer: fine) {
  .btn-case--03:hover {
    color: #2d364d;
  }
  .btn-case--03:hover::before {
    transform: scaleY(1);
    transform-origin: 50% 100%;
  }
  .btn-case--03:hover::after {
    background: #2d364d;
  }
}
.btn-case--04 {
  border: 1px solid #74353b;
  background: #74353b;
}
@media (any-hover: hover) and (pointer: fine) {
  .btn-case--04:hover {
    color: #74353b;
  }
  .btn-case--04:hover::before {
    transform: scaleY(1);
    transform-origin: 50% 100%;
  }
  .btn-case--04:hover::after {
    background: #74353b;
  }
}
.btn-case--01 {
  border: 1px solid #be693e;
  background: #be693e;
}
@media (any-hover: hover) and (pointer: fine) {
  .btn-case--01:hover {
    color: #be693e;
  }
  .btn-case--01:hover::before {
    transform: scaleY(1);
    transform-origin: 50% 100%;
  }
  .btn-case--01:hover::after {
    background: #be693e;
  }
}

.top-cases__scrl-x .btn-case {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  height: 40px;
  max-width: none;
  font-size: 0.75rem;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .top-cases__scrl-x .btn-case {
    max-width: 156px;
  }
}

@media (any-hover: hover) and (pointer: fine) {
  .top-cases__caselist-item:hover .btn-case--02 {
    color: #473f36;
  }
  .top-cases__caselist-item:hover .btn-case--02::before {
    transform: scaleY(1);
    transform-origin: 50% 100%;
  }
  .top-cases__caselist-item:hover .btn-case--02::after {
    background: #473f36;
  }
  .top-cases__caselist-item:hover .btn-case--03 {
    color: #2d364d;
  }
  .top-cases__caselist-item:hover .btn-case--03::before {
    transform: scaleY(1);
    transform-origin: 50% 100%;
  }
  .top-cases__caselist-item:hover .btn-case--03::after {
    background: #2d364d;
  }
  .top-cases__caselist-item:hover .btn-case--04 {
    color: #74353b;
  }
  .top-cases__caselist-item:hover .btn-case--04::before {
    transform: scaleY(1);
    transform-origin: 50% 100%;
  }
  .top-cases__caselist-item:hover .btn-case--04::after {
    background: #74353b;
  }
  .top-cases__caselist-item:hover .btn-case--01 {
    color: #be693e;
  }
  .top-cases__caselist-item:hover .btn-case--01::before {
    transform: scaleY(1);
    transform-origin: 50% 100%;
  }
  .top-cases__caselist-item:hover .btn-case--01::after {
    background: #be693e;
  }
}

.top-cases__scrl-x .splide-wrap {
  width: 100%;
  margin-inline: auto;
  margin-block: 20px;
}
@media screen and (min-width: 769px) {
  .top-cases__scrl-x .splide-wrap {
    width: min(100%, 432px);
    margin-inline: 0;
    margin-block: 30px 0;
  }
}
.top-cases__scrl-x .splide-wrap .splide__track {
  border-radius: 12px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 769px) {
  .top-cases__scrl-x .splide-wrap .splide__track {
    border-radius: 15px;
  }
}
.top-cases__scrl-x .splide-wrap .splide__slide {
  text-align: center;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  .top-cases__scrl-x .splide-wrap .splide__slide {
    width: min(100%, 432px);
  }
}
.top-cases__scrl-x .splide-wrap .splide__slide img,
.top-cases__scrl-x .splide-wrap .splide__slide button {
  background: transparent;
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: 0.3s;
  padding-inline: 0;
}
@media (any-hover: hover) and (pointer: fine) {
  .top-cases__scrl-x .splide-wrap .splide__slide:hover img {
    transform: scale(1.1);
    opacity: 0.8;
  }
}
.top-cases__scrl-x .splide-wrap .splide__pagination {
  bottom: -1.2em;
  right: auto;
  padding: 0;
}
.top-cases__scrl-x .splide-wrap .splide__pagination__page {
  background: rgba(0, 0, 0, 0.1);
}
.top-cases__scrl-x .splide-wrap .splide__pagination__page.is-active {
  background: #000;
  transform: none;
}
.top-cases__scrl-x .splide-wrap .splide__arrow {
  display: none;
  background: #fff;
}

.image-modal {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.image-modal.is-open {
  display: grid;
}
.image-modal__inner {
  width: min(90vw, 1000px);
  height: 100vh;
  place-content: center;
}
.image-modal__content img {
  width: 100%;
  display: block;
}
.image-modal__content iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  display: block;
}

.js-ta {
  font-size: clamp(1.5rem, 5vw, 1.875rem);
  font-weight: bold;
  letter-spacing: 5%;
  text-align: left;
  line-height: 1.1;
}
@media screen and (min-width: 769px) {
  .js-ta {
    left: 5vw;
    top: 5vw;
  }
}
.js-ta span {
  display: block;
  font-size: clamp(2.5rem, 10vw, 5rem);
  color: #e7e7e7;
}

.split-line {
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 1070px) {
  .split-line {
    flex-direction: row;
  }
}

.fiu {
  opacity: 0;
}

.top-ttlarea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.top-ttl {
  font-weight: bold;
  font-family: -apple-system, "Noto Sans", "Noto Sans JP", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", san-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.3;
}
.top-ttl__jp {
  font-size: 1.875rem;
  will-change: transform, opacity;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .top-ttl__jp {
    font-size: 3.125rem;
    letter-spacing: 0.07em;
    line-height: 1.3;
  }
}
.top-ttl__en {
  font-size: 0.6875rem;
  color: #007fc5;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media screen and (min-width: 769px) {
  .top-ttl__en {
    font-size: 0.625rem;
  }
}
.top-ttl__lead {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 9px;
}
@media screen and (min-width: 769px) {
  .top-ttl__lead {
    font-size: 1.3125rem;
    letter-spacing: 0.07em;
  }
}

@media screen and (max-width: 768px) {
  .top-catalog .top-ttlarea.inner {
    padding-inline: 0;
  }
}
.top-catalog .top-ttl__jp {
  font-size: 1.875rem;
}

.txt-marker {
  background-image: linear-gradient(#ffdb00, #ffdb00);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 4px;
}
.txt-marker--white {
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0% 90%;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #007fc5;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .triangle {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #007fc5;
  }
}

.u-fz-12 {
  font-size: 0.75rem !important;
}

.u-fz-14 {
  font-size: 0.875rem !important;
}

.u-fz-16 {
  font-size: 1rem !important;
}

.u-fz-18 {
  font-size: 1.125rem !important;
}

.u-fz-20 {
  font-size: 1.25rem !important;
}

.u-fz-30 {
  font-size: 1.875rem !important;
}

.align-l {
  text-align: left;
}

.align-r {
  text-align: right;
}

.align-c {
  text-align: center;
}

.align-lc {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .align-lc {
    text-align: center;
  }
}