@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-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;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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] {
  text-decoration: underline dotted; /* 2 */
}

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

/**
 * 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.25em;
}

sup {
  top: -0.5em;
}

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

/* 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 {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 */
}

/**
 * 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: bold;
}

:root {
  --vw: 1vw;
}

/* ios-debug.css（診断オン時だけ効く） */
html.ios-debug,
html.ios-debug body {
  overflow: auto !important;
  position: static !important;
  height: auto !important;
  overscroll-behavior: auto !important;
  -webkit-overflow-scrolling: auto !important;
}

html.ios-debug [class*=loader],
html.ios-debug [class*=modal],
html.ios-debug [class*=mask],
html.ios-debug [class*=overlay],
html.ios-debug [id*=loader],
html.ios-debug [id*=modal],
html.ios-debug [id*=mask],
html.ios-debug [id*=overlay] {
  display: none !important;
  pointer-events: none !important;
}

html.ios-debug * {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  touch-action: auto !important;
}

html.ios-debug .l-header,
html.ios-debug .c-gnav,
html.ios-debug .c-floating,
html.ios-debug [class*=fixed],
html.ios-debug [class*=sticky] {
  pointer-events: none !important;
}

/* 読み込み中だけ全体のアンカー抑止 */
html.is-loading {
  overflow-anchor: none;
}

/* 画像・iframe・videoは常に補正対象から外す（位置が変わりやすい） */
img,
iframe,
video {
  overflow-anchor: none;
}

/* メインカラムは普段はアンカーOK */
main,
.l-main {
  overflow-anchor: auto;
}

html:not(.is-ready) * {
  transition: none !important;
  animation: none !important;
}

html,
body {
  overflow-anchor: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: auto;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-display: swap;
  font-optical-sizing: auto;
  font-weight: 500;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #1E2F3C;
  line-break: strict;
  min-width: 140rem;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.js-preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-orientation: none;
  width: 100%;
  height: auto;
}
.safari img {
  image-rendering: inherit;
}

/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 1400.1px) {
  .over:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
label {
  cursor: pointer;
}

/* main
--------------------------------------------------*/
.f-main {
  background: url(../img/common/bg.jpg) 0 0/140rem auto repeat;
}
@media screen and (max-width: 767px) {
  .f-main {
    padding-top: 6.4rem;
  }
}

.f-wrap {
  max-width: 98rem;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .f-wrap {
    width: auto;
    padding: 0 2.5rem;
  }
}
.f-wrap__inner {
  width: 90rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .f-wrap__inner {
    width: auto;
  }
}

.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

/* link
--------------------------------------------------*/
a {
  color: #1E2F3C;
  transition: 0.5s;
  will-change: transform, opacity;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: all;
  }
}

/* input
--------------------------------------------------*/
button {
  color: #1E2F3C;
  transition: 0.5s;
  will-change: transform;
}
button:focus {
  text-decoration: none;
}

