/*! 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;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/**
 * 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-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ZenOldMincho400";
  src: url("../font/ZenOldMincho-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Oswald500";
  src: url("../font/Oswald-Medium.ttf");
}
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #000;
  background-color: #fff;
  font-family: NotoSans400, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 801px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 519px) {
  body {
    letter-spacing: 0;
  }
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

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

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

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

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

.c-button {
  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;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  max-width: 250px;
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 801px) {
  .c-button {
    height: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .c-button {
    height: 45px;
    font-size: 18px;
  }
}
.c-button.--shadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.c-button.--circle {
  border-radius: 1000px;
}
.c-button.--circle2 {
  border-radius: 10px;
}
.c-button.--mainColor {
  color: #fff;
  border: 1px solid #0E3E76;
  background-color: #0E3E76;
}
.c-button.--mainColor:hover {
  color: #0E3E76;
  background-color: #fff;
  border: 1px solid #0E3E76;
}
.c-button.--color1 {
  color: #fff;
  border: 1px solid #0A1A4A;
  background-color: #0A1A4A;
}
.c-button.--color1:hover {
  color: #0A1A4A;
  background-color: #fff;
  border: 1px solid #0A1A4A;
}
.c-button.--white {
  color: #000;
  border: 1px solid #0E3E76;
  background-color: #fff;
}
.c-button.--white:after {
  background-color: #0E3E76;
}
.c-button.--white:hover {
  color: #fff;
  background-color: #0E3E76;
}
.c-button.--white:hover:after {
  background-color: #fff;
}
.c-button.--arrow {
  position: relative;
}
.c-button.--arrow:after {
  content: "";
  width: 15px;
  height: 13px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.2s, left 0.2s;
  transition: right 0.2s, left 0.2s;
  -webkit-mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
          mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
  background-color: #fff;
}
@media screen and (min-width: 801px) {
  .c-button.--arrow:after {
    right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .c-button.--arrow:after {
    right: 15px;
  }
}
.c-button.--arrow:hover:after {
  -webkit-mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
          mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
  background-color: #0A1A4A;
}
.c-button.--arrow2 {
  position: relative;
}
.c-button.--arrow2:after {
  content: "";
  width: 30px;
  height: 6px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.2s, left 0.2s;
  transition: right 0.2s, left 0.2s;
  -webkit-mask: url("../img/common/icon-arrow2.svg") no-repeat center/contain;
          mask: url("../img/common/icon-arrow2.svg") no-repeat center/contain;
}
@media screen and (min-width: 801px) {
  .c-button.--arrow2:hover:after {
    right: 0;
  }
}
@media screen and (max-width: 800px) {
  .c-button.--fixed {
    max-width: 390px;
    width: calc(100% - 20px);
    min-height: 60px;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 8;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: bottom 0.5s, opacity 0.5s;
    transition: bottom 0.5s, opacity 0.5s;
    pointer-events: none;
    font-size: 22px;
    text-align: center;
    line-height: 1.3;
    font-family: NotoSans500, sans-serif;
    font-weight: 500;
    color: #fff;
    border: 2px solid #fff;
    background-color: #ECF7FC;
  }
  .c-button.--fixed:before {
    content: "";
    width: 56px;
    height: 50px;
    display: inline-block;
    -webkit-mask: url("../img/common/icon-mail.svg") no-repeat center/38px 28px;
            mask: url("../img/common/icon-mail.svg") no-repeat center/38px 28px;
    background-color: #fff;
  }
  .c-button.--fixed.is-active {
    bottom: 20px;
    opacity: 1;
    pointer-events: unset;
  }
}
@media screen and (max-width: 375px) {
  .c-button.--fixed {
    font-size: clamp(1.125rem, 0.398rem + 3.64vw, 1.25rem);
  }
}
.c-button.--back {
  color: #0E3E76;
}
@media screen and (min-width: 801px) {
  .c-button.--back {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 800px) {
  .c-button.--back {
    margin-top: 20px;
  }
}

.c-heading {
  position: relative;
  font-family: Oswald500, sans-serif;
  font-weight: 500;
  color: #000;
}
.c-heading.--white {
  color: #fff;
}
.c-heading.--white:after {
  background: white;
}
.c-heading.--mainColor {
  color: #0E3E76;
}
.c-heading.--mainColor:after {
  background: #0e3e76;
}
.c-heading:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  width: 50px;
  height: 4px;
  background: #0e3e76;
}
.c-heading.--center {
  text-align: center;
}
.c-heading.--center:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 50px;
  height: 4px;
}
@media screen and (min-width: 801px) {
  .c-heading {
    font-size: 20px;
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 800px) {
  .c-heading {
    font-size: 16px;
    padding-bottom: 24px;
  }
}

.c-heading__ruby {
  display: block;
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
  margin-top: 5px;
}
.c-heading__ruby.--black {
  color: #000;
}
@media screen and (min-width: 801px) {
  .c-heading__ruby {
    font-size: 34px;
  }
}
@media screen and (max-width: 800px) {
  .c-heading__ruby {
    font-size: 25px;
  }
}

.c-heading2 {
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
}
.c-heading2.--center {
  text-align: center;
}
.c-heading2.--mainColor {
  color: #000;
}
@media screen and (min-width: 801px) {
  .c-heading2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 800px) {
  .c-heading2 {
    font-size: 25px;
  }
}

.c-heading2__ruby {
  display: block;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
}
.c-heading2__ruby.--black {
  color: #000;
}
@media screen and (min-width: 801px) {
  .c-heading2__ruby {
    margin-top: 13px;
    font-size: 17px;
  }
}
@media screen and (max-width: 800px) {
  .c-heading2__ruby {
    margin-top: 5px;
    font-size: 15px;
  }
}

.c-bread {
  background-color: #fff;
}

.c-bread__list {
  max-width: 1140px;
  width: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 801px) {
  .c-bread__list {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 800px) {
  .c-bread__list {
    margin: 10px auto 0;
  }
}

.c-bread__item {
  font-size: 12px;
}
.c-bread__item:nth-child(n+2) {
  margin-left: 25px;
  position: relative;
}
.c-bread__item:nth-child(n+2):before {
  content: ">";
  position: absolute;
  top: 50%;
  left: -17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-return {
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 8;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #fff;
  border: 1px solid #0E3E76;
  border-radius: 10px;
  background-color: #0E3E76;
}
.c-return:before {
  content: "";
  width: 13px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  -webkit-mask: url("../img/common/icon-arrow1.svg") no-repeat center/contain;
          mask: url("../img/common/icon-arrow1.svg") no-repeat center/contain;
  background-color: #fff;
}
@media screen and (min-width: 801px) {
  .c-return {
    width: 80px;
    height: 80px;
    padding-bottom: 22px;
    bottom: 30px;
    right: 50px;
    font-size: 11px;
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
  }
  .c-return:before {
    top: 18px;
  }
  .c-return:hover {
    color: #0E3E76;
    background-color: #fff;
  }
  .c-return:hover:before {
    background-color: #0E3E76;
  }
}
@media screen and (max-width: 800px) {
  .c-return {
    width: 60px;
    height: 60px;
    padding-bottom: 10px;
    bottom: 110px;
    right: 4px;
    font-size: 10px;
  }
  .c-return:before {
    top: 10px;
  }
}

.c-board__wrap {
  position: relative;
}
.c-board__wrap:before, .c-board__wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.c-board__wrap:before {
  background: #707070;
  mix-blend-mode: multiply;
  z-index: 1;
}
.c-board__wrap:after {
  top: 0;
  background-image: radial-gradient(#707070 12%, transparent 12%);
  background-position: 5px 5px;
  background-size: 5px 5px;
}
.c-board__title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  text-align: center;
  width: calc(100% - 40px);
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 801px) {
  .c-board__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 800px) {
  .c-board__title {
    font-size: 28px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
  }
}

.c-text {
  text-align: left;
  font-size: 16px;
  line-height: 32px;
  max-width: 1140px;
}
.c-text.--white {
  color: #fff;
}

.c-contact {
  position: relative;
  min-height: 400px;
  overflow: hidden;
}
@media screen and (min-width: 801px) {
  .c-contact {
    padding: 70px 0;
  }
}
@media screen and (max-width: 800px) {
  .c-contact {
    padding: 50px 0;
  }
}

.c-contact__inner {
  margin: 0 auto;
  position: relative;
  color: #fff;
  z-index: 5;
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
}

.c-contact__buttonWrap {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 801px) {
  .c-contact__buttonWrap.--large {
    max-width: 705px;
  }
  .c-contact__buttonWrap.--small {
    margin: 40px auto;
  }
}
@media screen and (max-width: 800px) {
  .c-contact__buttonWrap.--large {
    max-width: 350px;
  }
  .c-contact__buttonWrap.--small {
    margin: 30px auto 40px;
  }
}

.c-contact__button {
  padding: 13px 20px;
  overflow: hidden;
  position: relative;
  max-width: inherit;
}
.c-contact__button.--mainColor {
  border: 1px solid #fff;
}
@media screen and (min-width: 801px) {
  .c-contact__button.--mainColor {
    height: 60px;
    -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.35s;
    transition: -webkit-transform 0.3s, -webkit-box-shadow 0.35s;
    transition: transform 0.3s, box-shadow 0.35s;
    transition: transform 0.3s, box-shadow 0.35s, -webkit-transform 0.3s, -webkit-box-shadow 0.35s;
    font-size: 23px;
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
    display: block;
    line-height: 1.3;
  }
  .c-contact__button.--mainColor:hover {
    border: 1px solid #ECF7FC;
  }
  .c-contact__button:hover.--mainColor {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .c-contact__button:hover.--mainColor:before {
    background-color: #0E3E76;
  }
}
@media screen and (max-width: 800px) {
  .c-contact__button.--mainColor {
    height: 70px;
    font-size: 20px;
    line-height: 26px;
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 519px) {
  .c-contact__button.--mainColor {
    font-size: clamp(0.938rem, 0.736rem + 1.01vw, 1.063rem);
  }
}

@media screen and (min-width: 801px) {
  .c-contact__infoTel {
    font-size: 48px;
  }
}
@media screen and (max-width: 800px) {
  .c-contact__infoTel {
    font-size: 36px;
  }
}

.c-contact__infoText {
  margin-top: 5px;
}
@media screen and (min-width: 801px) {
  .c-contact__infoText {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .c-contact__infoText {
    font-size: 18px;
  }
}
@media screen and (max-width: 519px) {
  .c-contact__infoText {
    font-size: 16px;
  }
}

.c-contact__image {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .c-contact__image {
    width: 150%;
  }
}
@media screen and (max-width: 519px) {
  .c-contact__image {
    width: 126%;
  }
}
.c-contact__image:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.js-fade {
  line-height: 1;
  display: inline-block;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  display: inline-block;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  opacity: 0;
}
.js-fade.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fade.delay {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-fade.delay.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fade.delay.--it02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-fade.delay.--it03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-fade.delay.--it04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header {
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
}
.header:before {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}

.header__inner {
  max-width: 1610px;
  width: calc(100% - 50px);
  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;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .header__inner {
    width: calc(100% - 30px);
  }
}

@media screen and (min-width: 1280px) {
  .header__logoWrap {
    width: 195px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .header__logoWrap {
    width: 130px;
  }
}

.header__logo:hover {
  opacity: 0.6;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1280px) {
  .header-nav__item:nth-child(n+2) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .header-nav__item {
    display: inline-block;
  }
  .header-nav__item:nth-child(n+2) {
    margin-left: 14px;
  }
}

.header-nav__anchor {
  padding: 3px 0;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 801px) {
  .header-nav__anchor {
    position: relative;
    font-size: clamp(0.938rem, 0.84rem + 0.12vw, 1rem);
  }
  .header-nav__anchor:before {
    content: "";
    width: 20px;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
    transition: opacity 0.2s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
    pointer-events: none;
    border-radius: 50px;
    background-color: #0E3E76;
  }
  .header-nav__anchor:hover:before {
    -webkit-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
    opacity: 1;
  }
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .header-nav__anchor {
    font-size: clamp(0.813rem, 0.708rem + 0.21vw, 0.875rem);
  }
}

.header-nav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 801px) {
  .header-nav__button {
    min-height: 60px;
    -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.35s;
    transition: -webkit-transform 0.3s, -webkit-box-shadow 0.35s;
    transition: transform 0.3s, box-shadow 0.35s;
    transition: transform 0.3s, box-shadow 0.35s, -webkit-transform 0.3s, -webkit-box-shadow 0.35s;
  }
  .header-nav__button:hover {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 1280px) {
  .header-nav__button {
    width: 200px;
    font-size: 19px;
    margin-left: 30px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .header-nav__button {
    width: 100px;
    font-size: 14px;
    margin-left: 14px;
    padding: 0 4px;
  }
}
.header-nav__button.--mainColor {
  border: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  .header-nav__button.--mainColor {
    height: 65px;
    font-size: 15px;
    line-height: 23px;
    max-width: 300px;
    margin: 0 auto;
  }
}

.header-nav__guide {
  display: block;
  font-size: 14px;
  color: #ECF7FC;
}

.header2 {
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 801px) {
  .header2 {
    padding: 10px 0;
    position: fixed;
    top: -100px;
    opacity: 0;
    -webkit-transition: top 0.5s, opacity 0.4s;
    transition: top 0.5s, opacity 0.4s;
    pointer-events: none;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
  .header2.is-active {
    top: 0;
    opacity: 1;
    pointer-events: unset;
  }
  .header2.is-sticky {
    position: sticky;
  }
}
@media screen and (max-width: 800px) {
  .header2 {
    height: 70px;
    padding: 17px 0;
    position: sticky;
    top: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
  }
}

.header2__inner {
  margin-left: auto;
  max-width: 1610px;
  width: calc(100% - 50px);
  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) and (min-width: 801px) {
  .header2__inner {
    margin: 0 auto;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 800px) {
  .header2__inner {
    width: calc(100% - 30px);
  }
}

@media screen and (min-width: 1280px) {
  .header2__logoWrap {
    width: 195px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .header2__logoWrap {
    width: 130px;
  }
}
@media screen and (max-width: 800px) {
  .header2__logoWrap {
    position: relative;
    z-index: 15;
    width: 134px;
  }
  .header2__logoWrap.is-active {
    background-color: #0A1A4A;
  }
}

@media screen and (min-width: 801px) {
  .header2__logo:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 800px) {
  .header2__logo.is-active {
    -webkit-filter: invert(100%) sepia(95%) saturate(20%) hue-rotate(325deg) brightness(104%) contrast(106%);
            filter: invert(100%) sepia(95%) saturate(20%) hue-rotate(325deg) brightness(104%) contrast(106%);
  }
}

@media screen and (min-width: 801px) {
  .header2-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header2-nav {
    padding: 140px 20px 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #0A1A4A;
    color: #fff;
  }
  .header2-nav.is-open {
    opacity: 1;
    z-index: 10;
    visibility: inherit;
  }
}

@media screen and (min-width: 801px) {
  .header2-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header2-nav__list {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 519px) {
  .header2-nav__list {
    width: 100%;
  }
}

@media screen and (min-width: 801px) {
  .header2-nav__item {
    margin-right: 20px;
  }
  .header2-nav__item:last-child {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .header2-nav__item {
    margin-right: 10px;
  }
}
@media screen and (max-width: 800px) {
  .header2-nav__item:nth-child(n+2) {
    margin-top: 25px;
  }
  .header2-nav__item.is-active {
    -webkit-animation: fade-in2 0.5s ease-out;
            animation: fade-in2 0.5s ease-out;
  }
}

@-webkit-keyframes fade-in2 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade-in2 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.header2-nav__anchor {
  padding: 3px 0;
  position: relative;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 801px) {
  .header2-nav__anchor {
    font-size: clamp(0.938rem, 0.84rem + 0.12vw, 1rem);
  }
  .header2-nav__anchor:before {
    content: "";
    width: 20px;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
    transition: opacity 0.2s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
    pointer-events: none;
    border-radius: 50px;
    background-color: #0E3E76;
  }
  .header2-nav__anchor:hover:before {
    -webkit-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
    opacity: 1;
  }
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .header2-nav__anchor {
    font-size: clamp(0.813rem, 0.708rem + 0.21vw, 0.875rem);
  }
}
@media screen and (max-width: 800px) {
  .header2-nav__anchor {
    padding: 0 30px;
    display: block;
    font-size: 16px;
    color: #fff;
  }
  .header2-nav__anchor:before {
    content: "";
    width: 10px;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
  }
}

@media screen and (max-width: 800px) {
  .header2__hamburger {
    width: 70px;
    height: 70px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    background-color: #0A1A4A;
  }
  .header2__hamburger:after {
    content: "menu";
    display: block;
    position: absolute;
    top: 42px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
    font-size: 13px;
    color: #fff;
  }
  .header2__hamburger.is-active {
    background-color: #fff;
  }
  .header2__hamburger.is-active:after {
    content: "close";
    color: #0A1A4A;
  }
}

.header2__bar {
  width: calc(100% - 34px);
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: background-color 0.7s, -webkit-transform 0.3s;
  transition: background-color 0.7s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.7s;
  transition: transform 0.3s, background-color 0.7s, -webkit-transform 0.3s;
  background-color: #fff;
}
.header2__bar:first-child {
  top: 17px;
}
.header2__bar:nth-child(2) {
  top: 27px;
}
.header2__bar:nth-child(3) {
  top: 37px;
}
.header2__bar.is-active {
  background-color: #0A1A4A;
}
.header2__bar.is-active:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.header2__bar.is-active:nth-child(2) {
  right: 50%;
  opacity: 0;
  -webkit-animation: active-btn05-bar02 0.8s forwards;
          animation: active-btn05-bar02 0.8s forwards;
}
.header2__bar.is-active:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(-45deg);
          transform: translateY(-12px) rotate(-45deg);
}

@-webkit-keyframes active-btn05-bar02 {}
@media screen and (max-width: 800px) {
  .header2-nav__prWrap {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 800px) {
  .header2-nav__pr {
    display: inline-block;
    font-size: 20px;
    font-family: NotoSans500, sans-serif;
    font-weight: 500;
    color: #0E3E76;
  }
  .header2-nav__pr:before {
    content: "";
    width: 2px;
    height: 100%;
    display: inline-block;
    margin-right: 20px;
    -webkit-transform: translateY(3px) rotate(-43deg);
            transform: translateY(3px) rotate(-43deg);
    background-color: #0E3E76;
  }
  .header2-nav__pr:after {
    content: "";
    width: 2px;
    height: 100%;
    margin-left: 10px;
    display: inline-block;
    -webkit-transform: translateY(3px) rotate(40deg);
            transform: translateY(3px) rotate(40deg);
    background-color: #0E3E76;
  }
}

@media screen and (max-width: 800px) {
  .header2-nav__buttonGroup {
    max-width: 390px;
    margin: 72px auto 0;
    position: relative;
    text-align: center;
  }
}

.header2-nav__infoGroupMail {
  text-align: center;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
}

.header2-nav__infoText {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 801px) {
  .header2-nav__infoText {
    font-size: 23px;
  }
}
@media screen and (max-width: 800px) {
  .header2-nav__infoText {
    font-size: 14px;
  }
}
.header2-nav__infoText:before, .header2-nav__infoText:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  display: inline-block;
  background-color: #fff;
}
.header2-nav__infoText:before {
  left: -15px;
  -webkit-transform: translateY(3px) rotate(-40deg);
          transform: translateY(3px) rotate(-40deg);
}
.header2-nav__infoText:after {
  right: -15px;
  -webkit-transform: translateY(3px) rotate(40deg);
          transform: translateY(3px) rotate(40deg);
}

@media screen and (min-width: 801px) {
  .header2-nav__infoTel {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .header2-nav__infoTel {
    font-size: 13px;
  }
}

.header2-nav__infoLink {
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 801px) {
  .header2-nav__infoLink {
    font-size: 48px;
  }
}
@media screen and (max-width: 800px) {
  .header2-nav__infoLink {
    font-size: 32px;
    line-height: 1.5;
  }
}

.header2-nav__vl {
  background-color: #fff;
}
@media screen and (min-width: 801px) {
  .header2-nav__vl {
    width: 1px;
    height: 90px;
  }
}
@media screen and (max-width: 800px) {
  .header2-nav__vl {
    height: 1px;
    width: 100%;
    margin: 16px auto 18px;
  }
}

.header2-nav__buttonWrap {
  margin-top: 10px;
}

.header2-nav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 801px) {
  .header2-nav__button {
    min-height: 60px;
    -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.35s;
    transition: -webkit-transform 0.3s, -webkit-box-shadow 0.35s;
    transition: transform 0.3s, box-shadow 0.35s;
    transition: transform 0.3s, box-shadow 0.35s, -webkit-transform 0.3s, -webkit-box-shadow 0.35s;
  }
  .header2-nav__button:hover {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 1280px) {
  .header2-nav__button {
    width: 200px;
    font-size: 19px;
    margin-left: 30px;
    margin-right: 50px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .header2-nav__button {
    width: 100px;
    font-size: 14px;
    margin-left: 14px;
    padding: 0 4px;
  }
}
.header2-nav__button.--mainColor {
  border: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  .header2-nav__button.--mainColor {
    height: 65px;
    font-size: 15px;
    line-height: 23px;
    max-width: 300px;
    margin: 0 auto;
  }
}

.footer {
  color: #fff;
  background-color: #0E3E76;
}
@media screen and (min-width: 801px) {
  .footer {
    padding: 70px 0;
  }
}
@media screen and (max-width: 800px) {
  .footer {
    padding: 50px 0 20px;
  }
}

@media screen and (min-width: 801px) {
  .footer-nav {
    max-width: 1100px;
    width: calc(100% - 100px);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 801px) {
  .footer-nav__col.--left {
    padding-right: 15px;
  }
  .footer-nav__col.--right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 800px) {
  .footer-nav__col {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (min-width: 801px) {
  .footer-nav__logoWrap {
    max-width: 190px;
  }
}
@media screen and (max-width: 800px) {
  .footer-nav__logoWrap {
    max-width: 170px;
    margin: 0 auto;
  }
}

.footer-nav__infoGroup {
  margin-top: 18px;
  line-height: 1.66;
}
@media screen and (min-width: 801px) {
  .footer-nav__infoGroup {
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .footer-nav__infoGroup {
    text-align: left;
    font-size: 16px;
  }
}

@media screen and (min-width: 801px) {
  .footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-nav__list:nth-child(n+2) {
    margin-left: 70px;
  }
}
@media screen and (max-width: 800px) {
  .footer-nav__list {
    display: block;
    padding-left: 15px;
  }
  .footer-nav__list:first-child {
    margin-top: 40px;
  }
  .footer-nav__list:nth-child(n+2) {
    margin-top: 15px;
  }
}

@media screen and (min-width: 801px) {
  .footer-nav__item:not(:nth-child(3n-2)) {
    margin-top: 15px;
  }
  .footer-nav__item:nth-child(n+4) {
    margin-left: 70px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .footer-nav__item:nth-child(n+4) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 800px) {
  .footer-nav__item {
    text-align: left;
  }
  .footer-nav__item:nth-child(n+2) {
    margin-top: 15px;
  }
}

.footer-nav__anchor {
  position: relative;
}
.footer-nav__anchor:before {
  content: "";
  width: 7px;
  height: 11px;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: -12px;
  -webkit-mask: url("../img/common/icon-arrow2.svg") no-repeat center/contain;
          mask: url("../img/common/icon-arrow2.svg") no-repeat center/contain;
  background-color: #fff;
}
@media screen and (min-width: 801px) {
  .footer-nav__anchor:after {
    content: "";
    width: 0;
    height: 1px;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    pointer-events: none;
    background-color: #fff;
  }
  .footer-nav__anchor:hover:after {
    width: 100%;
  }
}

.footer__copyright {
  font-size: 14px;
  margin-top: auto;
}
@media screen and (min-width: 801px) {
  .footer__copyright {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .footer__copyright {
    margin-top: 50px;
    text-align: center;
  }
}