.inbox {
  max-width: 87.5rem;
  margin-inline: auto;
  position: relative;
  display: block;
}

/* responsive */
/*@include mq() { }*/
/*color*/
/* cubic-bezier */
.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.btn_mote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6.25rem;
  border: 2px solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}

.bg_title > span {
  background: #ffffff;
  color: #054993;
  padding-inline: 1.25rem;
  font-size: 4rem;
  line-height: 1.609375;
  display: inline-block;
}
.bg_title > span + span {
  margin-top: 1rem;
}

@media (max-width: 749.9px) {
  .bg_title > span {
    padding-inline: 1rem;
    font-size: 2.5rem;
    line-height: 1.625;
  }
  .bg_title > span + span {
    margin-top: 0.625rem;
  }
}
/* dis */
@media (min-width: 750px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 749.9px) {
  .pc {
    display: none !important;
  }
}
html {
  font-family: sans-serif;
  line-height: 1.72;
  letter-spacing: 0.06em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 0.8333333333vw;
}
@media (max-width: 749.9px) {
  html {
    font-size: 2.1333333333vw;
  }
}

body {
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

figure {
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  font-weight: 400;
}

dl, dt, dd, p {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  color: initial;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  cursor: default;
  text-decoration: none;
}
a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio], legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

:root {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background-color: #46a7fe;
}

::selection {
  background-color: #46a7fe;
}

