html,
body {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
figure,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.pc {
  display: block;
}

@media screen and (width < 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (width < 768px) {
  .sp {
    display: block;
  }
}

@media screen and (width < 1080px) {
  .tab-show {
    display: block;
  }
}

@media screen and (width < 1080px) {
  .tab-hide {
    display: none;
  }
}

html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  color: #242323;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06px;
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.c-h1 {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.c-h2 {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.c-h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.c-h4 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.c-h5 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.c-h6 {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.c-note--l {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
}

.c-note--m {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 400;
}

.c-article h1 {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.c-article h2 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.c-article h2:not(:first-child) {
  margin-top: 32px;
}

.c-article h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.c-article h3:not(:first-child) {
  margin-top: 32px;
}

.c-article p:not(:first-child) {
  margin-top: 12px;
}

.c-btn {
  display: inline-block;
  min-width: 136px;
  max-width: 320px;
  border-radius: 100vh;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.c-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
}

.c-btn span::before {
  margin-right: 8px;
}

.c-btn span::after {
  margin-left: 8px;
}

.c-btn--red-primary,
.c-btn--primary {
  background: #ff0033;
  color: #fff;
}

.c-btn--red-primary:hover,
.c-btn--primary:hover {
  background: #fd5c5c;
}

@media screen and (width < 768px) {

  .c-btn--red-primary:active,
  .c-btn--primary:active {
    background: #cc0029;
  }
}

.c-btn--red-primary.c-btn--disabled,
.c-btn--disabled.c-btn--primary {
  background: #fff;
  color: #bababa;
  border: 1px solid #bababa;
}

.c-btn--red-primary.c-btn--disabled span::before,
.c-btn--disabled.c-btn--primary span::before,
.c-btn--red-primary.c-btn--disabled span::after,
.c-btn--disabled.c-btn--primary span::after {
  background: #bababa;
}

.c-btn--red-primary-02,
.c-btn--primary2 {
  background: #fff;
  color: #ff0033;
  border: 1px solid #ff0033;
}

.c-btn--red-primary-02:active,
.c-btn--primary2:active,
.c-btn--red-primary-02:hover,
.c-btn--primary2:hover {
  background: #ff0033;
  color: #fff;
}

.c-btn--red-primary-02:active span::before,
.c-btn--primary2:active span::before,
.c-btn--red-primary-02:active span::after,
.c-btn--primary2:active span::after,
.c-btn--red-primary-02:hover span::before,
.c-btn--primary2:hover span::before,
.c-btn--red-primary-02:hover span::after,
.c-btn--primary2:hover span::after {
  background: #fff;
}

.c-btn--red-primary-02.c-btn--disabled,
.c-btn--disabled.c-btn--primary2 {
  background: #fff;
  color: #ff99ad;
  border: 1px solid #ffb3c2;
  pointer-events: none;
}

.c-btn--red-primary-02.c-btn--disabled span::before,
.c-btn--disabled.c-btn--primary2 span::before,
.c-btn--red-primary-02.c-btn--disabled span::after,
.c-btn--disabled.c-btn--primary2 span::after {
  background: #ff99ad;
}

.c-btn--red-secondary {
  background: #fff;
  color: #242323;
  border: 1px solid #bababa;
}

.c-btn--red-secondary:hover {
  background: #ffe5e5;
}

@media screen and (width < 768px) {
  .c-btn--red-secondary:active {
    background: #ffb2b2;
  }
}

.c-btn--red-secondary.c-btn--disabled {
  background: #fff;
  color: #bababa;
  border: 1px solid #bababa;
}

.c-btn--red-secondary.c-btn--disabled span::before,
.c-btn--red-secondary.c-btn--disabled span::after {
  background: #bababa;
}

.c-btn--red-tertiary {
  min-width: unset;
  background: transparent;
  color: #cc0029;
}

.c-btn--red-tertiary:hover {
  color: #ff3860;
}

.c-btn--red-tertiary:hover span::before,
.c-btn--red-tertiary:hover span::after {
  background: #ff3860;
}

@media screen and (width < 768px) {
  .c-btn--red-tertiary:active {
    color: #8a001c;
  }

  .c-btn--red-tertiary:active span::before,
  .c-btn--red-tertiary:active span::after {
    background: #8a001c;
  }
}

.c-btn--red-tertiary.c-btn--disabled {
  color: #bababa;
}

.c-btn--red-tertiary.c-btn--disabled span::before,
.c-btn--red-tertiary.c-btn--disabled span::after {
  background: #bababa;
}

.c-btn--red-tertiary span {
  padding: 0;
}

.c-btn--blue-primary {
  background: #3895ff;
  color: #fff;
}

.c-btn--blue-primary:hover {
  background: #53a1fc;
}

@media screen and (width < 768px) {
  .c-btn--blue-primary:active {
    background: #3b73b2;
  }
}

.c-btn--blue-primary.c-btn--disabled {
  background: #eee;
  color: #bababa;
  border: 1px solid #bababa;
  pointer-events: none;
}

.c-btn--blue-primary.c-btn--disabled span::before,
.c-btn--blue-primary.c-btn--disabled span::after {
  background: #bababa;
}

.c-btn--blue-primary-02 {
  background: #fff;
  color: #3895ff;
  border: 1px solid #3895ff;
}

.c-btn--blue-primary-02:active,
.c-btn--blue-primary-02:hover {
  background: #3895ff;
  color: #fff;
}

.c-btn--blue-primary-02:active span::before,
.c-btn--blue-primary-02:active span::after,
.c-btn--blue-primary-02:hover span::before,
.c-btn--blue-primary-02:hover span::after {
  background: #fff;
}

.c-btn--blue-primary-02.c-btn--disabled {
  background: #fff;
  color: #53a1fc;
  border: 1px solid #b8d7fc;
}

.c-btn--blue-primary-02.c-btn--disabled span::before,
.c-btn--blue-primary-02.c-btn--disabled span::after {
  background: #53a1fc;
}

.c-btn--blue-secondary {
  background: #fff;
  color: #242323;
  border: 1px solid #bababa;
}

.c-btn--blue-secondary:hover {
  background: #b8d7fc;
}

@media screen and (width < 768px) {
  .c-btn--blue-secondary:active {
    background: #86bcfc;
  }
}

.c-btn--blue-secondary.c-btn--disabled {
  background: #fff;
  color: #bababa;
  border: 1px solid #bababa;
}

.c-btn--blue-secondary.c-btn--disabled span::before,
.c-btn--blue-secondary.c-btn--disabled span::after {
  background: #bababa;
}

.c-btn--blue-tertiary {
  min-width: unset;
  background: transparent;
  color: #2455aa;
}

.c-btn--blue-tertiary:hover {
  color: #3895ff;
}

.c-btn--blue-tertiary:hover span::before,
.c-btn--blue-tertiary:hover span::after {
  background: #3895ff;
}

@media screen and (width < 768px) {
  .c-btn--blue-tertiary:active {
    color: #002970;
  }

  .c-btn--blue-tertiary:active span::before,
  .c-btn--blue-tertiary:active span::after {
    background: #002970;
  }
}

.c-btn--blue-tertiary.c-btn--disabled {
  color: #bababa;
}

.c-btn--blue-tertiary.c-btn--disabled span::before,
.c-btn--blue-tertiary.c-btn--disabled span::after {
  background: #bababa;
}

.c-btn--blue-tertiary span {
  padding: 0;
}

.c-btn--large {
  font-size: 18px;
}

.c-btn--wide span {
  padding-inline: 32px;
}

.c-btn--nav {
  min-width: 76px;
  max-width: 160px;
  font-size: 14px;
}

.c-btn--nav span {
  padding-block: 8px;
}

.c-btn--nav span::before,
.c-btn--nav span::after {
  width: 14px;
  height: 14px;
}

.c-btn--disabled {
  pointer-events: none;
}

.c-btn--movie {
  border: 1px solid #fff;
  color: #fff;
}

.c-btn--movie span::after {
  background: #fff;
}

.c-btn--movie:hover {
  background: #fff;
  color: #242323;
}

.c-btn--movie:hover span::after {
  background: #242323;
}

@media screen and (width < 768px) {
  .c-btn--movie:active {
    background: #bababa;
    border: 1px solid #bababa;
    color: #242323;
  }

  .c-btn--movie:active span::after {
    background: #242323;
  }
}

.c-txt-btn {
  display: inline-block;
  color: #242323;
  font-weight: 700;
  transition: all 0.3s;
}

.c-txt-btn span {
  display: flex;
  align-items: center;
}

.c-txt-btn:hover {
  color: #575454;
}

.c-txt-btn:hover span::before,
.c-txt-btn:hover span::after {
  background: #fd5c5c;
}

@media screen and (width < 768px) {
  .c-txt-btn:active {
    color: #242323;
  }

  .c-txt-btn:active span::before,
  .c-txt-btn:active span::after {
    background: #ff0033;
  }
}

.c-xls::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-left: 8px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_xls.svg");
  mask-image: url("/assets/images/parts/ico_xls.svg");
}

.c-xls--black::after {
  background: #242323;
}

.c-xls--white::after {
  background: #fff;
}

.c-xls--red::after {
  background: #ff0033;
}

.c-xls--gray::after {
  background: #909090;
}

.c-xls--blue::after {
  background: #3895ff;
}

.c-xls--down::after {
  transform: rotate(90deg) translate(5px, -4px);
  margin-left: 0;
  margin-bottom: 4px;
}

.c-xls--before::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-right: 4px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_xls.svg");
  mask-image: url("/assets/images/parts/ico_xls.svg");
}

.c-xls--before::after {
  display: none;
}

.c-arrow::after,
.c-breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-left: 8px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_arrow.svg");
  mask-image: url("/assets/images/parts/ico_arrow.svg");
}

.c-arrow--black::after {
  background: #242323;
}

.c-arrow--white::after {
  background: #fff;
}

.c-arrow--red::after {
  background: #ff0033;
}

.c-arrow--gray::after {
  background: #909090;
}

.c-arrow--blue::after {
  background: #3895ff;
}

.c-arrow--down::after {
  transform: rotate(90deg) translate(5px, -4px);
  margin-left: 0;
  margin-bottom: 4px;
}

.c-arrow--before::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-right: 4px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_arrow.svg");
  mask-image: url("/assets/images/parts/ico_arrow.svg");
}

.c-arrow--before::after {
  display: none;
}

.c-arrow-02::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-left: 8px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_arrow-02.svg");
  mask-image: url("/assets/images/parts/ico_arrow-02.svg");
}

.c-arrow-02--black::after {
  background: #242323;
}

.c-arrow-02--white::after {
  background: #fff;
}

.c-arrow-02--red::after {
  background: #ff0033;
}

.c-arrow-02--gray::after {
  background: #909090;
}

.c-arrow-02--blue::after {
  background: #3895ff;
}

.c-arrow-02--down::after {
  transform: rotate(90deg) translate(5px, -4px);
  margin-left: 0;
  margin-bottom: 4px;
}

.c-arrow-02--before::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-right: 4px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_arrow-02.svg");
  mask-image: url("/assets/images/parts/ico_arrow-02.svg");
}

