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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #333;
  background: url("../img/common/common_bg.svg") repeat-y right 25% top/84%;
}
@media screen and (max-width: 768px) {
  body.is-fixed {
    overflow: hidden;
  }
}

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

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

@media screen and (max-width: 768px) {
  .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.2s;
  transition: background-color 0.2s;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.c-button.--white {
  color: #333;
  border: 1px solid #fff;
  background-color: #fff;
}
.c-button.--white:after {
  background-color: #064EA2;
}
@media screen and (min-width: 769px) {
  .c-button.--white:hover {
    color: #fff;
    background-color: #064EA2;
  }
  .c-button.--white:hover:after {
    background-color: #fff;
  }
}
.c-button.--blue1 {
  color: #fff;
  border: 1px solid #064EA2;
  background-color: #064EA2;
}
.c-button.--blue1:after {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-button.--blue1:hover {
    color: #064EA2;
    background-color: #fff;
  }
  .c-button.--blue1:hover:after {
    background-color: #064EA2;
  }
}
.c-button.--border1 {
  border: 1px solid #064EA2;
}
.c-button.--arrow {
  position: relative;
}
.c-button.--arrow:after {
  content: "";
  width: 26px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
          mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
}

.c-heading {
  line-height: 1.35;
}
.c-heading.--center {
  text-align: center;
}

.c-heading__roma {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .c-heading__roma {
    font-size: 20px;
  }
}

.c-heading__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #064EA2;
}
@media screen and (min-width: 769px) {
  .c-heading__ja {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-heading__ja {
    font-size: clamp(26px, 7.5vw, 32px);
  }
}

.c-bread {
  max-width: 950px;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-bread {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.c-bread::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 769px) {
  .c-bread a:hover {
    position: relative;
  }
  .c-bread a:hover:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -2px;
    right: 0;
    background-color: #333;
  }
}

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

.header {
  height: 60px;
  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;
  position: sticky;
  top: 0;
  z-index: 10;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  background-color: #064EA2;
}
@media screen and (min-width: 769px) {
  .header {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 0 0 10px;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .header__logo:hover {
    opacity: 0.7;
  }
}
.header__logo img {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .header__logo img {
    width: clamp(180px, 20vw, 205px);
  }
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: clamp(130px, 40vw, 195px);
  }
}
.header__logo span {
  margin-left: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .header__logo span {
    font-size: clamp(14px, 1.6vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .header__logo span {
    font-size: 13px;
  }
}

.header__menuGroup {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #fff;
}

.header__anchor {
  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.2s;
  transition: background-color 0.2s;
  font-size: 15px;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  border-right: 1px solid #fff;
}
.header__anchor.--large {
  width: 200px;
  position: relative;
}
.header__anchor.--large:after {
  content: "";
  width: 18px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/icon-arrow.svg") no-repeat center/contain;
}
.header__anchor.--recruit {
  width: clamp(145px, 17vw, 200px);
}
.header__anchor.--short {
  width: 60px;
}
.header__anchor.--mail {
  background: url("../img/common/icon-mail.svg") no-repeat center/27px;
}
@media screen and (min-width: 769px) {
  .header__anchor:hover {
    background-color: #55C2E9;
  }
}

.header__hamburger {
  width: 60px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 12;
  cursor: pointer;
}
.header__hamburger.is-active span:first-child {
  -webkit-transform: translateY(3px) rotate(45deg);
          transform: translateY(3px) rotate(45deg);
}
.header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-3px) rotate(-45deg);
          transform: translateY(-3px) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .header__hamburger:hover {
    background-color: #55C2E9;
  }
}
.header__hamburger span {
  width: 32px;
  height: 3px;
  display: block;
  -webkit-transition: -webkit-transform 0.18s;
  transition: -webkit-transform 0.18s;
  transition: transform 0.18s;
  transition: transform 0.18s, -webkit-transform 0.18s;
  border-radius: 100px;
  background-color: #fff;
}
.header__hamburger span:first-child {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.header__hamburger span:nth-child(3) {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

.header-nav {
  width: 100%;
  max-height: 830px;
  padding: 20px 20px 35px;
  display: block;
  position: fixed;
  right: -102%;
  overflow-y: auto;
  opacity: 0;
  z-index: 11;
  background-color: #fff;
}
.header-nav.is-show {
  right: 0;
  opacity: 1;
  -webkit-transition: right 0.35s, opacity 0.4s 0.12s;
  transition: right 0.35s, opacity 0.4s 0.12s;
}
@media screen and (min-width: 769px) {
  .header-nav {
    max-width: 500px;
    height: 100vh;
    top: 0;
    -webkit-transition: right 0.85s, opacity 0.4s;
    transition: right 0.85s, opacity 0.4s;
    border-top: 59px solid #064EA2;
  }
}
@media screen and (max-width: 768px) {
  .header-nav {
    max-width: 390px;
    height: calc(100vh - 59px);
    top: 59px;
    -webkit-transition: right 0.45s, opacity 0.4s;
    transition: right 0.45s, opacity 0.4s;
  }
}

.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 12px;
  display: block;
  position: relative;
  font-size: 20px;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.header-nav__anchor:after {
  content: "";
  width: 27px;
  height: 27px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background: #064EA2 url("../img/common/icon-arrow.svg") no-repeat center/15px;
}
@media screen and (min-width: 769px) {
  .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 12px 5px;
}
.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: 57%;
  right: -11px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  background-color: #064EA2;
}

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

.header-nav__buttonWrap {
  max-width: 350px;
}
.header-nav__buttonWrap:first-child {
  margin: 30px auto 0;
}
.header-nav__buttonWrap:nth-child(n+2) {
  margin: 20px auto 0;
}

.header-nav__button {
  min-height: 50px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.footer {
  padding: 60px 0 0;
  border-top: 1px solid #D5D5D5;
  background-color: #fff;
}

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

@media screen and (max-width: 768px) {
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__logo img {
  width: 240px;
  display: inline-block;
}
.footer__logo span {
  margin-left: 5px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.footer__basicInfo {
  font-size: 14px;
  line-height: 1.42;
}
@media screen and (min-width: 769px) {
  .footer__basicInfo {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer__basicInfo {
    margin-top: 30px;
    text-align: center;
  }
}

.footer__row {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .footer__listGroup {
    max-width: 600px;
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .footer__listTitle {
    margin-bottom: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .footer__listTitle:nth-child(n+3) {
    margin-top: 30px;
  }
}
.footer__listTitle a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .footer__item:nth-child(n+2) {
    margin-top: 12px;
  }
}

@media screen and (min-width: 769px) {
  .footer__anchor {
    font-size: 14px;
  }
  .footer__anchor:before {
    content: "";
    width: 10px;
    height: 1px;
    margin-right: 5px;
    display: inline-block;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    background-color: #333;
  }
  .footer__anchor:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 769px) {
  .footer__anchor2 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .footer__anchor2:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 769px) {
  .footer__buttonGroup {
    width: 32%;
  }
}

.footer__buttonWrap {
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .footer__buttonWrap {
    margin: 0 0 0 auto;
  }
  .footer__buttonWrap:nth-child(n+2) {
    margin: 20px 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__buttonWrap {
    margin: 0 auto;
  }
  .footer__buttonWrap:nth-child(n+2) {
    margin: 20px auto 0;
  }
}

.footer__button {
  height: 50px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.footer__copyright {
  padding: 8px 10px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  background-color: #064EA2;
}
@media screen and (min-width: 769px) {
  .footer__copyright {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 44px;
  }
}

.common-jumbotron {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.common-jumbotron:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.7);
}
.common-jumbotron img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.common-jumbotron__description {
  max-width: 958px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  color: #fff;
}

.common-jumbotron__en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .common-jumbotron__en {
    font-size: 20px;
  }
}

.common-jumbotron__pageTitle {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .common-jumbotron__pageTitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .common-jumbotron__pageTitle {
    font-size: clamp(28px, 7.5vw, 32px);
  }
}

.common-jumbotron__read {
  margin-top: 24px;
  font-size: 14px;
  line-height: 2.14;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.common-nav {
  width: 100%;
  position: fixed;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  z-index: 8;
  overflow: hidden;
  cursor: pointer;
  border-radius: 16px 0 0 16px;
  background-color: #064EA2;
}
.common-nav:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.common-nav.is-show {
  right: 0;
}
.common-nav.is-show:before {
  left: 7px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .common-nav {
    max-width: 208px;
    padding: 20px 20px 20px 40px;
    right: -180px;
  }
  .common-nav:before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .common-nav {
    max-width: 188px;
    padding: 10px 10px 10px 30px;
    right: -160px;
  }
  .common-nav:before {
    width: 8px;
    height: 8px;
  }
}

.common-nav__buttonWrap:nth-child(n+2) {
  margin-top: 12px;
}

.common-nav__button {
  font-size: 12px;
}
.common-nav__button.--white {
  color: #064EA2;
}
@media screen and (min-width: 769px) {
  .common-nav__button {
    height: 40px;
  }
  .common-nav__button:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 768px) {
  .common-nav__button {
    height: 30px;
  }
}