@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;
}

.p-ie-alert__btn a::after, .c-link-subnav a::after, .c-link--arwb-lb::before, .c-link--arw-l::before, .c-link--arw-b::before, .c-link--arw::before, .c-link--txt[target=_blank]::after,
a.c-link--txt[target=_blank]::after, .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;
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

img, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

main {
  display: block;
}

@-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 anime-button-reverse {
  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-reverse {
  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 anime-button-reverse-ico {
  0% {
    -webkit-transform: scaleX(-1) translateX(0px);
    transform: scaleX(-1) translateX(0px);
  }
  50% {
    -webkit-transform: scaleX(-1) translateX(5px);
    transform: scaleX(-1) translateX(5px);
  }
  100% {
    -webkit-transform: scaleX(-1) translateX(0);
    transform: scaleX(-1) translateX(0);
  }
}
@keyframes anime-button-reverse-ico {
  0% {
    -webkit-transform: scaleX(-1) translateX(0px);
    transform: scaleX(-1) translateX(0px);
  }
  50% {
    -webkit-transform: scaleX(-1) translateX(5px);
    transform: scaleX(-1) translateX(5px);
  }
  100% {
    -webkit-transform: scaleX(-1) translateX(0);
    transform: scaleX(-1) 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;
}
@media (min-width: 768px) {
  a[href*=tel] {
    pointer-events: 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-wrapper {
  background: white;
  letter-spacing: 0.06em;
}
html.is-loading .l-wrapper, html.wf-loading .l-wrapper {
  opacity: 0;
}
html.wf-active .l-wrapper {
  opacity: 1;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}

.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;
}
html.is-scrolled .l-header {
  top: calc(-1 * var(--header-height-pc));
}
@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__heading {
  opacity: 0;
  pointer-events: 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: 84px;
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .l-header__sitelogo {
    width: 109px;
    margin-left: 0;
    margin-right: 24px;
  }
}
.l-header__sitelogo a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.l-header__sitelogo img {
  height: 100%;
  width: auto;
  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:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .l-header__nav__inner > li:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.l-header__nav__inner > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
  height: var(--header-height-sp);
  padding-left: 37px;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  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__nav__inner > li a {
    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__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);
}
.l-header__nav__inner > li a:hover > span:after {
  right: auto;
  left: 0;
  width: 100%;
}
.is-menu-open .l-header__nav__inner > li:nth-child(1) a {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: opacity 0.6s calc(.075s * 1 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 1 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 1 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 1 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 1 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(.075s * 1 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 1 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(.075s * 1 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 1 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(2) a {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: opacity 0.6s calc(.075s * 2 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 2 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 2 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 2 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 2 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(.075s * 2 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 2 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(.075s * 2 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 2 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(3) a {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: opacity 0.6s calc(.075s * 3 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 3 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 3 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 3 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 3 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(.075s * 3 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 3 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(.075s * 3 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 3 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(4) a {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: opacity 0.6s calc(.075s * 4 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 4 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 4 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 4 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 4 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(.075s * 4 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 4 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(.075s * 4 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 4 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(5) a {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: opacity 0.6s calc(.075s * 5 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 5 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 5 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 5 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 5 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(.075s * 5 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 5 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(.075s * 5 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 5 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(6) a {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: opacity 0.6s calc(.075s * 6 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 6 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 6 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 6 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 6 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(.075s * 6 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 6 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(.075s * 6 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 6 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(7) a {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: opacity 0.6s calc(.075s * 7 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 7 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 7 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 7 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 7 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(.075s * 7 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 7 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(.075s * 7 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 7 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(8) a {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: opacity 0.6s calc(.075s * 8 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 8 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 8 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 8 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 8 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(.075s * 8 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 8 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(.075s * 8 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 8 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(9) a {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: opacity 0.6s calc(.075s * 9 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 9 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 9 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 9 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 9 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(.075s * 9 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s calc(.075s * 9 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(.075s * 9 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s calc(.075s * 9 + .2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}

.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: #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);
}
.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);
}
.l-main {
  margin-bottom: 190px;
  padding-top: var(--header-height-pc);
}
@media (max-width: 767px) {
  .l-main {
    margin-bottom: 80px;
    padding-top: var(--header-height-sp);
  }
}
.l-home .l-main {
  padding-top: 0;
}
@media (max-width: 767px) {
  .l-home .l-main {
    margin-bottom: 0;
  }
}
.l-main--ovh {
  overflow: hidden;
}

.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;
  -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: 47%;
  }
  .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;
  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;
}
.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 {
    -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%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    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: "";
}

.c-page-head {
  margin-bottom: 20px;
  background-image: url(../img/common/bg_page-head01@pc.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media (max-width: 767px) {
  .c-page-head {
    margin-bottom: 50px;
    background-color: #F5F5F5;
    background-image: url(../img/common/bg_page-head01@sp.png);
  }
}
.c-page-head__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 231px;
}
@media (max-width: 767px) {
  .c-page-head__outer {
    height: 110px;
  }
}
.c-page-head__inner {
  padding-left: 205px;
}
@media (max-width: 767px) {
  .c-page-head__inner {
    padding-left: 95px;
  }
}
.c-page-head__ttl {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  color: #07507B;
  font-size: 40px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-page-head__ttl {
    font-size: 24px;
  }
}
.c-page-head__ttl-2 {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-size: 30px;
}
@media (max-width: 767px) {
  .c-page-head__ttl-2 {
    font-size: 24px;
  }
}

.c-primary__outer {
  width: 100%;
  margin: 0 auto;
}
.c-primary__inner {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-primary__inner {
    margin: 0 20px;
  }
}

.c-pressroom-list + .c-pressroom-list {
  margin-top: 100px;
}
.c-pressroom-list__ttl {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .c-pressroom-list__ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.c-pressroom-list .c-pressroom:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .c-pressroom-list .c-pressroom:not(:last-child) {
    margin-bottom: 0;
  }
}
.c-pressroom-list__button {
  text-align: center;
  margin-top: 38px;
}

.c-pressroom a, .c-pressroom > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 20px;
  color: #444;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-pressroom a, .c-pressroom > span {
    padding: 20px 0;
  }
}
.c-pressroom a::before, .c-pressroom > span::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -30px;
  width: calc(100% + 60px);
  height: 100%;
  background-color: #f5f5f5;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.c-pressroom a:hover::before {
  opacity: 1;
}
.c-pressroom a:hover .c-pressroom__category span {
  background-color: #fff;
}
.c-pressroom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .c-pressroom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.c-pressroom__col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  padding-right: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-pressroom__col-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.c-pressroom__col-2 {
  padding-left: 40px;
  border-left: 1px solid #E6E6E6;
  width: 100%;
}
@media (max-width: 767px) {
  .c-pressroom__col-2 {
    padding-left: 0;
    border-left: none;
    font-size: 15px;
  }
}
.c-pressroom__date {
  color: #727171;
  font-size: 14px;
}
.c-pressroom__category {
  text-align: right;
}
@media (max-width: 767px) {
  .c-pressroom__category {
    margin-top: 10px;
  }
}
.c-pressroom__category span {
  display: inline-block;
  color: #07507B;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  min-width: 80px;
  border: solid 1px rgba(130, 166, 188, 0.5);
  background-color: rgba(235, 235, 235, 0.5);
  margin-left: 5px;
  padding: 2px 5px;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
.c-pressroom__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5px 0 0 -5px;
}
.c-pressroom__tag li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 21px;
  margin: 5px 0 0 5px;
  padding: 0 12px;
  font-size: 12px;
  line-height: 1.6;
  color: #727171;
  border: 1px solid #fff;
  background: #F5F5F5;
}

.c-pressroom-pager {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "left center right";
  -ms-grid-columns: 80px 20px auto 20px 80px;
  grid-template-columns: 80px auto 80px;
  gap: 20px;
  line-height: 40px;
}
.c-pressroom-pager.--bottom {
  margin-top: 80px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  .c-pressroom-pager.--bottom {
    margin-top: 60px;
  }
}
.c-pressroom-pager__left {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-pressroom-pager__center {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.c-pressroom-pager__right {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-pressroom-pager__prev a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 10px;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
}
.c-pressroom-pager__prev a::before {
  content: "";
  display: block;
  width: 20px;
  height: 6px;
  background-image: url(../img/common/ico_arw-right_02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.c-pressroom-pager__prev a:hover::before {
  -webkit-animation: anime-button-reverse-ico 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
  animation: anime-button-reverse-ico 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
}
.c-pressroom-pager__next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 10px;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
}
.c-pressroom-pager__next a::after {
  content: "";
  display: block;
  width: 20px;
  height: 6px;
  background-image: url(../img/common/ico_arw-right_02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-pressroom-pager__next a:hover::after {
  -webkit-animation: anime-button 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
  animation: anime-button 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
}

.c-ps-hd-1 {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
  line-height: 1.8333333333;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-ps-hd-1 {
    font-size: 22px;
  }
}
.c-ps-hd-1 span {
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-ps-hd-1 span {
    font-size: 18px;
  }
}

.c-ps-hd-2 {
  margin-bottom: 40px;
  line-height: 1.8181818182;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-ps-hd-2 {
    font-size: 18px;
  }
}

.c-ps-date {
  margin-bottom: 10px;
  color: #727171;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}

.c-ps-lede {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .c-ps-lede {
    margin-bottom: 45px;
  }
}
.c-ps-lede-meaningless-txt {
  display: inline-block;
}

.c-ps-txt--small, .c-ps-txt {
  font-size: 14px;
  line-height: 2;
}

.c-ps-txt--small {
  font-size: 13px;
  line-height: 1.9;
}

.c-ps-cap {
  font-size: 10px;
  line-height: 1.8;
  color: #555;
}
@media (max-width: 767px) {
  .c-ps-cap {
    line-height: 1.6;
  }
}

.c-ps-grid--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px !important;
}
@media (max-width: 767px) {
  .c-ps-grid--2 {
    display: block;
    margin-bottom: 40px !important;
  }
}

.c-ps-grid--2 > * {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .c-ps-grid--2 > * {
    width: auto;
  }
}
.c-ps-grid--2 > *:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .c-ps-grid--2 > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.c-ps-colbox {
  margin-bottom: 60px !important;
  padding: 30px 35px;
  border: 1px solid #e9e9e9;
}
@media (max-width: 767px) {
  .c-ps-colbox {
    padding: 20px;
    letter-spacing: 0.03em;
  }
}

.c-ps-dl dt {
  margin-bottom: 8px;
  font-weight: bold;
  font-weight: bold;
}

.c-ps-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .c-ps-share {
    margin-top: 50px;
  }
}
.c-ps-share__item:not(:first-child) {
  margin-left: 16px;
}
.c-ps-share__item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 42px;
  height: 42px;
  color: #727171;
  background: #f5f5f5;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-ps-share__item a:hover {
  color: #000;
}

.c-ps-underline {
  text-decoration: underline;
  font-weight: bold;
}

.c-pressroom-item {
  padding: 0 20px;
  margin-top: 90px;
}
.c-pressroom-item__ttl {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .c-pressroom-item__ttl {
    margin-bottom: 40px;
  }
}
.c-pressroom-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: 1086px;
  margin: auto;
}
@media (max-width: 767px) {
  .c-pressroom-item__list {
    display: block;
  }
}
.c-pressroom-item__list:not(:first-child) {
  margin-top: 50px;
}
.c-pressroom-item__list.--event {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1076px;
  gap: 80px 37px;
}
@media (max-width: 767px) {
  .c-pressroom-item__list.--event {
    gap: 70px 0;
  }
}
.c-pressroom-item__list.--event li {
  max-width: none;
  width: calc((100% - 74px) / 3);
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .c-pressroom-item__list.--event li {
    width: calc((100% - 37px) / 2);
  }
}
@media (max-width: 767px) {
  .c-pressroom-item__list.--event li {
    max-width: none;
    width: auto;
  }
}
.c-pressroom-item__list li {
  max-width: 341px;
  width: 100%;
}
@media (max-width: 767px) {
  .c-pressroom-item__list li {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .c-pressroom-item__list li + li {
    margin-top: 60px;
  }
}
.c-pressroom-item__list a {
  display: block;
  -webkit-transition: opacity 350ms;
  transition: opacity 350ms;
}
.c-pressroom-item__list a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.c-pressroom-item__list a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-pressroom-item__pic {
  position: relative;
  overflow: hidden;
  line-height: 0;
  border: solid 1px #ddd;
}
.c-pressroom-item__pic__icon {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
  padding: 5px;
  background: #1695D8;
  min-width: 86px;
}
@media (max-width: 767px) {
  .c-pressroom-item__pic__icon {
    min-width: 93px;
    font-size: 16px;
  }
}
.c-pressroom-item__pic__icon.--gray {
  background: #7A8992;
}
.c-pressroom-item__pic img {
  width: 100%;
  height: auto;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}
.c-pressroom-item__meta {
  overflow: hidden;
  line-height: 1;
}
.c-pressroom-item__date {
  color: #727171;
  font-size: 14px;
  float: left;
  margin-top: 18px;
}
.c-pressroom-item__category {
  float: right;
  margin-top: 14px;
}
.c-pressroom-item__category span {
  display: inline-block;
  color: #07507B;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.03em;
  min-width: 80px;
  border: solid 1px rgba(130, 166, 188, 0.5);
  background-color: rgba(235, 235, 235, 0.5);
  margin-left: 5px;
  padding: 2px 5px;
}
.c-pressroom-item__txt {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  margin-top: 10px;
}
.c-pressroom-item__lede {
  margin-top: 1em;
  font-size: 18px;
  font-weight: bold;
}
.c-pressroom-item__tx {
  margin-top: 1em;
  font-size: 14px;
}

.c-pressroom-pickup {
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: 90px;
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .c-pressroom-pickup {
    margin-top: 60px;
  }
}
.c-pressroom-pickup::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 289px;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .c-pressroom-pickup::before {
    top: 150px;
    bottom: auto;
    height: 100%;
  }
}
.c-pressroom-pickup__ttl {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .c-pressroom-pickup__ttl {
    margin-bottom: 40px;
  }
}
.c-pressroom-pickup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: 1086px;
  margin: auto;
}
@media (max-width: 767px) {
  .c-pressroom-pickup__list {
    display: block;
  }
}
.c-pressroom-pickup__list li {
  width: 100%;
}
@media (max-width: 767px) {
  .c-pressroom-pickup__list li {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .c-pressroom-pickup__list li + li {
    margin-top: 60px;
  }
}
.c-pressroom-pickup__list a {
  display: block;
}
.c-pressroom-pickup__list a > p {
  -webkit-transition: opacity 350ms;
  transition: opacity 350ms;
}
.c-pressroom-pickup__list a:hover {
  text-decoration: none;
}
.c-pressroom-pickup__list a:hover > p {
  opacity: 0.6;
}
.c-pressroom-pickup__list a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-pressroom-pickup__pic {
  position: relative;
  overflow: hidden;
  line-height: 0;
  border: solid 1px #ddd;
  background-color: #fff;
}
.c-pressroom-pickup__pic img {
  width: 100%;
  height: auto;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}
.c-pressroom-pickup__name {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  margin-top: 10px;
}
.c-pressroom-pickup__txt {
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
}

.c-column--4, .c-column--3, .c-column--2, .c-column {
  --gutter-side: 40px;
  --gutter-top: 30px;
  --divide: 1;
}
.c-column--4 .c-column__inner, .c-column--3 .c-column__inner, .c-column--2 .c-column__inner, .c-column .c-column__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(-1 * var(--gutter-top));
}
@media (min-width: 768px) {
  .c-column--4 .c-column__inner, .c-column--3 .c-column__inner, .c-column--2 .c-column__inner, .c-column .c-column__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .c-column--4 .c-column__inner, .c-column--3 .c-column__inner, .c-column--2 .c-column__inner, .c-column .c-column__inner {
    --gutter-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-column--4 .c-column__item, .c-column--3 .c-column__item, .c-column--2 .c-column__item, .c-column .c-column__item {
  margin-top: var(--gutter-top);
}
@media (min-width: 768px) {
  .c-column--4 .c-column__item, .c-column--3 .c-column__item, .c-column--2 .c-column__item, .c-column .c-column__item {
    width: calc(100% / var(--divide) - var(--gutter-side) * (var(--divide) - 1) / var(--divide));
  }
}
@media (max-width: 767px) {
  .c-column--4 .c-column__item, .c-column--3 .c-column__item, .c-column--2 .c-column__item, .c-column .c-column__item {
    width: 100%;
    --gutter-top: 40px;
  }
}
@media (min-width: 768px) {
  .c-column--4 .c-column__item.is-mt-auto, .c-column--3 .c-column__item.is-mt-auto, .c-column--2 .c-column__item.is-mt-auto, .c-column .c-column__item.is-mt-auto {
    margin-top: auto;
  }
}
@media (min-width: 768px) {
  .c-column--rtl.c-column--4 .c-column__inner, .c-column--rtl.c-column--3 .c-column__inner, .c-column--rtl.c-column--2 .c-column__inner, .c-column--rtl.c-column .c-column__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.is-gutter-top20.c-column--4 .c-column__inner, .is-gutter-top20.c-column--3 .c-column__inner, .is-gutter-top20.c-column--2 .c-column__inner, .is-gutter-top20.c-column .c-column__inner {
  --gutter-top: 20px;
}
@media (min-width: 768px) {
  .is-gutter-top20.c-column--4 .c-column__item, .is-gutter-top20.c-column--3 .c-column__item, .is-gutter-top20.c-column--2 .c-column__item, .is-gutter-top20.c-column .c-column__item {
    --gutter-top: 20px;
  }
}
@media (max-width: 767px) {
  .is-gutter-top20.c-column--4 .c-column__item, .is-gutter-top20.c-column--3 .c-column__item, .is-gutter-top20.c-column--2 .c-column__item, .is-gutter-top20.c-column .c-column__item {
    --gutter-top: 20px;
  }
}
.is-gutter-top30.c-column--4 .c-column__inner, .is-gutter-top30.c-column--3 .c-column__inner, .is-gutter-top30.c-column--2 .c-column__inner, .is-gutter-top30.c-column .c-column__inner {
  --gutter-top: 30px;
}
@media (min-width: 768px) {
  .is-gutter-top30.c-column--4 .c-column__item, .is-gutter-top30.c-column--3 .c-column__item, .is-gutter-top30.c-column--2 .c-column__item, .is-gutter-top30.c-column .c-column__item {
    --gutter-top: 30px;
  }
}
@media (max-width: 767px) {
  .is-gutter-top30.c-column--4 .c-column__item, .is-gutter-top30.c-column--3 .c-column__item, .is-gutter-top30.c-column--2 .c-column__item, .is-gutter-top30.c-column .c-column__item {
    --gutter-top: 30px;
  }
}
.is-gutter-top40.c-column--4 .c-column__inner, .is-gutter-top40.c-column--3 .c-column__inner, .is-gutter-top40.c-column--2 .c-column__inner, .is-gutter-top40.c-column .c-column__inner {
  --gutter-top: 40px;
}
@media (min-width: 768px) {
  .is-gutter-top40.c-column--4 .c-column__item, .is-gutter-top40.c-column--3 .c-column__item, .is-gutter-top40.c-column--2 .c-column__item, .is-gutter-top40.c-column .c-column__item {
    --gutter-top: 40px;
  }
}
@media (max-width: 767px) {
  .is-gutter-top40.c-column--4 .c-column__item, .is-gutter-top40.c-column--3 .c-column__item, .is-gutter-top40.c-column--2 .c-column__item, .is-gutter-top40.c-column .c-column__item {
    --gutter-top: 40px;
  }
}
.is-gutter-top50.c-column--4 .c-column__inner, .is-gutter-top50.c-column--3 .c-column__inner, .is-gutter-top50.c-column--2 .c-column__inner, .is-gutter-top50.c-column .c-column__inner {
  --gutter-top: 50px;
}
@media (min-width: 768px) {
  .is-gutter-top50.c-column--4 .c-column__item, .is-gutter-top50.c-column--3 .c-column__item, .is-gutter-top50.c-column--2 .c-column__item, .is-gutter-top50.c-column .c-column__item {
    --gutter-top: 50px;
  }
}
@media (max-width: 767px) {
  .is-gutter-top50.c-column--4 .c-column__item, .is-gutter-top50.c-column--3 .c-column__item, .is-gutter-top50.c-column--2 .c-column__item, .is-gutter-top50.c-column .c-column__item {
    --gutter-top: 50px;
  }
}
.is-gutter-top60.c-column--4 .c-column__inner, .is-gutter-top60.c-column--3 .c-column__inner, .is-gutter-top60.c-column--2 .c-column__inner, .is-gutter-top60.c-column .c-column__inner {
  --gutter-top: 60px;
}
@media (min-width: 768px) {
  .is-gutter-top60.c-column--4 .c-column__item, .is-gutter-top60.c-column--3 .c-column__item, .is-gutter-top60.c-column--2 .c-column__item, .is-gutter-top60.c-column .c-column__item {
    --gutter-top: 60px;
  }
}
@media (max-width: 767px) {
  .is-gutter-top60.c-column--4 .c-column__item, .is-gutter-top60.c-column--3 .c-column__item, .is-gutter-top60.c-column--2 .c-column__item, .is-gutter-top60.c-column .c-column__item {
    --gutter-top: 60px;
  }
}
.is-gutter-top70.c-column--4 .c-column__inner, .is-gutter-top70.c-column--3 .c-column__inner, .is-gutter-top70.c-column--2 .c-column__inner, .is-gutter-top70.c-column .c-column__inner {
  --gutter-top: 70px;
}
@media (min-width: 768px) {
  .is-gutter-top70.c-column--4 .c-column__item, .is-gutter-top70.c-column--3 .c-column__item, .is-gutter-top70.c-column--2 .c-column__item, .is-gutter-top70.c-column .c-column__item {
    --gutter-top: 70px;
  }
}
@media (max-width: 767px) {
  .is-gutter-top70.c-column--4 .c-column__item, .is-gutter-top70.c-column--3 .c-column__item, .is-gutter-top70.c-column--2 .c-column__item, .is-gutter-top70.c-column .c-column__item {
    --gutter-top: 70px;
  }
}
.is-gutter-top80.c-column--4 .c-column__inner, .is-gutter-top80.c-column--3 .c-column__inner, .is-gutter-top80.c-column--2 .c-column__inner, .is-gutter-top80.c-column .c-column__inner {
  --gutter-top: 80px;
}
@media (min-width: 768px) {
  .is-gutter-top80.c-column--4 .c-column__item, .is-gutter-top80.c-column--3 .c-column__item, .is-gutter-top80.c-column--2 .c-column__item, .is-gutter-top80.c-column .c-column__item {
    --gutter-top: 80px;
  }
}
@media (max-width: 767px) {
  .is-gutter-top80.c-column--4 .c-column__item, .is-gutter-top80.c-column--3 .c-column__item, .is-gutter-top80.c-column--2 .c-column__item, .is-gutter-top80.c-column .c-column__item {
    --gutter-top: 80px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top20.c-column--4 .c-column__inner, .is-gutter-sp-top20.c-column--3 .c-column__inner, .is-gutter-sp-top20.c-column--2 .c-column__inner, .is-gutter-sp-top20.c-column .c-column__inner {
    --gutter-top: 20px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top20.c-column--4 .c-column__item, .is-gutter-sp-top20.c-column--3 .c-column__item, .is-gutter-sp-top20.c-column--2 .c-column__item, .is-gutter-sp-top20.c-column .c-column__item {
    --gutter-top: 20px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top30.c-column--4 .c-column__inner, .is-gutter-sp-top30.c-column--3 .c-column__inner, .is-gutter-sp-top30.c-column--2 .c-column__inner, .is-gutter-sp-top30.c-column .c-column__inner {
    --gutter-top: 30px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top30.c-column--4 .c-column__item, .is-gutter-sp-top30.c-column--3 .c-column__item, .is-gutter-sp-top30.c-column--2 .c-column__item, .is-gutter-sp-top30.c-column .c-column__item {
    --gutter-top: 30px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top40.c-column--4 .c-column__inner, .is-gutter-sp-top40.c-column--3 .c-column__inner, .is-gutter-sp-top40.c-column--2 .c-column__inner, .is-gutter-sp-top40.c-column .c-column__inner {
    --gutter-top: 40px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top40.c-column--4 .c-column__item, .is-gutter-sp-top40.c-column--3 .c-column__item, .is-gutter-sp-top40.c-column--2 .c-column__item, .is-gutter-sp-top40.c-column .c-column__item {
    --gutter-top: 40px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top50.c-column--4 .c-column__inner, .is-gutter-sp-top50.c-column--3 .c-column__inner, .is-gutter-sp-top50.c-column--2 .c-column__inner, .is-gutter-sp-top50.c-column .c-column__inner {
    --gutter-top: 50px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top50.c-column--4 .c-column__item, .is-gutter-sp-top50.c-column--3 .c-column__item, .is-gutter-sp-top50.c-column--2 .c-column__item, .is-gutter-sp-top50.c-column .c-column__item {
    --gutter-top: 50px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top60.c-column--4 .c-column__inner, .is-gutter-sp-top60.c-column--3 .c-column__inner, .is-gutter-sp-top60.c-column--2 .c-column__inner, .is-gutter-sp-top60.c-column .c-column__inner {
    --gutter-top: 60px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top60.c-column--4 .c-column__item, .is-gutter-sp-top60.c-column--3 .c-column__item, .is-gutter-sp-top60.c-column--2 .c-column__item, .is-gutter-sp-top60.c-column .c-column__item {
    --gutter-top: 60px;
  }
}
.is-gutter-side40.c-column--4, .is-gutter-side40.c-column--3, .is-gutter-side40.c-column--2, .is-gutter-side40.c-column {
  --gutter-side: 40px;
}
.is-gutter-side50.c-column--4, .is-gutter-side50.c-column--3, .is-gutter-side50.c-column--2, .is-gutter-side50.c-column {
  --gutter-side: 50px;
}

.c-column {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .c-column--2 .c-column__item {
    --divide: 2;
  }
  .c-column--2 .c-column__item:not(:nth-child(2n+1)) {
    margin-left: var(--gutter-side);
  }
}
@media (min-width: 768px) {
  .c-column--2.c-column--rtl .c-column__item {
    margin-left: 0;
  }
  .c-column--2.c-column--rtl .c-column__item:not(:nth-child(2n+1)) {
    margin-right: var(--gutter-side);
  }
}
@media (min-width: 768px) {
  .c-column--3 .c-column__item {
    --divide: 3;
  }
  .c-column--3 .c-column__item:not(:nth-child(3n+1)) {
    margin-left: var(--gutter-side);
  }
}
@media (min-width: 768px) {
  .c-column--3.c-column--rtl .c-column__item {
    margin-left: 0;
  }
  .c-column--3.c-column--rtl .c-column__item:not(:nth-child(3n+1)) {
    margin-right: var(--gutter-side);
  }
}
@media (min-width: 768px) {
  .c-column--4 .c-column__item {
    --divide: 4;
    --gutter-side: 30px;
  }
  .c-column--4 .c-column__item:not(:nth-child(4n+1)) {
    margin-left: var(--gutter-side);
  }
}
@media (min-width: 768px) {
  .c-column--4.c-column--rtl .c-column__item {
    margin-left: 0;
  }
  .c-column--4.c-column--rtl .c-column__item:not(:nth-child(4n+1)) {
    margin-right: var(--gutter-side);
  }
}

.c-float {
  --gutter-side: 40px;
  --gutter-top: 30px;
  --divide: 1;
}
.c-float .c-float__inner {
  margin-top: calc(-1 * var(--gutter-top));
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-float .c-float__inner {
    --gutter-top: 40px;
  }
}
.c-float .c-float__item {
  margin-top: var(--gutter-top);
}
@media (max-width: 767px) {
  .c-float .c-float__item {
    width: 100%;
    --gutter-top: 40px;
  }
}
@media (min-width: 768px) {
  .c-float .c-float__item.is-mt-auto {
    margin-top: auto;
  }
}
@media (min-width: 768px) {
  .c-float--rtl.c-float .c-float__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.is-gutter-top20.c-float .c-float__inner {
  --gutter-top: 20px;
}
@media (min-width: 768px) {
  .is-gutter-top20.c-float .c-float__item {
    --gutter-top: 20px;
  }
}
@media (max-width: 767px) {
  .is-gutter-top20.c-float .c-float__item {
    --gutter-top: 20px;
  }
}
.is-gutter-top30.c-float .c-float__inner {
  --gutter-top: 30px;
}
@media (min-width: 768px) {
  .is-gutter-top30.c-float .c-float__item {
    --gutter-top: 30px;
  }
}
@media (max-width: 767px) {
  .is-gutter-top30.c-float .c-float__item {
    --gutter-top: 30px;
  }
}
.is-gutter-top40.c-float .c-float__inner {
  --gutter-top: 40px;
}
@media (min-width: 768px) {
  .is-gutter-top40.c-float .c-float__item {
    --gutter-top: 40px;
  }
}
@media (max-width: 767px) {
  .is-gutter-top40.c-float .c-float__item {
    --gutter-top: 40px;
  }
}
.is-gutter-top50.c-float .c-float__inner {
  --gutter-top: 50px;
}
@media (min-width: 768px) {
  .is-gutter-top50.c-float .c-float__item {
    --gutter-top: 50px;
  }
}
@media (max-width: 767px) {
  .is-gutter-top50.c-float .c-float__item {
    --gutter-top: 50px;
  }
}
.is-gutter-top60.c-float .c-float__inner {
  --gutter-top: 60px;
}
@media (min-width: 768px) {
  .is-gutter-top60.c-float .c-float__item {
    --gutter-top: 60px;
  }
}
@media (max-width: 767px) {
  .is-gutter-top60.c-float .c-float__item {
    --gutter-top: 60px;
  }
}
.is-gutter-top70.c-float .c-float__inner {
  --gutter-top: 70px;
}
@media (min-width: 768px) {
  .is-gutter-top70.c-float .c-float__item {
    --gutter-top: 70px;
  }
}
@media (max-width: 767px) {
  .is-gutter-top70.c-float .c-float__item {
    --gutter-top: 70px;
  }
}
.is-gutter-top80.c-float .c-float__inner {
  --gutter-top: 80px;
}
@media (min-width: 768px) {
  .is-gutter-top80.c-float .c-float__item {
    --gutter-top: 80px;
  }
}
@media (max-width: 767px) {
  .is-gutter-top80.c-float .c-float__item {
    --gutter-top: 80px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top20.c-float .c-float__inner {
    --gutter-top: 20px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top20.c-float .c-float__item {
    --gutter-top: 20px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top30.c-float .c-float__inner {
    --gutter-top: 30px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top30.c-float .c-float__item {
    --gutter-top: 30px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top40.c-float .c-float__inner {
    --gutter-top: 40px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top40.c-float .c-float__item {
    --gutter-top: 40px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top50.c-float .c-float__inner {
    --gutter-top: 50px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top50.c-float .c-float__item {
    --gutter-top: 50px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top60.c-float .c-float__inner {
    --gutter-top: 60px;
  }
}
@media (max-width: 767px) {
  .is-gutter-sp-top60.c-float .c-float__item {
    --gutter-top: 60px;
  }
}
.is-gutter-side40.c-float {
  --gutter-side: 40px;
}
.is-gutter-side50.c-float {
  --gutter-side: 50px;
}

.c-float {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .c-float .c-float__item {
    --divide: 2;
  }
  .c-float .c-float__item:nth-child(1) {
    float: left;
    margin-right: var(--gutter-side);
  }
}
@media (max-width: 767px) {
  .c-float .c-float__item:nth-child(1) {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .c-float.c-float--rtl .c-float__item:nth-child(1) {
    float: right;
    margin-right: 0;
    margin-left: var(--gutter-side);
  }
}

.c-link--txt,
a.c-link--txt {
  margin-right: 4px;
  word-break: break-all;
  color: #07507B;
}
.c-link--txt[target=_blank]::after,
a.c-link--txt[target=_blank]::after {
  display: inline-block;
  content: "\e90b";
  margin-left: 5px;
  color: #C9CACA;
  font-size: 11px;
  text-decoration: none;
}
@media (-ms-high-contrast: none) {
  .c-link--txt[target=_blank]::after,
  a.c-link--txt[target=_blank]::after {
    position: relative;
    top: 1px;
    height: 11px;
    overflow: hidden;
  }
}

.c-link--arwb-lb, .c-link--arw-l, .c-link--arw-b, .c-link--arw {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 1.25em;
  line-height: 1.6;
  color: #222;
  word-break: break-all;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.c-link--arwb-lb:hover span, .c-link--arw-l:hover span, .c-link--arw-b:hover span, .c-link--arw:hover span {
  text-decoration: underline;
}
.c-link--arwb-lb::before, .c-link--arw-l::before, .c-link--arw-b::before, .c-link--arw::before {
  content: "\e908";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 13px;
  color: #B99969;
}
@media (-ms-high-contrast: none) {
  .c-link--arwb-lb::before, .c-link--arw-l::before, .c-link--arw-b::before, .c-link--arw::before {
    top: 2px;
  }
}

.c-link--arw-b {
  font-weight: bold;
}

.c-link--arw-l {
  font-size: 16px;
}
.c-link--arw-l::before {
  top: 5px;
}

.c-link--arwb-lb {
  font-size: 16px;
  font-weight: bold;
}
.c-link--arwb-lb::before {
  top: 5px;
}

.c-link--zoom {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.c-link--zoom i {
  position: relative;
  top: 1px;
  margin-right: 5px;
  font-size: 17px;
}

.c-link-subnav li {
  border-bottom: 1px solid #E6E6E6;
}
.c-link-subnav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 0 3px 0 5px;
  color: #222;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
@media (-ms-high-contrast: none) {
  .c-link-subnav a {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .is-responsive .c-link-subnav a {
    padding: 0 15px 0 20px;
  }
}
.c-link-subnav a:hover {
  background: #F5F5F5;
}
@media only screen and (max-width: 768px) {
  .is-responsive .c-link-subnav a:hover {
    background: none;
  }
}
.c-link-subnav a::after {
  content: "\e908";
  margin-left: auto;
  color: #B99969;
}
@media (-ms-high-contrast: none) {
  .c-link-subnav a::after {
    position: absolute;
    top: calc(50% - 7px);
    right: 3px;
  }
}

.c-img-wrap--center, .c-img-wrap--full, .c-img-wrap {
  margin-bottom: 60px !important;
}
.c-img-wrap--center:after, .c-img-wrap--full:after, .c-img-wrap:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .is-responsive .c-img-wrap--center, .is-responsive .c-img-wrap--full, .is-responsive .c-img-wrap {
    margin-bottom: 50px !important;
    text-align: center;
  }
  .is-responsive .c-img-wrap--center p, .is-responsive .c-img-wrap--full p, .is-responsive .c-img-wrap p {
    text-align: left;
  }
}

.c-img-wrap--full {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .is-responsive .c-img-wrap--full {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.c-img-wrap--center {
  text-align: center;
}
.c-img-wrap__caption, .c-img-wrap__caption--center {
  margin-bottom: 1em;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8461538462;
  letter-spacing: 0.05em;
  text-align: left;
}
.c-img-wrap__caption--center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .is-responsive .c-img-wrap__caption--center {
    text-align: left;
  }
}

.c-img-left--small, .c-img-left {
  float: left;
  width: 384px;
}
.c-img-left--small:not(:last-child), .c-img-left:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .is-responsive .c-img-left--small, .is-responsive .c-img-left {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.c-img-left--small {
  width: 253px;
  margin-right: 20px;
}

.c-img-right--small, .c-img-right {
  float: right;
  width: 384px;
}
.c-img-right--small:not(:last-child), .c-img-right:not(:last-child) {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .is-responsive .c-img-right--small, .is-responsive .c-img-right {
    float: none;
    margin-left: 0;
    margin-bottom: 15px;
  }
}

.c-img-right--small {
  width: 253px;
  margin-left: 20px;
}

.c-button {
  -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;
  position: relative;
  isolation: isolate;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 330px;
  height: 50px;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #244F78;
  background: white;
  border: 1px solid #244F78;
  -webkit-transition: color 50ms linear 200ms;
  transition: color 50ms linear 200ms;
  text-decoration: none;
  text-align: left;
}
.c-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0%;
  bottom: 0;
  background: #244F78;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
}
.c-button:hover {
  color: white;
  text-decoration: none;
}
.c-button:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
.c-button > span {
  position: relative;
}
.c-button--free {
  height: auto;
  min-height: 60px;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .c-button--free {
    width: auto;
    min-width: 330px;
    padding: 14px 50px;
  }
}
@media (min-width: 768px) {
  .c-button--free.c-button--go {
    padding-right: 80px;
  }
}
.c-button--back i {
  position: absolute;
  top: calc(50% - 3px);
  left: 30px;
  line-height: 1;
  font-size: 0;
  -webkit-transition: left 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: left 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-button--back i:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 6px;
  border-left: 1px solid #244F78;
  border-bottom: 1px solid #244F78;
  vertical-align: middle;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  -webkit-transition: border-color 50ms linear 200ms;
  transition: border-color 50ms linear 200ms;
}
.c-button--back:hover i {
  -webkit-animation: anime-button-reverse 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
  animation: anime-button-reverse 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
}
.c-button--back:hover i:after {
  border-color: white;
}
.c-button--go {
  padding-right: 30px;
}
.c-button--go i {
  position: absolute;
  top: calc(50% - 3px);
  right: 30px;
  line-height: 1;
  font-size: 0;
  -webkit-transition: right 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: right 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-button--go i:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 6px;
  border-right: 1px solid #244F78;
  border-bottom: 1px solid #244F78;
  vertical-align: middle;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  -webkit-transition: border-color 50ms linear 200ms;
  transition: border-color 50ms linear 200ms;
}
.c-button--go:hover i {
  -webkit-animation: anime-button 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
  animation: anime-button 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
}
.c-button--go:hover i:after {
  border-color: white;
}
.c-button--blue {
  border-color: #07507B;
  background-color: #07507B;
  color: #fff;
}
.c-button--blue::before {
  background-color: #fff;
}
.c-button--blue i:after {
  border-color: #fff;
}
.c-button--blue:hover {
  color: #07507B;
}
.c-button--blue:hover i:after {
  border-color: #07507B;
}

.c-breadcrumb {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  max-width: var(--max-width);
  margin: auto;
  padding: 30px var(--side-padding) 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .c-breadcrumb {
    -webkit-line-clamp: 2;
    padding: 20px var(--side-padding-sp) 0;
    font-weight: 400;
  }
}
.c-breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}
.c-breadcrumb li {
  display: inline;
}
.c-breadcrumb li + li {
  margin-left: 6px;
  padding-left: 13px;
  background: url(../img/common/icon_breadcrumb_arrow.svg) no-repeat 0px 5px;
  background-size: 5px auto;
  line-height: 2;
}
.c-breadcrumb li a {
  color: #fff;
}

.c-ul:not(:last-child) {
  margin-bottom: 1.5em;
}
.c-ul > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.75;
}
.c-ul > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.c-ul > li::before {
  content: "･";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1.75em;
  font-weight: bold;
  text-align: center;
}

.c-ol:not(:last-child) {
  margin-bottom: 1.5em;
}
.c-ol > li {
  position: relative;
  list-style-type: decimal;
  margin-left: 1.5em;
}

.c-markList:not(:last-child), .c-markList--right:not(:last-child), .c-markList--center:not(:last-child) {
  margin-bottom: 1.5em;
}
.c-markList > li, .c-markList--right > li, .c-markList--center > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.75;
}
.c-markList > li:not(:first-child), .c-markList--right > li:not(:first-child), .c-markList--center > li:not(:first-child) {
  margin-top: 0.25em;
}
.c-markList > li i, .c-markList--right > li i, .c-markList--center > li i {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1em;
  flex: 0 0 1em;
  font-style: normal;
}
.c-markList--center > li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-markList--right > li {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-notes {
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .eqp-modal-content {
    height: 100vh !important;
  }
}

.eqp-modal .eqp-modal-close {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  top: -45px !important;
  font-size: 18px !important;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .eqp-modal .eqp-modal-close {
    top: 0 !important;
    right: 10px !important;
  }
}

.p-top-mv {
  position: relative;
  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;
  width: 100vw;
  height: 100vh;
  background: #999;
  line-height: 1;
  overflow: hidden;
}
.p-top-mv__mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 2;
  pointer-events: none;
}
.p-top-mv__inner {
  position: relative;
  padding-bottom: 10vh;
  text-align: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-top-mv__inner {
    width: 245px;
    padding-bottom: 15vh;
  }
}
@media (max-width: 767px) {
  .p-top-mv__title img {
    width: 184px;
  }
}
.p-top-mv__catch {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .p-top-mv__catch {
    margin-top: 35px;
  }
}
.p-top-mv__lead {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .p-top-mv__lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
  }
}
.p-top-mv__lead > span {
  width: 297px;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .p-top-mv__lead > span {
    width: 245px;
  }
}
.p-top-mv__lead > span:nth-child(1) {
  background: #0094d7;
}
@media (max-width: 767px) {
  .p-top-mv__lead > span:nth-child(1) {
    background: rgba(0, 148, 215, 0.8);
  }
}
.p-top-mv__lead > span:nth-child(2) {
  background: #07507b;
}
@media (max-width: 767px) {
  .p-top-mv__lead > span:nth-child(2) {
    background: rgba(7, 80, 123, 0.8);
  }
}
.p-top-mv__lead > span:nth-child(3) {
  background: #222222;
}
@media (max-width: 767px) {
  .p-top-mv__lead > span:nth-child(3) {
    background: rgba(34, 34, 34, 0.8);
  }
}
.p-top-mv__logo {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .p-top-mv__logo {
    margin-top: 28px;
  }
}
.p-top-mv__scroll {
  position: absolute;
  left: calc((100% - 43px) * 0.5);
  bottom: 13vh;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-top-mv__scroll {
    bottom: 10vh;
  }
}
.p-top-mv__scroll a {
  position: relative;
  display: block;
  width: 43px;
  height: 43px;
  background: #0094D7;
  -webkit-animation: 3s linear 0s infinite both icon-gradient;
  animation: 3s linear 0s infinite both icon-gradient;
}
@media (max-width: 767px) {
  .p-top-mv__scroll a {
    width: 34px;
    height: 34px;
  }
}
.p-top-mv__scroll a:before, .p-top-mv__scroll a:after {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  height: 50%;
}
.p-top-mv__scroll a:before {
  top: 0;
  background: #07507B;
  -webkit-animation: 3s linear -2s infinite both icon-gradient;
  animation: 3s linear -2s infinite both icon-gradient;
}
.p-top-mv__scroll a:after {
  bottom: 0;
  background: #7A8992;
  -webkit-animation: 3s linear -1s infinite both icon-gradient;
  animation: 3s linear -1s infinite both icon-gradient;
}
.p-top-mv__scroll i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transition: top 300ms ease;
  transition: top 300ms ease;
}
.p-top-mv__scroll i:after {
  content: "";
  display: block;
  width: 12px;
  height: 54px;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  -webkit-transform: skewY(-45deg) translateY(-5px);
  transform: skewY(-45deg) translateY(-5px);
}
.p-top-mv__scroll a:hover i {
  top: calc(50% + 8px);
}
.p-top-mv__movie {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-top-mv__movie__target {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-top-mv__movie__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-top-mv__movie:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
}
.p-top-mv__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  max-width: none !important;
  max-height: none !important;
}
.p-top-mv__movie video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-notice {
  padding: 20px var(--side-padding);
  background: #7A8992;
}
@media (max-width: 767px) {
  .p-top-notice {
    padding: 20px var(--side-padding-sp);
  }
}
.p-top-notice__inner {
  max-width: var(--max-width);
  margin: 0 auto;
}
.p-top-notice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  width: 100%;
}
@media (max-width: 767px) {
  .p-top-notice__item {
    display: block;
    text-align: center;
  }
}
.p-top-notice__item:not(:last-child) {
  margin-bottom: 8px;
}
.p-top-notice__item span {
  display: block;
  min-width: 0;
}
.p-top-notice__item span:not(:last-child) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .p-top-notice__item span:not(:last-child) {
    margin-right: 0;
  }
}
.p-top-notice__item a {
  display: inline-block;
  color: #fff;
  width: 100%;
  text-decoration: none;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.p-top-notice__item a:hover {
  opacity: 0.7;
}

.p-top-news {
  padding: 20px var(--side-padding);
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .p-top-news {
    padding: 20px var(--side-padding-sp);
  }
}
.p-top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: var(--max-width);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-top-news__inner {
    display: block;
    padding: 0;
  }
}
.p-top-news__inner + .p-top-news__inner {
  border-top: solid 1px #ddd;
  padding-top: 20px;
  margin-top: 20px;
}
.p-top-news__title {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 40px;
  line-height: 1.4;
  font-size: 20px;
  letter-spacing: 0.05em;
  width: 190px;
}
@media (max-width: 767px) {
  .p-top-news__title {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 0;
    width: auto;
    font-size: 18px;
    text-align: center;
  }
}
.p-top-news__list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  min-width: 0;
  color: #444;
  font-size: 14px;
}
@media (max-width: 767px) {
  .p-top-news__list {
    font-size: 13px;
  }
}
.p-top-news__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .p-top-news__list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-top-news__list > li:not(:last-child) {
  margin-bottom: 8px;
}
.p-top-news__list > li span {
  display: block;
  min-width: 0;
}
.p-top-news__list > li span:not(:last-child) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 20px;
}
.p-top-news__list > li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (max-width: 767px) {
  .p-top-news__list > li a {
    font-size: 14px;
  }
}
.p-top-news__list > li a:hover {
  opacity: 0.7;
}
.p-top-news__more {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-left: 40px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .p-top-news__more {
    margin-top: 10px;
    text-align: right;
  }
}
.p-top-news__more a {
  text-decoration: none;
}
.p-top-news__more a img {
  margin-right: 8px;
  margin-bottom: 1px;
}
.p-top-news__more a:hover {
  opacity: 0.6;
}
.p-top-news__more a:hover img {
  display: inline-block;
  -webkit-animation: anime-button 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
  animation: anime-button 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
}

.p-top-section__main_title {
  font-family: trajan-pro-3, serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .p-top-section__main_title {
    margin-bottom: 30px;
  }
}
.p-top-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: var(--max-width);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-top-section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-top-section__title {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1.5em;
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-size: 32px;
}
@media (max-width: 767px) {
  .p-top-section__title {
    font-size: 26px;
  }
}
.p-top-section__body {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2.5;
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-top-section__body {
    line-height: 2.25;
    font-size: 16px;
  }
}
.p-top-section__body > :not(:last-child) {
  margin-bottom: 2.5em;
}
@media (max-width: 767px) {
  .p-top-section__body > :not(:last-child) {
    margin-bottom: 2.125em;
  }
}
.p-top-section__body > p > span {
  display: inline-block;
}
@media (max-width: 767px) {
  .p-top-section__body > p > span {
    display: inline;
  }
}

.p-top-section-1 {
  position: relative;
  padding: 140px var(--side-padding) 0;
}
@media (max-width: 767px) {
  .p-top-section-1 {
    padding: 80px 0 0;
  }
}
.p-top-section-1__pic {
  position: absolute;
  top: 233px;
  right: 0;
  bottom: -90px;
  width: calc((100% - 180px) / 2);
  padding-top: 90px;
  font-size: 0;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-top-section-1__pic {
    position: relative;
    top: auto;
    bottom: auto;
    width: auto;
    margin: 0 calc(var(--side-padding-sp) * -1);
    padding: 0 0 50px;
  }
}
.p-top-section-1__pic__obj {
  width: 594px;
  height: 100%;
}
@media (max-width: 767px) {
  .p-top-section-1__pic__obj {
    width: 100%;
  }
}
.p-top-section-1__pic__obj img {
  width: 100%;
  height: 100%;
  -o-object-position: top center;
  object-position: top center;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-section-1__cont {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 54.5955882353%;
}
@media (max-width: 767px) {
  .p-top-section-1__cont {
    width: auto;
  }
}
.p-top-section-1__ico01 {
  position: absolute;
  top: 0;
  left: 504px;
  width: 180px;
  font-size: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-top-section-1__ico01 {
    top: auto;
    right: -50px;
    bottom: 0;
    left: auto;
    width: 100px;
  }
}
.p-top-section-1__ico02 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
  width: 180px;
  margin: auto;
  font-size: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-top-section-1__ico02 {
    width: 100px;
    bottom: -50px;
  }
}
.p-top-section-1__ico02 img {
  width: 100%;
  height: 100%;
}

.p-top-section-2__bg {
  position: relative;
  padding: 200px var(--side-padding) 90px;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-top-section-2__bg {
    padding: 100px var(--side-padding-sp) 210px;
  }
}
.p-top-section-2__bg__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-section-2__bg__bg:before {
  content: "";
  position: absolute;
  top: -25%;
  bottom: -25%;
  width: 100%;
  height: 150%;
  background-image: url(../img/top/bg_section-2_01@pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .p-top-section-2__bg__bg:before {
    background-image: url(../img/top/bg_section-2_01@sp.jpg);
  }
}
.p-top-section-2 .p-top-section__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-top-section-2 .p-top-section__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 43.2904411765%;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-top-section-2 .p-top-section__title {
    width: auto;
  }
}
.p-top-section-2 .p-top-section__body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 51.0110294118%;
  text-shadow: 0 0 18px rgb(0, 0, 0);
  -webkit-transform: translateX(51px);
  transform: translateX(51px);
}
@media (max-width: 767px) {
  .p-top-section-2 .p-top-section__body {
    width: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.p-top-section-2__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -65px auto 0;
  font-size: 0;
  overflow: hidden;
}
.p-top-section-2__pic__inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 1366px;
  height: 820px;
}
@media (max-width: 767px) {
  .p-top-section-2__pic__inner {
    width: 100%;
    height: 323px;
    padding-bottom: 50px;
  }
}
.p-top-section-2__pic__obj, .p-top-section-2__pic__obj3, .p-top-section-2__pic__obj2, .p-top-section-2__pic__obj1 {
  position: absolute;
}
@media (max-width: 767px) {
  .p-top-section-2__pic__obj, .p-top-section-2__pic__obj3, .p-top-section-2__pic__obj2, .p-top-section-2__pic__obj1 {
    position: static;
  }
}
.p-top-section-2__pic__obj img, .p-top-section-2__pic__obj3 img, .p-top-section-2__pic__obj2 img, .p-top-section-2__pic__obj1 img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-section-2__pic__obj1 {
  top: 0;
  left: 0;
  width: calc((100% - 180px) / 2);
  height: 433px;
}
@media (max-width: 767px) {
  .p-top-section-2__pic__obj1 {
    width: 100%;
    height: 100%;
  }
}
.p-top-section-2__pic__obj2 {
  top: 258px;
  right: 0;
  width: 50%;
  height: 460px;
}
@media (max-width: 767px) {
  .p-top-section-2__pic__obj2 {
    display: none;
  }
}
.p-top-section-2__pic__obj3 {
  right: 50%;
  bottom: 0;
  height: 297px;
  -webkit-transform: translateX(90px);
  transform: translateX(90px);
}
@media (max-width: 767px) {
  .p-top-section-2__pic__obj3 {
    display: none;
  }
}
.p-top-section-2__ico01 {
  position: absolute;
  top: 433px;
  left: 0;
  right: 0;
  width: 180px;
  margin: auto;
  font-size: 0;
}
@media (max-width: 767px) {
  .p-top-section-2__ico01 {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100px;
  }
}
.p-top-section-2__ico01 img {
  width: 100%;
  height: 100%;
}

.p-top-section-3__container {
  position: relative;
  padding: 150px var(--side-padding) 215px;
}
@media (max-width: 767px) {
  .p-top-section-3__container {
    padding: 50px var(--side-padding-sp) 0;
  }
}
.p-top-section-3__bg {
  position: relative;
  height: 840px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-top-section-3__bg {
    height: 472px;
  }
}
.p-top-section-3__bg__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-section-3__bg__bg:before {
  content: "";
  position: absolute;
  top: -25%;
  bottom: -25%;
  width: 100%;
  height: 150%;
  background-image: url(../img/top/bg_section-3_01@pc.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .p-top-section-3__bg__bg:before {
    background-image: url(../img/top/bg_section-3_01@sp.jpg);
  }
}
.p-top-section-3 .p-top-section__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-top-section-3 .p-top-section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-top-section-3__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 323px;
  left: 0;
  bottom: -90px;
  width: calc((100% - 180px) / 2);
  font-size: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-top-section-3__pic {
    position: relative;
    top: auto;
    bottom: auto;
    width: auto;
    margin: 0 calc(var(--side-padding-sp) * -1);
    padding-top: 50px;
  }
}
.p-top-section-3__pic__obj {
  width: 594px;
  height: 100%;
}
@media (max-width: 767px) {
  .p-top-section-3__pic__obj {
    width: 100%;
  }
}
.p-top-section-3__pic__obj img {
  width: 100%;
  height: 100%;
  -o-object-position: top center;
  object-position: top center;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-section-3__cont {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 49.4485294118%;
}
@media (max-width: 767px) {
  .p-top-section-3__cont {
    width: auto;
    margin-bottom: 70px;
  }
}
.p-top-section-3__ico01 {
  position: absolute;
  top: -90px;
  right: 504px;
  width: 180px;
  font-size: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-top-section-3__ico01 {
    top: 0;
    right: 0;
    width: 100px;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
}
.p-top-section-3__ico02 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
  width: 180px;
  margin: auto;
  font-size: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-top-section-3__ico02 {
    display: none;
  }
}
.p-top-section-3__ico02 img {
  width: 100%;
  height: 100%;
}

.p-top-project {
  margin-top: 90px;
}
@media (min-width: 768px) {
  .p-top-project {
    margin-top: 140px;
  }
}
.p-top-project__title {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  margin: 140px auto 70px;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-project__title {
    margin: 80px auto 30px;
    font-size: 18px;
  }
}
.p-top-project__inner {
  position: relative;
  padding: 65px 20px 50px;
  background-color: #07507B;
  color: #07507B;
}
@media (min-width: 768px) {
  .p-top-project__inner {
    padding: 80px var(--side-padding);
    text-align: center;
  }
}
.p-top-project__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 851px;
  background-image: url(../img/top/bg_project_01@sp.png.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-top-project__inner::before {
    height: 764px;
    background-image: url(../img/top/bg_project_01@pc.png.webp);
  }
}
.p-top-project__catch {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-top-project__catch {
    font-size: 45px;
  }
}
.p-top-project__lead {
  margin-top: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-top-project__lead {
    margin-top: 17px;
  }
}
.p-top-project__btn {
  margin-top: 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-project__btn {
    margin-top: 37px;
  }
}
.p-top-project__return {
  max-width: 800px;
  margin: 80px auto 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-top-project__return {
    text-align: center;
  }
}
.p-top-project__return__cont {
  padding: 40px 25px;
  background-image: url(../img/top/bg_project_map_01.png);
  background-repeat: no-repeat;
  background-position: center -30px;
  background-size: 127% auto;
}
@media (min-width: 768px) {
  .p-top-project__return__cont {
    padding: 67px 50px 62px;
    background-size: auto auto;
  }
}
@media (max-width: 767px) {
  .p-top-project__return__cont h3 {
    width: 273px;
    margin: auto;
  }
}
.p-top-project__return__logo {
  margin: 0 -15px;
  font-size: 0;
}
@media (min-width: 768px) {
  .p-top-project__return__logo {
    margin: 0;
  }
}
.p-top-project__return__lead {
  margin-top: 8px;
  line-height: 1.8666666667;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-top-project__return__lead {
    margin-top: 15px;
  }
}
.p-top-project__return__btn {
  margin-top: 44px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-project__return__btn {
    margin-top: 36px;
  }
}
.p-top-project__return__news {
  padding: 14px 25px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .p-top-project__return__news {
    padding: 20px 50px;
  }
}

.p-top-purpose {
  display: block;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 80px 0 40px;
  background: #F5F5F5;
}
@media (min-width: 768px) {
  .p-top-purpose {
    padding-bottom: 64px;
  }
}
.p-top-purpose__movie {
  --top: -60px;
  position: relative;
  top: var(--top);
  margin: 0 auto calc(120px + var(--top));
  width: 100%;
  max-width: 926px;
  background: #727272;
}
@media (max-width: 767px) {
  .p-top-purpose__movie {
    width: auto;
    margin: 0 var(--side-padding-sp) calc(90px + var(--top));
  }
}
.p-top-purpose__movie img {
  width: 100%;
  vertical-align: bottom;
}
.p-top-purpose__movie:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.p-top-purpose__movie__play {
  -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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.p-top-purpose__movie__play:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.p-top-purpose__movie__play > span {
  position: absolute;
  top: calc(50% - 73.5px);
  left: calc(50% - 73.5px);
  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;
  width: 147px;
  height: 147px;
  color: white;
  text-align: center;
  line-height: 1.5384615385;
}
.p-top-purpose__movie__play > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid white;
  -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);
}
.p-top-purpose__movie__play > span:after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 46px;
  height: 10px;
  -webkit-transform: skew(45deg) translateX(-27px);
  transform: skew(45deg) translateX(-27px);
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  -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);
}
.p-top-purpose__movie__play > span > :nth-child(1) {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.p-top-purpose__movie__play > span > :nth-child(2) {
  margin-top: 10px;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  letter-spacing: 0.05em;
}
.p-top-purpose__movie__play:hover:before {
  opacity: 1;
}
.p-top-purpose__movie__play:hover > span:before {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.p-top-purpose__movie__play:hover > span:after {
  -webkit-transform: skew(45deg) translateX(-20px);
  transform: skew(45deg) translateX(-20px);
}
.p-top-purpose__inner {
  padding: 0 90px;
  text-align: center;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (max-width: 767px) {
  .p-top-purpose__inner {
    padding: 0 var(--side-padding-sp);
  }
}
.p-top-purpose__title {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  margin: 0px auto 70px;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-purpose__title {
    margin: 0px auto 30px;
    font-size: 18px;
  }
}
.p-top-purpose__logo {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .p-top-purpose__logo {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .p-top-purpose__logo img {
    width: 190px;
  }
}
.p-top-purpose__lead {
  margin-top: 28px;
  font-size: 17px;
  letter-spacing: 0.06em;
  line-height: 2.3529411765;
}
@media (max-width: 767px) {
  .p-top-purpose__lead {
    margin-top: 40px;
    font-size: 16px;
    text-align: left;
  }
}
.p-top-purpose__info {
  position: relative;
}
.p-top-purpose__btn {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 30px;
  font-size: 14px;
  text-align: right;
}
@media (min-width: 768px) {
  .p-top-purpose__btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.p-top-purpose__btn i {
  display: inline-block;
  width: 30px;
  height: 7px;
  background-image: url(../img/common/ico_arw-right_02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-top-purpose:hover {
  text-decoration: none;
}
.p-top-purpose:hover .p-top-purpose__inner {
  opacity: 0.7;
}
.p-top-purpose:hover .p-top-purpose__btn i {
  -webkit-animation: anime-button 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
  animation: anime-button 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
}

.p-top-service {
  padding: 0 var(--side-padding);
}
@media (max-width: 767px) {
  .p-top-service {
    padding: 0 var(--side-padding-sp);
  }
}
.p-top-service__title, .p-top-group__title {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  margin: 140px auto 70px;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-service__title, .p-top-group__title {
    margin: 80px auto 30px;
    font-size: 18px;
  }
}
.p-top-service__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  margin: 0 calc(-1 * var(--side-padding));
  background-image: url(../img/top/bg_service_01@pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-top-service__block + .p-top-service__block {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .p-top-service__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin: 0 calc(-1 * var(--side-padding-sp));
    background-image: url(../img/top/bg_service_01@sp.jpg);
  }
}
.p-top-service__block--02 {
  background-image: url(../img/top/bg_service_02@pc.jpg);
}
@media (max-width: 767px) {
  .p-top-service__block--02 {
    background-image: url(../img/top/bg_service_02@sp.jpg);
  }
  .p-top-service__block--02 .p-top-service__block__header__title img {
    width: 187px;
  }
}
.p-top-service__block--03 {
  background-image: url(../img/top/bg_service_03@pc.jpg);
}
@media (max-width: 767px) {
  .p-top-service__block--03 {
    background-image: url(../img/top/bg_service_03@sp.jpg);
  }
  .p-top-service__block--03 .p-top-service__block__header__title img {
    width: 220px;
  }
}
.p-top-service__block__header {
  padding: var(--side-padding);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .p-top-service__block__header {
    padding: 50px var(--side-padding-sp);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.p-top-service__block__header__inner {
  width: 100%;
  max-width: 420px;
}
.p-top-service__block__header__title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-top-service__block__header__title img {
    width: 250px;
  }
}
.p-top-service__block__header__lead {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-top-service__block__header__lead > span {
  font-size: 15px;
  font-weight: normal;
}
.p-top-service__block__body {
  padding: var(--side-padding);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .p-top-service__block__body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 20px 32px;
  }
}
.p-top-service__block__body__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding-left: 80px;
}
@media (max-width: 767px) {
  .p-top-service__block__body__list {
    padding-left: 0;
  }
}
.p-top-service__block__body__list li {
  width: 150px;
  height: 150px;
}
@media (max-width: 767px) {
  .p-top-service__block__body__list li {
    width: calc((100vw - 80px) / 2);
    height: calc((100vw - 80px) / 2);
    max-width: 150px;
    max-height: 150px;
    text-align: center;
  }
}
.p-top-service__block__body__list li:not(:first-child) {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .p-top-service__block__body__list li:not(:first-child) {
    margin-left: 37px;
  }
}
.p-top-service__block__body__list li a {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.p-top-service__block__body__list li a i {
  display: inline-block;
  width: 30px;
  height: 7px;
  margin-top: 10px;
  background-image: url(../img/common/ico_arw-right_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-top-service__block__body__list li:nth-child(1) a {
  background: #0094D7;
}
.p-top-service__block__body__list li:nth-child(2) a {
  background: #7A8992;
}
.p-top-service__block__body__list li:nth-child(1) a:hover {
  background: #4CB4E3;
}
.p-top-service__block__body__list li:nth-child(2) a:hover {
  background: #A1ACB2;
}

.p-top-message {
  padding: 0 var(--side-padding);
}
@media (max-width: 767px) {
  .p-top-message {
    padding: 0 var(--side-padding-sp);
  }
}
.p-top-message__title {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  margin: 140px auto 70px;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-message__title {
    margin: 80px auto 30px;
    font-size: 18px;
  }
}
.p-top-message__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 420px;
  margin: 0 calc(-1 * var(--side-padding));
}
@media (max-width: 767px) {
  .p-top-message__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin: 0 calc(-1 * var(--side-padding-sp));
  }
}
.p-top-message__block::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 124px;
  height: 124px;
  margin: auto;
  background-image: url(../img/top/ico_section-1_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .p-top-message__block::before {
    display: none;
  }
}
.p-top-message__block__header {
  padding: var(--side-padding);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/top/bg_message_01.jpg);
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: cover;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .p-top-message__block__header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 308px;
    padding: 0;
    background-position: 40% center;
  }
}
.p-top-message__block__header__inner {
  width: 100%;
  max-width: 420px;
}
.p-top-message__block__header__title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-top-message__block__header__title img {
    width: 250px;
  }
}
.p-top-message__block__header__lead {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-top-message__block__header__lead > span {
  font-size: 15px;
  font-weight: normal;
}
.p-top-message__block__body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-top-message__block__body__inner {
  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: relative;
  width: 100%;
  height: 100%;
  padding: var(--side-padding) 100px 40px;
  background-color: #07507B;
  color: #fff;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (max-width: 767px) {
  .p-top-message__block__body__inner {
    padding: 30px 20px 35px;
  }
}
.p-top-message__block__body__inner:hover {
  text-decoration: none;
  opacity: 0.8;
}
.p-top-message__block__body__inner:hover i {
  -webkit-animation: anime-button 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
  animation: anime-button 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
}
.p-top-message__block__body__copy {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.875em;
  line-height: 1.875;
  font-size: 26px;
}
@media (max-width: 767px) {
  .p-top-message__block__body__copy {
    font-size: 19px;
  }
}
.p-top-message__block__body__position {
  font-size: 14px;
}
@media (max-width: 767px) {
  .p-top-message__block__body__position {
    font-size: 13px;
  }
}
.p-top-message__block__body__name {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-top-message__block__body__name {
    font-size: 20px;
  }
}
.p-top-message__block__body__name > span {
  vertical-align: text-top;
  font-size: 14px;
}
@media (max-width: 767px) {
  .p-top-message__block__body__name > span {
    font-size: 13px;
  }
}
.p-top-message__block__body__btn {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
  line-height: 1;
  font-size: 14px;
  text-align: right;
}
.p-top-message__block__body__btn i {
  display: inline-block;
  width: 30px;
  height: 7px;
  margin-top: 10px;
  background-image: url(../img/common/ico_arw-right_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .p-top-message__block__body__btn i {
    right: 20px;
    bottom: 35px;
    left: auto;
  }
}

.p-top-group {
  padding: 0 var(--side-padding);
}
@media (max-width: 767px) {
  .p-top-group {
    padding: 0 var(--side-padding-sp);
  }
}
.p-top-group__box {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 90px 80px 60px;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .p-top-group__box {
    margin: 0 calc(var(--side-padding-sp) * -1);
    padding: 80px var(--side-padding-sp) 100px;
  }
}
.p-top-group__box__logo {
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-group__box__logo img {
    width: 96px;
  }
}
.p-top-group__box__lead {
  margin-top: 60px;
  line-height: 2.3333333333;
  font-size: 15px;
}
.p-top-group__box__lead > span {
  display: inline-block;
}
.p-top-group__box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px -80px;
  padding: 18px 80px 0;
  color: #FFFFFF;
  background: #979899;
}
@media (max-width: 767px) {
  .p-top-group__box__list {
    margin: 60px calc(var(--side-padding-sp) * -1) 40px;
    padding: 28px 10px 0;
  }
}
.p-top-group__box__list li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 18px 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-group__box__list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
    padding: 0 0 28px;
  }
}
.p-top-group__box__list li > span {
  line-height: 1.35;
}
.p-top-group__box__list li > span:nth-child(1) {
  font-size: 14px;
  letter-spacing: 0.06em;
}
.p-top-group__box__list li > span:nth-child(2) {
  font-size: 18px;
  letter-spacing: 0.06em;
}
.p-top-group__box__list li > span:nth-child(2) em {
  display: inline-block;
  margin: 0 0.1em;
  font-style: normal;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
}
.p-top-group__box__list li > span:nth-child(3) {
  font-size: 11px;
  letter-spacing: 0.04em;
}
.p-top-group__box__service {
  margin-bottom: 20px;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-top-group__box__service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
}
.p-top-group__box__service-list li {
  width: 213px;
}
.p-top-group__box__service-list li:not(:last-child) {
  margin-right: 15px;
}
.p-top-group__box__service-list a {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  height: 107px;
  background: #E6E6E6;
}
@media (max-width: 767px) {
  .p-top-group__box__service-list a {
    height: 79px;
  }
}
.p-top-group__box__service-list a::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-top-group__box__service-list a:hover {
  text-decoration: none;
}
.p-top-group__box__service-list a:hover::before {
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
}
.p-top-group__box__service-list a > * {
  position: relative;
}
.p-top-group__box__service-list a .__txt {
  margin: 10px 0 18px;
  font-size: 13px;
  color: #222;
}
@media (max-width: 767px) {
  .p-top-group__box__service-list a .__txt {
    margin: 4px 0 8px;
  }
}
.p-top-group__box__service-list img {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.p-top-media {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .p-top-media {
    margin-top: 80px;
  }
}
.p-top-media::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 340px;
  background: #F5F5F5;
}
.p-top-media__inner {
  position: relative;
  z-index: 1;
  max-width: 1380px;
  margin: auto;
}
.p-top-media__title {
  font-family: trajan-pro-3, serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40px;
}
.p-top-media__list {
  overflow: hidden;
  display: block;
  text-decoration: none;
  min-height: 308px;
  background: #979899;
  -webkit-transition: 600ms ease;
  transition: 600ms ease;
}
.p-top-media__list__pic {
  overflow: hidden;
  height: 213px;
}
.p-top-media__list__pic img {
  width: 100%;
  height: auto;
  -webkit-transition: 600ms ease;
  transition: 600ms ease;
}
.p-top-media__list__txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-align: justify;
  margin: 6px 15px 0;
}
.p-top-media__list__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-align: justify;
  margin: 5px 15px 12px;
}
.p-top-media__list:hover {
  text-decoration: none;
  background: #727272;
}
.p-top-media__list:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.p-top-media .swiper {
  padding: 0 20px;
}
.p-top-media .swiper-slide {
  width: 320px;
}
.p-top-media .swiper-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 5;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  background-image: url(../img/top/media_button.png);
  background-repeat: no-repeat;
  background-size: 68px auto;
}
@media (max-width: 767px) {
  .p-top-media .swiper-button {
    display: none;
  }
}
.p-top-media .swiper-button-prev {
  left: 0;
  background-position: left top;
}
.p-top-media .swiper-button-next {
  right: 0;
  background-position: right top;
}
.p-top-media .swiper-pagination {
  position: relative;
  z-index: 10;
  line-height: 0;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .p-top-media .swiper-pagination {
    margin-top: 35px;
  }
}
.p-top-media .swiper-pagination-bullet {
  cursor: pointer;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  margin: 0 10px;
  opacity: 0.15;
}
.p-top-media .swiper-pagination-bullet-active {
  opacity: 0.4;
}
.p-top-media__link {
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .p-top-media__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    text-align: center;
    margin-top: 25px;
    margin-right: 0;
  }
  .p-top-media__link span {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.json-list {
  height: auto !important;
}

.p-pressroom-detail__info {
  margin-bottom: 20px;
}
.p-pressroom-detail__footer {
  margin-top: 120px !important;
}
.p-pressroom-detail__back {
  margin-top: 80px;
  text-align: center;
}
.p-pressroom-detail__body {
  margin-top: 50px;
}
.p-pressroom-detail__body > * + * {
  margin-top: 2em;
}
.p-pressroom-detail__body h2 {
  line-height: 1.8181818182;
  font-size: 20px;
  font-weight: 700;
}
.p-pressroom-detail__body h2:not(:first-child) {
  margin-top: 2.5em;
}
.p-pressroom-detail__body h2:not(:last-child) {
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .p-pressroom-detail__body h2 {
    font-size: 18px;
  }
}
.p-pressroom-detail__body h3 {
  line-height: 1.7777777778;
  font-size: 18px;
  font-weight: 700;
}
.p-pressroom-detail__body h3:not(:first-child) {
  margin-top: 2.5em;
}
.p-pressroom-detail__body h3:not(:last-child) {
  margin-bottom: 1.5em;
}
.p-pressroom-detail__body h4 {
  line-height: 1.75;
  font-size: 16px;
  font-weight: 700;
}
.p-pressroom-detail__body h4:not(:first-child) {
  margin-top: 2.5em;
}
.p-pressroom-detail__body h4:not(:last-child) {
  margin-bottom: 1em;
}
.p-pressroom-detail__body hr {
  border: none;
}
.p-pressroom-detail__body ul > li {
  position: relative;
  padding-left: 1.25em;
}
.p-pressroom-detail__body ul > li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: calc(4px / 2);
  background-color: #000;
}
.p-pressroom-detail__body ol {
  --padding-left: 1.5em;
  counter-reset: li;
  list-style: none;
}
.p-pressroom-detail__body ol > li {
  position: relative;
  padding-left: var(--padding-left);
}
.p-pressroom-detail__body ol > li::before {
  counter-increment: li;
  content: counter(li) ".";
  position: absolute;
  left: 0;
}
.p-pressroom-detail__body blockquote {
  padding: 12px 16px;
  background-color: #fff;
}
.p-pressroom-detail__body img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
.p-pressroom-detail__body figure figcaption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}
.p-pressroom-detail__body pre {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  white-space: pre-wrap;
}
.p-pressroom-detail__table {
  width: 100%;
}
.p-pressroom-detail__table table {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
.p-pressroom-detail__table table th {
  font-weight: 700;
  width: 12%;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #f6f6f6;
  padding: 20px;
}
.p-pressroom-detail__table table td {
  width: 16%;
  padding: 20px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.p-pressroom-detail__table--scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-pressroom-detail__table--scroll::-webkit-scrollbar {
  height: 6px;
}
.p-pressroom-detail__table--scroll::-webkit-scrollbar-track {
  background: #F5F5F5;
}
.p-pressroom-detail__table--scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #C9CACA;
}
.p-pressroom-detail__table--scroll table {
  min-width: 600px;
  margin: auto;
}
.p-pressroom-detail__youtube {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .p-pressroom-detail__youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
}
@media (max-width: 767px) {
  .p-pressroom-detail__youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
.p-pressroom-detail__media a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 20px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-pressroom-detail__media a {
    display: block;
    padding: 20px 0;
  }
}
.p-pressroom-detail__media a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -30px;
  width: calc(100% + 60px);
  height: 100%;
  background-color: #f5f5f5;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.p-pressroom-detail__media a:hover::before {
  opacity: 1;
}
.p-pressroom-detail__media a:hover .p-pressroom-detail__media__category span {
  background-color: #fff;
}
.p-pressroom-detail__media__col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 116px;
  flex: 0 0 116px;
}
@media (max-width: 767px) {
  .p-pressroom-detail__media__col-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-pressroom-detail__media__col-2 {
  text-align: justify;
}
.p-pressroom-detail__media__date {
  color: #727171;
  font-size: 14px;
  font-weight: 500;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .p-pressroom-detail__media__date {
    margin-top: 0;
    line-height: 1.4;
  }
}
.p-pressroom-detail__media__category {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-pressroom-detail__media__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    margin-left: 12px;
  }
}
.p-pressroom-detail__media__category span {
  display: block;
  color: #07507B;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  width: 83px;
  border: solid 1px rgba(130, 166, 188, 0.5);
  background-color: rgba(235, 235, 235, 0.5);
  padding: 2px 0;
  margin-top: 6px;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
@media (max-width: 767px) {
  .p-pressroom-detail__media__category span {
    margin-top: 0;
    margin-left: 3px;
  }
}
@media (max-width: 767px) {
  .p-pressroom-detail__media__ttl {
    margin-top: 10px;
  }
}
.p-pressroom-detail__media__txt {
  color: #07507B;
}

@media (max-width: 767px) {
  .p-pr-table {
    width: auto;
  }
}

.p-pressroom-detail__border-double {
  border-bottom: double 3px;
}

.p-message {
  max-width: var(--max-width);
  margin: auto;
  /*--left-margin: 205px;*/
}
@media (max-width: 1024px) {
  .p-message {
    --left-margin: 0;
  }
}
.p-message-head {
  margin-bottom: 90px;
  padding-left: var(--left-margin);
}
@media (max-width: 1024px) {
  .p-message-head {
    margin-bottom: 80px;
  }
}
.p-message-head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .p-message-head__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-message-head__pic {
  position: relative;
  margin-top: -231px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 550px;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .p-message-head__pic {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 59px;
    width: 100%;
    text-align: right;
    background: #F5F5F5;
  }
}
@media (max-width: 767px) {
  .p-message-head__pic {
    width: 100%;
  }
  .p-message-head__pic img {
    width: 100%;
  }
}
.p-message-head__pic img {
  vertical-align: bottom;
}
.p-message-head__pic:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 140px;
  height: 140px;
  background-image: url(../img/common/ico_pattern_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .p-message-head__pic:after {
    width: 74px;
    height: 74px;
  }
}
.p-message-head__data {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .p-message-head__data {
    margin: 0 var(--side-padding-sp);
  }
}
.p-message-head__data__copy {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.875em;
  line-height: 1.8;
  font-size: 30px;
}
@media (max-width: 767px) {
  .p-message-head__data__copy {
    font-size: 24px;
  }
}
.p-message-head__data__position {
  margin-bottom: 0.25em;
  font-size: 14px;
  line-height: 1.8571428571;
}
@media (max-width: 767px) {
  .p-message-head__data__position {
    font-size: 13px;
  }
}
.p-message-head__data__name {
  font-size: 24px;
  line-height: 1.6666666667;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-message-head__data__name {
    font-size: 20px;
  }
}
.p-message-head__data__name > span {
  display: inline-block;
  padding-top: 2px;
  font-size: 14px;
  vertical-align: text-top;
}
@media (max-width: 767px) {
  .p-message-head__data__name > span {
    font-size: 13px;
    padding-top: 1px;
  }
}
.p-message-sec {
  margin-left: var(--left-margin);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 101px;
}
@media (max-width: 1024px) {
  .p-message-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 var(--side-padding-sp);
    gap: 60px;
  }
}
.p-message-sec__inner {
  margin-right: auto;
}
.p-message-sec__pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (max-width: 1024px) {
  .p-message-sec__pic {
    margin: 0 calc(-1 * var(--side-padding-sp));
  }
  .p-message-sec__pic img {
    width: 100%;
  }
}
.p-message-sec__ttl {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1.5em;
  line-height: 1.8333333333;
  font-size: 24px;
}
@media (max-width: 767px) {
  .p-message-sec__ttl {
    font-size: 22px;
  }
}
.p-message-sec__txt {
  line-height: 2.25;
}
.p-message-sec__txt:not(:last-child) {
  margin-bottom: 80px;
}
.p-message-sec__txt > :not(:last-child) {
  margin-bottom: 2.25em;
}
.p-message-sec__txt > .p-message-sec__ttl {
  margin-bottom: 1.5em;
}

.p-error :not(:last-child) {
  margin-bottom: 2em;
}
.p-error__ttl {
  font-size: 1.5em;
  text-align: center;
}
.p-error__totop {
  margin-top: 4em;
  text-align: center;
}
.p-error__totop a {
  color: #0B679D;
}

.p-ie-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  z-index: 10000;
}
.p-ie-alert__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-ie-alert__inner {
  position: relative;
  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;
  margin: 0;
  padding: 70px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
  .p-ie-alert__inner {
    width: 900px;
  }
}
@media (max-width: 767px) {
  .p-ie-alert__inner {
    width: 100%;
  }
}
.p-ie-alert__head {
  max-width: 100%;
}
.p-ie-alert__body {
  margin-top: 40px;
  max-width: 100%;
  text-align: center;
}
.p-ie-alert__ttl {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 1.6666666667;
  text-align: center;
}
.p-ie-alert__pct {
  margin-bottom: 40px;
  text-align: center;
}
.p-ie-alert__btn {
  margin-top: 40px;
  text-align: center;
}
.p-ie-alert__btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 320px;
  height: 50px;
  padding: 0 30px;
  border: 1px solid #4593D1;
  background-color: #fff;
  color: #0094D7;
  text-decoration: none;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.p-ie-alert__btn a::after {
  content: "\e90b";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 0.75em;
  height: 0.75em;
  margin: auto;
  color: #C9CACA;
  font-size: 0.75em;
}
.p-ie-alert__btn a:hover {
  opacity: 0.7;
}
.p-ie-alert .__txt {
  font-size: 16px;
}

.p-disclaimer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-disclaimer__inner {
  max-width: 900px;
  margin: 0 50px;
}
@media (max-width: 767px) {
  .p-disclaimer__inner {
    margin: 0 20px;
  }
}
.p-disclaimer__inner p {
  margin-bottom: 50px;
}
.p-disclaimer__inner h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8181818182;
  margin-bottom: 1.5em;
}
.p-disclaimer__inner h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8181818182;
}
.p-disclaimer__inner ul {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 2em;
}

.p-terms {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-terms__lead {
  font-size: 16px !important;
}
.p-terms__inner {
  max-width: 900px;
  margin: 0 50px;
}
@media (max-width: 767px) {
  .p-terms__inner {
    margin: 0 20px;
  }
}
.p-terms__inner p {
  font-size: 15px;
  margin-bottom: 50px;
}
.p-terms__inner h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8181818182;
  margin-bottom: 1.5em;
}
.p-terms__inner h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8181818182;
  margin-bottom: 1.5em;
}
.p-terms__inner ol {
  font-size: 15px;
  margin-left: 1.5em;
  margin-bottom: 3em;
}
.p-terms__inner ol li + li {
  margin-top: 1em;
}
.p-terms__inner ol h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8181818182;
  margin-top: 1.5em;
}
.p-terms__inner ol p {
  margin-bottom: 2em;
}
.p-terms__inner ol ul {
  list-style-type: disc;
  margin-left: 2em;
}
.p-terms__table {
  margin: 30px 0;
}
.p-terms__table__ttl {
  margin-bottom: 10px !important;
}
.p-terms__table table {
  font-size: 14px;
  line-height: 1.7;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
.p-terms__table table th {
  font-weight: 700;
  max-width: 220px;
  width: 30%;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #f6f6f6;
  padding: 20px;
}
.p-terms__table table td {
  padding: 20px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.p-brand-top {
  --pb: 220px;
  position: relative;
  padding: 80px 0 var(--pb);
}
@media (min-width: 768px) {
  .p-brand-top {
    --pb: 250px;
    padding-top: 20px;
  }
}
.p-brand-top__inner {
  text-align: center;
}
@media (max-width: 767px) {
  .p-brand-top__inner {
    padding: 0 var(--side-padding-sp);
  }
}
.p-brand-top__title:before {
  content: attr(data-text-en);
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.5em;
}
@media (max-width: 767px) {
  .p-brand-top__title:before {
    font-size: 13px;
  }
}
.p-brand-top__title span {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .p-brand-top__title span {
    font-size: 22px;
  }
}
.p-brand-top__logo {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .p-brand-top__logo {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .p-brand-top__logo img {
    width: 190px;
  }
}
.p-brand-top__catch {
  margin-top: 50px;
  font-size: 0;
}
.p-brand-top__lead {
  margin-top: 50px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.2222222222;
}
@media (max-width: 767px) {
  .p-brand-top__lead {
    font-size: 16px;
    text-align: left;
  }
}
.p-brand-top__ico {
  position: absolute;
  left: calc((100% - 43px) * 0.5);
  bottom: calc((var(--pb) - 43px) * 0.5 + 10px);
  z-index: 1;
}
.p-brand-top__ico span {
  position: relative;
  display: block;
  width: 43px;
  height: 43px;
  background: #0094D7;
  -webkit-animation: 3s linear 0s infinite both icon-gradient;
  animation: 3s linear 0s infinite both icon-gradient;
}
@media (max-width: 767px) {
  .p-brand-top__ico span {
    width: 34px;
    height: 34px;
  }
}
.p-brand-top__ico span:before, .p-brand-top__ico span:after {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  height: 50%;
}
.p-brand-top__ico span:before {
  top: 0;
  background: #07507B;
  -webkit-animation: 3s linear -2s infinite both icon-gradient;
  animation: 3s linear -2s infinite both icon-gradient;
}
.p-brand-top__ico span:after {
  bottom: 0;
  background: #7A8992;
  -webkit-animation: 3s linear -1s infinite both icon-gradient;
  animation: 3s linear -1s infinite both icon-gradient;
}

.p-brand-section__main_title {
  font-family: trajan-pro-3, serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .p-brand-section__main_title {
    margin-bottom: 30px;
  }
}
.p-brand-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: var(--max-width);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-brand-section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-brand-section__title {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1.5em;
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-size: 32px;
}
@media (max-width: 767px) {
  .p-brand-section__title {
    font-size: 26px;
  }
}
.p-brand-section__body {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2.5;
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-brand-section__body {
    line-height: 2.25;
    font-size: 16px;
  }
}
.p-brand-section__body > :not(:last-child) {
  margin-bottom: 2.5em;
}
@media (max-width: 767px) {
  .p-brand-section__body > :not(:last-child) {
    margin-bottom: 2.125em;
  }
}
.p-brand-section__body > p > span {
  display: inline-block;
}
@media (max-width: 767px) {
  .p-brand-section__body > p > span {
    display: inline;
  }
}

.p-brand-section-1 {
  position: relative;
  padding: 0 var(--side-padding) 215px;
}
@media (max-width: 767px) {
  .p-brand-section-1 {
    padding: 0 var(--side-padding-sp) 140px;
  }
}
.p-brand-section-1__pic {
  position: absolute;
  top: 233px;
  right: 0;
  bottom: -90px;
  width: calc((100% - 180px) / 2);
  padding-top: 90px;
  font-size: 0;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-brand-section-1__pic {
    position: relative;
    top: auto;
    bottom: auto;
    width: auto;
    margin: 0 calc(var(--side-padding-sp) * -1);
    padding: 0 0 50px;
  }
}
.p-brand-section-1__pic__obj {
  width: 594px;
  height: 100%;
}
@media (max-width: 767px) {
  .p-brand-section-1__pic__obj {
    width: 100%;
  }
}
.p-brand-section-1__pic__obj img {
  width: 100%;
  height: 100%;
  -o-object-position: top center;
  object-position: top center;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-brand-section-1__cont {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 54.5955882353%;
}
@media (max-width: 767px) {
  .p-brand-section-1__cont {
    width: auto;
  }
}
.p-brand-section-1__ico01 {
  position: absolute;
  top: 0;
  left: 504px;
  width: 180px;
  font-size: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-brand-section-1__ico01 {
    top: auto;
    right: -50px;
    bottom: 0;
    left: auto;
    width: 100px;
  }
}
.p-brand-section-1__ico02 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
  width: 180px;
  margin: auto;
  font-size: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-brand-section-1__ico02 {
    width: 100px;
    bottom: -50px;
  }
}
.p-brand-section-1__ico02 img {
  width: 100%;
  height: 100%;
}

.p-brand-section-2__bg {
  position: relative;
  padding: 200px var(--side-padding) 90px;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-brand-section-2__bg {
    padding: 100px var(--side-padding-sp) 210px;
  }
}
.p-brand-section-2__bg__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-brand-section-2__bg__bg:before {
  content: "";
  position: absolute;
  top: -25%;
  bottom: -25%;
  width: 100%;
  height: 150%;
  background-image: url(../img/top/bg_section-2_01@pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .p-brand-section-2__bg__bg:before {
    background-image: url(../img/top/bg_section-2_01@sp.jpg);
  }
}
.p-brand-section-2 .p-brand-section__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-brand-section-2 .p-brand-section__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 43.2904411765%;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-brand-section-2 .p-brand-section__title {
    width: auto;
  }
}
.p-brand-section-2 .p-brand-section__body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 51.0110294118%;
  text-shadow: 0 0 18px rgb(0, 0, 0);
  -webkit-transform: translateX(51px);
  transform: translateX(51px);
}
@media (max-width: 767px) {
  .p-brand-section-2 .p-brand-section__body {
    width: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.p-brand-section-2__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -65px auto 0;
  font-size: 0;
  overflow: hidden;
}
.p-brand-section-2__pic__inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 1366px;
  height: 820px;
}
@media (max-width: 767px) {
  .p-brand-section-2__pic__inner {
    width: 100%;
    height: 323px;
    padding-bottom: 50px;
  }
}
.p-brand-section-2__pic__obj, .p-brand-section-2__pic__obj3, .p-brand-section-2__pic__obj2, .p-brand-section-2__pic__obj1 {
  position: absolute;
}
@media (max-width: 767px) {
  .p-brand-section-2__pic__obj, .p-brand-section-2__pic__obj3, .p-brand-section-2__pic__obj2, .p-brand-section-2__pic__obj1 {
    position: static;
  }
}
.p-brand-section-2__pic__obj img, .p-brand-section-2__pic__obj3 img, .p-brand-section-2__pic__obj2 img, .p-brand-section-2__pic__obj1 img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-brand-section-2__pic__obj1 {
  top: 0;
  left: 0;
  width: calc((100% - 180px) / 2);
  height: 433px;
}
@media (max-width: 767px) {
  .p-brand-section-2__pic__obj1 {
    width: 100%;
    height: 100%;
  }
}
.p-brand-section-2__pic__obj2 {
  top: 258px;
  right: 0;
  width: 50%;
  height: 460px;
}
@media (max-width: 767px) {
  .p-brand-section-2__pic__obj2 {
    display: none;
  }
}
.p-brand-section-2__pic__obj3 {
  right: 50%;
  bottom: 0;
  height: 297px;
  -webkit-transform: translateX(90px);
  transform: translateX(90px);
}
@media (max-width: 767px) {
  .p-brand-section-2__pic__obj3 {
    display: none;
  }
}
.p-brand-section-2__ico01 {
  position: absolute;
  top: 433px;
  left: 0;
  right: 0;
  width: 180px;
  margin: auto;
  font-size: 0;
}
@media (max-width: 767px) {
  .p-brand-section-2__ico01 {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100px;
  }
}
.p-brand-section-2__ico01 img {
  width: 100%;
  height: 100%;
}

.p-brand-section-3__container {
  position: relative;
  padding: 150px var(--side-padding) 215px;
}
@media (max-width: 767px) {
  .p-brand-section-3__container {
    padding: 50px var(--side-padding-sp) 0;
  }
}
.p-brand-section-3__bg {
  position: relative;
  height: 840px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-brand-section-3__bg {
    height: 472px;
  }
}
.p-brand-section-3__bg__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-brand-section-3__bg__bg:before {
  content: "";
  position: absolute;
  top: -25%;
  bottom: -25%;
  width: 100%;
  height: 150%;
  background-image: url(../img/top/bg_section-3_01@pc.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .p-brand-section-3__bg__bg:before {
    background-image: url(../img/top/bg_section-3_01@sp.jpg);
  }
}
.p-brand-section-3 .p-brand-section__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-brand-section-3 .p-brand-section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-brand-section-3__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 323px;
  left: 0;
  bottom: -90px;
  width: calc((100% - 180px) / 2);
  font-size: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-brand-section-3__pic {
    position: relative;
    top: auto;
    bottom: auto;
    width: auto;
    margin: 0 calc(var(--side-padding-sp) * -1);
    padding-top: 50px;
  }
}
.p-brand-section-3__pic__obj {
  width: 594px;
  height: 100%;
}
@media (max-width: 767px) {
  .p-brand-section-3__pic__obj {
    width: 100%;
  }
}
.p-brand-section-3__pic__obj img {
  width: 100%;
  height: 100%;
  -o-object-position: top center;
  object-position: top center;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-brand-section-3__cont {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 49.4485294118%;
}
@media (max-width: 767px) {
  .p-brand-section-3__cont {
    width: auto;
    margin-bottom: 70px;
  }
}
.p-brand-section-3__ico01 {
  position: absolute;
  top: -90px;
  right: 504px;
  width: 180px;
  font-size: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-brand-section-3__ico01 {
    top: 0;
    right: 0;
    width: 100px;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
}
.p-brand-section-3__ico02 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
  width: 180px;
  margin: auto;
  font-size: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-brand-section-3__ico02 {
    display: none;
  }
}
.p-brand-section-3__ico02 img {
  width: 100%;
  height: 100%;
}

.p-brand-purpose__movie {
  --top: -60px;
  position: relative;
  top: var(--top);
  margin: 0 auto;
  width: 100%;
  max-width: 926px;
  background: #727272;
}
@media (max-width: 767px) {
  .p-brand-purpose__movie {
    width: auto;
    margin: 0 var(--side-padding-sp) calc(90px + var(--top));
  }
}
.p-brand-purpose__movie:not(:first-child) {
  margin-top: calc(120px + var(--top));
}
.p-brand-purpose__movie img {
  width: 100%;
  vertical-align: bottom;
}
.p-brand-purpose__movie:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.p-brand-purpose__movie__play {
  -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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.p-brand-purpose__movie__play:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.p-brand-purpose__movie__play > span {
  position: absolute;
  top: calc(50% - 73.5px);
  left: calc(50% - 73.5px);
  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;
  width: 147px;
  height: 147px;
  color: white;
  text-align: center;
  line-height: 1.5384615385;
}
.p-brand-purpose__movie__play > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid white;
  -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);
}
.p-brand-purpose__movie__play > span:after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 46px;
  height: 10px;
  -webkit-transform: skew(45deg) translateX(-27px);
  transform: skew(45deg) translateX(-27px);
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  -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);
}
.p-brand-purpose__movie__play > span > :nth-child(1) {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.p-brand-purpose__movie__play > span > :nth-child(2) {
  margin-top: 10px;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  letter-spacing: 0.05em;
}
.p-brand-purpose__movie__play:hover:before {
  opacity: 1;
}
.p-brand-purpose__movie__play:hover > span:before {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.p-brand-purpose__movie__play:hover > span:after {
  -webkit-transform: skew(45deg) translateX(-20px);
  transform: skew(45deg) translateX(-20px);
}
.p-brand-purpose__inner {
  text-align: center;
}
@media (max-width: 767px) {
  .p-brand-purpose__inner {
    padding: 0 var(--side-padding-sp);
  }
}
.p-brand-purpose__title:before {
  content: attr(data-text-en);
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.5em;
}
@media (max-width: 767px) {
  .p-brand-purpose__title:before {
    font-size: 13px;
  }
}
.p-brand-purpose__title span {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .p-brand-purpose__title span {
    font-size: 22px;
  }
}
.p-brand-purpose__logo {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .p-brand-purpose__logo {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .p-brand-purpose__logo img {
    width: 190px;
  }
}
.p-brand-purpose__catch {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  letter-spacing: 0.05em;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .p-brand-purpose__catch {
    margin-top: 24px;
    font-size: 27px;
    letter-spacing: 0.15em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.p-brand-purpose__lead {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 28px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.2222222222;
}
@media (max-width: 767px) {
  .p-brand-purpose__lead {
    margin-top: 36px;
    font-size: 16px;
  }
}

.p-event-top {
  padding: 0 20px;
}
.p-event-top__inner {
  max-width: 1076px;
  margin: 0 auto;
}

.p-event-detail {
  position: relative;
  z-index: 2;
}
.p-event-detail__layout {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "main side";
  -ms-grid-columns: 1fr 68px 400px;
  grid-template-columns: 1fr 400px;
  gap: 80px 68px;
  max-width: 1174px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-event-detail__layout {
    grid-template-areas: "main" "side";
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
.p-event-detail__layout.--closed {
  gap: 68px 68px;
}
@media (max-width: 767px) {
  .p-event-detail__layout.--closed {
    grid-template-areas: "side" "main";
  }
  .p-event-detail__layout.--closed .p-event-detail__layout__main {
    padding-top: 0;
  }
}
.p-event-detail__layout__main {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: main;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 70px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .p-event-detail__layout__main {
    padding-top: 28px;
    padding-left: 0;
    margin: 0 var(--side-padding-sp);
  }
}
.p-event-detail__layout__main__inner {
  max-width: 666px;
}
.p-event-detail__layout__side {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: side;
  padding: 50px 35px;
  background-color: #F5F5F5;
}
@media (max-width: 767px){
  .p-event-detail__layout__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-event-detail__layout.--closed > .p-event-detail__layout__main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-event-detail__layout__side {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-event-detail__layout.--closed > .p-event-detail__layout__side {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (max-width: 767px) {
  .p-event-detail__layout__side {
    padding: 50px var(--side-padding-sp);
  }
}
.p-event-detail__layout__side__head {
  font-size: 13px;
}
@media (max-width: 767px) {
  .p-event-detail__layout__side__head {
    text-align: center;
  }
}
.p-event-detail__layout__side__head__ttl {
  font-size: 16px;
  font-weight: bold;
}
.p-event-detail__layout__side__head__infomation {
  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;
  max-width: 256px;
  margin: 0 auto;
  padding: 16px 36px;
  border: 1px solid #C9CACA;
  background-color: #fff;
}
.p-event-detail__layout .p-event-detail__layout__side {
  position: relative;
}
.p-event-detail__layout .p-event-detail__layout__side__inner {
  position: sticky;
  top: var(--header-height-pc);
}
.p-event-detail__primary {
  max-width: 800px;
  margin: 0 auto;
}
.p-event-detail__head__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.p-event-detail__head__tag__item {
  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;
  min-width: 68px;
  height: 23px;
  padding: 0 5px 1px;
  border: 1px solid #82A6BC;
  background-color: #EBEBEB;
  color: #07507B;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.p-event-detail__head__tag__item.--blue {
  border: none;
  background-color: #1695D8;
  color: #fff;
}
.p-event-detail__head__tag__item.--gray {
  border: none;
  background-color: #7A8992;
  color: #fff;
}
.p-event-detail__head__info {
  padding: 16px 20px;
  background-color: #F5F5F5;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 767px) {
  .p-event-detail__head__info {
    margin-left: calc(var(--side-padding-sp) * -1);
    margin-right: calc(var(--side-padding-sp) * -1);
  }
}
.p-event-detail__head__info .__tag {
  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;
  width: 66px;
  height: 22px;
  margin-left: 10px;
  background-color: #07507B;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.04em;
}
.p-event-detail__head__pic {
  margin-top: 20px;
  font-size: 0;
}
@media (max-width: 767px) {
  .p-event-detail__head__pic {
    margin-top: 0;
    margin-left: calc(var(--side-padding-sp) * -1);
    margin-right: calc(var(--side-padding-sp) * -1);
  }
}
.p-event-detail__head__btn {
  margin-top: 40px;
  text-align: center;
}
.p-event-detail__body {
  margin-top: 50px;
}
.p-event-detail__body > * + * {
  margin-top: 1.5em;
}
.p-event-detail__body h2 {
  line-height: 1.8181818182;
  font-size: 20px;
  font-weight: 700;
}
.p-event-detail__body h2:not(:first-child) {
  margin-top: 2.5em;
}
.p-event-detail__body h2:not(:last-child) {
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .p-event-detail__body h2 {
    font-size: 18px;
  }
}
.p-event-detail__body h3 {
  line-height: 1.7777777778;
  font-size: 18px;
  font-weight: 700;
}
.p-event-detail__body h3:not(:first-child) {
  margin-top: 2.5em;
}
.p-event-detail__body h3:not(:last-child) {
  margin-bottom: 1.5em;
}
.p-event-detail__body h4 {
  line-height: 1.75;
  font-size: 16px;
  font-weight: 700;
}
.p-event-detail__body h4:not(:first-child) {
  margin-top: 2.5em;
}
.p-event-detail__body h4:not(:last-child) {
  margin-bottom: 1em;
}
.p-event-detail__body hr {
  border: none;
}
.p-event-detail__body ul > li {
  position: relative;
  padding-left: 1.25em;
}
.p-event-detail__body ul > li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: calc(4px / 2);
  background-color: #000;
}
.p-event-detail__body ol {
  --padding-left: 1.5em;
  counter-reset: li;
  list-style: none;
}
.p-event-detail__body ol > li {
  position: relative;
  padding-left: var(--padding-left);
}
.p-event-detail__body ol > li::before {
  counter-increment: li;
  content: counter(li) ".";
  position: absolute;
  left: 0;
}
.p-event-detail__body blockquote {
  padding: 12px 16px;
  background-color: #fff;
}
.p-event-detail__body img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
.p-event-detail__body figure figcaption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}
.p-event-detail__body pre {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  white-space: pre-wrap;
}
.p-event-detail__table {
  width: 100%;
}
.p-event-detail__table:not(:first-child) {
  margin-top: 3em;
}
.p-event-detail__table:not(:last-child) {
  margin-bottom: 3em;
}
.p-event-detail__table table {
  line-height: 1.7;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  font-size: 15px;
}
@media (max-width: 767px) {
  .p-event-detail__table table {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-event-detail__table table tr {
    display: block;
  }
}
.p-event-detail__table table th {
  font-weight: 700;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 30px;
  padding-left: 0;
  font-weight: normal;
  text-align: left;
}
@media (max-width: 767px) {
  .p-event-detail__table table th {
    display: block;
    padding: 12px 10px;
    border-bottom: none;
    background-color: #F5F5F5;
  }
}
.p-event-detail__table table td {
  padding: 30px;
  padding-right: 0;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 767px) {
  .p-event-detail__table table td {
    display: block;
    padding: 12px 10px 28px;
  }
}
.p-event-detail__table table .__inMap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 20px;
}
@media (max-width: 767px) {
  .p-event-detail__table table .__inMap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-event-detail__table table .__inMap__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.p-event-detail__table table .__inMap__ico {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.p-event-detail__table table .__inMap__ico a {
  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;
  gap: 8px;
  padding: 5px 8px;
  border-radius: 3px;
  background-color: #9FA0A0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.p-event-detail__table table .__inMap__ico a i {
  display: inline-block;
  width: 14px;
  height: 21px;
  background-image: url(../img/common/ico_pointer_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-event-detail__table table .__inMap__ico a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.p-event-detail__table--scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-event-detail__table--scroll::-webkit-scrollbar {
  height: 6px;
}
.p-event-detail__table--scroll::-webkit-scrollbar-track {
  background: #F5F5F5;
}
.p-event-detail__table--scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #C9CACA;
}
.p-event-detail__table--scroll table {
  min-width: 600px;
  margin: auto;
}
.p-event-detail__profile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .p-event-detail__profile__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-event-detail__profile__item + .p-event-detail__profile__item {
  margin-top: 50px;
}
.p-event-detail__profile__item__pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}
.p-event-detail__profile__item__cont {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 13px;
}
.p-event-detail__profile__item__subttl {
  font-size: 14px;
  font-weight: bold;
}
.p-event-detail__profile__item__ttl {
  margin-bottom: 0.625em;
  font-size: 18px;
  font-weight: bold;
}

.p-event-detail__guidance {
  --mt: 80px;
  --mb: 60px;
  padding: 0 var(--side-padding);
}
@media (max-width: 767px) {
  .p-event-detail__guidance {
    padding: 0 var(--side-padding-sp);
  }
}
.p-event-detail__guidance:first-child {
  margin-top: var(--mt);
}
@media (max-width: 767px) {
  .p-event-detail__guidance:first-child {
    --mt: 60px;
  }
}
.p-event-detail__guidance:not(:last-child) {
  margin-bottom: var(--mb);
}
@media (max-width: 767px) {
  .p-event-detail__guidance:not(:last-child) {
    --mb: 40px;
  }
}
.p-event-detail__guidance__major {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-event-detail__guidance__major {
    font-size: 22px;
  }
}
.p-event-detail__guidance__lede {
  margin-top: 2.75em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-event-detail__guidance__lede {
    text-align: left;
  }
}

.p-event-detail__form {
  --mt: 32px;
  --mt: 32px;
  max-width: 600px;
  margin: 0 auto;
}
.p-event-detail__form:not(:first-child) {
  margin-top: var(--mt);
}
.p-event-detail__form:not(:last-child) {
  margin-bottom: var(--mb);
}
.p-event-detail__form__row + .p-event-detail__form__row {
  margin-top: 20px;
}
.p-event-detail__form__sector + .p-event-detail__form__sector {
  margin-top: 50px;
}
.p-event-detail__form__sector__lede:not(:last-child) {
  margin-bottom: 1em;
}
.p-event-detail__form__column {
  --gutter-side: 10px;
  --gutter-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--gutter-top) var(--gutter-side);
}
.p-event-detail__form__column.--col2 {
  --divide: 2;
}
.p-event-detail__form__column.--col2 .p-event-detail__form__column__item {
  width: calc(100% / var(--divide) - var(--gutter-side) * (var(--divide) - 1) / var(--divide));
}
.p-event-detail__form__column.--col3 {
  --divide: 3;
}
.p-event-detail__form__column.--col3 .p-event-detail__form__column__item {
  width: calc(100% / var(--divide) - var(--gutter-side) * (var(--divide) - 1) / var(--divide));
}
.p-event-detail__form__column.--col4 {
  --divide: 4;
}
.p-event-detail__form__column.--col4 .p-event-detail__form__column__item {
  width: calc(100% / var(--divide) - var(--gutter-side) * (var(--divide) - 1) / var(--divide));
}
.p-event-detail__form label {
  cursor: pointer;
}
.p-event-detail__form__unit {
  --pt: 5px;
  --pb: 5px;
  display: block;
  position: relative;
  min-height: 52px;
  padding: var(--pt) 36px var(--pb) 14px;
  border: 1px solid #C9CACA;
  border-radius: 2px;
  background-color: #fff;
}
.p-event-detail__form__unit.--no-ico {
  padding-right: 14px;
}
.p-event-detail__form__unit__ttl {
  --mt: 0px;
  --mb: 0px;
  margin-top: var(--mt);
  margin-bottom: var(--mb);
  line-height: 1.5;
  color: #7A8992;
  font-size: 12px;
}
.p-event-detail__form__unit__list:not(:first-child) {
  margin-top: 12px;
}
.p-event-detail__form__unit__list:not(:last-child) {
  margin-bottom: 12px;
}
.p-event-detail__form__unit__list__item + .p-event-detail__form__unit__list__item {
  margin-top: 12px;
}
.p-event-detail__form__unit__hr {
  margin: 1em 0;
  height: 1px;
  background-color: #DDD;
}
.p-event-detail__form__unit__input {
  -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: block;
  width: 100%;
  line-height: 1.375;
  font-size: 16px;
  cursor: pointer;
}
.p-event-detail__form__unit__input::-webkit-input-placeholder {
  color: #C9CACA;
}
.p-event-detail__form__unit__input::-moz-placeholder {
  color: #C9CACA;
}
.p-event-detail__form__unit__input:-ms-input-placeholder {
  color: #C9CACA;
}
.p-event-detail__form__unit__input::-ms-input-placeholder {
  color: #C9CACA;
}
.p-event-detail__form__unit__input::placeholder {
  color: #C9CACA;
}
.p-event-detail__form__unit__select {
  --pt: 26px;
  --pr: 36px;
  --pb: 8px;
  --pl: 14px;
  --size: 16px;
  -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;
  position: absolute;
  inset: 0;
  display: block;
  padding: var(--pt) var(--pr) var(--pb) var(--pl);
  line-height: 1;
  font-size: var(--size);
  cursor: pointer;
}
.p-event-detail__form__unit__checkbox {
  --line-height: 1.5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 14px;
}
.p-event-detail__form__unit__checkbox input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.p-event-detail__form__unit__checkbox input[type=checkbox]:checked + i::after {
  opacity: 1;
}
.p-event-detail__form__unit__checkbox input[type=checkbox] + i {
  --size: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: block;
  width: var(--size);
  height: 1.5em;
}
.p-event-detail__form__unit__checkbox input[type=checkbox] + i::before {
  content: "";
  position: absolute;
  inset: 0;
  height: var(--size);
  margin: auto;
  border: 1px solid #C9CACA;
  border-radius: 2px;
  background-color: #fff;
}
.p-event-detail__form__unit__checkbox input[type=checkbox] + i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: calc(var(--size) * 0.2);
  width: calc(var(--size) * 0.6);
  height: calc(var(--size) * 0.4);
  margin: auto;
  border-left: 2px solid #0094D7;
  border-bottom: 2px solid #0094D7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-event-detail__form__unit__checkbox span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: var(--line-height);
}
.p-event-detail__form__unit__radio {
  --line-height: 1.5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 14px;
}
.p-event-detail__form__unit__radio input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.p-event-detail__form__unit__radio input[type=radio]:checked + i::after {
  opacity: 1;
}
.p-event-detail__form__unit__radio input[type=radio] + i {
  --size: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: block;
  width: var(--size);
  height: 1.5em;
}
.p-event-detail__form__unit__radio input[type=radio] + i::before {
  content: "";
  position: absolute;
  inset: 0;
  height: var(--size);
  margin: auto;
  border: 1px solid #C9CACA;
  border-radius: 9999px;
  background-color: #fff;
}
.p-event-detail__form__unit__radio input[type=radio] + i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(var(--size) * 0.5);
  height: calc(var(--size) * 0.5);
  margin: auto;
  background-color: #0094D7;
  border-radius: 9999px;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-event-detail__form__unit__radio span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: var(--line-height);
}
.p-event-detail__form__unit__textarea {
  -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;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  line-height: 1.5;
}
.p-event-detail__form__unit__check {
  display: none;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
}
.p-event-detail__form__unit__check__true, .p-event-detail__form__unit__check__false {
  position: absolute;
  inset: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.p-event-detail__form__unit__check__true {
  background-image: url(../img/event/ico_judge_true.svg);
  opacity: 0;
}
.p-event-detail__form__unit__check__false {
  background-image: url(../img/event/ico_judge_false.svg);
  opacity: 0;
}
.p-event-detail__form__unit__ico-require {
  color: #d60008;
}
.p-event-detail__form__unit__ico-select {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  pointer-events: none;
}
.p-event-detail__form__unit__ico-select i {
  display: block;
  width: 100%;
  height: 100%;
  border-right: 2px solid #727272;
  border-bottom: 2px solid #727272;
  -webkit-transform-origin: center;
  transform-origin: center;
  translate: 0 -25%;
  rotate: 45deg;
}
.p-event-detail__form__unit[data-require=false] .p-event-detail__form__unit__ico-require {
  display: none;
}
.p-event-detail__form__unit[data-check-show=true] .p-event-detail__form__unit__check {
  display: block;
}
.p-event-detail__form__unit[data-check-judge=true] .p-event-detail__form__unit__check__true {
  opacity: 1;
}
.p-event-detail__form__unit[data-check-judge=false] {
  background-color: #fce9ec;
}
.p-event-detail__form__unit[data-check-judge=false] .p-event-detail__form__unit__check__false {
  opacity: 1;
}
.p-event-detail__form__agreement {
  display: block;
  padding: 14px;
  border: 1px solid #C9CACA;
  border-radius: 2px;
  background-color: #fff;
  font-size: 11px;
}
.p-event-detail__form__agreement > * + * {
  margin-top: 1.5em;
}
.p-event-detail__form__agreement__lead {
  font-size: 12px;
  font-weight: bold;
}
.p-event-detail__form__agreement__checkbox {
  font-size: 12px;
}
.p-event-detail__form__submit {
  margin-top: 40px;
  text-align: center;
}

.mktoForm .mktoGutter.mktoHasWidth {
  display: none;
}
.mktoForm .mktoButtonRow {
  width: 100%;
  margin-top: 30px;
  text-align: center !important;
}
.mktoForm .mktoButtonWrap {
  margin: 0 !important;
}
.mktoForm .mktoInvalid:after {
  content: "";
  display: block;
  clear: both;
}
.mktoForm .mktoButton {
  -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;
  position: relative !important;
  isolation: isolate !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 330px !important;
  height: 50px !important;
  font-size: 16px !important;
  letter-spacing: 0.06em !important;
  line-height: 1.5 !important;
  border-color: #07507B !important;
  background-color: #07507B !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #244F78 !important;
  color: #fff !important;
  font-weight: bold !important;
  -webkit-transition: all 200ms linear !important;
  transition: all 200ms linear !important;
  text-decoration: none !important;
  text-align: left !important;
}
.mktoForm .mktoButton:hover {
  background-color: #fff !important;
  /* color: #07507B !important; */
}

@media (min-width: 1200px) {
    .mktoForm .mktoCheckboxList,
    .mktoForm .mktoRadioList {
    float: none !important;
    width: auto !important;
    background-color: #fff;
    padding: 45px 14px 14px !important;
    border: 1px solid #C9CACA !important;
    border-radius: 2px !important;
  }
}

@media (max-width: 1199px) {
  .mktoForm .mktoCheckboxList,
  .mktoForm .mktoRadioList {
    float: none !important;
    width: auto !important;
    background-color: #fff;
    padding: 35px 14px 14px !important;
    border: 1px solid #C9CACA !important;
    border-radius: 2px !important;
  }
}


@media (max-width: 480px) {
  .mktoForm .mktoCheckboxList, .mktoForm .mktoRadioList{
    /* padding: 58px 14px 14px !important; */
  }
}



#mktoStyleLoaded {
  /* css load detection, do not remove */
  color: #123456;
}

.mktoForm fieldset {
  border: 1px solid #aeb0b6;
}

.mktoForm fieldset legend {
  padding: 0 1em;
}

/* オフセット非表示 */
.mktoForm .mktoOffset {
  display: none;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  -webkit-appearance: none;
  background-color: #fff !important;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: #000;
  border: 1px solid #C9CACA !important;
  border-radius: 2px;
  padding: 0.2em 0.3em;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  min-height: 52px;
}

.mktoForm input[type=text]:focus,
.mktoForm input[type=url]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=number]:focus,
.mktoForm input[type=date]:focus,
.mktoForm select.mktoField:focus,
.mktoForm textarea.mktoField:focus {
  outline: none;
  border: 1px solid #888;
  color: #000;
}

/* Select 未選択の色 */
.mktoForm select.mktoField:not(.is-answered) {
  color: #C9CACA !important;
}

.mktoForm select option {
  color: #222;
}

.mktoForm select.mktoField::-ms-expand {
  display: none;
}

.mktoForm select.mktoField {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  padding: 0.2em 22px 0.2em 0.3em;
  background-color: #fff;
  background-image: url("../../assets/img/common/arrow_down.svg") !important;
  background-position: center right 18px !important;
  background-repeat: no-repeat;
}

.mktoForm.ie9 select.mktoField {
  background: none;
  padding: 0.2em 2.3px 0.2em 0.3em;
}

.mktoForm .mktoLogicalField {
  border: 1px solid transparent;
}

.mktoForm input.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm .mktoLogicalField.mktoInvalid {
  border: 1px solid #8C0005;
}

.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  margin-bottom: 0.6em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mktoForm input[type=checkbox],
.mktoForm input[type=radio] {
  width: 1em;
  height: 1em;
  opacity: 0;
}

.mktoForm input[type=checkbox] + label:before,
.mktoForm input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;
  line-height: 1em;
  font-family: Arial, sans-serif;
  font-size: 13px;
  /* border    :1px solid #ccced2; */
  border: 1px solid #C9CACA;
  /* box-shadow:inset 1px 1px 4px 1px #ddd; */
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}

.mktoForm .mktoLabelToLeft input[type=checkbox] + label:before,
.mktoForm .mktoLabelToLeft input[type=radio] + label:before {
  margin-left: 0;
  right: 0.3em;
}

.mktoForm input[type=checkbox]:checked + label:before,
.mktoForm input[type=radio]:checked + label:before {
  text-align: center;
  color: #000;
}

.mktoForm input[type=checkbox]:focus + label:before,
.mktoForm input[type=radio]:focus + label:before {
  border: 1px solid #888;
}

.mktoForm input[type=checkbox]:checked + label:before {
  content: "✓";
}

.mktoForm input[type=radio] + label:before {
  border-radius: 1em;
}

.mktoForm input[type=radio]:checked + label:before {
  background-image: url(../images/dot-bk.png);
  background-position: 3px 3px;
  background-repeat: no-repeat;
}

.mktoForm.mktoNoCheckedSupport input[type=checkbox] + label:before,
.mktoForm.mktoNoCheckedSupport input[type=radio] + label:before {
  display: none;
}

.mktoForm.mktoNoCheckedSupport select.mktoField,
.mktoForm.ie7 select.mktoField,
.mktoForm.ie6 select.mktoField {
  background-image: none;
  padding-right: 0.3em;
}

.mktoForm textarea.mktoField {
  resize: vertical !important;
}

/********************************/
/* テキストフィールド*/
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField {
  height: 52px !important;
  padding: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #C9CACA;
}
@media only screen and (max-width: 480px) {
  .mktoForm input[type=text],
  .mktoForm input[type=url],
  .mktoForm input[type=email],
  .mktoForm input[type=tel],
  .mktoForm input[type=number],
  .mktoForm input[type=date],
  .mktoForm select.mktoField {
    font-size: 16px !important;
  }
}

.mktoForm textarea.mktoField {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #C9CACA;
}

.mktoForm input[type=text]:focus,
.mktoForm input[type=url]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=number]:focus,
.mktoForm input[type=date]:focus,
.mktoForm select.mktoField:focus,
.mktoForm textarea.mktoField:focus {
  outline: none;
  border: 1px solid #888;
  color: #000;
}

/* ラジオボタン */
.mktoForm input[type=checkbox] + label:before,
.mktoForm input[type=radio] + label:before {
  margin-left: -24px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}

.mktoForm input[type=checkbox],
.mktoForm input[type=radio] {
  display: none;
}

.mktoForm .mktoCheckboxList > label,
.mktoForm .mktoRadioList > label {
  /* width:calc(80% / 3); */
  display: inline-block;
  vertical-align: top;
  margin-left: 24px !important;
}

.mktoForm .mktoCheckboxList > label:not(:last-child) {
  margin-bottom: 16px;
}

.mktoForm .mktoCheckboxList > label:last-child {
  margin-bottom: 0 !important;
}

.mktoForm .mktoCheckboxList > label > b {
  margin-left: 12px;
  color: #222 !important;
}

.mktoForm p {
  color: #222 !important;
}

.mktoHtmlText > p:first-child {
  margin-bottom: 10px !important;
  line-height: 1.4 !important;
}

.mktoHtmlText > p:nth-child(2) {
  letter-spacing: 0.02em;
  line-height: 1.4;
}

/* Form 追記 */
.mktoForm * {
  font-family: noto-sans-cjk-jp, sans-serif !important;
}

.mktoForm {
  width: 100% !important;
}

.mktoForm label.mktoLabel,
.mktoForm .mktoRequiredField label.mktoLabel {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 12px;
  color: #7A8992;
  width: calc(100% - 28px) !important;
  font-weight: 500 !important;
}

/*必須マーク*/
.mktoForm .mktoRequiredField .mktoAsterix {
  display: none !important;
  float: right !important;
  padding: 0 !important;
}

/* ラベルをフォーム内へ */
.mktoForm label.mktoLabel {
  float: left;
  line-height: 1.25;
  padding-top: 8px;
  margin-left: 14px;
  position: relative;
  z-index: 1;
}

.mktoFieldWrap label.mktoLabel {
  font-weight: bold;
  margin-bottom: -36px;
  position: absolute;
}

.mktoFieldWrap .mktoLabel {
  font-weight: bold;
  margin-bottom: 10px;
}

/*チェックボックス*/
.mktoForm.mktoLayoutAbove .mktoCheckboxList {
  width: auto !important;
  background-color: #fff;
  /* padding: 47px 14px 20px !important; */
}

.mktoForm.mktoLayoutAbove .mktoCheckboxList {
  
}

.mktoForm.mktoLayoutAbove .mktoCheckboxList.mktoInvalid {
  border: 1px solid #FCE9EC !important;
}

.form-contact .mktoForm .mktoFormRow:nth-child(9) label.mktoLabel,
.form-contact .mktoForm .mktoFormRow:nth-child(10) label.mktoLabel,
.form-service .mktoForm .mktoFormRow:nth-child(10) label.mktoLabel {
  font-size: 13px;
  /* padding-top: 16px; */
}

/* お問い合わせサービス 個別対応 */
.form-service .mktoFormRow:nth-child(10) .mktoFormCol:not(.mktoFieldDescriptor) {
  margin-bottom: 0 !important;
}

.form-service .mktoFormRow:nth-child(11) .mktoFormCol {
  /* margin-bottom: 0 !important; */
}

.mktoFieldWrap input[type=text],
.mktoFieldWrap input[type=email],
.mktoForm select.mktoField {
  padding: 20px 40px 0 14px !important;
}

::-webkit-input-placeholder {
  color: #C9CACA !important;
  font-size: 15px;
  letter-spacing: 0.06em;
}

::-moz-placeholder {
  color: #C9CACA !important;
  font-size: 15px;
  letter-spacing: 0.06em;
}

:-ms-input-placeholder {
  color: #C9CACA !important;
  font-size: 15px;
  letter-spacing: 0.06em;
}

::-ms-input-placeholder {
  color: #C9CACA !important;
  font-size: 15px;
  letter-spacing: 0.06em;
}

::placeholder {
  color: #C9CACA !important;
  font-size: 15px;
  letter-spacing: 0.06em;
}

.mktoForm .mktoFormCol {
  width: 100%;
  min-height: 0 !important;
  margin-bottom: 20px !important;
}

.mktoForm .mktoFormCol input {
  width: 100% !important;
  clear: none !important;
}

.mktoForm .mktoFormCol select {
  width: 100% !important;
}

.mktoFormRow div .mktoFieldWrap {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .mktoForm {
    padding: 0 !important;
  }
}
.mktoForm .mktoFormCol textarea {
  width: 100% !important;
  padding: 24px 40px 6px 14px !important;
  font-size: 16px !important;
}

.mktoForm .mktoFormRow textarea[rows="2"] {
  height: 8em;
  min-height: 8em;
  max-height: 20em;
}

.mktoForm hr {
  height: 1px;
  padding: 0 !important;
  border: none;
  background-color: #aeb0b6;
}

.mktoHtmlText p:first-child br {
  display: none;
}

.mktoHtmlText a {
  color: #0B679D;
  text-decoration: none;
  font-size: 13px;
}

@media screen and (max-width: 480px) {
  .mktoHtmlText a {
    padding: 0 10px;
  }
}
.mktoHtmlText.mktoHasWidth:empty {
  display: none;
}

.mktoHtmlText.mktoHasWidth:empty + .mktoClear {
  display: none !important;
}

/*同意*/
label#Lblic_pca_personalinfo.mktoLabel {
  display: none !important;
}

input#ic_pca_personalinfo + label#Lblic_pca_personalinfo {
  position: absolute;
  top: 46%;
}

/* エラーメッセージ */
.mktoForm .mktoError {
  right: 11px !important;
}

.mktoForm .mktoError .mktoErrorMsg {
  background: #222 !important;
  color: #fff !important;
  text-shadow: none !important;
  border: 1px solid #222222 !important;
  border-radius: 2px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  opacity: 0.8;
  background-clip: padding-box;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 12px !important;
  font-weight: normal;
  letter-spacing: 0.06em;
  max-width: 100% !important;
  white-space: nowrap;
}

.mktoForm .mktoError .mktoErrorArrowWrap {
  width: 14px !important;
  height: 7px !important;
  position: absolute !important;
  /* top     : 0 !important;
  left       : 124px !important; */
  z-index: 100 !important;
  /* top        : -1px !important; */
  left: initial !important;
  right: 5px !important;
}

.mktoForm .mktoError .mktoErrorArrow {
  background-clip: border-box;
  background-color: rgba(34, 34, 34, 0.8) !important;
  border: none !important;
}

/* フォームエラー非表示 */
div#FFbe44 {
  display: none !important;
}

div#FFbe45 {
  display: none !important;
}

.FFt {
  background: #222 !important;
  color: #fff !important;
  text-shadow: none !important;
  border: 1px solid #222222 !important;
  border-radius: 2px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  opacity: 0.8;
  background-clip: padding-box;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 12px !important;
  font-weight: normal;
  letter-spacing: 0.06em;
  position: absolute !important;
  right: -314px !important;
  top: 70px !important;
  width: 205px !important;
}

/* input  */
.mktoForm label ~ label {
  margin-left: 15px;
}

input[type=radio] {
  margin-right: 8px;
}

/* ラジオボタン */
.mktoForm .mktoRadioList input[type=radio] {
  display: none;
}

.mktoForm .mktoRadioList label {
  position: relative;
  padding-left: 5px;
}

.mktoForm .mktoRadioList > label:not(:last-child) {
  margin-bottom: 16px;
}
.mktoForm .mktoRadioList > label:last-child {
  margin-bottom: 0;
}

.mktoForm .mktoRadioList input[type=radio] + label::before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  left: 0;
  top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mktoForm .mktoRadioList input[type=radio] + label::after {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0094D7 !important;
  left: -20px;
  top: 4px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mktoForm .mktoRadioList input[type=radio]:checked + label::before {
  background-image: none;
  border: 1px solid #0094D7 !important;
}

.mktoForm .mktoRadioList input[type=radio]:checked + label::after {
  opacity: 1;
}

.mktoForm input[type=checkbox]:checked + label:before {
  color: #0094D7 !important;
}

.mktoForm input[type=checkbox] + label:before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 1px;
}

.mktoForm input[type=checkbox]:checked + label:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #0094D7 !important;
}

/* errer **/
.mktoForm .mktoLogicalField.mktoInvalid:not(.mktoDateField),
.mktoForm input.mktoField.mktoInvalid:not(.mktoDateField),
.mktoForm textarea.mktoField.mktoInvalid:not(.mktoDateField),
.mktoForm .mktoRadioList.mktoRequired.mktoInvalid:not(.mktoDateField),
.mktoForm .mktoRequired.mktoInvalid + .select-styled,
.mktoForm .mktoRequired + .select-styled.is-ansered.is-invalid {
  background-image: url("../../assets/img/common/error.svg");
  background-size: 16px 16px;
  background-position: top 50% right 17px;
  background-repeat: no-repeat;
}

.mktoForm .mktoRequired.mktoInvalid + .select-styled,
.mktoForm .mktoRequired + .select-styled.is-ansered.is-invalid {
  background-position: top 50% right 45px;
}

.mktoForm .mktoLogicalField.mktoInvalid:not(.mktoDateField):not(:has(label:empty)),
.mktoForm input.mktoField.mktoInvalid:not(.mktoDateField):not(:has(label:empty)),
.mktoForm textarea.mktoField.mktoInvalid:not(.mktoDateField):not(:has(label:empty)),
.mktoForm .mktoRadioList.mktoRequired.mktoInvalid:not(.mktoDateField):not(:has(label:empty)),
.mktoForm .mktoRequired.mktoInvalid + .select-styled,
.mktoForm .mktoRequired + .select-styled.is-ansered.is-invalid {
  background-color: #FCE9EC !important;
}

.mktoForm .mktoLogicalField.mktoInvalid {
  background-position: top 17px right 17px !important;
}

.mktoForm textarea.mktoField.mktoInvalid {
  background-position: top 17px right 17px !important;
}

/*OK*/
.mktoForm .mktoLogicalField.mktoValid:not(.mktoDateField),
.mktoForm input.mktoField.mktoValid:not(.mktoDateField),
.mktoForm textarea.mktoField.mktoValid:not(.mktoDateField),
.mktoForm .mktoRadioList.mktoRequired.mktoValid:not(.mktoDateField),
.mktoForm .mktoRadioList.mktoValid:not(.mktoDateField),
.mktoForm .mktoValid:not(.mktoRequired) + .select-styled,
.mktoForm .select-styled.is-ansered.is-valid,
.mktoForm .select > .select-styled.is-ansered {
  background-color: #fff !important;
  background-image: url("../../assets/img/common/success.svg");
  background-size: 16px 16px;
  background-position: top 50% right 17px;
  background-repeat: no-repeat;
}

.mktoForm .mktoValid:not(.mktoRequired) + .select-styled {
  background-position: top 50% right 45px;
}

.mktoForm .large-txt > .select > .mktoValid:not(.mktoRequired) + .select-styled {
  background-position: top 60% right 45px;
}

.mktoForm .large-txt .select > .select-styled.is-ansered {
  background-position: top 60% right 45px;
}

.mktoForm .select > .select-styled.is-ansered {
  background-position: top 50% right 45px;
}

.mktoForm .select-styled.is-ansered.is-valid {
  background-position: top 50% right 45px;
}

.mktoForm .mktoLogicalField.mktoValid {
  background-position: top 17px right 17px !important;
}

.mktoForm textarea.mktoField.mktoValid {
  background-position: top 17px right 17px !important;
}

/* HTML */
/* html 以降を非表示 */
/* select */
select {
  display: none !important;
}

div.select {
  min-height: 52px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #C9CACA !important;
}

.select-styled {
  position: relative;
  height: 52px;
  padding: 20px 12px !important;
  font-family: noto-sans-cjk-jp, sans-serif !important;
  font-size: 15px;
  cursor: pointer;
}
.select-styled::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 16px;
  height: 16px;
  margin: auto;
  background-image: url(../../assets/img/common/arrow_down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.large-txt .select-styled::before {
  top: 12px;
}

.select-styled + .select-options {
  display: none;
}

.select-styled.active + .select-options {
  display: block;
}

.select-options {
  list-style: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  padding-left: 0;
  border-top: 1px solid #C9CACA !important;
}

.select-options li {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  padding: 9px 13px 10px;
  cursor: pointer;
}

.select-options li:hover {
  background-color: #F5F5F5;
}

/*submit*/
/*ボタン */
.mktoForm .mktoButtonWrap.mktoDownloadButton button.mktoButton:hover {
  background-color: #fff !important;
  color: #07507B !important;
}

.mktoForm .mktoButtonWrap.mktoDownloadButton button.mktoButton {
  -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;
  position: relative !important;
  isolation: isolate !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 330px !important;
  height: 50px !important;
  font-size: 16px !important;
  letter-spacing: 0.06em !important;
  line-height: 1.5 !important;
  border-color: #07507B !important;
  background-color: #07507B !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #244F78 !important;
  color: #fff !important;
  font-weight: bold !important;
  -webkit-transition: all 200ms linear !important;
  transition: all 200ms linear !important;
  text-decoration: none !important;
  text-align: left !important;
}

.mktoButtonWrap {
  margin: 0 !important;
}

@media screen and (max-width: 1024px) {
  .mktoForm .mktoButtonRow {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mktoButtonWrap {
    margin-left: auto !important;
    margin-right: auto;
  }
}
.select > .select-styled {
  position: relative;
  color: #C9CACA !important;
}

.select > .select-styled.is-ansered {
  color: #222 !important;
}

.select-styled + .select-options {
  position: absolute;
  top: 53px;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: auto;
  z-index: 20;
  border: 1px solid #C9CACA;
}

/* ダウンロードはこちら btn **********************/
.btn-warp {
  display: none;
}

/* SP時に表示する */
@media only screen and (max-width: 767px) {
  .btn-warp {
    margin: 30px 0 40px;
    display: block;
  }
}
.download-btn {
  margin: 0 auto;
  text-align: center;
}

.download-btn a {
  display: block;
  color: #07507B;
  font-family: "trajan-pro-3", "noto-sans-cjk-jp";
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.06em;
  background: #fff;
  padding: 8px 30px 8px;
  border: 1px solid #07507B;
  position: relative;
  z-index: 1;
  max-width: 316px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.download-btn a::before {
  background: #07507B;
}

.download-btn a:hover {
  color: #fff;
  text-decoration: none;
}

/*  READ MORE 矢印*/
.download-btn a > .arrow {
  width: 30px;
  height: 8px;
  border-bottom: 1px solid #07507B;
  border-right: 1px solid #07507B;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  position: absolute;
  right: 10%;
  top: 40%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.download-btn a:hover > .arrow {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 13%;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}

/* ボタンアニメーション ***************************/
a.anime-slide-in {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.anime-slide-in:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}

a.anime-slide-in:hover::before {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

a.anime-slide-in > .arrow {
  position: absolute;
  right: 10%;
  top: 40%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.anime-slide-in:hover > .arrow {
  right: 14%;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}

.p-mktoForm--separate .mktoFieldWrap label.mktoLabel {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 0 10px !important;
  padding-top: 0 !important;
  line-height: 1.5 !important;
  color: #222;
  font-size: 15px;
  font-weight: normal !important;
}
.p-mktoForm--separate input[type=text],
.p-mktoForm--separate input[type=email],
.p-mktoForm--separate .mktoCheckboxList,
.p-mktoForm--separate .mktoRadioList,
.p-mktoForm--separate .select-styled,
.p-mktoForm--separate textarea.mktoField {
  padding: 14px 40px 14px 14px !important;
}

body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  position: fixed;
  z-index: 999999;
}

#main-content {
  display: none;
}

/* 共通 ********************/
.c-page-head {
  /* background-image: url(/and_hipro/themes/custom/persol_brandportal/img/common/bg_page-head01@pc.png); */
  /* 下にスクロールバーでるので、一旦無効
  margin-left: -15px;
  margin-right: -15px;
  */
}

/* .content-area {
  padding-top: 590px;
}

@media screen and (max-width: 767px) {
  .content-area {
    padding-top: 580px;
  }
} */
/* link ******************/
/* a:hover {
  color: inherit;
} */
.c-link--txt-overwrite a {
  margin-right: 4px;
  word-break: break-all;
  color: #07507b;
}

.c-link--txt-overwrite a:hover {
  color: #07507b;
}

/* button ******************/
@media screen and (max-width: 767px) {
  .c-button {
    max-width: 330px;
    width: 100%;
  }
}
/* TOP */
.swiper-notification {
  display: none;
}

/* ページネーション ***********************************/
.pager {
  /* max-width   : 830px; */
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .pager {
    margin-top: 25px;
  }
  /* .pager ul.pager__items {
    margin: 0 0 30px;
  } */
}
.pager ul.pager__items.js-pager__items {
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 0;
}

.pager ul.pager__items > li a {
  border: none;
}

.pager ul.pager__items > li a:hover {
  background-color: transparent;
  /*color           : #6c6c6c;*/
  opacity: 0.6;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.pager ul.pager__items > li.pager__item--first span[aria-hidden*=true],
.pager ul.pager__items > li.pager__item--previous span[aria-hidden*=true],
.pager ul.pager__items > li.pager__item--next span[aria-hidden*=true],
.pager ul.pager__items > li.pager__item--last span[aria-hidden*=true] {
  display: none;
}

/* pager */
.pager ul.pager__items.js-pager__items {
  background-color: #fff;
  border-radius: 30px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .pager ul.pager__items.js-pager__items {
    padding: 0px;
  }
}
.pager ul.pager__items .page-of {
  padding-left: 5px;
  padding-right: 5px;
}

.pager ul.pager__items > li.pager__item--previous a,
.pager ul.pager__items > li.pager__item--next a {
  color: #244F78;
  font-size: 16px;
  font-family: trajan-pro-3, sans-serif;
  font-style: normal;
  padding: 0 5px;
}

.pager ul.pager__items > li.pager__item--previous a .arrow,
.pager ul.pager__items > li.pager__item--next a .arrow {
  width: 30px;
  height: 8px;
  vertical-align: super;
  display: inline-block;
}

.pager ul.pager__items > li.pager__item--previous a .arrow {
  border-bottom: 1px solid #244F78;
  border-left: 1px solid #244F78;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
}

.pager ul.pager__items > li.pager__item--next a .arrow {
  border-bottom: 1px solid #244F78;
  border-right: 1px solid #244F78;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

.hipro-service .hipro-link a > .arrow {
  position: absolute;
  right: 10%;
  top: 40%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.current-pages {
  font-family: trajan-pro-3, sans-serif;
}

/* pager nolink */
.pager ul.pager__items > li.pager__item--previous .non-link,
.pager ul.pager__items > li.pager__item--next .non-link {
  color: #DDDDDD;
  font-size: 16px;
  font-family: trajan-pro-3, sans-serif;
  font-style: normal;
  padding: 0 10px;
}

.pager ul.pager__items > li.pager__item--previous .non-link .arrow,
.pager ul.pager__items > li.pager__item--next .non-link .arrow {
  width: 30px;
  height: 8px;
  vertical-align: super;
  display: inline-block;
}

.pager ul.pager__items > li.pager__item--previous .non-link .arrow {
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
}

.pager ul.pager__items > li.pager__item--next .non-link .arrow {
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

/* NEWS ROOM ******************/
.path-newsroom .c-page-head {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .path-newsroom .c-page-head {
    margin-top: 70px;
  }
}
.path-newsroom .c-primary__outer {
  width: 100%;
  /* margin-bottom: 190px; */
  /*padding-top: 50px;*/
}

.path-newsroom .c-primary__inner {
  max-width: 900px;
  margin: 0 auto;
  /* width: 100%; */
}

@media (max-width: 991px) {
  .path-newsroom .c-primary__inner {
    /*margin: 0 20px;*/
  }
}
.path-newsroom .c-pressroom-list {
  margin: 0 auto;
}

/* 一覧下の余白 */
.path-newsroom .c-primary--news + .pager {
  margin-bottom: 190px;
}

.path-newsroom .c-primary--outer:not(:has(nav.pager)) .c-primary--news {
  margin-bottom: 190px;
}

@media screen and (max-width: 767px) {
  .path-newsroom .c-primary--news + .pager {
    margin-bottom: 80px;
  }
  .path-newsroom .c-primary--outer:not(:has(nav.pager)) .c-primary--news {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .path-newsroom .c-pressroom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.path-newsroom .pager {
  max-width: 1000px;
}

/* NEWSROOM 詳細 ***********************************/
.page-node-type-hipro-job-news .c-page-head {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .page-node-type-hipro-job-news .c-page-head {
    margin-top: 70px;
  }
}
#block-persol-brandportal-content {
  /*margin-top: 60px;*/
}

#block-persol-brandportal-content section.hipro_job_news-details {
  margin-bottom: 190px;
}

@media screen and (max-width: 767px) {
  #block-persol-brandportal-content section.hipro_job_news-details {
    margin-bottom: 80px;
  }
}
.p-pressroom-detail__body .field--name-body > * + * {
  margin-top: 2em;
}

.p-pressroom-detail__inner a[target=_blank]:after {
  content: url(/themes/custom/persol_brandportal/img/common/external-link.svg);
  width: 11px;
  height: 11px;
  /* padding-right: 20px; */
}

.c-ps-share__item a[target=_blank]:after {
  content: none;
}

/* 2023.04.13 追加 ****/
.p-pressroom-detail__body h3 a:hover {
  color: inherit;
}

.p-pressroom-detail__body p a {
  color: #07507b;
  word-break: break-all;
  display: inline;
}

/* table */
.p-pressroom-detail__body table {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}

.p-pressroom-detail__body table th {
  font-weight: 700;
  width: 12%;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #f6f6f6;
  padding: 20px;
}

.p-pressroom-detail__body table td {
  width: 16%;
  padding: 20px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.p-pressroom-detail__body {
  margin-top: 0;
}

/* TOP MESSAGE ******************/
@media screen and (max-width: 767px) {
  .top-message .c-page-head {
    margin-bottom: 0;
  }
  /* .p-message {
    margin-left: -15px;
    margin-right: -15px;
  } */
}
/*
.l-wrapper .dialog-off-canvas-main-canvas .container-fluid{
  padding-left:0;
  padding-right:0;
}
.l-wrapper .dialog-off-canvas-main-canvas .container-fluid > .row {
  margin-left: 0;
    margin-right: 0;
}
*/
/* Brand TOP ******************/
.l-wrapper .dialog-off-canvas-main-canvas .container-fluid > .row > .col {
  padding-left: 0;
  padding-right: 0;
}

.p-top-message__block__body__inner:hover {
  color: #fff;
}

/* NEWS ROOM */
.p-top-news__inner header {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 40px;
  line-height: 1.4;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.p-top-news__inner > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  min-width: 0;
  color: #444;
  font-size: 14px;
}

.p-top-news__list > li a:hover {
  color: inherit;
}

.p-top-news__inner > footer {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-left: 40px;
  font-size: 14px;
}

.p-top-news__more a:hover {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .p-top-news__inner header {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }
  .p-top-news__inner > footer {
    margin-top: 10px;
    text-align: right;
  }
}
/* 管理用 TAB */
.nav-tabs {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 2px #0B679D;
  margin-bottom: 15px;
  padding: 0 !important;
}

.nav-tabs li a {
  min-width: 80px;
  margin: 0 5px;
  display: inline-block;
  padding: 12px 0 !important;
  border-radius: 5px 5px 0 0;
  color: #fff;
  background: #0B679D;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: ease 0.2s opacity;
  transition: ease 0.2s opacity;
}

.nav-tabs li a:hover {
  background: #0094D7;
}

/* preview */
.node-preview-container + .dialog-off-canvas-main-canvas .l-header {
  display: none;
}

.node-preview-container {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.node-preview-container .js-form-item-view-mode,
.node-preview-container #edit-submit {
  display: none;
}

.node-preview-backlink {
  background: #4cb4e3;
  color: #fff;
  padding: 5px 15px;
}

div[class*=field--name-field-hiprojob-news-] > p {
  margin-top: 2em;
}

/* editer */
b,
strong {
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

.hipro_job_news-details .p-pressroom-detail__body hr {
  border: 1px solid #e6e6e6 !important;
}

.node--type-hipro-job-news {
  margin-bottom: 190px;
}

.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--middle {
  font-weight: 500;
}
.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;
  }
}
/*# sourceMappingURL=common.css.map */