/*! destyle.css v2.0.2 | 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;
}

/* 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;
  line-height: 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 {
  -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] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "zenKakuGothicNew400";
  src: url("../font/ZenKakuGothicNew-Regular.woff");
}
@font-face {
  font-family: "zenKakuGothicNew500";
  src: url("../font/ZenKakuGothicNew-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew700";
  src: url("../font/ZenKakuGothicNew-Bold.woff");
}
body {
  color: #081A28;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

section {
  padding: 100px 0;
}

.inner {
  width: calc(100% - 40px);
  max-width: 1050px;
  margin: 0 auto;
}

.inner02 {
  width: calc(100% - 40px);
  max-width: 950px;
  margin: 0 auto;
}

.js-fade {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.js-fade.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 1280px) {
  .is-hidePc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-hidePcTab {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .is-hideSpTab {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .is-hideSp {
    display: none !important;
  }
}

.c-heading {
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 30px;
  }
}

.c-heading__roma {
  position: relative;
  font-size: 16px;
  display: block;
  padding-left: 20px;
  letter-spacing: 1px;
}
.c-heading__roma:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #064EA2;
}

.c-mv {
  width: calc(100% - 40px);
  max-width: 1206px;
  margin: 0 auto;
}

.c-bread {
  margin: 10px auto 80px;
}
@media screen and (max-width: 767px) {
  .c-bread {
    overflow-x: scroll;
    white-space: nowrap;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
  }
}
.c-bread::-webkit-scrollbar {
  display: none;
}

.c-bread__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-bread__item {
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}
.c-bread__item:nth-child(n+2) {
  margin-left: 25px;
  position: relative;
}
.c-bread__item:nth-child(n+2):before {
  content: "/";
  color: #064EA2;
  position: absolute;
  top: 50%;
  left: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-bread__item > span {
  border-bottom: 1px dotted #064EA2;
}

.c-bread__link:hover {
  color: #064EA2;
}

.c-mv {
  border-radius: 10px;
  overflow: hidden;
}

.c-head {
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}

.c-button__wrap {
  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;
}
.c-button__wrap.--center {
  margin: 30px auto 0;
}

.c-button {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
  font-size: 16px;
  text-align: center;
  color: #081A28;
  background-color: #fff;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  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;
  padding: 10px 0;
  outline: 1px solid #064EA2;
  outline-offset: -3px;
  border-radius: 50px;
  width: 100%;
  max-width: 280px;
  height: 50px;
}
.c-button.--blue {
  color: #fff;
  background-color: #064EA2;
  outline: 1px solid #fff;
}
.c-button.--blue:after {
  background: #fff;
}
.c-button.--blue:hover {
  color: #064EA2;
  background-color: #fff;
  outline: 1px solid #064EA2;
}
.c-button.--blue:hover:after {
  background: #064EA2;
}
.c-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto 0;
  display: block;
  background: #064EA2;
  -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/cover;
          mask: url("../img/common/icon_arrow.svg") no-repeat center/cover;
  width: 10px;
  height: 14px;
}
.c-button:hover {
  color: #fff;
  background-color: #064EA2;
  outline: 1px solid #fff;
  outline-offset: -3px;
  height: 50px;
}
.c-button:hover:after {
  content: "";
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto 0;
  display: block;
  background: url("../img/common/icon_arrow_white.svg") no-repeat center/cover;
  width: 10px;
  height: 14px;
}

.c-contact {
  margin: 50px auto;
}

.c-contact__link {
  background: #064EA2;
  border-radius: 10px;
  padding: 50px;
  display: block;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .c-contact__link {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact__link {
    padding: 50px 20px;
  }
}
.c-contact__link:hover {
  background: #5082BD;
}
.c-contact__link:hover .c-contact__btn {
  background-color: #064EA2;
  outline: 1px solid #fff;
}
.c-contact__link:hover .c-contact__btn:after {
  background: #fff;
  -webkit-mask: url("../img/common/icon_mail.svg") no-repeat center/cover;
          mask: url("../img/common/icon_mail.svg") no-repeat center/cover;
}

.c-contact__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.c-contact__wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c-contact__wrap > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.c-contact__wrap > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 767px) {
  .c-contact__wrap {
    position: relative;
    display: block;
  }
}

.c-contact__box {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-contact__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-contact__heading {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 3px;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .c-contact__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact__heading {
    font-size: 30px;
  }
}
.c-contact__heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 4px);
  background-size: 4px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

@media screen and (min-width: 1280px) {
  .c-contact__box02 {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .c-contact__box02 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact__box02 {
    margin: 45px 0 30px;
  }
}

.c-contact__btn {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  place-items: center;
  place-content: center;
  background-color: #fff;
  outline: 1px solid #064EA2;
  outline-offset: -3px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-contact__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }
}
.c-contact__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 42px;
  height: 32px;
  background: #064EA2;
  -webkit-mask: url("../img/common/icon_mail.svg") no-repeat center/cover;
          mask: url("../img/common/icon_mail.svg") no-repeat center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-contact__btn:after {
    width: 33px;
    height: 26px;
  }
}

.c-contact__boxWrap {
  display: block;
}

.c-contact__boxText {
  display: table;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
  background-color: #fff;
  padding: 10px 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1279px) {
  .c-contact__boxText {
    padding: 10px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .c-contact__boxText {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact__boxText {
    font-size: clamp(16px, 4vw, 20px);
    font-size: 22px;
  }
}
.c-contact__boxText:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-contact__boxText:nth-child(n+2) {
    margin-top: 5px;
  }
}

.c-company {
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  .c-company {
    margin: 0 auto 90px;
  }
}

.c-company__list {
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .c-company__list {
    -ms-grid-columns: 1fr 55px 1fr 55px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 55px;
  }
}
@media screen and (max-width: 767px) {
  .c-company__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 20px 1fr 20px 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 20px 0;
  }
  .c-company__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-company__list > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .c-company__list > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}

.c-company__item {
  width: 100%;
  text-align: center;
}
.c-company__item.is-hidden {
  display: none;
}

.header {
  background-color: #fff;
  position: relative;
}
.header .header__wrap {
  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;
  height: 80px;
  padding: 0 193px 0 50px;
}
.header .header__titleWrap {
  position: fixed;
  top: 20px;
  left: 50px;
  z-index: 9;
}
@media screen and (max-width: 1279px) {
  .header .header__titleWrap {
    width: 200px;
    top: 27px;
    left: 20px;
  }
}
.header .header__title a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header__title a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1279px) {
  .header .header__title a img {
    width: 200px;
  }
}
.header .header-navList {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .header .header-navList {
    display: none;
  }
}
.header .header-navItem {
  margin-left: 20px;
}
.header .header-navItem a {
  font-size: 16px;
  font-family: zenKakuGothicNew500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}
.header .header-navItem a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #064EA2;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header .header-navItem a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.header .nav-contact {
  background-color: #064EA2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 10px;
  right: 103px;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav-contact:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1279px) {
  .header .nav-contact {
    right: 90px;
  }
}
.header .nav-contact span {
  border: 1px solid #fff;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav-contact span img {
  width: 30px;
}
.header .nav-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #064EA2;
  background-color: #fff;
  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;
  position: fixed;
  top: 10px;
  right: 33px;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav-circle:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (max-width: 1279px) {
  .header .nav-circle {
    right: 20px;
  }
}
.header .nav_toggle {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header .nav_toggle i {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: #064EA2;
  position: absolute;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
  transition: opacity 0.5s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.5s;
  transition: transform 0.3s, opacity 0.5s, -webkit-transform 0.3s;
}
.header .nav_toggle i:nth-child(1) {
  top: 0px;
}
.header .nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .nav_toggle i:nth-child(3) {
  bottom: 0;
}
.header .nav_toggle.show i:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.header .nav_toggle.show i:nth-child(2) {
  opacity: 0;
}
.header .nav_toggle.show i:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.g-navWrap {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px) saturate(180%);
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.g-navWrap.show {
  display: block;
}

.header-nav {
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  display: block;
  position: fixed;
  top: 0;
  right: -102%;
  z-index: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.header-nav.show {
  right: 0;
  opacity: 1;
  overflow-y: scroll;
  -webkit-transition: right 0.35s, opacity 0.4s 0.12s;
  transition: right 0.35s, opacity 0.4s 0.12s;
}
@media screen and (min-width: 768px) {
  .header-nav {
    max-width: 500px;
    -webkit-transition: right 0.85s, opacity 0.4s;
    transition: right 0.85s, opacity 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    width: 100%;
    max-width: 420px;
    -webkit-transition: right 0.45s, opacity 0.4s;
    transition: right 0.45s, opacity 0.4s;
  }
}
.header-nav::-webkit-scrollbar {
  background: #F5F5F5;
  width: 5px;
  height: 5px;
}
.header-nav::-webkit-scrollbar-thumb {
  background-color: #064EA2;
}

.header-nav__top {
  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;
}
@media screen and (min-width: 768px) {
  .header-nav__top {
    padding: 10px 83px 0 0;
    margin-bottom: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav__top {
    padding: 10px 70px 0 0;
    margin-bottom: 30px;
    height: 30px;
  }
}

.header-nav__title {
  width: 100%;
  max-width: 200px;
}

.header-nav__close {
  font-size: 16px;
  color: #064EA2;
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.header-nav__item {
  padding: 15px 0;
  border-bottom: 1px solid #064EA2;
}
.header-nav__item:first-child {
  border-top: 1px solid #064EA2;
}

.header-nav__anchor {
  padding: 0 30px 0 0;
  display: block;
  position: relative;
  font-size: 20px;
  letter-spacing: 0.04em;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.header-nav__anchor:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #064EA2;
  border-radius: 100px;
  background: url("../img/common/icon_arrow_white_circle.svg") no-repeat center/24px;
}
@media screen and (min-width: 768px) {
  .header-nav__anchor:hover {
    color: #064EA2;
    text-decoration: underline;
  }
}

.header-nav__subList {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-nav__subItem {
  margin: 0 30px 5px 0;
}
.header-nav__subItem:not(:last-child) {
  position: relative;
}
.header-nav__subItem:not(:last-child):before {
  content: "";
  width: 1px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 70%;
  right: -15px;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  background-color: #064EA2;
}

.header-nav__subAnchor {
  font-size: 14px;
  border-bottom: 1px dotted #064EA2;
  font-family: zenKakuGothicNew500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .header-nav__subAnchor:hover {
    border-bottom: unset;
  }
}

.header-nav_bannerWrap {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-banner__anchor {
  width: calc(50% - 5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-banner__anchor:hover {
  opacity: 0.8;
}

.l-footer {
  background-color: #081A28;
  color: #fff;
  width: 100%;
  padding: 50px 0 10px;
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 60px 0 10px;
  }
}

.l-footer__wrap {
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.l-footer__logo {
  display: block;
  text-align: left;
  max-width: 305px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    max-width: 240px;
    margin: 0 auto 30px;
  }
}

.l-footer__logoLink {
  display: block;
}

@media screen and (max-width: 767px) {
  .l-footer__address {
    text-align: center;
  }
}

.l-footer__text {
  font-size: 14px;
  line-height: 1.42;
}

.l-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-footer__box {
    margin-top: 28px;
  }
}

.l-footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

.l-footer__navItem {
  position: relative;
  display: table-cell;
  display: block;
}
.l-footer__navItem:nth-child(n+2) {
  margin-left: 50px;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .l-footer__navItem:nth-child(n+2) {
    margin-left: 30px;
  }
}

.l-footer__navLink {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  font-size: 16px;
  line-height: 1;
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #fff;
}
.l-footer__navLink:hover {
  color: #5082BD;
}

.l-footer__navMegaList {
  margin-top: 15px;
}
.l-footer__navMegaList.--mt0 {
  margin-top: 0;
}

.l-footer__navMegaItem {
  line-height: 1;
}
.l-footer__navMegaItem:nth-child(n+2) {
  margin-top: 15px;
}

.l-footer__navMegaLink {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
}
.l-footer__navMegaLink:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 1px;
  display: block;
  background-color: #fff;
}
.l-footer__navMegaLink:hover {
  color: #5082BD;
}

@media screen and (min-width: 768px) {
  .l-footer__bnr {
    max-width: 278px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bnr {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__bnrList {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.l-footer__copy {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}