.c-arrow-02--before::after {
  display: none;
}

.c-csv::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-left: 8px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_csv.svg");
  mask-image: url("/assets/images/parts/ico_csv.svg");
}

.c-csv--black::after {
  background: #242323;
}

.c-csv--white::after {
  background: #fff;
}

.c-csv--red::after {
  background: #ff0033;
}

.c-csv--gray::after {
  background: #909090;
}

.c-csv--blue::after {
  background: #3895ff;
}

.c-csv--down::after {
  transform: rotate(90deg) translate(5px, -4px);
  margin-left: 0;
  margin-bottom: 4px;
}

.c-csv--before::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-right: 4px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_csv.svg");
  mask-image: url("/assets/images/parts/ico_csv.svg");
}

.c-csv--before::after {
  display: none;
}

.c-download::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-left: 8px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_download.svg");
  mask-image: url("/assets/images/parts/ico_download.svg");
}

.c-download--black::after {
  background: #242323;
}

.c-download--white::after {
  background: #fff;
}

.c-download--red::after {
  background: #ff0033;
}

.c-download--gray::after {
  background: #909090;
}

.c-download--blue::after {
  background: #3895ff;
}

.c-download--down::after {
  transform: rotate(90deg) translate(5px, -4px);
  margin-left: 0;
  margin-bottom: 4px;
}

