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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.1em;
}

sup {
  top: -0.3em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: middle;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  white-space: normal;
}

button {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* common */
/* ============================================ */
html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
}
@media all and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

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

.global-container {
  overflow: hidden;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}
@media all and (max-width: 896px) {
  .mt10 {
    margin-top: 8px !important;
  }
}

.mt16 {
  margin-top: 16px !important;
}
@media all and (max-width: 896px) {
  .mt16 {
    margin-top: 12px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media all and (max-width: 896px) {
  .mt24 {
    margin-top: 16px !important;
  }
}

.mt32 {
  margin-top: 32px !important;
}
@media all and (max-width: 896px) {
  .mt32 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (max-width: 896px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mt48 {
  margin-top: 48px !important;
}
@media all and (max-width: 896px) {
  .mt48 {
    margin-top: 32px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media all and (max-width: 896px) {
  .mt100 {
    margin-top: 60px !important;
  }
}

.mt-big {
  margin-top: 140px !important;
}
@media all and (max-width: 896px) {
  .mt-big {
    margin-top: 90px !important;
  }
}

.section-width {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

.section-ttl {
  font-size: 4rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .section-ttl {
    font-size: 3.2rem;
  }
}
.section-ttl.main {
  line-height: 1.3;
  margin-bottom: 60px;
  position: relative;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .section-ttl.main {
    margin-bottom: 48px;
  }
}
.section-ttl.main::after {
  content: "";
  background-image: url(../images/common/logo_img04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 55px;
}
@media all and (max-width: 896px) {
  .section-ttl.main::after {
    width: 33px;
    height: 30px;
    top: -70px;
  }
}
.section-ttl.about {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 2.4rem;
}
.section-ttl-en {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #0099C6;
  font-size: 1.6rem;
}

.section-txt {
  margin-top: 10px;
  line-height: 2;
  font-weight: 500;
  font-size: 1.8rem;
}

.arrow_btn_wrap {
  background: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .arrow_btn_wrap {
    width: 30px;
    height: 30px;
  }
}

.common-btn {
  margin: 0 0 0px 10px;
  position: relative;
}
.common-btn.white {
  background-color: #fff !important;
}
.common-btn.white .next_btn {
  background-color: #152E55;
  position: absolute;
  left: 50%;
  bottom: 47%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (max-width: 896px) {
  .common-btn.white .next_btn {
    bottom: 47%;
  }
}
.common-btn.white .next_btn::after {
  background-color: #152E55;
}
.common-btn.white .next_btn::before {
  background-color: #152E55;
}
.common-btn.main_c {
  background-color: #152E55;
}
.common-btn .arrow_btn {
  background-color: #fff;
  left: 50%;
  bottom: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.common-btn .arrow_btn::after {
  background-color: #fff;
}
.common-btn .arrow_btn::before {
  background-color: #fff;
}
.common-btn .next_btn {
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 47%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (max-width: 896px) {
  .common-btn .next_btn {
    bottom: 47%;
  }
}
.common-btn .next_btn::after {
  background-color: #fff;
}
.common-btn .next_btn::before {
  background-color: #fff;
}

.next_btn {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 1px;
  border-radius: 9999px;
  background-color: #152E55;
}
@media all and (max-width: 896px) {
  .next_btn {
    width: 10px;
  }
}
@media all and (max-width: 600px) {
  .next_btn {
    height: 1px;
    width: 7px;
  }
}

.next_btn::before,
.next_btn::after {
  content: "";
  position: absolute;
  right: 0px;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #152E55;
  -webkit-transform-origin: calc(100% - 0px) 50%;
          transform-origin: calc(100% - 0px) 50%;
}
@media all and (max-width: 896px) {
  .next_btn::before,
  .next_btn::after {
    width: 7px;
  }
}
@media all and (max-width: 600px) {
  .next_btn::before,
  .next_btn::after {
    height: 1px;
    width: 5px;
  }
}

.next_btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.next_btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.txt__link {
  width: 300px;
}
@media all and (max-width: 896px) {
  .txt__link {
    margin: 0 auto;
  }
}
.txt__link.white a {
  border-bottom: 2px solid #fff;
  font-weight: 700;
}
.txt__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-bottom: 2px solid #152E55;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .txt__link a {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 8px;
  }
}
.txt__link a:hover {
  background: #152E55;
  border-bottom: 2px solid #0099C6;
  color: #fff;
  opacity: 1;
}
.txt__link a:hover .common-btn.main_c {
  background: #0099C6;
}
.txt__link a:hover.link-white {
  background: #fff !important;
  color: #222222 !important;
}
.txt__link a:hover:hover .white {
  background-color: #0099C6 !important;
}
.txt__link a:hover:hover .white .next_btn {
  background-color: #fff;
}
@media all and (max-width: 896px) {
  .txt__link a:hover:hover .white .next_btn {
    bottom: 47%;
  }
}
.txt__link a:hover:hover .white .next_btn::after {
  background-color: #fff;
}
.txt__link a:hover:hover .white .next_btn::before {
  background-color: #fff;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}

.maxonly {
  display: none;
}
@media all and (max-width: 1280px) {
  .maxonly {
    display: block;
  }
}

/* move */
/* ============================================ */
.moveTop {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}
.moveTop.current {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.moveNone {
  opacity: 0;
  -webkit-transition: 2.5s;
  transition: 2.5s;
}
.moveNone.current {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.moveRight {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}
.moveRight.current {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.moveLeft {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}
.moveLeft.current {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.cta-btn {
  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;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 30px;
  width: 45%;
  position: relative;
  border-bottom: 2px solid #fff;
  background-color: #C50018;
}
.cta-btn-ttl {
  margin-right: 10%;
}
.cta-btn.btn-parts {
  background-color: #fff;
  border-bottom: 1px solid #152E55 !important;
  width: 100%;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .cta-btn.btn-parts {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 270px !important;
    min-width: inherit;
    margin: 0 auto;
  }
}
.cta-btn.btn-parts:last-child {
  margin-bottom: 0;
}
.cta-btn.btn-parts .arrow_btn_wrap {
  background-color: #152E55;
}
.cta-btn.btn-parts .cta-btn-ttl {
  color: #222222;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .cta-btn.btn-parts .cta-btn-ttl {
    font-size: 1.6rem;
  }
}
.cta-btn.btn-parts .arrow_btn {
  background-color: #fff;
}
.cta-btn.btn-parts .arrow_btn::before {
  background-color: #fff;
}
.cta-btn.btn-parts .arrow_btn::after {
  background-color: #fff;
}

.cta-btn:hover {
  background-color: #fff;
  border-bottom: 2px solid #C50018;
  opacity: 1;
}
.cta-btn:hover.btn-parts {
  background-color: #152E55;
}
.cta-btn:hover.btn-parts .cta-btn-ttl {
  color: #fff;
}
.cta-btn:hover.btn-parts .arrow_btn_wrap {
  background-color: #0099C6;
}
.cta-btn:hover .cta-btn-ttl {
  color: #C50018;
}
.cta-btn:hover .contact-btn {
  background-color: #C50018;
}
.cta-btn:hover .contact-btn .arrow_btn {
  background-color: #fff;
}
.cta-btn:hover .contact-btn .arrow_btn::before {
  background: #fff;
}
.cta-btn:hover .contact-btn .arrow_btn::after {
  background: #fff;
}

@media (max-width: 768px) {
  .cta-btn {
    min-width: 90%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0;
  line-height: 45px;
  padding: 0;
  background: #fff;
  position: relative;
}
.contact-btn-wrap {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-btn .circle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.contact-btn .arrow_btn {
  position: relative;
  background-color: #C50018;
  height: 1px;
}
.contact-btn .arrow_btn::before {
  content: "";
  position: absolute;
  right: 0;
  width: 8px !important;
  height: 1px;
  border-radius: 9999px;
  background-color: #C50018;
  -webkit-transform-origin: calc(100% - 0px) 50%;
          transform-origin: calc(100% - 0px) 50%;
}
.contact-btn .arrow_btn::after {
  content: "";
  background-color: #C50018;
}

.js-box {
  display: none;
}

.js-head {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity 2s ease-out, -webkit-transform 2s ease-out;
  transition: opacity 2s ease-out, -webkit-transform 2s ease-out;
  transition: opacity 2s ease-out, transform 2s ease-out;
  transition: opacity 2s ease-out, transform 2s ease-out, -webkit-transform 2s ease-out;
}

.js-head.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-top {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}

.js-top.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* アニメーション用の初期状態 */
/* 初期状態 */
.box {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}

.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.scroll {
  opacity: 1;
  visibility: visible;
}

.js-fadeBottom {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.js-fadeBottom.scroll {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.js-fadeTop {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.js-fadeTop.scroll {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.js-fadeLeft {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.js-fadeLeft.scroll {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.js-fadeRight {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.js-fadeRight.scroll {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.fade-in-image {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: calc(var(--delay) * 0.2s);
          transition-delay: calc(var(--delay) * 0.2s);
}

.fade-in-image.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

/* header */
/* ============================================ */
.header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  z-index: 800;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 1367px) {
  .header {
    height: 120px;
  }
}
@media all and (max-width: 1025px) {
  .header {
    height: 60px;
  }
}
.header.change-color {
  background: #fff;
}
.header.is-scroll {
  background: #fff;
}
.header-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}
@media screen and (max-width: 1500px) {
  .header-wrapper {
    padding: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .header-wrapper {
    padding: 30px;
  }
}
@media all and (max-width: 1025px) {
  .header-wrapper {
    position: relative;
    z-index: 100;
    padding: 0;
  }
}
.header-logo {
  width: 280px;
}
@media all and (max-width: 1280px) {
  .header-logo {
    width: 200px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .header-logo {
    margin-bottom: 20px;
    z-index: 100;
  }
}
@media all and (max-width: 1025px) {
  .header-logo {
    margin-top: 40px;
    margin-left: 20px;
    width: 160px;
    margin-bottom: 0;
  }
}
@media all and (max-width: 896px) {
  .header-logo {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header-contents {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1025px) {
  .header-contents {
    display: none;
  }
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu li {
  margin-right: 30px;
}
@media all and (max-width: 1280px) {
  .header-menu li {
    margin-right: 15px;
  }
}
.header-menu li:last-child {
  margin-right: 0;
}
.header-menu li a {
  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;
  font-size: 2rem;
  position: relative;
  overflow: hidden;
  /*はみ出た要素を隠す*/
}
@media screen and (max-width: 1500px) {
  .header-menu li a {
    font-size: 1.8rem;
  }
}
.header-menu li a .nav-text {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.header-menu li a .nav-text-hover {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  white-space: nowrap;
}
.header-menu li a:hover .nav-text {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header-menu li a:hover .nav-text-hover {
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
}
@media all and (max-width: 1367px) {
  .header-menu li a {
    font-size: 1.5rem;
  }
}
.header-menu.top {
  margin-bottom: 7px;
}
@media screen and (max-width: 1199px) {
  .header-menu.top {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.header-menu.top li:nth-child(3) a {
  display: block;
  background: #152E55;
  color: #fff;
  padding: 7px 24px;
  border-bottom: 2px solid #fff;
}
.header-menu.top li:nth-child(3) a:hover {
  opacity: 1;
  background: #fff;
  color: #152E55;
  border-bottom: 2px solid #0099C6;
}
.header-menu.top li:nth-child(4) a {
  display: block;
  background: #C50018;
  color: #fff;
  padding: 7px 24px;
  border-bottom: 2px solid #fff;
}
.header-menu.top li:nth-child(4) a:hover {
  opacity: 1;
  background: #fff;
  color: #C50018;
  border-bottom: 2px solid #C50018;
}
@media screen and (max-width: 1199px) {
  .header-menu.bottom {
    display: none;
  }
}
.header-menu.bottom li {
  margin-right: 90px;
  position: relative;
}
.header-menu.bottom li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1450px) {
  .header-menu.bottom li {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1150px) {
  .header-menu.bottom li {
    margin-right: 40px;
  }
}
.header-menu.bottom li::after {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -50px;
  background-color: #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1450px) {
  .header-menu.bottom li::after {
    right: -40px;
  }
}
@media screen and (max-width: 1150px) {
  .header-menu.bottom li::after {
    right: -30px;
  }
}
.header-menu.bottom li:last-child::after {
  display: none;
}
.header-menu.bottom li a {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}
@media all and (max-width: 1280px) {
  .header-menu.bottom li a {
    font-size: 1.4rem;
  }
}
.header-hamburger {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header-hamburger {
    display: grid;
    place-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    top: 30px;
    right: 13px;
    z-index: 600;
  }
}
@media all and (max-width: 896px) {
  .header-hamburger {
    top: 12px;
  }
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(1) {
  rotate: -45deg;
  translate: 0 9px;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(3) {
  rotate: 45deg;
  translate: 0 -9px;
}
.header-hamburger__box {
  width: 30px;
  height: 20px;
  position: relative;
}
.header-hamburger__box > span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 1.7px;
  background-color: #222;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-hamburger__box > span:nth-of-type(1) {
  top: 0;
}
.header-hamburger__box > span:nth-of-type(2) {
  top: 9px;
}
.header-hamburger__box > span:nth-of-type(3) {
  bottom: 0;
}
.header-nav {
  width: 100%;
  height: 100dvh;
  background: #fff;
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 40;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: auto;
  padding-top: 60px;
  visibility: hidden;
}
@media screen and (max-width: 1199px) {
  .header-nav {
    padding-top: 100px;
  }
}
@media all and (max-width: 896px) {
  .header-nav {
    padding-top: 60px;
  }
}
.header-nav.open {
  opacity: 1;
  visibility: visible;
}
.header-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #152E55;
  padding: 30px 0;
}
.header-nav__top li {
  width: 50%;
  text-align: center;
  border-right: 1px solid #fff;
}
.header-nav__top li:last-child {
  border-right: none;
}
.header-nav__top li a {
  color: #fff;
  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;
  font-size: 1.8rem;
}
.header-nav__top li a img {
  width: 32px;
  height: 30px;
}
.header-nav__list {
  padding: 30px;
}
@media screen and (max-width: 1199px) {
  .header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media all and (max-width: 600px) {
  .header-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header-nav__list > li {
  border-top: 1px solid #152E55;
}
@media screen and (max-width: 1199px) {
  .header-nav__list > li {
    width: 47%;
  }
}
@media all and (max-width: 600px) {
  .header-nav__list > li {
    width: 100%;
  }
}
.header-nav__list > li:first-of-type {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .header-nav__list > li:first-of-type {
    margin-top: 0;
  }
}
.header-nav__list > li:last-child {
  border-bottom: 1px solid #152E55;
}
@media screen and (max-width: 1199px) {
  .header-nav__list > li:nth-child(5) {
    border-bottom: 1px solid #152E55;
  }
}
@media all and (max-width: 600px) {
  .header-nav__list > li:nth-child(5) {
    border-bottom: none;
  }
}
.header-nav__list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 16px;
  font-size: 1.8rem;
}
.header-nav__blk-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0px 30px;
}
@media all and (max-width: 600px) {
  .header-nav__blk-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
  }
}
.header-nav__blk-btn li {
  width: 47%;
  height: 80px;
}
@media all and (max-width: 600px) {
  .header-nav__blk-btn li {
    width: 100%;
    height: 60px;
  }
}
.header-nav__blk-btn li:first-child {
  background: #152E55;
}
@media all and (max-width: 600px) {
  .header-nav__blk-btn li:first-child {
    margin-bottom: 15px;
  }
}
.header-nav__blk-btn li:first-child a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-nav__blk-btn li:last-child {
  background: #C50018;
}
.header-nav__blk-btn li:last-child a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-nav__blk-btn li a {
  color: #fff;
  padding: 20px;
  line-height: 1.4;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.header-nav__blk-btn li a img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.header-nav__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
.header-nav__icon::before {
  top: 0;
  rotate: -45deg;
}
.header-nav__icon::after {
  bottom: 0;
  rotate: 45deg;
}
.header-nav__icon.arrow-foward {
  margin-right: 0;
}
.header-nav__icon.arrow-foward img {
  width: 16px;
  height: 16px;
}
.header-acc {
  padding: 0 16px;
}
.header-acc__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  cursor: pointer;
}
.header-acc__trigger.active .header-acc__icon::before {
  opacity: 0;
}
.header-acc__trigger a {
  padding: 6px 0;
  font-size: 1.8rem;
}
.header-acc__ttl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  padding: 10px 0;
}
.header-acc__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 16px;
  -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;
  position: relative;
}
.header-acc__icon::before, .header-acc__icon::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #222;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.header-acc__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.header-acc__list {
  padding: 4px 0 10px;
}
.header-acc__list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.header-acc__list > li > a .acc-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-acc__list > li > a .acc-blk img {
  width: 55px;
  height: 55px;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-acc__list > li > a .acc-blk + .header-nav__icon {
  margin-right: 0;
  height: auto;
}
.header-acc__list > li > a .acc-blk + .header-nav__icon img {
  width: 16px;
  height: 16px;
}
.header-acc__contents {
  overflow: hidden;
  max-height: 0;
  -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;
  opacity: 0;
}
.header-acc__contents.open {
  max-height: 500px;
  opacity: 1;
}
@-webkit-keyframes navOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes navOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.header-nav__detail__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 16px 0 16px 1em;
  font-weight: 600;
  position: relative;
}

.header-nav__detail__link::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 1px;
  background: #282828;
  position: absolute;
  top: 33px;
  left: 0;
}

.header-nav__entry {
  text-align: center;
  width: 100%;
  margin-top: 40px;
}
.header-nav__entry:last-child {
  margin-top: 20px;
}

.header-nav__entry__link {
  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;
  gap: 0.59em;
  padding: 0.72em;
  border-radius: 8px;
  background: #D61819;
  color: #fff;
  font-family: "LINE", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.0613rem + 0.2614vw, 1.375rem);
  letter-spacing: 0.13em;
}

.header-nav__entry__link::after {
  content: "";
  display: inline-block;
  width: 0.81em;
  height: 0.54em;
  background: url(../images/common/arrow_bottom_white.svg) center center/contain no-repeat;
}

.header-nav__sns {
  margin-top: 40px;
  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;
}
.header-nav__sns a {
  margin-right: 40px;
  width: 40px;
}
.header-nav__sns a:last-child {
  width: 60px;
  margin-right: 0;
}

.dropDown {
  position: absolute;
  bottom: 0;
  display: none;
  padding: 40px 30px;
  background-color: #fff;
  color: initial;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  width: 320px;
}
.dropDown__item {
  margin-right: 0 !important;
  position: relative;
  margin-bottom: 10px;
}
.dropDown__item::after {
  content: none !important;
}

.link:hover > .dropDown,
.link:focus > .dropDown {
  display: block;
}

.dropDown__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dropDown__link {
  padding: 0px 10px !important;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
.dropDown__link.top {
  margin-bottom: 20px;
}
.dropDown__link.top div span {
  font-size: 1.8rem !important;
}
.dropDown__link div img {
  width: 55px;
  height: 55px;
}
.dropDown__link div span {
  font-size: 1.4rem;
}
.dropDown__link img {
  width: 18px;
  height: 18px;
}
.dropDown__link:hover {
  background: #152E55;
  opacity: 1;
}
.dropDown__link:hover.top {
  background: #fff;
  opacity: 0.7;
}
.dropDown__link:hover.top div span {
  color: #222;
}
.dropDown__link:hover.top .arrow-common {
  background: #222;
}
.dropDown__link:hover.top .arrow-common::before,
.dropDown__link:hover.top .arrow-common::after {
  background-color: #222;
}
.dropDown__link:hover div span {
  color: #fff;
}
.dropDown__link:hover .arrow-common {
  background: #fff;
}
.dropDown__link:hover .arrow-common::before,
.dropDown__link:hover .arrow-common::after {
  background-color: #fff;
}

.arrow-common {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 1px;
  border-radius: 9999px;
  background-color: #222;
  margin-right: 10px;
}

.arrow-common::before,
.arrow-common::after {
  content: "";
  position: absolute;
  top: calc(50% - 0px);
  right: -2px;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #222;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}

.arrow-common::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow-common::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* footer */
/* ============================================ */
.cta-section {
  background: #152E55;
  /* 濃紺背景 */
  color: #fff;
  text-align: center;
  padding: 0px 20px 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
@media all and (max-width: 896px) {
  .cta-section {
    padding: 0 20px 60px;
  }
}
.cta-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.cta-section__inner .icon {
  width: 60px;
  height: 55px;
  margin: 0 auto;
}

.cta-section p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}

.cta-buttons {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  .cta-buttons {
    gap: 10px;
  }
}

.cta-btn {
  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;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 30px;
  width: 45%;
  position: relative;
  border-bottom: 2px solid #fff;
  background-color: #C50018;
}
@media all and (max-width: 600px) {
  .cta-btn {
    font-size: 1.8rem;
  }
}
.cta-btn-ttl {
  margin-right: 10%;
}

.cta-btn {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cta-btn:hover {
  background-color: #fff;
  border-bottom: 2px solid #C50018;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cta-btn:hover .cta-btn-ttl {
  color: #C50018;
}
.cta-btn:hover .contact-btn {
  background-color: #C50018;
}
.cta-btn:hover .contact-btn .arrow_btn {
  background-color: #fff;
}
.cta-btn:hover .contact-btn .arrow_btn::before {
  background: #fff;
}
.cta-btn:hover .contact-btn .arrow_btn::after {
  background-color: #fff !important;
}

@media (max-width: 768px) {
  .cta-btn {
    min-width: 90%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0;
  line-height: 45px;
  padding: 0;
  background: #fff;
  position: relative;
}
@media all and (max-width: 600px) {
  .contact-btn {
    width: 30px;
    height: 30px;
  }
}
.contact-btn-wrap {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 600px) {
  .contact-btn-wrap {
    width: 30px;
    height: 30px;
  }
}
.contact-btn .circle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.contact-btn .arrow_btn {
  position: relative;
  background-color: #C50018;
  height: 1px;
  width: 12px;
}
@media all and (max-width: 600px) {
  .contact-btn .arrow_btn {
    top: 0px !important;
    height: 1px;
    width: 7px;
  }
}
.contact-btn .arrow_btn::before {
  content: "";
  position: absolute;
  right: 0px;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #C50018;
  -webkit-transform-origin: calc(100% - 0px) 50%;
          transform-origin: calc(100% - 0px) 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact-btn .arrow_btn::after {
  content: "";
  position: absolute;
  background-color: #C50018 !important;
  right: 0px;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #152E55;
  -webkit-transform-origin: calc(100% - 0px) 50%;
          transform-origin: calc(100% - 0px) 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.group-section {
  text-align: center;
  padding: 0 20px;
  background: #152E55;
}
.group-section__inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 80px 0 0;
}
@media all and (max-width: 896px) {
  .group-section__inner {
    padding: 60px 0;
  }
}
.group-section .eyebrow {
  letter-spacing: 2px;
  color: #cfe6ff;
  margin-bottom: 10px;
  font-weight: 600;
}
.group-section h2 {
  margin: 0 0 40px 0;
  font-family: "Yu Mincho", "Times New Roman", serif;
  font-weight: 400;
  font-size: 24px;
  color: #e7f2ff;
}
.group-section .logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .group-section .logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.group-section .logos .logo-card {
  width: 100%;
  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;
}
.group-section .logos .logo-card a {
  width: 100%;
  display: block;
}
.group-section .logos .logo-card img {
  width: 100%;
  height: 100%;
  display: block;
}
.group-section .logos .row-bottom {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media all and (max-width: 896px) {
  .group-section .logos .row-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}
@media all and (max-width: 896px) {
  .group-section .logos .row-bottom .logo-card {
    width: 49.2%;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .group-section .logos .row-bottom .logo-card {
    width: 49%;
    margin-right: 2%;
  }
}
@media all and (max-width: 896px) {
  .group-section .logos .row-bottom .logo-card:nth-child(2) {
    margin-right: 0;
  }
}
.group-section .logos .bottom-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin-top: 60px;
}

.footer {
  background: #152E55;
  color: #fff;
  padding: 100px 20px 80px;
  font-size: 14px;
}
@media all and (max-width: 896px) {
  .footer {
    padding: 0px 20px 120px;
  }
}
.footer__inner {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  max-width: 1520px;
  margin: 0 auto;
  padding-top: 100px;
}
@media all and (max-width: 1280px) {
  .footer__inner {
    gap: 0;
  }
}
@media all and (max-width: 1025px) {
  .footer__inner {
    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;
    text-align: center;
  }
}
@media all and (max-width: 896px) {
  .footer__inner {
    padding-top: 60px;
  }
}
.footer__left .footer__logo img {
  max-width: 280px;
  margin-bottom: 20px;
}
.footer__left .footer__address {
  margin-bottom: 20px;
  line-height: 1.6;
}
.footer__left .footer__policy {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}
.footer__left .footer__policy:hover {
  text-decoration: underline;
}
.footer__left .footer__copy {
  font-weight: bold;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 23px;
}
@media all and (max-width: 1025px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav ul {
  list-style: none;
  padding: 0;
}
.footer__nav ul.footer__nav-ul-thr {
  width: 220px;
}
@media all and (max-width: 1367px) {
  .footer__nav ul.footer__nav-ul-thr {
    width: auto;
  }
}
.footer__nav ul li {
  margin-bottom: 16px;
}
.footer__nav ul li.mb-mn {
  margin-bottom: 26px;
}
.footer__nav ul li.mn-txt-row {
  margin-bottom: 10px;
}
.footer__nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
@media all and (max-width: 1280px) {
  .footer__nav ul li a {
    font-size: 1.5rem;
  }
}
.footer__nav ul li a:hover {
  text-decoration: underline;
}
.footer__nav ul li a.mn-txt {
  font-size: 1.4rem;
  margin-bottom: 16px;
}
@media all and (max-width: 1280px) {
  .footer__nav ul li a.mn-txt {
    font-size: 1.2rem;
  }
}
.footer__pagetop {
  text-align: right;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .footer__pagetop {
    margin-top: 0;
  }
}
.footer__pagetop a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.footer__pagetop a:hover {
  text-decoration: underline;
}
.footer__pagetop .pagetop {
  cursor: pointer;
  position: fixed;
  right: 0px;
  bottom: 0;
  z-index: 600;
  background-color: #152E55;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .footer__inner {
    grid-template-columns: 1fr;
  }
  .footer__nav {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }
}