@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

body {
  position: relative;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
body.no-scroll.ready {
  overflow: hidden;
  height: 100vh;
}
body.ready {
  overflow: auto;
}

.pc-hidden {
  display: none;
}

.sp-hidden {
  display: block;
}

img.w100 {
  max-width: 100%;
  height: auto;
}

a {
  cursor: pointer;
}
a.default {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
a.default:hover {
  opacity: 50%;
}

.wow {
  opacity: 0;
}

.desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .desc p {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.w800 {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}

.w1280 {
  width: min(80%, 1280px);
  margin: 0 auto;
}

.w1328 {
  width: min(90%, 1328px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .w1328 {
    width: 94%;
  }
}

.w1440 {
  width: min(95%, 1440px);
  margin: 0 auto;
}

.inline-block {
  display: inline-block;
}

.bg-w {
  background-color: #fff;
}

/* ボタン */
.arrow {
  width: 32px;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.arrow .icon-bg {
  background-color: #00579e;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  display: block;
}
.arrow .icon_bg-hover {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-in;
  transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in, opacity 0.25s ease-out;
  transition: transform 0.25s ease-in, opacity 0.25s ease-out, -webkit-transform 0.25s ease-in;
  display: block;
  z-index: 4;
}
.arrow::before {
  content: "";
  background: url(../img/common/icon-arrow.svg) no-repeat center/contain;
  width: calc(16 / 1920 * 100vw);
  height: calc(21 / 1920 * 100vw);
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  z-index: 4;
}
@media print, screen and (max-width: 1200px) {
  .arrow::before {
    width: 12px;
    height: 10px;
  }
}
:hover > .arrow {
  -webkit-animation: Scale 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
          animation: Scale 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  background-color: #00579e;
}
:hover > .arrow::before {
  z-index: 5;
}
:hover > .arrow .icon_bg-hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-title .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}
.sec-title .tit-en {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.sec-title .line-tit path {
  fill: transparent;
  stroke: #001a51;
  stroke-width: 1.5px;
  stroke-dasharray: var(--len);
  stroke-dashoffset: var(--len);
}
.sec-title .tit-ja {
  background-color: #001a51;
}
.sec-title .tit-ja p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  line-height: 130%;
  color: #ffffff;
}
.sec-title.is-show .line-tit {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.sec-title.is-show .line-tit path {
  -webkit-animation: kf_s01 2s forwards;
          animation: kf_s01 2s forwards;
}

/* サンプルのお取り寄せ */
.c-sample {
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.c-sample .inner {
  padding: 200px 0;
}
@media print, screen and (max-width: 1023px) {
  .c-sample .inner {
    width: 84%;
    padding: 40px 0;
  }
}
.c-sample .link {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  background: url(../img/common/sample-bg.png) no-repeat center/cover;
  padding: 72px 0;
  border-radius: 8px;
}
@media print, screen and (max-width: 1023px) {
  .c-sample .link {
    gap: 24px;
    background: url(../img/common/sample-bg_sp.png) no-repeat center/cover;
    padding: 48px 0;
  }
}
.c-sample .link .tit-en {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: clamp(5rem, 3.4678398058rem + 6.5372168285vw, 11.3125rem);
  line-height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30.29%, rgba(255, 255, 255, 0.3)), color-stop(62.5%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 30.29%, rgba(255, 255, 255, 0) 62.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  white-space: nowrap;
  position: absolute;
  top: -24px;
  left: -24px;
}
@media print, screen and (max-width: 1023px) {
  .c-sample .link .tit-en {
    top: -10px;
    left: -133px;
  }
}
.c-sample .link .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-shadow: 0px 0px 4px rgba(17, 22, 53, 0.8);
  padding-bottom: 8px;
  border-bottom: 3px solid #fff;
}
@media print, screen and (max-width: 1023px) {
  .c-sample .link .tit-ja {
    width: 90%;
    margin: 0 auto;
    letter-spacing: 0;
  }
}
.c-sample .link .desc .pc-hidden {
  display: none;
}
@media print, screen and (max-width: 1023px) {
  .c-sample .link .desc {
    width: 90%;
    margin: 0 auto;
  }
  .c-sample .link .desc .pc-hidden {
    display: block;
  }
}
.c-sample .link .desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
.c-sample .link .desc p .f-40 {
  font-size: 40px;
  line-height: 130%;
}
.c-sample .link .desc p .f-32 {
  font-size: 32px;
}
.c-sample .link .arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: calc(50 / 1920 * 100vw);
}
@media print, screen and (max-width: 1023px) {
  .c-sample .link .arrow {
    width: 32px;
    height: 32px;
    right: 18px;
    bottom: 13px;
  }
}
.c-sample .link .arrow .icon-bg {
  background-color: #ffffff;
}
.c-sample .link .arrow .icon_bg-hover {
  background: #00579e;
}
.c-sample .link .arrow::before {
  content: "";
  background: url(../img/common/icon-arrow_b.svg) no-repeat center/contain;
  width: calc(25 / 1920 * 100vw);
  height: calc(20 / 1920 * 100vw);
}
@media print, screen and (max-width: 1023px) {
  .c-sample .link .arrow::before {
    width: 16px;
    height: 13px;
  }
}
.c-sample .link:hover .arrow {
  background-color: #00579e;
}
.c-sample .link:hover .arrow::before {
  background-image: url(../img/common/icon-arrow.svg);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header.ready, .header.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header.menu-open {
  pointer-events: none;
}
.header.menu-open .inner {
  opacity: 0;
}
.header.menu-open .hamburger {
  pointer-events: all;
}
.header .inner {
  padding-left: calc(24 / 1920 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1300px) {
  .header .inner {
    padding: 20px 8px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 4px 4px rgba(117, 116, 116, 0.2);
            box-shadow: 0px 4px 4px rgba(117, 116, 116, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .header .inner {
    padding: 8px 8px 8px 16px;
  }
}
.header .inner .h_logo {
  max-width: calc(400 / 1920 * 100vw);
  width: 22%;
  margin: 12px 0;
  margin-right: calc(63 / 1920 * 100vw);
}
@media print, screen and (max-width: 1555px) {
  .header .inner .h_logo {
    margin-right: 24px;
  }
}
@media print, screen and (max-width: 1300px) {
  .header .inner .h_logo {
    margin-right: 0;
    max-width: 276px;
    width: 100%;
  }
}
.header .inner .h_logo a {
  display: block;
}
.header .inner .h_menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 calc(140 / 1920 * 100vw) 0 calc(56 / 1920 * 100vw);
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 0px 0px 8px;
  -webkit-box-shadow: 0px 4px 4px rgba(117, 116, 116, 0.2);
          box-shadow: 0px 4px 4px rgba(117, 116, 116, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media print, screen and (max-width: 1555px) {
  .header .inner .h_menu {
    padding: 0 70px 0 20px;
  }
}
@media print, screen and (max-width: 1300px) {
  .header .inner .h_menu {
    display: none;
  }
}
.header .inner .h_menu .menulist {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 100%;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.header .inner .h_menu .menulist .menu-item {
  position: relative;
  padding: 28px 0;
}
.header .inner .h_menu .menulist .menu-item:hover .child-menu-item {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header .inner .h_menu .menulist .dot-menu {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(5 / 1920 * 100vw);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .inner .h_menu .menulist .dot-menu p {
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header .inner .h_menu .menulist .dot-menu p::after {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.header .inner .h_menu .menulist .dot-menu::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: calc(10 / 1920 * 100vw);
  height: calc(10 / 1920 * 100vw);
  border-radius: 50%;
  background-color: #00579e;
}
.header .inner .h_menu .menulist .dot-menu img {
  width: calc(20 / 1920 * 100vw);
  height: auto;
}
.header .inner .h_menu .menulist .dot-menu:hover p {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header .inner .h_menu .menulist .dot-menu:hover::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header .inner .h_menu .menulist .child-menu-item {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -70%;
  width: 230%;
  background-color: rgba(1, 56, 101, 0.9);
  padding: 0 24px;
}
.header .inner .h_menu .menulist .child-menu-item.long {
  width: 100%;
  left: 0;
}
.header .inner .h_menu .menulist .child-menu-item .c-menu-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
}
.header .inner .h_menu .menulist .child-menu-item .c-menu-item:last-child {
  border: none;
}
.header .inner .h_menu .menulist .child-menu-item .c-menu-item a {
  display: block;
  padding: 24px 0;
  text-align: center;
}
.header .inner .h_menu .menulist .child-menu-item .c-menu-item:last-child a {
  border: none;
}

.hamburger {
  position: absolute;
  background-color: #001a51;
  right: calc(32 / 1920 * 100vw);
  top: 0;
  bottom: 0;
  width: calc(60 / 1920 * 100vw);
  height: calc(60 / 1920 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin: auto;
  z-index: 300;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media print, screen and (max-width: 1555px) {
  .hamburger {
    right: 10px;
  }
}
@media print, screen and (max-width: 1200px) {
  .hamburger {
    width: 60px;
    height: 60px;
  }
}
.hamburger .line-wrap {
  position: relative;
  width: calc(26 / 1920 * 100vw);
  height: calc(23 / 1920 * 100vw);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media print, screen and (max-width: 1200px) {
  .hamburger .line-wrap {
    width: 26px;
    height: 23px;
  }
  .hamburger .line-wrap::after {
    content: "MENU";
    font-family: "Koulen", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #fff;
    position: absolute;
    top: calc(100% + 5px);
    width: 100%;
    text-align: center;
  }
}
.hamburger .line-wrap .line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: calc(3 / 1920 * 100vw);
  background: #fff;
}
@media print, screen and (max-width: 1200px) {
  .hamburger .line-wrap .line {
    height: 3px;
  }
}
.hamburger .line-wrap .line:first-child {
  top: 0;
  bottom: auto;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.hamburger .line-wrap .line:last-child {
  top: calc(19 / 1920 * 100vw);
  bottom: auto;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media print, screen and (max-width: 1200px) {
  .hamburger .line-wrap .line:last-child {
    top: 19px;
  }
}
@media print, screen and (max-width: 1200px) {
  .hamburger.active {
    bottom: auto;
    top: 8px;
  }
}
.hamburger.active .line-wrap {
  width: calc(40 / 1920 * 100vw);
}
@media print, screen and (max-width: 1200px) {
  .hamburger.active .line-wrap {
    width: 26px;
    height: 23px;
  }
  .hamburger.active .line-wrap::after {
    content: "";
  }
}
.hamburger.active .line-wrap .line {
  width: calc(40 / 1920 * 100vw);
  height: calc(5 / 1920 * 100vw);
}
@media print, screen and (max-width: 1200px) {
  .hamburger.active .line-wrap .line {
    height: 3px;
    width: 100%;
  }
}
.hamburger.active .line-wrap .line:first-child {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger.active .line-wrap .line:nth-child(2) {
  opacity: 0;
}
.hamburger.active .line-wrap .line:last-child {
  bottom: 0;
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-wrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inset: 0;
  z-index: 150;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media print, screen and (max-width: 1200px) {
  .menu-wrap {
    right: 0;
    left: auto;
  }
}
.menu-wrap .menu-left {
  padding: 194px 0 74px;
  overflow: auto;
  width: 39%;
  background: linear-gradient(214.39deg, #36536e 13.05%, #cce5ff 61.88%, #689fd4 83.17%);
  background-blend-mode: plus-darker;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1200px) {
  .menu-wrap .menu-left {
    display: none;
  }
}
.menu-wrap .menu-left .mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  width: 100%;
}
.menu-wrap .menu-left .mainmenu .menu-item {
  position: relative;
  padding: 0 calc(32 / 1920 * 100vw);
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-wrap .menu-left .mainmenu .menu-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.menu-wrap .menu-left .mainmenu .menu-item {
  /* &:first-child {
    &::before {
      background: linear-gradient(90deg, #00579e 0%, #001f38 100%);
    }
    .menu-img {
      left: 203px;
      top: vw(-68);
      bottom: auto;
      height: 235px;
      max-width: 263px;
      width: 44%;
    }
  }*/
}
.menu-wrap .menu-left .mainmenu .menu-item:nth-child(1)::before {
  background: -webkit-gradient(linear, right top, left top, from(#34afa3), to(#107d72)), #107d72;
  background: linear-gradient(270deg, #34afa3 0%, #107d72 100%), #107d72;
}
.menu-wrap .menu-left .mainmenu .menu-item:nth-child(1) .tit-ja {
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
}
.menu-wrap .menu-left .mainmenu .menu-item:nth-child(1) .menu-img {
  left: 279px;
  max-width: 196px;
  width: 33%;
  top: calc(-68 / 1920 * 100vw);
  bottom: auto;
  height: 235px;
}
.menu-wrap .menu-left .mainmenu .menu-item:nth-child(2)::before {
  background: -webkit-gradient(linear, right top, left top, from(#61c7f6), to(#00a0e9));
  background: linear-gradient(270deg, #61c7f6 0%, #00a0e9 100%);
}
.menu-wrap .menu-left .mainmenu .menu-item:nth-child(2) .tit-ja {
  font-size: clamp(1.5rem, 1.3786407767rem + 0.5177993528vw, 2rem);
}
.menu-wrap .menu-left .mainmenu .menu-item:nth-child(2) .menu-img {
  left: 260px;
  max-width: 220px;
  width: 37%;
  height: 180px;
}
.menu-wrap .menu-left .mainmenu .menu-item:nth-child(2) .menu-img img {
  -o-object-position: bottom;
     object-position: bottom;
}
.menu-wrap .menu-left .mainmenu .menu-item .menu-tit {
  position: relative;
  overflow: hidden;
}
.menu-wrap .menu-left .mainmenu .menu-item .menu-tit .front-tit {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.menu-wrap .menu-left .mainmenu .menu-item .menu-tit .back-tit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  pointer-events: none;
}
.menu-wrap .menu-left .mainmenu .menu-item .tit-en {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: clamp(1.875rem, 1.7233009709rem + 0.6472491909vw, 2.5rem);
  line-height: 100%;
  color: #ffffff;
}
.menu-wrap .menu-left .mainmenu .menu-item .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}
.menu-wrap .menu-left .mainmenu .menu-item .parentmenu {
  position: absolute;
  inset: 0;
  display: block;
}
.menu-wrap .menu-left .mainmenu .menu-item .arrow {
  margin-top: 8px;
  width: calc(32 / 1920 * 100vw);
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.menu-wrap .menu-left .mainmenu .menu-item .arrow .icon-bg {
  background-color: #001a51;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  display: block;
}
.menu-wrap .menu-left .mainmenu .menu-item .arrow .icon_bg-hover {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-in;
  transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in, opacity 0.25s ease-out;
  transition: transform 0.25s ease-in, opacity 0.25s ease-out, -webkit-transform 0.25s ease-in;
  display: block;
  z-index: 4;
}
.menu-wrap .menu-left .mainmenu .menu-item .arrow::before {
  content: "";
  background: url(../img/common/icon-arrow.svg) no-repeat center/contain;
  width: calc(16 / 1920 * 100vw);
  height: calc(21 / 1920 * 100vw);
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  z-index: 4;
}
@media (hover: hover) and (pointer: fine) {
  .menu-wrap .menu-left .mainmenu .menu-item:hover .front-tit {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
  .menu-wrap .menu-left .mainmenu .menu-item:hover .back-tit {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .menu-wrap .menu-left .mainmenu .menu-item:hover .arrow {
    -webkit-animation: Scale 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
            animation: Scale 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
    background-color: #fff;
  }
  .menu-wrap .menu-left .mainmenu .menu-item:hover .arrow::before {
    background-image: url(../img/common/icon-arrow_b.svg);
    z-index: 5;
  }
  .menu-wrap .menu-left .mainmenu .menu-item:hover .arrow .icon_bg-hover {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .menu-wrap .menu-left .mainmenu .menu-item:hover::before {
    -webkit-animation: LefttoRoght 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
            animation: LefttoRoght 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  }
}
.menu-wrap .menu-left .menu-img {
  text-align: right;
  position: absolute;
  bottom: 0;
}
.menu-wrap .menu-left .menu-img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-wrap .menu-left .btnarea {
  max-width: 85.3333333333%;
  width: 100%;
  margin: 120px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-wrap .menu-left .morebtn {
  max-width: 362px;
  width: 100%;
  opacity: 1;
}
.menu-wrap .menu-left .morebtn a {
  border: 1px solid #001a51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(32 / 1920 * 100vw);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #001a51;
  padding: 18px 0;
  border-radius: 100px;
  position: relative;
}
.menu-wrap .menu-left .morebtn a::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100px;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.menu-wrap .menu-left .morebtn a .arrow {
  width: calc(50 / 1920 * 100vw);
}
.menu-wrap .menu-left .morebtn a .arrow .icon-bg {
  background-color: #00579e;
}
.menu-wrap .menu-left .morebtn a .arrow .icon_bg-hover {
  background: #001a51;
}
.menu-wrap .menu-left .morebtn a .arrow::before {
  content: "";
  background: url(../img/common/icon-mail.svg) no-repeat center/contain;
  width: calc(25 / 1920 * 100vw);
  height: calc(20 / 1920 * 100vw);
}
.menu-wrap .menu-left .morebtn a .menu-tit {
  overflow: hidden;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
}
.menu-wrap .menu-left .morebtn a .menu-tit .front-tit {
  color: #ffffff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.menu-wrap .menu-left .morebtn a .menu-tit .back-tit {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  color: #001a51;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .menu-wrap .menu-left .morebtn:hover a {
    border: 1px solid #001a51;
  }
  .menu-wrap .menu-left .morebtn:hover a::before {
    opacity: 1;
  }
  .menu-wrap .menu-left .morebtn:hover a .menu-tit .front-tit {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .menu-wrap .menu-left .morebtn:hover a .menu-tit .back-tit {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .menu-wrap .menu-left .morebtn:hover .arrow {
    background-color: #001a51;
  }
}
.menu-wrap .menu-panel {
  background: url("../img/common/menu.jpg") center/cover no-repeat;
  width: 69%;
  position: relative;
  padding: calc(272 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(160 / 1920 * 100vw);
  overflow: auto;
  max-height: 100dvh;
}
@media print, screen and (max-width: 1200px) {
  .menu-wrap .menu-panel {
    max-width: 400px;
    width: 100%;
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .menu-wrap .menu-panel {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.menu-wrap .menu-panel .innermenu {
  margin: 0 auto 170px 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px calc(160 / 1920 * 100vw);
}
@media print, screen and (max-width: 1200px) {
  .menu-wrap .menu-panel .innermenu {
    width: 90%;
    margin: 44px auto 0;
    padding-bottom: 40px;
  }
}
.menu-wrap .menu-panel .innermenu .menu-item {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(40 / 1920 * 100vw);
}
.menu-wrap .menu-panel .innermenu .menu-item.pc-hidden {
  display: none;
}
@media print, screen and (max-width: 1200px) {
  .menu-wrap .menu-panel .innermenu .menu-item.pc-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (max-width: 1200px) {
  .menu-wrap .menu-panel .innermenu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 4px;
    border-bottom: 1px solid #6d7fac;
  }
  .menu-wrap .menu-panel .innermenu .menu-item.is-open {
    gap: 16px;
  }
  .menu-wrap .menu-panel .innermenu .menu-item.is-open .childmenu {
    opacity: 1;
    visibility: visible;
  }
  .menu-wrap .menu-panel .innermenu .menu-item:has(> .childmenu) .parentmenu .arrow {
    position: relative;
    width: 24px;
    height: 24px;
  }
  .menu-wrap .menu-panel .innermenu .menu-item:has(> .childmenu) .parentmenu .arrow::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none;
    width: 13px;
    height: 1px;
    border-radius: 50px;
    background-color: #fff;
    -webkit-transition: none;
    transition: none;
    z-index: 5;
  }
  .menu-wrap .menu-panel .innermenu .menu-item:has(> .childmenu) .parentmenu .arrow::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none;
    height: 13px;
    width: 1px;
    border-radius: 50px;
    background-color: #fff;
    z-index: 10;
    opacity: 1;
  }
  .menu-wrap .menu-panel .innermenu .menu-item:has(> .childmenu).is-open .arrow::after {
    opacity: 0;
  }
}
.menu-wrap .menu-panel .innermenu .menu-item .parentmenu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(16 / 1920 * 100vw);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media print, screen and (max-width: 1200px) {
  .menu-wrap .menu-panel .innermenu .menu-item .parentmenu {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.menu-wrap .menu-panel .innermenu .menu-item .parentmenu .arrow {
  width: calc(32 / 1920 * 100vw);
}
@media print, screen and (max-width: 1200px) {
  .menu-wrap .menu-panel .innermenu .menu-item .parentmenu .arrow {
    width: 24px;
    height: 24px;
    -webkit-animation: none;
            animation: none;
  }
}
.menu-wrap .menu-panel .innermenu .menu-item .parentmenu .arrow .icon-bg {
  background-color: #00579e;
}
.menu-wrap .menu-panel .innermenu .menu-item .parentmenu .arrow .icon_bg-hover {
  background: #fff;
}
@media print, screen and (max-width: 1200px) {
  .menu-wrap .menu-panel .innermenu .menu-item .parentmenu .arrow .icon_bg-hover {
    background-color: #00579e;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
}
.menu-wrap .menu-panel .innermenu .menu-item .parentmenu .arrow::before {
  content: "";
  background: url(../img/common/icon-arrow.svg) no-repeat center/contain;
  width: calc(16 / 1920 * 100vw);
  height: calc(21 / 1920 * 100vw);
}
@media print, screen and (max-width: 1200px) {
  .menu-wrap .menu-panel .innermenu .menu-item .parentmenu .arrow::before {
    width: 12px;
    height: 10px;
    z-index: 10;
  }
}
.menu-wrap .menu-panel .innermenu .menu-item .parentmenu .arrow.otherlink::before {
  background-image: url(../img/common/icon-link.svg);
}
.menu-wrap .menu-panel .innermenu .menu-item .parentmenu .arrow.mail::before {
  background-image: url(../img/common/icon-mail.svg);
}
@media (hover: hover) and (pointer: fine) {
  .menu-wrap .menu-panel .innermenu .menu-item .parentmenu:hover .front-tit {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .menu-wrap .menu-panel .innermenu .menu-item .parentmenu:hover .back-tit {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .menu-wrap .menu-panel .innermenu .menu-item .parentmenu:hover .arrow {
    background-color: #fff;
  }
  .menu-wrap .menu-panel .innermenu .menu-item .parentmenu:hover .arrow::before {
    background-image: url(../img/common/icon-arrow_b.svg);
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (hover: hover) and (pointer: fine) and (max-width: 1200px) {
  .menu-wrap .menu-panel .innermenu .menu-item .parentmenu:hover .arrow::before {
    background-image: url(../img/common/icon-arrow.svg);
  }
}
@media (hover: hover) and (pointer: fine) {
  .menu-wrap .menu-panel .innermenu .menu-item .parentmenu:hover .arrow.otherlink::before {
    background-image: url(../img/common/icon-link_blu.svg);
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (hover: hover) and (pointer: fine) and (max-width: 1200px) {
  .menu-wrap .menu-panel .innermenu .menu-item .parentmenu:hover .arrow.otherlink::before {
    background-image: url(../img/common/icon-link.svg);
  }
}
@media (hover: hover) and (pointer: fine) {
  .menu-wrap .menu-panel .innermenu .menu-item .parentmenu:hover .arrow.mail::before {
    background-image: url(../img/common/icon-mail_blu.svg);
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (hover: hover) and (pointer: fine) and (max-width: 1200px) {
  .menu-wrap .menu-panel .innermenu .menu-item .parentmenu:hover .arrow.mail::before {
    background-image: url(../img/common/icon-mail.svg);
  }
}
.menu-wrap .menu-panel .innermenu .menu-item .parentmenu .front-tit {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media print, screen and (max-width: 1200px) {
  .menu-wrap .menu-panel .innermenu .menu-item .parentmenu .front-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.menu-wrap .menu-panel .innermenu .menu-item .parentmenu .back-tit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  pointer-events: none;
}
@media print, screen and (max-width: 1200px) {
  .menu-wrap .menu-panel .innermenu .menu-item .parentmenu .back-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.menu-wrap .menu-panel .innermenu .menu-item .tit-en {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 1.567961165rem + 0.7766990291vw, 2.5rem);
  line-height: 100%;
  color: #000000;
}
.menu-wrap .menu-panel .innermenu .menu-item .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}
.menu-wrap .menu-panel .innermenu .menu-item .childmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(32 / 1920 * 100vw);
}
@media print, screen and (max-width: 1200px) {
  .menu-wrap .menu-panel .innermenu .menu-item .childmenu {
    gap: 16px;
    width: 100%;
    padding-left: 24px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: max-height 0.5s ease, opacity 0.3s ease, visibility 0.3s ease;
    transition: max-height 0.5s ease, opacity 0.3s ease, visibility 0.3s ease;
  }
}
.menu-wrap .menu-panel .innermenu .menu-item .childmenu .c-menu-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #013865;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media print, screen and (max-width: 1200px) {
  .menu-wrap .menu-panel .innermenu .menu-item .childmenu .c-menu-item {
    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: 100%;
  }
  .menu-wrap .menu-panel .innermenu .menu-item .childmenu .c-menu-item a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.menu-wrap .menu-panel .innermenu .menu-item .childmenu .c-menu-item .arrow.pc-hidden {
  display: none;
}
@media print, screen and (max-width: 1200px) {
  .menu-wrap .menu-panel .innermenu .menu-item .childmenu .c-menu-item .arrow.pc-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #00579e;
    width: 24px;
    height: 24px;
    -webkit-animation: none;
            animation: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .menu-wrap .menu-panel .innermenu .menu-item .childmenu .c-menu-item:hover {
    color: #000;
  }
}
.menu-wrap .menu-panel .menu-logo {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
}
@media print, screen and (max-width: 1200px) {
  .menu-wrap .menu-panel .menu-logo.sp-hidden {
    display: none;
  }
  .menu-wrap .menu-panel .menu-logo.pc-hidden {
    display: block;
    max-width: 284px;
    margin-left: 5%;
  }
}
@media print, screen and (max-width: 1200px) {
  .menu-wrap .menu-panel .menu-bottom.sp-hidden {
    display: none;
  }
  .menu-wrap .menu-panel .menu-bottom.pc-hidden {
    display: block;
    position: relative;
    z-index: 5;
  }
  .menu-wrap .menu-panel .menu-bottom.pc-hidden::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: url(../img/common/menu-bottom.png) no-repeat left/cover;
    z-index: -1;
  }
  .menu-wrap .menu-panel .menu-bottom.pc-hidden .inner {
    width: 90%;
    margin: 0 auto;
    padding: 24px 0;
  }
  .menu-wrap .menu-panel .menu-bottom.pc-hidden .inner .desc {
    margin-bottom: 8px;
  }
  .menu-wrap .menu-panel .menu-bottom.pc-hidden .inner .desc p {
    text-align: center;
  }
  .menu-wrap .menu-panel .menu-bottom.pc-hidden .inner .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 8px;
  }
  .menu-wrap .menu-panel .menu-bottom.pc-hidden .inner .link img {
    width: 24px;
    height: auto;
  }
  .menu-wrap .menu-panel .menu-bottom.pc-hidden .inner .link .link-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
  }
  .menu-wrap .menu-panel .menu-bottom.pc-hidden .inner .link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .menu-wrap .menu-panel .menu-bottom.pc-hidden .morebtn {
    margin-bottom: 16px;
  }
  .menu-wrap .menu-panel .menu-bottom.pc-hidden .morebtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #00579e;
    border-radius: 8px;
    padding: 16px;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-wrap .menu-panel .menu-bottom.pc-hidden .morebtn a .back-tit {
    position: absolute;
    inset: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    color: #00579e;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .menu-wrap .menu-panel .menu-bottom.pc-hidden .morebtn a .front-tit {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .menu-wrap .menu-panel .menu-bottom.pc-hidden .morebtn a .link-text {
    overflow: hidden;
    position: relative;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .menu-wrap .menu-panel .menu-bottom.pc-hidden .morebtn a .arrow {
    width: 24px;
    height: 24px;
  }
  .menu-wrap .menu-panel .menu-bottom.pc-hidden .morebtn a .arrow .icon-bg {
    background-color: #001a51;
  }
  .menu-wrap .menu-panel .menu-bottom.pc-hidden .morebtn a .arrow .icon_bg-hover {
    background: #00579e;
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (max-width: 1200px) and (hover: hover) and (pointer: fine) {
  .menu-wrap .menu-panel .menu-bottom.pc-hidden .morebtn a:hover {
    background-color: #fff;
  }
  .menu-wrap .menu-panel .menu-bottom.pc-hidden .morebtn a:hover .front-tit {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .menu-wrap .menu-panel .menu-bottom.pc-hidden .morebtn a:hover .back-tit {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media print, screen and (max-width: 1200px) {
  .menu-wrap .menu-panel .menu-bottom.pc-hidden .btnarea {
    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;
    gap: 25px;
  }
}
.menu-wrap.active {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media print, screen and (max-width: 1180px) {
  .menu-wrap.active {
    overflow: auto;
  }
}
.menu-wrap.closing .childmenu {
  -webkit-transition: none !important;
  transition: none !important;
}

@-webkit-keyframes imageLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes imageLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes Scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes Scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes columMove {
  /* 左から出現 */
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  /* 右端で止まる */
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  /* 少しキープ */
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  /* 左から右へ消える */
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes columMove {
  /* 左から出現 */
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  /* 右端で止まる */
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  /* 少しキープ */
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  /* 左から右へ消える */
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes LefttoRoght {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes LefttoRoght {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes moveLefttoRoght {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes moveLefttoRoght {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes kf_s01 {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
@keyframes kf_s01 {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
@-webkit-keyframes fv {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #001a51;
  }
}
@keyframes fv {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #001a51;
  }
}
@-webkit-keyframes fv-w {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
@keyframes fv-w {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
@-webkit-keyframes common {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: rgba(255, 255, 255, 0.3);
  }
}
@keyframes common {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: rgba(255, 255, 255, 0.3);
  }
}
@-webkit-keyframes common02 {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: white;
  }
}
@keyframes common02 {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: white;
  }
}
@-webkit-keyframes common03 {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #001a51;
  }
}
@keyframes common03 {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #001a51;
  }
}
@-webkit-keyframes common04 {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #00579e;
  }
}
@keyframes common04 {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #00579e;
  }
}
@-webkit-keyframes common05 {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: rgba(255, 255, 255, 0.5);
  }
}
@keyframes common05 {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: rgba(255, 255, 255, 0.5);
  }
}
@-webkit-keyframes textColorAnim {
  0% {
    color: rgba(0, 0, 0, 0.5);
  }
  100% {
    color: black;
  }
}
@keyframes textColorAnim {
  0% {
    color: rgba(0, 0, 0, 0.5);
  }
  100% {
    color: black;
  }
}
@-webkit-keyframes textColorAnim02 {
  0% {
    color: rgba(255, 255, 255, 0.5);
  }
  100% {
    color: white;
  }
}
@keyframes textColorAnim02 {
  0% {
    color: rgba(255, 255, 255, 0.5);
  }
  100% {
    color: white;
  }
}
@-webkit-keyframes titEnSoftFlicker01 {
  0% {
    opacity: 0.55;
    -webkit-filter: brightness(75%);
            filter: brightness(75%);
  }
  28% {
    opacity: 0.85;
    -webkit-filter: brightness(115%);
            filter: brightness(115%);
  }
  52% {
    opacity: 0.68;
    -webkit-filter: brightness(85%);
            filter: brightness(85%);
  }
  76% {
    opacity: 0.94;
    -webkit-filter: brightness(108%);
            filter: brightness(108%);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@keyframes titEnSoftFlicker01 {
  0% {
    opacity: 0.55;
    -webkit-filter: brightness(75%);
            filter: brightness(75%);
  }
  28% {
    opacity: 0.85;
    -webkit-filter: brightness(115%);
            filter: brightness(115%);
  }
  52% {
    opacity: 0.68;
    -webkit-filter: brightness(85%);
            filter: brightness(85%);
  }
  76% {
    opacity: 0.94;
    -webkit-filter: brightness(108%);
            filter: brightness(108%);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@-webkit-keyframes titEnSoftFlicker02 {
  0% {
    opacity: 0.6;
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
  18% {
    opacity: 0.78;
    -webkit-filter: brightness(105%);
            filter: brightness(105%);
  }
  46% {
    opacity: 0.66;
    -webkit-filter: brightness(88%);
            filter: brightness(88%);
  }
  82% {
    opacity: 0.96;
    -webkit-filter: brightness(112%);
            filter: brightness(112%);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@keyframes titEnSoftFlicker02 {
  0% {
    opacity: 0.6;
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
  18% {
    opacity: 0.78;
    -webkit-filter: brightness(105%);
            filter: brightness(105%);
  }
  46% {
    opacity: 0.66;
    -webkit-filter: brightness(88%);
            filter: brightness(88%);
  }
  82% {
    opacity: 0.96;
    -webkit-filter: brightness(112%);
            filter: brightness(112%);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@-webkit-keyframes titEnSoftFlicker03 {
  0% {
    opacity: 0.52;
    -webkit-filter: brightness(72%);
            filter: brightness(72%);
  }
  34% {
    opacity: 0.9;
    -webkit-filter: brightness(118%);
            filter: brightness(118%);
  }
  58% {
    opacity: 0.7;
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
  }
  88% {
    opacity: 0.97;
    -webkit-filter: brightness(106%);
            filter: brightness(106%);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@keyframes titEnSoftFlicker03 {
  0% {
    opacity: 0.52;
    -webkit-filter: brightness(72%);
            filter: brightness(72%);
  }
  34% {
    opacity: 0.9;
    -webkit-filter: brightness(118%);
            filter: brightness(118%);
  }
  58% {
    opacity: 0.7;
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
  }
  88% {
    opacity: 0.97;
    -webkit-filter: brightness(106%);
            filter: brightness(106%);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@-webkit-keyframes cursorFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes cursorFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.side-navi {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  /* PC専用の要素。1366px以下（タブレット・スマホ）では全ページで非表示にする */
}
@media screen and (max-width: 1366px) {
  .side-navi {
    display: none;
  }
}
.side-navi {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 140;
}
.side-navi.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.side-navi.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.side-navi .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.side-navi .list .item {
  border-radius: 8px 0 0 8px;
  height: 150px;
}
.side-navi .list .item a {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0 16px;
}
.side-navi .list .item .menu-tit {
  position: relative;
  overflow: hidden;
}
.side-navi .list .item .menu-tit .front-tit {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.side-navi .list .item .menu-tit .back-tit {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  pointer-events: none;
}
.side-navi .list .item .tit-en {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
  line-height: 100%;
  color: #ffffff;
}
.side-navi .list .item .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}
.side-navi .list .item .arrow {
  width: 32px;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.side-navi .list .item .arrow .icon-bg {
  background-color: #0e5181;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  display: block;
}
.side-navi .list .item .arrow .icon_bg-hover {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-in;
  transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in, opacity 0.25s ease-out;
  transition: transform 0.25s ease-in, opacity 0.25s ease-out, -webkit-transform 0.25s ease-in;
  display: block;
  z-index: 4;
}
.side-navi .list .item .arrow::before {
  content: "";
  background: url(../img/common/icon-arrow.svg) no-repeat center/contain;
  width: calc(16 / 1920 * 100vw);
  height: calc(21 / 1920 * 100vw);
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  z-index: 4;
}
@media (hover: hover) and (pointer: fine) {
  .side-navi .list .item:hover .front-tit {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
  .side-navi .list .item:hover .back-tit {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .side-navi .list .item:hover .arrow {
    -webkit-animation: Scale 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
            animation: Scale 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
    background-color: #fff;
  }
  .side-navi .list .item:hover .arrow::before {
    background-image: url(../img/common/icon-arrow_b.svg);
    z-index: 5;
  }
  .side-navi .list .item:hover .arrow .icon_bg-hover {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .side-navi .list .item:hover::before {
    -webkit-animation: LefttoRoght 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
            animation: LefttoRoght 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  }
}
.side-navi .list .item01 {
  background: url(../img/common/btn01.png) no-repeat bottom/cover;
}
.side-navi .list .item02 {
  background: url(../img/common/btn02.png) no-repeat bottom/cover;
}
.side-navi .list .item03 {
  background: url(../img/common/btn03.png) no-repeat bottom/cover;
}

.cta {
  position: relative;
  overflow: hidden;
  z-index: 5;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .cta {
    display: none;
  }
}
.cta::before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  inset: 0;
  background: url(../img/common/contact.png) no-repeat left/cover;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  z-index: -1;
}
.cta.is-show::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.cta.is-show .sec-body .element {
  opacity: 1;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.cta.is-show .sec-body .form-btn {
  opacity: 1;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.cta .sec-title {
  max-width: 563px;
  width: 100%;
  margin: 0 auto;
}
.cta .sec-title.is-show .line-tit path {
  -webkit-animation: kf_s01 2s forwards 0.4s;
          animation: kf_s01 2s forwards 0.4s;
}
.cta .sec-title.is-show .tit-ja {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.cta .sec-title.is-show .tit-ja p {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.cta .inner {
  padding: 120px 0 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
@media print, screen and (max-width: 1200px) {
  .cta .inner {
    gap: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .cta .inner {
    padding: 64px 0 56px;
  }
}
@media print, screen and (max-width: 1200px) {
  .cta .sec-title {
    gap: 20px;
  }
}
.cta .sec-title .tit-en svg {
  width: 100%;
  height: auto;
}
.cta .sec-title .tit-ja {
  text-align: center;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 0.8s ease 0.8s;
  transition: 0.8s ease 0.8s;
}
.cta .sec-title .tit-ja p {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.8s ease 1.2s;
  transition: 0.8s ease 1.2s;
}
.cta .sec-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 200px;
}
@media print, screen and (max-width: 1400px) {
  .cta .sec-body {
    gap: 60px;
  }
}
@media print, screen and (max-width: 1200px) {
  .cta .sec-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cta .sec-body .element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.cta .sec-body .element .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.cta .sec-body .element .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.cta .sec-body .element .link .link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
}
.cta .sec-body .form-btn {
  max-width: 612px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.cta .sec-body .form-btn .morebtn {
  opacity: 1;
  width: 100%;
}
.cta .sec-body .form-btn a {
  border: 1px solid #00579e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(32 / 1920 * 100vw);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00579e;
  padding: 32px 0;
  position: relative;
  border-radius: 0;
}
.cta .sec-body .form-btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  inset: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.cta .sec-body .form-btn a .link-text {
  overflow: hidden;
  position: relative;
}
.cta .sec-body .form-btn a .link-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.cta .sec-body .form-btn a .link-text .front-tit {
  color: #ffffff;
}
.cta .sec-body .form-btn a .link-text .back-tit {
  position: absolute;
  inset: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  color: #00579e;
}
.cta .sec-body .form-btn a .arrow {
  width: calc(50 / 1920 * 100vw);
}
.cta .sec-body .form-btn a .arrow .icon-bg {
  background-color: #001a51;
}
.cta .sec-body .form-btn a .arrow .icon_bg-hover {
  background: #00579e;
}
.cta .sec-body .form-btn a .arrow::before {
  content: "";
  background: url(../img/common/icon-arrow.svg) no-repeat center/contain;
  width: calc(25 / 1920 * 100vw);
  height: calc(20 / 1920 * 100vw);
}
.cta .sec-body .form-btn a:hover {
  border: 1px solid #00579e;
  background-color: #fff;
}
.cta .sec-body .form-btn a:hover svg path {
  fill: #001a51;
}
.cta .sec-body .form-btn a:hover .link-text .front-tit {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.cta .sec-body .form-btn a:hover .link-text .back-tit {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cta .sec-body .form-btn a:hover::before {
  opacity: 1;
  z-index: -1;
}
.cta .sec-body .form-btn a:hover .arrow {
  background-color: #00579e;
}

.footer {
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: fixed;
  opacity: 1;
  top: 0;
  left: 0;
  background: url(../img/common/footer.png) no-repeat center/cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer.js-anim::before {
  position: fixed;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 10s linear;
  transition: -webkit-transform 10s linear;
  transition: transform 10s linear;
  transition: transform 10s linear, -webkit-transform 10s linear;
}
.footer.js-anim.is-show::before {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.footer .back-top {
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 140;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer .back-top {
    display: none;
  }
}
.footer .back-top .text {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #001a51;
}
.footer .back-top .arrow {
  width: 50px;
}
.footer .back-top .arrow .icon-bg {
  background-color: #001a51;
}
.footer .back-top .arrow .icon_bg-hover {
  background: #fff;
}
.footer .back-top .arrow::before {
  content: "";
  background: url(../img/common/backtop.svg) no-repeat center/contain;
  width: 25px;
  height: 21px;
}
.footer .back-top:hover .arrow {
  -webkit-animation: Scale 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
          animation: Scale 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  background-color: #fff;
}
.footer .back-top:hover .arrow .icon_bg-hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.footer .back-top:hover .arrow::before {
  background-image: url(../img/common/backtop_b.svg);
  z-index: 5;
}
.footer .inner {
  padding: 200px 0;
}
@media print, screen and (max-width: 1180px) {
  .footer .inner {
    width: 80%;
    padding: 80px 0;
  }
}
@media print, screen and (max-width: 1200px) {
  .footer .inner {
    width: 91%;
  }
}
.footer .griditem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 186px;
}
@media print, screen and (max-width: 1180px) {
  .footer .griditem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
  }
}
.footer .griditem .f-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.footer .griditem .f-logo .address .desc p {
  font-weight: 400;
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  line-height: 180%;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer .griditem .f-logo .address .desc p .pc-hidden {
    display: block;
  }
}
.footer .griditem .f-logo .address .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  line-height: 180%;
  color: #fff;
}
.footer .griditem .f-logo .address .column span {
  display: inline-block;
}
.footer .griditem .f-logo .btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 25px;
}
.footer .griditem .f_menu {
  max-width: 720px;
  width: 47%;
}
@media print, screen and (max-width: 1180px) {
  .footer .griditem .f_menu {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer .griditem .f_menu {
    display: none;
  }
}
.footer .griditem .f_menu .menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 56px;
}
.footer .griditem .f_menu .menu-item {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .griditem .f_menu .menu-item .parentmenu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(16 / 1920 * 100vw);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.footer .griditem .f_menu .menu-item .parentmenu .arrow {
  width: calc(32 / 1920 * 100vw);
}
.footer .griditem .f_menu .menu-item .parentmenu .arrow .icon-bg {
  background-color: #00579e;
}
.footer .griditem .f_menu .menu-item .parentmenu .arrow .icon_bg-hover {
  background: #fff;
}
.footer .griditem .f_menu .menu-item .parentmenu .arrow::before {
  content: "";
  background: url(../img/common/icon-arrow.svg) no-repeat center/contain;
  width: calc(16 / 1920 * 100vw);
  height: calc(21 / 1920 * 100vw);
}
.footer .griditem .f_menu .menu-item .parentmenu:hover .front-tit {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.footer .griditem .f_menu .menu-item .parentmenu:hover .back-tit {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.footer .griditem .f_menu .menu-item .parentmenu:hover .arrow {
  background-color: #fff;
}
.footer .griditem .f_menu .menu-item .parentmenu:hover .arrow::before {
  background-image: url(../img/common/icon-arrow_b.svg);
}
.footer .griditem .f_menu .menu-item .parentmenu .front-tit {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer .griditem .f_menu .menu-item .parentmenu .back-tit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  pointer-events: none;
}
.footer .griditem .f_menu .menu-item .tit-en {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 1.567961165rem + 0.7766990291vw, 2.5rem);
  line-height: 100%;
  color: #fff;
}
.footer .griditem .f_menu .menu-item .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}
.footer .copy {
  border-top: 1px solid #fff;
  text-align: right;
  padding: 24px 240px 24px 0;
}
@media only screen and (max-width: 767px) {
  .footer .copy {
    padding: 0 0 24px 0;
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}
.footer .copy p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  line-height: 130%;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer .copy p {
    line-height: 160%;
  }
}

@keyframes imageLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes Scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes columMove {
  /* 左から出現 */
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  /* 右端で止まる */
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  /* 少しキープ */
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  /* 左から右へ消える */
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes LefttoRoght {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveLefttoRoght {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes kf_s01 {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
@keyframes fv {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #001a51;
  }
}
@keyframes fv-w {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
@keyframes common {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: rgba(255, 255, 255, 0.3);
  }
}
@keyframes common02 {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: white;
  }
}
@keyframes common03 {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #001a51;
  }
}
@keyframes common04 {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #00579e;
  }
}
@keyframes common05 {
  0% {
    stroke-dashoffset: var(--len);
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: rgba(255, 255, 255, 0.5);
  }
}
@keyframes textColorAnim {
  0% {
    color: rgba(0, 0, 0, 0.5);
  }
  100% {
    color: black;
  }
}
@keyframes textColorAnim02 {
  0% {
    color: rgba(255, 255, 255, 0.5);
  }
  100% {
    color: white;
  }
}
@keyframes titEnSoftFlicker01 {
  0% {
    opacity: 0.55;
    -webkit-filter: brightness(75%);
            filter: brightness(75%);
  }
  28% {
    opacity: 0.85;
    -webkit-filter: brightness(115%);
            filter: brightness(115%);
  }
  52% {
    opacity: 0.68;
    -webkit-filter: brightness(85%);
            filter: brightness(85%);
  }
  76% {
    opacity: 0.94;
    -webkit-filter: brightness(108%);
            filter: brightness(108%);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@keyframes titEnSoftFlicker02 {
  0% {
    opacity: 0.6;
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
  18% {
    opacity: 0.78;
    -webkit-filter: brightness(105%);
            filter: brightness(105%);
  }
  46% {
    opacity: 0.66;
    -webkit-filter: brightness(88%);
            filter: brightness(88%);
  }
  82% {
    opacity: 0.96;
    -webkit-filter: brightness(112%);
            filter: brightness(112%);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@keyframes titEnSoftFlicker03 {
  0% {
    opacity: 0.52;
    -webkit-filter: brightness(72%);
            filter: brightness(72%);
  }
  34% {
    opacity: 0.9;
    -webkit-filter: brightness(118%);
            filter: brightness(118%);
  }
  58% {
    opacity: 0.7;
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
  }
  88% {
    opacity: 0.97;
    -webkit-filter: brightness(106%);
            filter: brightness(106%);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@keyframes cursorFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes zoomIn {
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
html {
  width: 100%;
}
html.is-loading {
  height: 100%;
  overflow: hidden;
}

body {
  width: 100%;
  margin: 0;
}
body.is-loading {
  height: 100%;
  overflow: hidden;
}

/* ========================================
  ローディング画面
======================================== */
.fv {
  position: relative;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
  background: url(../img/top/loading.png) no-repeat center/cover;
}
.fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: url(../img/top/loading02.png) no-repeat top/cover;
  z-index: -1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.fv.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.fv {
  /* セッション内2回目以降：オープニングを一気に最終状態へ（トランジション無効で瞬時表示） */
}
.fv.is-skip, .fv.is-skip * {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}
.fv .loading-logo {
  position: fixed;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  inset: 0;
  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;
  margin: auto;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .fv .loading-logo {
    width: 90%;
  }
}
.fv .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1600px;
  width: 84%;
  padding-top: 90px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .fv .column {
    width: 90%;
    min-height: 100%;
    padding-top: calc(var(--header-height) + 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fv .column .fv-swiper {
  margin-left: calc(-455 / 1920 * 100vw);
  max-width: 934px;
  width: 64%;
  aspect-ratio: 1/1;
  border-radius: 99999px;
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}
@media print, screen and (max-width: 1200px) {
  .fv .column .fv-swiper {
    width: 663px;
    margin-top: 125px;
    margin-left: -536px;
  }
}
@media only screen and (max-width: 767px) {
  .fv .column .fv-swiper {
    width: 310px;
    margin-top: 0;
    margin-left: auto;
  }
}
.fv .column .fv-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 99999px;
  border: 34px solid #006e9d;
}
@media print, screen and (max-width: 1200px) {
  .fv .column .fv-swiper .swiper-slide img {
    border-width: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .fv .column .fv-swiper .swiper-slide img {
    border-width: 11px;
  }
}
.fv .column .sec-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(70 / 1920 * 100vw);
  z-index: 5;
}
.fv .column .sec-text .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  line-height: 100%;
  color: #000000;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .fv .column .sec-text .catch {
    line-height: 130%;
  }
  .fv .column .sec-text .catch .pc-hidden {
    display: block;
  }
}
.fv .column .sec-text .main-tit {
  font-family: "Jockey One", sans-serif;
  font-weight: 400;
  font-size: clamp(5.375rem, 3.0388349515rem + 9.9676375405vw, 15rem);
  line-height: 168px;
  color: #001a51;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .fv .column .sec-text .main-tit {
    line-height: 61px;
    margin-bottom: 14px;
  }
}
.fv .column .sec-text .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fv .column .sec-text .text p {
  font-family: "Jockey One", sans-serif;
  font-weight: 400;
  font-size: clamp(3.8125rem, 2.3106796117rem + 6.4077669903vw, 10rem);
  line-height: 78%;
  color: #001a51;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  white-space: nowrap;
}
.fv .image-loop {
  width: 100%;
  overflow: hidden;
  margin-top: calc(-238 / 1920 * 100vw);
  position: relative;
  z-index: 5;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media print, screen and (max-width: 1200px) {
  .fv .image-loop {
    margin-top: -66px;
  }
}
.fv .image-loop__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: imageLoop 30s linear infinite;
          animation: imageLoop 30s linear infinite;
  will-change: transform;
}
.fv .image-loop img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 439px;
}
@media only screen and (max-width: 767px) {
  .fv .image-loop img {
    height: 173px;
  }
}
.fv.is-step-1 .loading-logo {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.fv.is-step-2 .loading-logo {
  opacity: 0;
}
.fv.is-step-3::before {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.fv.is-step-4 .fv-swiper {
  -webkit-clip-path: circle(150% at 50% 50%);
          clip-path: circle(150% at 50% 50%);
}
.fv.is-step-5 .sec-text .catch {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.fv.is-step-6 .sec-text .main-tit {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.fv.is-step-7 .sec-text .text p {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.fv.is-step-8 .image-loop {
  opacity: 1;
}
.fv.is-step-9 .inner {
  opacity: 1;
}
.fv .inner {
  opacity: 0;
  max-width: 1600px;
  width: 84%;
  margin: 0 auto;
  padding: 120px 0 250px;
}
@media print, screen and (max-width: 1200px) {
  .fv .inner {
    padding-bottom: 80px;
  }
}
.fv .inner .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media only screen and (max-width: 767px) {
  .fv .inner .desc {
    gap: 24px;
  }
}
.fv .inner .desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.068rem + 0.78vw, 2rem);
  line-height: 180%;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .fv .inner .desc p .sp-hidden {
    display: none;
  }
}
.fv .inner .desc p .has-bg {
  color: #00579e;
  font-weight: 700;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  font-size: clamp(1.25rem, 0.947rem + 1.29vw, 2.5rem);
  overflow: hidden;
}
.fv .inner .desc p .has-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #006e9d;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.fv .inner.is-show .desc {
  opacity: 1;
}
.fv .inner.is-show .desc p .has-bg::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.sec-head .desc {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.8s ease 2s;
  transition: 0.8s ease 2s;
}
.sec-head .desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
  line-height: 130%;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .sec-head .desc p {
    line-height: 160%;
  }
}
.sec-head .sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.sec-head .sec-title .tit-en {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.sec-head .sec-title .tit-en svg {
  width: 100%;
}
@media print, screen and (max-width: 1200px) {
  .sec-head .sec-title .tit-en svg {
    height: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-head .sec-title .tit-en svg {
    height: 80px;
  }
}
.sec-head .sec-title .tit-en,
.sec-head .sec-title .line-tit {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: clamp(5rem, 3.3464805825rem + 7.0550161812vw, 11.8125rem);
  line-height: 100%;
}
.sec-head .sec-title .line-tit {
  text-anchor: start;
  dominant-baseline: hanging;
  fill: transparent;
  stroke: #001a51;
  stroke-width: 1px;
}
.sec-head .sec-title .tit-ja {
  background-color: #001a51;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.8s ease 1.2s;
  transition: 0.8s ease 1.2s;
}
.sec-head .sec-title .tit-ja p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  line-height: 130%;
  color: #ffffff;
  padding-left: 24px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.sec-head .sec-title.is-show .tit-en {
  text-shadow: 5px 5px 10px rgba(127, 142, 174, 0.8);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.sec-head .sec-title.is-show .line-tit path {
  -webkit-animation: common 2s forwards;
          animation: common 2s forwards;
}
.sec-head .sec-title.is-show .tit-ja {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec-head .sec-title.is-show .tit-ja p {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.sec-head.is-show .desc {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.t_about {
  background: url(../img/top/t_about.png) no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
.t_about .about-img {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  position: absolute;
  right: 0;
  top: 160px;
  max-width: 989px;
  width: 52%;
  height: 449px;
}
@media print, screen and (max-width: 1200px) {
  .t_about .about-img {
    width: 578px;
    height: 238px;
    right: -200px;
  }
}
@media only screen and (max-width: 767px) {
  .t_about .about-img {
    width: 90%;
    height: 145px;
    right: 0;
    left: 0;
    margin: auto;
    top: 249px;
  }
}
.t_about .about-img img {
  -webkit-transition: 0.8s ease 0.8s;
  transition: 0.8s ease 0.8s;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.t_about .about-img .front {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.t_about .about-img.is-show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.t_about .about-img.is-show .front {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.t_about .inner {
  padding: 245px 0 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 88px;
}
@media print, screen and (max-width: 1200px) {
  .t_about .inner {
    padding: 80px 0;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .t_about .inner {
    gap: 193px;
    padding: 40px 0;
  }
}
.t_about .inner .sec-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .t_about .inner .sec-head {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .t_about .inner .sec-head .sec-title {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .t_about .inner .sec-head .sec-title .tit-ja p {
    text-align: center;
    padding: 0;
  }
}
.t_about .inner .sec-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 80px;
  opacity: 0;
  -webkit-transition: 0.8s ease 1.2s;
  transition: 0.8s ease 1.2s;
}
@media print, screen and (max-width: 1300px) {
  .t_about .inner .sec-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.t_about .inner .sec-body.is-show {
  opacity: 1;
}
.t_about .inner .about-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 24px;
  width: 60%;
}
@media print, screen and (max-width: 1300px) {
  .t_about .inner .about-menu {
    gap: 43px 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .t_about .inner .about-menu {
    gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.t_about .inner .about-menu .item:hover .back-tit {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.t_about .inner .about-menu .item:hover .front-tit {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.t_about .inner .about-menu .item:hover .arrow::before {
  background-image: url(../img/common/icon-arrow_b.svg);
}
.t_about .inner .about-menu .link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  line-height: 130%;
  color: #000000;
  position: relative;
  overflow: hidden;
}
.t_about .inner .about-menu .link-text .front-tit {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_about .inner .about-menu .link-text .back-tit {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_about .inner .about-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  padding-right: 8px;
  border-bottom: 1px solid #6d7fac;
  gap: 16px;
}
.t_about .inner .about-menu a .arrow {
  width: 24px;
}
.t_about .inner .morebtn {
  opacity: 1;
  max-width: 410px;
  width: 100%;
}
@media print, screen and (max-width: 1300px) {
  .t_about .inner .morebtn {
    max-width: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 767px) {
  .t_about .inner .morebtn {
    max-width: 308px;
    width: 100%;
    margin: 0 auto;
  }
}
.t_about .inner .morebtn a {
  padding: 16px 56px;
  background-color: #001a51;
  border: 1px solid #001a51;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .t_about .inner .morebtn a {
    padding: 12px 24px 12px 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.t_about .inner .morebtn a .link-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  color: #ffffff;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .t_about .inner .morebtn a .link-text {
    margin: 0 auto;
  }
}
.t_about .inner .morebtn a .link-text .front-tit {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_about .inner .morebtn a .link-text .back-tit {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #001a51;
}
.t_about .inner .morebtn:hover a {
  background-color: #fff;
}
.t_about .inner .morebtn:hover a .back-tit {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.t_about .inner .morebtn:hover a .front-tit {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.t_about .inner .morebtn:hover a .arrow .icon_bg-hover {
  background-color: #001a51;
}

.t_business {
  background-color: #fff;
}
.t_business .sec-title.is-show .line-tit path {
  -webkit-animation: common02 2s forwards;
          animation: common02 2s forwards;
}
.t_business .inner {
  padding: 200px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media print, screen and (max-width: 1200px) {
  .t_business .inner {
    padding: 80px 0;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .t_business .inner {
    padding: 40px 0;
    gap: 40px;
  }
}
.t_business .inner .sec-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 767px) {
  .t_business .inner .sec-head {
    gap: 20px;
  }
  .t_business .inner .sec-head .sec-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .t_business .inner .sec-head .sec-title .tit-ja p {
    text-align: center;
    padding: 0;
  }
}
.t_business .inner .sec-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
@media only screen and (max-width: 767px) {
  .t_business .inner .sec-body {
    gap: 40px;
  }
}
.t_business .inner .sec-body .morebtn {
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  margin-left: auto;
}
@media print, screen and (max-width: 1200px) {
  .t_business .inner .sec-body .morebtn {
    margin: 0 auto;
  }
}
.t_business .inner .sec-body .morebtn a {
  padding: 16px 56px;
  background-color: #001a51;
  border: 1px solid #001a51;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .t_business .inner .sec-body .morebtn a {
    padding: 12px 24px;
  }
}
.t_business .inner .sec-body .morebtn a .link-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  color: #ffffff;
  overflow: hidden;
}
.t_business .inner .sec-body .morebtn a .link-text .front-tit {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_business .inner .sec-body .morebtn a .link-text .back-tit {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #001a51;
}
.t_business .inner .sec-body .morebtn:hover a {
  background-color: #fff;
}
.t_business .inner .sec-body .morebtn:hover a .back-tit {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.t_business .inner .sec-body .morebtn:hover a .front-tit {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.t_business .inner .sec-body .morebtn:hover a .arrow .icon_bg-hover {
  background-color: #001a51;
}
.t_business .inner .sec-body .morebtn.is-show {
  opacity: 1;
}
.t_business .inner .sec-body .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (max-width: 1023px) {
  .t_business .inner .sec-body .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.t_business .inner .sec-body .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  position: relative;
  border-bottom: 1px solid #000000;
  padding: 80px 0;
  opacity: 0;
  -webkit-transition: 0.8s ease 0.4s;
  transition: 0.8s ease 0.4s;
}
@media print, screen and (max-width: 1023px) {
  .t_business .inner .sec-body .list .item {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 767px) {
  .t_business .inner .sec-body .list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.t_business .inner .sec-body .list .item:nth-child(odd) {
  border-right: 1px solid #000;
  padding-right: 80px;
}
@media print, screen and (max-width: 1023px) {
  .t_business .inner .sec-body .list .item:nth-child(odd) {
    border-right: none;
    border-bottom: 1px solid #000000;
    padding-right: 0;
  }
}
.t_business .inner .sec-body .list .item:nth-child(2n) {
  padding-left: 53px;
}
@media print, screen and (max-width: 1023px) {
  .t_business .inner .sec-body .list .item:nth-child(2n) {
    padding-left: 0;
  }
}
.t_business .inner .sec-body .list .item a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.t_business .inner .sec-body .list .item .item-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 19px;
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
}
@media only screen and (max-width: 767px) {
  .t_business .inner .sec-body .list .item .item-tit {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.t_business .inner .sec-body .list .item .item-tit .num {
  color: #000000;
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
}
.t_business .inner .sec-body .list .item .item-tit .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
  color: #000000;
}
.t_business .inner .sec-body .list .item figure {
  -webkit-transition: 2s ease;
  transition: 2s ease;
}
.t_business .inner .sec-body .list .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.t_business .inner .sec-body .list .item .content .tit-en {
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-family: "Koulen", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 2.9562px 2.9562px 20px rgba(126, 126, 126, 0.2);
  -webkit-backdrop-filter: blur(1.18248px);
          backdrop-filter: blur(1.18248px);
  font-weight: 400;
  font-size: clamp(3.75rem, 3.2038834951rem + 2.3300970874vw, 6rem);
  line-height: 100%;
  z-index: 1;
  text-align: right;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media only screen and (max-width: 767px) {
  .t_business .inner .sec-body .list .item .content .tit-en {
    left: 0;
    margin: auto;
  }
}
.t_business .inner .sec-body .list .item .content .desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}
.t_business .inner .sec-body .list .item .morebtn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 5%;
}
@media only screen and (max-width: 767px) {
  .t_business .inner .sec-body .list .item .morebtn {
    opacity: 1;
  }
}
.t_business .inner .sec-body .list .item .morebtn .link-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  color: #000000;
  overflow: hidden;
}
.t_business .inner .sec-body .list .item .morebtn .link-text .front-tit {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_business .inner .sec-body .list .item .morebtn .link-text .back-tit {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_business .inner .sec-body .list .item .morebtn .arrow:hover .icon_bg-hover {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.t_business .inner .sec-body .list .item:hover figure {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.t_business .inner .sec-body .list .item:hover .morebtn {
  opacity: 1;
}
.t_business .inner .sec-body .list .item:hover .arrow {
  -webkit-animation: none;
          animation: none;
}
.t_business .inner .sec-body .list .item:hover .arrow .icon_bg-hover {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.t_business .inner .sec-body.is-show .list .item {
  opacity: 1;
}
.t_business .inner .sec-body.is-show .list .item .content .tit-en {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.t_advantages {
  padding: 240px 0 200px;
  background: url(../img/top/t_advantages.png) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 124px;
  overflow: hidden;
}
@media print, screen and (max-width: 1200px) {
  .t_advantages {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .t_advantages {
    padding: 40px 0;
    gap: 37px;
  }
}
.t_advantages .sec-head .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}
@media print, screen and (max-width: 1200px) {
  .t_advantages .sec-head .inner {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .t_advantages .sec-head .inner {
    gap: 20px;
  }
}
.t_advantages .sec-head .inner .desc p {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .t_advantages .sec-head .inner .desc p {
    text-align: left;
  }
}
.t_advantages .sec-head .sec-title.is-show .line-tit path {
  -webkit-animation: common02 2s forwards;
          animation: common02 2s forwards;
}
@media only screen and (max-width: 767px) {
  .t_advantages .sec-head .sec-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .t_advantages .sec-head .sec-title .tit-ja p {
    text-align: center;
    padding: 0;
  }
}
.t_advantages .sec-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 198px;
  max-width: 1758px;
  width: 93%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .t_advantages .sec-body {
    width: 100%;
    gap: 0;
  }
}
.t_advantages .sec-body .morebtn {
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .t_advantages .sec-body .morebtn {
    margin-top: 40px;
    margin-right: auto;
  }
}
.t_advantages .sec-body .morebtn a {
  padding: 16px 56px;
  background-color: #001a51;
  border: 1px solid #001a51;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .t_advantages .sec-body .morebtn a {
    padding: 12px 24px;
  }
}
.t_advantages .sec-body .morebtn a .link-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  color: #ffffff;
  overflow: hidden;
}
.t_advantages .sec-body .morebtn a .link-text .front-tit {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_advantages .sec-body .morebtn a .link-text .back-tit {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #001a51;
}
.t_advantages .sec-body .morebtn:hover a {
  background-color: #fff;
}
.t_advantages .sec-body .morebtn:hover a .back-tit {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.t_advantages .sec-body .morebtn:hover a .front-tit {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.t_advantages .sec-body .morebtn:hover a .arrow .icon_bg-hover {
  background-color: #001a51;
}
.t_advantages .sec-body .morebtn.is-show {
  opacity: 1;
}
.t_advantages .sec-body .list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  gap: 60px 0;
}
@media only screen and (max-width: 767px) {
  .t_advantages .sec-body .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.t_advantages .sec-body .list .item {
  border-radius: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.t_advantages .sec-body .list .item:hover .cursor {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  scale: 1.08;
}
.t_advantages .sec-body .list .item figure {
  position: relative;
  -webkit-box-shadow: 0px 40px 40px -4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 40px 40px -4px rgba(0, 0, 0, 0.16);
}
.t_advantages .sec-body .list .item figure > img {
  display: block;
  border-radius: 8px;
  width: 100%;
  height: auto;
}
.t_advantages .sec-body .list .item figure > a {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
}
.t_advantages .sec-body .list .item .cursor {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 3;
  max-width: 336px;
  width: 68%;
  aspect-ratio: 1/1;
  opacity: 1;
  visibility: visible;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  scale: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, scale 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, scale 0.3s ease;
  -webkit-animation: cursorFloat 3s ease-in-out infinite;
          animation: cursorFloat 3s ease-in-out infinite;
  will-change: transform, scale;
}
@media print, screen and (max-width: 1023px) {
  .t_advantages .sec-body .list .item .cursor {
    width: 169px;
    gap: 12px;
  }
}
.t_advantages .sec-body .list .item .cursor .num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  color: #000000;
}
.t_advantages .sec-body .list .item .cursor .item-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  line-height: 130%;
  text-align: center;
  color: #000000;
  white-space: nowrap;
}
@media print, screen and (max-width: 1180px) {
  .t_advantages .sec-body .list .item .cursor .item-tit {
    white-space: unset;
    font-size: clamp(0.875rem, 0.692961165rem + 0.7766990291vw, 1.625rem);
  }
}
.t_advantages .sec-body .list .item .cursor.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
}
.t_advantages .sec-body .list .item:nth-child(1) {
  max-width: 600px;
  width: calc(600 / 1920 * 100vw);
}
@media only screen and (max-width: 767px) {
  .t_advantages .sec-body .list .item:nth-child(1) {
    width: 283px;
  }
}
.t_advantages .sec-body .list .item:nth-child(2) {
  position: absolute;
  top: 15%;
  left: 33%;
  max-width: 600px;
  width: calc(600 / 1920 * 100vw);
  z-index: 2;
}
@media print, screen and (max-width: 1023px) {
  .t_advantages .sec-body .list .item:nth-child(2) {
    left: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .t_advantages .sec-body .list .item:nth-child(2) {
    position: relative;
    width: 199px;
    margin-top: -36px;
    left: 0;
    top: 0;
    margin-left: auto;
  }
}
.t_advantages .sec-body .list .item:nth-child(3) {
  max-width: 600px;
  width: calc(600 / 1920 * 100vw);
  z-index: 1;
  margin-left: auto;
}
@media print, screen and (max-width: 1023px) {
  .t_advantages .sec-body .list .item:nth-child(3) {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .t_advantages .sec-body .list .item:nth-child(3) {
    width: 198px;
    margin-right: auto;
    margin-left: 0;
    margin-top: -74px;
  }
}
.t_advantages .sec-body .list .item:nth-child(4) {
  max-width: 556px;
  width: calc(556 / 1920 * 100vw);
}
@media only screen and (max-width: 767px) {
  .t_advantages .sec-body .list .item:nth-child(4) {
    width: 188px;
    margin-left: auto;
    margin-top: -65px;
  }
}
.t_advantages .sec-body .list .item:nth-child(5) {
  position: absolute;
  top: 66%;
  left: 30%;
  max-width: 565px;
  width: calc(565 / 1920 * 100vw);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .t_advantages .sec-body .list .item:nth-child(5) {
    position: relative;
    width: 179px;
    left: 0;
    top: 0;
    margin-top: -105px;
  }
}
.t_advantages .sec-body .list .item:nth-child(6) {
  max-width: 723px;
  width: calc(723 / 1920 * 100vw);
  margin-top: 167px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .t_advantages .sec-body .list .item:nth-child(6) {
    width: 229px;
    margin-top: -51px;
    margin-left: auto;
  }
}

.t_assets {
  z-index: 1;
  position: relative;
}
.t_assets.is-show::before {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.t_assets::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.t_assets .inner {
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
@media print, screen and (max-width: 1200px) {
  .t_assets .inner {
    padding: 80px 0;
    gap: 80px;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .t_assets .inner {
    padding: 40px 0;
    gap: 24px;
  }
}
.t_assets .inner .sec-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .t_assets .inner .sec-head {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .t_assets .inner .sec-head .sec-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .t_assets .inner .sec-head .sec-title .tit-ja p {
    text-align: center;
    padding: 0;
  }
}
.t_assets .inner .sec-head .sec-title.is-show .line-tit path {
  -webkit-animation: common02 2s forwards;
          animation: common02 2s forwards;
}
@media only screen and (max-width: 767px) {
  .t_assets .inner .sec-head .desc .sp-hidden {
    display: none;
  }
}
.t_assets .inner .sec-head .desc p {
  color: #fff;
}
.t_assets .inner .sec-body .morebtn {
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .t_assets .inner .sec-body .morebtn {
    margin: 0 auto;
  }
}
.t_assets .inner .sec-body .morebtn a {
  padding: 16px 56px;
  background-color: #001a51;
  border: 1px solid #001a51;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .t_assets .inner .sec-body .morebtn a {
    padding: 12px 24px;
  }
}
.t_assets .inner .sec-body .morebtn a .link-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  color: #ffffff;
  overflow: hidden;
}
.t_assets .inner .sec-body .morebtn a .link-text .front-tit {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_assets .inner .sec-body .morebtn a .link-text .back-tit {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #001a51;
}
.t_assets .inner .sec-body .morebtn:hover a {
  background-color: #fff;
}
.t_assets .inner .sec-body .morebtn:hover a .back-tit {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.t_assets .inner .sec-body .morebtn:hover a .front-tit {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.t_assets .inner .sec-body .morebtn:hover a .arrow .icon_bg-hover {
  background-color: #001a51;
}
.t_assets .inner .sec-body .morebtn.is-show {
  opacity: 1;
}
.t_assets .inner .sec-body .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
.t_assets .inner .sec-body .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3%;
}
@media only screen and (max-width: 767px) {
  .t_assets .inner .sec-body .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
}
.t_assets .inner .sec-body .item.column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .t_assets .inner .sec-body .item.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.t_assets .inner .sec-body .item.column .sec-text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.t_assets .inner .sec-body .item .sec-img {
  max-width: 560px;
  width: 70%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .t_assets .inner .sec-body .item .sec-img {
    max-width: none;
    width: 100%;
  }
}
.t_assets .inner .sec-body .item .sec-img img {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}
.t_assets .inner .sec-body .item .sec-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.8s ease 0.8s;
  transition: 0.8s ease 0.8s;
}
@media only screen and (max-width: 767px) {
  .t_assets .inner .sec-body .item .sec-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.t_assets .inner .sec-body .item .sec-text .label {
  padding: 8px 24px;
  background: -webkit-gradient(linear, left top, right top, from(#a3e8f3), color-stop(47.12%, #c8e3ff), to(#f1f8ff));
  background: linear-gradient(90deg, #a3e8f3 0%, #c8e3ff 47.12%, #f1f8ff 100%);
  position: relative;
}
.t_assets .inner .sec-body .item .sec-text .label p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.1359223301rem + 1.5533980583vw, 3rem);
  color: #000000;
  position: relative;
}
.t_assets .inner .sec-body .item .sec-text .label p::before {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(108.1deg, #36536e 63.17%, #b1bfcc 75.86%, #355f88 80.67%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.t_assets .inner .sec-body .item .sec-text .desc {
  background: -webkit-gradient(linear, left top, right top, from(#a3e8f3), color-stop(47.12%, #c8e3ff), to(#f1f8ff));
  background: linear-gradient(90deg, #a3e8f3 0%, #c8e3ff 47.12%, #f1f8ff 100%);
  padding: 24px;
  border-radius: 8px;
}
.t_assets .inner .sec-body .item .sec-text .desc p {
  font-weight: 400;
  font-size: clamp(1rem, 0.817961165rem + 0.7766990291vw, 1.75rem);
  line-height: 180%;
}
.t_assets .inner .sec-body .item .sec-text .morebtn {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .t_assets .inner .sec-body .item .sec-text .morebtn {
    margin-right: auto;
    margin-left: 0;
  }
}
.t_assets .inner .sec-body .item .sec-text .morebtn a {
  padding: 16px 22px 16px 40px;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .t_assets .inner .sec-body .item .sec-text .morebtn a {
    padding: 8px 6px 8px 24px;
  }
}
.t_assets .inner .sec-body .item.is-show .sec-img img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.t_assets .inner .sec-body .item.is-show .sec-text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.t_sustainability {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.t_sustainability::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/t_sustainability.png) no-repeat center/cover;
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
  z-index: -1;
}
.t_sustainability.is-show::before {
  -webkit-clip-path: circle(150% at 50% 50%);
          clip-path: circle(150% at 50% 50%);
}
.t_sustainability .sec-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t_sustainability .sec-head .sec-title {
  margin: 0 auto;
}
.t_sustainability .sec-head .sec-title.is-show .line-tit path {
  -webkit-animation: common02 2s forwards;
          animation: common02 2s forwards;
}
.t_sustainability .sec-head .sec-title .tit-ja {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .t_sustainability .sec-head .sec-title {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .t_sustainability .sec-head .sec-title .tit-ja p {
    text-align: center;
    padding: 0;
  }
  .t_sustainability .sec-head .sec-title svg.pc-hidden {
    display: block;
    height: 136px;
  }
  .t_sustainability .sec-head .sec-title svg.sp-hidden {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .t_sustainability .sec-head .desc {
    width: 100%;
  }
  .t_sustainability .sec-head .desc .pc-hidden {
    display: block;
  }
}
.t_sustainability .inner {
  padding: 240px 0 283px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
@media print, screen and (max-width: 1200px) {
  .t_sustainability .inner {
    padding: 80px 0;
    gap: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .t_sustainability .inner {
    padding: 40px 0;
    gap: 24px;
    width: 90%;
  }
}
.t_sustainability .inner figure.img-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.8s ease 1.2s;
  transition: 0.8s ease 1.2s;
}
.t_sustainability .inner figure.img-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.8s ease 1.2s;
  transition: 0.8s ease 1.2s;
}
.t_sustainability .inner .sec-body {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}
.t_sustainability .inner .sec-body .morebtn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: 0.8s ease 1.6s;
  transition: 0.8s ease 1.6s;
}
.t_sustainability .inner .sec-body .morebtn a {
  padding: 16px 56px;
  background-color: #001a51;
  border: 4px solid #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-shadow: 5px 10px 10px rgba(98, 98, 98, 0.2);
          box-shadow: 5px 10px 10px rgba(98, 98, 98, 0.2);
}
@media only screen and (max-width: 767px) {
  .t_sustainability .inner .sec-body .morebtn a {
    padding: 12px 24px;
  }
}
.t_sustainability .inner .sec-body .morebtn a .link-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  color: #ffffff;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .t_sustainability .inner .sec-body .morebtn a .link-text {
    text-align: center;
  }
}
.t_sustainability .inner .sec-body .morebtn a .link-text .front-tit {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_sustainability .inner .sec-body .morebtn a .link-text .back-tit {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #001a51;
}
.t_sustainability .inner .sec-body .morebtn a .arrow {
  width: 50px;
}
.t_sustainability .inner .sec-body .morebtn a .arrow::before {
  width: 25px;
  height: 21px;
}
.t_sustainability .inner .sec-body .morebtn:hover a {
  background-color: #fff;
  border: 4px solid #001a51;
}
.t_sustainability .inner .sec-body .morebtn:hover a .back-tit {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.t_sustainability .inner .sec-body .morebtn:hover a .front-tit {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.t_sustainability .inner .sec-body .morebtn:hover a .arrow .icon_bg-hover {
  background-color: #001a51;
}
.t_sustainability .inner .sec-body .morebtn.is-show {
  opacity: 1;
}
.t_sustainability .inner .sec-body.is-show .img-left,
.t_sustainability .inner .sec-body.is-show .img-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.t_news {
  background-color: #fff;
}
.t_news .morebtn {
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  margin-left: auto;
}
.t_news .morebtn a {
  padding: 16px 56px;
  background-color: #001a51;
  border: 1px solid #001a51;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .t_news .morebtn a {
    padding: 12px 24px;
  }
}
.t_news .morebtn a .link-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  color: #ffffff;
  overflow: hidden;
}
.t_news .morebtn a .link-text .front-tit {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_news .morebtn a .link-text .back-tit {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #001a51;
}
.t_news .morebtn:hover a {
  background-color: #fff;
}
.t_news .morebtn:hover a .back-tit {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.t_news .morebtn:hover a .front-tit {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.t_news .morebtn:hover a .arrow .icon_bg-hover {
  background-color: #001a51;
}
.t_news .morebtn.is-show {
  opacity: 1;
}
.t_news .inner {
  padding: 160px 0 514px;
}
@media print, screen and (max-width: 1200px) {
  .t_news .inner {
    padding: 80px 0 182px;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .t_news .inner {
    padding: 40px 0;
  }
}
.t_news .inner .content {
  padding: 80px 0;
  -webkit-box-shadow: 5px 10px 10px rgba(98, 98, 98, 0.2);
          box-shadow: 5px 10px 10px rgba(98, 98, 98, 0.2);
  border-radius: 8px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 74px;
}
@media only screen and (max-width: 767px) {
  .t_news .inner .content {
    padding: 8px;
    gap: 24px;
  }
}
.t_news .inner .content .morebtn {
  margin: 0 auto;
}
.t_news .inner .sec-head {
  width: 90%;
  margin: 0 auto;
  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;
}
@media print, screen and (max-width: 1023px) {
  .t_news .inner .sec-head .morebtn {
    display: none;
  }
}
.t_news .inner .sec-head .sec-title.is-show .line-tit path {
  -webkit-animation: common02 2s forwards;
          animation: common02 2s forwards;
}
@media only screen and (max-width: 767px) {
  .t_news .inner .sec-head .sec-title {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .t_news .inner .sec-head .sec-title .tit-ja p {
    text-align: center;
    padding: 0;
  }
}
.t_news .inner .sec-body {
  width: 90%;
  margin: 0 auto;
}
.t_news .inner .sec-body .category-label {
  display: block;
  position: relative;
  border: 1px solid #36536e;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 0 5px 5px 0;
  line-height: 1.3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_news .inner .sec-body .category-label:hover {
  opacity: 50%;
}
.t_news .inner .sec-body .category-label.is-color-1 {
  color: #fff;
  background-color: #001a51;
  border-color: #001a51;
}
.t_news .inner .sec-body .category-label.is-color-2 {
  color: #fff;
  background-color: #00579e;
  border-color: #00579e;
}
.t_news .inner .sec-body .category-label.is-color-3 {
  color: #fff;
  background-color: #00a0e9;
  border-color: #00a0e9;
}
.t_news .inner .sec-body .category-label svg {
  margin-right: 10px;
}
.t_news .inner .sec-body .category-label::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 39px;
  left: -11px;
  top: -1.5px;
  background-image: url(../img/post/cat-deco.png);
  background-size: cover;
  background-position: center;
}
.t_news .inner .sec-body .post-item {
  padding: 30px 0;
  border-bottom: 1px solid #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transition-delay: var(--post-delay, 0s);
          transition-delay: var(--post-delay, 0s);
}
.t_news .inner .sec-body .post-item.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.t_news .inner .sec-body .post-item:first-child {
  border-top: 1px solid #000;
}
.t_news .inner .sec-body .post-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.t_news .inner .sec-body .post-item a:hover .arrow {
  -webkit-animation: Scale 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
          animation: Scale 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  background-color: #00579e;
}
.t_news .inner .sec-body .post-item a:hover .arrow::before {
  z-index: 5;
  background-image: url(../img/common/icon-arrow_b.svg);
}
.t_news .inner .sec-body .post-item a:hover .arrow .icon_bg-hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.t_news .inner .sec-body .post-item .thumb-wrap {
  max-width: 280px;
  width: 100%;
  aspect-ratio: 280/186;
}
@media print, screen and (max-width: 1023px) {
  .t_news .inner .sec-body .post-item .thumb-wrap {
    display: none;
  }
}
.t_news .inner .sec-body .post-item .thumb-wrap img {
  width: 100%;
  height: 100%;
}
.t_news .inner .sec-body .post-item .post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .t_news .inner .sec-body .post-item .post-content {
    gap: 8px;
  }
}
.t_news .inner .sec-body .post-item .post-content .post-group {
  display: grid;
  grid-template-columns: 90% auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.t_news .inner .sec-body .post-item .post-content .post-group .arrow {
  margin-left: auto;
}
.t_news .inner .sec-body .post-item .post-content .post-group .post-title {
  width: 87%;
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.t_news .inner .sec-body .post-item .category-label {
  margin-left: 12px;
}
.t_news .inner .sec-body .post-item .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.t_news .inner .sec-body .post-item .info-wrap .post-date {
  width: 90px;
  line-height: 1.8;
  font-size: 16px;
}

.no-js .t_news .post-item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}

/* アニメーションを減らす設定のユーザーには通常表示 */
@media (prefers-reduced-motion: reduce) {
  .t_news .post-item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
.t_vr {
  background: url(../img/top/t_vr.png) no-repeat center/cover;
  position: relative;
  height: 615px;
}
@media print, screen and (max-width: 1200px) {
  .t_vr {
    height: 895px;
  }
}
@media only screen and (max-width: 767px) {
  .t_vr {
    height: auto;
  }
}
.t_vr .img {
  position: absolute;
  right: 10%;
  top: -10%;
  max-width: 702px;
  width: 37%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
@media print, screen and (max-width: 1200px) {
  .t_vr .img {
    top: auto;
    bottom: 80px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
.t_vr .inner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .t_vr .inner {
    width: 90%;
    padding: 40px 0;
  }
}
.t_vr .morebtn {
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media print, screen and (max-width: 1200px) {
  .t_vr .morebtn {
    margin-top: 288px;
  }
}
.t_vr .morebtn a {
  padding: 16px 56px;
  background-color: #001a51;
  border: 1px solid #001a51;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .t_vr .morebtn a {
    padding: 12px 24px;
  }
}
.t_vr .morebtn a .link-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  color: #ffffff;
  overflow: hidden;
}
.t_vr .morebtn a .link-text .front-tit {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_vr .morebtn a .link-text .back-tit {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #001a51;
}
.t_vr .morebtn:hover a {
  background-color: #fff;
}
.t_vr .morebtn:hover a .back-tit {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.t_vr .morebtn:hover a .front-tit {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.t_vr .morebtn:hover a .arrow .icon_bg-hover {
  background-color: #001a51;
}
.t_vr .morebtn.is-show {
  opacity: 1;
}
.t_vr::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.t_vr.is-show::before {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.t_vr.is-show .img {
  -webkit-animation: zoomIn 1s ease-in-out 1;
          animation: zoomIn 1s ease-in-out 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.t_vr .sec-head {
  position: absolute;
  top: -215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media print, screen and (max-width: 1200px) {
  .t_vr .sec-head {
    top: -62px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .t_vr .sec-head {
    position: relative;
    inset: 0;
  }
}
@media print, screen and (max-width: 1200px) {
  .t_vr .sec-head .sec-title {
    margin-bottom: 40px;
  }
  .t_vr .sec-head .sec-title .tit-ja {
    text-align: center;
  }
  .t_vr .sec-head .sec-title .tit-ja p {
    padding: 0;
  }
  .t_vr .sec-head .sec-title svg {
    height: 280px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767px) {
  .t_vr .sec-head .sec-title svg {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .t_vr .sec-head .sec-title {
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .t_vr .sec-head .sec-title .tit-ja p {
    text-align: center;
    padding: 0;
  }
}
.t_vr .sec-head .sec-title.is-show .line-tit path {
  -webkit-animation: common02 2s forwards;
          animation: common02 2s forwards;
}
.t_vr .sec-head .desc p {
  color: #fff;
}

.t_launch {
  background-color: #282828;
}
.t_launch .inner {
  padding: 240px 0 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 112px;
}
@media print, screen and (max-width: 1200px) {
  .t_launch .inner {
    padding: 80px 0;
    gap: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .t_launch .inner {
    padding: 40px 0;
    gap: 24px;
  }
}
.t_launch .sec-head {
  width: min(80%, 1280px);
  margin: 0 auto;
  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;
}
@media print, screen and (max-width: 1200px) {
  .t_launch .sec-head {
    width: 90%;
  }
}
@media print, screen and (max-width: 1023px) {
  .t_launch .sec-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.t_launch .sec-head .sec-title .line-tit path {
  stroke-width: 1px;
  stroke: rgba(255, 255, 255, 0.5);
}
.t_launch .sec-head .sec-title.is-show .line-tit path {
  -webkit-animation: common05 2s forwards;
          animation: common05 2s forwards;
}
.t_launch .sec-head .sec-title .tit-ja {
  background-color: transparent;
}
.t_launch .sec-head .sec-title .tit-ja p {
  padding: 0;
  font-size: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
  font-weight: 900;
}
@media print, screen and (max-width: 1023px) {
  .t_launch .sec-head .sec-title .tit-ja p {
    text-align: center;
  }
}
.t_launch .sec-head .desc p {
  font-size: clamp(1.25rem, 1.0072815534rem + 1.0355987055vw, 2.25rem);
  color: #fff;
  font-weight: 700;
}
@media print, screen and (max-width: 1023px) {
  .t_launch .sec-head .desc p {
    text-align: center;
  }
}
.t_launch .scroll-area {
  width: 100%;
}
.t_launch .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media print, screen and (max-width: 1023px) {
  .t_launch .list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.t_launch .list::before, .t_launch .list::after {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#b7dea0), color-stop(50%, #00a294), to(#a96bb2));
  background: linear-gradient(90deg, #b7dea0 0%, #00a294 50%, #a96bb2 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.t_launch .list::after {
  content: "";
  top: auto;
  bottom: 0;
}
.t_launch .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.t_launch .list .item a {
  width: 100%;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 80px 0 40px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .t_launch .list .item a {
    padding: 8px 0;
  }
}
.t_launch .list .item .item-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  line-height: 160%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .t_launch .list .item .item-tit {
    margin: auto 0;
  }
}
.t_launch .list .item .morebtn {
  border-radius: 48px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 24px;
  border-radius: 48px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .t_launch .list .item .morebtn {
    padding: 8px;
  }
}
.t_launch .list .item .morebtn .link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.6286407767rem + 0.5177993528vw, 1.25rem);
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .t_launch .list .item .morebtn svg {
    width: 4px;
    height: 7px;
  }
}
.t_launch .list .item:hover svg path {
  fill: #fff;
}
.t_launch .list .item.color01 a {
  padding: 40px 0;
  background-color: #368a72;
}
@media only screen and (max-width: 767px) {
  .t_launch .list .item.color01 a {
    gap: 8px;
    padding: 8px 0;
  }
  .t_launch .list .item.color01 a img {
    width: 44px;
    height: auto;
  }
}
.t_launch .list .item.color01 a .item-tit {
  color: #fff;
}
.t_launch .list .item.color01 a .morebtn {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .t_launch .list .item.color01 a .morebtn {
    margin-top: 0;
  }
}
.t_launch .list .item.color01 a .morebtn {
  border: 3px solid #39e5fb;
}
@media only screen and (max-width: 767px) {
  .t_launch .list .item.color01 a .morebtn {
    border-width: 1px;
  }
}
.t_launch .list .item.color01:hover .morebtn {
  -webkit-box-shadow: inset 0 0 0 3em #39e5fb;
          box-shadow: inset 0 0 0 3em #39e5fb;
}
.t_launch .list .item.color02 {
  background-color: #05132d;
}
.t_launch .list .item.color02 .item-tit {
  color: #7298f7;
}
.t_launch .list .item.color02 .morebtn {
  border: 3px solid #7298f7;
}
@media only screen and (max-width: 767px) {
  .t_launch .list .item.color02 .morebtn {
    border-width: 1px;
  }
}
.t_launch .list .item.color02:hover .morebtn {
  -webkit-box-shadow: inset 0 0 0 3em #7298f7;
          box-shadow: inset 0 0 0 3em #7298f7;
}
.t_launch .list .item.color03 {
  background-color: #003641;
}
.t_launch .list .item.color03 .item-tit {
  color: #9bd7d9;
}
.t_launch .list .item.color03 .morebtn {
  border: 3px solid #9bd7d9;
}
@media only screen and (max-width: 767px) {
  .t_launch .list .item.color03 .morebtn {
    border-width: 1px;
  }
}
.t_launch .list .item.color03:hover .morebtn {
  -webkit-box-shadow: inset 0 0 0 3em #9bd7d9;
          box-shadow: inset 0 0 0 3em #9bd7d9;
}
.t_launch .list .item.color04 {
  background-color: #1d175a;
}
.t_launch .list .item.color04 .item-tit {
  color: #d087fa;
}
.t_launch .list .item.color04 .morebtn {
  border: 3px solid #ac6dab;
}
@media only screen and (max-width: 767px) {
  .t_launch .list .item.color04 .morebtn {
    border-width: 1px;
  }
}
.t_launch .list .item.color04:hover .morebtn {
  -webkit-box-shadow: inset 0 0 0 3em #ac6dab;
          box-shadow: inset 0 0 0 3em #ac6dab;
}
.t_launch .list.is-show {
  opacity: 1;
}
.t_launch .sec-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 112px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .t_launch .sec-body {
    gap: 24px;
  }
}
.t_launch .sec-body > .morebtn {
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media only screen and (max-width: 767px) {
  .t_launch .sec-body > .morebtn {
    width: 90%;
  }
}
.t_launch .sec-body > .morebtn a {
  padding: 16px 56px;
  background-color: #001a51;
  border: 1px solid #001a51;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .t_launch .sec-body > .morebtn a {
    padding: 12px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.t_launch .sec-body > .morebtn a .link-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  color: #ffffff;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .t_launch .sec-body > .morebtn a .link-text {
    text-align: center;
  }
  .t_launch .sec-body > .morebtn a .link-text .pc-hidden {
    display: block;
  }
}
.t_launch .sec-body > .morebtn a .link-text .front-tit {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_launch .sec-body > .morebtn a .link-text .back-tit {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #001a51;
}
.t_launch .sec-body > .morebtn:hover a {
  background-color: #fff;
}
.t_launch .sec-body > .morebtn:hover a .back-tit {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.t_launch .sec-body > .morebtn:hover a .front-tit {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.t_launch .sec-body > .morebtn:hover a .arrow .icon_bg-hover {
  background-color: #001a51;
}
.t_launch .sec-body > .morebtn.is-show {
  opacity: 1;
}

.t_sample {
  background-color: #fff;
}
.t_sample .inner {
  padding: 200px 0;
}
@media print, screen and (max-width: 1200px) {
  .t_sample .inner {
    padding: 80px 0;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .t_sample .inner {
    padding: 40px 0;
  }
}
.t_sample .inner .sec-body {
  background: #ffffff;
  border: 2px solid #000000;
  -webkit-box-shadow: 5px 10px 10px rgba(98, 98, 98, 0.2);
          box-shadow: 5px 10px 10px rgba(98, 98, 98, 0.2);
  border-radius: 8px;
}
.t_sample .inner .sec-body .box-inner {
  padding: 80px 0;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 767px) {
  .t_sample .inner .sec-body .box-inner {
    padding: 16px 0;
    gap: 24px;
  }
}
.t_sample .inner .sec-body .box-inner .label {
  width: 100%;
}
.t_sample .inner .sec-body .box-inner .label p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  color: #ffffff;
  position: relative;
  padding: 24px 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.8s ease 0.4s;
  transition: 0.8s ease 0.4s;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .t_sample .inner .sec-body .box-inner .label p {
    padding: 16px 0;
    text-align: center;
    line-height: 130%;
  }
  .t_sample .inner .sec-body .box-inner .label p .pc-hidden {
    display: block;
  }
}
.t_sample .inner .sec-body .box-inner .label {
  background-color: #00579e;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.t_sample .inner .sec-body .box-inner figure {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.8s ease 0.8s;
  transition: 0.8s ease 0.8s;
}
.t_sample .inner .sec-body .box-inner .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.8s ease 1.2s;
  transition: 0.8s ease 1.2s;
}
.t_sample .inner .sec-body .box-inner .desc p {
  font-weight: 400;
}
.t_sample .inner .sec-body .box-inner .desc p.bold {
  font-weight: 700;
}
.t_sample .inner .sec-body .box-inner .morebtn {
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.t_sample .inner .sec-body .box-inner .morebtn a {
  padding: 16px 56px;
  background-color: #001a51;
  border: 1px solid #001a51;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .t_sample .inner .sec-body .box-inner .morebtn a {
    padding: 12px 24px;
    gap: 18px;
  }
}
.t_sample .inner .sec-body .box-inner .morebtn a .link-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  color: #ffffff;
  overflow: hidden;
}
.t_sample .inner .sec-body .box-inner .morebtn a .link-text .front-tit {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_sample .inner .sec-body .box-inner .morebtn a .link-text .back-tit {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #001a51;
}
.t_sample .inner .sec-body .box-inner .morebtn:hover a {
  background-color: #fff;
}
.t_sample .inner .sec-body .box-inner .morebtn:hover a .back-tit {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.t_sample .inner .sec-body .box-inner .morebtn:hover a .front-tit {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.t_sample .inner .sec-body .box-inner .morebtn:hover a .arrow .icon_bg-hover {
  background-color: #001a51;
}
.t_sample .inner .sec-body .box-inner .morebtn.is-show {
  opacity: 1;
}
.t_sample.is-show .inner .sec-body .box-inner .label p {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.t_sample.is-show .inner .sec-body .box-inner .label {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.t_sample.is-show .inner .sec-body .box-inner figure,
.t_sample.is-show .inner .sec-body .box-inner .desc {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}/*# sourceMappingURL=style.css.map */