.c-download--before::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-right: 4px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_download.svg");
  mask-image: url("/assets/images/parts/ico_download.svg");
}

.c-download--before::after {
  display: none;
}

.c-external::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-left: 8px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_external.svg");
  mask-image: url("/assets/images/parts/ico_external.svg");
}

.c-external--black::after {
  background: #242323;
}

.c-external--white::after {
  background: #fff;
}

.c-external--red::after {
  background: #ff0033;
}

.c-external--gray::after {
  background: #909090;
}

.c-external--blue::after {
  background: #3895ff;
}

.c-external--down::after {
  transform: rotate(90deg) translate(5px, -4px);
  margin-left: 0;
  margin-bottom: 4px;
}

.c-external--before::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-right: 4px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_external.svg");
  mask-image: url("/assets/images/parts/ico_external.svg");
}

.c-external--before::after {
  display: none;
}

.c-fb::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-left: 8px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_fb.svg");
  mask-image: url("/assets/images/parts/ico_fb.svg");
}

.c-fb--black::after {
  background: #242323;
}

.c-fb--white::after {
  background: #fff;
}

.c-fb--red::after {
  background: #ff0033;
}

.c-fb--gray::after {
  background: #909090;
}

.c-fb--blue::after {
  background: #3895ff;
}

.c-fb--down::after {
  transform: rotate(90deg) translate(5px, -4px);
  margin-left: 0;
  margin-bottom: 4px;
}

.c-fb--before::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-right: 4px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_fb.svg");
  mask-image: url("/assets/images/parts/ico_fb.svg");
}

.c-fb--before::after {
  display: none;
}


.c-ig--black::after {
  background: #242323;
}

.c-ig--white::after {
  background: #fff;
}

.c-ig--red::after {
  background: #ff0033;
}

.c-ig--gray::after {
  background: #909090;
}

.c-ig--blue::after {
  background: #3895ff;
}

.c-ig--down::after {
  transform: rotate(90deg) translate(5px, -4px);
  margin-left: 0;
  margin-bottom: 4px;
}

.c-ig--before::after {
  display: none;
}

.c-linkedin::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-left: 8px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_linkedin.svg");
  mask-image: url("/assets/images/parts/ico_linkedin.svg");
}

.c-linkedin--black::after {
  background: #242323;
}

.c-linkedin--white::after {
  background: #fff;
}

.c-linkedin--red::after {
  background: #ff0033;
}

.c-linkedin--gray::after {
  background: #909090;
}

.c-linkedin--blue::after {
  background: #3895ff;
}

.c-linkedin--down::after {
  transform: rotate(90deg) translate(5px, -4px);
  margin-left: 0;
  margin-bottom: 4px;
}

.c-linkedin--before::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-right: 4px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_linkedin.svg");
  mask-image: url("/assets/images/parts/ico_linkedin.svg");
}

.c-linkedin--before::after {
  display: none;
}

.c-movie-ico::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-left: 8px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_movie-ico.svg");
  mask-image: url("/assets/images/parts/ico_movie-ico.svg");
}

.c-movie-ico--black::after {
  background: #242323;
}

.c-movie-ico--white::after {
  background: #fff;
}

.c-movie-ico--red::after {
  background: #ff0033;
}

.c-movie-ico--gray::after {
  background: #909090;
}

.c-movie-ico--blue::after {
  background: #3895ff;
}

.c-movie-ico--down::after {
  transform: rotate(90deg) translate(5px, -4px);
  margin-left: 0;
  margin-bottom: 4px;
}

.c-movie-ico--before::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-right: 4px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_movie-ico.svg");
  mask-image: url("/assets/images/parts/ico_movie-ico.svg");
}

.c-movie-ico--before::after {
  display: none;
}

.c-note::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-left: 8px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_note.svg");
  mask-image: url("/assets/images/parts/ico_note.svg");
}

.c-note--black::after {
  background: #242323;
}

.c-note--white::after {
  background: #fff;
}

.c-note--red::after {
  background: #ff0033;
}

.c-note--gray::after {
  background: #909090;
}

.c-note--blue::after {
  background: #3895ff;
}

.c-note--down::after {
  transform: rotate(90deg) translate(5px, -4px);
  margin-left: 0;
  margin-bottom: 4px;
}