@media screen and (max-width: 749.9px) {
  [data-visible=pc] {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  [data-visible=sp] {
    display: none;
  }
}
@media screen and (max-width: 749.9px) {
  body[data-nav-open=true] {
    height: 100%;
    overflow: hidden;
  }
}
a[href] {
  cursor: pointer;
}

img, video {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, .f_serif {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.wrapper {
  padding-top: 7.375rem;
}
@media (max-width: 749.9px) {
  .wrapper {
    padding-top: 5.75rem;
  }
}

body.menu-open {
  overflow: hidden;
  height: 100vh;
}

.c-header-new {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 550;
}
.c-header-new .c-header__body {
  height: 7.375rem;
  background: #ffffff;
  padding-left: 1.875rem;
  padding-right: 4.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.menu-open .c-header-new .c-header__body {
  background-color: transparent;
}
.c-header-new .c-header__body .c-header__title a {
  position: relative;
}
.c-header-new .c-header__body .c-header__title img {
  width: 16.25rem;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-header-new .c-header__body .c-header__title img.white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-header-new .c-header__body .c-header__btn-menu {
  display: none;
}
.c-header-new .c-header__body .c-header__link-nav {
  font-size: max(1.25rem, 12px);
}
.c-header-new .c-header__body .c-header__link-nav a:hover {
  color: #054993;
}
.c-header-new .c-header__body .c-header__link-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-header-new .c-header__body .c-header__link-nav > ul > li {
  position: relative;
}
.c-header-new .c-header__body .c-header__link-nav > ul > li + li {
  margin-left: 3.125rem;
}
.c-header-new .c-header__body .c-header__link-nav > ul > li:hover > ul {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.c-header-new .c-header__body .c-header__link-nav > ul > li > ul {
  position: absolute;
  z-index: 50;
  padding: 1.25rem;
  background: #f7f7f7;
  top: 99%;
  pointer-events: none;
  width: 17.5rem;
  opacity: 0;
  -webkit-transform: translate(0, 0.9375rem);
          transform: translate(0, 0.9375rem);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.c-header-new .c-header__body .c-header__link-nav > ul > li > ul li + li {
  margin-top: 0.625rem;
}

.c-nav-global {
  display: none;
}

@media (max-width: 749.9px) {
  .c-header-new {
    width: 100%;
    background: #ffffff;
  }
  .menu-open .c-header-new {
    background-color: transparent;
  }
  .c-header-new .c-header__body {
    height: 5.75rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 1.875rem;
    padding-right: 0;
  }
  .c-header-new .c-header__body .c-header__link-nav {
    display: none !important;
  }
  .c-header-new .c-header__body .c-header__btn-menu {
    width: 5.75rem;
    height: 5.75rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    background: #084a95;
    overflow: hidden;
    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;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c-header-new .c-header__body .c-header__btn-menu .c-header__btn-menu__in span {
    width: 2.75rem;
    height: 0.3125rem;
    background: #ffffff;
    position: relative;
    text-indent: 1000%;
    white-space: nowrap;
    display: block;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .c-header-new .c-header__body .c-header__btn-menu .c-header__btn-menu__in span::before, .c-header-new .c-header__body .c-header__btn-menu .c-header__btn-menu__in span::after {
    content: "";
    width: 100%;
    height: 0.3125rem;
    background: #ffffff;
    display: block;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-header-new .c-header__body .c-header__btn-menu .c-header__btn-menu__in span::before {
    top: -0.75rem;
  }
  .c-header-new .c-header__body .c-header__btn-menu .c-header__btn-menu__in span::after {
    bottom: -0.75rem;
  }
  .menu-open .c-header-new .c-header__body .c-header__title .c-header__site-name .default {
    opacity: 0;
  }
  .menu-open .c-header-new .c-header__body .c-header__title .c-header__site-name .white {
    opacity: 1;
  }
  .menu-open .c-header-new .c-header__body .c-header__btn-menu .c-header__btn-menu__in span {
    background-color: transparent;
  }
  .menu-open .c-header-new .c-header__body .c-header__btn-menu .c-header__btn-menu__in span::before {
    top: 0;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .menu-open .c-header-new .c-header__body .c-header__btn-menu .c-header__btn-menu__in span::after {
    bottom: 0;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .c-nav-global {
    display: block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  body:not(.menu-open) .c-nav-global {
    opacity: 0;
    pointer-events: none;
  }
  .c-nav-global {
    width: 100%;
    height: 100%;
    color: #ffffff;
    background: #084a95;
    position: fixed;
    padding: 13.25rem 6rem 7.5rem 5rem;
    top: 0;
    left: 0;
    z-index: 500;
    letter-spacing: 0.1em;
    overflow: auto;
  }
  .c-nav-global dt, .c-nav-global p {
    font-size: 2.1875rem;
    line-height: 1.8857142857;
  }
  .c-nav-global li {
    font-size: 1.875rem;
    line-height: 2.2;
  }
  .c-nav-global dt {
    font-weight: 400;
    margin-bottom: 0.9375rem;
  }
  .c-nav-global a {
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: block;
    position: relative;
  }
  .c-nav-global a::after {
    content: "";
    width: 3rem;
    height: 1.875rem;
    background: url("../img/common/i_arw.svg") no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.9375rem;
    right: 0;
  }
  .c-nav-global__dl__wrap > * + * {
    margin-top: 4.375rem;
  }
}
.footer_other {
  padding: 8.75rem 1.25rem 8.5rem;
}
.footer_other a {
  max-width: 87.5rem;
  margin-inline: auto;
  height: 58.25rem;
  display: block;
  background: url("../img/common/cta_bn.webp") center center;
  background-size: cover;
  padding: 6.125rem 0 0 4.375rem;
  border-radius: 1.875rem;
}
.footer_other a .btn_mote_wrap {
  margin-top: 6rem;
}
.footer_other a .btn_mote_wrap .btn_mote {
  width: 31.625rem;
  height: 5.75rem;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  color: #054993;
  background: #ffffff;
  border-width: max(0.1875rem, 2px);
  border-color: #054993;
}
.footer_other a .btn_mote_wrap .btn_mote:hover {
  color: #ffffff;
  background-color: #054993;
}

@media (max-width: 749.9px) {
  .footer_other {
    padding: 3.125rem 1.25rem 3.375rem;
  }
  .footer_other a {
    max-width: 40.625rem;
    height: 27rem;
    background-image: url("../img/common/cta_bn_sp.webp");
    padding: 2.5rem 0 0 2rem;
    border-radius: 1.25rem;
  }
  .footer_other a .btn_mote_wrap {
    margin-top: 9.3125rem;
  }
  .footer_other a .btn_mote_wrap .btn_mote {
    width: 22.125rem;
    height: 4.125rem;
    font-size: 1.5625rem;
  }
}
.c-footer__cta {
  height: 49rem;
  background: url("../img/common/cta_bg.webp") center center;
  background-size: cover;
  padding: 7.75rem 1.25rem;
}
.c-footer__cta a {
  border-radius: 1.875rem;
  padding: 4.5rem 5rem 4.25rem;
  max-width: 87.5rem;
  margin-inline: auto;
  background: #da3b24;
  color: #ffffff;
  display: block;
}
.c-footer__cta .c-footer__cta-box dt img {
  width: 20.125rem;
}
.c-footer__cta .c-footer__cta-box dd {
  margin-top: 2.125rem;
  line-height: 1.72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-footer__cta .c-footer__cta-box dd p {
  font-size: 1.5625rem;
}
.c-footer__cta .c-footer__cta-box dd .btn_mote_wrap .btn_mote {
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  padding-top: 0.12em;
  width: 31.625rem;
  height: 5.75rem;
}
.c-footer__cta .c-footer__cta-box dd .btn_mote_wrap .btn_mote:hover {
  color: #da3b24;
  border-width: max(0.1875rem, 2px);
  background: #ffffff;
  border-color: #ffffff;
}
.c-footer__body .c-footer__copyright {
  height: 6.875rem;
  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;
  font-size: max(0.9375rem, 10px);
}

@media (max-width: 749.9px) {
  .c-footer__cta {
    height: 44.875rem;
    background-image: url("../img/common/cta_bg_sp.webp");
    padding: 3.75rem 1.25rem;
  }
  .c-footer__cta a {
    border-radius: 1.25rem;
    padding: 3.125rem 3.125rem 2.875rem;
    max-width: 40.625rem;
  }
  .c-footer__cta .c-footer__cta-box dt img {
    width: 14.125rem;
  }
  .c-footer__cta .c-footer__cta-box dd {
    margin-top: 1.5625rem;
    line-height: 1.72;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-footer__cta .c-footer__cta-box dd p {
    font-size: 1.25rem;
  }
  .c-footer__cta .c-footer__cta-box dd .btn_mote_wrap {
    margin-top: 3.75rem;
  }
  .c-footer__cta .c-footer__cta-box dd .btn_mote_wrap .btn_mote {
    width: 22.125rem;
    height: 4.125rem;
    font-size: 1.5625rem;
  }
  .c-footer__body .c-footer__copyright {
    height: 6.875rem;
    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;
    font-size: max(0.9375rem, 10px);
  }
}