@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;
  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;
}

.col-red {
  color: #C50018;
}

.global-container {
  overflow: hidden;
}

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

.section-ttl {
  margin-bottom: 40px;
  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;
  }
}
@media all and (max-width: 600px) {
  .section-ttl {
    font-size: 3rem;
  }
}
.section-ttl-top {
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
}
@media all and (max-width: 600px) {
  .section-ttl-top {
    font-size: 3rem;
  }
}
.section-ttl.big {
  font-size: 4.8rem;
  line-height: 1.3;
}
@media all and (max-width: 896px) {
  .section-ttl.big {
    font-size: 3rem;
  }
}
.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-blk.common {
  text-align: center;
}
.section-ttl-en {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #C50018;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.section-ttl-en::after {
  content: "";
  background-image: url(../images/common/top_icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 60px;
  position: absolute;
  top: -40px;
  left: -47px;
}
.section-ttl-en.data {
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  font-weight: 600;
}
.section-ttl-en.data::after {
  content: "";
  background-image: url(../images/common/top_icon02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 60px;
  position: absolute;
  top: -40px;
  left: -47px !important;
}

.mv {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center top;
}
@media all and (max-width: 600px) {
  .mv {
    padding-top: 130px;
  }
}
.mv::after {
  content: "";
  display: block;
  padding-top: 45%;
}
.mv__blk {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10vw;
  color: #fff;
}
@media all and (max-width: 896px) {
  .mv__blk {
    top: 55%;
    left: 5vw;
  }
}
.mv-ttl-en {
  font-size: 1vw;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media all and (max-width: 1025px) {
  .mv-ttl-en {
    font-size: 1.4rem;
  }
}
.mv-ttl-ja {
  font-size: 3vw;
  line-height: 1.2;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media all and (max-width: 1025px) {
  .mv-ttl-ja {
    font-size: 2.6rem;
  }
}

.pankuzu {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 1367px) {
  .pankuzu {
    margin-top: 60px;
  }
}
.pankuzu li {
  font-size: 0.9vw;
  margin-right: 12px;
}
@media all and (max-width: 1025px) {
  .pankuzu li {
    font-size: 12px;
  }
}
.pankuzu li span {
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
}
.pankuzu li:first-child {
  border-bottom: 1px solid #fff;
}

.section-data-top {
  max-width: 1400px;
  width: 85%;
  margin: 100px auto 0;
}
@media all and (max-width: 896px) {
  .section-data-top {
    margin: 60px auto 0;
  }
}
.section-data-top h2 {
  line-height: 270%;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
}
@media all and (max-width: 600px) {
  .section-data-top h2 {
    font-size: 1.6rem;
  }
}

.section-ttl-sec {
  margin-bottom: 40px;
  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;
  display: inline-block;
}
.section-ttl-sec::after {
  content: "";
  background-image: url(../images/common/top_icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 60px;
  position: absolute;
  top: -40px;
  left: -47px;
}
@media all and (max-width: 600px) {
  .section-ttl-sec::after {
    width: 90px;
    top: -30px;
    left: -30px;
  }
}
@media all and (max-width: 896px) {
  .section-ttl-sec {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 600px) {
  .section-ttl-sec {
    font-size: 3rem;
  }
}
.section-ttl-sec-en {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #C50018;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}

.section-txt {
  line-height: 2.7;
  font-weight: 500;
  font-size: 2rem;
}
@media all and (max-width: 600px) {
  .section-txt {
    font-size: 1.6rem;
  }
}
.section-txt-bold {
  font-size: 2.4rem;
  line-height: 200%;
  font-weight: 500;
  margin-bottom: 20px;
}
@media all and (max-width: 600px) {
  .section-txt-bold {
    font-size: 2rem;
  }
}
.section-txt-normal {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 270%;
}
@media all and (max-width: 600px) {
  .section-txt-normal {
    font-size: 1.6rem;
  }
}

.contents-txt {
  font-size: 1.8rem;
  line-height: 2.3;
  text-align: center;
  margin-top: 50px;
}
@media all and (max-width: 600px) {
  .contents-txt {
    font-size: 1.6rem;
    text-align: left;
    width: 85%;
    margin: 0 auto;
  }
}

.section-bg {
  background-image: url(../images/top/bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media all and (max-width: 896px) {
  .section-bg {
    background-image: url(../images/top/bg_sp.png);
    background-position: top;
    padding-top: 130px;
  }
}

.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: 42px;
    height: 42px;
  }
}

.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: 1.3px;
  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: -0.5px;
  width: 8px;
  height: 1.2px;
  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: 12px 12px;
  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;
  }
}
.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;
}

.btn-red {
  display: block;
  width: 280px;
  height: 100%;
  background: #C50018;
  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;
  border-radius: 50px;
  padding: 16px;
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media all and (max-width: 600px) {
  .btn-red {
    padding: 2px;
  }
}
@media screen and (max-width: 1800px) {
  .btn-red.head {
    width: 230px;
  }
}
@media screen and (max-width: 1600px) {
  .btn-red.head {
    width: 200px;
    border-radius: 60px;
  }
}
@media all and (max-width: 1025px) {
  .btn-red.head {
    display: none;
  }
}
.btn-red.head span {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  .btn-red.head span {
    font-size: 2rem;
  }
}
@media all and (max-width: 1280px) {
  .btn-red.head span {
    font-size: 1.6rem;
  }
}
.btn-red:hover {
  opacity: 1;
  background: #152E55;
}
.btn-red span {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
.btn-red .arrow_btn_wrap {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-blue {
  display: block;
  width: 280px;
  height: 100%;
  background: #152E55;
  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;
  border-radius: 50px;
  padding: 12px;
  position: relative;
  margin: 0 auto;
}
@media all and (max-width: 600px) {
  .btn-blue {
    width: 100%;
    padding: 9px;
  }
}
.btn-blue:hover {
  opacity: 1;
  background: #C50018;
}
.btn-blue span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.btn-blue .arrow_btn_wrap {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-white {
  display: block;
  width: 280px;
  height: 100%;
  background: #fff;
  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;
  border-radius: 50px;
  padding: 12px;
  position: relative;
  margin: 0 auto;
}
@media all and (max-width: 600px) {
  .btn-white {
    width: 100%;
    padding: 8px;
  }
}
.btn-white:hover {
  opacity: 1;
  background: #C50018;
}
.btn-white:hover span {
  color: #fff;
}
.btn-white:hover .arrow_btn_wrap {
  background-color: #fff;
}
.btn-white:hover .arrow_btn_wrap .next_btn {
  background-color: #152E55;
}
.btn-white:hover .arrow_btn_wrap .next_btn::before, .btn-white:hover .arrow_btn_wrap .next_btn::after {
  background-color: #152E55;
}
.btn-white span {
  color: #152E55;
  font-size: 1.8rem;
  font-weight: 700;
}
.btn-white .arrow_btn_wrap {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@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.4s;
  transition: 2.4s;
}
.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;
  top: calc(50% - 0px) !important;
  right: -0.3px;
  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;
  top: calc(50% - 0.7px);
  right: -0.3px;
}

.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 1.2s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 1.2s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 1.2s ease-out, transform 0.5s ease-out;
  transition: opacity 1.2s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: calc(var(--delay) * 0.5s);
          transition-delay: calc(var(--delay) * 0.5s);
}
@media all and (max-width: 600px) {
  .fade-in-image {
    -webkit-transition-delay: calc(var(--delay) * 0.4s);
            transition-delay: calc(var(--delay) * 0.4s);
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}

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

.benefit {
  margin-top: 140px;
}
@media all and (max-width: 600px) {
  .benefit {
    margin-top: 80px;
  }
}
.benefit__inner {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.benefit__inner .section-ttl {
  margin-bottom: 0;
}
@media all and (max-width: 600px) {
  .benefit__inner .section-ttl {
    margin-bottom: 40px;
  }
}
.benefit__inner .contents-txt {
  width: 100%;
}
@media all and (max-width: 600px) {
  .benefit__inner .section-ttl-blk {
    text-align: left;
  }
}
.benefit__inner-blk {
  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;
}
@media all and (max-width: 600px) {
  .benefit__inner-blk {
    width: 90%;
    margin: 0 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.benefit__bnr {
  position: relative;
  width: 48%;
}
@media all and (max-width: 896px) {
  .benefit__bnr {
    width: 100%;
  }
}
.benefit__bnr .arrow_btn_wrap {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media all and (max-width: 600px) {
  .benefit__bnr .arrow_btn_wrap {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 896px) {
  .benefit__bnr:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.benefit__bnr-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 896px) {
  .benefit__bnr-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.benefit__bnr-txt {
  position: absolute;
  top: 50%;
  left: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  z-index: 10;
  width: 70%;
}
.benefit__bnr-txt h4 {
  font-size: 3rem;
  margin-bottom: 10px;
}
@media all and (max-width: 600px) {
  .benefit__bnr-txt h4 {
    font-size: 2rem;
  }
}
.benefit__bnr-bg {
  position: relative;
}
@media all and (max-width: 600px) {
  .benefit__bnr-bg {
    height: 150px;
  }
}
.benefit__bnr-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, to(rgba(21, 46, 85, 0.4)));
  background-image: linear-gradient(to top, rgba(21, 46, 85, 0.4) 100%);
}
.benefit__bnr a {
  border-radius: 30px;
  display: block;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  position: relative;
}
.benefit__bnr a img {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  /* ← 初期値を明示しておく */
  will-change: transform;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.benefit__bnr a:hover {
  opacity: 1;
}
.benefit__bnr a:hover .top-benefit__bnr-bg::after {
  background-image: -webkit-gradient(linear, left bottom, left top, to(rgba(21, 46, 85, 0.3)));
  background-image: linear-gradient(to top, rgba(21, 46, 85, 0.3) 100%);
}
.benefit__bnr a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  /* ← 正しい書き方 */
}
.benefit__bnr a:hover .arrow_btn_wrap {
  background-color: #C50018 !important;
}
.benefit__bnr a:hover .arrow_btn_wrap .next_btn {
  background-color: #fff;
}
.benefit__bnr a:hover .arrow_btn_wrap.common-btn.white .next_btn::before {
  background-color: #fff !important;
}
.benefit__bnr a:hover .arrow_btn_wrap.common-btn.white .next_btn::after {
  background-color: #fff !important;
}

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

/* header */
/* ============================================ */
.header {
  width: 100%;
  height: 160px;
  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-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: 30px 50px;
}
@media screen and (max-width: 1600px) {
  .header-wrapper {
    padding: 30px;
  }
}
@media all and (max-width: 1280px) {
  .header-wrapper {
    padding: 30px 16px;
  }
}
@media all and (max-width: 1025px) {
  .header-wrapper {
    position: relative;
    z-index: 100;
    padding: 0;
  }
}
.header-logo {
  width: 280px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 8px #cacaca;
          box-shadow: 0 0 8px #cacaca;
  background: #fff;
}
@media screen and (max-width: 1600px) {
  .header-logo {
    width: 200px;
  }
}
@media all and (max-width: 1025px) {
  .header-logo {
    margin-top: 30px;
    margin-left: 20px;
    width: 172px;
  }
}
.header-logo a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 16px 0px;
}
@media all and (max-width: 1025px) {
  .header-logo a {
    padding: 13px 0;
  }
}
.header-logo a img {
  width: 220px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .header-logo a img {
    width: 150px;
  }
}
.header-contents {
  border-radius: 50px;
  -webkit-box-shadow: 0 0 8px #cacaca;
          box-shadow: 0 0 8px #cacaca;
  background: #fff;
  padding: 22px 50px;
  margin-right: 30px;
}
@media screen and (max-width: 1800px) {
  .header-contents {
    padding: 20px 40px;
  }
}
@media all and (max-width: 1280px) {
  .header-contents {
    margin-right: 10px;
    padding: 16px 20px px 20px;
  }
}
@media all and (max-width: 1025px) {
  .header-contents {
    display: none;
  }
}
.header-contents__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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.5rem;
  }
}
.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.bottom li {
  margin-right: 90px;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .header-menu.bottom li {
    margin-right: 60px;
  }
}
@media all and (max-width: 1280px) {
  .header-menu.bottom li {
    margin-right: 30px;
  }
}
.header-menu.bottom li:last-child {
  margin-right: 0;
}
.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: 1800px) {
  .header-menu.bottom li::after {
    right: -35px;
  }
}
@media all and (max-width: 1280px) {
  .header-menu.bottom li::after {
    right: -20px;
  }
}
.header-menu.bottom li:last-child::after {
  display: none;
}
.header-menu.bottom li a {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  .header-menu.bottom li a {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1367px) {
  .header-menu.bottom li a {
    font-size: 1.3rem;
  }
}
.header-hamburger {
  display: none;
}
@media all and (max-width: 1025px) {
  .header-hamburger {
    display: grid;
    place-content: center;
    background: white;
    /* padding: 20px; */
    -webkit-box-shadow: 0 0 8px #cacaca;
            box-shadow: 0 0 8px #cacaca;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: fixed;
    top: 12px;
    right: 13px;
    z-index: 600;
  }
}
.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;
  visibility: hidden;
}
.header-nav.open {
  opacity: 1;
  visibility: visible;
}
.header-nav__wrapper {
  background-image: url(../images/common/menu.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
}
.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.6rem;
  font-weight: 700;
}
.header-nav__top li a img {
  width: 32px;
  height: 30px;
}
.header-nav__list {
  padding: 30px 30px 30px;
}
.header-nav__list > li {
  border-top: 1px solid #C6CEDA;
}
.header-nav__list > li:first-of-type {
  margin-top: 20px;
}
.header-nav__list > li:last-child {
  border-bottom: 1px solid #C6CEDA;
}
.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__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);
}

.header-nav__btn {
  padding: 0px 30px 30px;
}

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

.header-nav__span {
  color: #C50018;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-weight: 600;
}

.header-nav__span02 {
  font-weight: 700;
}

.btn-blue.sp {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.btn-blue.sp span {
  font-size: 2.4rem;
}

.btn-red.sp {
  width: 100%;
  border-radius: 10px;
  font-size: 2.4rem;
}
.btn-red.sp span {
  font-size: 2.4rem;
  padding: 9px;
}

.group-link {
  margin-top: 120px;
  padding-top: 8%;
  padding-bottom: 100px;
  background-image: url(../images/top/foot_bg_02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
}
@media all and (max-width: 896px) {
  .group-link::after {
    content: "";
    background-image: url(../images/top/foot_img.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 250px;
    height: 100%;
    top: -30px;
    right: 0px;
  }
}
@media all and (max-width: 1280px) {
  .group-link {
    margin-top: 80px;
  }
}
@media all and (max-width: 896px) {
  .group-link {
    background-image: none;
    background-position: inherit;
    background-size: inherit;
    background-repeat: inherit;
    height: inherit;
    padding-top: 0;
  }
}
.group-link__sp {
  display: none;
}
@media all and (max-width: 896px) {
  .group-link__sp {
    display: block;
    position: relative;
    padding-top: 20%;
  }
}
@media all and (max-width: 600px) {
  .group-link__sp {
    padding-top: 100px;
  }
}
@media all and (max-width: 896px) {
  .group-link__sp::before {
    content: "";
    background-image: url(../images/top/foot_bg_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 130px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media all and (max-width: 600px) {
  .group-link__sp::before {
    width: 70%;
    height: 100px;
  }
}
.group-link__inner {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .group-link__inner {
    width: 90%;
    margin: 0 auto;
  }
}
.group-link__ttl {
  text-align: center;
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .group-link__ttl {
    margin-top: 0px;
  }
}
@media all and (max-width: 896px) {
  .group-link__ttl {
    width: 85%;
    margin: 0 auto;
  }
}
.group-link__ttl div {
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 3.6rem;
  color: #152E55;
  margin-bottom: 40px;
}
@media all and (max-width: 1367px) {
  .group-link__ttl div {
    font-size: 3rem;
    margin-top: 10%;
  }
}
@media all and (max-width: 1280px) {
  .group-link__ttl div {
    margin-top: 20%;
    font-size: 2.6rem;
  }
}
@media all and (max-width: 896px) {
  .group-link__ttl div {
    text-align: left;
    margin-top: 10%;
  }
}
.group-link__ttl div span {
  color: #C50018;
}
.group-link__ttl p {
  font-size: 1.8rem;
  line-height: 2.3;
}
@media all and (max-width: 896px) {
  .group-link__ttl p {
    text-align: left;
  }
}
.group-link__btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .group-link__btn {
    -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;
  }
}
.group-link__btn li {
  width: 48%;
  position: relative;
}
@media all and (max-width: 896px) {
  .group-link__btn li {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .group-link__btn li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.group-link__btn li:first-child a {
  background-color: #152E55;
}
.group-link__btn li:first-child a:hover {
  background-color: #C50018;
  opacity: 1;
}
.group-link__btn li:last-child a {
  background-color: #C50018;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.group-link__btn li:last-child a:hover {
  background-color: #152E55;
  opacity: 1;
}
.group-link__btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 34px 0;
  border-radius: 30px;
  font-weight: 800;
  letter-spacing: 0.2em;
}
@media all and (max-width: 1367px) {
  .group-link__btn li a {
    padding: 15px 0;
  }
}
@media all and (max-width: 896px) {
  .group-link__btn li a {
    border-radius: 20px;
  }
}
.group-link__btn li a .arrow_btn_wrap {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
}
@media all and (max-width: 896px) {
  .group-link__btn li a .arrow_btn_wrap {
    width: 40px;
    height: 40px;
  }
}
.group-link__btn li a span {
  color: #fff;
  font-size: 3.2rem;
}
@media all and (max-width: 1367px) {
  .group-link__btn li a span {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 896px) {
  .group-link__btn li a span {
    font-size: 2rem;
  }
}

/* footer */
.footer {
  background: #152E55;
  color: #fff;
  padding: 100px 20px 80px;
  font-size: 14px;
}
@media all and (max-width: 896px) {
  .footer {
    padding: 0px 20px 60px;
  }
}
.footer__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  max-width: 1520px;
  margin: 0 auto;
}
@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;
  }
}

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

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