.c-note--before::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-right: 4px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_note.svg");
  mask-image: url("/assets/images/parts/ico_note.svg");
}

.c-note--before::after {
  display: none;
}

.c-pdf::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-left: 8px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_pdf.svg");
  mask-image: url("/assets/images/parts/ico_pdf.svg");
}

.c-pdf--black::after {
  background: #242323;
}

.c-pdf--white::after {
  background: #fff;
}

.c-pdf--red::after {
  background: #ff0033;
}

.c-pdf--gray::after {
  background: #909090;
}

.c-pdf--blue::after {
  background: #3895ff;
}

.c-pdf--down::after {
  transform: rotate(90deg) translate(5px, -4px);
  margin-left: 0;
  margin-bottom: 4px;
}

.c-pdf--before::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-right: 4px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_pdf.svg");
  mask-image: url("/assets/images/parts/ico_pdf.svg");
}

.c-pdf--before::after {
  display: none;
}

.c-png::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-left: 8px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_png.svg");
  mask-image: url("/assets/images/parts/ico_png.svg");
}

.c-png--black::after {
  background: #242323;
}

.c-png--white::after {
  background: #fff;
}

.c-png--red::after {
  background: #ff0033;
}

.c-png--gray::after {
  background: #909090;
}

.c-png--blue::after {
  background: #3895ff;
}

.c-png--down::after {
  transform: rotate(90deg) translate(5px, -4px);
  margin-left: 0;
  margin-bottom: 4px;
}

.c-png--before::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-right: 4px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_png.svg");
  mask-image: url("/assets/images/parts/ico_png.svg");
}

.c-png--before::after {
  display: none;
}

.c-search::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-left: 8px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_search.svg");
  mask-image: url("/assets/images/parts/ico_search.svg");
}

.c-search--black::after {
  background: #242323;
}

.c-search--white::after {
  background: #fff;
}

.c-search--red::after {
  background: #ff0033;
}

.c-search--gray::after {
  background: #909090;
}

.c-search--blue::after {
  background: #3895ff;
}

.c-search--down::after {
  transform: rotate(90deg) translate(5px, -4px);
  margin-left: 0;
  margin-bottom: 4px;
}

.c-search--before::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-right: 4px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_search.svg");
  mask-image: url("/assets/images/parts/ico_search.svg");
}

.c-search--before::after {
  display: none;
}

.c-tiktok::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-left: 8px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_tiktok.svg");
  mask-image: url("/assets/images/parts/ico_tiktok.svg");
}

.c-tiktok--black::after {
  background: #242323;
}

.c-tiktok--white::after {
  background: #fff;
}

.c-tiktok--red::after {
  background: #ff0033;
}

.c-tiktok--gray::after {
  background: #909090;
}

.c-tiktok--blue::after {
  background: #3895ff;
}

.c-tiktok--down::after {
  transform: rotate(90deg) translate(5px, -4px);
  margin-left: 0;
  margin-bottom: 4px;
}

.c-tiktok--before::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-right: 4px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_tiktok.svg");
  mask-image: url("/assets/images/parts/ico_tiktok.svg");
}

.c-tiktok--before::after {
  display: none;
}

.c-x::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-left: 8px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_x.svg");
  mask-image: url("/assets/images/parts/ico_x.svg");
}

.c-x--black::after {
  background: #242323;
}

.c-x--white::after {
  background: #fff;
}

.c-x--red::after {
  background: #ff0033;
}

.c-x--gray::after {
  background: #909090;
}

.c-x--blue::after {
  background: #3895ff;
}

.c-x--down::after {
  transform: rotate(90deg) translate(5px, -4px);
  margin-left: 0;
  margin-bottom: 4px;
}

.c-x--before::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-right: 4px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_x.svg");
  mask-image: url("/assets/images/parts/ico_x.svg");
}

.c-x--before::after {
  display: none;
}

.c-xls::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-left: 8px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_xls.svg");
  mask-image: url("/assets/images/parts/ico_xls.svg");
}

.c-xls--black::after {
  background: #242323;
}

.c-xls--white::after {
  background: #fff;
}

.c-xls--red::after {
  background: #ff0033;
}

.c-xls--gray::after {
  background: #909090;
}

.c-xls--blue::after {
  background: #3895ff;
}

.c-xls--down::after {
  transform: rotate(90deg) translate(5px, -4px);
  margin-left: 0;
  margin-bottom: 4px;
}

.c-xls--before::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-right: 4px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_xls.svg");
  mask-image: url("/assets/images/parts/ico_xls.svg");
}

.c-xls--before::after {
  display: none;
}

.c-youtube::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-left: 8px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_youtube.svg");
  mask-image: url("/assets/images/parts/ico_youtube.svg");
}

.c-youtube--black::after {
  background: #242323;
}

.c-youtube--white::after {
  background: #fff;
}

.c-youtube--red::after {
  background: #ff0033;
}

.c-youtube--gray::after {
  background: #909090;
}

.c-youtube--blue::after {
  background: #3895ff;
}

.c-youtube--down::after {
  transform: rotate(90deg) translate(5px, -4px);
  margin-left: 0;
  margin-bottom: 4px;
}

.c-youtube--before::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  margin-right: 4px;
  background: #606060;
  -webkit-mask-image: url("/assets/images/parts/ico_youtube.svg");
  mask-image: url("/assets/images/parts/ico_youtube.svg");
}

.c-youtube--before::after {
  display: none;
}

.c-txt-link {
  color: #3895ff;
  transition: all 0.3s;
}

.c-txt-link:hover {
  color: #9dc6fe;
}

