@charset "UTF-8";
/*-------------------------------------------------------------------*/
/* Reset */
/*-------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*-------------------------------------------------------------------*/
/* Keyframe */
/*-------------------------------------------------------------------*/
@-webkit-keyframes width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: rotate(1);
    transform: rotate(1);
  }
}
@keyframes square {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: rotate(1);
    transform: rotate(1);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-720deg);
    transform: rotateX(-720deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-720deg);
    transform: rotateX(-720deg);
  }
}
@-webkit-keyframes circle-s {
  0% {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0);
  }
  25% {
    -webkit-transform: skew(10deg, 10deg);
    transform: skew(10deg, 10deg);
  }
  50% {
    -webkit-transform: skew(-15deg, -25deg);
    transform: skew(-15deg, -25deg);
  }
  100% {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0);
  }
}
@keyframes circle-s {
  0% {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0);
  }
  25% {
    -webkit-transform: skew(10deg, 10deg);
    transform: skew(10deg, 10deg);
  }
  50% {
    -webkit-transform: skew(-15deg, -25deg);
    transform: skew(-15deg, -25deg);
  }
  100% {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0);
  }
}
@-webkit-keyframes circle-m {
  0% {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0);
  }
  25% {
    -webkit-transform: skew(-10deg, -10deg);
    transform: skew(-10deg, -10deg);
  }
  50% {
    -webkit-transform: skew(10deg, 10deg);
    transform: skew(10deg, 10deg);
  }
  100% {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0);
  }
}
@keyframes circle-m {
  0% {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0);
  }
  25% {
    -webkit-transform: skew(-10deg, -10deg);
    transform: skew(-10deg, -10deg);
  }
  50% {
    -webkit-transform: skew(10deg, 10deg);
    transform: skew(10deg, 10deg);
  }
  100% {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0);
  }
}
@-webkit-keyframes circle-l {
  0% {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0);
  }
  25% {
    -webkit-transform: skew(10deg, 10deg);
    transform: skew(10deg, 10deg);
  }
  50% {
    -webkit-transform: skew(-15deg, 15deg);
    transform: skew(-15deg, 15deg);
  }
  100% {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0);
  }
}
@keyframes circle-l {
  0% {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0);
  }
  25% {
    -webkit-transform: skew(10deg, 10deg);
    transform: skew(10deg, 10deg);
  }
  50% {
    -webkit-transform: skew(-15deg, 15deg);
    transform: skew(-15deg, 15deg);
  }
  100% {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0);
  }
}
/*-------------------------------------------------------------------*/
/* Foundation */
/*-------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3020833333vw;
  }
}

body {
  height: 100%;
  margin: 0 auto;
  font-family: YakuHanJP_Noto, "Noto Sans JP", noto-sans-cjk-jp, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #333;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
body.en {
  word-wrap: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition-delay: unset !important;
  transition-delay: unset !important;
}

.resizing *,
.resizing *::before,
.resizing *::after {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition-delay: unset !important;
  transition-delay: unset !important;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}

a {
  color: #000;
  text-decoration: none;
}

.pc_b {
  display: none;
}
@media print, screen and (min-width: 1271px) {
  .pc_b {
    display: block !important;
  }
}

.pc_i {
  display: none;
}
@media print, screen and (min-width: 1271px) {
  .pc_i {
    display: inline !important;
  }
}

.pc_ib {
  display: none;
}
@media print, screen and (min-width: 1271px) {
  .pc_ib {
    display: inline-block !important;
  }
}

.pc_f {
  display: none;
}
@media print, screen and (min-width: 1271px) {
  .pc_f {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
}

.pad_b {
  display: none;
}
@media print, screen and (min-width: 768px) and (max-width: 1270px) {
  .pad_b {
    display: block !important;
  }
}

.pad_i {
  display: none;
}
@media print, screen and (min-width: 768px) and (max-width: 1270px) {
  .pad_i {
    display: inline !important;
  }
}

.pad_ib {
  display: none;
}
@media print, screen and (min-width: 768px) and (max-width: 1270px) {
  .pad_ib {
    display: inline-block !important;
  }
}

.pad_f {
  display: none;
}
@media print, screen and (min-width: 768px) and (max-width: 1270px) {
  .pad_f {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
}

.pad_n {
  display: none;
}
@media print, screen and (min-width: 768px) and (max-width: 1270px) {
  .pad_n {
    display: none !important;
  }
}

.sp_b {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_b {
    display: block !important;
  }
}

.sp_i {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_i {
    display: inline !important;
  }
}

.sp_ib {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_ib {
    display: inline-block !important;
  }
}

.sp_f {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_f {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
}

.pad_low {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pad_low {
    display: inline !important;
  }
}

.pad_high {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  .pad_high {
    display: inline !important;
  }
}

/*-------------------------------------------------------------------*/
/* st-Wrapper */
/*-------------------------------------------------------------------*/
.st-Wrapper {
  overflow: hidden;
  position: relative;
}

/*-------------------------------------------------------------------*/
/* st-Main */
/*-------------------------------------------------------------------*/
.st-Main {
  position: relative;
  z-index: 1;
}

/*-------------------------------------------------------------------*/
/* sw-Background */
/*-------------------------------------------------------------------*/
.sw-Background {
  width: 100%;
  width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.sw-Background .square {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.sw-Background .square::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../images/common/bg_background_pattern.png) 50% 50% repeat;
  background-size: 0.8333333333vw;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
  .sw-Background .square::before {
    background-size: 2.0833333333vw;
  }
}
.sw-Background .square.s {
  width: 124px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .sw-Background .square.s {
    width: 16.1458333333vw;
    height: 13.0208333333vw;
  }
}
.sw-Background .square.s {
  top: 711px;
  left: 1540px;
}
@media screen and (max-width: 767px) {
  .sw-Background .square.s {
    top: 104.9479166667vw;
    left: 90.8854166667vw;
  }
}
.sw-Background .square.s::before {
  -webkit-animation: square 5s ease-in-out infinite;
  animation: square 5s ease-in-out infinite;
}
.sw-Background .square.l {
  width: 380px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .sw-Background .square.l {
    width: 49.4791666667vw;
    height: 26.0416666667vw;
  }
}
.sw-Background .square.l {
  top: 2511px;
  left: 180px;
}
@media screen and (max-width: 767px) {
  .sw-Background .square.l {
    top: 326.953125vw;
    left: 75.390625vw;
  }
}
.sw-Background .square.l::before {
  -webkit-animation: square 5s ease-in-out infinite;
  animation: square 5s ease-in-out infinite;
}
.sw-Background .circle {
  display: block;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sw-Background .circle.s {
  width: 682px;
  height: 719px;
  background: url(../../images/common/bg_background_circle_s.png) 50% 50% repeat;
  background-size: contain;
  -webkit-animation: circle-s 40s ease-in-out infinite alternate;
  animation: circle-s 40s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .sw-Background .circle.s {
    width: 88.8020833333vw;
    height: 93.6197916667vw;
  }
}
.sw-Background .circle.s {
  top: 1488px;
  left: -386px;
}
@media screen and (max-width: 767px) {
  .sw-Background .circle.s {
    top: 206.1197916667vw;
    left: -1.4322916667vw;
  }
}
.sw-Background .circle.m {
  width: 1316px;
  height: 1021px;
  background: url(../../images/common/bg_background_circle_m.png) 50% 50% repeat;
  background-size: contain;
  -webkit-animation: circle-m 40s ease-in-out infinite alternate;
  animation: circle-m 40s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .sw-Background .circle.m {
    width: 171.3541666667vw;
    height: 132.9427083333vw;
  }
}
.sw-Background .circle.m {
  top: 2833px;
  left: 302px;
}
@media screen and (max-width: 767px) {
  .sw-Background .circle.m {
    top: 381.25vw;
    left: 8.3333333333vw;
  }
}
.sw-Background .circle.l {
  width: 1283px;
  height: 1067px;
  background: url(../../images/common/bg_background_circle_l.png) 50% 50% repeat;
  background-size: contain;
  -webkit-animation: circle-l 40s ease-in-out infinite alternate;
  animation: circle-l 40s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .sw-Background .circle.l {
    width: 167.0572916667vw;
    height: 138.9322916667vw;
  }
}
.sw-Background .circle.l {
  top: 1019px;
  left: 1065px;
}
@media screen and (max-width: 767px) {
  .sw-Background .circle.l {
    top: 145.0520833333vw;
    left: 29.296875vw;
  }
}
.sw-Background .wave {
  display: block;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sw-Background .wave.purple {
  width: 162px;
  height: 24px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .sw-Background .wave.purple {
    width: 21.09375vw;
    height: 3.125vw;
  }
}
.sw-Background .wave.purple::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../../images/common/bg_background_wave_purple.png) 50% 50% repeat;
  background-size: 162px;
  -webkit-animation: wave 10s ease-in-out infinite;
  animation: wave 10s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .sw-Background .wave.purple::before {
    background-size: 21.09375vw;
  }
}
.sw-Background .wave.purple {
  top: 820px;
  left: 1809px;
}
@media screen and (max-width: 767px) {
  .sw-Background .wave.purple {
    top: 119.140625vw;
    left: 91.1458333333vw;
  }
}
.sw-Background .wave.orange {
  width: 149px;
  height: 28px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .sw-Background .wave.orange {
    width: 19.4010416667vw;
    height: 3.6458333333vw;
  }
}
.sw-Background .wave.orange::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../../images/common/bg_background_wave_orange.png) 50% 50% repeat;
  background-size: 149px;
  -webkit-animation: wave 10s ease-in-out infinite;
  animation: wave 10s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .sw-Background .wave.orange::before {
    background-size: 19.4010416667vw;
  }
}
.sw-Background .wave.orange {
  top: 2847px;
  left: 75px;
}
@media screen and (max-width: 767px) {
  .sw-Background .wave.orange {
    top: 426.6927083333vw;
    left: -2.6041666667vw;
  }
}

