@charset "UTF-8";
/* ************************************ サポート共通
*/
html.p-support {
  scroll-behavior: smooth;
}
@media screen and (max-width: 639px) {
  html.p-support {
    font-size: 4.1025vw;
  }
}
html.p-support body {
  color: #3c3c3c;
  font-family:
    "Inter", "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", "Noto Sans Thai",
    "Noto Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
html.p-support body img {
  max-width: 100%;
  vertical-align: bottom;
}
html.p-support body .c-logo {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 261px;
}
@media screen and (max-width: 639px) {
  html.p-support body .c-logo {
    width: 44.93vw;
  }
}
html.p-support body .c-logo image {
  width: 261px;
  height: 64.75px;
}
@media screen and (max-width: 639px) {
  html.p-support body .c-logo image {
    width: 261px;
    width: 46.14px;
  }
}
html.p-support body .c-logo h1 {
  font-size: 1rem;
  margin: 0;
}
html.p-support body .c-header__site {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  html.p-support body .c-header__site {
    font-size: 0.8125rem;
  }
}
html.p-support body .c-header__nav {
  font-size: 0.875rem;
  padding: 0 20px;
  text-align: center;
  width: calc(100% - 40px);
}
@media screen and (max-width: 639px) {
  html.p-support body .c-header__nav {
    text-align: left;
  }
}
html.p-support body .c-header__nav .nav__items {
  border-left: dotted 1px #b4b4b4;
  display: flex;
  list-style-type: none;
  margin: auto;
  max-width: 783px;
  min-height: 44px;
  padding-left: 0;
}
@media screen and (max-width: 639px) {
  html.p-support body .c-header__nav .nav__items {
    gap: 1rem 2rem;
    padding-left: 0.5rem;
  }
}
html.p-support body .c-header__nav .nav__item {
  align-items: center;
  border-right: dotted 1px #b4b4b4;
  display: flex;
  flex-basis: calc(33.333% - 1px - 1rem);
  justify-content: center;
  padding: 0 0.5rem;
}
html.p-support body .c-header__nav .nav__item a {
  color: #3c3c3c;
  padding-bottom: 1rem;
  position: relative;
  text-decoration: none;
}
html.p-support body .c-header__nav .nav__item a::before {
  background: url("../images/common/chevron.svg") no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 6px;
  left: calc(50% - 4.5px);
  position: absolute;
  transition-duration: 0.3s;
  transition-property: bottom;
  width: 9px;
}
html.p-support body .c-header__nav .nav__item a:hover::before {
  bottom: -5px;
}
html.p-support body h2 {
  border-top: solid 4px #e6e6e6;
  font-size: 27px;
  font-weight: 500;
  margin: 0;
  position: relative;
}
html.p-support body h2 > span {
  border-top: solid 4px #e60012;
  display: inline-block;
  margin-top: -4px;
  padding: 2.2rem 0 1.75rem 0;
}
@media screen and (max-width: 639px) {
  html.p-support body h2 {
    border-width: 2px;
    font-size: 1.15625rem;
  }
}
html.p-support header {
  background-color: #e60012;
  padding-bottom: 72.85px;
  padding-top: 75px;
  text-align: center;
}
@media screen and (max-width: 639px) {
  html.p-support header {
    padding-bottom: 2.7rem;
    padding-top: 4rem;
  }
}
html.p-support header .c-logo {
  margin: 1.25rem auto auto;
}
@media screen and (max-width: 639px) {
  html.p-support header .c-logo {
    margin: auto;
  }
}
html.p-support header .c-header__site {
  margin-top: 35px;
}
@media screen and (max-width: 639px) {
  html.p-support header .c-header__site {
    margin-top: 1.25rem;
  }
}
html.p-support footer {
  border-top: solid 1px #e6e6e6;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 639px) {
  html.p-support footer {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
html.p-support .p-support__notice {
  color: #767676;
  font-size: 0.75rem;
  margin: auto;
  max-width: 940px;
  padding: 0 20px;
}
@media screen and (max-width: 639px) {
  html.p-support .p-support__notice {
    padding: 0 1.5rem;
  }
}
html.p-support .p-support__notice p {
  margin: 0;
}
@media screen and (max-width: 639px) {
  html.p-support .p-support__notice .c-button__text--arrow {
    margin-top: 0.75rem;
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  html.p-support .is--pcOnly {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  html.p-support .is--spOnly {
    display: none;
  }
}
/* ************************************ リージョンセレクタ
*/
@media screen and (max-width: 639px) {
  body.p-region .p-region__nav {
    display: none;
  }
}
body.p-region .c-header__nav {
  margin-top: 3.5rem;
}
@media screen and (max-width: 639px) {
  body.p-region .c-header__nav {
    margin-top: 2rem;
  }
}
body.p-region .p-region__article {
  margin: auto;
  max-width: 940px;
  padding: 2.2rem 20px 0 20px;
}
@media screen and (max-width: 639px) {
  body.p-region .p-region__article {
    padding: 2rem 1.5rem 3rem 1.5rem;
  }
}
body.p-region .p-region__section {
  padding-bottom: 4.75rem;
}
body.p-region .p-region__section + .p-region__section {
  padding-top: 1.5rem;
}
@media screen and (max-width: 639px) {
  body.p-region .p-region__section {
    padding-bottom: 0;
  }
  body.p-region .p-region__section:last-child {
    border-bottom: solid 2px #e6e6e6;
  }
  body.p-region .p-region__section + .p-region__section {
    padding-top: 0;
  }
  body.p-region .p-region__section h2 {
    cursor: pointer;
    position: relative;
    transition-duration: 0.3s;
    transition-property: border-color;
  }
  body.p-region .p-region__section h2::after {
    background-color: #e60012;
    content: "";
    height: 2vw;
    -webkit-mask-image: url("../images/common/chevron.svg");
    mask-image: url("../images/common/chevron.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 2vw;
    top: 10vw;
    transform: rotate(1deg);
    transition-duration: 0.3s;
    transition-property: transform, background-color;
    width: 3vw;
  }
  body.p-region .p-region__section h2 span {
    border: none;
    margin-top: 0;
  }
}
@media screen and (max-width: 639px) {
  body.p-region .p-region__section.is-open h2 {
    border-color: #e60012;
    border-width: 4px;
  }
  body.p-region .p-region__section.is-open h2::after {
    background-color: #b4b4b4;
    top: calc(10vw - 2px);
    transform: rotate(179deg);
  }
  body.p-region .p-region__section.is-open h2 span {
    margin-top: -2px;
  }
  body.p-region .p-region__section.is-open .p-region__list {
    border-color: #e6e6e6;
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
  }
  body.p-region .p-region__section.is-open .p-other-region__list {
    border-color: #e6e6e6;
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
  }
}
body.p-region .p-region__list {
  border-top: solid 1px #e6e6e6;
  padding-top: 3rem;
}
body.p-region .p-other-region__list {
  border-top: solid 1px #e6e6e6;
  padding-top: 3rem;
}
body.p-region .p-other-region-left__list {
  padding-top: 1rem;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-right: 20px;
  margin-left: 10px;
  background-color: #f8f7f6;
  text-align: center;
  width: 405px;
  height: 220px;
}
body.p-region .p-other-region-right__list {
  padding-top: 1rem;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-right: 20px;
  background-color: #f8f7f6;
  text-align: center;
  width: 405px;
  height: 220px;
}
@media screen and (max-width: 639px) {
  body.p-region .p-region__list {
    border-color: #ffffff;
    padding-top: 0;
    transition-duration: 0.5s;
    transition-property: border-color, height, padding-bottom, padding-top;
  }
  body.p-region .p-other-region__list {
    padding-top: 30px;
    transition-duration: 0.5s;
    transition-property: border-color, height, padding-bottom, padding-top;
  }
  body.p-region .p-other-region-left__list {
    border-color: #ffffff;
    padding-top: 10px;
    margin-left: initial;
    margin-bottom: 10px;
    transition-duration: 0.5s;
    transition-property: border-color, height, padding-bottom, padding-top;
    width: 300px;
    height: 130px;
    font-size: 14px;
  }
  body.p-region .p-other-region-right__list {
    border-color: #ffffff;
    padding-top: 20px;
    margin-top: 10px;
    transition-duration: 0.5s;
    transition-property: border-color, height, padding-bottom, padding-top;
    width: 300px;
    height: 240px;
    font-size: 14px;
  }
}
body.p-region .p-region__list .list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1rem 1rem;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
body.p-region .p-other-region__list .list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1rem 1rem;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
body.p-region .p-other-region-left__list .list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1rem 1rem;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
body.p-region .p-other-region-right__list .list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1rem 1rem;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
body.p-region .p-other-region-left__list .list-annotation__items {
  text-align: left;
  font-size: 10px;
}
body.p-region .p-other-region-right__list .list-annotation__items {
  text-align: left;
  font-size: 10px;
}
body.p-region .p-other-region-right__list .list-more-style-one-detail__items {
  float: left;
  height: 20px;
}
body.p-region .p-other-region-right__list .list-more-style-two-detail__items {
  float: left;
  height: 20px;
}
body.p-region .p-other-region-left__list .list__items .list-detail {
  height: 72.6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.p-region .p-other-region-right__list .list__items .list-detail {
  height: 72.6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.p-region .p-other-region-left__list .list__items .list-detail-contact {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 10px;
  background-color: #ffffff;
  color: #767676;
  width: 465px;
  font-size: 13px;
}
body.p-region .p-other-region-right__list .list__items .list-detail-contact {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  background-color: #ffffff;
  color: #767676;
  width: 465px;
  font-size: 13px;
}
body.p-region .p-other-region-left__list .list__items li {
  width: 465px;
}
body.p-region .p-other-region-right__list .list__items li {
  width: 465px;
}
@media screen and (max-width: 639px) {
  body.p-region .p-region__list .list__items {
    gap: 1.5rem 1rem;
  }
  body.p-region .p-other-region__list .list__items {
    gap: 1.5rem 1rem;
  }
  body.p-region .p-other-region-left__list .list__items {
    gap: 1.5rem 1rem;
  }
  body.p-region .p-other-region-right__list .list__items {
    gap: 1.5rem 1rem;
  }
  body.p-region .p-other-region-left__list .list-annotation__items {
    text-align: left;
    font-size: 7.9px;
  }
  body.p-region .p-other-region-right__list .list-annotation__items {
    text-align: left;
    font-size: 10px;
  }
  body.p-region .p-other-region-left__list .list__items .list-detail {
    height: 72.6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.p-region .p-other-region-right__list .list__items .list-detail {
    height: 72.6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.p-region .p-other-region-left__list .list__items .list-detail-contact {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
    color: #767676;
    width: 465px;
  }
  body.p-region .p-other-region-right__list .list__items .list-detail-contact {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    background-color: #ffffff;
    color: #767676;
    width: 465px;
  }
  body.p-region .p-other-region-left__list .list__items li {
    width: 465px;
  }
  body.p-region .p-other-region-right__list .list__items li {
    width: 465px;
  }
  body.p-region .p-other-region-right__list .list-more-style-one-detail__items {
    float: left;
    height: 20px;
  }
  body.p-region .p-other-region-right__list .list-more-style-two-detail__items {
    float: left;
    height: 30px;
  }
}
body.p-region .p-region__list .list__item {
  flex-basis: calc((100% - 2rem) / 3);
}
@media screen and (max-width: 639px) {
  body.p-region .p-region__list .list__item {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
body.p-region .p-region__list .list__item a {
  display: inline-block;
  text-decoration: none;
}
body.p-region .p-region__list .list__item a:hover .item__country {
  color: #e60012;
}
body.p-region .p-region__list .list__item a:hover .item__language {
  color: #e60012;
}
body.p-region .p-region__list .list__item .item__set {
  margin: 0;
}
body.p-region .p-region__list .list__item .item__country {
  color: #3c3c3c;
  font-weight: 600;
  font-size: 18px;
  word-break: break-word;
}
@media screen and (max-width: 639px) {
  body.p-region .p-region__list .list__item .item__country {
    font-size: 0.875rem;
  }
}
body.p-region .p-region__list .list__item .item__language {
  color: #767676;
  font-size: 14px;
  margin-left: 0;
  margin-top: 0.25em;
  word-break: break-word;
}
@media screen and (max-width: 639px) {
  body.p-region .p-region__list .list__item .item__language {
    font-size: 0.8175rem;
  }
}
/* ************************************ 一画面
*/
/* stylelint-disable no-duplicate-selectors */
body.is--1screen {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}
body > article.is--grow {
  flex-grow: 1;
}
/* stylelint-enable no-duplicate-selectors */
/* ************************************ エラー
*/
.p-error__article {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-error__article .p-error__section {
  padding: 0 1rem 3rem 1rem;
}
@media screen and (max-width: 639px) {
  .p-error__article .p-error__section {
    padding-bottom: 2rem;
  }
}
.p-error__article .p-error__subject {
  color: #3c3c3c;
  font-size: 1.5rem;
  text-align: center;
}
.p-error__article .other-region-title {
  font-size: 36px;
  color: #767676;
  text-align: center;
  font-weight: 200;
}
@media screen and (max-width: 639px) {
  .p-error__article .p-error__subject {
    font-size: 1.125rem;
    line-height: 1.666;
  }
  .p-error__article .other-region-title {
    font-size: 30px;
    line-height: 1.666;
    text-align: center;
    font-weight: 200;
  }
}
@media screen and (max-width: 639px) {
  table {
    width: 100%;
  }
  table th,
  table td {
    display: block;
  }
}
.p-error__article .p-error__contents {
  color: #3c3c3c;
  font-weight: 400;
  margin-top: 1.5em;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .p-error__article .p-error__contents {
    font-size: 0.875rem;
    line-height: 1.9;
    margin-top: 0;
  }
}
.p-error__article .p-error__contents .c-button__rect--arrow {
  margin-top: 2.5rem;
}
@media screen and (max-width: 639px) {
  .p-error__article .p-error__contents .c-button__rect--arrow {
    margin-top: 2rem;
  }
}
/* ************************************ コンポーネント
*/
.c-button__text--arrow .button__inner {
  color: #767676;
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
.c-button__text--arrow .button__inner:hover {
  text-decoration: none;
}
.c-button__text--arrow .button__inner::before,
.c-button__text--arrow .button__inner::after {
  content: "";
  display: block;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.4em;
  width: 0.5rem;
}
.c-button__text--arrow .button__inner::before {
  background-color: #b4b4b4;
  background-size: contain;
  border-radius: 50%;
}
.c-button__text--arrow .button__inner::after {
  background: url("../images/common/chevron.svg") center center no-repeat;
  background-size: 50%;
  filter: brightness(0) invert(1);
  transform: rotate(-90deg);
}
.c-button__rect--arrow .button__inner {
  background-color: #ffffff;
  border: solid 2px #d9d9d9;
  color: #2f2f2f;
  display: inline-block;
  font-size: 0.8125rem;
  min-width: 10em;
  padding: 0.6em 1em;
  position: relative;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: background-color;
}
.c-button__rect--arrow .link__inner {
  font-size: 0.95rem;
  position: relative;
}
.c-button__rect--arrow .link-icon__inner {
  font-size: 0.95rem;
  position: relative;
  color: red;
  padding-left: 20px;
  margin-left: -5px;
}
@media screen and (max-width: 639px) {
  .c-button__rect--arrow .button__inner {
    padding: 0.4em 1em;
  }
}
.c-button__rect--arrow .button__inner:hover {
  background-color: #f8f8f8;
}
.c-button__rect--arrow .button__inner::before,
.c-button__rect--arrow .button__inner::after {
  content: "";
  display: block;
  height: 0.625rem;
  left: 0.7em;
  position: absolute;
  top: calc(50% - 0.3125rem);
  width: 0.625rem;
}
.c-button__rect--arrow .link-icon__inner::before,
.c-button__rect--arrow .link-icon__inner::after {
  content: "";
  display: block;
  height: 0.625rem;
  left: 0.7em;
  position: absolute;
  top: calc(50% - 0.3125rem);
  width: 0.625rem;
}
.c-button__rect--arrow .button__inner::before {
  background-color: #e60012;
  background-size: contain;
  border-radius: 50%;
}
.c-button__rect--arrow .link-icon__inner::before {
  background-color: #e60012;
  background-size: contain;
  border-radius: 50%;
}
.c-button__rect--arrow .button__inner::after {
  background: url("../images/common/chevron.svg") center center no-repeat;
  background-size: 60%;
  filter: brightness(0) invert(1);
  transform: rotate(-90deg) translateY(5%);
}
.c-button__rect--arrow .link-icon__inner::after {
  background: url("../images/common/chevron.svg") center center no-repeat;
  background-size: 60%;
  filter: brightness(0) invert(1);
  transform: rotate(-90deg) translateY(5%);
}
.c-button__rect--arrow.is--back .button__inner::after {
  transform: rotate(90deg) translateY(5%);
}
.c-button__rect--arrow.is--back .link-icon__inner::after {
  transform: rotate(90deg) translateY(5%);
}
.link-icon-label {
  margin-left: 5px;
}
@media screen and (440px <= width < 639px) {
  .link-icon-label {
    margin-left: 15px;
  }
}