@media screen and (width < 768px) {
  .c-txt-link:active {
    color: #3a70b0;
  }
}

.c-txt-anchor {
  display: inline-flex;
  color: #3895ff;
  transition: all 0.3s;
}

.c-txt-anchor:hover {
  cursor: pointer;
  color: #9dc6fe;
}

@media screen and (width < 768px) {
  .c-txt-anchor:active {
    color: #3a70b0;
  }
}

.c-txt-anchor::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 12px;
  mask-size: 12px;
  -webkit-mask-image: url("/assets/images/parts/ico_arrow-02.svg");
  mask-image: url("/assets/images/parts/ico_arrow-02.svg");
  margin-right: 4px;
  padding: 8px;
  background: #ff0033;
}

.c-txt-anchor--gray::before {
  background: #606060;
}

.c-list:not(:first-child) {
  margin-top: 12px;
}

.c-list li {
  margin-left: 24px;
}

.c-list li li {
  margin-left: 32px;
}

.c-list li+li {
  margin-top: 8px;
}

ul.c-list li {
  list-style-type: disc;
}

ul.c-list li li {
  list-style-type: circle;
}

ul.c-list li li li {
  list-style-type: square;
}

ol.c-list li {
  list-style-type: decimal;
}

ol.c-list li li {
  list-style-type: lower-alpha;
}

ol.c-list li li li {
  list-style-type: lower-roman;
}

.c-table th,
.c-table td {
  padding: 16px;
  border-collapse: collapse;
  border: 1px solid #bababa;
}

.c-table th {
  line-height: 1.5;
  background: #e6e6e6;
}

.c-table th.bg-half {
  background: #f7f7f7;
}

.c-table th.bg-red {
  background: #ff0033;
  color: #fff;
}

.c-table th.bg-blue {
  background: #3895ff;
  color: #fff;
}

.c-table td {
  font-weight: 400;
}

.c-container {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 80px;
}

@media screen and (1080px <=width <=1280px) {
  .c-container {
    padding-inline: 60px;
  }
}

@media screen and (width < 1080px) {
  .c-container {
    padding-inline: 40px;
  }
}

@media screen and (width < 768px) {
  .c-container {
    padding-inline: 20px;
  }
}

.c-header {
  position: relative;
  width: 100%;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.08);
  background: #fff;
  z-index: 99;
}

@media screen and (1280px < width) {
  body:has(.c-breadcrumb--top) .c-header {
    box-shadow: none;
  }
}

@media screen and (1080px <=width <=1280px) {
  body:has(.c-breadcrumb--top) .c-header {
    box-shadow: none;
  }
}

@media screen and (1080px <=width <=1280px) {
  .c-header::after {
    position: absolute;
    top: 60px;
    left: 0;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #e6e6e6;
  }
}

.c-header__inner {
  display: grid;
  grid-template-rows: 60px;
  grid-template-columns: 230px 1fr 230px;
  align-items: center;
  -moz-column-gap: 32px;
  column-gap: 32px;
  height: 100%;
}

.c-header__inner:not(:has(.c-header__menu)) {
  justify-content: space-between;
}

@media screen and (1080px <=width <=1280px) {
  .c-header__inner {
    grid-template-rows: 60px 60px;
    grid-template-columns: auto auto;
  }

  .c-header__inner:not(:has(.c-header__menu)) {
    grid-template-rows: 60px;
  }
}

@media screen and (width < 1080px) {
  .c-header__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.c-header--service .c-header__inner {
  grid-template-columns: auto 1fr;
}

.c-header__logo-link {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.c-header__logo-txt {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  font-size: 16px;
  font-weight: 400;
}

.c-header__logo-txt::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #bababa;
}

.c-header__menu {
  height: 100%;
  background: #fff;
}

@media screen and (1080px <=width <=1280px) {
  .c-header__menu {
    grid-column: 1/3;
    order: 3;
  }
}

@media screen and (1080px <=width <=1280px) {
  .c-header--service .c-header__menu {
    grid-column-start: 1;
  }
}

@media screen and (width < 1080px) {
  .c-header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 70px 40px;
    z-index: 2;
    transform: translateX(-30%);
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
  }
}

@media screen and (width < 768px) {
  .c-header__menu {
    padding: 58px 20px;
  }
}

.c-header__menu.show {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.c-header__menu-list {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 32px;
  column-gap: 32px;
  height: 100%;
}

@media screen and (width < 1080px) {
  .c-header__menu-list {
    display: block;
    height: 100%;
    padding-right: 11px;
    overflow-y: auto;
  }

  .c-header__menu-list::-webkit-scrollbar {
    width: 4px;
  }

  .c-header__menu-list::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    border-radius: 100vh;
  }
}

@media screen and (width < 768px) {
  .c-header__menu-list {
    height: calc(100% - 61px);
  }
}

.c-header__menu-item {
  height: 100%;
}

@media screen and (width < 1080px) {
  .c-header__menu-item {
    height: auto;
    border-bottom: 1px solid #e6e6e6;
  }
}

.c-header__menu-link {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s;
}

.c-header__menu-link:hover {
  color: #ff0033;
}

.c-header__menu-link:hover.c-external::after,
.c-header__menu-link:hover.c-external--black::after {
  background: #ff0033;
}

@media screen and (width < 1080px) {
  .c-header__menu-link {
    justify-content: space-between;
    padding: 18px 12px 18px 0;
  }
}

@media screen and (1280px < width) {
  .c-header__menu-link.has-submenu::after {
    transform: rotate(90deg);
  }
}

@media screen and (1080px <=width <=1280px) {
  .c-header__menu-link.has-submenu::after {
    transform: rotate(90deg);
  }
}