.sw-CaseList {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) and (max-width: 1270px) {
  .sw-CaseList {
    width: 84.375vw;
  }
}
@media screen and (max-width: 767px) {
  .sw-CaseList {
    width: 89.5833333333vw;
  }
}
.sw-CaseList > ul {
  margin: 0 0 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media print, screen and (min-width: 768px) and (max-width: 1270px) {
  .sw-CaseList > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .sw-CaseList > ul {
    margin: 0 0 5.2083333333vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 4.4270833333vw 0;
  }
}
.sw-CaseList > ul li {
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sw-CaseList > ul li {
    width: 100%;
    max-width: 100%;
  }
}
@media (any-hover: hover) {
  .sw-CaseList > ul li .thumbnail img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sw-CaseList > ul li:hover .thumbnail img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.sw-CaseList > ul li a {
  display: block;
  height: 100%;
}
.sw-CaseList > ul li .thumbnail {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #eee;
  position: relative;
}
@media print, screen and (min-width: 768px) and (max-width: 1270px) {
  .sw-CaseList > ul li .thumbnail {
    height: 21.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sw-CaseList > ul li .thumbnail {
    height: 43.8802083333vw;
  }
}
.sw-CaseList > ul li .thumbnail figure {
  width: 100%;
  height: 100%;
}
.sw-CaseList > ul li .thumbnail figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .sw-CaseList > ul li .thumbnail a figure img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sw-CaseList > ul li .thumbnail a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.sw-CaseList > ul li .text {
  padding: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .sw-CaseList > ul li .text {
    padding: 3.125vw 0 1.3020833333vw;
  }
}
.sw-CaseList > ul li .text .name {
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .sw-CaseList > ul li .text .name {
    margin: 0 0 1.8229166667vw;
  }
}
.sw-CaseList > ul li .text .name p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sw-CaseList > ul li .text .name p {
    font-size: 30px;
    font-size: 3rem;
  }
}
.sw-CaseList > ul li .text .title {
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .sw-CaseList > ul li .text .title {
    margin: 0 0 3.90625vw;
  }
}
.sw-CaseList > ul li .text .title p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #878787;
}
@media screen and (max-width: 767px) {
  .sw-CaseList > ul li .text .title p {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.sw-CaseList > ul li .text .category {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 6px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sw-CaseList > ul li .text .category {
    margin: 0 0 2.34375vw;
    gap: 1.3020833333vw;
  }
}
.sw-CaseList > ul li .text .category span {
  padding: 6px 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #595959;
  background: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .sw-CaseList > ul li .text .category span {
    padding: 1.171875vw 2.9947916667vw;
    font-size: 2.6041666667vw;
  }
}
.sw-CaseList .btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sw-CaseList .btn.animated {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.sw-CaseList .btn a {
  width: 280px;
  margin: 0 auto;
  padding: 25px 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.12em;
  display: block;
  background: #f6d82f;
  position: relative;
  -webkit-box-shadow: 0 10px 20px 0 rgba(162, 169, 180, 0.3);
  box-shadow: 0 10px 20px 0 rgba(162, 169, 180, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 768px) and (max-width: 1270px) {
  .sw-CaseList .btn a {
    width: 34.25vw;
  }
}
@media screen and (max-width: 767px) {
  .sw-CaseList .btn a {
    width: 71.3541666667vw;
    padding: 4.8177083333vw 0;
    font-size: 26px;
    font-size: 2.6rem;
    -webkit-box-shadow: 0 1.3020833333vw 2.6041666667vw 0 rgba(162, 169, 180, 0.3);
    box-shadow: 0 1.3020833333vw 2.6041666667vw 0 rgba(162, 169, 180, 0.3);
  }
}
.sw-CaseList .btn a::after {
  content: "";
  width: 17px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  background: url(../../images/common/icon_arrow_black.svg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sw-CaseList .btn a::after {
    width: 3.2552083333vw;
    height: 2.0833333333vw;
    right: 5.2083333333vw;
  }
}
@media (any-hover: hover) {
  .sw-CaseList .btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sw-CaseList .btn a:hover {
    color: #fff;
    background: #000;
  }
  .sw-CaseList .btn a:hover::after {
    background: url(../../images/common/icon_arrow_white.svg) 0 0 no-repeat;
  }
}

.sw-Template-Blog {
  width: 100%;
  padding: 80px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sw-Template-Blog {
    padding: 10.9375vw 0 11.71875vw;
  }
}
.sw-Template-Blog .template-Inner {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) and (max-width: 1270px) {
  .sw-Template-Blog .template-Inner {
    width: 84.375vw;
  }
}
@media screen and (max-width: 767px) {
  .sw-Template-Blog .template-Inner {
    width: 89.5833333333vw;
  }
}
.sw-Template-Blog .template-Inner a {
  color: #000;
  text-decoration: none;
}
.sw-Template-Blog .template-section-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sw-Template-Blog .template-section-title-wrap {
    margin-bottom: 5.40625vw;
  }
}
.sw-Template-Blog .template-section-title-wrap .template-section-title {
  margin-bottom: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.sw-Template-Blog .template-section-title-wrap .more-btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sw-Template-Blog .template-section-title-wrap .more-btn a {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.12em;
  display: block;
  position: relative;
  font-size: 1.4rem;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .sw-Template-Blog .template-section-title-wrap .more-btn a {
    font-size: 2rem;
    padding-right: 14px;
  }
}
.sw-Template-Blog .template-section-title-wrap .more-btn a::after {
  content: "";
  width: 12px;
  height: 7px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  background: url(../../images/common/icon_arrow_black.svg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sw-Template-Blog .template-section-title-wrap .more-btn a::after {
    width: 2.6041666667vw;
    height: 1.3020833333vw;
  }
}
@media (any-hover: hover) {
  .sw-Template-Blog .template-section-title-wrap .more-btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sw-Template-Blog .template-section-title-wrap .more-btn a:hover {
    opacity: 0.4;
  }
}
.sw-Template-Blog .template-section-title-wrap .more-btn._white_ a {
  color: #fff;
}
.sw-Template-Blog .template-section-title-wrap .more-btn._white_ a::after {
  background: url(../../images/common/icon_arrow_white.svg) 0 0 no-repeat;
}
.sw-Template-Blog .template-section-title {
  padding: 0 60px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 700;
  color: #322e57;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translateY(-0.5208333333vw);
  transform: translateY(-0.5208333333vw);
}
@media screen and (max-width: 1270px) {
  .sw-Template-Blog .template-section-title {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .sw-Template-Blog .template-section-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.5;
    -webkit-transform: translateY(-1.3020833333vw);
    transform: translateY(-1.3020833333vw);
  }
}
.sw-Template-Blog .template-section-title::before {
  content: "";
  width: 30px;
  height: 1px;
  margin: 0 28px 0 0;
  background: #322e57;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sw-Template-Blog .template-section-title::before {
    width: 3.90625vw;
    margin: 0 3.90625vw 0 0;
    -webkit-transform: translateY(3.2552083333vw);
    transform: translateY(3.2552083333vw);
  }
}
body.en .sw-Template-Blog .template-section-title {
  letter-spacing: 0;
}
.sw-Template-Blog .template-section-title {
  font-size: 26px;
  font-size: 2.6rem;
  padding: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sw-Template-Blog .template-section-title {
    margin-bottom: 3.90625vw;
  }
}
.sw-Template-Blog .template-section-title::before {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
@media screen and (max-width: 767px) {
  .sw-Template-Blog .template-section-title::before {
    -webkit-transform: translateY(3.125vw);
    transform: translateY(3.125vw);
  }
}
.sw-Template-Blog .template-section-title::after {
  content: none;
}
.sw-Template-Blog .template-section-title._white_ {
  color: #fff;
}
.sw-Template-Blog .template-section-title._white_::before {
  background: #fff;
}
.sw-Template-Blog .case-List {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media print, screen and (min-width: 768px) and (max-width: 900px) {
  .sw-Template-Blog .case-List {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .sw-Template-Blog .case-List {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.90625vw 6.5104166667vw;
  }
}
.sw-Template-Blog .case-List li {
  width: 100%;
  padding-left: 0;
  text-indent: 0;
  overflow: hidden;
  position: relative;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .sw-Template-Blog .case-List li {
    width: 100%;
    max-width: 100%;
  }
}
.sw-Template-Blog .case-List li + li {
  margin: 0;
}
@media (any-hover: hover) {
  .sw-Template-Blog .case-List li .thumbnail img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sw-Template-Blog .case-List li:hover .thumbnail img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.sw-Template-Blog .case-List li a {
  display: block;
  height: 100%;
}
.sw-Template-Blog .case-List li .thumbnail {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #eee;
  position: relative;
}
@media print, screen and (min-width: 768px) and (max-width: 1270px) {
  .sw-Template-Blog .case-List li .thumbnail {
    height: 21.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sw-Template-Blog .case-List li .thumbnail {
    height: 31.25vw;
  }
}
.sw-Template-Blog .case-List li .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .sw-Template-Blog .case-List li .thumbnail a figure img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sw-Template-Blog .case-List li .thumbnail a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.sw-Template-Blog .case-List li .text {
  padding: 20px 0 10px;
  display: grid;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .sw-Template-Blog .case-List li .text {
    padding: 2.6041666667vw 0 1.3020833333vw;
    gap: 1.3020833333vw;
  }
}
.sw-Template-Blog .case-List li .text .date p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #b8b8b8;
}
@media screen and (max-width: 767px) {
  .sw-Template-Blog .case-List li .text .date p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.sw-Template-Blog .case-List li .text .title p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #26213C;
}
@media screen and (max-width: 767px) {
  .sw-Template-Blog .case-List li .text .title p {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.sw-Template-Blog .case-List li .text .category {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 6px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sw-Template-Blog .case-List li .text .category {
    margin: 2.34375vw 0 0;
    gap: 1.3020833333vw;
  }
}
.sw-Template-Blog .case-List li .text .category span {
  padding: 6px 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #595959;
  background: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .sw-Template-Blog .case-List li .text .category span {
    padding: 1.171875vw 2.9947916667vw;
    font-size: 2.6041666667vw;
  }
}
.sw-Template-Blog .btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sw-Template-Blog .btn a {
  width: 280px;
  margin: 0 auto;
  padding: 25px 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.12em;
  display: block;
  background: #f6d82f;
  position: relative;
  -webkit-box-shadow: 0 10px 20px 0 rgba(162, 169, 180, 0.3);
  box-shadow: 0 10px 20px 0 rgba(162, 169, 180, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 768px) and (max-width: 1270px) {
  .sw-Template-Blog .btn a {
    width: 34.25vw;
  }
}
@media screen and (max-width: 767px) {
  .sw-Template-Blog .btn a {
    width: 72.9166666667vw;
    padding: 6.5104166667vw 0;
    font-size: 28px;
    font-size: 2.8rem;
    -webkit-box-shadow: 0 1.3020833333vw 2.6041666667vw 0 rgba(162, 169, 180, 0.3);
    box-shadow: 0 1.3020833333vw 2.6041666667vw 0 rgba(162, 169, 180, 0.3);
  }
}
.sw-Template-Blog .btn a::after {
  content: "";
  width: 17px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  background: url(../../images/common/icon_arrow_black.svg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sw-Template-Blog .btn a::after {
    width: 4.4270833333vw;
    height: 2.6041666667vw;
    right: 7.8125vw;
  }
}
@media (any-hover: hover) {
  .sw-Template-Blog .btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sw-Template-Blog .btn a:hover {
    color: #fff;
    background: #000;
  }
  .sw-Template-Blog .btn a:hover::after {
    background: url(../../images/common/icon_arrow_white.svg) 0 0 no-repeat;
  }
}

.sub {
  position: relative;
}
.sub::before {
  content: "";
  position: absolute;
  top: 106px;
  right: 0;
  font-family: din-condensed, sans-serif;
  font-size: 300px;
  font-size: 30rem;
  color: #fbfafb;
}
@media screen and (max-width: 767px) {
  .sub::before {
    top: 20.8333333333vw;
    font-size: 140px;
    font-size: 14rem;
  }
}
.sub.second-level {
  padding: 183px 0 0;
}
@media screen and (max-width: 767px) {
  .sub.second-level {
    padding: 22.1354166667vw 0 0;
  }
}
.sub.third-level {
  padding: 190px 0 0;
}
@media screen and (max-width: 767px) {
  .sub.third-level {
    padding: 20.1822916667vw 0 0;
  }
}
.sub-Wave {
  -webkit-transform: scale(-1, 1) translateX(30%);
  transform: scale(-1, 1) translateX(30%);
  position: absolute;
  top: 171px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sub-Wave {
    top: 29.6875vw;
  }
}
.sub-Wrapper::before, .sub-Wrapper::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}
.sub-Wrapper::before {
  height: 332px;
  top: calc(170px + 19.7916666667vw);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(251, 250, 251)), to(rgb(236, 238, 241)));
  background: -webkit-linear-gradient(top, rgb(251, 250, 251) 0%, rgb(236, 238, 241) 100%);
  background: linear-gradient(to bottom, rgb(251, 250, 251) 0%, rgb(236, 238, 241) 100%);
}
@media screen and (max-width: 767px) {
  .sub-Wrapper::before {
    height: 43.2291666667vw;
    top: 49.21875vw;
  }
}
.sub-Wrapper::after {
  height: calc(100% - 502px - 19.7916666667vw);
  top: calc(502px + 19.7916666667vw);
  background: #eceef1;
}
@media screen and (max-width: 767px) {
  .sub-Wrapper::after {
    height: calc(100% - 92.4479166667vw);
    top: 92.4479166667vw;
  }
}
.sub-Content {
  position: relative;
  z-index: 1;
}
.sub-Heading {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1270px) {
  .sub-Heading {
    width: 84.375vw;
  }
}
@media screen and (max-width: 767px) {
  .sub-Heading {
    width: 86.9791666667vw;
  }
}
.second-level .sub-Heading .heading {
  margin: 0 0 90px;
}
@media screen and (max-width: 767px) {
  .second-level .sub-Heading .heading {
    margin: 0 0 7.8125vw;
  }
}
.second-level .sub-Heading .heading span {
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.second-level .sub-Heading .heading span.en {
  font-family: din-condensed, sans-serif;
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .second-level .sub-Heading .heading span.en {
    font-size: 86px;
    font-size: 8.6rem;
  }
}
body.en .second-level .sub-Heading .heading span.en {
  letter-spacing: 0;
}
.second-level .sub-Heading .heading span.ja {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .second-level .sub-Heading .heading span.ja {
    margin: 1.3020833333vw 0 0;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.third-level .sub-Heading .heading {
  margin: 0 0 90px;
}
@media screen and (max-width: 767px) {
  .third-level .sub-Heading .heading {
    margin: 0 0 10.4166666667vw;
  }
}
.third-level .sub-Heading .heading span {
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.third-level .sub-Heading .heading span.en {
  font-family: din-condensed, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .third-level .sub-Heading .heading span.en {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body.en .third-level .sub-Heading .heading span.en {
  letter-spacing: 0;
}
.third-level .sub-Heading .heading span.ja {
  margin: 15px 0 0;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .third-level .sub-Heading .heading span.ja {
    margin: 2.6041666667vw 0 0;
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 1.3571428571;
  }
}
body.en .third-level .sub-Heading .heading span.ja {
  letter-spacing: 0;
}
.sub-Heading .breadcrumb {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sub-Heading .breadcrumb {
    font-size: 20px;
    font-size: 2rem;
  }
}
.sub-Heading .breadcrumb span a {
  color: #666;
}
@media print, screen and (min-width: 768px) {
  .sub-Heading .breadcrumb span a:hover {
    text-decoration: underline;
  }
}
.sub-Heading .breadcrumb span + span {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  .sub-Heading .breadcrumb span + span {
    margin: 0 0 0 2.6041666667vw;
  }
}
.sub-Heading .breadcrumb span + span::before {
  content: ">";
  margin: 0 15px 0 0;
  color: #bbb;
}
@media screen and (max-width: 767px) {
  .sub-Heading .breadcrumb span + span::before {
    margin: 0 2.6041666667vw 0 0;
  }
}
.sub-Section {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  background: #fff;
}
@media screen and (max-width: 1270px) {
  .sub-Section {
    width: 84.375vw;
    padding: 50px 75px 37.5px;
  }
}
@media screen and (max-width: 767px) {
  .sub-Section {
    width: 89.5833333333vw;
    padding: 10.4166666667vw 7.8125vw;
  }
}
.sub-Section_Body {
  padding: 0 120px;
}
@media screen and (max-width: 1270px) {
  .sub-Section_Body {
    padding: 0;
  }
}
.sub-Section + .sub-Section {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .sub-Section + .sub-Section {
    margin: 5.2083333333vw auto 0;
  }
}

.js-Animation.fadeUp {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s linear, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s linear, transform 0.5s ease-out;
  transition: opacity 0.5s linear, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
@media print, screen and (min-width: 768px) {
  .js-Animation.fadeUp {
    -webkit-transform: translateY(2.6041666667vw);
    transform: translateY(2.6041666667vw);
  }
}
.js-Animation.fadeUp.animated {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/*-------------------------------------------------------------------*/
/* Header */
/*-------------------------------------------------------------------*/
.st-Header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.st-Header.scrolled {
  background: rgba(255, 255, 255, 0.9);
}
.st-Header_Content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 16px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
@media print, screen and (min-width: 768px) and (max-width: 1270px) {
  .st-Header_Content {
    width: 84.375vw;
  }
}
@media screen and (max-width: 767px) {
  .st-Header_Content {
    min-width: auto;
    padding: 1.953125vw 6.5104166667vw;
  }
}
.st-Header_Logo {
  width: 230px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1270px) {
  .st-Header_Logo {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
@media screen and (max-width: 767px) {
  .st-Header_Logo {
    width: 35.6770833333vw;
  }
}
.st-Header_Logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  .st-Header_Logo a {
    background: transparent;
  }
}
@media print, screen and (min-width: 768px) {
  .st-Header_Logo a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Logo a:hover {
    opacity: 0.6;
  }
}
.st-Header_Logo a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .st-Header_Logo a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.st-Header_Language {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.st-Header_Language::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../../images/common/header/icon_language.svg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .st-Header_Language::before {
    width: 3.125vw;
    height: 3.125vw;
  }
}
.st-Header_Language ul {
  margin: 0 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .st-Header_Language ul {
    margin: 0 0 0 1.953125vw;
  }
}
.st-Header_Language ul li {
  font-family: din-condensed, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #4b438f;
}
@media screen and (max-width: 767px) {
  .st-Header_Language ul li {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.st-Header_Language ul li a {
  color: #4b438f;
}
@media print, screen and (min-width: 1271px) {
  .st-Header_Language ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Language ul li a:hover {
    color: #000;
  }
}
.st-Header_Language ul li.current {
  color: #000;
}
.st-Header_Language ul li + li {
  margin: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .st-Header_Language ul li + li {
    margin: 0 0 0 5.2083333333vw;
  }
}
.st-Header_Language ul li + li::before {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -11px;
  display: block;
  background: #4b438f;
}
@media screen and (max-width: 767px) {
  .st-Header_Language ul li + li::before {
    height: 2.8645833333vw;
    left: -2.734375vw;
  }
}
.st-Header_Language_Sp {
  margin: 0 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .st-Header_Language_Sp {
    margin: 0 0 0 2.6041666667vw;
  }
}
@media print, screen and (min-width: 1025px) {
  .st-Header_Language_Sp {
    display: none;
  }
}
.st-Header_Language_Sp::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../../images/common/header/icon_language.svg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .st-Header_Language_Sp::before {
    width: 3.125vw;
    height: 3.125vw;
  }
}
.st-Header_Language_Sp ul {
  margin: 0 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .st-Header_Language_Sp ul {
    margin: 0 0 0 1.6927083333vw;
  }
}
.st-Header_Language_Sp ul li {
  font-family: din-condensed, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #4b438f;
}
@media screen and (max-width: 767px) {
  .st-Header_Language_Sp ul li {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.st-Header_Language_Sp ul li a {
  color: #4b438f;
}
@media print, screen and (min-width: 1271px) {
  .st-Header_Language_Sp ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Language_Sp ul li a:hover {
    color: #000;
  }
}
.st-Header_Language_Sp ul li.current {
  color: #000;
}
.st-Header_Language_Sp ul li + li {
  margin: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .st-Header_Language_Sp ul li + li {
    margin: 0 0 0 5.2083333333vw;
  }
}
.st-Header_Language_Sp ul li + li::before {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -11px;
  display: block;
  background: #4b438f;
}
@media screen and (max-width: 767px) {
  .st-Header_Language_Sp ul li + li::before {
    height: 2.8645833333vw;
    left: -2.734375vw;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Hamburger {
    margin: 0 0 0 auto;
    display: block;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Hamburger::before {
    content: "MENU";
    left: -61px;
    color: #4b438f;
  }
}
@media screen and (max-width: 767px) {
  .st-Header_Hamburger::before {
    left: -10.15625vw;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Hamburger::after {
    content: "CLOSE";
    left: -67px;
    color: #fff;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .st-Header_Hamburger::after {
    left: -11.0677083333vw;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Hamburger::before, .st-Header_Hamburger::after {
    font-family: din-condensed, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: 0.1em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .st-Header_Hamburger::before, .st-Header_Hamburger::after {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Hamburger .btn {
    width: 48px;
    height: 48px;
    background: #4b438f;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .st-Header_Hamburger .btn {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Hamburger .btn .hamburger {
    width: 16px;
    height: 14px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .st-Header_Hamburger .btn .hamburger {
    width: 2.6041666667vw;
    height: 2.34375vw;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Hamburger .btn .hamburger span {
    width: 16px;
    height: 2px;
    min-height: 1px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .st-Header_Hamburger .btn .hamburger span {
    width: 2.6041666667vw;
    height: 0.2604166667vw;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Hamburger .btn .hamburger span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Hamburger .btn .hamburger span:nth-child(2) {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Hamburger .btn .hamburger span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #35315a;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav {
    padding: 180px 0 0;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
  .st-Header_Nav {
    padding: 21.6145833333vw 0 0;
  }
}
.st-Header_Nav .global .top {
  margin: 0 4px 14px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 0 45px;
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global .top {
    display: none;
  }
}
.st-Header_Nav .global .top > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 40px;
}
.st-Header_Nav .global .top > ul > li {
  position: relative;
}
.st-Header_Nav .global .top > ul > li::after {
  content: "";
  width: 1px;
  height: 14px;
  background: #DFE8EE;
  position: absolute;
  right: -21px;
  top: calc(50% - 7px);
}
.st-Header_Nav .global .top > ul > li:last-of-type::after {
  content: none;
}
.st-Header_Nav .global .top > ul > li p {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #7b7b7b;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.st-Header_Nav .global .top > ul > li p a {
  color: #7b7b7b;
}
@media (any-hover: hover) {
  .st-Header_Nav .global .top > ul > li p a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .top > ul > li p a:hover {
    opacity: 0.7;
  }
}
.st-Header_Nav .global .top > ul > li.item {
  margin: 0 4px 0 0;
}
.st-Header_Nav .global .top > ul > li.item p.nolink {
  padding: 0 16px 0 0;
  cursor: pointer;
}
.st-Header_Nav .global .top > ul > li.item p.nolink::after {
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.64419%204.0785L0.815687%201.25L1.52269%200.542999L3.99769%203.018L6.47269%200.542999L7.17969%201.25L4.35119%204.0785C4.25742%204.17223%204.13027%204.22489%203.99769%204.22489C3.86511%204.22489%203.73795%204.17223%203.64419%204.0785Z%22%20fill%3D%22%237B7B7B%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0/100% auto;
}
@media print, screen and (min-width: 1025px) {
  .st-Header_Nav .global .top > ul > li > p {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .top > ul > li > p::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .top > ul > li:hover > p {
    opacity: 0.7;
  }
  .st-Header_Nav .global .top > ul > li:hover > p.nolink::after {
    top: calc(50% - 4px);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
  }
  .st-Header_Nav .global .top > ul > li:hover .mega-Menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .st-Header_Nav .global .top > ul > li:hover .mega-Menu .mega-Menu_Content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.st-Header_Nav .global .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global .bottom {
    display: none;
  }
}
.st-Header_Nav .global .bottom > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 30px;
}
.st-Header_Nav .global .bottom > ul > li p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
}
.st-Header_Nav .global .bottom > ul > li.item {
  margin: 0 10px 0 0;
}
.st-Header_Nav .global .bottom > ul > li.item:last-child {
  margin: 0;
}
.st-Header_Nav .global .bottom > ul > li.item > p.nolink {
  padding: 0 17px 0 0;
  position: relative;
  cursor: pointer;
}
.st-Header_Nav .global .bottom > ul > li.item > p.nolink::after {
  content: "";
  width: 10px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.46628%205.61779L0.223532%201.37504L1.28403%200.314544L4.99653%204.02704L8.70903%200.314545L9.76953%201.37504L5.52678%205.61779C5.38614%205.7584%205.1954%205.83738%204.99653%205.83738C4.79766%205.83738%204.60693%205.7584%204.46628%205.61779Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0/100% auto;
}
@media print, screen and (min-width: 1025px) {
  .st-Header_Nav .global .bottom > ul > li > p a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .bottom > ul > li > p a::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .bottom > ul > li > p.nolink {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .bottom > ul > li > p.nolink::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .bottom > ul > li:hover > p a {
    opacity: 0.7;
  }
  .st-Header_Nav .global .bottom > ul > li:hover > p a::after {
    top: calc(50% - 3px);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
  }
  .st-Header_Nav .global .bottom > ul > li:hover > p.nolink {
    opacity: 0.7;
  }
  .st-Header_Nav .global .bottom > ul > li:hover > p.nolink::after {
    top: calc(50% - 3px);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
  }
  .st-Header_Nav .global .bottom > ul > li:hover .mega-Menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .st-Header_Nav .global .bottom > ul > li:hover .mega-Menu .mega-Menu_Content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.st-Header_Nav .global .bottom .contact {
  width: 140px;
  height: 30px;
  position: relative;
  z-index: 1;
}
.st-Header_Nav .global .bottom .contact a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: #F6D82F;
}
@media (any-hover: hover) {
  .st-Header_Nav .global .bottom .contact a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .bottom .contact a:hover {
    color: #FFF;
    background: #000;
  }
}
.st-Header_Nav .global .mega-Menu {
  width: 1200px;
  height: 200px;
  margin: 0 auto 30px;
  position: fixed;
  top: 30px;
  left: calc(50% - 600px);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
@media print, screen and (min-width: 1025px) and (max-width: 1270px) {
  .st-Header_Nav .global .mega-Menu {
    width: 90%;
    left: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global .mega-Menu {
    display: none;
  }
}
.st-Header_Nav .global .mega-Menu.test {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.st-Header_Nav .global .mega-Menu.test .mega-Menu_Content {
  -webkit-filter: blur(0);
  filter: blur(0);
}
@media (any-hover: hover) {
  .st-Header_Nav .global .mega-Menu {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.st-Header_Nav .global .mega-Menu_Overlay {
  width: 100%;
  height: calc(100% - 100px);
  position: fixed;
  top: 100px;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  pointer-events: none;
}
.st-Header_Nav .global .mega-Menu_Content {
  width: 1200px;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 90px;
  left: calc(50% - 600px);
  overflow: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  will-change: filter;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media print, screen and (min-width: 1025px) and (max-width: 1270px) {
  .st-Header_Nav .global .mega-Menu_Content {
    width: 100%;
    left: 0;
  }
}
.st-Header_Nav .global .mega-Menu_Content.no-Tab {
  min-height: 140px;
}
.st-Header_Nav .global .mega-Menu_Content.no-Tab .content-Name {
  width: 290px;
  padding: 22px 30px 0 30px;
}
.st-Header_Nav .global .mega-Menu_Content.no-Tab .content-Menu {
  width: 970px;
  padding: 0;
  border-right: none;
}
.st-Header_Nav .global .mega-Menu_Content .content-Name {
  width: 230px;
  padding: 25px 30px 0 30px;
  background: #FBFBFB;
  border-right: 1px solid #E9E9E9;
  position: relative;
}
@media print, screen and (min-width: 1025px) and (max-width: 1270px) {
  .st-Header_Nav .global .mega-Menu_Content .content-Name {
    width: 180px;
    padding: 25px 20px 0 20px;
  }
}
.st-Header_Nav .global .mega-Menu_Content .content-Name p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #333;
}
.st-Header_Nav .global .mega-Menu_Content .content-Name .detail-Btn {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media print, screen and (min-width: 1025px) and (max-width: 1270px) {
  .st-Header_Nav .global .mega-Menu_Content .content-Name .detail-Btn {
    left: 20px;
    bottom: 20px;
  }
}
.st-Header_Nav .global .mega-Menu_Content .content-Name .detail-Btn a {
  padding: 11px 31px 12px 15px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #787878;
  position: relative;
  border: 1px solid #dedede;
  border-radius: 5px;
  display: inline-block;
}
.st-Header_Nav .global .mega-Menu_Content .content-Name .detail-Btn a:after {
  content: "";
  width: 11px;
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
  background: url(../../images/common/icon_arrow_black.svg) no-repeat 0 0/100% auto;
}
@media (any-hover: hover) {
  .st-Header_Nav .global .mega-Menu_Content .content-Name .detail-Btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .mega-Menu_Content .content-Name .detail-Btn a:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .mega-Menu_Content .content-Name .detail-Btn a:hover {
    color: #fff;
    background: #212323;
  }
  .st-Header_Nav .global .mega-Menu_Content .content-Name .detail-Btn a:hover:after {
    background: url(../../images/common/icon_arrow_white.svg) no-repeat 0 0/100% auto;
  }
}
.st-Header_Nav .global .mega-Menu_Content .content-Menu {
  width: 287px;
  padding: 8px 0;
  border-right: 1px solid #E9E9E9;
}
@media print, screen and (min-width: 1025px) and (max-width: 1270px) {
  .st-Header_Nav .global .mega-Menu_Content .content-Menu {
    min-width: 210px;
  }
}
.st-Header_Nav .global .mega-Menu_Content .content-Menu .tab-List_Item {
  height: 60px;
  padding: 0 30px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 1025px) and (max-width: 1270px) {
  .st-Header_Nav .global .mega-Menu_Content .content-Menu .tab-List_Item {
    padding: 0 30px 0 15px;
  }
}
.st-Header_Nav .global .mega-Menu_Content .content-Menu .tab-List_Item span {
  margin: -15px 20px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
.st-Header_Nav .global .mega-Menu_Content .content-Menu .tab-List_Item:after {
  content: "";
  width: 11px;
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  background: url(../../images/common/icon_arrow_black.svg) no-repeat 0 0/100% auto;
}
@media (any-hover: hover) {
  .st-Header_Nav .global .mega-Menu_Content .content-Menu .tab-List_Item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .mega-Menu_Content .content-Menu .tab-List_Item:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .mega-Menu_Content .content-Menu .tab-List_Item:hover {
    color: #fff;
    background: #444343;
  }
  .st-Header_Nav .global .mega-Menu_Content .content-Menu .tab-List_Item:hover:after {
    background: url(../../images/common/icon_arrow_white.svg) no-repeat 0 0/100% auto;
  }
}
.st-Header_Nav .global .mega-Menu_Content .content-Menu .tab-List_Item.active {
  color: #fff;
  background: #444343;
}
.st-Header_Nav .global .mega-Menu_Content .content-Menu .tab-List_Item.active:after {
  background: url(../../images/common/icon_arrow_white.svg) no-repeat 0 0/100% auto;
}
.st-Header_Nav .global .mega-Menu_Content .content-Menu .tab-List_Item + .tab-List_Item {
  border-top: 1px solid #E9E9E9;
}
.st-Header_Nav .global .mega-Menu_Content .content-Menu .link-List {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.st-Header_Nav .global .mega-Menu_Content .content-Menu .link-List li:nth-of-type(1) a, .st-Header_Nav .global .mega-Menu_Content .content-Menu .link-List li:nth-of-type(2) a {
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
.st-Header_Nav .global .mega-Menu_Content .content-Menu .link-List li:nth-of-type(3) a {
  border-bottom: 1px solid #E9E9E9;
}
.st-Header_Nav .global .mega-Menu_Content .content-Menu .link-List li:nth-of-type(4) a, .st-Header_Nav .global .mega-Menu_Content .content-Menu .link-List li:nth-of-type(5) a {
  border-right: 1px solid #E9E9E9;
}
.st-Header_Nav .global .mega-Menu_Content .content-Menu .link-List li a {
  height: 70px;
  padding: 0 40px 0 30px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 1025px) and (max-width: 1270px) {
  .st-Header_Nav .global .mega-Menu_Content .content-Menu .link-List li a {
    padding: 0 30px 0 15px;
  }
}
.st-Header_Nav .global .mega-Menu_Content .content-Menu .link-List li a:after {
  content: "";
  width: 11px;
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  background: url(../../images/common/icon_arrow_black.svg) no-repeat 0 0/100% auto;
}
@media (any-hover: hover) {
  .st-Header_Nav .global .mega-Menu_Content .content-Menu .link-List li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .mega-Menu_Content .content-Menu .link-List li a:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .mega-Menu_Content .content-Menu .link-List li:hover a {
    color: #fff;
    background: #444343;
  }
  .st-Header_Nav .global .mega-Menu_Content .content-Menu .link-List li:hover a:after {
    background: url(../../images/common/icon_arrow_white.svg) no-repeat 0 0/100% auto;
  }
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content {
  width: 683px;
  padding: 6px 0 0 0;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail {
  display: none;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail.active {
  display: block;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Heading {
  height: 63px;
  margin: 0 0 20px;
  padding: 0 20px 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #E9E9E9;
}
@media print, screen and (min-width: 1025px) and (max-width: 1270px) {
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Heading {
    padding: 0 20px;
  }
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Heading p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #272727;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Heading .detail-Btn a {
  padding: 11px 31px 11px 15px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #272727;
  position: relative;
  border: 1px solid #212323;
  border-radius: 50px;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Heading .detail-Btn a:after {
  content: "";
  width: 11px;
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
  background: url(../../images/common/icon_arrow_black.svg) no-repeat 0 0/100% auto;
}
@media (any-hover: hover) {
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Heading .detail-Btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Heading .detail-Btn a:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Heading .detail-Btn a:hover {
    color: #fff;
    background: #212323;
  }
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Heading .detail-Btn a:hover:after {
    background: url(../../images/common/icon_arrow_white.svg) no-repeat 0 0/100% auto;
  }
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content {
  padding: 0 40px 24px 40px;
}
@media print, screen and (min-width: 1025px) and (max-width: 1270px) {
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content {
    padding: 0 20px 20px;
  }
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content + .detail-Content > p {
  padding-bottom: 12px;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content:last-child {
  padding-bottom: 50px;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content:has(+ .detail-Content) .content-List {
  margin: 0;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content > p {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List {
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px 51px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media print, screen and (min-width: 1025px) and (max-width: 1270px) {
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List {
    gap: 23px 35px;
  }
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List li {
  width: 276px;
  position: relative;
}
@media print, screen and (min-width: 1025px) and (max-width: 1270px) {
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List li {
    width: 220px;
  }
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List li a {
  padding: 0 36px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #636262;
  display: block;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List li a:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227.5%22%20stroke%3D%22%23E5E5E5%22%2F%3E%3Cpath%20d%3D%22M6.67054%205.22991C6.91645%204.94535%207.33794%204.92169%207.61196%205.17707L10.2786%207.66226C10.4261%207.79968%2010.507%207.99809%2010.4995%208.2037C10.492%208.4093%2010.3969%208.60079%2010.2398%208.72624L7.57316%2010.8564C7.28133%2011.0895%206.86277%2011.0328%206.63828%2010.7298C6.4138%2010.4267%206.46839%209.99205%206.76022%209.75893L8.79123%208.13652L6.72142%206.20755C6.4474%205.95218%206.42462%205.51447%206.67054%205.22991Z%22%20fill%3D%22%2305A5EA%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0/100% auto;
}
@media (any-hover: hover) {
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List li a:hover {
    color: #0095D9;
  }
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px 0;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List02 li {
  width: 603px;
  position: relative;
}
@media print, screen and (min-width: 1025px) and (max-width: 1270px) {
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List02 li {
    width: 100%;
  }
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List02 li a {
  padding: 0 36px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 20px;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List02 li a:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227.5%22%20stroke%3D%22%23E5E5E5%22%2F%3E%3Cpath%20d%3D%22M6.67054%205.22991C6.91645%204.94535%207.33794%204.92169%207.61196%205.17707L10.2786%207.66226C10.4261%207.79968%2010.507%207.99809%2010.4995%208.2037C10.492%208.4093%2010.3969%208.60079%2010.2398%208.72624L7.57316%2010.8564C7.28133%2011.0895%206.86277%2011.0328%206.63828%2010.7298C6.4138%2010.4267%206.46839%209.99205%206.76022%209.75893L8.79123%208.13652L6.72142%206.20755C6.4474%205.95218%206.42462%205.51447%206.67054%205.22991Z%22%20fill%3D%22%2305A5EA%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0/100% auto;
}
@media (any-hover: hover) {
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List02 li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List02 li a .thumbnail figure img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List02 li a p {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List02 li a:hover .thumbnail figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List02 li a:hover p {
    color: #0095D9;
  }
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List02 li a .thumbnail {
  width: 90px;
  height: 50px;
  border-radius: 5px;
  background: #eee;
  position: relative;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List02 li a .thumbnail figure {
  width: 100%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List02 li a .thumbnail img {
  width: auto;
  height: auto;
  max-height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .content-List02 li a p {
  max-height: 50px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #636262;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .product-List {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .product-List li {
  width: 220px;
  height: 58px;
  position: relative;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .product-List li a {
  width: 220px;
  height: 58px;
  padding: 8px 51px 8px 8px;
  background: #f6f6f6;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 20px;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .product-List li a .thumb {
  width: 42px;
  height: 42px;
  background: #fff;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .product-List li a .thumb img {
  width: 100%;
  height: auto;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .product-List li a p {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #272727;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .product-List li a:after {
  content: "";
  width: 4px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%224%22%20height%3D%226%22%20viewBox%3D%220%200%204%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.170537%200.229913C0.416452%20-0.0546465%200.837943%20-0.0783061%201.11196%200.177068L3.77861%202.66226C3.92606%202.79968%204.00702%202.99809%203.99952%203.2037C3.99202%203.4093%203.89685%203.60079%203.73981%203.72624L1.07316%205.8564C0.781331%206.08952%200.36277%206.03283%200.138283%205.72977C-0.0862047%205.42671%20-0.0316098%204.99205%200.260224%204.75893L2.29123%203.13652L0.221425%201.20755C-0.0525953%200.952176%20-0.0753786%200.514473%200.170537%200.229913Z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0/100% auto;
}
@media (any-hover: hover) {
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .product-List li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .product-List li a:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .product-List li a:hover {
    -webkit-filter: drop-shadow(0px 0px 1px #272727);
    filter: drop-shadow(0px 0px 1px #272727);
    will-change: filter;
  }
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .product-List li a:hover:after {
    right: 17px;
  }
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .product-List02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .product-List02 li a {
  display: inline-block;
  padding: 8px 12px 10px;
  color: #05A5EA;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  letter-spacing: 1px;
}
@media (any-hover: hover) {
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .product-List02 li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .mega-Menu_Content .tab-Content_Detail .detail-Content .product-List02 li a:hover {
    background: #f6f6f6;
  }
}
@media print, screen and (min-width: 1025px) {
  .st-Header_Nav .global .sp-Menu {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global .sp-Menu {
    padding: 0 0 240px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu {
    padding: 0 0 31.25vw;
    position: relative;
  }
}
.st-Header_Nav .global .sp-Menu .inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global .sp-Menu .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 540px;
  }
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner {
    width: 89.5833333333vw;
  }
}
@media screen and (max-width: 1080px) {
  .st-Header_Nav .global .sp-Menu .inner .logo-Link {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .logo-Link {
    width: 82.8125vw;
    margin: 0 auto;
  }
}
.st-Header_Nav .global .sp-Menu .inner .logo-Link .logo {
  width: 300px;
  margin: 0 0 66px;
}
@media screen and (max-width: 1080px) {
  .st-Header_Nav .global .sp-Menu .inner .logo-Link .logo {
    margin: 0 0 33px;
  }
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .logo-Link .logo {
    display: none;
  }
}
.st-Header_Nav .global .sp-Menu .inner .logo-Link .logo a {
  display: block;
}
@media (any-hover: hover) {
  .st-Header_Nav .global .sp-Menu .inner .logo-Link .logo a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .sp-Menu .inner .logo-Link .logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .logo-Link .link {
    position: absolute;
    bottom: 20.8333333333vw;
  }
}
.st-Header_Nav .global .sp-Menu .inner .logo-Link .link > ul > li + li {
  margin: 14px 0 0 0;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .logo-Link .link > ul > li + li {
    margin: 3.125vw 0 0 0;
  }
}
.st-Header_Nav .global .sp-Menu .inner .logo-Link .link > ul > li a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #D8D6E0;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .logo-Link .link > ul > li a {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (any-hover: hover) {
  .st-Header_Nav .global .sp-Menu .inner .logo-Link .link > ul > li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .sp-Menu .inner .logo-Link .link > ul > li a:hover {
    color: #f4dc53;
  }
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav {
    width: 82.8125vw;
    margin: 0 auto;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 60px 0;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul {
    gap: 8.59375vw 0;
  }
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li {
    width: 100%;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.other {
  margin: 0 50px 0 0;
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.other {
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.other > p + p {
  margin: 24px 0 0 0;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.other > p + p {
    margin: vwSP(28) 0 0 0;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.other > p > a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.other > p > a {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.12em;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.other > p > a[target=_blank] {
  padding: 0 21px 0 0;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.other > p > a[target=_blank] {
    padding: 0 5.46875vw 0 0;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.other > p > a[target=_blank]::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  right: 0;
  background: url(../../images/common/icon_external_white_02.svg) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.other > p > a[target=_blank]::after {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    top: 1.5625vw;
  }
}
@media (any-hover: hover) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.other > p > a[target=_blank]::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.other > p > a[target=_blank]:hover::after {
    background: url(../../images/common/icon_external_yellow_02.svg) no-repeat 0 0/100% auto;
  }
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.about p {
    letter-spacing: 0.1em;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.service {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.service {
    margin: 0;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.service .tab-Menu > li + li {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.service .tab-Menu > li + li {
    margin: 5.2083333333vw 0 0 0;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.service .tab-Menu > li dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.service .tab-Menu > li dl dt {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.12em;
  }
}
@media (any-hover: hover) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.service .tab-Menu > li dl dt {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.service .tab-Menu > li dl dt:hover {
    opacity: 0.7;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.service .tab-Menu > li dl dt::before, .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.service .tab-Menu > li dl dt::after {
  content: "";
  width: 16px;
  height: 1px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 5px;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.service .tab-Menu > li dl dt::before, .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.service .tab-Menu > li dl dt::after {
    width: 3.6458333333vw;
    height: 0.2604166667vw;
    border-radius: 1.3020833333vw;
    top: 1.5625vw;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.service .tab-Menu > li dl dt::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.service .tab-Menu > li dl dt.open::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.service .tab-Menu > li dl dd {
  padding: 20px 0 0 0;
  display: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.service .tab-Menu > li dl dd {
    padding: 3.90625vw 0 0 0;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.service .tab-Menu > li dl dd.open {
  display: block;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li.seminar p {
  margin: 0;
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li > p {
  margin: 0 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li > p {
    margin: 0 0 5.7291666667vw;
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.12em;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li > p > a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li > p > a {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.12em;
  }
}
@media print, screen and (min-width: 768px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li > p > a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li > p > a:hover {
    color: #f4dc53;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li > ul li {
  padding: 0 10px 0 0;
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li > ul li p a {
  padding: 0 0 0 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #D8D6E0;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li > ul li p a {
    padding: 0 0 0 2.6041666667vw;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li > ul li p a::before {
  content: "";
  width: 4px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 0;
  background: #D8D6E0;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li > ul li p a::before {
    width: 1.0416666667vw;
    height: 0.2604166667vw;
    top: 2.0833333333vw;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li > ul li p a[href] {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li > ul li p a[href] {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li > ul li p a[href]:hover {
    color: #f4dc53;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li > ul li + li {
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .global > ul > li > ul li + li {
    margin: 3.6458333333vw 0 0;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .sub {
  width: 340px;
  margin: 75px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .sub {
    width: 100%;
    margin: 10.4166666667vw 0 0;
    padding: 0 0 0 6.5104166667vw;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li {
    width: 100%;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li.news > p a, .st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li.press-release > p a {
  font-family: din-condensed, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li.news > p a, .st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li.press-release > p a {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li.news > p a, .st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li.press-release > p a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li.news > p a:hover, .st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li.press-release > p a:hover {
    color: #f4dc53;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li.press-release {
  margin: 19px 0 0;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li.press-release {
    margin: 6.5104166667vw 0 0;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li.other {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li.other {
    margin: 6.5104166667vw 0 0;
    position: static;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li.other > ul li p a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li.other > ul li p a {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li.other > ul li p a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li.other > ul li p a:hover {
    color: #f4dc53;
  }
}
.st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li.other > ul li + li {
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .st-Header_Nav .global .sp-Menu .inner .nav .sub > ul > li.other > ul li + li {
    margin: 6.5104166667vw 0 0;
  }
}
@media screen and (max-width: 1270px) {
  .st-Header.opened .st-Header_Logo {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Language_Sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Hamburger::before {
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Hamburger:after {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Hamburger .btn {
    background: #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Hamburger .btn span {
    background: #4b438f;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Hamburger .btn span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Hamburger .btn span:nth-child(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Hamburger .btn span:nth-child(3) {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Nav .global {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Nav .global .sp-Menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
/*-------------------------------------------------------------------*/
/* Wrapper */
/*-------------------------------------------------------------------*/
.cp-template-Wrapper {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .cp-template-Wrapper {
    padding-top: 7.8125vw;
  }
}

/*-------------------------------------------------------------------*/
/* Content */
/*-------------------------------------------------------------------*/
.cp-template-Content {
  width: 100%;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 238, 241)), to(rgb(246, 247, 248)));
  background: -webkit-linear-gradient(top, rgb(236, 238, 241) 0%, rgb(246, 247, 248) 100%);
  background: linear-gradient(to bottom, rgb(236, 238, 241) 0%, rgb(246, 247, 248) 100%);
  /* 左ロゴ右文字セット*/
}
.cp-template-Content .logo-set {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .logo-set {
    margin: 0 0 3.90625vw 0;
  }
}
.cp-template-Content .logo-set .logo {
  width: 150px;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .logo-set .logo {
    width: 26.0416666667vw;
    margin: 0 3.90625vw 0 0;
  }
}
.cp-template-Content .logo-set .detail .heading {
  margin: 0 0 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .logo-set .detail .heading {
    margin: 0 0 1.3020833333vw 0;
    line-height: 1.5;
  }
}
.cp-template-Content .logo-set .detail .main {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .logo-set .detail .main {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.cp-template-Content .logo-set .detail .main .segoe {
  text-align: right;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .logo-set .detail .main .segoe {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.cp-template-Content .ms-logo {
  width: 450px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .ms-logo {
    width: auto;
    margin: 0 auto 2.6041666667vw;
  }
}
.cp-template-Content .common-logo {
  margin: 50px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .common-logo {
    width: 76.5625vw;
    margin: 6.5104166667vw auto;
  }
}
@media screen and (max-width: 1270px) {
  .cp-template-Content .responsive-image {
    width: 100%;
    height: auto;
  }
}
.cp-template-Content h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.7857142857;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .cp-template-Content h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.625;
  }
}
.cp-template-Content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 700;
  color: #322e57;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cp-template-Content h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.6666666667;
  }
}
.cp-template-Content h2::after {
  content: "";
  width: 54px;
  height: 4px;
  margin: 10px auto 0;
  display: block;
  background: #f6d936;
}
@media screen and (max-width: 767px) {
  .cp-template-Content h2::after {
    width: 10.4166666667vw;
    height: 0.78125vw;
    margin: 1.953125vw auto 0;
  }
}
.cp-template-Content h3 {
  padding: 0 0 0 16px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
  color: #322e57;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cp-template-Content h3 {
    padding: 0 0 0 2.6041666667vw;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.7857142857;
  }
}
.cp-template-Content h3::before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  background: #322e57;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .cp-template-Content h3::before {
    width: 0.78125vw;
  }
}
.cp-template-Content h4 {
  padding: 12px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 700;
  color: #322e57;
  letter-spacing: 0.1em;
  background: #d0cee9;
}
@media screen and (max-width: 767px) {
  .cp-template-Content h4 {
    padding: 1.953125vw 2.6041666667vw;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.6923076923;
  }
}
.cp-template-Content h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cp-template-Content h5 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.6923076923;
  }
}
.cp-template-Content h5::after {
  content: "";
  width: 100%;
  height: 2px;
  margin: 12px 0 0;
  display: block;
  background: rgba(187, 194, 202, 0.2);
}
@media screen and (max-width: 767px) {
  .cp-template-Content h5::after {
    margin: 3.90625vw 0 0;
  }
}
.cp-template-Content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .cp-template-Content p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2;
  }
}
.cp-template-Content strong {
  font-weight: 900;
}
.cp-template-Content a {
  color: #0095d9;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .cp-template-Content a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .cp-template-Content a:hover {
    color: #4c486f;
  }
}
.cp-template-Content a.external::after {
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 0 0 5px;
  background: url(../../images/common/icon_external_black.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
}
.cp-template-Content code {
  padding: 2px 4px;
  margin: 0;
  border-radius: 2px;
  color: #222;
  background: #f2f4f5;
}
@media screen and (max-width: 767px) {
  .cp-template-Content code {
    padding: 0.6510416667vw 1.3020833333vw;
    border-radius: 0.6510416667vw;
  }
}
.cp-template-Content code[data-mce-selected] {
  background: #e9ebec;
}
.cp-template-Content blockquote {
  padding: 0 0 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cp-template-Content blockquote {
    padding: 0 0 0 2.6041666667vw;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2;
  }
}
.cp-template-Content blockquote::before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  background: #e4e7eb;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .cp-template-Content blockquote::before {
    width: 0.5208333333vw;
    min-width: 1px;
  }
}
.cp-template-Content table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}
.cp-template-Content table th, .cp-template-Content table td {
  border: solid 1px #e4e7eb;
}
.cp-template-Content table th {
  padding: 20px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 700;
  color: #322e57;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .cp-template-Content table th {
    padding: 3.90625vw 5.2083333333vw;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.6923076923;
  }
}
.cp-template-Content table td {
  padding: 20px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .cp-template-Content table td {
    padding: 3.90625vw 5.2083333333vw;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2;
  }
}
.cp-template-Content ul li {
  list-style: disc inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .cp-template-Content ul li {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2;
  }
}
.cp-template-Content ul li + li {
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .cp-template-Content ul li + li {
    margin: 0.6510416667vw 0 0;
  }
}
.cp-template-Content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .cp-template-Content dl {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.9090909091;
  }
}
.cp-template-Content dl dt {
  min-width: 90px;
  padding: 0 20px 0 0;
  font-weight: bold;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .cp-template-Content dl dt {
    margin: 0 0 -0.6510416667vw;
  }
}
.cp-template-Content dl + dl {
  margin: 1em 0 0;
}
.cp-template-Content .wide-sect {
  width: 100%;
  margin: 0 auto;
}
.cp-template-Content .sect {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1270px) {
  .cp-template-Content .sect {
    max-width: 84.375vw;
  }
}
@media screen and (max-width: 767px) {
  .cp-template-Content .sect {
    max-width: 86.9791666667vw;
  }
}
.cp-template-Content .panel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dfe5ec;
}
@media screen and (max-width: 1270px) {
  .cp-template-Content .panel {
    max-width: 84.375vw;
  }
}
@media screen and (max-width: 767px) {
  .cp-template-Content .panel {
    max-width: 86.9791666667vw;
  }
}
.cp-template-Content .panel-header {
  padding: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
  background: #e4e7eb;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .panel-header {
    padding: 3.2552083333vw 5.2083333333vw;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.6923076923;
  }
}
.cp-template-Content .panel-body {
  padding: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
  letter-spacing: 0.1em;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .panel-body {
    padding: 3.2552083333vw 5.2083333333vw;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2;
  }
}
.cp-template-Content .list-header {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .list-header {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.6923076923;
  }
}
.cp-template-Content .list-header::before {
  content: "::";
  margin: 0 10px 0 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  color: #bbc2ca;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
@media screen and (max-width: 767px) {
  .cp-template-Content .list-header::before {
    margin: 0 1.953125vw 0 0;
    font-size: 28.5px;
    font-size: 2.85rem;
    -webkit-transform: translateY(-0.390625vw);
    transform: translateY(-0.390625vw);
  }
}
.cp-template-Content .list-header + .list-body {
  margin: 5px 0 0;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .list-header + .list-body {
    margin: 1.3020833333vw 0 0;
    padding: 0 0 0 5.2083333333vw;
  }
}
.cp-template-Content .list-body ul li, .cp-template-Content .list-body ol li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .list-body ul li, .cp-template-Content .list-body ol li {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2;
  }
}
.cp-template-Content .list-body ul li + li, .cp-template-Content .list-body ol li + li {
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .list-body ul li + li, .cp-template-Content .list-body ol li + li {
    margin: 0.6510416667vw 0 0;
  }
}
.cp-template-Content .list-body ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.cp-template-Content .list-body ul li::before {
  content: "▶";
  margin: 0 5px 0 0;
  font-size: 10px;
  font-size: 1rem;
  color: #1e96d5;
  top: -2px;
  position: relative;
  letter-spacing: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .list-body ul li::before {
    top: -0.2604166667vw;
  }
}
.cp-template-Content .list-body ol {
  counter-reset: number 0;
}
.cp-template-Content .list-body ol li {
  counter-increment: number;
  padding-left: 1.75em;
  text-indent: -1.75em;
}
.cp-template-Content .list-body ol li::before {
  content: counter(number, decimal-leading-zero) ".";
  margin: 0 5px 0 0;
  font-family: din-condensed, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .list-body ol li::before {
    font-size: 30px;
    font-size: 3rem;
  }
}
.cp-template-Content .menu ul {
  margin: 0 -5px -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .menu ul {
    margin: 0;
    display: block;
  }
}
.cp-template-Content .menu ul li {
  list-style: none;
  margin: 0 5px 10px;
  padding-left: 0;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .menu ul li {
    margin: 0;
  }
}
.cp-template-Content .menu ul li a {
  padding: 7px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #1e96d5;
  border: 2px solid #1e96d5;
  background: #fff;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .menu ul li a {
    width: 100%;
    padding: 1.6276041667vw;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .cp-template-Content .menu ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .cp-template-Content .menu ul li a:hover {
    color: #fff;
    background: #1e96d5;
  }
}
.cp-template-Content .menu ul li.current a {
  color: #fff;
  background: #1e96d5;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .menu ul li + li {
    margin: 1.953125vw 0 0;
  }
}
.cp-template-Content .btn {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .btn {
    max-width: 71.3541666667vw;
  }
}
.cp-template-Content .btn a {
  width: 100%;
  padding: 20px 20px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background: #f6d82f;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .btn a {
    padding: 3.90625vw 5.2083333333vw;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .cp-template-Content .btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .cp-template-Content .btn a:hover {
    opacity: 0.6;
  }
}
.cp-template-Content .btn.arrow-r a {
  position: relative;
}
.cp-template-Content .btn.arrow-r a::after {
  content: "";
  width: 17px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  background: url(../../images/common/icon_arrow_black.svg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .btn.arrow-r a::after {
    width: 3.2552083333vw;
    height: 2.0833333333vw;
    right: 5.2083333333vw;
  }
}
.cp-template-Content .btn.arrow-l a {
  position: relative;
}
.cp-template-Content .btn.arrow-l a::after {
  content: "";
  width: 17px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
  left: 20px;
  background: url(../../images/common/icon_arrow_black.svg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .btn.arrow-l a::after {
    width: 3.2552083333vw;
    height: 2.0833333333vw;
    right: 5.2083333333vw;
  }
}
.cp-template-Content .btn.external a {
  position: relative;
}
.cp-template-Content .btn.external a::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../../images/common/icon_external_black.svg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .btn.external a::after {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    top: 2.6041666667vw;
    right: 2.6041666667vw;
  }
}
.cp-template-Content .flex {
  margin: 0 0 -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .flex {
    margin: 0 0 -2.0833333333vw;
  }
}
.cp-template-Content .flex-item {
  width: 100%;
  max-width: 23.0833333333%;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .flex-item {
    max-width: 48.8023952096%;
    margin: 0 0 2.0833333333vw;
  }
}
.cp-template-Content .flex-item:only-child {
  max-width: 100%;
}
.cp-template-Content .flex-item:first-child:nth-last-child(2), .cp-template-Content .flex-item:first-child:nth-last-child(2) ~ .flex-item {
  max-width: 48.75%;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .flex-item:first-child:nth-last-child(2), .cp-template-Content .flex-item:first-child:nth-last-child(2) ~ .flex-item {
    max-width: 48.8023952096%;
  }
}
.cp-template-Content .flex-item:first-child:nth-last-child(3), .cp-template-Content .flex-item:first-child:nth-last-child(3) ~ .flex-item {
  max-width: 31.6666666667%;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .flex-item:first-child:nth-last-child(3), .cp-template-Content .flex-item:first-child:nth-last-child(3) ~ .flex-item {
    max-width: 31.7365269461%;
  }
}
.cp-template-Content .flex-item img {
  width: 100%;
  height: auto;
}
.cp-template-Content .flex-item > .panel {
  height: 100%;
}
.cp-template-Content .flex-item > .panel-body {
  height: 100%;
}
@media print, screen and (min-width: 1271px) {
  .cp-template-Content .flex.img-small .flex-item:nth-child(1) {
    max-width: 28.75%;
  }
}
@media print, screen and (min-width: 1271px) {
  .cp-template-Content .flex.img-small .flex-item:nth-child(2) {
    max-width: 68.75%;
  }
}
@media print, screen and (min-width: 1271px) {
  .cp-template-Content .flex.pc_b {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1271px) {
  .cp-template-Content .flex.pc_b .flex-item {
    max-width: 100% !important;
    margin: 30px 0 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1270px) {
  .cp-template-Content .flex.pad_b {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1270px) {
  .cp-template-Content .flex.pad_b .flex-item {
    max-width: 100% !important;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .cp-template-Content .flex.sp_b {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .cp-template-Content .flex.sp_b .flex-item {
    margin: 2.0833333333vw 0 0;
    max-width: 100% !important;
  }
}
.cp-template-Content .fd-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cp-template-Content .fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cp-template-Content .fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cp-template-Content .fd-cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.cp-template-Content .fs-10 {
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-10 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.cp-template-Content .fs-11 {
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-11 {
    font-size: 16.5px;
    font-size: 1.65rem;
  }
}
.cp-template-Content .fs-12 {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-12 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.cp-template-Content .fs-13 {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-13 {
    font-size: 19.5px;
    font-size: 1.95rem;
  }
}
.cp-template-Content .fs-14 {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-14 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.cp-template-Content .fs-15 {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-15 {
    font-size: 22.5px;
    font-size: 2.25rem;
  }
}
.cp-template-Content .fs-16 {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-16 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.cp-template-Content .fs-17 {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-17 {
    font-size: 25.5px;
    font-size: 2.55rem;
  }
}
.cp-template-Content .fs-18 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-18 {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.cp-template-Content .fs-19 {
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-19 {
    font-size: 28.5px;
    font-size: 2.85rem;
  }
}
.cp-template-Content .fs-20 {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-20 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.cp-template-Content .fs-21 {
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-21 {
    font-size: 31.5px;
    font-size: 3.15rem;
  }
}
.cp-template-Content .fs-22 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-22 {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
.cp-template-Content .fs-23 {
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-23 {
    font-size: 34.5px;
    font-size: 3.45rem;
  }
}
.cp-template-Content .fs-24 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-24 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.cp-template-Content .fs-25 {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-25 {
    font-size: 37.5px;
    font-size: 3.75rem;
  }
}
.cp-template-Content .fs-26 {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-26 {
    font-size: 39px;
    font-size: 3.9rem;
  }
}
.cp-template-Content .fs-27 {
  font-size: 27px;
  font-size: 2.7rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-27 {
    font-size: 40.5px;
    font-size: 4.05rem;
  }
}
.cp-template-Content .fs-28 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-28 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.cp-template-Content .fs-29 {
  font-size: 29px;
  font-size: 2.9rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-29 {
    font-size: 43.5px;
    font-size: 4.35rem;
  }
}
.cp-template-Content .fs-30 {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-30 {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
.cp-template-Content .fs-31 {
  font-size: 31px;
  font-size: 3.1rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-31 {
    font-size: 46.5px;
    font-size: 4.65rem;
  }
}
.cp-template-Content .fs-32 {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-32 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.cp-template-Content .fs-33 {
  font-size: 33px;
  font-size: 3.3rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-33 {
    font-size: 49.5px;
    font-size: 4.95rem;
  }
}
.cp-template-Content .fs-34 {
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-34 {
    font-size: 51px;
    font-size: 5.1rem;
  }
}
.cp-template-Content .fs-35 {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-35 {
    font-size: 52.5px;
    font-size: 5.25rem;
  }
}
.cp-template-Content .fs-36 {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-36 {
    font-size: 54px;
    font-size: 5.4rem;
  }
}
.cp-template-Content .fs-37 {
  font-size: 37px;
  font-size: 3.7rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-37 {
    font-size: 55.5px;
    font-size: 5.55rem;
  }
}
.cp-template-Content .fs-38 {
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-38 {
    font-size: 57px;
    font-size: 5.7rem;
  }
}
.cp-template-Content .fs-39 {
  font-size: 39px;
  font-size: 3.9rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-39 {
    font-size: 58.5px;
    font-size: 5.85rem;
  }
}
.cp-template-Content .fs-40 {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-40 {
    font-size: 60px;
    font-size: 6rem;
  }
}
.cp-template-Content .fs-41 {
  font-size: 41px;
  font-size: 4.1rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-41 {
    font-size: 61.5px;
    font-size: 6.15rem;
  }
}
.cp-template-Content .fs-42 {
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-42 {
    font-size: 63px;
    font-size: 6.3rem;
  }
}
.cp-template-Content .fs-43 {
  font-size: 43px;
  font-size: 4.3rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-43 {
    font-size: 64.5px;
    font-size: 6.45rem;
  }
}
.cp-template-Content .fs-44 {
  font-size: 44px;
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-44 {
    font-size: 66px;
    font-size: 6.6rem;
  }
}
.cp-template-Content .fs-45 {
  font-size: 45px;
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-45 {
    font-size: 67.5px;
    font-size: 6.75rem;
  }
}
.cp-template-Content .fs-46 {
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-46 {
    font-size: 69px;
    font-size: 6.9rem;
  }
}
.cp-template-Content .fs-47 {
  font-size: 47px;
  font-size: 4.7rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-47 {
    font-size: 70.5px;
    font-size: 7.05rem;
  }
}
.cp-template-Content .fs-48 {
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-48 {
    font-size: 72px;
    font-size: 7.2rem;
  }
}
.cp-template-Content .fs-49 {
  font-size: 49px;
  font-size: 4.9rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-49 {
    font-size: 73.5px;
    font-size: 7.35rem;
  }
}
.cp-template-Content .fs-50 {
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .fs-50 {
    font-size: 75px;
    font-size: 7.5rem;
  }
}
.cp-template-Content .lh-10 {
  line-height: 1;
}
.cp-template-Content .lh-11 {
  line-height: 1.1;
}
.cp-template-Content .lh-12 {
  line-height: 1.2;
}
.cp-template-Content .lh-13 {
  line-height: 1.3;
}
.cp-template-Content .lh-14 {
  line-height: 1.4;
}
.cp-template-Content .lh-15 {
  line-height: 1.5;
}
.cp-template-Content .lh-16 {
  line-height: 1.6;
}
.cp-template-Content .lh-17 {
  line-height: 1.7;
}
.cp-template-Content .lh-18 {
  line-height: 1.8;
}
.cp-template-Content .lh-19 {
  line-height: 1.9;
}
.cp-template-Content .lh-20 {
  line-height: 2;
}
.cp-template-Content .lh-21 {
  line-height: 2.1;
}
.cp-template-Content .lh-22 {
  line-height: 2.2;
}
.cp-template-Content .lh-23 {
  line-height: 2.3;
}
.cp-template-Content .lh-24 {
  line-height: 2.4;
}
.cp-template-Content .lh-25 {
  line-height: 2.5;
}
.cp-template-Content .lh-26 {
  line-height: 2.6;
}
.cp-template-Content .lh-27 {
  line-height: 2.7;
}
.cp-template-Content .lh-28 {
  line-height: 2.8;
}
.cp-template-Content .lh-29 {
  line-height: 2.9;
}
.cp-template-Content .lh-30 {
  line-height: 3;
}
.cp-template-Content .c-white {
  color: #fff;
}
.cp-template-Content .c-black {
  color: #000;
}
.cp-template-Content .c-gray {
  color: #d5dae0;
}
.cp-template-Content .c-lightgray {
  color: #e4e7eb;
}
.cp-template-Content .c-darkgray {
  color: #8b8b8b;
}
.cp-template-Content .c-red {
  color: #f00;
}
.cp-template-Content .c-blue {
  color: #00f;
}
.cp-template-Content .c-lime {
  color: #0f0;
}
.cp-template-Content .c-yellow {
  color: #ff0;
}
.cp-template-Content .c-cyan {
  color: #0ff;
}
.cp-template-Content .c-magenta {
  color: #f0f;
}
.cp-template-Content .c-lilac {
  color: #d0cee9;
}
.cp-template-Content .c-lavender {
  color: #ede9f3;
}
.cp-template-Content .c-dodgerblue {
  color: #1e96d5;
}
.cp-template-Content .c-grayishblue {
  color: #ecf0f4;
}
.cp-template-Content .c-orange {
  color: #ffa500;
}
.cp-template-Content .c-lightorange {
  color: #ffd07f;
}
.cp-template-Content .c-offwhite {
  color: #eff0f3;
}
.cp-template-Content .c-skyblue {
  color: #e4f5fe;
}
.cp-template-Content .c-snow {
  color: #f9f9f9;
}
.cp-template-Content .fw-thin {
  font-weight: 300;
}
.cp-template-Content .fw-bold {
  font-weight: 700;
}
.cp-template-Content .fw-black {
  font-weight: 900;
}
.cp-template-Content .txt-align-center {
  text-align: center;
}
.cp-template-Content .txt-align-left {
  text-align: left;
}
.cp-template-Content .txt-align-right {
  text-align: right;
}
.cp-template-Content .br-1 {
  border-radius: 1rem;
  overflow: hidden;
}
.cp-template-Content .br-2 {
  border-radius: 2rem;
  overflow: hidden;
}
.cp-template-Content .br-3 {
  border-radius: 3rem;
  overflow: hidden;
}
.cp-template-Content .br-4 {
  border-radius: 4rem;
  overflow: hidden;
}
.cp-template-Content .br-5 {
  border-radius: 5rem;
  overflow: hidden;
}
.cp-template-Content .br-6 {
  border-radius: 6rem;
  overflow: hidden;
}
.cp-template-Content .br-7 {
  border-radius: 7rem;
  overflow: hidden;
}
.cp-template-Content .br-8 {
  border-radius: 8rem;
  overflow: hidden;
}
.cp-template-Content .br-9 {
  border-radius: 9rem;
  overflow: hidden;
}
.cp-template-Content .br-10 {
  border-radius: 10rem;
  overflow: hidden;
}
.cp-template-Content .bw-1 {
  border-width: 1px;
}
.cp-template-Content .bw-2 {
  border-width: 2px;
}
.cp-template-Content .bw-3 {
  border-width: 3px;
}
.cp-template-Content .bw-4 {
  border-width: 4px;
}
.cp-template-Content .bw-5 {
  border-width: 5px;
}
.cp-template-Content .bw-6 {
  border-width: 6px;
}
.cp-template-Content .bw-7 {
  border-width: 7px;
}
.cp-template-Content .bw-8 {
  border-width: 8px;
}
.cp-template-Content .bw-9 {
  border-width: 9px;
}
.cp-template-Content .bw-10 {
  border-width: 10px;
}
.cp-template-Content .bc-white {
  border-color: #fff;
}
.cp-template-Content .bc-black {
  border-color: #000;
}
.cp-template-Content .bc-gray {
  border-color: #d5dae0;
}
.cp-template-Content .bc-darkgray {
  border-color: #8b8b8b;
}
.cp-template-Content .bc-lightgray {
  border-color: #e4e7eb;
}
.cp-template-Content .bc-red {
  border-color: #f00;
}
.cp-template-Content .bc-blue {
  border-color: #00f;
}
.cp-template-Content .bc-lime {
  border-color: #0f0;
}
.cp-template-Content .bc-yellow {
  border-color: #ff0;
}
.cp-template-Content .bc-cyan {
  border-color: #0ff;
}
.cp-template-Content .bc-magenta {
  border-color: #f0f;
}
.cp-template-Content .bc-lilac {
  border-color: #d0cee9;
}
.cp-template-Content .bc-lavender {
  border-color: #ede9f3;
}
.cp-template-Content .bc-dodgerblue {
  border-color: #1e96d5;
}
.cp-template-Content .bc-grayishblue {
  border-color: #ecf0f4;
}
.cp-template-Content .bc-orange {
  border-color: #ffa500;
}
.cp-template-Content .bc-lightorange {
  border-color: #ffd07f;
}
.cp-template-Content .bc-offwhite {
  border-color: #eff0f3;
}
.cp-template-Content .bc-skyblue {
  border-color: #e4f5fe;
}
.cp-template-Content .bc-snow {
  border-color: #f9f9f9;
}
.cp-template-Content .bg-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cp-template-Content .bg-image .object-fit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  z-index: -1;
}
.cp-template-Content .bg-white {
  background: #fff;
}
.cp-template-Content .bg-black {
  background: #000;
}
.cp-template-Content .bg-gray {
  background: #d5dae0;
}
.cp-template-Content .bg-darkgray {
  background: #8b8b8b;
}
.cp-template-Content .bg-lightgray {
  background: #e4e7eb;
}
.cp-template-Content .bg-red {
  background: #f00;
}
.cp-template-Content .bg-blue {
  background: #00f;
}
.cp-template-Content .bg-lime {
  background: #0f0;
}
.cp-template-Content .bg-yellow {
  background: #ff0;
}
.cp-template-Content .bg-cyan {
  background: #0ff;
}
.cp-template-Content .bg-magenta {
  background: #f0f;
}
.cp-template-Content .bg-lilac {
  background: #d0cee9;
}
.cp-template-Content .bg-lavender {
  background: #ede9f3;
}
.cp-template-Content .bg-dodgerblue {
  background: #1e96d5;
}
.cp-template-Content .bg-grayishblue {
  background: #ecf0f4;
}
.cp-template-Content .bg-orange {
  background: #ffa500;
}
.cp-template-Content .bg-lightorange {
  background: #ffd07f;
}
.cp-template-Content .bg-offwhite {
  background: #eff0f3;
}
.cp-template-Content .bg-skyblue {
  background: #e4f5fe;
}
.cp-template-Content .bg-snow {
  background: #f9f9f9;
}
.cp-template-Content .mt-1 {
  margin-top: 1rem;
}
.cp-template-Content .mt-2 {
  margin-top: 2rem;
}
.cp-template-Content .mt-3 {
  margin-top: 3rem;
}
.cp-template-Content .mt-4 {
  margin-top: 4rem;
}
.cp-template-Content .mt-5 {
  margin-top: 5rem;
}
.cp-template-Content .mt-6 {
  margin-top: 6rem;
}
.cp-template-Content .mt-7 {
  margin-top: 7rem;
}
.cp-template-Content .mt-8 {
  margin-top: 8rem;
}
.cp-template-Content .mt-9 {
  margin-top: 9rem;
}
.cp-template-Content .mt-10 {
  margin-top: 10rem;
}
.cp-template-Content .mt-11 {
  margin-top: 11rem;
}
.cp-template-Content .mt-12 {
  margin-top: 12rem;
}
.cp-template-Content .mt-13 {
  margin-top: 13rem;
}
.cp-template-Content .mt-14 {
  margin-top: 14rem;
}
.cp-template-Content .mt-15 {
  margin-top: 15rem;
}
.cp-template-Content .mt-16 {
  margin-top: 16rem;
}
.cp-template-Content .mt-17 {
  margin-top: 17rem;
}
.cp-template-Content .mt-18 {
  margin-top: 18rem;
}
.cp-template-Content .mt-19 {
  margin-top: 19rem;
}
.cp-template-Content .mt-20 {
  margin-top: 20rem;
}
.cp-template-Content .mb-1 {
  margin-bottom: 1rem;
}
.cp-template-Content .mb-2 {
  margin-bottom: 2rem;
}
.cp-template-Content .mb-3 {
  margin-bottom: 3rem;
}
.cp-template-Content .mb-4 {
  margin-bottom: 4rem;
}
.cp-template-Content .mb-5 {
  margin-bottom: 5rem;
}
.cp-template-Content .mb-6 {
  margin-bottom: 6rem;
}
.cp-template-Content .mb-7 {
  margin-bottom: 7rem;
}
.cp-template-Content .mb-8 {
  margin-bottom: 8rem;
}
.cp-template-Content .mb-9 {
  margin-bottom: 9rem;
}
.cp-template-Content .mb-10 {
  margin-bottom: 10rem;
}
.cp-template-Content .mb-11 {
  margin-bottom: 11rem;
}
.cp-template-Content .mb-12 {
  margin-bottom: 12rem;
}
.cp-template-Content .mb-13 {
  margin-bottom: 13rem;
}
.cp-template-Content .mb-14 {
  margin-bottom: 14rem;
}
.cp-template-Content .mb-15 {
  margin-bottom: 15rem;
}
.cp-template-Content .mb-16 {
  margin-bottom: 16rem;
}
.cp-template-Content .mb-17 {
  margin-bottom: 17rem;
}
.cp-template-Content .mb-18 {
  margin-bottom: 18rem;
}
.cp-template-Content .mb-19 {
  margin-bottom: 19rem;
}
.cp-template-Content .mb-20 {
  margin-bottom: 20rem;
}
.cp-template-Content .ml-1 {
  margin-left: 1rem;
}
.cp-template-Content .ml-2 {
  margin-left: 2rem;
}
.cp-template-Content .ml-3 {
  margin-left: 3rem;
}
.cp-template-Content .ml-4 {
  margin-left: 4rem;
}
.cp-template-Content .ml-5 {
  margin-left: 5rem;
}
.cp-template-Content .ml-6 {
  margin-left: 6rem;
}
.cp-template-Content .ml-7 {
  margin-left: 7rem;
}
.cp-template-Content .ml-8 {
  margin-left: 8rem;
}
.cp-template-Content .ml-9 {
  margin-left: 9rem;
}
.cp-template-Content .ml-10 {
  margin-left: 10rem;
}
.cp-template-Content .ml-11 {
  margin-left: 11rem;
}
.cp-template-Content .ml-12 {
  margin-left: 12rem;
}
.cp-template-Content .ml-13 {
  margin-left: 13rem;
}
.cp-template-Content .ml-14 {
  margin-left: 14rem;
}
.cp-template-Content .ml-15 {
  margin-left: 15rem;
}
.cp-template-Content .ml-16 {
  margin-left: 16rem;
}
.cp-template-Content .ml-17 {
  margin-left: 17rem;
}
.cp-template-Content .ml-18 {
  margin-left: 18rem;
}
.cp-template-Content .ml-19 {
  margin-left: 19rem;
}
.cp-template-Content .ml-20 {
  margin-left: 20rem;
}
.cp-template-Content .mr-1 {
  margin-right: 1rem;
}
.cp-template-Content .mr-2 {
  margin-right: 2rem;
}
.cp-template-Content .mr-3 {
  margin-right: 3rem;
}
.cp-template-Content .mr-4 {
  margin-right: 4rem;
}
.cp-template-Content .mr-5 {
  margin-right: 5rem;
}
.cp-template-Content .mr-6 {
  margin-right: 6rem;
}
.cp-template-Content .mr-7 {
  margin-right: 7rem;
}
.cp-template-Content .mr-8 {
  margin-right: 8rem;
}
.cp-template-Content .mr-9 {
  margin-right: 9rem;
}
.cp-template-Content .mr-10 {
  margin-right: 10rem;
}
.cp-template-Content .mr-11 {
  margin-right: 11rem;
}
.cp-template-Content .mr-12 {
  margin-right: 12rem;
}
.cp-template-Content .mr-13 {
  margin-right: 13rem;
}
.cp-template-Content .mr-14 {
  margin-right: 14rem;
}
.cp-template-Content .mr-15 {
  margin-right: 15rem;
}
.cp-template-Content .mr-16 {
  margin-right: 16rem;
}
.cp-template-Content .mr-17 {
  margin-right: 17rem;
}
.cp-template-Content .mr-18 {
  margin-right: 18rem;
}
.cp-template-Content .mr-19 {
  margin-right: 19rem;
}
.cp-template-Content .mr-20 {
  margin-right: 20rem;
}
.cp-template-Content .pt-1 {
  padding-top: 1rem;
}
.cp-template-Content .pt-2 {
  padding-top: 2rem;
}
.cp-template-Content .pt-3 {
  padding-top: 3rem;
}
.cp-template-Content .pt-4 {
  padding-top: 4rem;
}
.cp-template-Content .pt-5 {
  padding-top: 5rem;
}
.cp-template-Content .pt-6 {
  padding-top: 6rem;
}
.cp-template-Content .pt-7 {
  padding-top: 7rem;
}
.cp-template-Content .pt-8 {
  padding-top: 8rem;
}
.cp-template-Content .pt-9 {
  padding-top: 9rem;
}
.cp-template-Content .pt-10 {
  padding-top: 10rem;
}
.cp-template-Content .pt-11 {
  padding-top: 11rem;
}
.cp-template-Content .pt-12 {
  padding-top: 12rem;
}
.cp-template-Content .pt-13 {
  padding-top: 13rem;
}
.cp-template-Content .pt-14 {
  padding-top: 14rem;
}
.cp-template-Content .pt-15 {
  padding-top: 15rem;
}
.cp-template-Content .pt-16 {
  padding-top: 16rem;
}
.cp-template-Content .pt-17 {
  padding-top: 17rem;
}
.cp-template-Content .pt-18 {
  padding-top: 18rem;
}
.cp-template-Content .pt-19 {
  padding-top: 19rem;
}
.cp-template-Content .pt-20 {
  padding-top: 20rem;
}
.cp-template-Content .pb-1 {
  padding-bottom: 1rem;
}
.cp-template-Content .pb-2 {
  padding-bottom: 2rem;
}
.cp-template-Content .pb-3 {
  padding-bottom: 3rem;
}
.cp-template-Content .pb-4 {
  padding-bottom: 4rem;
}
.cp-template-Content .pb-5 {
  padding-bottom: 5rem;
}
.cp-template-Content .pb-6 {
  padding-bottom: 6rem;
}
.cp-template-Content .pb-7 {
  padding-bottom: 7rem;
}
.cp-template-Content .pb-8 {
  padding-bottom: 8rem;
}
.cp-template-Content .pb-9 {
  padding-bottom: 9rem;
}
.cp-template-Content .pb-10 {
  padding-bottom: 10rem;
}
.cp-template-Content .pb-11 {
  padding-bottom: 11rem;
}
.cp-template-Content .pb-12 {
  padding-bottom: 12rem;
}
.cp-template-Content .pb-13 {
  padding-bottom: 13rem;
}
.cp-template-Content .pb-14 {
  padding-bottom: 14rem;
}
.cp-template-Content .pb-15 {
  padding-bottom: 15rem;
}
.cp-template-Content .pb-16 {
  padding-bottom: 16rem;
}
.cp-template-Content .pb-17 {
  padding-bottom: 17rem;
}
.cp-template-Content .pb-18 {
  padding-bottom: 18rem;
}
.cp-template-Content .pb-19 {
  padding-bottom: 19rem;
}
.cp-template-Content .pb-20 {
  padding-bottom: 20rem;
}
.cp-template-Content .pl-1 {
  padding-left: 1rem;
}
.cp-template-Content .pl-2 {
  padding-left: 2rem;
}
.cp-template-Content .pl-3 {
  padding-left: 3rem;
}
.cp-template-Content .pl-4 {
  padding-left: 4rem;
}
.cp-template-Content .pl-5 {
  padding-left: 5rem;
}
.cp-template-Content .pl-6 {
  padding-left: 6rem;
}
.cp-template-Content .pl-7 {
  padding-left: 7rem;
}
.cp-template-Content .pl-8 {
  padding-left: 8rem;
}
.cp-template-Content .pl-9 {
  padding-left: 9rem;
}
.cp-template-Content .pl-10 {
  padding-left: 10rem;
}
.cp-template-Content .pl-11 {
  padding-left: 11rem;
}
.cp-template-Content .pl-12 {
  padding-left: 12rem;
}
.cp-template-Content .pl-13 {
  padding-left: 13rem;
}
.cp-template-Content .pl-14 {
  padding-left: 14rem;
}
.cp-template-Content .pl-15 {
  padding-left: 15rem;
}
.cp-template-Content .pl-16 {
  padding-left: 16rem;
}
.cp-template-Content .pl-17 {
  padding-left: 17rem;
}
.cp-template-Content .pl-18 {
  padding-left: 18rem;
}
.cp-template-Content .pl-19 {
  padding-left: 19rem;
}
.cp-template-Content .pl-20 {
  padding-left: 20rem;
}
.cp-template-Content .pr-1 {
  padding-right: 1rem;
}
.cp-template-Content .pr-2 {
  padding-right: 2rem;
}
.cp-template-Content .pr-3 {
  padding-right: 3rem;
}
.cp-template-Content .pr-4 {
  padding-right: 4rem;
}
.cp-template-Content .pr-5 {
  padding-right: 5rem;
}
.cp-template-Content .pr-6 {
  padding-right: 6rem;
}
.cp-template-Content .pr-7 {
  padding-right: 7rem;
}
.cp-template-Content .pr-8 {
  padding-right: 8rem;
}
.cp-template-Content .pr-9 {
  padding-right: 9rem;
}
.cp-template-Content .pr-10 {
  padding-right: 10rem;
}
.cp-template-Content .pr-11 {
  padding-right: 11rem;
}
.cp-template-Content .pr-12 {
  padding-right: 12rem;
}
.cp-template-Content .pr-13 {
  padding-right: 13rem;
}
.cp-template-Content .pr-14 {
  padding-right: 14rem;
}
.cp-template-Content .pr-15 {
  padding-right: 15rem;
}
.cp-template-Content .pr-16 {
  padding-right: 16rem;
}
.cp-template-Content .pr-17 {
  padding-right: 17rem;
}
.cp-template-Content .pr-18 {
  padding-right: 18rem;
}
.cp-template-Content .pr-19 {
  padding-right: 19rem;
}
.cp-template-Content .pr-20 {
  padding-right: 20rem;
}
.cp-template-Content .partner-list {
  width: 100%;
  margin: 80px auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .partner-list {
    width: 77.8645833333vw;
    margin: 10.4166666667vw auto 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cp-template-Content .partner-list dt {
  width: 100%;
  margin: 0 0 80px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .partner-list dt {
    margin: 0 0 10.4166666667vw;
    padding: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 7.8125vw;
  }
}
.cp-template-Content .partner-list dt img {
  width: 30%;
  max-width: 300px;
  height: auto;
}
@media screen and (max-width: 1270px) {
  .cp-template-Content .partner-list dt img {
    max-width: 233.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .cp-template-Content .partner-list dt img {
    max-width: none;
    width: 31.7708333333vw;
  }
}
.cp-template-Content .partner-list dt img + img {
  margin: 0 0 0 80px;
}
@media screen and (max-width: 1270px) {
  .cp-template-Content .partner-list dt img + img {
    margin: 0 0 0 53.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .cp-template-Content .partner-list dt img + img {
    margin: 0;
  }
}
.cp-template-Content .partner-list dd {
  width: auto;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .partner-list dd {
    width: 100%;
  }
}
.cp-template-Content .arrow {
  position: relative;
}
.cp-template-Content .arrow + .arrow {
  margin-top: 44px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .cp-template-Content .arrow + .arrow {
    margin-top: 9.765625vw;
  }
}
.cp-template-Content .arrow + .arrow::before {
  content: "";
  position: absolute;
  display: block;
  width: 122px;
  height: 23px;
  left: 0;
  right: 0;
  top: -33px;
  margin: auto;
  background-color: #CCCACA;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .cp-template-Content .arrow + .arrow::before {
    width: 23.6979166667vw;
    height: 4.4270833333vw;
    top: -7.03125vw;
  }
}

/*-------------------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------------------*/
.st-Footer {
  position: relative;
  z-index: 9;
}
.st-Footer_Content-Top {
  padding: 94px 0 130px;
  background: #35315a;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top {
    padding: 11.1979166667vw 0 63.8020833333vw;
    position: relative;
  }
}
.st-Footer_Content-Top .inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0 108px;
}
@media screen and (max-width: 1600px) {
  .st-Footer_Content-Top .inner {
    width: 90%;
  }
}
@media screen and (max-width: 1080px) {
  .st-Footer_Content-Top .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner {
    width: 89.5833333333vw;
  }
}
@media screen and (max-width: 1080px) {
  .st-Footer_Content-Top .inner .logo-Link {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .logo-Link {
    width: 82.8125vw;
    margin: 0 auto;
  }
}
.st-Footer_Content-Top .inner .logo-Link .logo {
  width: 300px;
  margin: 0 0 66px;
}
@media screen and (max-width: 1080px) {
  .st-Footer_Content-Top .inner .logo-Link .logo {
    margin: 0 0 33px;
  }
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .logo-Link .logo {
    width: 53.3854166667vw;
    margin: 0 0 18.75vw;
  }
}
.st-Footer_Content-Top .inner .logo-Link .logo a {
  display: block;
}
@media (any-hover: hover) {
  .st-Footer_Content-Top .inner .logo-Link .logo a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Footer_Content-Top .inner .logo-Link .logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .logo-Link .link {
    position: absolute;
    bottom: 20.8333333333vw;
  }
}
.st-Footer_Content-Top .inner .logo-Link .link > ul > li + li {
  margin: 14px 0 0 0;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .logo-Link .link > ul > li + li {
    margin: 3.125vw 0 0 0;
  }
}
.st-Footer_Content-Top .inner .logo-Link .link > ul > li a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #D8D6E0;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .logo-Link .link > ul > li a {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (any-hover: hover) {
  .st-Footer_Content-Top .inner .logo-Link .link > ul > li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Footer_Content-Top .inner .logo-Link .link > ul > li a:hover {
    color: #f4dc53;
  }
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav {
    width: 82.8125vw;
    margin: 0 auto;
  }
}
.st-Footer_Content-Top .inner .nav .global > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 60px 0;
}
@media screen and (max-width: 1600px) {
  .st-Footer_Content-Top .inner .nav .global > ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .global > ul {
    gap: 8.59375vw 0;
  }
}
.st-Footer_Content-Top .inner .nav .global > ul > li {
  width: 168px;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .global > ul > li {
    width: 100%;
  }
}
.st-Footer_Content-Top .inner .nav .global > ul > li.other {
  margin: 0 50px 0 0;
}
@media screen and (max-width: 1600px) {
  .st-Footer_Content-Top .inner .nav .global > ul > li.other {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .global > ul > li.other {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
}
.st-Footer_Content-Top .inner .nav .global > ul > li.other > p + p {
  margin: 24px 0 0 0;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .global > ul > li.other > p + p {
    margin: vwSP(28) 0 0 0;
  }
}
.st-Footer_Content-Top .inner .nav .global > ul > li.other > p > a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .global > ul > li.other > p > a {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.12em;
  }
}
.st-Footer_Content-Top .inner .nav .global > ul > li.other > p > a[target=_blank] {
  padding: 0 21px 0 0;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .global > ul > li.other > p > a[target=_blank] {
    padding: 0 5.46875vw 0 0;
  }
}
.st-Footer_Content-Top .inner .nav .global > ul > li.other > p > a[target=_blank]::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  right: 0;
  background: url(../../images/common/icon_external_white_02.svg) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .global > ul > li.other > p > a[target=_blank]::after {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    top: 1.5625vw;
  }
}
@media (any-hover: hover) {
  .st-Footer_Content-Top .inner .nav .global > ul > li.other > p > a[target=_blank]::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Footer_Content-Top .inner .nav .global > ul > li.other > p > a[target=_blank]:hover::after {
    background: url(../../images/common/icon_external_yellow_02.svg) no-repeat 0 0/100% auto;
  }
}
.st-Footer_Content-Top .inner .nav .global > ul > li.service {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .global > ul > li.service {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .global > ul > li.blog {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
}
.st-Footer_Content-Top .inner .nav .global > ul > li > p {
  margin: 0 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .global > ul > li > p {
    margin: 0 0 5.7291666667vw;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.st-Footer_Content-Top .inner .nav .global > ul > li > p > a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .global > ul > li > p > a {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.12em;
  }
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Content-Top .inner .nav .global > ul > li > p > a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Footer_Content-Top .inner .nav .global > ul > li > p > a:hover {
    color: #f4dc53;
  }
}
.st-Footer_Content-Top .inner .nav .global > ul > li > ul li {
  padding: 0 10px 0 0;
}
.st-Footer_Content-Top .inner .nav .global > ul > li > ul li p a {
  padding: 0 0 0 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #D8D6E0;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .global > ul > li > ul li p a {
    padding: 0 0 0 2.6041666667vw;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
.st-Footer_Content-Top .inner .nav .global > ul > li > ul li p a::before {
  content: "";
  width: 4px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 0;
  background: #D8D6E0;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .global > ul > li > ul li p a::before {
    width: 1.0416666667vw;
    height: 0.2604166667vw;
    top: 2.0833333333vw;
  }
}
.st-Footer_Content-Top .inner .nav .global > ul > li > ul li p a[href] {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Content-Top .inner .nav .global > ul > li > ul li p a[href] {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Footer_Content-Top .inner .nav .global > ul > li > ul li p a[href]:hover {
    color: #f4dc53;
  }
}
.st-Footer_Content-Top .inner .nav .global > ul > li > ul li + li {
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .global > ul > li > ul li + li {
    margin: 3.6458333333vw 0 0;
  }
}
.st-Footer_Content-Top .inner .nav .sub {
  width: 340px;
  margin: 75px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .sub {
    width: 100%;
    margin: 10.4166666667vw 0 0;
    padding: 0 0 0 6.5104166667vw;
  }
}
.st-Footer_Content-Top .inner .nav .sub > ul > li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .sub > ul > li {
    width: 100%;
  }
}
.st-Footer_Content-Top .inner .nav .sub > ul > li.news > p a, .st-Footer_Content-Top .inner .nav .sub > ul > li.press-release > p a {
  font-family: din-condensed, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .sub > ul > li.news > p a, .st-Footer_Content-Top .inner .nav .sub > ul > li.press-release > p a {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Content-Top .inner .nav .sub > ul > li.news > p a, .st-Footer_Content-Top .inner .nav .sub > ul > li.press-release > p a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Footer_Content-Top .inner .nav .sub > ul > li.news > p a:hover, .st-Footer_Content-Top .inner .nav .sub > ul > li.press-release > p a:hover {
    color: #f4dc53;
  }
}
.st-Footer_Content-Top .inner .nav .sub > ul > li.press-release {
  margin: 19px 0 0;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .sub > ul > li.press-release {
    margin: 6.5104166667vw 0 0;
  }
}
.st-Footer_Content-Top .inner .nav .sub > ul > li.other {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .sub > ul > li.other {
    margin: 6.5104166667vw 0 0;
    position: static;
  }
}
.st-Footer_Content-Top .inner .nav .sub > ul > li.other > ul li p a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .sub > ul > li.other > ul li p a {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Content-Top .inner .nav .sub > ul > li.other > ul li p a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Footer_Content-Top .inner .nav .sub > ul > li.other > ul li p a:hover {
    color: #f4dc53;
  }
}
.st-Footer_Content-Top .inner .nav .sub > ul > li.other > ul li + li {
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Top .inner .nav .sub > ul > li.other > ul li + li {
    margin: 6.5104166667vw 0 0;
  }
}
.st-Footer_Content-Middle {
  padding: 60px 0;
  background: #e3e6ea;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Middle {
    padding: 7.8125vw 0;
  }
}
.st-Footer_Content-Middle .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1270px) {
  .st-Footer_Content-Middle .inner {
    width: 84.375vw;
  }
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Middle .inner {
    width: 100%;
  }
}
.st-Footer_Content-Middle .inner .mark ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.st-Footer_Content-Middle .inner .mark ul li a {
  display: block;
}
.st-Footer_Content-Middle .inner .mark ul li a img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Content-Middle .inner .mark ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Footer_Content-Middle .inner .mark ul li a:hover {
    opacity: 0.6;
  }
}
.st-Footer_Content-Middle .inner .mark ul li:nth-child(1) {
  width: 149px;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Middle .inner .mark ul li:nth-child(1) {
    width: 19.4010416667vw;
  }
}
.st-Footer_Content-Middle .inner .mark ul li:nth-child(2) {
  width: 137px;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Middle .inner .mark ul li:nth-child(2) {
    width: 17.8385416667vw;
  }
}
.st-Footer_Content-Middle .inner .mark ul li:nth-child(3) {
  width: 68px;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Middle .inner .mark ul li:nth-child(3) {
    width: 8.8541666667vw;
  }
}
.st-Footer_Content-Middle .inner .mark ul li + li {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Middle .inner .mark ul li + li {
    margin: 0 0 0 3.90625vw;
  }
}
.st-Footer_Content-Bottom {
  padding: 30px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Bottom {
    padding: 7.8125vw 0;
  }
}
.st-Footer_Content-Bottom .inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1270px) {
  .st-Footer_Content-Bottom .inner {
    width: 84.375vw;
  }
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Bottom .inner {
    width: 100%;
    display: block;
  }
}
.st-Footer_Content-Bottom .inner .sns ul {
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Bottom .inner .sns ul {
    margin: 0 0 -5.2083333333vw -5.2083333333vw;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5.2083333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Bottom .inner .sns ul li {
    margin: 0 0 5.2083333333vw 5.2083333333vw;
  }
}
.st-Footer_Content-Bottom .inner .sns ul li a {
  display: block;
}
.st-Footer_Content-Bottom .inner .sns ul li a img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Content-Bottom .inner .sns ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st-Footer_Content-Bottom .inner .sns ul li a:hover {
    opacity: 0.6;
  }
}
.st-Footer_Content-Bottom .inner .sns ul li.twitter {
  width: 27px;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Bottom .inner .sns ul li.twitter {
    width: 7.2916666667vw;
    margin: 0 0 0 26.0416666667vw;
  }
}
.st-Footer_Content-Bottom .inner .sns ul li.facebook {
  width: 27px;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Bottom .inner .sns ul li.facebook {
    width: 7.2916666667vw;
    margin: 0 26.0416666667vw 0 3.90625vw;
  }
}
.st-Footer_Content-Bottom .inner .sns ul li.wantedly {
  width: 113px;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Bottom .inner .sns ul li.wantedly {
    width: 29.5572916667vw;
  }
}
.st-Footer_Content-Bottom .inner .sns ul li.linkedin {
  width: 91px;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Bottom .inner .sns ul li.linkedin {
    width: 24.4791666667vw;
  }
}
.st-Footer_Content-Bottom .inner .sns ul li.qiita {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Bottom .inner .sns ul li.qiita {
    width: 19.0104166667vw;
  }
}
.st-Footer_Content-Bottom .inner .sns ul li.zenn {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Bottom .inner .sns ul li.zenn {
    width: 19.0104166667vw;
  }
}
.st-Footer_Content-Bottom .inner .sns ul li + li {
  margin: 0 0 0 24px;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Bottom .inner .sns ul li + li {
    margin: 0 0 5.2083333333vw 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Bottom .inner .copyright {
    margin: 7.8125vw 0 0;
  }
}
.st-Footer_Content-Bottom .inner .copyright p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #35315a;
}
@media screen and (max-width: 767px) {
  .st-Footer_Content-Bottom .inner .copyright p {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.st-Footer_BackToTop {
  width: 40px;
  position: fixed;
  bottom: 70px;
  right: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .st-Footer_BackToTop {
    width: 10.4166666667vw;
    bottom: 3.2552083333vw;
    right: 3.2552083333vw;
  }
}
.st-Footer_BackToTop a {
  display: block;
  -webkit-box-shadow: 0 10px 20px 0 rgba(162, 169, 180, 0.3);
  box-shadow: 0 10px 20px 0 rgba(162, 169, 180, 0.3);
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .st-Footer_BackToTop a {
    -webkit-box-shadow: 0 1.3020833333vw 2.6041666667vw 0 rgba(162, 169, 180, 0.3);
    box-shadow: 0 1.3020833333vw 2.6041666667vw 0 rgba(162, 169, 180, 0.3);
  }
}
.st-Footer_BackToTop a img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .st-Footer_BackToTop:hover {
    opacity: 0.6;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*-------------------------------------------------------------------*/
/* print */
/*-------------------------------------------------------------------*/
@media print {
  body {
    width: 1920px;
    zoom: 0.45;
  }
  header {
    position: static;
  }
  * {
    -webkit-print-color-adjust: exact;
    opacity: 1 !important;
  }
}