@charset "UTF-8";
:root {
  --color-main: #0052ff;
  --color-background: #2f353f;
  --color-border: #d9d9d9;
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #7f7f7f;
  --color-gray-light: #f0f0f0;
  --color-gray-alpha: rgba(127, 127, 127, 0.3);
  --color-footer: #f4f7fa;
  --font: "Inter", "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic",
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  --font-jp: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic",
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  --max-width: 960px;
  --scroll-margin-top-sp: 80px;
  --scroll-margin-top-pc: 90px;
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

*, :after, :before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

:after, :before {
  vertical-align: inherit;
  text-decoration: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  height: 0;
  overflow: visible;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

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

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

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

button, input, select, textarea {
  border-style: none;
  background-color: transparent;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  word-wrap: break-word;
  box-sizing: border-box;
  background-repeat: no-repeat;
  overflow-wrap: break-word;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  font-weight: 400;
}
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@supports (-webkit-touch-callout: none) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a,
button {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}

body {
  font-feature-settings: "pkna";
  position: relative;
  color: var(--color-black);
  font-size: 0.9375rem;
  line-height: 1.7;
  font-family: var(--font);
}
@media print, screen and (min-width: 960px) {
  body {
    font-size: 0.875rem;
  }
}

a {
  color: inherit;
}

pre {
  font-family: inherit;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  margin: 0 !important;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  display: flex;
  backface-visibility: hidden;
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  margin: 0;
  pointer-events: auto;
  line-height: 1;
  list-style-type: none;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  position: relative;
  flex-shrink: 0;
  backface-visibility: hidden;
  box-sizing: border-box;
  margin: 0;
  list-style-type: none !important;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: splide-loading 1s linear infinite;
  contain: strict;
  margin: auto;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 12, 37, 0.4);
}

.modal__container {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: autox;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  margin-right: -50%;
  outline: transparent;
  border: none;
  background-color: #fff;
  padding: 3.75rem 1.5625rem;
  width: 92%;
  max-width: 960px;
}
@media print, screen and (min-width: 960px) {
  .modal__container {
    padding: 3.75rem;
  }
}

.modal__content {
  max-height: 70vh;
  overflow-y: auto;
}
@media print, screen and (min-width: 960px) {
  .modal__content {
    height: auto;
    overflow-y: visible;
  }
}

.modal__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  outline: transparent;
  border: 1px solid var(--color-black);
  width: 1.5625rem;
  height: 1.5625rem;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .modal__close {
    width: 2.0625rem;
    height: 2.0625rem;
  }
}
.modal__close::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}
.modal__close i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5625rem;
  height: 0.5625rem;
}
@media print, screen and (min-width: 960px) {
  .modal__close i {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
.modal__close i::before, .modal__close i::after {
  display: block;
  background-color: var(--color-black);
  width: 0.625rem;
  height: 1px;
  content: "";
}
@media print, screen and (min-width: 960px) {
  .modal__close i::before, .modal__close i::after {
    width: 0.8125rem;
  }
}
.modal__close i::before {
  transform: translate(-1px, 4px) rotate(45deg);
}
@media print, screen and (min-width: 960px) {
  .modal__close i::before {
    transform: translate(-1px, 5px) rotate(45deg);
  }
}
.modal__close i::after {
  transform: translate(-1px, 3px) rotate(-45deg);
}
@media print, screen and (min-width: 960px) {
  .modal__close i::after {
    transform: translate(-1px, 4px) rotate(-45deg);
  }
}

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

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

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

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

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

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

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

.c-buttonWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 960px) {
  .c-buttonWrap {
    flex-direction: row;
    justify-content: center;
    gap: 1.875rem;
    margin-top: 3.125rem;
  }
}
.c-buttonWrap .c-button {
  flex-shrink: 0;
}

.c-button {
  display: block;
  padding: 19px 10px 15px;
  overflow: hidden;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .c-button {
    padding: 17px 10px 14px;
    max-width: 307px;
    font-size: 1rem;
  }
}
.c-button::after {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  background: no-repeat 0 0;
  background-size: contain;
  width: 8px;
  height: 12px;
  content: "";
}
.c-button svg {
  margin-left: 10px;
}
.c-button svg path {
  fill: currentColor;
}
.c-button[target=_blank] svg {
  width: 12px;
  height: auto;
}
.c-button[target=_blank]::after {
  content: none;
}
@media (any-hover: hover) {
  .c-button {
    position: relative;
    z-index: 1;
  }
  .c-button span {
    position: relative;
  }
  .c-button::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right top;
    z-index: 0;
    transition: transform 0.3s ease-in-out;
    content: "";
  }
  .c-button:hover::before {
    transform: scaleX(1);
    transform-origin: left top;
  }
}
.c-button.-primary {
  background: var(--color-main);
  color: var(--color-white);
}
.c-button.-primary::after {
  background-image: url(/assets/images/common/icon-arrow-white.svg);
}
@media (any-hover: hover) {
  .c-button.-primary::before {
    background: #000;
  }
}
.c-button.-secondly {
  background: var(--color-black);
  width: 250px;
  color: var(--color-white);
}
.c-button.-secondly::after {
  background-image: url(/assets/images/common/icon-arrow-white.svg);
}
@media (any-hover: hover) {
  .c-button.-secondly::before {
    background: var(--color-main);
  }
}
.c-button.-ghost {
  border: 2px solid currentColor;
  padding: 17px 10px 13px;
  color: var(--color-main);
}
.c-button.-ghost::after {
  background-image: url(/assets/images/common/icon-arrow-main.svg);
  content: "";
}
.c-button.-ghost[target=_blank]::after {
  content: none;
}
@media (any-hover: hover) {
  .c-button.-ghost {
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
  .c-button.-ghost:hover {
    border-color: currentColor;
    color: var(--color-black);
  }
  .c-button.-ghost:hover::after {
    background-image: url(/assets/images/common/icon-arrow-black.svg);
  }
}
.c-button.-blank::after {
  background-image: url(/assets/images/common/icon-blank-white.svg);
  width: 13px;
  height: 14px;
  content: "";
}

.c-text {
  font-size: 0.9375rem;
  line-height: 1.7;
}
@media print, screen and (min-width: 960px) {
  .c-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.c-text_link {
  transition: 0.3s;
  width: auto;
  color: var(--color-black);
  font-weight: 700;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 960px) {
  .c-text_link {
    font-size: 1rem;
  }
}
.c-text_link::after {
  display: inline-block;
  transition: 0.3s;
  margin-top: -2px;
  margin-left: 8px;
  background-image: url(/assets/images/common/icon-arrow-black.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 6.25px;
  height: 10px;
  content: "";
}
.c-text_link:hover {
  color: var(--color-main);
}
.c-text_link:hover::before, .c-text_link:hover::after {
  filter: invert(17%) sepia(66%) saturate(5077%) hue-rotate(223deg) brightness(107%) contrast(108%);
}
.c-text_link.-prev::after {
  display: none;
}
.c-text_link.-prev::before {
  display: inline-block;
  transform: rotate(180deg);
  transition: 0.3s;
  margin-top: -2px;
  margin-right: 8px;
  background-image: url(/assets/images/common/icon-arrow-black.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 6.25px;
  height: 10px;
  content: "";
}
.c-text_link.-reverse {
  transition: 0s;
  font-weight: 400;
}
.c-text_link.-reverse::after {
  display: none;
}
.c-text_link.-reverse::before {
  display: inline-block;
  margin-top: -2px;
  margin-right: 8px;
  background-image: url(/assets/images/common/icon-arrow-black.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 6.25px;
  height: 10px;
  content: "";
}
.c-text_link.-reverse span {
  font-size: 0.875rem;
}
.c-text_link.-reverse:hover {
  text-decoration: underline;
}
.c-text_link.-reverse:hover::before {
  filter: none;
}

@media print, screen and (min-width: 960px) {
  .c-simpleTextLink:hover > span:first-child {
    text-decoration: underline;
  }
}

.c-radio {
  display: inline-block;
  cursor: pointer;
}
.c-radio input[type=radio] {
  display: none;
}
.c-radio input[type=radio]:checked + span::after {
  background-color: var(--color-main);
}
.c-radio span {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  font-size: 0.875rem;
}
.c-radio span::before {
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background-color: var(--color-white);
  width: 16px;
  height: 16px;
  content: "";
}
.c-radio span::after {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 4px;
  border-radius: 50%;
  background-color: var(--color-border);
  width: 8px;
  height: 8px;
  content: "";
}

.c-inputSearch {
  border: 1px solid var(--color-border);
  border-radius: 4px;
  background-color: var(--color-white);
  padding: 10px 14px;
  width: 100%;
  max-width: 598px;
  font-size: 1rem;
}
@media print, screen and (min-width: 960px) {
  .c-inputSearch {
    padding: 10px 15px;
  }
}
.c-inputSearch::placeholder {
  color: var(--color-border);
  font-size: 0.875rem;
}

.c-blockNopost {
  margin-top: 23px;
  background-color: var(--color-gray-light);
  padding: 42px 0 40px;
  width: 100%;
}
.c-blockNopost::before {
  display: block;
  margin: 0 auto 12px;
  background-image: url(/assets/images/common/icon-no-post.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  content: "";
}
.c-blockNopost p {
  font-size: 0.875rem;
  line-height: 170%;
  text-align: center;
}

.c-pagination {
  margin-top: 50px;
}
@media print, screen and (min-width: 960px) {
  .c-pagination {
    margin-top: 70px;
  }
}
.c-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination ul li a,
.c-pagination ul li span {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .c-pagination ul li a,
  .c-pagination ul li span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.c-pagination ul li a {
  transition: 0.3s;
  background-color: var(--color-gray-light);
  color: var(--color-gray);
}
.c-pagination ul li a:hover {
  background-color: var(--color-main);
  color: var(--color-white);
}
.c-pagination ul li span {
  background-color: var(--color-black);
  color: var(--color-white);
}
.c-pagination ul li:not(:first-child) {
  margin-left: 5px;
}
@media print, screen and (min-width: 960px) {
  .c-pagination ul li:not(:first-child) {
    margin-left: 10px;
  }
}
.c-pagination ul li a,
.c-pagination ul li span {
  font-size: 0.875rem;
}
.c-pagination ul li.dots span,
.c-pagination ul li.dots a, .c-pagination ul li.prev span,
.c-pagination ul li.prev a, .c-pagination ul li.next span,
.c-pagination ul li.next a {
  background-color: transparent;
}
.c-pagination ul li.dots span {
  color: var(--color-gray);
}
.c-pagination ul li.prev a, .c-pagination ul li.next a {
  width: auto;
  color: var(--color-black);
  font-weight: 700;
}
.c-pagination ul li.prev a:hover, .c-pagination ul li.next a:hover {
  color: var(--color-main);
}
.c-pagination ul li.prev a:hover::before, .c-pagination ul li.prev a:hover::after, .c-pagination ul li.next a:hover::before, .c-pagination ul li.next a:hover::after {
  filter: invert(17%) sepia(66%) saturate(5077%) hue-rotate(223deg) brightness(107%) contrast(108%);
}
.c-pagination ul li.prev {
  margin-right: 20px;
}
@media print, screen and (min-width: 960px) {
  .c-pagination ul li.prev {
    margin-right: 50px;
  }
}
.c-pagination ul li.next {
  margin-left: 20px;
}
@media print, screen and (min-width: 960px) {
  .c-pagination ul li.next {
    margin-left: 50px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-pagination ul li.-onlySp {
    display: none;
  }
}
.c-pagination ul li.-onlyPc {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .c-pagination ul li.-onlyPc {
    display: inline-block;
  }
}

.c-bread {
  grid-column: 1/-1;
  margin: 72px auto -24px;
  width: 100%;
  max-width: 960px;
}
@media print, screen and (min-width: 960px) {
  .c-bread {
    margin: 100px auto -24px;
  }
}
.c-bread_container {
  display: flex;
  align-items: center;
}
.c-bread_list:not(:last-child) {
  position: relative;
  padding-right: 39px;
}
.c-bread_list:not(:last-child)::before {
  display: block;
  position: absolute;
  top: 9px;
  right: 15px;
  transform: rotate(135deg);
  background-color: var(--color-gray);
  width: 13px;
  height: 1px;
  content: "";
}
.c-bread_list:last-child {
  overflow: hidden;
}
.c-bread_list:nth-child(n+3) span {
  color: var(--color-gray);
}
.c-bread_list a,
.c-bread_list span {
  display: block;
  overflow: hidden;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-bread_list a:hover {
  text-decoration: underline;
}

.c-headingLv2 {
  border-bottom: 0.1875rem solid var(--color-black);
  padding-bottom: 0.4375rem;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media print, screen and (min-width: 960px) {
  .c-headingLv2 {
    font-size: 1.5rem;
  }
}
.c-headingLv2 span:not([class]) {
  vertical-align: 0.125rem;
  margin-left: 1.5rem;
  color: var(--color-gray);
  font-size: 1rem;
}
@media print, screen and (min-width: 960px) {
  .c-headingLv2 .t-hiddenSp {
    display: inline;
  }
}

.c-headingLv3 {
  font-weight: 700;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 960px) {
  .c-headingLv3 {
    font-size: 1.25rem;
  }
}

.c-section {
  scroll-margin-top: var(--scroll-margin-top-sp);
  font-size: 0.9375rem;
  line-height: 2;
}
@media print, screen and (min-width: 960px) {
  .c-section {
    scroll-margin-top: var(--scroll-margin-top-pc);
    font-size: 1rem;
    line-height: 1.75;
  }
}
.c-section:not(:first-child) {
  margin-top: 2.75rem;
}
@media print, screen and (min-width: 960px) {
  .c-section:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.c-section.-topLine {
  border-top: 1px solid var(--color-border);
  padding-top: 2.75rem;
}
@media print, screen and (min-width: 960px) {
  .c-section.-topLine {
    padding-top: 5.625rem;
  }
  .c-section.-topLine:not(:first-child) {
    margin-top: 5.625rem;
  }
}
@media print, screen and (min-width: 960px) {
  .c-section.-tightMargin {
    padding-top: 2.625rem;
  }
  .c-section.-tightMargin:not(:first-child) {
    margin-top: 2.875rem;
  }
}
.c-selectbox + .c-section:not(:first-child) {
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 960px) {
  .c-selectbox + .c-section:not(:first-child) {
    margin-top: 1.75rem;
  }
}

.c-paragraph:not(:first-child) {
  margin-top: 1.875rem;
}
.c-paragraph p:not(:first-child),
.c-paragraph ul:not(:first-child),
.c-paragraph ol:not(:first-child),
.c-paragraph dl:not(:first-child) {
  margin-top: 1.5em;
}

.c-figure {
  text-align: center;
}
.c-figure:not(:first-child) {
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 960px) {
  .c-figure:not(:first-child) {
    margin-top: 3.125rem;
  }
}
.c-figure img {
  width: 100%;
  max-width: 43.75rem;
  height: auto;
}

.c-simpleDl dt {
  font-weight: bold;
}

.c-simpleUl li {
  margin-left: 1em;
  text-indent: -1em;
}

.c-selectbox {
  position: relative;
  margin-top: 1.875rem;
  border: 1px solid var(--color-black);
  width: -webkit-max-content;
  width: max-content;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .c-selectbox {
    margin-top: 2.25rem;
  }
}
.c-selectbox::before {
  display: block;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  transform: rotate(90deg);
  background: url("/assets/images/common/icon-arrow-black.svg") no-repeat top left/100% 100%;
  width: 7px;
  height: 11px;
  content: "";
}

.c-selectbox_select {
  padding: 0.6875rem 2rem 0.6875rem 0.9375rem;
  font-size: 0.9375rem;
}

.c-label-pdf {
  display: inline-block;
  margin-left: 0.9375rem;
  border: 1px solid var(--color-border);
  padding: 0.125rem 0.625rem 0.0625rem;
  font-size: 0.75rem;
  line-height: 1;
}

.c-table {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media print, screen and (min-width: 960px) {
  .c-table {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.c-table:not(:first-child) {
  margin-top: 3.125rem;
}
@media print, screen and (min-width: 960px) {
  .c-table:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.c-table th {
  border-bottom: 1px solid var(--color-border);
  background-color: var(--color-footer);
  padding: 0.625rem 0 0.625rem 1.25rem;
  font-weight: normal;
  text-align: left;
}
@media print, screen and (min-width: 960px) {
  .c-table th {
    padding: 1.75rem 1.25rem;
  }
}
.c-table td {
  border-bottom: 1px solid var(--color-border);
  padding: 0.625rem 1.25rem;
}
@media print, screen and (min-width: 960px) {
  .c-table td {
    padding: 1.75rem 1.25rem;
  }
}

.c-table_th {
  width: 38%;
}
@media print, screen and (min-width: 960px) {
  .c-table_th {
    width: 27%;
  }
}

.c-table_td {
  width: 62%;
}
@media print, screen and (min-width: 960px) {
  .c-table_td {
    width: 73%;
  }
}

.c-faq {
  margin-top: 1.25rem;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media print, screen and (min-width: 960px) {
  .c-faq {
    margin-top: 1.75rem;
    padding-bottom: 1.75rem;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.c-faq dt,
.c-faq dd {
  display: flex;
  gap: 0.625rem;
}
.c-faq dt > span:first-child,
.c-faq dd > span:first-child {
  flex-shrink: 0;
  margin-top: -0.125rem;
  color: var(--color-main);
  font-weight: bold;
  font-size: 1rem;
}
@media print, screen and (min-width: 960px) {
  .c-faq dt > span:first-child,
  .c-faq dd > span:first-child {
    font-size: 1.125rem;
  }
}
.c-faq dd {
  margin-top: 0.3125rem;
}
.c-faq dd > span:first-child {
  color: #f51400;
}
.c-faq a {
  color: var(--color-main);
  text-decoration: underline;
}
@media (any-hover: hover) {
  .c-faq a:hover {
    text-decoration: none;
  }
}
.m-localNavWrap + .c-faq {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 960px) {
  .m-localNavWrap + .c-faq {
    margin-top: 3.625rem;
  }
}

.c-scrollLinks {
  display: flex;
  margin-top: 1.875rem;
  line-height: 1;
}
.c-scrollLinks + *:not(:first-child) {
  margin-top: 4.0625rem;
}
.c-scrollLinks li {
  flex-grow: 1;
  border-right: 1px solid var(--color-border);
}
@media print, screen and (min-width: 960px) {
  .c-scrollLinks li {
    flex-grow: 0;
  }
}
.c-scrollLinks li:first-child {
  border-left: 1px solid var(--color-border);
}
.c-scrollLinks a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  height: 1.375rem;
  font-weight: 700;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 960px) {
  .c-scrollLinks a {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    font-size: 1rem;
  }
}
.c-scrollLinks a::after {
  display: inline-block;
  flex-shrink: 0;
  transform: rotate(90deg);
  margin-left: 11px;
  background: url(/assets/images/common/icon-arrow-black.svg) no-repeat 0 0;
  background-size: contain;
  width: 7px;
  height: 11px;
  content: "";
}

.c-strongDlWrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 960px) {
  .c-strongDlWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.1875rem 4.6875rem;
    margin-top: 2.1875rem;
  }
}

.c-strongDl {
  position: relative;
}
.c-strongDl dt {
  border-left: 2px solid var(--color-main);
  padding-top: 0.125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.9375rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
}
.c-strongDl dt .-note {
  font-size: 1rem;
}
.c-strongDl dd {
  border-left: 2px solid var(--color-gray-light);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.9375rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.c-strongDl_dtButton {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  background-color: var(--color-black);
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  height: 22px;
  color: var(--color-white);
  font-size: 0.75rem;
  line-height: 1;
}
.c-strongDl_dtButton.-en {
  top: 6px;
}
.c-strongDl_dtButton[target=_blank]::after {
  display: inline-block;
  flex-shrink: 0;
  margin-left: 0.375rem;
  background: url("/assets/images/common/icon-blank-thin-white.svg") no-repeat top left/contain;
  width: 0.75rem;
  height: 0.8125rem;
  content: "";
}

.c-note {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.7;
}

.c-title {
  margin-bottom: 25px;
  border-bottom: 3px solid var(--color-black);
  padding-bottom: 12px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
}
@media print, screen and (min-width: 960px) {
  .c-title {
    margin-bottom: 13px;
    padding-bottom: 10px;
    font-size: 1.5rem;
  }
}
.c-title.-borderNone {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.c-paragraph_link {
  color: var(--color-main);
  text-decoration: underline;
}
.c-paragraph_link:hover {
  text-decoration: none;
}

.c-list li {
  position: relative;
  padding-left: 15px;
  font-size: 0.9375rem;
  line-height: 180%;
}
@media print, screen and (min-width: 960px) {
  .c-list li {
    padding-left: 21px;
    font-size: 1rem;
    line-height: 180%;
  }
}
.c-list li::before {
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
  background-color: var(--color-gray);
  width: 7px;
  height: 7px;
  content: "";
}

.l-contents {
  display: grid;
  grid-template-columns: 1fr min(960px, 100% - 40px) 1fr;
}
.l-contents > * {
  grid-column: 2;
}
.l-contents > :where(.main) {
  display: grid;
  grid-template-columns: inherit;
  grid-column: 1/-1;
}
.l-contents > :where(.main) > * {
  grid-column: 2;
}

.main {
  position: relative;
  z-index: 1;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
  border-bottom: 1px solid var(--color-gray-alpha);
  background: var(--color-white);
  height: 60px;
  color: var(--color-black);
}
@media print, screen and (min-width: 960px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--color-border);
    height: 70px;
  }
}
.-headerReverse:not(.-headerOpen) .header {
  border-color: transparent;
  background: transparent;
  color: var(--color-white);
}

.header-logo {
  padding: 20px 20px 17px;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .header-logo {
    padding: 20px 20px 17px 47px;
  }
}
.-headerReverse:not(.-headerOpen) .header-logo .logo-text {
  fill: currentColor;
  transition: fill 0.3s ease-in-out;
}

.header-lang,
.footer-lang {
  display: flex;
  color: currentColor;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.header-lang > li + li::before,
.footer-lang > li + li::before {
  display: inline-block;
  transform: rotate(-40deg) translateY(-3px);
  transform-origin: left bottom;
  margin-left: 5px;
  background: var(--color-gray);
  width: 12px;
  height: 1px;
  content: "";
}

.header-lang {
  position: absolute;
  top: 22px;
  right: 74px;
}
@media print, screen and (min-width: 960px) {
  .header-lang {
    top: 27px;
    right: 74px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header-lang {
    top: 27px;
    right: 100px;
  }
}

.header-lang__link,
.footer-lang__link {
  color: currentColor;
  text-decoration: underline;
  text-underline-offset: 1px;
}
.header-lang__link[aria-current=page],
.footer-lang__link[aria-current=page] {
  pointer-events: none;
  text-decoration: none;
}

.header-menu-button {
  display: grid;
  position: absolute;
  top: 8px;
  right: 13px;
  place-items: center;
  margin-left: auto;
  width: 40px;
  height: 40px;
}
.header-menu-button::before, .header-menu-button::after {
  position: absolute;
  left: 4px;
  transition: transform 0.3s ease-in-out;
  background: currentColor;
  width: 25px;
  height: 1px;
  content: "";
}
.header-menu-button::before {
  bottom: 11px;
  transform: rotate(45deg) scale(0);
  transform-origin: right top;
}
.header-menu-button::after {
  top: 11px;
  transform: rotate(-45deg) scale(0);
  transform-origin: right bottom;
}
.header-menu-button span {
  position: relative;
  top: -8px;
  transform-origin: left top;
  transition: transform 0.3s 0.2s ease-in-out;
  background: currentColor;
  width: 25px;
  height: 1px;
}
.header-menu-button span::before, .header-menu-button span::after {
  position: absolute;
  left: 0;
  transform-origin: inherit;
  background: currentColor;
  width: 25px;
  height: 1px;
  content: "";
}
.header-menu-button span::before {
  top: 8px;
  transition: transform 0.3s 0.3s ease-in-out;
}
.header-menu-button span::after {
  top: 16px;
  transition: transform 0.3s 0.4s ease-in-out;
}
.header-menu-button[aria-expanded=true]::before {
  top: 11px;
  bottom: auto;
  left: 12px;
  transform: rotate(45deg) scale(1);
  transform-origin: left top;
  transition: transform 0.3s 0.3s ease-in-out;
}
.header-menu-button[aria-expanded=true]::after {
  top: auto;
  bottom: 11px;
  left: 12px;
  transform: rotate(-45deg) scale(1);
  transform-origin: left bottom;
  transition: transform 0.3s 0.3s ease-in-out;
}
.header-menu-button[aria-expanded=true] span {
  top: 8px;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s 0.2s ease-in-out;
}
.header-menu-button[aria-expanded=true] span::before {
  top: -8px;
  transform: scaleX(0);
  transition: transform 0.3s 0.1s ease-in-out;
}
.header-menu-button[aria-expanded=true] span::after {
  top: -16px;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

@keyframes show {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.header-nav {
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  z-index: 1;
  transition: max-height 0.3s ease-in-out;
  max-height: 100%;
}
.header-nav::before {
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  transition: width 0.3s ease-in-out;
  background: var(--color-white);
  width: 100%;
  content: "";
}
.header-nav .header-nav__list {
  opacity: 1;
  animation: show 0.3s ease-in-out forwards;
  transition: opacity 0.3s 0.3s;
  height: calc(100vh - 140px);
  height: calc(100dvh - 70px);
  overflow-y: scroll;
}
.header-nav[aria-hidden=true] {
  max-height: 0;
  overflow: hidden;
}
.header-nav[aria-hidden=true] .header-nav__list {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.header-nav[aria-hidden=true]::before {
  right: 0;
  left: auto;
  width: 0;
}
@media print, screen and (min-width: 960px) {
  .header-nav {
    position: static;
    transition: none;
    margin-top: 0;
    margin-right: 160px;
    border: none;
  }
  .header-nav[aria-hidden=true] {
    max-height: 100%;
  }
  .header-nav[aria-hidden=true] .header-nav__list {
    visibility: visible;
    opacity: 1;
  }
  .header-nav::before {
    content: none;
  }
  .header-nav .header-nav__list {
    animation: none;
    transition: none;
    height: auto;
    overflow: visible;
  }
}
@media print, screen and (min-width: 1280px) {
  .header-nav {
    margin-right: 190px;
  }
}

.header-nav__list {
  margin: 0 15px;
}

.header-nav__link,
.footer-nav__link {
  display: block;
  position: relative;
  border-bottom: 1px solid var(--color-gray-alpha);
  padding: 17px 20px 14px;
  width: 100%;
  color: currentColor;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media print, screen and (min-width: 960px) {
  .header-nav__link,
  .footer-nav__link {
    border: none;
    padding: 10px 19px;
    font-weight: normal;
    line-height: 1;
  }
}

@media print and (any-hover: hover), screen and (min-width: 960px) and (any-hover: hover) {
  .header-nav__link:not(button),
  .footer-nav__link,
  .header-nav__inner-link,
  .footer-nav__inner-link,
  .footer-service a,
  .footer-small__list a {
    position: relative;
  }
  .header-nav__link:not(button)::before,
  .footer-nav__link::before,
  .header-nav__inner-link::before,
  .footer-nav__inner-link::before,
  .footer-service a::before,
  .footer-small__list a::before {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right bottom;
    transition: transform 0.3s ease-in-out;
    background: currentColor;
    height: 1px;
    content: "";
  }
  .header-nav__link:not(button):hover::before,
  .footer-nav__link:hover::before,
  .header-nav__inner-link:hover::before,
  .footer-nav__inner-link:hover::before,
  .footer-service a:hover::before,
  .footer-small__list a:hover::before {
    transform: scaleX(1);
    transform-origin: left bottom;
  }
}

@media print and (any-hover: hover), screen and (min-width: 960px) and (any-hover: hover) {
  .header-nav__link:not(button)::before {
    right: 19px;
    left: 19px;
  }
}

@media print and (any-hover: hover), screen and (min-width: 960px) and (any-hover: hover) {
  .header-nav__inner-link::before,
  .footer-nav__inner-link::before {
    bottom: 7px;
  }
}

button.header-nav__link::before, button.header-nav__link::after,
button.footer-nav__link::before,
button.footer-nav__link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: currentColor;
  width: 10px;
  height: 2px;
  content: "";
}
button.header-nav__link::after,
button.footer-nav__link::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
button.header-nav__link[aria-expanded=true]::after,
button.footer-nav__link[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(90deg) scaleY(0);
}
@media print, screen and (min-width: 960px) {
  button.header-nav__link,
  button.footer-nav__link {
    pointer-events: none;
    text-align: center;
  }
  button.header-nav__link::before, button.header-nav__link::after,
  button.footer-nav__link::before,
  button.footer-nav__link::after {
    content: none;
  }
}

.header-nav__inner-link,
.footer-nav__inner-link {
  display: block;
  position: relative;
  border-bottom: 1px solid var(--color-gray-alpha);
  padding: 14px 30px 11px;
  line-height: 1.5;
}
@media print, screen and (min-width: 960px) {
  .header-nav__inner-link,
  .footer-nav__inner-link {
    display: inline;
    border: none;
    padding: 10px 0;
  }
}

.header-nav__inner > dd,
.footer-nav__inner > dd {
  opacity: 1;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  height: 0;
  overflow: hidden;
}
.header-nav__inner > dd[aria-hidden=true],
.footer-nav__inner > dd[aria-hidden=true] {
  opacity: 0;
}

@media print, screen and (min-width: 960px) {
  .header-nav__inner {
    display: grid;
    position: absolute;
    top: 70px;
    right: 0;
    grid-template-columns: 198px 1fr;
    transform: translateX(-200px);
    visibility: hidden;
    opacity: 0;
    background: var(--color-background);
    padding: 25px 0;
    width: var(--max-width);
    min-height: 120px;
    color: var(--color-white);
  }
  .header-nav__inner.is-active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
  .header-nav__inner > dt {
    display: grid;
    place-items: center;
    border-right: 1px solid var(--color-white);
    font-weight: bold;
    text-align: center;
  }
  .header-nav__inner > dd {
    display: grid;
    align-items: center;
    padding-left: 50px;
    height: auto !important;
    overflow: visible;
  }
}

@media print, screen and (min-width: 960px) {
  .header-nav__list {
    display: flex;
    align-items: center;
  }
  .header-nav__list.is-active::before {
    position: absolute;
    top: 70%;
    left: calc((100% - 960px) / 2);
    width: 960px;
    height: 50px;
    content: "";
  }
}

@media print, screen and (min-width: 960px) {
  .header-nav__inner-list {
    display: grid;
    grid-template-columns: repeat(3, -webkit-max-content);
    grid-template-columns: repeat(3, max-content);
    gap: 5px 54px;
    margin: -4px 0;
  }
  .header-nav__inner-list.-col4 {
    grid-template-columns: repeat(4, -webkit-max-content);
    grid-template-columns: repeat(4, max-content);
  }
  .header-nav__inner-list.-reverse-last > li:last-child {
    grid-area: 3/-2/4/-1;
  }
  .header-nav__inner-list > li:first-child {
    display: grid;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    place-items: center;
    width: 198px;
  }
}

.header-nav__inner-label {
  font-weight: 700;
}

.header-nav__inner-list a[target=_blank]:not(.-no-icon)::after,
.footer-small__list a[target=_blank]:not(.-no-icon)::after,
.footer-service a[target=_blank]:not(.-no-icon)::after,
.footer-nav__inner-list a[target=_blank]:not(.-no-icon)::after {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-1px);
  margin-left: 10px;
  background: url(/assets/images/common/icon-blank-thin-black.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 13px;
  content: "";
}
@media print, screen and (min-width: 960px) {
  .header-nav__inner-list a[target=_blank]:not(.-no-icon)::after,
  .footer-small__list a[target=_blank]:not(.-no-icon)::after,
  .footer-service a[target=_blank]:not(.-no-icon)::after,
  .footer-nav__inner-list a[target=_blank]:not(.-no-icon)::after {
    margin-left: 6px;
  }
}

a.header-nav__link[target=_blank]:not(.-no-icon)::after,
a.footer-nav__link[target=_blank]:not(.-no-icon)::after {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-1px);
  margin-left: 10px;
  background: url(/assets/images/common/icon-blank-thin-black.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  content: "";
}
@media print, screen and (min-width: 960px) {
  a.header-nav__link[target=_blank]:not(.-no-icon)::after,
  a.footer-nav__link[target=_blank]:not(.-no-icon)::after {
    margin-left: 6px;
  }
}
.-headerReverse:not(.-headerOpen) a.header-nav__link[target=_blank]:not(.-no-icon)::after,
.-headerReverse:not(.-headerOpen) a.footer-nav__link[target=_blank]:not(.-no-icon)::after {
  background-image: url(/assets/images/common/icon-blank-white.svg);
}

@media print, screen and (min-width: 960px) {
  .header-nav__inner-list a[target=_blank]::after {
    transform: translateY(-2px);
    background-image: url(/assets/images/common/icon-blank-white.svg);
  }
}

.footer {
  position: relative;
  margin-top: 50px;
  background: var(--color-footer);
  padding: 0 20px;
}
@media print, screen and (min-width: 960px) {
  .footer {
    margin-top: 74px;
  }
}

.footer-inner:not(.-pt0) {
  padding-top: 47px;
}
@media print, screen and (min-width: 960px) {
  .footer-inner:not(.-pt0) {
    padding: 68px 0 42px;
  }
}
@media print, screen and (min-width: 960px) {
  .footer-inner {
    position: relative;
    margin: 0 auto;
    max-width: 1020px;
  }
}
@media print, screen and (min-width: 960px) {
  .footer-inner.-en {
    padding: 70px 0;
  }
}

@media print, screen and (min-width: 960px) {
  .footer-contents {
    display: flex;
    justify-content: space-between;
  }
}

.footer-logo-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--color-gray-alpha);
  padding-bottom: 15px;
}
@media print, screen and (min-width: 960px) {
  .footer-logo-area {
    display: block;
    border: none;
  }
}

@media print, screen and (min-width: 960px) {
  .footer-logo img {
    width: 164px;
  }
}

.footer-sns {
  display: flex;
  margin-top: 30px;
  padding-bottom: 40px;
}
.footer-sns li {
  margin-right: 20px;
}
@media print, screen and (min-width: 960px) {
  .footer-sns {
    margin-top: 48px;
    padding-bottom: 0;
  }
}
.footer-sns.-pb0 {
  padding-bottom: 0;
}
.footer-sns li.-col {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.footer-sns li.-col .footer-nav__inner-list {
  margin-top: 0;
  line-height: 1;
}
.footer-sns li.-col .footer-nav__inner-list .footer-nav__inner-link {
  border-bottom: none;
  padding: 0;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 960px) {
  .footer-sns li.-col .footer-nav__inner-list .footer-nav__inner-link {
    padding: 0 0 10px;
  }
}
.footer-sns li.-col .footer-nav__inner-list .footer-nav__inner-link[target=_blank]:not(.-no-icon)::after {
  margin-left: 4px;
}
@media print, screen and (min-width: 960px) {
  .footer-sns li.-col .footer-nav__inner-list .footer-nav__inner-link[target=_blank]:not(.-no-icon)::after {
    margin-left: 10px;
  }
}

@media print, screen and (min-width: 960px) {
  .footer-nav__list {
    display: grid;
    grid-template-columns: repeat(3, -webkit-max-content);
    grid-template-columns: repeat(3, max-content);
    gap: 0 70px;
    margin-top: -5px;
  }
  .footer-nav__list > li {
    padding-bottom: 16px;
  }
  .footer-nav__list > li:nth-child(1) {
    grid-area: 1/1;
  }
  .footer-nav__list > li:nth-child(2) {
    grid-area: 2/1;
  }
  .footer-nav__list > li:nth-child(3) {
    grid-area: 3/1;
  }
  .footer-nav__list > li:nth-child(4) {
    grid-area: 4/1;
  }
  .footer-nav__list > li:nth-child(5) {
    grid-area: 1/2/5/3;
  }
  .footer-nav__list > li:nth-child(6) {
    grid-area: 1/3;
  }
}
@media print, screen and (min-width: 960px) {
  .footer-nav__list.-en {
    margin-right: 80px;
  }
  .footer-nav__list.-en > li:nth-child(1) {
    grid-area: 1/1/4/1;
  }
  .footer-nav__list.-en > li:nth-child(2) {
    grid-area: 1/2;
    padding-bottom: 0;
  }
  .footer-nav__list.-en > li:nth-child(3) {
    grid-area: 2/2/3/2;
  }
  .footer-nav__list.-en > li:nth-child(4) {
    grid-area: 3/2/4/2;
    transform: translateY(-16px);
  }
  .footer-nav__list.-en > li:nth-child(5) {
    grid-area: 1/3;
    padding-bottom: 0;
  }
  .footer-nav__list.-en > li:nth-child(6) {
    grid-area: 2/3;
    padding-bottom: 0;
  }
  .footer-nav__list.-en > li:nth-child(7) {
    grid-area: 3/3;
    transform: translateY(-16px);
  }
}

@media print, screen and (min-width: 960px) {
  .footer-nav__link {
    display: inline;
    padding: 0;
    font-weight: bold;
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 960px) {
  .footer-nav__inner > dd {
    height: auto !important;
  }
}

@media print, screen and (min-width: 960px) {
  .footer-nav__inner-list {
    margin-top: 18px;
  }
  .footer-nav__inner-list > li {
    margin-bottom: 4px;
  }
  .footer-nav__inner-list > li.-lh19 {
    line-height: 19px;
  }
}

@media print, screen and (min-width: 960px) {
  .footer-nav__inner-link {
    font-size: 0.75rem;
  }
}

@media print, screen and (min-width: 960px) {
  .footer-small {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-small__list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-gray-alpha);
  padding: 18px 0 20px;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 960px) {
  .footer-small__list {
    position: absolute;
    right: 45px;
    bottom: 10px;
    border: none;
    padding: 0;
    color: var(--color-white);
  }
  .footer-small__list a[target=_blank]::after {
    background-image: url(/assets/images/common/icon-blank-white.svg) !important;
  }
}
.footer-small__list li {
  display: flex;
  align-items: center;
  margin: 10px 0;
  line-height: 1;
}
.footer-small__list > li:not(:last-child)::after {
  display: inline-block;
  transform: rotate(-45deg);
  margin: 0 15px;
  background: currentColor;
  width: 12px;
  height: 1px;
  content: "";
}
@media print, screen and (min-width: 960px) {
  .footer-small__list > li:not(:last-child)::after {
    margin: 0 14px;
  }
}

.footer-service {
  padding: 30px 0 26px;
  font-size: 0.75rem;
}
.footer-service > li {
  line-height: 1.2;
}
.footer-service > li + li {
  margin-top: 13px;
}
@media print, screen and (min-width: 960px) {
  .footer-service {
    position: absolute;
    top: -180px;
    left: 0;
    padding: 0;
  }
  .footer-service > li {
    line-height: 1.5;
  }
  .footer-service > li + li {
    margin-top: 10px;
  }
}

.footer-bottom {
  margin: 0 -20px;
  background: var(--color-black);
}

.footer-bottom_inner {
  color: var(--color-white);
}
@media print, screen and (min-width: 960px) {
  .footer-bottom_inner {
    margin: 0 auto;
    padding: 0 45px;
  }
}

.footer-copy {
  padding: 11px 0;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .footer-copy {
    border: none;
    padding: 21px 0;
    text-align: left;
  }
}

.footer_pageTop {
  display: block;
  position: absolute;
  right: 21px;
  bottom: 65px;
  transform: rotate(-90deg);
  cursor: pointer;
  border: 1px solid var(--color-black);
  background: url(/assets/images/common/icon-arrow-black.svg) no-repeat 50% 50%;
  background-size: 8px auto;
  width: 42px;
  height: 42px;
}
@media print, screen and (min-width: 960px) {
  .footer_pageTop {
    top: 63px;
    right: 40px;
    bottom: unset;
  }
}

.m-mvUnder {
  position: relative;
  grid-column: 1/-1;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 11px 0 30px;
  height: 134px;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .m-mvUnder {
    height: 250px;
  }
}
.m-mvUnder::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../assets/images/common/mv-under.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 167px;
  height: 134px;
  content: "";
}
@media print, screen and (min-width: 960px) {
  .m-mvUnder::before {
    right: 9.6%;
    width: 311px;
    height: 249px;
  }
}
.m-mvUnder_container {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  gap: 0.625rem;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  height: 100%;
}
@media print, screen and (min-width: 960px) {
  .m-mvUnder_container {
    gap: 0.9375rem;
  }
}
.m-mvUnder_title {
  color: var(--color-black);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .m-mvUnder_title {
    font-size: 2.25rem;
  }
}
.m-mvUnder_shoulder {
  color: var(--color-gray);
  font-size: 0.75rem;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .m-mvUnder_shoulder {
    font-size: 1rem;
  }
}
.m-mvUnder_shoulder + .m-mvUnder_title {
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 960px) {
  .m-mvUnder_shoulder + .m-mvUnder_title {
    margin-bottom: 1.9375rem;
  }
}
@media print, screen and (min-width: 960px) {
  .m-mvUnder_shoulder a:hover {
    text-decoration: underline;
  }
}

.m-news_item {
  border-bottom: 1px solid var(--color-gray-alpha);
}

.m-news_link {
  display: block;
  padding: 22px 0 12px;
}
@media print, screen and (min-width: 960px) {
  .m-news_link {
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    padding: 22px 0 15px;
  }
}
@media print and (any-hover: hover), screen and (min-width: 960px) and (any-hover: hover) {
  .m-news_link:hover .m-news_body {
    color: var(--color-main);
    text-decoration: underline;
  }
  .m-news_link:hover .m-news_body .c-label-pdf {
    color: var(--color-black);
    text-decoration: none;
  }
}

.m-news_info {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .m-news_info {
    font-size: 0.875rem;
  }
}

.m-news_date {
  color: var(--color-gray);
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .m-news_date {
    min-width: 78px;
  }
}

.m-news_category {
  display: inline-block;
  margin-left: 10px;
  border-radius: 3px;
  background: var(--color-gray-light);
  padding: 4px 5px;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 960px) {
  .m-news_category {
    margin-left: 22px;
    min-width: 107px;
    text-align: center;
  }
}

.m-news_body {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 9px;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .m-news_body {
    margin: 0 0 0 16px;
    -webkit-line-clamp: 1;
    letter-spacing: 0.03em;
  }
}

.m-localNavWrap {
  margin-top: 1.875rem;
  overflow: hidden;
}

.m-localNav {
  display: flex;
  row-gap: 1.25rem;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -1px;
  width: calc(100% + 2px);
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 960px) {
  .m-localNav {
    flex-wrap: nowrap;
    font-size: 0.875rem;
  }
}

.m-localNav_item {
  position: relative;
  flex-grow: 1;
  padding-right: calc(0.5rem + 1px);
  padding-left: 0.5rem;
}
@media print, screen and (min-width: 960px) {
  .m-localNav_item {
    flex-basis: auto;
  }
}
.m-localNav_item::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: var(--color-border);
  width: 1px;
  height: 100%;
  min-height: 1.625rem;
  content: "";
}
.m-localNav_item.-current .m-localNav_link {
  color: var(--color-main);
}
.m-localNav_item.-col2 {
  flex-basis: 50%;
}
@media print, screen and (min-width: 960px) {
  .m-localNav_item.-col2 {
    flex-basis: auto;
  }
}

.m-localNav_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 1.625rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .m-localNav_link {
    flex-direction: row;
  }
  .m-localNav_link:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 960px) {
  .m-localNav_link .t-hiddenSp {
    display: inline;
  }
}

.m-subLocalNav {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  background-color: var(--color-footer);
  padding: 1.25rem;
  font-weight: bold;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 960px) {
  .m-subLocalNav {
    flex-direction: row;
    gap: 2.5rem;
    padding: 0.625rem 1.5rem;
    font-weight: normal;
  }
}
.m-localNavWrap + .m-subLocalNav {
  margin-top: 1.25rem;
}
.m-subLocalNav.-wide {
  padding: 2.25rem 1.875rem;
  font-weight: normal;
}
@media print, screen and (min-width: 960px) {
  .m-subLocalNav.-wide {
    padding: 1.875rem 2.5rem;
  }
}

.m-subLocalNav_item.-current .m-subLocalNav_link {
  color: var(--color-main);
}

.m-subLocalNav_link[target=_blank] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.m-subLocalNav_link[target=_blank][target=_blank]::after {
  display: block;
  flex-shrink: 0;
  background: url("/assets/images/common/icon-blank-thin-black.svg") no-repeat top left/contain;
  width: 0.8125rem;
  height: 0.8125rem;
  content: "";
}
@media print, screen and (min-width: 960px) {
  .m-subLocalNav_link:hover {
    text-decoration: underline;
  }
}

.m-detailedLocalNav {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 3.125rem;
}
@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.875rem 2.375rem;
    margin-top: 4.375rem;
  }
}

.m-detailedLocalNav_link {
  display: block;
  padding: 1.625rem 1.25rem;
  height: 100%;
}
@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav_link {
    padding: 2.25rem 1.75rem;
  }
  .m-detailedLocalNav_link:hover {
    color: var(--color-main);
  }
  .m-detailedLocalNav_link:hover .m-detailedLocalNav_description {
    text-decoration: underline;
  }
  .m-detailedLocalNav_link:hover .m-detailedLocalNav_description span {
    text-decoration: inherit;
  }
}
@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav_link.-en {
    padding: 2.25rem 20px;
  }
}
.m-detailedLocalNav_link .m-detailedLocalNav_title {
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--color-border);
  padding: 0 0 0.25rem;
  min-height: 0;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav_link .m-detailedLocalNav_title {
    font-size: 1.5rem;
  }
}

.m-detailedLocalNav_description {
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav_description {
    font-size: 1rem;
  }
}
.m-detailedLocalNav_description span {
  display: inline-block;
}

.m-detailedLocalNav_block {
  background-color: var(--color-footer);
}
@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav_block {
    flex-grow: 1;
    flex-basis: calc(33.3% - 2.375rem);
  }
}
.m-detailedLocalNav_block.-em {
  padding: 0.9375rem 1.25rem;
}
@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav_block.-em {
    padding: 1.5625rem 1.875rem;
  }
}
.m-detailedLocalNav_block.-em .m-detailedLocalNav_title {
  padding-right: 0;
  padding-left: 0;
  min-height: 3.125rem;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav_block.-em .m-detailedLocalNav_title {
    font-size: 1.5rem;
  }
}
.m-detailedLocalNav_block.-hasSub {
  padding: 0.9375rem 1.25rem 1.25rem;
}
@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav_block.-hasSub {
    flex-basis: calc(50% - 2.375rem);
    padding: 1.5625rem 1.875rem 2.25rem;
  }
}
.m-detailedLocalNav_block.-hasSub .m-detailedLocalNav_title {
  border-bottom: 1px solid var(--color-border);
  padding-right: 0;
  padding-left: 0;
  min-height: 3.125rem;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav_block.-hasSub .m-detailedLocalNav_title {
    font-size: 1.5rem;
  }
}
.m-detailedLocalNav_block.-simple {
  padding: 1.5625rem 1.25rem;
}
@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav_block.-simple {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    padding: 1.25rem 1.875rem;
    min-height: 4.375rem;
  }
}

.m-detailedLocalNav_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  min-height: 4.375rem;
  font-weight: 700;
  font-size: 1rem;
  font-family: var(--font-jp);
}
@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav_title {
    padding-right: 1.6875rem;
    padding-left: 1.6875rem;
    min-height: 5rem;
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .m-detailedLocalNav_title:hover {
    color: var(--color-main);
  }
}
.m-detailedLocalNav_title::after {
  display: block;
  background: url("/assets/images/common/icon-arrow-main.svg") no-repeat left top/100% 100%;
  width: 0.5rem;
  height: 0.875rem;
  content: "";
}
.m-detailedLocalNav_title[target=_blank]::after {
  background-image: url("/assets/images/common/icon-blank-thin-main.svg");
  width: 0.8125rem;
  height: 0.8125rem;
}
@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav_title[target=_blank]::after {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}

.m-detailedLocalNav_subList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav_subList {
    row-gap: 1rem;
  }
}
.m-detailedLocalNav_subList a {
  display: block;
  margin-left: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-indent: -1rem;
}
@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav_subList a {
    display: inline;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-indent: 0;
  }
}
@media (any-hover: hover) {
  .m-detailedLocalNav_subList a:hover {
    color: var(--color-main);
    text-decoration: underline;
  }
}
.m-detailedLocalNav_subList a::before {
  display: inline-block;
  flex-shrink: 0;
  margin-right: 0.5rem;
  background: url("/assets/images/common/icon-arrow-black.svg") no-repeat left top/100% 100%;
  width: 0.4375rem;
  height: 0.625rem;
  content: "";
}
.m-detailedLocalNav_subList a[target=_blank]::after {
  display: inline-block;
  flex-shrink: 0;
  margin-left: 0.5rem;
  background: url("/assets/images/common/icon-blank-thin-black.svg") no-repeat top left/contain;
  width: 0.8125rem;
  height: 0.8125rem;
  content: "";
}
.m-detailedLocalNav_subList.-simple {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav_subList.-simple {
    flex-direction: row;
    gap: 3.125rem;
  }
}
.m-detailedLocalNav_subList.-commonSimple {
  display: flex;
  column-gap: 3.125rem;
  flex-direction: row;
  flex-wrap: wrap;
}
.m-detailedLocalNav_title + .m-detailedLocalNav_subList {
  margin-top: 1.125rem;
}
@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav_title + .m-detailedLocalNav_subList {
    margin-top: 1.5rem;
  }
}

.m-pageCv {
  background-color: var(--color-footer);
  padding: 40px 15px;
}
.m-pageCv_title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  text-align: center;
}
.m-pageCv .c-button {
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .m-pageCv_container {
    display: flex;
    justify-content: center;
  }
}
@media print, screen and (min-width: 960px) {
  .m-pageCv_block {
    width: 50%;
    max-width: 307px;
  }
}
.m-pageCv_block:first-child {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .m-pageCv_block:first-child {
    margin-right: 70px;
    margin-bottom: 0;
  }
}
.m-pageCv_block h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}

.m-underOther {
  padding-top: 50px;
}
.m-underOther_title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 960px) {
  .m-underOther_title {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
.m-underOther_text {
  margin-bottom: 25px;
  font-size: 0.9375rem;
  line-height: 200%;
}
@media print, screen and (min-width: 960px) {
  .m-underOther_text {
    margin-bottom: 18px;
    font-size: 1rem;
    line-height: 180%;
  }
}
@media print, screen and (min-width: 960px) {
  .m-underOther_text.-en {
    width: 978px;
    max-width: calc(100vw - 30px);
  }
}
.m-underOther_text:nth-of-type(2) {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 960px) {
  .m-underOther_text:nth-of-type(2) {
    margin-bottom: 42px;
  }
}
.m-underOther .c-list {
  margin: 20px 0;
}
@media print, screen and (min-width: 960px) {
  .m-underOther .c-list {
    padding-left: 20px;
  }
}

.p-homeMv {
  position: relative;
  grid-column: 1/-1;
  margin-top: -60px;
}
@media print, screen and (min-width: 960px) {
  .p-homeMv {
    margin-top: -70px;
  }
}
.p-homeMv::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url(/assets/images/home/mv.svg) no-repeat 100% 100%;
  background-size: contain;
  padding-top: 210px;
  width: 302px;
  content: "";
}
@media print, screen and (min-width: 960px) {
  .p-homeMv::before {
    background: url(/assets/images/home/mv_pc.svg) no-repeat 0 100%;
    width: min(53.4375vw, 684px);
    height: 488px;
  }
}

.p-homeMv_slider {
  z-index: 1;
  background-position: 50% 50%;
  background-size: cover;
  height: 470px;
}
@media print, screen and (min-width: 960px) {
  .p-homeMv_slider {
    height: 550px;
  }
}
.p-homeMv_slider .splide__slide {
  height: 470px;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .p-homeMv_slider .splide__slide {
    height: 550px;
  }
}
.p-homeMv_slider .splide__slide img {
  transition: transform 15s ease;
  transition: transform 15s 2s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-homeMv_slider .splide__pagination {
  display: none;
}

.p-homeMv_inner {
  position: absolute;
  top: 0;
  left: 0;
  padding: 124px 10px 0 20px;
  color: var(--color-white);
}
@media print, screen and (min-width: 960px) {
  .p-homeMv_inner {
    left: 50%;
    transform: translateX(-50%);
    padding: 160px 20px 0;
    width: min(1000px, 100%);
  }
}

.p-homeMv_copy {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 960px) {
  .p-homeMv_copy {
    font-size: 3.25rem;
    letter-spacing: none;
    letter-spacing: normal;
  }
}
@media print, screen and (min-width: 960px) {
  .p-homeMv_copy.-en {
    font-size: 2.625rem;
    line-height: 120%;
  }
}

.p-homeMv_text {
  margin-top: 28px;
  max-width: 370px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.p-homeMv_text .-sp {
  display: inline-block;
}
@media print, screen and (min-width: 960px) {
  .p-homeMv_text {
    margin-top: 42px;
    max-width: 520px;
    font-size: 1rem;
    line-height: 2.2;
  }
  .p-homeMv_text .-pc {
    display: inline-block;
  }
}

.p-homeMv_list {
  margin-top: 17px;
}
@media print, screen and (min-width: 960px) {
  .p-homeMv_list {
    margin-top: 32px;
  }
}

.p-homeMv_listLink {
  font-weight: bold;
  font-size: 0.9375rem;
}
.p-homeMv_listLink::after {
  display: inline-block;
  margin-left: 7px;
  background: url(/assets/images/common/icon-arrow-white.svg) no-repeat 0 0;
  background-size: contain;
  width: 7px;
  height: 10px;
  content: "";
}
@media print, screen and (min-width: 960px) {
  .p-homeMv_listLink {
    font-size: 0.875rem;
    letter-spacing: 0.01em;
  }
}

.p-homeHeading.-lv2 {
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 960px) {
  .p-homeHeading.-lv2 {
    font-size: 3rem;
    letter-spacing: 0.01em;
  }
}
.p-homeHeading.-lv3 {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.448;
}
@media print, screen and (min-width: 960px) {
  .p-homeHeading.-lv3 {
    font-size: 1.5rem;
    letter-spacing: 0.01em;
  }
}
.p-homeHeading.-lv3.-en {
  font-weight: 600;
}

.p-homeLead {
  margin-top: 13px;
}
@media print, screen and (min-width: 960px) {
  .p-homeLead {
    margin-top: 5px;
  }
}

.p-homeText {
  margin-top: 15px;
}
@media print, screen and (min-width: 960px) {
  .p-homeText span {
    display: inline-block;
  }
}

.p-homeService {
  grid-column: 1/-1;
  margin-top: 20px;
  background: url(/assets/images/home/img-map.svg) no-repeat 50% 0;
  background-size: min(100%, 594px) auto;
  padding: 15px 20px 0;
}
@media print, screen and (min-width: 960px) {
  .p-homeService {
    background-position: calc(50vw - 617px) 0;
    padding-top: 62px;
  }
}

@media print, screen and (min-width: 960px) {
  .p-homeService_inner {
    display: grid;
    grid-template-columns: 6.8% 44.5% 1fr 4%;
    margin: 0 auto;
    max-width: 960px;
  }
}

@media print, screen and (min-width: 960px) {
  .p-homeService_base {
    grid-column: 2;
  }
}

.p-homeServiceButton {
  margin-top: 27px;
}
@media print, screen and (min-width: 960px) {
  .p-homeServiceButton {
    margin-top: 34px;
  }
}
.p-homeServiceButton > * + * {
  margin-top: 20px;
}
@media print, screen and (min-width: 960px) {
  .p-homeServiceButton > * + * {
    margin-top: 24px;
  }
}

.p-homeService_sub {
  margin-top: 38px;
}
@media print, screen and (min-width: 960px) {
  .p-homeService_sub {
    grid-column: 3;
    margin-top: 12px;
  }
}

.p-homeService_section {
  border-left: 3px solid var(--color-gray-light);
  padding: 0 90px 20px 14px;
}
@media print, screen and (min-width: 960px) {
  .p-homeService_section {
    padding-right: 40px;
    padding-bottom: 4px;
    padding-left: 21px;
  }
}
.p-homeService_section + .p-homeService_section {
  margin-top: 23px;
}
@media print, screen and (min-width: 960px) {
  .p-homeService_section + .p-homeService_section {
    margin-top: 44px;
  }
}
.p-homeService_section.-db {
  background: url(/assets/images/home/img-database.webp) no-repeat right 0 top 69px;
  background-size: 99px auto;
}
@media print, screen and (min-width: 960px) {
  .p-homeService_section.-db {
    background-position: right 0 top 34px;
    background-size: 138px auto;
  }
}
.p-homeService_section.-org {
  background: url(/assets/images/home/img-organization.svg) no-repeat 100% 56px;
  min-height: 204px;
}
@media print, screen and (min-width: 960px) {
  .p-homeService_section.-org {
    background-position: right 11px top 20px;
    background-size: 92px auto;
  }
}
.p-homeService_section .p-homeHeading.-lv3 {
  margin-left: -17px;
  border-left: 3px solid var(--color-main);
  padding: 4px 0 3px 14px;
}
@media print, screen and (min-width: 960px) {
  .p-homeService_section .p-homeHeading.-lv3 {
    margin-left: -23px;
    border-width: 2px;
    padding: 1px 0 5px 21px;
    font-size: 1.625rem;
  }
}

.p-homeService_data {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 19px;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .p-homeService_data {
    margin-top: 15px;
  }
}
.p-homeService_data + .p-homeService_data {
  margin-top: 10px;
}
@media print, screen and (min-width: 960px) {
  .p-homeService_data + .p-homeService_data {
    margin-top: 15px;
  }
}
.p-homeService_data > dt {
  margin-left: 3px;
  font-weight: 600;
  font-size: 1rem;
}
@media print, screen and (min-width: 960px) {
  .p-homeService_data > dt {
    font-size: 1.125rem;
  }
}
.p-homeService_data > dd {
  font-weight: 600;
  font-size: 2.125rem;
}
@media print, screen and (min-width: 960px) {
  .p-homeService_data > dd {
    font-size: 2.375rem;
  }
}

.p-homeServiceText {
  margin-top: 19px;
}
@media print, screen and (min-width: 960px) {
  .p-homeServiceText {
    margin-top: 15px;
  }
}

.p-homeAdviser {
  grid-column: 1/-1;
  margin-top: 50px;
}
@media print, screen and (min-width: 960px) {
  .p-homeAdviser {
    display: grid;
    grid-template-columns: 1fr min(100% - 25vw, 960px) 1fr;
  }
}

.p-homeAdviser_inner {
  grid-column: 2/-1;
  background: var(--color-gray-light);
  padding: 50px 20px 46px;
}
@media print, screen and (min-width: 960px) {
  .p-homeAdviser_inner {
    display: grid;
    grid-template-columns: min(38%, 410px) 1fr;
    align-items: flex-start;
    gap: 0 min(7.3%, 78px);
    padding: 60px 20px 108px 0;
  }
}

.p-homeAdviser_imgArea {
  margin: 0 -20px 60px;
  background: var(--color-white);
  padding-right: 20px;
}
@media print, screen and (min-width: 960px) {
  .p-homeAdviser_imgArea {
    margin: 0;
    padding: 0;
  }
}
.p-homeAdviser_imgArea > img {
  transform: translateY(26px);
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .p-homeAdviser_imgArea > img {
    transform: translate(-12.5vw, 40px);
    width: min(41.6vw, 532px);
    max-width: min(41.6vw, 532px);
  }
}
@media print, screen and (min-width: 1280px) {
  .p-homeAdviser_imgArea > img {
    transform: translate(-160px, 40px);
  }
}

@media print, screen and (min-width: 960px) {
  .p-homeAdviser_textArea {
    padding-top: 40px;
    max-width: 454px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-homeAdviser_textArea.-en {
    max-width: none;
  }
}

.p-homeAdviser_text {
  margin-top: 20px;
}
@media print, screen and (min-width: 960px) {
  .p-homeAdviser_text {
    margin-top: 12px;
  }
  .p-homeAdviser_text span {
    display: inline-block;
  }
}

.p-homeAdviser_button {
  margin-top: 20px;
}
@media print, screen and (min-width: 960px) {
  .p-homeAdviser_button {
    margin-top: 23px;
  }
}

.p-homeNews {
  margin-top: 44px;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .p-homeNews {
    margin: 56px auto 0;
    max-width: 830px;
  }
}

.p-homeNews_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-homeNews_text {
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
}
.p-homeNews_text::after {
  display: inline-block;
  margin-left: 7px;
  background: url(/assets/images/common/icon-arrow-black.svg) no-repeat 0 0;
  background-size: contain;
  width: 7px;
  height: 10px;
  content: "";
}
@media print, screen and (min-width: 960px) {
  .p-homeNews_text {
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
}
@media (any-hover: hover) {
  .p-homeNews_text {
    transition: color 0.3s ease-in-out;
  }
  .p-homeNews_text:hover {
    color: var(--color-main);
  }
  .p-homeNews_text:hover::after {
    background-image: url(/assets/images/common/icon-arrow-main.svg);
  }
}

.p-homeNews_list {
  margin-top: 8px;
  border-top: 1px solid var(--color-gray-alpha);
}
@media print, screen and (min-width: 960px) {
  .p-homeNews_list {
    margin-top: 10px;
  }
}

.p-homeNews_empty {
  margin-top: 1rem;
}

.p-homeAside {
  margin-top: 50px;
}
@media print, screen and (min-width: 960px) {
  .p-homeAside {
    display: grid;
    position: relative;
    grid-template-columns: inherit;
    grid-column: 1/-1;
    margin-top: 70px;
  }
  .p-homeAside::before {
    position: absolute;
    top: 120px;
    right: 0;
    bottom: -74px;
    left: 0;
    z-index: -1;
    background: var(--color-gray-light);
    content: "";
  }
}

@media print, screen and (min-width: 960px) {
  .p-homeAside_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: 2;
    gap: 0 7.3%;
  }
}

.p-homeAside_col {
  display: block;
}
.p-homeAside_col + .p-homeAside_col {
  margin-top: 30px;
}
@media print, screen and (min-width: 960px) {
  .p-homeAside_col + .p-homeAside_col {
    margin-top: 0;
  }
}
@media (any-hover: hover) {
  .p-homeAside_col {
    overflow: hidden;
  }
  .p-homeAside_col:hover {
    position: relative;
    z-index: 1;
  }
  .p-homeAside_col:hover .p-homeAside_body::before {
    background: rgba(0, 9, 30, 0.75);
  }
  .p-homeAside_col:hover .c-button::before {
    transform: scaleX(1);
    transform-origin: left top;
  }
}

.p-homeAside_body {
  position: relative;
  padding: 42px 15px 30px;
}
@media print, screen and (min-width: 960px) {
  .p-homeAside_body {
    padding: 54px 0 63px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-homeAside_body.-en {
    min-height: 243px;
  }
}
.p-homeAside_body > * {
  position: relative;
}
.p-homeAside_body .p-homeHeading {
  color: var(--color-white);
  text-align: center;
}
.p-homeAside_body::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.3s ease-in-out;
  background: rgba(0, 9, 30, 0.55);
  content: "";
}
.p-homeAside_body.-ir {
  background: url(/assets/images/home/img-ir.jpg.webp) no-repeat 50% 50%;
  background-size: cover;
}
.p-homeAside_body.-recruit {
  background: url(/assets/images/home/img-recruit.jpg.webp) no-repeat 50% 50%;
  background-size: cover;
}

.p-homeAside_text {
  margin-top: 7px;
  color: var(--color-white);
  letter-spacing: 0.03em;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .p-homeAside_text span {
    display: inline-block;
  }
}

.p-homeAside_button {
  max-width: 100%;
}

.p-newsList {
  margin: 0 auto;
  width: 100%;
  max-width: 830px;
}
.p-newsList .p-news_list {
  margin: 20px 0;
}

.p-newsSearch {
  transition: 0.3s;
  margin-top: 20px;
  background-color: var(--color-gray-light);
  padding: 0 20px;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .p-newsSearch {
    margin-top: 50px;
    padding: 0 34px;
  }
}
.p-newsSearch[aria-hidden=true] {
  height: 69px;
}
@media print, screen and (min-width: 960px) {
  .p-newsSearch[aria-hidden=true] {
    height: 88px;
  }
}
.p-newsSearch[aria-hidden=false] {
  height: auto;
}
.p-newsSearch_title {
  position: relative;
  cursor: pointer;
  padding: 25px 0 28px;
  color: var(--color-black);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .p-newsSearch_title {
    padding: 32px 0 36px;
    font-size: 1.25rem;
  }
}
.p-newsSearch_title::before, .p-newsSearch_title::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.75px);
  right: 10px;
  background-color: var(--color-black);
  width: 13px;
  height: 1.5px;
  content: "";
}
@media print, screen and (min-width: 960px) {
  .p-newsSearch_title::before, .p-newsSearch_title::after {
    top: calc(50% - 1px);
    width: 19px;
    height: 2px;
  }
}
.p-newsSearch_title::after {
  transform: rotate(90deg);
}
.p-newsSearch_title[aria-expanded=true]::after {
  transform: rotate(0);
}
.p-newsSearch_container {
  transition: 0.3s;
  border-top: 1px solid var(--color-border);
  padding: 25px 0 20px;
}
@media print, screen and (min-width: 960px) {
  .p-newsSearch_container {
    padding: 35px 36px 40px 0;
  }
}
.p-newsSearch_block {
  display: block;
}
@media print, screen and (min-width: 960px) {
  .p-newsSearch_block {
    display: flex;
  }
}
.p-newsSearch_block:not(:first-child) {
  margin-top: 22px;
}
@media print, screen and (min-width: 960px) {
  .p-newsSearch_block.-first dt, .p-newsSearch_block.-second dt {
    margin-bottom: 13px;
  }
}
.p-newsSearch_block.-first dd {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 45px;
  width: 100%;
  max-width: 260px;
}
@media print, screen and (min-width: 960px) {
  .p-newsSearch_block.-first dd {
    gap: 13px 58px;
  }
}
@media print, screen and (min-width: 576px) {
  .p-newsSearch_block.-first dd {
    width: 82.9%;
    max-width: 100%;
  }
}
.p-newsSearch_block.-second dd {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 10px;
}
@media print, screen and (min-width: 960px) {
  .p-newsSearch_block.-second dd {
    gap: 13px 45px;
  }
}
.p-newsSearch_block dt {
  vertical-align: middle;
  margin-bottom: 10px;
  width: 100%;
  color: var(--color-black);
  font-weight: 700;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 960px) {
  .p-newsSearch_block dt {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    width: 17.1%;
  }
}
.p-newsSearch_block dd {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .p-newsSearch_block dd {
    margin-bottom: 0;
    width: 82.9%;
  }
}
.p-newsSearch_block dd .c-radio {
  width: auto;
}
.p-newsSearch .c-button {
  margin: 20px auto 0;
}
@media print, screen and (min-width: 960px) {
  .p-newsSearch .c-button {
    margin: 40px auto 0;
  }
}

.p-news_list {
  margin: 28px 0 40px;
}
@media print, screen and (min-width: 960px) {
  .p-news_list {
    margin: 50px 0;
  }
}

.p-newsDetail {
  grid-column: 1/-1;
}

.p-newsDetail_mv {
  grid-column: 1/-1;
  margin-bottom: 51px;
  padding: 20px 0 14px;
  width: 100%;
}
.p-newsDetail_mv:not(.-date) {
  border-bottom: 1px solid var(--color-border);
}
@media print, screen and (min-width: 960px) {
  .p-newsDetail_mv {
    padding: 59px 0;
  }
}
.p-newsDetail_mv_info {
  display: flex;
  align-items: center;
}
.p-newsDetail_mv_info .m-news_category {
  margin-left: 0;
  font-size: 0.75rem;
}
.p-newsDetail_mv_info.-date {
  margin-right: 15px;
  padding: 0;
  color: var(--color-main);
  font-weight: 800;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 960px) {
  .p-newsDetail_mv_info.-date {
    font-size: 1rem;
  }
}
.p-newsDetail_mv_container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 960px;
}
@media print, screen and (min-width: 960px) {
  .p-newsDetail_mv_container {
    padding: 0;
  }
}
.p-newsDetail_mv_title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
}
@media print, screen and (min-width: 960px) {
  .p-newsDetail_mv_title {
    font-size: 1.75rem;
  }
}

.p-newsDetail_content {
  margin: 0 auto 94px;
  padding: 0 20px;
  max-width: 830px;
  font-size: 0.9375rem;
  line-height: 200%;
}
@media print, screen and (min-width: 960px) {
  .p-newsDetail_content {
    padding: 0;
    font-size: 1rem;
    line-height: 180%;
  }
}
.p-newsDetail_content p,
.p-newsDetail_content blockquote {
  margin-bottom: 50px;
}
.p-newsDetail_content ul,
.p-newsDetail_content ol {
  margin-bottom: 25px;
}
.p-newsDetail_content ul li,
.p-newsDetail_content ol li {
  position: relative;
  font-size: 1rem;
  line-height: 180%;
}
.p-newsDetail_content ul li {
  padding-left: 20px;
}
.p-newsDetail_content ul li::before {
  display: block;
  position: absolute;
  top: 11px;
  left: 3px;
  border-radius: 50%;
  background-color: var(--color-gray);
  width: 7px;
  height: 7px;
  content: "";
}
.p-newsDetail_content ol {
  padding-left: 20px;
}
.p-newsDetail_content ol li {
  list-style-type: decimal;
}
.p-newsDetail_content h2 {
  margin-bottom: 25px;
  border-bottom: 3px solid var(--color-black);
  padding-bottom: 12px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
}
@media print, screen and (min-width: 960px) {
  .p-newsDetail_content h2 {
    margin-bottom: 16px;
    padding-bottom: 10px;
    font-size: 1.5rem;
  }
}
.p-newsDetail_content h3 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 960px) {
  .p-newsDetail_content h3 {
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
}
.p-newsDetail_content a {
  color: var(--color-main);
  text-decoration: underline;
}
.p-newsDetail_content a:hover {
  text-decoration: none;
}
.p-newsDetail_content blockquote {
  border-left: 3px solid var(--color-border);
  background-color: var(--color-gray-light);
  padding: 20px 20px 20px 25px;
}
@media print, screen and (min-width: 960px) {
  .p-newsDetail_content blockquote {
    padding: 30px;
  }
}
.p-newsDetail_content blockquote p:last-child {
  margin-bottom: 0;
}
.p-newsDetail_content .fw--l {
  font-weight: 700;
}

.p-newsDetail_thumb {
  margin: 50px 0;
  text-align: center;
}
.p-newsDetail_thumb img {
  width: 100%;
  height: auto;
}

.wp-block-image {
  margin: 50px 0 40px;
  text-align: center;
}
.wp-block-image > figure.alignleft, .wp-block-image > figure.aligncenter, .wp-block-image > figure.alignright {
  display: inline-block;
  float: none;
  margin: 0;
  text-align: center;
}
.wp-block-image > figure.alignleft figcaption.wp-element-caption, .wp-block-image > figure.aligncenter figcaption.wp-element-caption, .wp-block-image > figure.alignright figcaption.wp-element-caption {
  display: block;
  margin-top: 15px;
  color: var(--color-gray);
  font-size: 0.75rem;
  line-height: 150%;
}
.wp-block-image figcaption.wp-element-caption {
  display: block;
  margin-top: 15px;
  color: var(--color-gray);
  font-size: 0.75rem;
  line-height: 150%;
}

.p-newsDetail_caution {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
  color: var(--color-gray);
  font-size: 0.75rem;
}

.p-newsDetail_nav {
  display: flex;
  position: relative;
  justify-content: center;
  margin: 94px auto 0;
  padding: 0 20px;
  max-width: 830px;
}
@media print, screen and (min-width: 960px) {
  .p-newsDetail_nav {
    padding: 0;
  }
}
.p-newsDetail_nav li.prev, .p-newsDetail_nav li.next {
  position: absolute;
  top: 0;
}
.p-newsDetail_nav li.prev {
  left: 20px;
}
@media print, screen and (min-width: 960px) {
  .p-newsDetail_nav li.prev {
    left: 0;
  }
}
.p-newsDetail_nav li.next {
  right: 20px;
}
@media print, screen and (min-width: 960px) {
  .p-newsDetail_nav li.next {
    right: 0;
  }
}
.p-newsDetail_nav li a {
  transition: 0.3s;
  font-weight: 700;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 960px) {
  .p-newsDetail_nav li a {
    font-size: 1rem;
  }
}
.p-newsDetail_nav li a:hover {
  color: var(--color-main);
}
.p-newsDetail_nav li a span {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .p-newsDetail_nav li a span {
    display: inline;
  }
}

body.ScrollFix > .l-contents {
  display: block;
  grid-template-columns: none;
}
body.ScrollFix main {
  display: block;
  grid-template-columns: none;
  grid-column: none;
}

.p-scrollFix_body {
  height: 500px;
}
.p-scrollFix_body.-bg-black {
  background-color: #000;
}

.p-irNoteWrapper {
  margin-top: 2.625rem;
}
@media print, screen and (min-width: 960px) {
  .p-irNoteWrapper {
    margin-top: 3.125rem;
  }
}

.p-irNoteWrapper_exmapleText {
  background-color: var(--color-footer);
  padding: 2.5rem 1.25rem;
  color: var(--color-gray);
  font-size: 0.875rem;
  text-align: center;
}

.m-detailedLocalNav_subList.-ir {
  grid-template-columns: 42% 58%;
}
@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav_subList.-ir {
    grid-template-columns: 31.5% 68.5%;
  }
}
@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav_subList.-stock {
    grid-template-columns: 37.5% 62.5%;
  }
}