@media screen and (1280px < width) {
  .c-header__menu-link.has-submenu:hover::after {
    transform: rotate(270deg);
  }
}

@media screen and (1080px <=width <=1280px) {
  .c-header__menu-link.has-submenu:hover::after {
    transform: rotate(270deg);
  }
}

.c-header__menu .c-arrow::after,
.c-header__menu .c-breadcrumb__item:not(:last-child)::after,
.c-header__menu .c-external::after {
  width: 13px;
  height: 13px;
}

.c-header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (1080px <=width <=1280px) {
  .c-header--service .c-header__right {
    margin-right: 26px;
  }
}

.c-header__cta-block {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

@media screen and (width < 768px) {
  .c-header__cta-block {
    margin-bottom: 19px;
  }
}

.c-header__lang {
  position: relative;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 0 6px;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 700;
}

.c-header__lang::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("/assets/images/parts/ico_lang.svg") no-repeat center/contain;
}

.c-header__lang.c-arrow--gray::after {
  width: 10px;
  height: 10px;
  margin-left: 0;
  transform: rotate(90deg) translateX(2px);
  transition: all 0.3s;
}

/* .c-header__lang:hover {
  cursor: pointer;
}
.c-header__lang:hover::after {
  transform: rotate(270deg);
}
.c-header__lang:hover .c-header__lang-list {
  visibility: visible;
  opacity: 1;
  z-index: 1;
} */
.c-header__lang-list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 25px;
  right: 0;
  width: 100px;
  padding-block: 12px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.c-header__lang-link {
  display: block;
  padding: 8px 10px;
  font-size: 14px;
}

.c-header__lang-link.current {
  background: #f2f2f2;
}

.c-header__open {
  position: relative;
  display: none;
  width: 21px;
  height: 18px;
  margin-left: 29px;
  cursor: pointer;
  z-index: 3;
}

@media screen and (width < 1080px) {
  .c-header__open {
    display: block;
  }
}

@media screen and (width < 768px) {
  .c-header__open {
    margin-left: 20px;
  }
}

.c-header__open span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #242323;
  border-radius: 100vh;
  transition: all 0.3s;
}

.c-header__open span:nth-of-type(1) {
  top: 0;
}

.c-header__open span:nth-of-type(2) {
  top: 8px;
}

.c-header__open span:nth-of-type(3) {
  bottom: 0;
}

.c-header__open.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.c-header__open.active span:nth-of-type(2) {
  opacity: 0;
}

.c-header__open.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

.c-header__cta {
  color: #ff0033;
}

.c-header__cta::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  margin-right: 12px;
  background: #bababa;
}

.c-submenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 60px;
  left: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