/*
.fade-up {
	opacity: 0;
	transform: translateY(4rem);
	transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.fade-up.is-show {
	opacity: 1;
	transform: translateY(0);
}
*/
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    width: 100%;
    height: 6.4rem;
    padding: 0;
  }
}
.l-header__head {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.8rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-header__head {
    width: 18.7rem;
    height: 6.4rem;
    padding: 0 2rem;
    z-index: 10000;
  }
}
.l-header__logo {
  width: 6rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 3.2rem;
    justify-self: flex-start;
  }
}
.l-header__name {
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .l-header__name {
    font-size: 1.3rem;
  }
}
.l-header__menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 5rem;
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    margin: 0;
  }
}
.l-header-tools {
  position: fixed;
  top: 3rem;
  right: 3.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.2rem;
  z-index: 101;
  padding: 0 7.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-header-tools .l-header__btn {
    display: none;
  }
}
.l-header-nav {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 76.5rem;
  height: 100dvh;
  -webkit-overflow-scrolling: auto;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  background: url(../img/common/bg_menu.png) 0 0/76.5rem auto repeat;
  z-index: 102;
  transform: translateX(76.5rem);
  will-change: transform;
  transition: transform 0.5s;
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    width: 100vw;
    transform: translateX(100vw);
  }
}
.is-fixed .l-header-nav {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.l-header-nav-head {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-nav-head {
    position: relative;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 1.8rem;
    width: 18.7rem;
    background: #fff;
    height: 6.4rem;
    padding: 0 2rem;
    z-index: 10000;
    opacity: 1;
    transition: 0.5s;
    z-index: 2;
  }
}
.l-header-nav-head__logo {
  width: 6rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav-head__logo {
    width: 3.2rem;
    justify-self: flex-start;
  }
}
.l-header-nav-head__name {
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .l-header-nav-head__name {
    font-size: 1.3rem;
  }
}
.l-header-nav-menu {
  display: grid;
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
  gap: 4.4rem 0;
  padding: 14rem 10rem 5rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav-menu {
    display: block;
    padding: 5rem 7rem 3rem;
  }
}
.l-header-nav-menu__item {
  width: 27rem;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-header-nav-menu__item {
    width: 100%;
    font-size: 1.4rem;
  }
  .l-header-nav-menu__item + .l-header-nav-menu__item {
    margin-top: 2rem;
  }
}
.l-header-nav-menu__item a {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 0 0 0 1em;
}
.l-header-nav-menu__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  background: #fff;
  transform: translateY(-50%);
}
.l-header-nav-menu__item a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #1E2F3C;
  transition: 0.5s;
}
@media (any-hover: hover) {
  .l-header-nav-menu__item a:hover::before {
    width: 100%;
  }
}
.l-header-nav-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav-btn {
    display: block;
    padding: 0 7.5rem;
  }
}
.l-header-nav-btn__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.4rem;
  font-weight: 700;
  border-radius: 0.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header-nav-btn__item {
    height: 5.8rem;
  }
  .l-header-nav-btn__item + .l-header-nav-btn__item {
    margin-top: 1.5rem;
  }
}
.l-header-nav-btn__item a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1rem;
  width: 100%;
  height: 100%;
  padding: 0 4rem 0 2.1rem;
  border-radius: 0.6rem;
}
.l-header-nav-btn__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/common/icn_arrow_bk.svg) 0 0/100% auto no-repeat;
  transition: 0.5s;
  margin-top: -0.6rem;
}
@media (any-hover: hover) {
  .l-header-nav-btn__item a:hover {
    opacity: 1;
  }
  .l-header-nav-btn__item a:hover::before {
    transform: translate(0.1rem, -0.1rem);
  }
}
.l-header-nav-btn__item.u-line a {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(30, 47, 60, 0.9);
}
.l-header-nav-btn__item.u-line img {
  width: 2rem;
}
.l-header-nav-btn__item.u-document a {
  background: rgba(30, 47, 60, 0.85);
  color: #fff;
}
.l-header-nav-btn__item.u-document a::before {
  background: url(../img/common/icn_arrow_wh.svg) 0 0/100% auto no-repeat;
}
.l-header-nav-btn__item.u-document img {
  width: 1.4rem;
}
.l-header-nav-btn__item.u-talk a {
  background: rgba(0, 90, 156, 0.85);
  color: #fff;
}
.l-header-nav-btn__item.u-talk a::before {
  background: url(../img/common/icn_arrow_wh.svg) 0 0/100% auto no-repeat;
}
.l-header-nav-btn__item.u-talk img {
  width: 1.6rem;
}
.l-header-nav-sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  margin: 5.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-header-nav-sns {
    margin: 3rem 0 0;
    padding: 0 0 5rem;
  }
}
.l-header-nav-sns__item {
  width: 3.2rem;
  line-height: 1;
}
.l-header-nav-sns__item img {
  vertical-align: top;
}
.l-header-toggle {
  position: fixed;
  top: 3.5rem;
  right: 3.5rem;
  mix-blend-mode: difference;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  opacity: 1;
  background: transparent;
  pointer-events: all;
  border-radius: 100%;
  z-index: 103;
}
@media screen and (max-width: 767px) {
  .l-header-toggle {
    isolation: isolate;
    top: 0.5rem;
    right: 1.5rem;
    width: 5.4rem;
    height: 5.4rem;
  }
}
.is-fixed .l-header-toggle {
  background: #fff;
  mix-blend-mode: inherit;
}
.l-header-toggle__inner {
  position: relative;
  width: 2.6rem;
  height: 0.8rem;
  margin: 0 auto;
}
.l-header-toggle__inner span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 0.2rem;
  background: #fff;
  transform: translateX(-50%);
}
.is-open .l-header-toggle__inner span {
  top: 0.3rem;
  background: #005A9C;
  transform: translateX(-50%) rotate(-15deg);
}
@media screen and (max-width: 767px) {
  .is-open .l-header-toggle__inner span {
    background: #1E2F3C;
  }
}
.l-header-toggle__inner span:last-child {
  top: auto;
  bottom: 0;
}
.is-open .l-header-toggle__inner span:last-child {
  bottom: 0.3rem;
  background: #005A9C;
  transform: translateX(-50%) rotate(15deg);
}
@media screen and (max-width: 767px) {
  .is-open .l-header-toggle__inner span:last-child {
    background: #1E2F3C;
  }
}
.l-header .c-nav {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.l-header.is-open .c-nav {
  pointer-events: all;
  opacity: 1;
}
.l-header__btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.4rem;
  font-weight: 700;
  border-radius: 0.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header__btn {
    height: 5.5rem;
    font-size: 1.2rem;
  }
}
.l-header__btn a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1rem;
  width: 100%;
  height: 100%;
  padding: 0 6.4rem 0 5.4rem;
  border-radius: 0.6rem;
}
@media screen and (max-width: 767px) {
  .l-header__btn a {
    gap: 0 0.6rem;
    letter-spacing: -0.02em;
    padding: 0 3rem 0 1.2rem;
    border-radius: 0;
  }
}
.l-header__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.3rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/icn_arrow_bk.svg) 0 0/100% auto no-repeat;
  transition: 0.5s;
  margin-top: -0.7rem;
}
@media screen and (max-width: 767px) {
  .l-header__btn a::before {
    right: 1.4rem;
    width: 1.1rem;
    height: 1.1rem;
    margin-top: -0.55rem;
  }
}
@media (any-hover: hover) {
  .l-header__btn a:hover {
    opacity: 1;
  }
  .l-header__btn a:hover::before {
    transform: translate(0.1rem, -0.1rem);
  }
}
.l-header__btn.u-line a {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(30, 47, 60, 0.9);
}
.l-header__btn.u-line img {
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .l-header__btn.u-line img {
    width: 1.5rem;
  }
}
.l-header__btn.u-document a {
  background: rgba(30, 47, 60, 0.85);
  color: #fff;
}
.l-header__btn.u-document a::before {
  background: url(../img/common/icn_arrow_wh.svg) 0 0/100% auto no-repeat;
}
.l-header__btn.u-document img {
  width: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-header__btn.u-document img {
    width: 1.3rem;
  }
}
.l-header__btn.u-talk a {
  background: rgba(0, 90, 156, 0.85);
  color: #fff;
}
.l-header__btn.u-talk a::before {
  background: url(../img/common/icn_arrow_wh.svg) 0 0/100% auto no-repeat;
}
.l-header__btn.u-talk img {
  width: 1.6rem;
}
.l-header__float {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__float {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 101;
  }
}