@media print, screen and (min-width: 960px) {
  .m-detailedLocalNav.-irStock {
    gap: 1.875rem;
  }
}

.p-irCv {
  margin-top: 90px;
}

.p-modernSlaveryStatement .p-modernSlaveryStatement_block {
  margin-top: 50px;
}
.p-modernSlaveryStatement .p-modernSlaveryStatement_text {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}
.p-modernSlaveryStatement .c-paragraph_link {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}

@media print, screen and (min-width: 960px) {
  .p-companyAboutColumns {
    display: grid;
    grid-template-columns: 10rem 1fr;
    grid-template-areas: "heading content";
  }
}

.p-companyAboutColumns_heading {
  grid-area: heading;
}

.p-companyAboutColumns_content {
  grid-area: content;
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutColumns_content {
    margin-top: -1.5625rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutColumns_content.-nomargin {
    margin-top: 0rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutColumns_content.-addmargin {
    margin-top: 0.3125rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutColumns_content li:nth-child(4) .-number {
    margin-top: 0rem;
  }
}
.p-companyAboutColumns_content .c-strongDlWrap {
  display: block;
  gap: 1.25rem;
}
.p-companyAboutColumns_content .c-strongDlWrap .-borderNone {
  border: none;
}
.p-companyAboutColumns_content .c-strongDlWrap .-number {
  font-size: 1rem;
  line-height: 1.3;
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutColumns_content .c-strongDlWrap .-number {
    margin-top: -0.125rem;
  }
}
.p-companyAboutColumns_content .c-strongDlWrap .-numberEn {
  font-size: 1rem;
  line-height: 1.3;
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutColumns_content .c-strongDlWrap .-numberEn {
    margin-top: 0rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutColumns_content.-small {
    margin-top: -0.8125rem;
  }
}
.p-companyAboutColumns_content.-small .p-companyAboutLead:first-child {
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutColumns_content.-small .p-companyAboutLead:first-child {
    margin-top: 0.75rem;
  }
}

.p-companyAboutHeading {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutHeading {
    font-size: 1.75rem;
  }
}
.p-companyAboutHeading[lang] {
  color: #7f7f7f;
  font-weight: 800;
  font-size: 1rem;
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutHeading[lang] {
    font-size: 1.25rem;
  }
}
.p-companyAboutHeading .sp-none {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutHeading .sp-none {
    display: block;
  }
}

.p-companyAboutLead {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutLead {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.p-companyAboutLead.-large {
  margin-top: 1.25rem;
  font-size: 1.375rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutLead.-large {
    margin-top: -0.375rem;
    font-size: 1.5rem;
  }
}
.p-companyAboutLead.-largeMargin {
  margin-top: 1rem;
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutLead.-largeMargin {
    margin-top: 1.25rem;
  }
}
.p-companyAboutLead[lang] {
  margin-top: 0.9375rem;
  color: #000;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutLead[lang] {
    line-height: 2.2;
  }
}
.p-companyAboutLead strong {
  font-weight: inherit;
}

.p-companyAboutMessage_image {
  margin-top: 0.875rem;
}

.p-companyAboutMessage_text {
  margin-top: 1.375rem;
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutMessage_text {
    margin-top: 2.5rem;
    margin-bottom: 2.75rem;
  }
}
.p-companyAboutMessage_text p:not(:first-child) {
  margin-top: 2em;
}
.p-companyAboutMessage_text + p {
  margin-top: 1.25rem;
  text-align: right;
}

.p-companyLocalLinks {
  border: 2px solid var(--color-border);
  padding: 1.75rem 1.25rem 1.125rem;
}
@media print, screen and (min-width: 960px) {
  .p-companyLocalLinks {
    display: grid;
    grid-template-columns: 11.25rem 1fr;
    grid-template-areas: "heading content";
    gap: 3.75rem;
    padding: 1.25rem 0.625rem;
    height: 6.25rem;
  }
  .p-companyLocalLinks > .p-companyAboutColumns_heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-companyLocalLinks > .p-companyAboutColumns_content {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.p-companyLocalLinks_heading {
  grid-area: heading;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 0.9375rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 960px) {
  .p-companyLocalLinks_heading {
    position: relative;
    align-self: center;
    border-bottom: none;
    padding-bottom: 0;
    text-align: center;
  }
}
@media print, screen and (min-width: 960px) {
  .p-companyLocalLinks_heading::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: var(--color-border);
    width: 1px;
    height: 3.75rem;
    content: "";
  }
}

@media print, screen and (min-width: 960px) {
  .p-companyAboutMessage {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutMessage .p-companyAboutColumns_heading {
    flex-shrink: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutMessage .p-companyAboutColumns_content {
    max-width: 705px;
  }
}

.p-companyLocalLinks_list {
  grid-area: content;
  margin-top: 0.5rem;
}

@media print, screen and (min-width: 960px){
  .p-companyAboutColumns_heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-companyAboutColumns_content {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-companyLocalLinks_heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-companyLocalLinks > .p-companyLocalLinks_heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-companyLocalLinks_list {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-companyLocalLinks > .p-companyLocalLinks_list {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 960px) {
  .p-companyLocalLinks_list {
    align-self: center;
    margin-top: 0;
  }
}
.p-companyLocalLinks_list li.-current a {
  color: var(--color-gray);
}
.p-companyLocalLinks_list li.-current a::before {
  background-image: url(/assets/images/common/icon-arrow-gray.svg);
}
.p-companyLocalLinks_list a {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}

.p-officers {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.625rem, 1fr));
  gap: 1.75rem 1.5625rem;
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 960px) {
  .p-officers {
    grid-template-columns: repeat(4, 1fr);
    gap: 3.875rem 3.3125rem;
    margin-top: 2.1875rem;
  }
}
.p-officers + .p-officers {
  margin-top: 1.5625rem;
}
@media print, screen and (min-width: 960px) {
  .p-officers + .p-officers {
    margin-top: 2.5rem;
  }
}
.p-officers.-noImage {
  gap: 1.25rem 1.5625rem;
}
.p-officers.-tight {
  align-items: center;
  gap: 1.5rem 1.5625rem;
}
.p-officers.-tight .p-officer_name {
  position: relative;
  margin-left: 0;
  padding-left: 0.875rem;
  font-size: 0.875rem;
  text-indent: 0;
}
@media print, screen and (min-width: 960px) {
  .p-officers.-tight .p-officer_name {
    padding-left: 0.9375rem;
    font-size: 1rem;
  }
}
.p-officers.-tight .p-officer_name::before {
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
}
@media print, screen and (min-width: 960px) {
  .p-officers.-tight .p-officer_name::before {
    top: calc(50% - 5.5px);
  }
}
.c-headingLv3 + .p-officers {
  margin-top: 0.3125rem;
}
@media print, screen and (min-width: 960px) {
  .c-headingLv3 + .p-officers {
    margin-top: 1.3125rem;
  }
}
.c-headingLv3 + .p-officers.-tight {
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 960px) {
  .c-headingLv3 + .p-officers.-tight {
    margin-top: 1.5rem;
  }
}

.p-officer {
  display: block;
  text-align: left;
}
@media print, screen and (min-width: 960px) {
  .p-officer:hover .p-officer_name {
    color: var(--color-main);
    text-decoration: underline;
  }
}

.p-officer_card {
  display: flex;
  flex-direction: column;
}

.p-officer_image {
  position: relative;
  order: 1;
  margin-bottom: 0.6875rem;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .p-officer_image {
    margin-bottom: 1.125rem;
  }
}

.p-officer_name {
  order: 2;
  margin-left: 0.75rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  text-indent: -0.75rem;
}
@media print, screen and (min-width: 960px) {
  .p-officer_name {
    margin-left: 0.875rem;
    font-size: 1.125rem;
    text-indent: -0.875rem;
  }
}
.p-officer_name::before {
  display: inline-block;
  vertical-align: 0.0625rem;
  margin-right: 6px;
  background: url(/assets/images/common/icon-arrow-black.svg) no-repeat 0 0;
  background-size: contain;
  width: 6px;
  height: 8px;
  content: "";
}
@media print, screen and (min-width: 960px) {
  .p-officer_name::before {
    margin-right: 0.5rem;
    width: 7px;
    height: 11px;
  }
}

.p-officer_nameNonhover {
  order: 2;
  margin-left: 0.75rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  text-indent: -0.75rem;
}
@media print, screen and (min-width: 960px) {
  .p-officer_nameNonhover {
    margin-left: 0.875rem;
    font-size: 1.125rem;
    text-indent: -0.875rem;
  }
}

.p-officer_position {
  order: 3;
  margin-top: 0.3125rem;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 960px) {
  .p-officer_position {
    margin-left: 0.875rem;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-officer_position.-fzS {
    font-size: 0.8125rem;
  }
}

.p-officer_positionNonmargin {
  order: 3;
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 960px) {
  .p-officer_positionNonmargin {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-officer_positionNonmargin.-fzS {
    font-size: 0.8125rem;
  }
}

.p-companyBasePresskit {
  margin-top: 1.875rem;
  background-color: var(--color-footer);
  padding: 2.5rem 0.9375rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .p-companyBasePresskit {
    padding: 2.5rem;
  }
}

.p-companyBasePresskit_lead span {
  display: inline-block;
}

.p-companyBasePresskit_button {
  margin-top: 1.5625rem;
}
.p-companyBasePresskit_button .c-button {
  margin-right: auto;
  margin-left: auto;
}

.p-companyAboutValue {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutValue {
    grid-template-columns: 18.4375rem 19.625rem;
    gap: 2.375rem 3.6875rem;
    margin-top: 0.375rem;
  }
}
.p-companyAboutValue li {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutValue li {
    margin-bottom: 2.375rem;
  }
}
.p-companyAboutValue li:last-child {
  margin-bottom: 0;
}
.p-companyAboutValue dt {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.125rem;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutValue dt {
    font-size: 1.5rem;
  }
}
.p-companyAboutValue dt:first-child > span {
  display: block;
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutValue dt:first-child > span {
    display: inline;
  }
}
.p-companyAboutValue dt:first-child > span:nth-child(2) {
  margin-top: 0.375rem;
  font-size: 1.375rem;
  line-height: 1.3;
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutValue dt:first-child > span:nth-child(2) {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1;
  }
}
.p-companyAboutValue dt span:nth-child(1):not(.-font-jp) {
  display: inline-block;
  vertical-align: top;
  width: 3.125rem;
  font-weight: 700;
  font-size: 1rem;
}
.p-companyAboutValue dt span.-font-jp {
  font-family: var(--font-jp);
}
.p-companyAboutValue dt.-en {
  display: flex;
  align-items: flex-start;
}
.p-companyAboutValue dt.-en span {
  line-height: 150%;
}
.p-companyAboutValue dt.-en span:nth-child(1) {
  flex-shrink: 0;
  line-height: 125%;
}
.p-companyAboutValue dd {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  color: #000;
  font-weight: 700;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutValue dd {
    padding-left: 3.25rem;
  }
}
.p-companyAboutValue dd:first-of-type {
  margin-top: 0;
  padding-left: 0.0625rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutValue dd:first-of-type {
    margin-top: 0.375rem;
    padding-left: 3.25rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-companyAboutValue dd .pc-none {
    display: none;
  }
}
.p-companyAboutValue .-contentTxt {
  margin-top: 1rem !important;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0;
}

.p-officerModal {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .p-officerModal {
    display: flex;
    gap: 2.625rem;
  }
}

.p-officerModal_image {
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .p-officerModal_image {
    flex-shrink: 0;
    flex-basis: 208px;
  }
}
.p-officerModal_image img {
  width: 100%;
  max-width: 12.9375rem;
  height: auto;
}

@media print, screen and (min-width: 960px) {
  .p-officerModal_text {
    flex-grow: 1;
  }
}

.p-officerModal_name {
  margin-top: 1.4375rem;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .p-officerModal_name {
    margin-top: 0;
    font-size: 1.5rem;
    text-align: left;
  }
}

.p-officerModal_position {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .p-officerModal_position {
    margin-top: 0.125rem;
    text-align: left;
  }
}
.p-officerModal_position br {
  display: none;
}

.p-officerModal_description {
  margin-top: 0.9375rem;
  font-size: 0.9375rem;
  line-height: 2;
}
@media print, screen and (min-width: 960px) {
  .p-officerModal_description {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.8;
  }
}

[data-app=Company] .p-companyLocalLinks {
  margin-top: 3.75rem;
}
[data-app=Company] .c-section.-topLine {
  margin-top: 3.75rem;
  padding-top: 3.75rem;
}
@media print, screen and (min-width: 960px) {
  [data-app=Company] .c-section.-topLine {
    margin-top: 5.625rem;
    padding-top: 5.625rem;
  }
}
[data-app=Company] .c-section.-topLine.p-companyAboutColumns:not(.p-companyAboutMessage) {
  margin-top: 3.125rem;
}
@media print, screen and (min-width: 960px) {
  [data-app=Company] .c-section.-topLine.p-companyAboutColumns:not(.p-companyAboutMessage) {
    margin-top: 5.625rem;
  }
}

.p-serviceLead {
  grid-column: 1/-1;
  border-bottom: 1px solid rgba(127, 127, 127, 0.38);
  padding: 50px 20px 60px;
}
@media print, screen and (min-width: 960px) {
  .p-serviceLead {
    padding: 62px 20px 72px;
  }
}
.p-serviceLead_txt {
  font-size: 1rem;
  line-height: 180%;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .p-serviceLead_txt {
    font-size: 1.25rem;
  }
}
.p-serviceLead_txt strong {
  font-weight: 700;
}
.p-serviceLead_logo {
  margin: 35px 0 40px;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .p-serviceLead_logo {
    margin: 54px 0 52px;
  }
}
.p-serviceLead_logo img {
  width: 308px;
}
@media print, screen and (min-width: 960px) {
  .p-serviceLead_logo img {
    width: 100%;
    max-width: 470px;
  }
}
.p-serviceLead_btns {
  margin-top: 42px;
}
@media print, screen and (min-width: 960px) {
  .p-serviceLead_btns {
    display: flex;
    justify-content: center;
    margin-top: 56px;
  }
}
.p-serviceLead_btns .c-button {
  width: 100%;
}
.p-serviceLead_btn {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 300px;
}
@media print, screen and (min-width: 960px) {
  .p-serviceLead_btn {
    margin-right: unset;
    margin-left: unset;
  }
}
.p-serviceLead_btn:first-child {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .p-serviceLead_btn:first-child {
    margin-right: 57px;
    margin-bottom: 0;
  }
}
.p-serviceLead_btn figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 960px) {
  .p-serviceLead_btn figure {
    margin-bottom: 30px;
    height: 31px;
  }
}

.p-serviceContent {
  padding-top: 47px;
}
@media print, screen and (min-width: 960px) {
  .p-serviceContent {
    padding-top: 64px;
  }
}
.p-serviceContent_block:nth-of-type(2) {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .p-serviceContent_block:nth-of-type(2) {
    margin-bottom: 62px;
  }
}
.p-serviceContent_text {
  font-size: 0.9375rem;
  line-height: 180%;
}
@media print, screen and (min-width: 960px) {
  .p-serviceContent_text {
    font-size: 1rem;
  }
}
.p-serviceContent_text.-caution {
  margin-top: 10px;
  color: var(--color-gray);
  font-size: 0.75rem;
  line-height: 200%;
}
@media print, screen and (min-width: 960px) {
  .p-serviceContent_text.-caution {
    margin-top: 6px;
  }
}
.p-serviceContent_columns {
  margin: 30px 0 52px;
  border: 1px solid var(--color-border);
  padding: 40px 20px;
}
@media print, screen and (min-width: 960px) {
  .p-serviceContent_columns {
    display: flex;
    justify-content: space-between;
    margin: 34px 0 70px;
    padding: 40px;
  }
}
.p-serviceContent_columns li {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 290px;
}
@media print, screen and (min-width: 960px) {
  .p-serviceContent_columns li {
    width: 32%;
    max-width: 274px;
  }
}
.p-serviceContent_columns li:not(:last-child) {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 960px) {
  .p-serviceContent_columns li:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-serviceContent_columns li figure figcaption {
  margin-bottom: 20px;
}
.p-serviceContent_columns li figure figcaption span {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 170%;
}
.p-serviceContent_columns li figure figcaption strong {
  display: block;
  margin-top: 6px;
  font-weight: 700;
  font-size: 1.125rem;
}

.p-expertLead {
  grid-column: 1/-1;
  border-bottom: 1px solid var(--color-border);
  padding: 50px 0;
}
.p-expertLead_container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
}
@media print, screen and (min-width: 960px) {
  .p-expertLead_container {
    display: flex;
    justify-content: space-between;
  }
}
.p-expertLead_text {
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .p-expertLead_text {
    width: 50%;
    max-width: 438px;
    text-align: left;
  }
}
.p-expertLead_text h2 {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
}
@media print, screen and (min-width: 960px) {
  .p-expertLead_text h2 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 170%;
  }
}
.p-expertLead_text h2.-en {
  line-height: 150%;
}
.p-expertLead_text p {
  font-size: 0.9375rem;
  line-height: 200%;
}
@media print, screen and (min-width: 960px) {
  .p-expertLead_text p {
    font-size: 1rem;
    line-height: 180%;
  }
}
.p-expertLead_img {
  margin-top: 20px;
}
@media print, screen and (min-width: 960px) {
  .p-expertLead_img {
    margin-top: 0;
    width: 50%;
  }
}

.p-expertPlatform {
  padding-top: 61px;
}
@media print, screen and (min-width: 768px) {
  .p-expertPlatform_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.p-expertPlatform_global {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  background-image: url(images/expert/bg-platform.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 44px 0 42px;
  max-width: 335px;
}
@media print, screen and (min-width: 960px) {
  .p-expertPlatform_global {
    margin: 0;
    padding: 55px 0;
    max-width: 440px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-expertPlatform_global {
    width: 45.8%;
  }
}
@media print, screen and (min-width: 960px) {
  .p-expertPlatform_global.-en {
    padding: 30px 0;
  }
}
.p-expertPlatform_global .icon {
  margin-right: 16px;
  width: 93px;
  height: 91px;
}
@media print, screen and (min-width: 960px) {
  .p-expertPlatform_global .icon {
    width: 122px;
    height: 120px;
  }
}
.p-expertPlatform_global .txt {
  font-weight: 700;
  font-size: 0.95rem;
}
@media print, screen and (min-width: 960px) {
  .p-expertPlatform_global .txt {
    font-size: 1.25rem;
  }
}
.p-expertPlatform_global .txt span {
  display: block;
  color: var(--color-main);
  font-weight: 600;
  font-size: 1.25rem;
}
.p-expertPlatform_global .txt strong {
  color: var(--color-main);
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 120%;
}
@media print, screen and (min-width: 960px) {
  .p-expertPlatform_global .txt strong {
    font-size: 2.875rem;
  }
}
.p-expertPlatform_graph {
  margin: 0 auto;
  max-width: 335px;
}
@media print, screen and (min-width: 960px) {
  .p-expertPlatform_graph {
    margin: 0;
    max-width: 500px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-expertPlatform_graph {
    width: 52.1%;
  }
}

.p-expertContact {
  padding-top: 50px;
}
@media print, screen and (min-width: 960px) {
  .p-expertContact {
    padding-top: 52px;
  }
}
.p-expertContact_container {
  margin: 20px 0 50px;
}
@media print, screen and (min-width: 960px) {
  .p-expertContact_container {
    display: flex;
    justify-content: space-around;
    margin: 60px 0 70px;
  }
}
.p-expertContact_block {
  margin: 0 auto;
  border: 1px solid var(--color-border);
  padding: 30px 10px;
  width: 100%;
  max-width: 410px;
}
@media print, screen and (min-width: 960px) {
  .p-expertContact_block {
    margin: 0;
    padding: 42px 10px 35px;
    width: 49%;
  }
}
.p-expertContact_block.-en {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-expertContact_block.-en:first-child figure, .p-expertContact_block.-en:nth-child(2) figure {
  margin-top: 20px;
}
.p-expertContact_block h3 {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .p-expertContact_block h3 {
    font-size: 1.25rem;
  }
}
.p-expertContact_block p {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  font-size: 0.8125rem;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .p-expertContact_block p {
    font-size: 1rem;
  }
}
.p-expertContact_block figure {
  text-align: center;
}
.p-expertContact_block:first-child {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .p-expertContact_block:first-child {
    margin-bottom: 0;
  }
}
.p-expertContact_block:first-child figure {
  transform: translateX(-7%);
  margin-top: 25px;
}
@media print, screen and (min-width: 960px) {
  .p-expertContact_block:first-child figure {
    margin-top: 30px;
  }
}
.p-expertContact_block:first-child figure.-en {
  transform: translateX(-1.5%);
}
.p-expertContact_block:first-child figure img {
  max-width: 245px;
}
@media print, screen and (min-width: 960px) {
  .p-expertContact_block:first-child figure img {
    max-width: 100%;
  }
}
.p-expertContact_block:nth-child(2) figure {
  margin-top: 25px;
}
@media print, screen and (min-width: 960px) {
  .p-expertContact_block:nth-child(2) figure {
    margin-top: 66px;
  }
}
.p-expertContact_block:nth-child(2) figure img {
  max-width: 200px;
}
@media print, screen and (min-width: 960px) {
  .p-expertContact_block:nth-child(2) figure img {
    max-width: 100%;
  }
}

.p-contactGuide {
  padding: 27px 0 52px;
}
@media print, screen and (min-width: 960px) {
  .p-contactGuide {
    padding: 50px 0;
  }
}
.p-contactGuide_container {
  margin-top: 30px;
  background-color: var(--color-footer);
  padding: 36px 20px 42px;
}
@media print, screen and (min-width: 960px) {
  .p-contactGuide_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px 20px;
    padding: 36px 40px 38px;
  }
}
.p-contactGuide_container.-en {
  margin-top: 0;
}
.p-contactGuide_block {
  padding: 0;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .p-contactGuide_block {
    display: grid;
    grid-template-rows: auto 1fr -webkit-max-content;
    grid-template-rows: auto 1fr max-content;
    grid-template-columns: 1fr;
  }
}
.p-contactGuide_block:not(:last-child) {
  margin-bottom: 36px;
}
@media print, screen and (min-width: 960px) {
  .p-contactGuide_block:not(:last-child) {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .p-contactGuide_block.-en h3 {
    min-height: 54px;
  }
}
.p-contactGuide_block h3 {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 150%;
}
.p-contactGuide_block p {
  font-size: 0.9375rem;
  line-height: 180%;
}
@media print, screen and (min-width: 960px) {
  .p-contactGuide_block p {
    font-size: 1rem;
  }
}
.p-contactGuide_block .c-text_link.-reverse {
  display: inline-block;
  margin-top: 8px;
}
@media print, screen and (min-width: 960px) {
  .p-contactGuide_block .c-text_link.-reverse {
    margin-top: 20px;
  }
}

.p-contactForm_text {
  margin-bottom: 30px;
  font-size: 0.9375rem;
  line-height: 200%;
}
@media print, screen and (min-width: 960px) {
  .p-contactForm_text {
    width: 961px;
    font-size: 1rem;
    line-height: 180%;
  }
}
.p-contactForm_content {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
.p-contactForm_content .mktoForm {
  padding: 0;
}
.p-contactForm_content .mktoForm * {
  font-family: var(--font);
}
.p-contactForm_content .mktoForm .mktoFormRow {
  width: 100%;
}
.p-contactForm_content .mktoForm .mktoFormRow:not(:first-of-type) {
  margin-top: 15px;
}
.p-contactForm_content .mktoForm .mktoFormRow:first-of-type {
  display: flex;
  justify-content: space-between;
  float: none;
}
.p-contactForm_content .mktoForm .mktoFormRow:first-of-type .mktoFormCol {
  width: 48%;
}
.p-contactForm_content .mktoForm .mktoFormRow:first-of-type .mktoClear {
  display: none;
}
.p-contactForm_content .mktoForm .mktoFormRow .mktoFormCol,
.p-contactForm_content .mktoForm .mktoFormRow .mktoFieldWrap {
  width: 100%;
}
.p-contactForm_content .mktoForm .mktoFormRow .mktoFieldWrap label {
  margin-bottom: 5px;
}
.p-contactForm_content .mktoForm .mktoFormRow .mktoCheckboxList {
  display: flex;
  align-items: center;
}
.p-contactForm_content .mktoForm .mktoFormRow .mktoCheckboxList label {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 1rem;
}
.p-contactForm_content .mktoForm .mktoButtonRow {
  margin-top: 30px;
  width: 100%;
}
.p-contactForm_content .mktoForm .mktoButtonRow .mktoButtonWrap {
  display: block;
  width: 100%;
}
.p-contactForm_content .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  display: block;
  transition: 0.3s;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: var(--color-main);
  padding: 19px 10px 15px !important;
  width: 100% !important;
  color: var(--color-white);
  font-weight: bold !important;
  font-size: 0.875rem !important;
  line-height: 1.2 !important;
  font-family: var(--font) !important;
  text-align: center !important;
  text-shadow: none !important;
}
.p-contactForm_content .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.p-contactForm_content .mktoForm label#Lblirai {
  font-weight: 400 !important;
  line-height: 180%;
}
.p-contactForm_content .mktoForm label#Lblirai span {
  font-weight: 400;
  font-size: 0.875rem !important;
  text-decoration: none !important;
}
.p-contactForm_content .mktoForm label#Lblirai a {
  color: var(--color-main);
  text-decoration: underline;
}
.p-contactForm_content .mktoForm label#Lblirai a:hover {
  text-decoration: none;
}
.p-contactForm_content .mktoForm input:not([type=radio]):not([type=checkbox]),
.p-contactForm_content .mktoForm select:not([type=radio]):not([type=checkbox]) {
  border: 1px solid var(--color-border);
  background-color: var(--color-gray-light);
  padding: 0 10px;
  width: 100%;
  height: 40px;
  font-size: 1rem;
}
.p-contactForm_content .mktoForm textarea {
  border: 1px solid var(--color-border);
  background-color: var(--color-gray-light);
  padding: 0 10px;
  width: 100%;
  height: 250px !important;
  font-size: 1rem;
}

main[data-app=Contact] {
  margin-bottom: -50px;
  background-color: var(--color-footer);
}
@media print, screen and (min-width: 960px) {
  main[data-app=Contact] {
    margin-bottom: -74px;
  }
}
main[data-app=Contact] .c-bread {
  margin-top: 32px;
}
@media print, screen and (min-width: 960px) {
  main[data-app=Contact] .c-bread {
    margin-top: 0;
  }
}

.p-contact {
  grid-column: 1/-1;
  padding: 32px 0 0;
}
@media print, screen and (min-width: 960px) {
  .p-contact {
    padding: 60px 0;
  }
}
.p-contact_container {
  display: flex;
  flex-direction: column;
  gap: 36px 0;
  margin: 0 auto;
  background-color: var(--color-white);
  padding: 20px 20px 30px;
  width: 100%;
  max-width: 1200px;
}
@media print, screen and (min-width: 960px) {
  .p-contact_container {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: calc(54% - 10px) calc(46% - 10px);
    grid-auto-rows: 0;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 20px;
    padding: 55px 60px;
  }
}
.p-contact_text {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .p-contact_text {
    grid-row: 1;
    grid-column: 1;
  }
}
.p-contact_title {
  color: var(--color-black);
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .p-contact_title {
    font-size: 1.5625rem;
  }
}
.p-contact_desc {
  margin-top: 6px;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 960px) {
  .p-contact_desc {
    margin-top: 18px;
    font-size: 1rem;
  }
}
.p-contact_tel {
  margin-top: 12px;
  background-color: var(--color-footer);
  padding: 10px 15px 20px;
}
@media print, screen and (min-width: 960px) {
  .p-contact_tel {
    margin-top: 28px;
    padding: 30px 40px;
  }
}
.p-contact_tab_btn {
  display: block;
  position: relative;
  padding-bottom: 12px;
  width: 100%;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: left;
}
@media print, screen and (min-width: 960px) {
  .p-contact_tab_btn {
    padding-bottom: 0;
    pointer-events: none;
    font-size: 1.25rem;
  }
}
.p-contact_tab_btn.-active {
  color: var(--color-main);
}
.p-contact_tab_btn.-active::before, .p-contact_tab_btn.-active::after {
  background-color: var(--color-main);
}
.p-contact_tab_btn.-active::after {
  transform: rotate(0deg);
}
.p-contact_tab_btn::before, .p-contact_tab_btn::after {
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  background-color: var(--color-black);
  width: 16px;
  height: 2.2px;
  content: "";
}
@media print, screen and (min-width: 960px) {
  .p-contact_tab_btn::before, .p-contact_tab_btn::after {
    display: none;
  }
}
.p-contact_tab_btn::after {
  transform: rotate(90deg);
  transition: transform 0.3s ease-out;
}
.p-contact_tab_content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
  border-bottom: 1px solid var(--color-border);
}
@media print, screen and (min-width: 960px) {
  .p-contact_tab_content {
    display: block;
    padding-bottom: 20px;
  }
}
.p-contact_tab_content.-active {
  grid-template-rows: 1fr;
  padding-bottom: 20px;
}
.p-contact_tab_inner {
  overflow: hidden;
}
.p-contact_tab_list {
  margin-top: 2px;
}
@media print, screen and (min-width: 960px) {
  .p-contact_tab_list {
    margin-top: 8px;
  }
}
.p-contact_tab_list > li > span {
  position: relative;
  padding-left: 24px;
  color: var(--color-main);
  font-weight: 700;
  font-size: 1rem;
  line-height: 2;
}
.p-contact_tab_list > li > span::before {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(/assets/images/common/icon-check-main.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 14px;
  content: "";
}
.p-contact_tab_childList {
  margin-top: 2px;
  padding-left: 4px;
}
@media print, screen and (min-width: 960px) {
  .p-contact_tab_childList {
    padding-left: 28px;
  }
}
.p-contact_tab_childList > li {
  position: relative;
  padding-left: 13px;
  font-size: 0.75rem;
  line-height: 2;
}
@media print, screen and (min-width: 960px) {
  .p-contact_tab_childList > li {
    font-size: 1rem;
  }
}
.p-contact_tab_childList > li::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background-color: var(--color-gray);
  width: 7px;
  height: 7px;
  content: "";
}
@media print, screen and (min-width: 960px) {
  .p-contact_tab_childList > li::before {
    top: 13px;
  }
}
.p-contact_caution {
  color: var(--color-gray);
  font-size: 0.625rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 960px) {
  .p-contact_caution {
    font-size: 0.75rem;
  }
}
.p-contact_caution.-disc {
  position: relative;
  padding-left: 16px;
}
.p-contact_caution.-disc::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  border-radius: 50%;
  background-color: var(--color-gray);
  width: 3px;
  height: 3px;
  content: "";
}
.p-contact_caution a {
  text-decoration: underline;
}
.p-contact_caution a:hover {
  text-decoration: none;
}
.p-contact_tab_caution {
  margin-top: 2px;
}
@media print, screen and (min-width: 960px) {
  .p-contact_tab_caution {
    margin-top: 8px;
  }
}
.p-contact_telBlock {
  margin-top: 12px;
}
@media print, screen and (min-width: 960px) {
  .p-contact_telBlock {
    margin-top: 20px;
  }
}
.p-contact_telBlock_desc {
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 960px) {
  .p-contact_telBlock_desc {
    font-size: 1rem;
  }
}
.p-contact_telBlock_link {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media print, screen and (min-width: 960px) {
  .p-contact_telBlock_link {
    gap: 0 8px;
  }
}
.p-contact_telBlock_link a {
  color: var(--color-main);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2;
  font-family: "Roboto", sans-serif;
}
@media print, screen and (min-width: 960px) {
  .p-contact_telBlock_link a {
    font-size: 1.6875rem;
  }
}
.p-contact_telBlock_link a::before {
  display: inline-block;
  margin-right: 6px;
  background-image: url(/assets/images/contact/icon-tel.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 13px;
  height: 19px;
  content: "";
}
.p-contact_telBlock_link span {
  font-size: 0.75rem;
}
@media print, screen and (min-width: 960px) {
  .p-contact_telBlock_link span {
    font-size: 0.875rem;
  }
}
.p-contact_telBlock_cautions {
  display: flex;
  flex-direction: column;
  gap: 7px 0;
}
.p-contact_privacy {
  margin-top: 28px;
  border: 2px solid var(--color-border);
  border-radius: 3px;
  padding: 25px 20px 30px;
}
@media print, screen and (min-width: 960px) {
  .p-contact_privacy {
    grid-row: 2;
    grid-column: 1;
    align-self: flex-start;
    padding: 25px 35px 30px;
  }
}
.p-contact_privacy_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px 0;
  color: #003199;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .p-contact_privacy_title {
    flex-direction: row;
    gap: 0 32px;
    font-size: 1.0625rem;
  }
}
.p-contact_privacy_desc {
  margin-top: 16px;
  padding: 0 10px;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media print, screen and (min-width: 960px) {
  .p-contact_privacy_desc {
    padding: 0;
  }
}
.p-contact_form {
  flex-shrink: 0;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .p-contact_form {
    grid-row: 1/span 3; /* 1〜3行目をまたぐ */
    grid-column: 2;
    margin-left: auto;
    max-width: 460px;
  }
}
.p-contact_form .mktoForm select:not([type=radio]):not([type=checkbox]),
.p-contact_form .mktoForm input:not([type=radio]):not([type=checkbox]),
.p-contact_form .mktoForm select:not([type=radio]):not([type=checkbox]),
.p-contact_form .mktoForm textarea {
  border-radius: 6px;
  background-color: var(--color-white);
}
.p-contact_form .mktoForm .mktoFormRow:first-of-type .mktoFormCol {
  width: 100%;
}

.p-complianceContent {
  padding-top: 50px;
}
.p-complianceContent_block:not(:last-child) {
  margin-bottom: 62px;
}
.p-complianceContent_block h3 {
  margin: 30px 0 10px;
  font-weight: 700;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 960px) {
  .p-complianceContent_block h3 {
    margin: 23px 0 15px;
    font-size: 1.25rem;
  }
}
.p-complianceContent_block p {
  margin-bottom: 20px;
  font-size: 0.9375rem;
  line-height: 180%;
}
@media print, screen and (min-width: 960px) {
  .p-complianceContent_block p {
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 180%;
  }
}
.p-complianceContent_block ul {
  margin-bottom: 30px;
}
.p-complianceContent_block ul li:not(:last-child) {
  margin-bottom: 20px;
}

.p-publicnoticeContent {
  padding-top: 50px;
}
.p-publicnoticeContent_text {
  font-size: 0.9375rem;
  line-height: 200%;
}
@media print, screen and (min-width: 960px) {
  .p-publicnoticeContent_text {
    font-size: 1rem;
    line-height: 180%;
  }
}
.p-publicnoticeContent .m-newsList {
  margin-top: 50px;
}
@media print, screen and (min-width: 960px) {
  .p-publicnoticeContent .m-newsList {
    margin-top: 70px;
  }
}
.p-publicnoticeContent .c-blockNopost {
  margin-top: 50px;
}
@media print, screen and (min-width: 960px) {
  .p-publicnoticeContent .c-blockNopost {
    margin-top: 42px;
  }
}
.p-publicnoticeContent .c-blockNopost::before {
  display: none;
}

.p-presskitContent {
  padding-top: 30px;
}
@media print, screen and (min-width: 960px) {
  .p-presskitContent {
    padding-top: 50px;
  }
}
.p-presskitContent_desc {
  font-size: 0.9375rem;
  line-height: 200%;
}
@media print, screen and (min-width: 960px) {
  .p-presskitContent_desc {
    font-size: 1rem;
    line-height: 180%;
  }
}
.p-presskitContent_desc a {
  text-decoration: underline;
}
.p-presskitContent_desc a:hover {
  text-decoration: none;
}
.p-presskitContent_resources {
  margin-top: 50px;
}
@media print, screen and (min-width: 960px) {
  .p-presskitContent_resources {
    display: flex;
    margin-top: 44px;
  }
}
.p-presskitContent_resources li {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .p-presskitContent_resources li {
    width: 33%;
    max-width: 300px;
  }
}
.p-presskitContent_resources li img {
  width: 100%;
}
.p-presskitContent_resources li:first-child {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 960px) {
  .p-presskitContent_resources li:first-child {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.p-presskitContent_resources li h2 {
  margin: 20px 0 14px;
  font-weight: 700;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 960px) {
  .p-presskitContent_resources li h2.-en {
    min-height: 68px;
  }
}

.p-recruitHeader {
  text-align: center;
}

.p-recruitHeader_logo {
  margin-right: auto;
  margin-left: auto;
  width: 91.94%;
}
@media print, screen and (min-width: 960px) {
  .p-recruitHeader_logo {
    width: 100%;
    max-width: 29.375rem;
  }
}

.p-recruitHeader_lead {
  margin-top: 1.375rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 960px) {
  .p-recruitSection {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 39.375rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-recruitSection:not(:first-child) {
    margin-top: 4.375rem;
  }
}
.p-recruitSection + .p-recruitSection {
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 960px) {
  .p-recruitSection + .p-recruitSection {
    margin-top: 3.125rem;
  }
}

.p-recruitNavEn {
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 960px) {
  .p-recruitNavEn {
    margin-top: 1.625rem;
  }
}

.p-visasq2019recruit {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  grid-column: 1/4;
  background: url("/visasq2019/img/_common/bg_line.png") center top;
  overflow: hidden;
}
.p-visasq2019recruit img {
  max-width: none;
}

.t-br {
  display: block;
}

.t-ib {
  display: inline-block;
}

.t-hidden {
  display: none;
}

.t-hiddenSp {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .t-hiddenSp {
    display: block;
  }
}

@media print, screen and (min-width: 960px) {
  .t-hiddenPc {
    display: none;
  }
}

.t-taL {
  text-align: left !important;
}

.t-taR {
  text-align: right !important;
}

.t-taC {
  text-align: center !important;
}

@media print, screen and (min-width: 960px) {
  .t-taL-pc {
    text-align: left !important;
  }
  .t-taR-pc {
    text-align: right !important;
  }
  .t-taC-pc {
    text-align: center !important;
  }
}
.t-bold {
  font-weight: 600 !important;
}

.t-italic {
  font-style: italic !important;
}

.t-ttU {
  text-transform: uppercase !important;
}

.t-ttL {
  text-transform: lowercase !important;
}

.t-caution-color {
  color: var(--caution-color);
}

.t-mt0 {
  margin-top: 0 !important;
}

.t-visuallyHidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  position: absolute;
  clip-path: inset(50%);
  margin: -1px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.t-colorMainUnderline {
  color: var(--color-main);
  text-decoration: underline;
}
@media print, screen and (min-width: 960px) {
  .t-colorMainUnderline:hover {
    text-decoration: none;
  }
}