@media screen and (1280px < width) {
  .c-submenu {
    border-top: 1px solid #e6e6e6;
  }

  .c-header__menu-item:has(.has-submenu):hover .c-submenu {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (1080px <=width <=1280px) {
  .c-submenu {
    border-top: 1px solid #e6e6e6;
  }

  .c-header__menu-item:has(.has-submenu):hover .c-submenu {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (width < 1080px) {
  .c-submenu {
    top: 0;
    height: 100%;
    padding: 70px 40px;
    z-index: 2;
    transform: translateX(-30%);
  }
}

@media screen and (width < 768px) {
  .c-submenu {
    padding: 58px 20px;
  }
}

.c-submenu.show {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

@media screen and (1080px <=width <=1280px) {
  .c-submenu {
    top: 120px;
  }
}

.c-submenu__back {
  display: none;
  position: absolute;
  top: 27px;
  left: 40px;
  width: 12px;
  height: 18px;
}

@media screen and (width < 1080px) {
  .c-submenu__back {
    display: block;
  }
}

@media screen and (width < 768px) {
  .c-submenu__back {
    top: 20px;
    left: 20px;
  }
}

.c-submenu__back img {
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}

.c-submenu__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 215px);
  row-gap: 12px;
  -moz-column-gap: 71px;
  column-gap: 71px;
  padding-block: 48px;
}

@media screen and (1080px <=width <=1280px) {
  .c-submenu__list {
    -moz-column-gap: 112px;
    column-gap: 112px;
  }
}

@media screen and (width < 1080px) {
  .c-submenu__list {
    display: block;
    height: 100%;
    padding: 0 11px 0 0;
    overflow-y: auto;
  }

  .c-submenu__list a.c-submenu__link:not(.c-external):after {
    content: none;
  }
}

.c-submenu__item {
  height: auto;
}

@media screen and (width < 1080px) {
  .c-submenu__item {
    border-bottom: 1px solid #e6e6e6;
  }
}

.c-submenu__link {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s;
}

.c-submenu__link::after {
  flex-shrink: 0;
  margin-top: 3px;
}

.c-submenu__link:hover {
  color: #ff0033;
}

.c-submenu__link:hover.c-external::after,
.c-submenu__link:hover.c-external--black::after {
  background: #ff0033;
}

@media screen and (width < 1080px) {
  .c-submenu__link {
    padding: 18px 12px 18px 0;
    font-size: 16px;
  }
}

.c-footer {
  color: #fff;
  background: #242424;
}

.c-footer__inner {
  position: relative;
  padding-block: 64px;
}

@media screen and (width < 1080px) {
  .c-footer__inner {
    padding-top: 28px;
  }
}

@media screen and (width < 768px) {
  .c-footer__inner {
    padding-bottom: 52px;
  }
}

.c-footer__inner .c-arrow::after,
.c-footer__inner .c-breadcrumb__item:not(:last-child)::after,
.c-footer__inner .c-external::after {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}

.c-footer__top {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid #bababa;
  padding-bottom: 48px;
}

@media screen and (width < 1080px) {
  .c-footer__top {
    display: block;
  }
}

@media screen and (width < 768px) {
  .c-footer__top {
    padding-bottom: 32px;
  }
}

@media screen and (1280px < width) {
  .c-footer__sitemap {
    margin-right: 60px;
  }
}

@media screen and (1080px <=width <=1280px) {
  .c-footer__sitemap {
    margin-right: 60px;
  }
}

@media screen and (1280px < width) {
  .c-footer__terms {
    padding-right: 36px;
  }
}

@media screen and (width < 1080px) {
  .c-footer__terms {
    margin-top: 42px;
  }
}

@media screen and (width < 768px) {
  .c-footer__terms {
    margin-top: 32px;
  }
}

.c-footer__terms-item:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (1280px < width) {
  .c-footer__terms-item {
    width: 268px;
  }
}

@media screen and (1080px <=width <=1280px) {
  .c-footer__terms-item {
    width: 228px;
  }
}

@media screen and (width < 1080px) {
  .c-footer__terms-item {
    width: 352px;
  }
}

@media screen and (width < 768px) {
  .c-footer__terms-item {
    width: 100%;
  }
}

.c-footer__terms-link {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 400;
  transition: all 0.3s;
}

.c-footer__terms-link:hover {
  color: #909090;
}

.c-footer__terms-link:hover.c-external::after,
.c-footer__terms-link:hover.c-external--black::after {
  background: #909090;
}

@media screen and (width < 1080px) {
  .c-footer__terms-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.c-footer__terms-link::after {
  width: 12px;
  height: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}

.c-footer__bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  padding-top: 48px;
}

@media screen and (width < 768px) {
  .c-footer__bottom {
    padding-top: 32px;
  }
}

.c-footer__bottom-txt {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

@media screen and (width < 1080px) {
  .c-footer__bottom-txt {
    width: 454px;
  }
}

@media screen and (width < 768px) {
  .c-footer__bottom-txt {
    width: 100%;
    padding-inline: 14px;
  }
}

.c-footer__bottom-copy {
  font-size: 13px;
  font-weight: 400;
}

.c-footer__pagetop {
  position: absolute;
  right: 0;
}

@media screen and (width < 768px) {
  .c-footer__pagetop {
    position: static;
    display: block;
    margin: 28px auto 0;
  }
}

.c-footer__pagetop-link {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/parts/ico_pagetop.svg");
  mask-image: url("/assets/images/parts/ico_pagetop.svg");
  background: #ff0033;
  transition: all 0.3s;
}

.c-footer__pagetop-link:hover {
  background: #fd5c5c;
}

@media screen and (width < 768px) {
  .c-footer__pagetop-link:active {
    background: #cc0029;
  }
}

.c-sitemap__item:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (width < 1080px) {
  .c-sitemap__item:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (width < 1080px) {
  .c-sitemap__item {
    border-bottom: 1px solid #bababa;
  }
}

.c-sitemap__heading {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (1280px < width) {
  .c-sitemap__heading {
    pointer-events: none;
  }
}

@media screen and (1080px <=width <=1280px) {
  .c-sitemap__heading {
    pointer-events: none;
  }
}

@media screen and (1280px < width) {
  .c-sitemap__heading::after {
    display: none;
  }
}

@media screen and (1080px <=width <=1280px) {
  .c-sitemap__heading::after {
    display: none;
  }
}

@media screen and (width < 1080px) {
  .c-sitemap__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-block: 20px;
  }

  .c-sitemap__heading.active.c-arrow::after,
  .c-sitemap__heading.active.c-breadcrumb__item:not(:last-child)::after {
    transform: rotate(270deg);
  }
}

.c-sitemap__heading.c-arrow--down::after {
  margin: 0;
  transform: rotate(90deg) translate(0);
}

.c-sitemap__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

@media screen and (width < 1080px) {
  .c-sitemap__list {
    display: none;
    padding-block: 20px;
    border-top: 1px dashed #bababa;
  }
}

@media screen and (width < 1080px) {
  .c-sitemap__list-item {
    width: 352px;
    padding-left: 16px;
  }

  .c-sitemap__list-item:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media screen and (width < 768px) {
  .c-sitemap__list-item {
    width: 100%;
    padding-inline: 20px;
  }
}

.c-sitemap__link {
  font-size: 13px;
  font-weight: 400;
  transition: all 0.3s;
}

.c-sitemap__link:hover {
  color: #909090;
}

.c-sitemap__link:hover.c-external::after,
.c-sitemap__link:hover.c-external--black::after {
  background: #909090;
}

@media screen and (width < 1080px) {
  .c-sitemap__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.c-breadcrumb {
  width: 100%;
  background: #fff;
}

.c-breadcrumb--top {
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.08);
  border-top: 1px solid #e6e6e6;
}

@media screen and (1080px <=width <=1280px) {
  .c-breadcrumb--top {
    top: 120px;
  }
}

@media screen and (width < 1080px) {
  .c-breadcrumb--top {
    display: none;
  }
}

.c-breadcrumb--bottom {
  border-top: 1px solid #e6e6e6;
}

.c-breadcrumb__inner {
  display: flex;
  align-items: center;
  padding-block: 12px;
  font-size: 12px;
}

.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.c-breadcrumb__item {
  display: flex;
  align-items: center;
}

.c-breadcrumb__item:not(:last-child)::after {
  margin-left: 10px;
  width: 6px;
  height: 10px;
  background: #bababa;
}

.c-breadcrumb__link {
  color: #3895ff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.3s;
}

.c-breadcrumb__link:hover {
  color: #badaff;
}

.c-breadcrumb__item:first-child .c-breadcrumb__link img {
  transition: all 0.3s;
}

.c-breadcrumb__item:first-child .c-breadcrumb__link img:hover {
  filter: brightness(120%);
}

.c-breadcrumb__item:last-child .c-breadcrumb__link {
  color: #242323;
}

.c-movie {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.c-movie__thumb {
  border-radius: 8px;
}

.c-movie__link {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

.c-movie__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgb(0, 0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  opacity: 0.4;
  transition: opacity 0.3s;
}

.c-movie__link:hover::before {
  opacity: 0.2;
}

.c-movie__link:hover .c-movie__btn-ico {
  opacity: 0;
}

.c-movie__link:hover .c-movie__btn-ico--hover {
  opacity: 1;
}

.c-movie__btn {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (width < 768px) {
  .c-movie__btn {
    width: 72px;
    height: 72px;
  }
}

.c-movie__btn-ico {
  transition: all 0.3s;
  display: block;
  width: 100px;
  height: 100px;
}

.c-movie__btn-ico--hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

@media screen and (width < 768px) {
  .c-movie__btn-ico {
    width: 72px;
    height: 72px;
  }
}

.c-tab__list {
  display: flex;
  gap: 16px;
}

@media screen and (width < 768px) {
  .c-tab__list {
    gap: 4px;
  }
}

.c-tab__item {
  width: 100%;
  max-width: calc((100% - 48px) / 4);
  box-sizing: border-box;
}

@media screen and (width < 768px) {
  .c-tab__item {
    max-width: calc(50% - 4px);
  }
}

.c-tab__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 24px 12px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-bottom: solid 1px transparent;
  transition: all 0.3s;
}

html[lang=en] .c-tab__link {
  font-size: 14px;
}

.c-tab__link:hover {
  color: #909090;
  border-bottom: solid 1px #242323;
}

@media screen and (width < 768px) {
  .c-tab__link {
    padding: 12px 8px;
    font-size: 14px;
  }

  html[lang=en] .c-tab__link {
    font-size: 12px;
  }

  .c-tab__link:active {
    background: #eee;
    color: #909090;
    border-bottom: solid 1px #242323;
  }
}

.current .c-tab__link {
  color: #ff0033;
  border-bottom: 1px solid #ff0033;
}

.c-tab--02 {
  overflow-x: auto;
}

.c-tab--02 .c-tab__list {
  gap: 16px;
  padding-block: 24px;
}

.c-tab--02 .c-tab__list::after {
  content: "";
  display: block;
  flex-shrink: 0;
  height: 1px;
  width: 8px;
  background: transparent;
}

.c-tab--02 .c-tab__item {
  flex-shrink: 0;
  width: auto;
  max-width: unset;
  background: #fff;
}

.c-tab--02 .c-tab__item.current .c-tab__link {
  color: #242323;
}

.c-tab--02 .c-tab__item.current .c-tab__link::after {
  background: #242323;
}

.c-tab--02 .c-tab__link {
  gap: 16px;
  flex-direction: column;
  padding: 12px 12px 8px;
  color: #909090;
  border-bottom: none;
}

.c-tab--02 .c-tab__link:hover {
  color: #606060;
}

.c-tab--02 .c-tab__link:hover::after {
  background: #242323;
}

@media screen and (width < 768px) {
  .c-tab--02 .c-tab__link {
    padding: 12px 8px 8px;
  }

  .c-tab--02 .c-tab__link:active {
    background: #eee;
    color: #909090;
  }
}

.c-tab--02 .c-tab__link::after {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background: transparent;
  transition: all 0.3s;
}

.c-tab-anchor {
  width: 100%;
}

.c-tab-anchor__list {
  display: flex;
  gap: 16px;
  padding-block: 40px;
}

@media screen and (width < 768px) {
  .c-tab-anchor__list {
    gap: 5px;
    padding-block: 32px;
  }
}

.c-tab-anchor__item {
  display: flex;
  flex: 1;
  max-width: calc((100% - 48px) / 4);
}

@media screen and (width < 768px) {
  .c-tab-anchor__item {
    max-width: calc(50% - 4px);
  }
}

.c-tab-anchor__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  border-radius: 8px;
  border: 1px solid #bababa;
  background: #fff;
  transition: all 0.3s;
}

html[lang=en] .c-tab-anchor__link {
  font-size: 14px;
}

@media screen and (width < 768px) {
  .c-tab-anchor__link {
    padding: 12px 8px;
    font-size: 14px;
  }

  html[lang=en] .c-tab-anchor__link {
    font-size: 12px;
  }
}

.c-tab-anchor__link::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("/assets/images/parts/ico_arrow-02.svg");
  mask-image: url("/assets/images/parts/ico_arrow-02.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  background: #ff0033;
  transition: all 0.3s;
}

.c-tab-anchor__link:hover {
  border: 1px solid #e6e6e6;
  color: #909090;
}

.c-tab-anchor__link:hover::after {
  background: #fd5c5c;
}

@media screen and (width < 768px) {
  .c-tab-anchor__link:active {
    border: 1px solid #909090;
    background: #eee;
    color: #909090;
  }

  .c-tab-anchor__link:active::after {
    background: #cc0029;
  }
}

.c-tab-anchor__link.current {
  border: 1px solid #ff0033;
  color: #ff0033;
}

.c-tab-anchor__link.current::after {
  background: #ff0033;
}

.c-tab-anchor__link span {
  display: flex;
  align-items: center;
  height: 100%;
}