.is-fixed,
.is-over {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-footer {
  background: #1E2F3C;
}
.l-footer-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer-content {
    display: block;
    padding: 5rem 0;
  }
}
.l-footer-content__head {
  width: 37rem;
  padding: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-content__head {
    width: auto;
    padding: 0;
  }
}
.l-footer-content__ttl {
  font-size: 2.7rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-content__ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}
.l-footer-content__btn {
  width: 100%;
  height: 6.4rem;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-content__btn {
    margin: 1.2rem 0 0;
  }
}
.l-footer-content__btn a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #1E2F3C;
  border-radius: 0.6rem;
}
.l-footer-content__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/icn_arrow_naname_bk.svg) 0 0/100% auto no-repeat;
  margin-top: -0.75rem;
  transition: 0.5s;
}
@media (any-hover: hover) {
  .l-footer-content__btn a:hover {
    opacity: 1;
  }
  .l-footer-content__btn a:hover::before {
    transform: translate(0.1rem, -0.1rem);
  }
}
.l-footer-content-sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  margin: 5.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-content-sns {
    margin: 3rem 0;
  }
}
.l-footer-content-sns__item {
  width: 3.2rem;
  line-height: 1;
}
.l-footer-content-sns__item img {
  vertical-align: top;
}
.l-footer-content-list {
  width: 49rem;
}
@media screen and (max-width: 767px) {
  .l-footer-content-list {
    width: auto;
  }
}
.l-footer-content-list__item + .l-footer-content-list__item {
  margin-top: 2.5rem;
}
.l-footer-content-list__ttl {
  font-weight: 700;
  color: #fff;
}
.l-footer-content-list__txt {
  font-size: 1.4rem;
  color: #fff;
}
.l-footer__img {
  width: 100%;
}
.l-footer__img img {
  width: 100%;
  height: 28.8rem;
  object-fit: cover;
}
.l-footer__copy {
  background: #fff;
  text-align: center;
  font-size: 1.4rem;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1.2rem;
    text-align: left;
    padding: 1.2rem 2.5rem 6.7rem;
  }
}

