@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&subset=japanese");
:root {
  --max-width: 1088px;
  --side-padding: 60px;
  --side-padding-sp: 20px;
  --header-height-pc: 80px;
  --header-height-sp: 70px;
}

.hipro-icon--line::before, .hipro-icon--mail::before, .hipro-icon--hatena::before, .hipro-icon--facebook::before, .hipro-icon--twitter::before, .hipro-icon--check-1::before, .hipro-icon--arw-4::before, .hipro-icon--person-1::before, .hipro-icon--loupe::before, .hipro-icon--close-1::before, .hipro-icon--login::before, .hipro-icon--menu::before, .hipro-icon--qa-1::before, .hipro-icon--file-1::before, .hipro-icon--blank::before, .hipro-icon--arw-3::before, .hipro-icon--arw-2::before, .hipro-icon--arw-1::before, .hipro-icon--arw-5::before, .hipro-icon--fig-7::before, .hipro-icon--fig-6::before, .hipro-icon--fig-5::before, .hipro-icon--fig-4::before, .hipro-icon--fig-3::before, .hipro-icon--fig-2::before, .hipro-icon--fig-1::before, [class^=hipro-icon], [class*=" hipro-icon"], [class^=icon-], [class*=" icon-"] {
  font-family: "HiPRO" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes anime-button {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes anime-button {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes icon-gradient {
  0% {
    background-color: #0094D7;
  }
  33% {
    background-color: #7A8992;
  }
  66% {
    background-color: #07507B;
  }
  100% {
    background-color: #0094D7;
  }
}
@keyframes icon-gradient {
  0% {
    background-color: #0094D7;
  }
  33% {
    background-color: #7A8992;
  }
  66% {
    background-color: #07507B;
  }
  100% {
    background-color: #0094D7;
  }
}
body {
  color: #222;
  background: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.is-loading body .l-loading {
  content: "";
  position: fixed;
  top: calc((100% - 64px) / 2);
  left: calc((100% - 64px) / 2);
  width: 64px;
  height: 64px;
  -webkit-animation: 3s linear 0s infinite both icon-gradient;
          animation: 3s linear 0s infinite both icon-gradient;
  opacity: 0.4;
  z-index: -1;
  background: #0094D7;
}
@media (max-width: 767px) {
  html.is-loading body .l-loading {
    width: 34px;
    height: 34px;
    top: calc((100% - 34px) / 2);
    left: calc((100% - 34px) / 2);
  }
}
html.is-loading body .l-loading:before, html.is-loading body .l-loading:after {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  height: 50%;
}
html.is-loading body .l-loading:before {
  top: 0;
  background: #07507B;
  -webkit-animation: 3s linear -2s infinite both icon-gradient;
          animation: 3s linear -2s infinite both icon-gradient;
}
html.is-loading body .l-loading:after {
  bottom: 0;
  background: #7A8992;
  -webkit-animation: 3s linear -1s infinite both icon-gradient;
          animation: 3s linear -1s infinite both icon-gradient;
}
@media (max-width: 767px) {
  html.is-menu-open body {
    overflow: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.is-fadein-text[data-scroll] {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 2.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-fadein-text[data-scroll].is-inview {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@font-face {
  font-family: "HiPRO";
  src: url("../fonts/hipro.ttf?nsx5fl") format("truetype"), url("../fonts/hipro.woff?nsx5fl") format("woff"), url("../fonts/hipro.svg?nsx5fl#b-ch") format("svg");
  font-weight: normal;
  font-style: normal;
}
.hipro-icon--fig-1::before {
  content: "\e900";
}

.hipro-icon--fig-2::before {
  content: "\e901";
}

.hipro-icon--fig-3::before {
  content: "\e902";
}

.hipro-icon--fig-4::before {
  content: "\e903";
}

.hipro-icon--fig-5::before {
  content: "\e904";
}

.hipro-icon--fig-6::before {
  content: "\e905";
}

.hipro-icon--fig-7::before {
  content: "\e906";
}

.hipro-icon--arw-5::before {
  content: "\e907";
}

.hipro-icon--arw-1::before {
  content: "\e908";
}

.hipro-icon--arw-2::before {
  content: "\e909";
}

.hipro-icon--arw-3::before {
  content: "\e90a";
}

.hipro-icon--blank::before {
  content: "\e90b";
}

.hipro-icon--file-1::before {
  content: "\e90c";
}

.hipro-icon--qa-1::before {
  content: "\e90d";
}

.hipro-icon--menu::before {
  content: "\e90e";
}

.hipro-icon--login::before {
  content: "\e90f";
}

.hipro-icon--close-1::before {
  content: "\e910";
}

.hipro-icon--loupe::before {
  content: "\e911";
}

.hipro-icon--person-1::before {
  content: "\e912";
}

.hipro-icon--arw-4::before {
  content: "\e913";
}

.hipro-icon--check-1::before {
  content: "\e914";
}

.hipro-icon--twitter::before {
  content: "\e915";
}

.hipro-icon--facebook::before {
  content: "\e916";
}

.hipro-icon--hatena::before {
  content: "\e917";
}

.hipro-icon--mail::before {
  content: "\e918";
}

.hipro-icon--line::before {
  content: "\e919";
}

.icon-arw-5:before {
  content: "\e907";
}

.icon-fig-1:before {
  content: "\e900";
}

.icon-fig-3:before {
  content: "\e901";
}

.icon-fig-2:before {
  content: "\e902";
}

.icon-fig-4:before {
  content: "\e903";
}

.icon-fig-5:before {
  content: "\e904";
}

.icon-fig-6:before {
  content: "\e905";
}

.icon-fig-7:before {
  content: "\e906";
}

.icon-arw-1:before {
  content: "\e908";
}

.icon-arw-2:before {
  content: "\e909";
}

.icon-arw-3:before {
  content: "\e90a";
}

.icon-blank:before {
  content: "\e90b";
}

.icon-file-1:before {
  content: "\e90c";
}

.icon-qa-1:before {
  content: "\e90d";
}

.icon-menu:before {
  content: "\e90e";
}

.icon-login:before {
  content: "\e90f";
}

.icon-close-1:before {
  content: "\e910";
}

.icon-loupe:before {
  content: "\e911";
}

.icon-person-1:before {
  content: "\e912";
}

.icon-arw-4:before {
  content: "\e913";
}

.icon-check-1:before {
  content: "\e914";
}

.icon-twitter:before {
  content: "\e915";
}

.icon-facebook:before {
  content: "\e916";
}

.icon-hatena:before {
  content: "\e917";
}

.icon-mail:before {
  content: "\e918";
}

.icon-line:before {
  content: "\e919";
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  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;
  z-index: 1002;
}

.modal__container {
  width: 100%;
}
.modal__container__iframe {
  position: relative;
  max-width: 1024px;
  padding: 0 10px;
  margin: auto;
}
.modal__container__iframe__inner {
  position: relative;
  width: 100%;
  margin: auto;
  padding-top: 56.25%;
  background: black;
}
.modal__container__iframe__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal__header {
  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;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  border: none;
  color: inherit;
  background: none;
  font: inherit;
  line-height: inherit;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  width: calc(var(--side-padding) - 20px);
  height: calc(var(--side-padding) - 20px);
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1010;
}
.modal__close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.modal__close:focus {
  outline: none;
}
.modal__close:before, .modal__close:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: white;
}
.modal__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.l-footer {
  line-height: 2;
  position: relative;
}
.l-footer__upper {
  padding: 40px var(--side-padding);
  color: #FFFFFF;
  background: #888;
}
.l-footer__upper img {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .l-footer__upper {
    padding: 40px var(--side-padding-sp) 20px;
  }
}
.l-footer__upper a {
  color: #fff;
}
.l-footer__upper .w100 {
  margin-left: 50px !important;
}
@media (max-width: 767px) {
  .l-footer__upper .w100 {
    margin-left: 0px !important;
    width: inherit !important;
  }
}
.l-footer__bottom {
  margin-top: 15px;
}
.l-footer__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: var(--max-width);
  margin: 0 auto;
}
.l-footer__bottom .l-footer__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.l-footer__logo {
  margin-top: 58px;
}
@media (max-width: 767px) {
  .l-footer__logo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 0;
    padding-top: 29px;
  }
  .l-footer__logo a img {
    width: 127px;
  }
}
.l-footer__logo__catch {
  display: block;
  margin-top: 26px;
}
@media (max-width: 767px) {
  .l-footer__logo__catch {
    margin: 15px auto 0;
    width: 290px;
  }
}
.l-footer__gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 46px;
}
@media (max-width: 767px) {
  .l-footer__gnav {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .l-footer__gnav__con {
    width: 70%;
  }
  .l-footer__gnav__con.w100 {
    width: 100%;
  }
  .l-footer__gnav__con:last-child {
    margin-top: 30px;
  }
}
.l-footer__gnav__con + .l-footer__gnav__con {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .l-footer__gnav__con + .l-footer__gnav__con {
    margin-left: 0;
  }
}
.l-footer__gnav__title {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  width: 100%;
  border-bottom: solid 1px #ccc;
}
.l-footer__gnav__title--small {
  margin-left: 10px;
  font-size: 16px;
}
.l-footer__gnav__list {
  position: relative;
  font-size: 14px;
  margin-top: 19px;
  line-height: 2.2;
  letter-spacing: 0.04em;
}
.l-footer__gnav__list + .l-footer__gnav__list {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .l-footer__gnav__list + .l-footer__gnav__list {
    margin-left: 0;
  }
}
.l-footer__gnav__list a:hover {
  color: #fff;
  text-decoration: underline;
}
.l-footer__gnav__list__txt {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-footer__gnav__list__txt {
    position: static;
    margin-bottom: 10px;
  }
}
.l-footer__gnav__list--small {
  margin-left: 5px;
  font-size: 10px;
}
.l-footer__gnav__list--span {
  display: block;
}
.l-footer__gnav__list--sub {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 10px;
}
.l-footer__gnav__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .l-footer__gnav__box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__gnav__box .l-footer__gnav__list {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .l-footer__gnav__box .l-footer__gnav__list {
    width: 47%;
    padding-left: 0;
  }
}
.l-footer__sns {
  width: 70%;
}
@media (max-width: 767px) {
  .l-footer__sns {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding: 15px 0 20px;
  }
}
.l-footer__sns__title {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-footer__sns__title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .l-footer__sns__list {
    text-align: center;
  }
}
.l-footer__sns__list li {
  display: inline-block;
  margin-top: 15px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .l-footer__sns__list li {
    margin-top: 10px;
  }
}
.l-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 13px;
  line-height: 1;
  margin-left: auto;
  padding-top: 52px;
}
@media (max-width: 767px) {
  .l-footer__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.8125vw;
    width: 100%;
    margin-left: 0;
    padding-top: 46px;
    font-size: 10px;
    font-size: clamp(10px, 3.0555555556vw, 13px);
  }
}
.l-footer__links li + li {
  margin-left: 2em;
}
@media (max-width: 767px) {
  .l-footer__links li + li {
    margin-left: 0;
  }
}
.l-footer__links a {
  text-decoration: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}
.l-footer__links a:hover {
  opacity: 0.6;
  color: #fff;
}
.l-footer__persol {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 0;
}
@media (max-width: 767px) {
  .l-footer__persol {
    position: static;
    width: 100%;
    text-align: center;
  }
  .l-footer__persol img {
    width: 145px;
  }
}
.l-footer__copy {
  width: 100%;
  margin-top: 12px;
  padding: 20px 0;
  border-top: 1px solid #EBEBEB;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #888;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer__copy {
    font-size: 12px;
    margin-top: 16px;
    padding-top: 12px;
    width: auto;
  }
}
.l-footer__pmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .l-footer__pmark {
    position: absolute;
    top: -2px;
    right: 15px;
    bottom: 0;
    gap: 0;
    margin: auto;
    font-size: 0;
  }
}
.l-footer__pmark strong {
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-footer__pmark img {
    width: 46px;
  }
}
.l-footer__pmark a {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.l-footer__pmark a:hover {
  color: #222;
  text-decoration: none;
  opacity: 0.7;
}
.l-footer__body {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .l-footer__body {
    padding: 0 20px;
  }
}
.l-footer__middle {
  padding: 32px 0 48px;
  background-color: #F5F5F5;
}
@media (max-width: 767px) {
  .l-footer__middle {
    padding: 40px 0 48px;
  }
}
.l-footer__middle a:hover {
  text-decoration: none;
}
.l-footer__middle .l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__flex {
    display: block;
    margin-bottom: 40px;
  }
}
.l-footer__middle .l-footer__flex:last-child {
  margin-bottom: 0;
}
.l-footer__middle .l-footer__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 125px;
      flex-basis: 125px;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__heading {
    display: block;
    margin-bottom: 16px;
    padding: 0;
    font-size: 1.4rem;
  }
}
.l-footer__middle .l-footer__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 13px;
  border-left: solid 1.3px #D9D9D6;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__wrapper {
    display: block;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-left: none;
  }
}
.l-footer__middle .l-footer__wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.l-footer__middle .l-footer__wrapper .l-footer__title {
  float: left;
  clear: both;
  width: 140px;
  padding-left: 13px;
  font-size: 0.8rem;
  line-height: 20px;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__wrapper .l-footer__title {
    float: none;
    width: auto;
    margin-bottom: 8px;
    padding: 16px 0 0;
    border-top: 1px solid #D9D9D6;
    line-height: inherit;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__title:not(:first-child) {
    margin-top: 8px;
  }
}
.l-footer__middle .l-footer__wrapper .l-footer__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__wrapper .l-footer__list {
    padding: 0;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__list:not(.l-footer__list--float):not(.l-footer__list--float-last) {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__list:not(.l-footer__list--float):not(.l-footer__list--float-last) .l-footer__item {
    width: calc(50% - 10px);
    height: auto;
    margin-bottom: -1px;
    padding: 0;
    border-right: none;
    border-top: 1px solid #D9D9D6;
    border-bottom: 1px solid #D9D9D6;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__list:not(.l-footer__list--float):not(.l-footer__list--float-last) .l-footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 46px;
    line-height: 1.5;
  }
}
.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__item {
  height: 20px;
  padding: 0 12px;
  border-right: 1px solid #D9D9D6;
}
.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__item:last-child {
  border-right: none;
}
.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 0;
  color: #53565A;
  font-size: 0.8rem;
  line-height: 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__link:hover {
  opacity: 0.6;
}
.l-footer__middle .l-footer__wrapper .l-footer__list--float {
  margin-left: 140px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__wrapper .l-footer__list--float {
    margin-left: -12px;
  }
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__wrapper .l-footer__list--float .l-footer__item, .l-footer__middle .l-footer__wrapper .l-footer__list--float-last .l-footer__item {
    margin-bottom: 8px;
  }
}
.l-footer__middle .l-footer__wrapper .l-footer__list--float-last {
  margin-left: 140px;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__wrapper .l-footer__list--float-last {
    margin-left: -12px;
  }
}
.l-footer__middle .l-footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-preferred-size: 173px;
      flex-basis: 173px;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__button {
    display: block;
    margin-top: 25px;
  }
}
.l-footer__middle .l-footer__button .l-footer__link {
  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;
  width: 144px;
  height: 34px;
  border-radius: 20px;
  background-color: #FFFFFF;
  color: #53565A;
  font-size: 0.8rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__button .l-footer__link {
    width: 100%;
  }
}
.l-footer__middle .l-footer__button .l-footer__link:hover {
  opacity: 0.6;
}
.l-footer__middle .l-footer__button .l-footer__link::before {
  display: block;
  width: 8px;
  height: 13px;
  margin-right: 4px;
  background: url(/assets/img/common/icon_arrow_black.svg) no-repeat 100% 50%/13px;
  content: "";
}

:root {
  --max-width: 1088px;
  --side-padding: 60px;
  --side-padding-sp: 20px;
  --header-height-pc: 80px;
  --header-height-sp: 70px;
}

.l-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-bottom: 1px solid #EBEBEB;
  -webkit-transition: top 400ms ease;
  transition: top 400ms ease;
}
@media (max-width: 767px) {
  html.is-scrolled .l-header {
    top: calc(-1 * var(--header-height-sp));
  }
}
html.is-loading body.l-home .l-header {
  display: none;
}
html.is-scroll-back .l-header, html.is-menu-open .l-header {
  top: 0;
}
@media (max-width: 767px) {
  html.is-scroll-back .l-header, html.is-menu-open .l-header {
    top: 0;
  }
}
html.is-trans-header .l-header {
  color: #fff;
  background: transparent;
  border-bottom: none;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
html.is-trans-header .l-header .l-header__nav__inner.u-use--pc > li:has(.l-header__nav__inner__cv-btn),
html.is-trans-header .l-header .l-header__nav__inner.u-use--pc > li:has(.l-header__nav__inner__long-txt) {
  display: none;
}
html.is-trans-header .l-header .l-header__heading {
  opacity: 0;
  pointer-events: none;
}
html:not(.is-trans-header) .l-header .l-header__nav__inner.u-use--pc > li:has(.l-header__nav__inner__short-txt) {
  display: none;
}
.l-header__inner {
  margin: 0 20px;
}
@media (min-width: 768px) {
  .l-header__inner {
    margin: 0 40px;
  }
}
@media (min-width: 1280px) {
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-header__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: var(--header-height-sp);
  padding-right: var(--header-height-sp)/4;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
@media (min-width: 768px) {
  .l-header__heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: var(--header-height-pc);
    margin-right: 40px;
  }
}
.l-header__sitelogo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  width: 124px;
  height: 100%;
  margin: 0 12px 0 0px;
}
@media (min-width: 768px) {
  .l-header__sitelogo {
    width: 162px;
    margin-left: 0;
    margin-right: 24px;
  }
}
.l-header__sitelogo a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.l-header__sitelogo img {
  height: auto;
  width: 162px;
  display: block;
}
.l-header__subttl {
  line-height: 1.6;
  font-size: 10px;
}
@media (min-width: 768px) {
  .l-header__subttl {
    font-size: 11px;
  }
}
.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #97999B;
  z-index: 998;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s, background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s, background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s, background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s, background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.l-header__menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #0094D7;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 1280px) {
  .l-header__menu::before {
    display: none;
  }
}
.is-menu-open .l-header__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__menu::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.6s 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.6s 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 1280px) {
  .l-header__menu {
    position: static;
    height: auto;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none !important;
    transition: none !important;
    pointer-events: auto;
  }
}
.l-header__trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  border: none;
  color: inherit;
  background: none;
  font: inherit;
  line-height: inherit;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
  display: block;
}
@media (min-width: 1280px) {
  .l-header__trigger {
    display: none;
  }
}
.l-header__trigger__inner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
.l-header__search {
  --size: 38px;
  padding: 0 77px 0 37px;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 1280px) {
  .l-header__search {
    height: var(--header-height-pc);
    padding-left: 0;
    color: inherit;
    font-size: 16px;
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    -webkit-transition: none;
    transition: none;
  }
}
.l-header__search__object {
  position: relative;
}
.l-header__search__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  border: none;
  color: inherit;
  background: none;
  font: inherit;
  line-height: inherit;
  padding: 0;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: var(--size);
  height: var(--size);
  font-size: 0;
  cursor: pointer;
}
.l-header__search__submit .__ico {
  width: 20px;
  height: 20px;
}
.l-header__search__bar {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  border: none;
  color: inherit;
  background: none;
  font: inherit;
  line-height: inherit;
  padding: 0;
  outline: none;
  width: 100%;
  height: var(--size);
  padding: 0px 20px 0 42px;
  border-radius: 9999px;
  background-color: rgba(201, 202, 202, 0.3);
  color: #fff;
  font-size: 16px;
}
.is-menu-open .l-header__search {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 0.6s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 1280px) {
  .l-header__nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.l-header__nav__inner > li {
  font-family: "Noto Serif JP";
}
@media (max-width: 767px) {
  .l-header__nav__inner > li {
    width: 80%;
    margin-left: 37px;
    font-size: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .l-header__nav__inner > li:nth-of-type(4) {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}
.l-header__nav__inner > li:last-child {
  border: none;
}
.l-header__nav__inner > li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .l-header__nav__inner > li:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .l-header__nav__inner > li:nth-last-child(2) {
    margin-right: 10px;
  }
}
.l-header__nav__inner > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 0;
  min-height: 40px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .l-header__nav__inner > li a {
    height: var(--header-height-pc);
    color: inherit;
    font-size: 14px;
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    -webkit-transition: none;
    transition: none;
  }
}
@media (min-width: 768px) {
  .l-header__nav__inner > li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: none;
    width: unset;
    min-height: unset;
    margin-left: unset;
  }
}
.l-header__nav__inner > li a > span {
  position: relative;
}
.l-header__nav__inner > li a > span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background: currentColor;
  -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  transition: all 300ms cubic-bezier(1, 0, 0, 1);
}
@media (min-width: 768px) {
  .l-header__nav__inner > li a:hover > span:after {
    right: auto;
    left: 0;
    width: 100%;
  }
}
.l-header__nav__inner > li a .l-header__nav__inner--sub {
  margin: 5px 0 10px 5px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .l-header__nav__inner > li a .l-header__nav__inner--sub {
    display: none;
  }
}
.l-header__nav__inner > li a .l-header__nav__inner--small {
  margin-left: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .l-header__nav__inner > li a .l-header__nav__inner--small {
    display: unset;
    margin-left: 5px;
    font-size: 10px;
  }
}
.l-header__nav__inner > li:last-child a {
  border-bottom: none;
  background-color: #0094D7;
}
.l-header__nav__inner > li .l-header__nav__inner--span {
  color: #ffffff;
}
.is-menu-open .l-header__nav__inner > li:nth-child(1) {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 0.6s calc(0.075s * 1 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 1 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 1 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 1 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 1 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 1 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 1 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 1 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 1 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 0.6s calc(0.075s * 2 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 2 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 2 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 2 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 2 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 2 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 2 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 2 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 2 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 0.6s calc(0.075s * 3 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 3 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 3 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 3 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 3 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 3 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 3 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 3 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 3 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(4) {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 0.6s calc(0.075s * 4 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 4 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 4 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 4 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 4 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 4 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 4 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 4 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 4 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(5) {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 0.6s calc(0.075s * 5 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 5 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 5 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 5 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 5 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 5 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 5 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 5 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 5 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(6) {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 0.6s calc(0.075s * 6 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 6 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 6 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 6 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 6 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 6 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 6 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 6 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 6 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(7) {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 0.6s calc(0.075s * 7 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 7 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 7 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 7 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 7 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 7 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 7 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 7 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 7 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(8) {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 0.6s calc(0.075s * 8 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 8 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 8 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 8 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 8 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 8 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 8 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 8 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 8 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(9) {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 0.6s calc(0.075s * 9 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 9 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 9 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 9 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 9 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 9 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(0.075s * 9 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 9 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(0.075s * 9 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 767px) {
  .l-header__nav__inner li:last-of-type > a {
    margin-top: 20px;
  }
}
.l-header__nav__inner__cv-btn {
  width: 100%;
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  color: #fff !important;
  margin-top: 22px;
  padding: 8px 29px;
  background-color: rgb(7, 80, 123);
  height: auto !important;
  position: relative;
}
@media (max-width: 767px) {
  .l-header__nav__inner__cv-btn {
    margin-top: 50px;
    font-size: 16px;
    text-align: center;
    padding: 6.2666666667vw 3vw !important;
  }
  .l-header__nav__inner__cv-btn::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 7px;
    background: url(/assets/img/common/white-arrow01.svg) no-repeat center;
    background-size: cover;
    top: 50%;
    right: 18.5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

.l-header__trigger__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: var(--header-height-sp);
  height: var(--header-height-sp);
  cursor: pointer;
}
@media (min-width: 768px) {
  .l-header__trigger__btn {
    width: var(--header-height-pc);
    height: var(--header-height-pc);
  }
}
.is-menu-open .l-header__trigger__btn {
  background-color: transparent;
}
.l-header__trigger__btn__ico {
  position: relative;
  width: 34px;
  height: 14px;
}
.l-header__trigger__btn .__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #979899;
  -webkit-transition: background-color 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: background-color 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: background-color 0.4s cubic-bezier(0.86, 0, 0.07, 1), transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: background-color 0.4s cubic-bezier(0.86, 0, 0.07, 1), transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.is-menu-open .l-header__trigger__btn .__line {
  background-color: #fff;
}
html.is-trans-header .l-header__trigger__btn .__line {
  background-color: #979899;
}
@media (min-width: 768px) {
  html.is-trans-header .l-header__trigger__btn .__line {
    background-color: #fff;
  }
}
.l-header__trigger__btn .__line:nth-child(1) {
  top: 0;
}
.is-menu-open .l-header__trigger__btn .__line:nth-child(1) {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  background-color: #fff;
}
.l-header__trigger__btn .__line:nth-child(2) {
  bottom: 0;
}
.is-menu-open .l-header__trigger__btn .__line:nth-child(2) {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  background-color: #fff;
}
.u-align--left {
  text-align: left;
}
.u-align--center {
  text-align: center;
}
.u-align--right {
  text-align: right;
}
.u-align--start {
  text-align: start;
}
.u-align--end {
  text-align: end;
}

.u-fw--normal {
  font-weight: normal;
}
.u-fw--bold {
  font-weight: bold;
}

.u-margin--t0 {
  margin-top: 0px !important;
}
.u-margin--b0 {
  margin-bottom: 0px !important;
}
.u-margin--t5 {
  margin-top: 5px !important;
}
.u-margin--b5 {
  margin-bottom: 5px !important;
}
.u-margin--t10 {
  margin-top: 10px !important;
}
.u-margin--b10 {
  margin-bottom: 10px !important;
}
.u-margin--t15 {
  margin-top: 15px !important;
}
.u-margin--b15 {
  margin-bottom: 15px !important;
}
.u-margin--t20 {
  margin-top: 20px !important;
}
.u-margin--b20 {
  margin-bottom: 20px !important;
}
.u-margin--t25 {
  margin-top: 25px !important;
}
.u-margin--b25 {
  margin-bottom: 25px !important;
}
.u-margin--t30 {
  margin-top: 30px !important;
}
.u-margin--b30 {
  margin-bottom: 30px !important;
}
.u-margin--t35 {
  margin-top: 35px !important;
}
.u-margin--b35 {
  margin-bottom: 35px !important;
}
.u-margin--t40 {
  margin-top: 40px !important;
}
.u-margin--b40 {
  margin-bottom: 40px !important;
}
.u-margin--t45 {
  margin-top: 45px !important;
}
.u-margin--b45 {
  margin-bottom: 45px !important;
}
.u-margin--t50 {
  margin-top: 50px !important;
}
.u-margin--b50 {
  margin-bottom: 50px !important;
}
.u-margin--t55 {
  margin-top: 55px !important;
}
.u-margin--b55 {
  margin-bottom: 55px !important;
}
.u-margin--t60 {
  margin-top: 60px !important;
}
.u-margin--b60 {
  margin-bottom: 60px !important;
}
.u-margin--t65 {
  margin-top: 65px !important;
}
.u-margin--b65 {
  margin-bottom: 65px !important;
}
.u-margin--t70 {
  margin-top: 70px !important;
}
.u-margin--b70 {
  margin-bottom: 70px !important;
}
.u-margin--t75 {
  margin-top: 75px !important;
}
.u-margin--b75 {
  margin-bottom: 75px !important;
}
.u-margin--t80 {
  margin-top: 80px !important;
}
.u-margin--b80 {
  margin-bottom: 80px !important;
}
.u-margin--t85 {
  margin-top: 85px !important;
}
.u-margin--b85 {
  margin-bottom: 85px !important;
}
.u-margin--t90 {
  margin-top: 90px !important;
}
.u-margin--b90 {
  margin-bottom: 90px !important;
}
.u-margin--t95 {
  margin-top: 95px !important;
}
.u-margin--b95 {
  margin-bottom: 95px !important;
}
.u-margin--t100 {
  margin-top: 100px !important;
}
.u-margin--b100 {
  margin-bottom: 100px !important;
}
.u-margin--em0 {
  margin-top: 0em !important;
}
.u-margin--em1 {
  margin-top: 1em !important;
}
.u-margin--em2 {
  margin-top: 2em !important;
}

@media (max-width: 767px) {
  .u-use--pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-use--sp {
    display: none;
  }
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.hero {
  width: 100%;
  height: 540px;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(30%, #ffffff), color-stop(30%, rgba(7, 80, 123, 0.5)), to(rgba(7, 80, 123, 0.5)));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 30%, rgba(7, 80, 123, 0.5) 30%, rgba(7, 80, 123, 0.5) 100%);
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: rgba(7, 80, 123, 0.8);
}
.hero .hero-images {
  position: absolute;
  width: 753px;
  height: 430px;
  top: 0;
  left: 0;
  background-color: #fff;
  display: block;
}
@media screen and (min-width: 1620px) {
  .hero .hero-images {
    left: 10%;
  }
}
@media screen and (max-width: 1280px) {
  .hero .hero-images {
    width: 50.3vw;
  }
}
@media (max-width: 767px) {
  .hero .hero-images {
    left: 0;
    width: 78.9333333333vw;
    height: 44.2666666667vw;
  }
}
.hero .hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}
.hero .hero-image.image1 {
  background-image: url(../img/common/hero-main-img01.webp);
}
@media (max-width: 767px) {
  .hero {
    height: 500px;
    background: none;
  }
  .hero::before {
    position: absolute;
    content: "";
    width: 94.6666666667vw;
    height: 440px;
    top: 60px;
    right: 0;
    background-color: rgba(7, 80, 123, 0.8);
  }
}
.hero__cont {
  position: absolute;
  top: 52%;
  left: 67%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ffffff;
  margin: 0 auto;
  width: 579px;
  padding: 46px 30px 42px 37px;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero__cont {
    width: 83.2vw;
    padding: 20px 16px 24px 16px;
    top: 146px;
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
    margin: 0;
  }
}
.hero__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 40px;
  color: #222222;
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 13px;
  }
}
.hero__logo {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .hero__logo {
    margin-bottom: 15px;
  }
}
.hero__logo-img {
  width: 371px;
}
@media (max-width: 767px) {
  .hero__logo-img {
    width: 226px;
  }
}
.hero__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
}
@media (max-width: 767px) {
  .hero__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.hero__btn {
  text-align: center;
  width: 50%;
  background-color: #0095D8;
  color: #ffffff;
  padding: 23.5px 60px 23px 50px;
  font-size: 16px;
  position: relative;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hero__btn {
    width: 58.1333333333vw;
    padding: 10px 12.2666666667vw;
    font-size: 15px;
  }
}
.hero__btn:hover {
  opacity: 0.9;
}
.hero__btn:nth-of-type(1) {
  background-color: #07507B;
}
.hero__btn::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 7px;
  background: url(/corp/assets/img/common/white-arrow01.svg) no-repeat center;
  background-size: cover;
  top: 50%;
  right: 18.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 767px) {
  .hero__btn::after {
    width: 18.84px;
    height: 3.77px;
  }
}

.about {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  top: -64px;
  left: 0;
  content: "";
  display: block;
  width: 243px;
  height: 243px;
  background: rgba(0, 149, 216, 0.1);
  z-index: 2;
}
@media (max-width: 767px) {
  .about::before {
    width: 16.8vw;
    height: 168px;
    top: -110px;
  }
}
.about::after {
  position: absolute;
  bottom: 48px;
  right: 0;
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  background: #0095D8;
  opacity: 0.1;
  z-index: 1;
}
@media (max-width: 767px) {
  .about::after {
    display: none;
  }
}
.about__inner {
  max-width: 1088px;
  padding: 100px 0 148px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .about__inner {
    padding: 80px 5.3333333333vw 100px;
  }
}
.about__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 923px) {
  .about__cont {
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .about__cont {
    display: block;
  }
}
.about__cont:last-of-type {
  margin-bottom: 0;
}
.about__cont-wrap:nth-of-type(2) {
  margin: 0 auto;
  text-align: center;
}
.about__title {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #07507B;
  font-size: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .about__title {
    font-size: 36px;
    font-weight: 500;
  }
}
.about__desc {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .about__desc:last-of-type {
    margin-bottom: 20px;
  }
}

.point {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background-color: #F5F5F5;
  position: relative;
  z-index: 1;
}
.point::after {
  position: absolute;
  bottom: -120px;
  right: 0;
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  background: #07507B;
  opacity: 0.1;
  z-index: 2;
}
@media (max-width: 767px) {
  .point::after {
    width: 32.2666666667vw;
    height: 120px;
    bottom: -60px;
  }
}
.point__inner {
  max-width: 1088px;
  padding: 148px 0 100px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .point__inner {
    padding: 100px 5.3333333333vw 80px;
  }
}
.point__inner::after {
  content: "";
  width: 95px;
  height: 95px;
  background: url(/corp/assets/img/common/hipro-rectangle.webp) no-repeat center;
  background-size: cover;
  top: -50px;
  left: 0px;
  position: absolute;
}
@media (max-width: 767px) {
  .point__inner::after {
    width: 11.4666666667vw;
    height: 11.4666666667vw;
    top: 0;
    left: 5.3333333333vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.point__sec-title {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #07507B;
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .point__sec-title {
    font-size: 36px;
    font-weight: 500;
  }
}
.point__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 923px) {
  .point__cont {
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .point__cont {
    display: block;
    margin-bottom: 80px;
  }
  .point__cont:nth-of-type(3) {
    margin-bottom: 20px;
  }
}
.point__cont:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .point__cont-wrap:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
.point__cont-wrap:nth-of-type(2) {
  margin: 0 auto;
  text-align: center;
}
.point__cont-title {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 28px;
  color: #222222;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .point__cont-title {
    font-size: 24px;
    font-weight: 500;
  }
}
.point__cont-title__num {
  font-size: 80px;
  font-weight: 200;
  color: #07507B;
  padding-bottom: 15px;
  padding-right: 38px;
  line-height: 0.9;
  vertical-align: top;
}
@media (max-width: 767px) {
  .point__cont-title__num {
    padding-right: 4.6vw;
    font-weight: 300;
  }
}
.point__cont-title__text {
  display: block;
}
@media (max-width: 767px) {
  .point__cont-title__text {
    display: inline;
  }
}
.point__cont-title__text:nth-of-type(1) {
  display: block;
}
.point__cont-desc {
  color: #1A1A1A;
  font-size: 16px;
  line-height: 2;
}
.point__cont-note {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.9);
}
.point__cont-table {
  background-color: #fff;
  padding: 22px;
}
@media (max-width: 767px) {
  .point__cont-table {
    padding: 10px 0;
  }
}
.point__cont--domain {
  background-color: #fff;
  padding: 26px 0 31px 0;
  text-align: center;
  margin-bottom: 60px;
}
.point__cont-title--domain {
  font-size: 18px;
  position: relative;
  margin-bottom: 37px;
  font-weight: 600;
  color: rgba(34, 34, 34, 0.9);
}
.point__cont-title--domain:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px; /*線の上下位置*/
  display: inline-block;
  width: 60px; /*線の長さ*/
  height: 1px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #979899; /*線の色*/
  border-radius: 2px; /*線の丸み*/
}
.point__cont-img--domain {
  width: 90%;
  margin: 0 auto;
}
.point__sec-title--advantage {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #07507B;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .point__sec-title--advantage {
    font-size: 36px;
    font-weight: 500;
  }
}
.point__cont-desc--advantage {
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .point__cont-desc--advantage {
    line-height: 2;
  }
}

.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px 0;
  overflow: hidden;
  background-color: #fff;
  display: table;
}
@media (max-width: 767px) {
  .comparison-table {
    border-spacing: 2.1333333333vw 0;
    margin-top: 0;
  }
}
.comparison-table thead th {
  background-color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.14em;
  padding: 16px 16px 8px 16px;
}
@media (max-width: 767px) {
  .comparison-table thead th {
    padding: 16px 0 0 0;
    font-size: 16px;
  }
  .comparison-table thead th:nth-of-type(2) {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1;
  }
}
.comparison-table thead th:nth-of-type(2) {
  color: #07507B;
  background-color: #edf3f7;
  font-weight: 600;
}
.comparison-table tbody th,
.comparison-table tbody td {
  padding: 16px 8px;
  vertical-align: middle;
  line-height: 1.5;
  border-bottom: 1px dashed #ddd;
}
@media (max-width: 767px) {
  .comparison-table tbody th,
  .comparison-table tbody td {
    font-size: 16px;
    padding: 14px 0px 0 0;
    vertical-align: top;
  }
}
.comparison-table tbody th {
  width: 173px;
  background-color: #fff;
  text-align: left;
  border-bottom: 1px dashed #ddd;
  font-weight: normal;
}
@media (max-width: 767px) {
  .comparison-table tbody th {
    width: 13.8666666667vw;
    height: 114px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.comparison-table tbody tr {
  display: table-row;
}
@media (max-width: 767px) {
  .comparison-table tbody tr {
    height: 80px;
  }
}
.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
  border-bottom: none;
}
.comparison-table .col-hipro {
  width: 415px;
  padding: 16px 35px;
  background-color: #edf3f7;
  border-bottom: none;
  border-bottom: 1px dashed #ddd;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .comparison-table .col-hipro {
    width: 34.6666666667vw;
    vertical-align: top;
    padding: 11px 5px 18px 5px;
  }
}
.comparison-table .col-hipro.td-bottom {
  padding-bottom: 16px;
}
.comparison-table .col-staff {
  width: 335px;
}
@media (max-width: 767px) {
  .comparison-table .col-staff {
    width: 32.5333333333vw;
  }
}

.user {
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.user__inner {
  max-width: 1088px;
  padding: 80px 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .user__inner {
    padding: 80px 5.3333333333vw 110px;
    position: relative;
  }
}
.user__sec-title {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 24px;
  color: #222222;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .user__sec-title {
    margin-bottom: 30px;
  }
}
.user__sec-desc {
  font-family: "Noto Sans JP", serif;
  margin: 40px 0;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .user__sec-desc {
    line-height: 2;
  }
}
.user__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .user__cont {
    gap: 0;
    display: block;
    text-align: center;
  }
}

.swiper-wrapper {
  display: block;
}
@media (max-width: 767px) {
  .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.swiper-slide {
  margin-bottom: 50px;
}
.swiper-slide:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .swiper-slide {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .user-swiper {
    width: 100%;
  }
  .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .user__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
  .user__cont-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  .swiper-pagination {
    display: block;
    position: absolute;
    bottom: 50px !important;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px !important;
    background-color: #D9D9D9;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background-color: #979899;
    opacity: 1;
  }
}
.case {
  background-color: rgba(7, 80, 123, 0.1);
}
.case__inner {
  max-width: 1088px;
  padding: 80px 0 100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .case__inner {
    padding: 60px 5.3333333333vw 100px;
  }
}
.case__sec-title {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #07507B;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .case__sec-title {
    font-size: 36px;
    font-weight: 500;
  }
}
.case__sec-desc {
  margin-bottom: 40px;
}
.case__cont {
  background-color: #fff;
  padding: 40px 65px 40px 65px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .case__cont {
    padding: 40px 4.5333333333vw 30px;
  }
}
.case__cont-title {
  font-family: "Noto Sans JP", serif;
  line-height: 1.7;
  font-size: 20px;
  font-weight: 500;
  color: rgba(34, 34, 34, 0.9);
}
@media (max-width: 767px) {
  .case__cont-title {
    font-size: 16px;
    line-height: 1.6;
  }
}
.case__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.case__profile-wrap {
  line-height: 1.5;
}
.case__profile-sector {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
}
.case__profile-area {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.9);
  margin-right: 20px;
}
@media (max-width: 767px) {
  .case__profile-area {
    display: block;
  }
}
.case__profile-sales {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.9);
}
@media (max-width: 767px) {
  .case__profile-sales {
    display: block;
  }
}
.case__issue-inner {
  background-color: rgb(245, 245, 245);
  padding: 20px 20px 15px 20px;
  border-left: 2px solid rgb(151, 152, 153);
  margin-bottom: 10px;
}
.case__issue-title {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(34, 34, 34, 0.9);
  font-weight: 500;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
.case__issue-desc {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.case__issue-open {
  width: 100%;
  text-align: right;
  margin-top: 15px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  padding-right: 2em;
  color: rgba(7, 80, 123, 0.9);
}
.case__issue-open::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/corp/assets/img/common/faq-plus-icon.svg) no-repeat center;
  background-size: cover;
  top: 53%;
  right: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.case__issue[open=true] .case__issue-open, .case__issue[open] .case__issue-open {
  display: none;
}
.case__result {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.case__result-inner {
  background-color: rgba(186, 209, 220, 0.2);
  padding: 20px 20px 15px 20px;
  border-left: 2px solid rgb(0, 149, 216);
  margin-bottom: 15px;
}
.case__result-title {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(7, 80, 123, 0.9);
  font-weight: 500;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
.case__result-desc {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.case__result-close {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 2em;
  color: rgba(7, 80, 123, 0.9);
}
.case__result-close::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/corp/assets/img/common/faq-minus-icon.svg) no-repeat center;
  background-size: cover;
  top: 53%;
  right: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.faq {
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.faq__inner {
  max-width: 1088px;
  padding: 80px 0 100px 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .faq__inner {
    padding: 60px 5.3333333333vw 100px;
  }
}
.faq__sec-title {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 24px;
  color: #222222;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .faq__sec-title {
    margin-bottom: 30px;
  }
}
.faq__cont {
  max-width: 822px;
  margin: 0 auto;
}
.faq__cont-item:first-of-type > .faq__title {
  padding-top: 0;
}
.faq__cont-item:first-of-type > .faq__title::after {
  top: 30%;
}
@media (max-width: 767px) {
  .faq__cont-item:first-of-type > .faq__title::after {
    top: 38%;
  }
}
.faq__cont-item[open] .faq__title::after {
  background: url(/corp/assets/img/common/faq-minus-icon.svg) no-repeat center;
  top: 74%;
}
@media (max-width: 767px) {
  .faq__cont-item[open] .faq__title::after {
    top: 63%;
  }
}
.faq__cont-item[open]:first-of-type > .faq__title {
  padding-top: 0;
}
.faq__cont-item[open]:first-of-type > .faq__title::after {
  top: 57%;
}
@media (max-width: 767px) {
  .faq__cont-item[open]:first-of-type > .faq__title::after {
    top: 51%;
  }
}
.faq__cont-item[open] .faq__title {
  border-bottom: none;
  padding-bottom: 0;
}
.faq__title {
  cursor: pointer;
  letter-spacing: 0.05em;
  color: #1A1A1A;
  padding: 32px 0;
  font-size: 18px;
  border-bottom: 1px solid #979899;
  position: relative;
}
@media (max-width: 767px) {
  .faq__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 11vw;
    padding: 20px 11vw 20px 0;
  }
}
.faq__title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(/corp/assets/img/common/faq-plus-icon.svg) no-repeat center;
  background-size: cover;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.faq__answer {
  margin-top: 20px;
  padding-bottom: 32px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #979899;
  color: #1A1A1A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .faq__answer {
    margin-top: 10px;
    padding-bottom: 20px;
    letter-spacing: 0.04em;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .faq__answer-txt {
    width: 77.9333333333vw;
  }
}
.faq__answer-link {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.faq__answer-note {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .faq__answer-note {
    width: 77.9333333333vw;
  }
}
.faq__icon-q {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #07507B;
  font-size: 24px;
  margin-right: 20px;
  left: 0;
}
@media (max-width: 767px) {
  .faq__icon-q {
    display: inline-block;
  }
}
.faq__icon-a {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #7A8A93;
  display: inline-block;
  font-size: 24px;
  margin-right: 20px;
  line-height: 1.5;
  left: 0;
}
@media (max-width: 767px) {
  .faq__icon-a {
    display: inline-block;
    width: 40px;
    margin-right: 0;
  }
}
.faq__icon-a-txt {
  display: inline-block;
  line-height: 1.8;
  font-size: 16px;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .faq__icon-a-txt {
    line-height: 1.7;
  }
}

.cv-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .cv-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cv-area__cont {
  width: 50%;
  padding: 48px 0;
  background-color: #07507B;
}
.cv-area__cont:nth-of-type(2) {
  background-color: #0095D8;
}
@media (max-width: 767px) {
  .cv-area__cont {
    width: 100%;
  }
}
.cv-area__title {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.cv-area__btn {
  background-color: #fff;
  padding: 23.5px 72px 23px 72px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
}
.cv-area__btn:hover {
  opacity: 0.9;
}
.cv-area__btn::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 6px;
  background: url(/corp/assets/img/common/black-arrow01.svg) no-repeat center;
  fill: #222222;
  background-size: cover;
  top: 50%;
  right: 18.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cv-area__btn::after {
    width: 18.84px;
    height: 3.77px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .about__inner, .point__inner, .user__inner, .flow__inner, .faq__inner, .case__inner {
    padding: 100px 40px;
  }
}/*# sourceMappingURL=top.css.map */