.c-modal {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.16);
  z-index: 1000;
  display: none;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
  transition: opacity 0.2s ease;
  will-change: opacity;
}
.c-modal__inner {
  position: relative;
  background: url(../img/common/bg_menu.png) 0 0/76.5rem auto repeat;
  padding: 8.5rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .c-modal__inner {
    padding: 6.5rem 0 5rem;
    contain: layout paint;
  }
}
.c-modal__close {
  position: absolute;
  top: 5rem;
  right: 5rem;
  width: 5.4rem;
}
@media screen and (max-width: 767px) {
  .c-modal__close {
    top: 0.5rem;
    right: 1.5rem;
  }
}
.c-modal__ttl {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .c-modal__ttl {
    font-size: 2.6rem;
    margin: 0 0 2rem;
  }
}
.c-modal__sub {
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .c-modal__sub {
    font-size: 2rem;
  }
}
.c-modal__txt {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-modal__txt {
    font-size: 1.4rem;
    line-height: 2.4;
  }
}
.c-modal__license {
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  margin: 0 0 1rem;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .c-modal__license {
    font-size: 1.6rem;
  }
}
.c-modal__license::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  transform: translateY(-50%);
}
.c-modal__movie {
  aspect-ratio: 980/550;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .c-modal__movie {
    margin: 3rem 0;
  }
}
.c-modal__movie iframe {
  width: 100%;
  height: 100%;
}
.c-modal-btn {
  width: 37.6rem;
  height: 8.4rem;
  font-size: 1.8rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-modal-btn {
    width: 100%;
    height: 7rem;
    margin: 3rem 0 0;
  }
}
.c-modal-btn a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 1.9rem 0;
}
.c-modal-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.4rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/icn_arrow_naname_wh.svg) 0 0/100% auto no-repeat;
  margin: -0.75rem 0 0;
  transition: 0.5s;
}
@media (any-hover: hover) {
  .c-modal-btn a:hover {
    opacity: 1;
  }
  .c-modal-btn a:hover::after {
    transform: translate(0.2rem, -0.2rem);
  }
}
.c-modal-btn a span {
  position: relative;
  padding: 0 0 0 3rem;
}
.c-modal-btn a span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 1.5rem;
  background: url(../img/common/icn_course.svg) 0 0/100% auto no-repeat;
  margin: -0.75rem 0 0;
  transition: 0.5s;
}
.c-modal-btn__pre {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}
.c-modal-btn__ttl {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: 1rem 0 0;
}
.c-modal-btn__ttl span {
  position: relative;
  padding: 0 2rem 0 2.6rem;
}
.c-modal-btn__ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icn_book_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.c-modal.is-active {
  display: block;
  opacity: 1;
  pointer-events: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  overscroll-behavior: contain;
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
.u-sp {
  display: none;
}

@media screen and (min-width: 1400.1px) {
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
  .u-pc {
    display: none;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-mt10 {
  margin-top: 1rem;
}
.u-mt15 {
  margin-top: 1.5rem;
}
.u-mt20 {
  margin-top: 2rem;
}
.u-mt30 {
  margin-top: 3rem;
}
.u-mt40 {
  margin-top: 4rem;
}
.u-mt50 {
  margin-top: 5rem;
}

/* --------------------------------------------------
  padding
-------------------------------------------------- */
.-ratio16-9 {
  padding-top: 56.25%;
}

.-ratio4-3 {
  padding-top: 75%;
}

/* --------------------------------------------------
other
-------------------------------------------------- */
.u-bold {
  /*font-weight: 700;*/
}