@charset "UTF-8";
@-webkit-keyframes scroll-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
            transform: scale3d(0.4, 0.4, 0.4); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }
@keyframes scroll-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
            transform: scale3d(0.4, 0.4, 0.4); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }

@-webkit-keyframes animationMenuArrow {
  0% {
    right: 0; }
  80% {
    right: -8px; }
  100% {
    right: 0; } }

@keyframes animationMenuArrow {
  0% {
    right: 0; }
  80% {
    right: -8px; }
  100% {
    right: 0; } }

@-webkit-keyframes animationHnavArrow {
  0% {
    padding-left: 0; }
  80% {
    padding-left: 8px; }
  100% {
    padding-left: 0; } }

@keyframes animationHnavArrow {
  0% {
    padding-left: 0; }
  80% {
    padding-left: 8px; }
  100% {
    padding-left: 0; } }

@media screen and (min-width: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .breadcrumb {
    padding-right: constant(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left); } }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-60 {
  width: 60% !important; }

.w-70 {
  width: 70% !important; }

.w-80 {
  width: 80% !important; }

.w-90 {
  width: 90% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.h-5 {
  height: 5% !important; }

.h-10 {
  height: 10% !important; }

.h-15 {
  height: 15% !important; }

.h-20 {
  height: 20% !important; }

.h-30 {
  height: 30% !important; }

.h-35 {
  height: 35% !important; }

.h-40 {
  height: 40% !important; }

.h-45 {
  height: 45% !important; }

.h-60 {
  height: 60% !important; }

.h-70 {
  height: 70% !important; }

.h-80 {
  height: 80% !important; }

.h-90 {
  height: 90% !important; }

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-75 {
    width: 75% !important; }
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-auto {
    width: auto !important; }
  .w-sm-5 {
    width: 5% !important; }
  .w-sm-10 {
    width: 10% !important; }
  .w-sm-15 {
    width: 15% !important; }
  .w-sm-20 {
    width: 20% !important; }
  .w-sm-30 {
    width: 30% !important; }
  .w-sm-35 {
    width: 35% !important; }
  .w-sm-40 {
    width: 40% !important; }
  .w-sm-45 {
    width: 45% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-70 {
    width: 70% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-90 {
    width: 90% !important; }
  .h-sm-25 {
    height: 25% !important; }
  .h-sm-50 {
    height: 50% !important; }
  .h-sm-75 {
    height: 75% !important; }
  .h-sm-100 {
    height: 100% !important; }
  .h-sm-auto {
    height: auto !important; }
  .h-sm-5 {
    height: 5% !important; }
  .h-sm-10 {
    height: 10% !important; }
  .h-sm-15 {
    height: 15% !important; }
  .h-sm-20 {
    height: 20% !important; }
  .h-sm-30 {
    height: 30% !important; }
  .h-sm-35 {
    height: 35% !important; }
  .h-sm-40 {
    height: 40% !important; }
  .h-sm-45 {
    height: 45% !important; }
  .h-sm-60 {
    height: 60% !important; }
  .h-sm-70 {
    height: 70% !important; }
  .h-sm-80 {
    height: 80% !important; }
  .h-sm-90 {
    height: 90% !important; } }

@media (min-width: 769px) {
  .w-md-25 {
    width: 25% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-75 {
    width: 75% !important; }
  .w-md-100 {
    width: 100% !important; }
  .w-md-auto {
    width: auto !important; }
  .w-md-5 {
    width: 5% !important; }
  .w-md-10 {
    width: 10% !important; }
  .w-md-15 {
    width: 15% !important; }
  .w-md-20 {
    width: 20% !important; }
  .w-md-30 {
    width: 30% !important; }
  .w-md-35 {
    width: 35% !important; }
  .w-md-40 {
    width: 40% !important; }
  .w-md-45 {
    width: 45% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-70 {
    width: 70% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-90 {
    width: 90% !important; }
  .h-md-25 {
    height: 25% !important; }
  .h-md-50 {
    height: 50% !important; }
  .h-md-75 {
    height: 75% !important; }
  .h-md-100 {
    height: 100% !important; }
  .h-md-auto {
    height: auto !important; }
  .h-md-5 {
    height: 5% !important; }
  .h-md-10 {
    height: 10% !important; }
  .h-md-15 {
    height: 15% !important; }
  .h-md-20 {
    height: 20% !important; }
  .h-md-30 {
    height: 30% !important; }
  .h-md-35 {
    height: 35% !important; }
  .h-md-40 {
    height: 40% !important; }
  .h-md-45 {
    height: 45% !important; }
  .h-md-60 {
    height: 60% !important; }
  .h-md-70 {
    height: 70% !important; }
  .h-md-80 {
    height: 80% !important; }
  .h-md-90 {
    height: 90% !important; } }

@media (min-width: 1024px) {
  .w-lg-25 {
    width: 25% !important; }
  .w-lg-50 {
    width: 50% !important; }
  .w-lg-75 {
    width: 75% !important; }
  .w-lg-100 {
    width: 100% !important; }
  .w-lg-auto {
    width: auto !important; }
  .w-lg-5 {
    width: 5% !important; }
  .w-lg-10 {
    width: 10% !important; }
  .w-lg-15 {
    width: 15% !important; }
  .w-lg-20 {
    width: 20% !important; }
  .w-lg-30 {
    width: 30% !important; }
  .w-lg-35 {
    width: 35% !important; }
  .w-lg-40 {
    width: 40% !important; }
  .w-lg-45 {
    width: 45% !important; }
  .w-lg-60 {
    width: 60% !important; }
  .w-lg-70 {
    width: 70% !important; }
  .w-lg-80 {
    width: 80% !important; }
  .w-lg-90 {
    width: 90% !important; }
  .h-lg-25 {
    height: 25% !important; }
  .h-lg-50 {
    height: 50% !important; }
  .h-lg-75 {
    height: 75% !important; }
  .h-lg-100 {
    height: 100% !important; }
  .h-lg-auto {
    height: auto !important; }
  .h-lg-5 {
    height: 5% !important; }
  .h-lg-10 {
    height: 10% !important; }
  .h-lg-15 {
    height: 15% !important; }
  .h-lg-20 {
    height: 20% !important; }
  .h-lg-30 {
    height: 30% !important; }
  .h-lg-35 {
    height: 35% !important; }
  .h-lg-40 {
    height: 40% !important; }
  .h-lg-45 {
    height: 45% !important; }
  .h-lg-60 {
    height: 60% !important; }
  .h-lg-70 {
    height: 70% !important; }
  .h-lg-80 {
    height: 80% !important; }
  .h-lg-90 {
    height: 90% !important; } }

@media (min-width: 1367px) {
  .w-xl-25 {
    width: 25% !important; }
  .w-xl-50 {
    width: 50% !important; }
  .w-xl-75 {
    width: 75% !important; }
  .w-xl-100 {
    width: 100% !important; }
  .w-xl-auto {
    width: auto !important; }
  .w-xl-5 {
    width: 5% !important; }
  .w-xl-10 {
    width: 10% !important; }
  .w-xl-15 {
    width: 15% !important; }
  .w-xl-20 {
    width: 20% !important; }
  .w-xl-30 {
    width: 30% !important; }
  .w-xl-35 {
    width: 35% !important; }
  .w-xl-40 {
    width: 40% !important; }
  .w-xl-45 {
    width: 45% !important; }
  .w-xl-60 {
    width: 60% !important; }
  .w-xl-70 {
    width: 70% !important; }
  .w-xl-80 {
    width: 80% !important; }
  .w-xl-90 {
    width: 90% !important; }
  .h-xl-25 {
    height: 25% !important; }
  .h-xl-50 {
    height: 50% !important; }
  .h-xl-75 {
    height: 75% !important; }
  .h-xl-100 {
    height: 100% !important; }
  .h-xl-auto {
    height: auto !important; }
  .h-xl-5 {
    height: 5% !important; }
  .h-xl-10 {
    height: 10% !important; }
  .h-xl-15 {
    height: 15% !important; }
  .h-xl-20 {
    height: 20% !important; }
  .h-xl-30 {
    height: 30% !important; }
  .h-xl-35 {
    height: 35% !important; }
  .h-xl-40 {
    height: 40% !important; }
  .h-xl-45 {
    height: 45% !important; }
  .h-xl-60 {
    height: 60% !important; }
  .h-xl-70 {
    height: 70% !important; }
  .h-xl-80 {
    height: 80% !important; }
  .h-xl-90 {
    height: 90% !important; } }

.w-em-1 {
  width: 1em !important; }

.w-em-2 {
  width: 2em !important; }

.w-em-3 {
  width: 3em !important; }

.w-em-4 {
  width: 4em !important; }

.w-em-5 {
  width: 5em !important; }

.w-em-6 {
  width: 6em !important; }

.w-em-7 {
  width: 7em !important; }

.w-em-8 {
  width: 8em !important; }

.w-em-9 {
  width: 9em !important; }

.w-em-10 {
  width: 10em !important; }

.h-em-1 {
  height: 1em !important; }

.h-em-2 {
  height: 2em !important; }

.h-em-3 {
  height: 3em !important; }

.h-em-4 {
  height: 4em !important; }

.h-em-5 {
  height: 5em !important; }

.h-em-6 {
  height: 6em !important; }

.h-em-7 {
  height: 7em !important; }

.h-em-8 {
  height: 8em !important; }

.h-em-9 {
  height: 9em !important; }

.h-em-10 {
  height: 10em !important; }

@media (min-width: 576px) {
  .w-em-sm-1 {
    width: 1em !important; }
  .w-em-sm-2 {
    width: 2em !important; }
  .w-em-sm-3 {
    width: 3em !important; }
  .w-em-sm-4 {
    width: 4em !important; }
  .w-em-sm-5 {
    width: 5em !important; }
  .w-em-sm-6 {
    width: 6em !important; }
  .w-em-sm-7 {
    width: 7em !important; }
  .w-em-sm-8 {
    width: 8em !important; }
  .w-em-sm-9 {
    width: 9em !important; }
  .w-em-sm-10 {
    width: 10em !important; }
  .h-em-sm-1 {
    height: 1em !important; }
  .h-em-sm-2 {
    height: 2em !important; }
  .h-em-sm-3 {
    height: 3em !important; }
  .h-em-sm-4 {
    height: 4em !important; }
  .h-em-sm-5 {
    height: 5em !important; }
  .h-em-sm-6 {
    height: 6em !important; }
  .h-em-sm-7 {
    height: 7em !important; }
  .h-em-sm-8 {
    height: 8em !important; }
  .h-em-sm-9 {
    height: 9em !important; }
  .h-em-sm-10 {
    height: 10em !important; } }

@media (min-width: 769px) {
  .w-em-md-1 {
    width: 1em !important; }
  .w-em-md-2 {
    width: 2em !important; }
  .w-em-md-3 {
    width: 3em !important; }
  .w-em-md-4 {
    width: 4em !important; }
  .w-em-md-5 {
    width: 5em !important; }
  .w-em-md-6 {
    width: 6em !important; }
  .w-em-md-7 {
    width: 7em !important; }
  .w-em-md-8 {
    width: 8em !important; }
  .w-em-md-9 {
    width: 9em !important; }
  .w-em-md-10 {
    width: 10em !important; }
  .h-em-md-1 {
    height: 1em !important; }
  .h-em-md-2 {
    height: 2em !important; }
  .h-em-md-3 {
    height: 3em !important; }
  .h-em-md-4 {
    height: 4em !important; }
  .h-em-md-5 {
    height: 5em !important; }
  .h-em-md-6 {
    height: 6em !important; }
  .h-em-md-7 {
    height: 7em !important; }
  .h-em-md-8 {
    height: 8em !important; }
  .h-em-md-9 {
    height: 9em !important; }
  .h-em-md-10 {
    height: 10em !important; } }

@media (min-width: 1024px) {
  .w-em-lg-1 {
    width: 1em !important; }
  .w-em-lg-2 {
    width: 2em !important; }
  .w-em-lg-3 {
    width: 3em !important; }
  .w-em-lg-4 {
    width: 4em !important; }
  .w-em-lg-5 {
    width: 5em !important; }
  .w-em-lg-6 {
    width: 6em !important; }
  .w-em-lg-7 {
    width: 7em !important; }
  .w-em-lg-8 {
    width: 8em !important; }
  .w-em-lg-9 {
    width: 9em !important; }
  .w-em-lg-10 {
    width: 10em !important; }
  .h-em-lg-1 {
    height: 1em !important; }
  .h-em-lg-2 {
    height: 2em !important; }
  .h-em-lg-3 {
    height: 3em !important; }
  .h-em-lg-4 {
    height: 4em !important; }
  .h-em-lg-5 {
    height: 5em !important; }
  .h-em-lg-6 {
    height: 6em !important; }
  .h-em-lg-7 {
    height: 7em !important; }
  .h-em-lg-8 {
    height: 8em !important; }
  .h-em-lg-9 {
    height: 9em !important; }
  .h-em-lg-10 {
    height: 10em !important; } }

@media (min-width: 1367px) {
  .w-em-xl-1 {
    width: 1em !important; }
  .w-em-xl-2 {
    width: 2em !important; }
  .w-em-xl-3 {
    width: 3em !important; }
  .w-em-xl-4 {
    width: 4em !important; }
  .w-em-xl-5 {
    width: 5em !important; }
  .w-em-xl-6 {
    width: 6em !important; }
  .w-em-xl-7 {
    width: 7em !important; }
  .w-em-xl-8 {
    width: 8em !important; }
  .w-em-xl-9 {
    width: 9em !important; }
  .w-em-xl-10 {
    width: 10em !important; }
  .h-em-xl-1 {
    height: 1em !important; }
  .h-em-xl-2 {
    height: 2em !important; }
  .h-em-xl-3 {
    height: 3em !important; }
  .h-em-xl-4 {
    height: 4em !important; }
  .h-em-xl-5 {
    height: 5em !important; }
  .h-em-xl-6 {
    height: 6em !important; }
  .h-em-xl-7 {
    height: 7em !important; }
  .h-em-xl-8 {
    height: 8em !important; }
  .h-em-xl-9 {
    height: 9em !important; }
  .h-em-xl-10 {
    height: 10em !important; } }

.mt-0 {
  margin-top: 0px !important; }

.mt-n0 {
  margin-top: 0px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-n5 {
  margin-top: -5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-n10 {
  margin-top: -10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-n15 {
  margin-top: -15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-n20 {
  margin-top: -20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-n25 {
  margin-top: -25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-n30 {
  margin-top: -30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-n35 {
  margin-top: -35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-n40 {
  margin-top: -40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-n45 {
  margin-top: -45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-n50 {
  margin-top: -50px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mt-n55 {
  margin-top: -55px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-n60 {
  margin-top: -60px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mt-n65 {
  margin-top: -65px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-n70 {
  margin-top: -70px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mt-n75 {
  margin-top: -75px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-n80 {
  margin-top: -80px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mt-n85 {
  margin-top: -85px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-n90 {
  margin-top: -90px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mt-n95 {
  margin-top: -95px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-n100 {
  margin-top: -100px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mr-n0 {
  margin-right: 0px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-n5 {
  margin-right: -5px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-n10 {
  margin-right: -10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-n15 {
  margin-right: -15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-n20 {
  margin-right: -20px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mr-n25 {
  margin-right: -25px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-n30 {
  margin-right: -30px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mr-n35 {
  margin-right: -35px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-n40 {
  margin-right: -40px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mr-n45 {
  margin-right: -45px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-n50 {
  margin-right: -50px !important; }

.mr-55 {
  margin-right: 55px !important; }

.mr-n55 {
  margin-right: -55px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-n60 {
  margin-right: -60px !important; }

.mr-65 {
  margin-right: 65px !important; }

.mr-n65 {
  margin-right: -65px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-n70 {
  margin-right: -70px !important; }

.mr-75 {
  margin-right: 75px !important; }

.mr-n75 {
  margin-right: -75px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-n80 {
  margin-right: -80px !important; }

.mr-85 {
  margin-right: 85px !important; }

.mr-n85 {
  margin-right: -85px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mr-n90 {
  margin-right: -90px !important; }

.mr-95 {
  margin-right: 95px !important; }

.mr-n95 {
  margin-right: -95px !important; }

.mr-100 {
  margin-right: 100px !important; }

.mr-n100 {
  margin-right: -100px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-n0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-n5 {
  margin-bottom: -5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-n10 {
  margin-bottom: -10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-n15 {
  margin-bottom: -15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-n20 {
  margin-bottom: -20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-n25 {
  margin-bottom: -25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-n30 {
  margin-bottom: -30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-n35 {
  margin-bottom: -35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-n40 {
  margin-bottom: -40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-n45 {
  margin-bottom: -45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-n50 {
  margin-bottom: -50px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.mb-n55 {
  margin-bottom: -55px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-n60 {
  margin-bottom: -60px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.mb-n65 {
  margin-bottom: -65px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-n70 {
  margin-bottom: -70px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mb-n75 {
  margin-bottom: -75px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-n80 {
  margin-bottom: -80px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mb-n85 {
  margin-bottom: -85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-n90 {
  margin-bottom: -90px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.mb-n95 {
  margin-bottom: -95px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mb-n100 {
  margin-bottom: -100px !important; }

.ml-0 {
  margin-left: 0px !important; }

.ml-n0 {
  margin-left: 0px !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-n5 {
  margin-left: -5px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-n10 {
  margin-left: -10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-n15 {
  margin-left: -15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-n20 {
  margin-left: -20px !important; }

.ml-25 {
  margin-left: 25px !important; }

.ml-n25 {
  margin-left: -25px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-n30 {
  margin-left: -30px !important; }

.ml-35 {
  margin-left: 35px !important; }

.ml-n35 {
  margin-left: -35px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-n40 {
  margin-left: -40px !important; }

.ml-45 {
  margin-left: 45px !important; }

.ml-n45 {
  margin-left: -45px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-n50 {
  margin-left: -50px !important; }

.ml-55 {
  margin-left: 55px !important; }

.ml-n55 {
  margin-left: -55px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-n60 {
  margin-left: -60px !important; }

.ml-65 {
  margin-left: 65px !important; }

.ml-n65 {
  margin-left: -65px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-n70 {
  margin-left: -70px !important; }

.ml-75 {
  margin-left: 75px !important; }

.ml-n75 {
  margin-left: -75px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-n80 {
  margin-left: -80px !important; }

.ml-85 {
  margin-left: 85px !important; }

.ml-n85 {
  margin-left: -85px !important; }

.ml-90 {
  margin-left: 90px !important; }

.ml-n90 {
  margin-left: -90px !important; }

.ml-95 {
  margin-left: 95px !important; }

.ml-n95 {
  margin-left: -95px !important; }

.ml-100 {
  margin-left: 100px !important; }

.ml-n100 {
  margin-left: -100px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pt-n0 {
  padding-top: 0px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pt-n5 {
  padding-top: -5px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-n10 {
  padding-top: -10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-n15 {
  padding-top: -15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-n20 {
  padding-top: -20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-n25 {
  padding-top: -25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-n30 {
  padding-top: -30px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pt-n35 {
  padding-top: -35px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-n40 {
  padding-top: -40px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pt-n45 {
  padding-top: -45px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-n50 {
  padding-top: -50px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pt-n55 {
  padding-top: -55px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-n60 {
  padding-top: -60px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pt-n65 {
  padding-top: -65px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-n70 {
  padding-top: -70px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pt-n75 {
  padding-top: -75px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-n80 {
  padding-top: -80px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pt-n85 {
  padding-top: -85px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-n90 {
  padding-top: -90px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pt-n95 {
  padding-top: -95px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-n100 {
  padding-top: -100px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pr-n0 {
  padding-right: 0px !important; }

.pr-5 {
  padding-right: 5px !important; }

.pr-n5 {
  padding-right: -5px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-n10 {
  padding-right: -10px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-n15 {
  padding-right: -15px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-n20 {
  padding-right: -20px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pr-n25 {
  padding-right: -25px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pr-n30 {
  padding-right: -30px !important; }

.pr-35 {
  padding-right: 35px !important; }

.pr-n35 {
  padding-right: -35px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pr-n40 {
  padding-right: -40px !important; }

.pr-45 {
  padding-right: 45px !important; }

.pr-n45 {
  padding-right: -45px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pr-n50 {
  padding-right: -50px !important; }

.pr-55 {
  padding-right: 55px !important; }

.pr-n55 {
  padding-right: -55px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pr-n60 {
  padding-right: -60px !important; }

.pr-65 {
  padding-right: 65px !important; }

.pr-n65 {
  padding-right: -65px !important; }

.pr-70 {
  padding-right: 70px !important; }

.pr-n70 {
  padding-right: -70px !important; }

.pr-75 {
  padding-right: 75px !important; }

.pr-n75 {
  padding-right: -75px !important; }

.pr-80 {
  padding-right: 80px !important; }

.pr-n80 {
  padding-right: -80px !important; }

.pr-85 {
  padding-right: 85px !important; }

.pr-n85 {
  padding-right: -85px !important; }

.pr-90 {
  padding-right: 90px !important; }

.pr-n90 {
  padding-right: -90px !important; }

.pr-95 {
  padding-right: 95px !important; }

.pr-n95 {
  padding-right: -95px !important; }

.pr-100 {
  padding-right: 100px !important; }

.pr-n100 {
  padding-right: -100px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-n0 {
  padding-bottom: 0px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pb-n5 {
  padding-bottom: -5px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-n10 {
  padding-bottom: -10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-n15 {
  padding-bottom: -15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-n20 {
  padding-bottom: -20px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pb-n25 {
  padding-bottom: -25px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-n30 {
  padding-bottom: -30px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pb-n35 {
  padding-bottom: -35px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-n40 {
  padding-bottom: -40px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pb-n45 {
  padding-bottom: -45px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-n50 {
  padding-bottom: -50px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pb-n55 {
  padding-bottom: -55px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-n60 {
  padding-bottom: -60px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pb-n65 {
  padding-bottom: -65px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-n70 {
  padding-bottom: -70px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pb-n75 {
  padding-bottom: -75px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-n80 {
  padding-bottom: -80px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.pb-n85 {
  padding-bottom: -85px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-n90 {
  padding-bottom: -90px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pb-n95 {
  padding-bottom: -95px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-n100 {
  padding-bottom: -100px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pl-n0 {
  padding-left: 0px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pl-n5 {
  padding-left: -5px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-n10 {
  padding-left: -10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-n15 {
  padding-left: -15px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-n20 {
  padding-left: -20px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pl-n25 {
  padding-left: -25px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pl-n30 {
  padding-left: -30px !important; }

.pl-35 {
  padding-left: 35px !important; }

.pl-n35 {
  padding-left: -35px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pl-n40 {
  padding-left: -40px !important; }

.pl-45 {
  padding-left: 45px !important; }

.pl-n45 {
  padding-left: -45px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pl-n50 {
  padding-left: -50px !important; }

.pl-55 {
  padding-left: 55px !important; }

.pl-n55 {
  padding-left: -55px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pl-n60 {
  padding-left: -60px !important; }

.pl-65 {
  padding-left: 65px !important; }

.pl-n65 {
  padding-left: -65px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pl-n70 {
  padding-left: -70px !important; }

.pl-75 {
  padding-left: 75px !important; }

.pl-n75 {
  padding-left: -75px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pl-n80 {
  padding-left: -80px !important; }

.pl-85 {
  padding-left: 85px !important; }

.pl-n85 {
  padding-left: -85px !important; }

.pl-90 {
  padding-left: 90px !important; }

.pl-n90 {
  padding-left: -90px !important; }

.pl-95 {
  padding-left: 95px !important; }

.pl-n95 {
  padding-left: -95px !important; }

.pl-100 {
  padding-left: 100px !important; }

.pl-n100 {
  padding-left: -100px !important; }

@media (min-width: 769px) {
  .mt-md-0 {
    margin-top: 0px !important; }
  .mt-n0 {
    margin-top: 0px !important; }
  .mt-md-5 {
    margin-top: 5px !important; }
  .mt-n5 {
    margin-top: -5px !important; }
  .mt-md-10 {
    margin-top: 10px !important; }
  .mt-n10 {
    margin-top: -10px !important; }
  .mt-md-15 {
    margin-top: 15px !important; }
  .mt-n15 {
    margin-top: -15px !important; }
  .mt-md-20 {
    margin-top: 20px !important; }
  .mt-n20 {
    margin-top: -20px !important; }
  .mt-md-25 {
    margin-top: 25px !important; }
  .mt-n25 {
    margin-top: -25px !important; }
  .mt-md-30 {
    margin-top: 30px !important; }
  .mt-n30 {
    margin-top: -30px !important; }
  .mt-md-35 {
    margin-top: 35px !important; }
  .mt-n35 {
    margin-top: -35px !important; }
  .mt-md-40 {
    margin-top: 40px !important; }
  .mt-n40 {
    margin-top: -40px !important; }
  .mt-md-45 {
    margin-top: 45px !important; }
  .mt-n45 {
    margin-top: -45px !important; }
  .mt-md-50 {
    margin-top: 50px !important; }
  .mt-n50 {
    margin-top: -50px !important; }
  .mt-md-55 {
    margin-top: 55px !important; }
  .mt-n55 {
    margin-top: -55px !important; }
  .mt-md-60 {
    margin-top: 60px !important; }
  .mt-n60 {
    margin-top: -60px !important; }
  .mt-md-65 {
    margin-top: 65px !important; }
  .mt-n65 {
    margin-top: -65px !important; }
  .mt-md-70 {
    margin-top: 70px !important; }
  .mt-n70 {
    margin-top: -70px !important; }
  .mt-md-75 {
    margin-top: 75px !important; }
  .mt-n75 {
    margin-top: -75px !important; }
  .mt-md-80 {
    margin-top: 80px !important; }
  .mt-n80 {
    margin-top: -80px !important; }
  .mt-md-85 {
    margin-top: 85px !important; }
  .mt-n85 {
    margin-top: -85px !important; }
  .mt-md-90 {
    margin-top: 90px !important; }
  .mt-n90 {
    margin-top: -90px !important; }
  .mt-md-95 {
    margin-top: 95px !important; }
  .mt-n95 {
    margin-top: -95px !important; }
  .mt-md-100 {
    margin-top: 100px !important; }
  .mt-n100 {
    margin-top: -100px !important; }
  .mr-md-0 {
    margin-right: 0px !important; }
  .mr-n0 {
    margin-right: 0px !important; }
  .mr-md-5 {
    margin-right: 5px !important; }
  .mr-n5 {
    margin-right: -5px !important; }
  .mr-md-10 {
    margin-right: 10px !important; }
  .mr-n10 {
    margin-right: -10px !important; }
  .mr-md-15 {
    margin-right: 15px !important; }
  .mr-n15 {
    margin-right: -15px !important; }
  .mr-md-20 {
    margin-right: 20px !important; }
  .mr-n20 {
    margin-right: -20px !important; }
  .mr-md-25 {
    margin-right: 25px !important; }
  .mr-n25 {
    margin-right: -25px !important; }
  .mr-md-30 {
    margin-right: 30px !important; }
  .mr-n30 {
    margin-right: -30px !important; }
  .mr-md-35 {
    margin-right: 35px !important; }
  .mr-n35 {
    margin-right: -35px !important; }
  .mr-md-40 {
    margin-right: 40px !important; }
  .mr-n40 {
    margin-right: -40px !important; }
  .mr-md-45 {
    margin-right: 45px !important; }
  .mr-n45 {
    margin-right: -45px !important; }
  .mr-md-50 {
    margin-right: 50px !important; }
  .mr-n50 {
    margin-right: -50px !important; }
  .mr-md-55 {
    margin-right: 55px !important; }
  .mr-n55 {
    margin-right: -55px !important; }
  .mr-md-60 {
    margin-right: 60px !important; }
  .mr-n60 {
    margin-right: -60px !important; }
  .mr-md-65 {
    margin-right: 65px !important; }
  .mr-n65 {
    margin-right: -65px !important; }
  .mr-md-70 {
    margin-right: 70px !important; }
  .mr-n70 {
    margin-right: -70px !important; }
  .mr-md-75 {
    margin-right: 75px !important; }
  .mr-n75 {
    margin-right: -75px !important; }
  .mr-md-80 {
    margin-right: 80px !important; }
  .mr-n80 {
    margin-right: -80px !important; }
  .mr-md-85 {
    margin-right: 85px !important; }
  .mr-n85 {
    margin-right: -85px !important; }
  .mr-md-90 {
    margin-right: 90px !important; }
  .mr-n90 {
    margin-right: -90px !important; }
  .mr-md-95 {
    margin-right: 95px !important; }
  .mr-n95 {
    margin-right: -95px !important; }
  .mr-md-100 {
    margin-right: 100px !important; }
  .mr-n100 {
    margin-right: -100px !important; }
  .mb-md-0 {
    margin-bottom: 0px !important; }
  .mb-n0 {
    margin-bottom: 0px !important; }
  .mb-md-5 {
    margin-bottom: 5px !important; }
  .mb-n5 {
    margin-bottom: -5px !important; }
  .mb-md-10 {
    margin-bottom: 10px !important; }
  .mb-n10 {
    margin-bottom: -10px !important; }
  .mb-md-15 {
    margin-bottom: 15px !important; }
  .mb-n15 {
    margin-bottom: -15px !important; }
  .mb-md-20 {
    margin-bottom: 20px !important; }
  .mb-n20 {
    margin-bottom: -20px !important; }
  .mb-md-25 {
    margin-bottom: 25px !important; }
  .mb-n25 {
    margin-bottom: -25px !important; }
  .mb-md-30 {
    margin-bottom: 30px !important; }
  .mb-n30 {
    margin-bottom: -30px !important; }
  .mb-md-35 {
    margin-bottom: 35px !important; }
  .mb-n35 {
    margin-bottom: -35px !important; }
  .mb-md-40 {
    margin-bottom: 40px !important; }
  .mb-n40 {
    margin-bottom: -40px !important; }
  .mb-md-45 {
    margin-bottom: 45px !important; }
  .mb-n45 {
    margin-bottom: -45px !important; }
  .mb-md-50 {
    margin-bottom: 50px !important; }
  .mb-n50 {
    margin-bottom: -50px !important; }
  .mb-md-55 {
    margin-bottom: 55px !important; }
  .mb-n55 {
    margin-bottom: -55px !important; }
  .mb-md-60 {
    margin-bottom: 60px !important; }
  .mb-n60 {
    margin-bottom: -60px !important; }
  .mb-md-65 {
    margin-bottom: 65px !important; }
  .mb-n65 {
    margin-bottom: -65px !important; }
  .mb-md-70 {
    margin-bottom: 70px !important; }
  .mb-n70 {
    margin-bottom: -70px !important; }
  .mb-md-75 {
    margin-bottom: 75px !important; }
  .mb-n75 {
    margin-bottom: -75px !important; }
  .mb-md-80 {
    margin-bottom: 80px !important; }
  .mb-n80 {
    margin-bottom: -80px !important; }
  .mb-md-85 {
    margin-bottom: 85px !important; }
  .mb-n85 {
    margin-bottom: -85px !important; }
  .mb-md-90 {
    margin-bottom: 90px !important; }
  .mb-n90 {
    margin-bottom: -90px !important; }
  .mb-md-95 {
    margin-bottom: 95px !important; }
  .mb-n95 {
    margin-bottom: -95px !important; }
  .mb-md-100 {
    margin-bottom: 100px !important; }
  .mb-n100 {
    margin-bottom: -100px !important; }
  .ml-md-0 {
    margin-left: 0px !important; }
  .ml-n0 {
    margin-left: 0px !important; }
  .ml-md-5 {
    margin-left: 5px !important; }
  .ml-n5 {
    margin-left: -5px !important; }
  .ml-md-10 {
    margin-left: 10px !important; }
  .ml-n10 {
    margin-left: -10px !important; }
  .ml-md-15 {
    margin-left: 15px !important; }
  .ml-n15 {
    margin-left: -15px !important; }
  .ml-md-20 {
    margin-left: 20px !important; }
  .ml-n20 {
    margin-left: -20px !important; }
  .ml-md-25 {
    margin-left: 25px !important; }
  .ml-n25 {
    margin-left: -25px !important; }
  .ml-md-30 {
    margin-left: 30px !important; }
  .ml-n30 {
    margin-left: -30px !important; }
  .ml-md-35 {
    margin-left: 35px !important; }
  .ml-n35 {
    margin-left: -35px !important; }
  .ml-md-40 {
    margin-left: 40px !important; }
  .ml-n40 {
    margin-left: -40px !important; }
  .ml-md-45 {
    margin-left: 45px !important; }
  .ml-n45 {
    margin-left: -45px !important; }
  .ml-md-50 {
    margin-left: 50px !important; }
  .ml-n50 {
    margin-left: -50px !important; }
  .ml-md-55 {
    margin-left: 55px !important; }
  .ml-n55 {
    margin-left: -55px !important; }
  .ml-md-60 {
    margin-left: 60px !important; }
  .ml-n60 {
    margin-left: -60px !important; }
  .ml-md-65 {
    margin-left: 65px !important; }
  .ml-n65 {
    margin-left: -65px !important; }
  .ml-md-70 {
    margin-left: 70px !important; }
  .ml-n70 {
    margin-left: -70px !important; }
  .ml-md-75 {
    margin-left: 75px !important; }
  .ml-n75 {
    margin-left: -75px !important; }
  .ml-md-80 {
    margin-left: 80px !important; }
  .ml-n80 {
    margin-left: -80px !important; }
  .ml-md-85 {
    margin-left: 85px !important; }
  .ml-n85 {
    margin-left: -85px !important; }
  .ml-md-90 {
    margin-left: 90px !important; }
  .ml-n90 {
    margin-left: -90px !important; }
  .ml-md-95 {
    margin-left: 95px !important; }
  .ml-n95 {
    margin-left: -95px !important; }
  .ml-md-100 {
    margin-left: 100px !important; }
  .ml-n100 {
    margin-left: -100px !important; }
  .pt-md-0 {
    padding-top: 0px !important; }
  .pt-n0 {
    padding-top: 0px !important; }
  .pt-md-5 {
    padding-top: 5px !important; }
  .pt-n5 {
    padding-top: -5px !important; }
  .pt-md-10 {
    padding-top: 10px !important; }
  .pt-n10 {
    padding-top: -10px !important; }
  .pt-md-15 {
    padding-top: 15px !important; }
  .pt-n15 {
    padding-top: -15px !important; }
  .pt-md-20 {
    padding-top: 20px !important; }
  .pt-n20 {
    padding-top: -20px !important; }
  .pt-md-25 {
    padding-top: 25px !important; }
  .pt-n25 {
    padding-top: -25px !important; }
  .pt-md-30 {
    padding-top: 30px !important; }
  .pt-n30 {
    padding-top: -30px !important; }
  .pt-md-35 {
    padding-top: 35px !important; }
  .pt-n35 {
    padding-top: -35px !important; }
  .pt-md-40 {
    padding-top: 40px !important; }
  .pt-n40 {
    padding-top: -40px !important; }
  .pt-md-45 {
    padding-top: 45px !important; }
  .pt-n45 {
    padding-top: -45px !important; }
  .pt-md-50 {
    padding-top: 50px !important; }
  .pt-n50 {
    padding-top: -50px !important; }
  .pt-md-55 {
    padding-top: 55px !important; }
  .pt-n55 {
    padding-top: -55px !important; }
  .pt-md-60 {
    padding-top: 60px !important; }
  .pt-n60 {
    padding-top: -60px !important; }
  .pt-md-65 {
    padding-top: 65px !important; }
  .pt-n65 {
    padding-top: -65px !important; }
  .pt-md-70 {
    padding-top: 70px !important; }
  .pt-n70 {
    padding-top: -70px !important; }
  .pt-md-75 {
    padding-top: 75px !important; }
  .pt-n75 {
    padding-top: -75px !important; }
  .pt-md-80 {
    padding-top: 80px !important; }
  .pt-n80 {
    padding-top: -80px !important; }
  .pt-md-85 {
    padding-top: 85px !important; }
  .pt-n85 {
    padding-top: -85px !important; }
  .pt-md-90 {
    padding-top: 90px !important; }
  .pt-n90 {
    padding-top: -90px !important; }
  .pt-md-95 {
    padding-top: 95px !important; }
  .pt-n95 {
    padding-top: -95px !important; }
  .pt-md-100 {
    padding-top: 100px !important; }
  .pt-n100 {
    padding-top: -100px !important; }
  .pr-md-0 {
    padding-right: 0px !important; }
  .pr-n0 {
    padding-right: 0px !important; }
  .pr-md-5 {
    padding-right: 5px !important; }
  .pr-n5 {
    padding-right: -5px !important; }
  .pr-md-10 {
    padding-right: 10px !important; }
  .pr-n10 {
    padding-right: -10px !important; }
  .pr-md-15 {
    padding-right: 15px !important; }
  .pr-n15 {
    padding-right: -15px !important; }
  .pr-md-20 {
    padding-right: 20px !important; }
  .pr-n20 {
    padding-right: -20px !important; }
  .pr-md-25 {
    padding-right: 25px !important; }
  .pr-n25 {
    padding-right: -25px !important; }
  .pr-md-30 {
    padding-right: 30px !important; }
  .pr-n30 {
    padding-right: -30px !important; }
  .pr-md-35 {
    padding-right: 35px !important; }
  .pr-n35 {
    padding-right: -35px !important; }
  .pr-md-40 {
    padding-right: 40px !important; }
  .pr-n40 {
    padding-right: -40px !important; }
  .pr-md-45 {
    padding-right: 45px !important; }
  .pr-n45 {
    padding-right: -45px !important; }
  .pr-md-50 {
    padding-right: 50px !important; }
  .pr-n50 {
    padding-right: -50px !important; }
  .pr-md-55 {
    padding-right: 55px !important; }
  .pr-n55 {
    padding-right: -55px !important; }
  .pr-md-60 {
    padding-right: 60px !important; }
  .pr-n60 {
    padding-right: -60px !important; }
  .pr-md-65 {
    padding-right: 65px !important; }
  .pr-n65 {
    padding-right: -65px !important; }
  .pr-md-70 {
    padding-right: 70px !important; }
  .pr-n70 {
    padding-right: -70px !important; }
  .pr-md-75 {
    padding-right: 75px !important; }
  .pr-n75 {
    padding-right: -75px !important; }
  .pr-md-80 {
    padding-right: 80px !important; }
  .pr-n80 {
    padding-right: -80px !important; }
  .pr-md-85 {
    padding-right: 85px !important; }
  .pr-n85 {
    padding-right: -85px !important; }
  .pr-md-90 {
    padding-right: 90px !important; }
  .pr-n90 {
    padding-right: -90px !important; }
  .pr-md-95 {
    padding-right: 95px !important; }
  .pr-n95 {
    padding-right: -95px !important; }
  .pr-md-100 {
    padding-right: 100px !important; }
  .pr-n100 {
    padding-right: -100px !important; }
  .pb-md-0 {
    padding-bottom: 0px !important; }
  .pb-n0 {
    padding-bottom: 0px !important; }
  .pb-md-5 {
    padding-bottom: 5px !important; }
  .pb-n5 {
    padding-bottom: -5px !important; }
  .pb-md-10 {
    padding-bottom: 10px !important; }
  .pb-n10 {
    padding-bottom: -10px !important; }
  .pb-md-15 {
    padding-bottom: 15px !important; }
  .pb-n15 {
    padding-bottom: -15px !important; }
  .pb-md-20 {
    padding-bottom: 20px !important; }
  .pb-n20 {
    padding-bottom: -20px !important; }
  .pb-md-25 {
    padding-bottom: 25px !important; }
  .pb-n25 {
    padding-bottom: -25px !important; }
  .pb-md-30 {
    padding-bottom: 30px !important; }
  .pb-n30 {
    padding-bottom: -30px !important; }
  .pb-md-35 {
    padding-bottom: 35px !important; }
  .pb-n35 {
    padding-bottom: -35px !important; }
  .pb-md-40 {
    padding-bottom: 40px !important; }
  .pb-n40 {
    padding-bottom: -40px !important; }
  .pb-md-45 {
    padding-bottom: 45px !important; }
  .pb-n45 {
    padding-bottom: -45px !important; }
  .pb-md-50 {
    padding-bottom: 50px !important; }
  .pb-n50 {
    padding-bottom: -50px !important; }
  .pb-md-55 {
    padding-bottom: 55px !important; }
  .pb-n55 {
    padding-bottom: -55px !important; }
  .pb-md-60 {
    padding-bottom: 60px !important; }
  .pb-n60 {
    padding-bottom: -60px !important; }
  .pb-md-65 {
    padding-bottom: 65px !important; }
  .pb-n65 {
    padding-bottom: -65px !important; }
  .pb-md-70 {
    padding-bottom: 70px !important; }
  .pb-n70 {
    padding-bottom: -70px !important; }
  .pb-md-75 {
    padding-bottom: 75px !important; }
  .pb-n75 {
    padding-bottom: -75px !important; }
  .pb-md-80 {
    padding-bottom: 80px !important; }
  .pb-n80 {
    padding-bottom: -80px !important; }
  .pb-md-85 {
    padding-bottom: 85px !important; }
  .pb-n85 {
    padding-bottom: -85px !important; }
  .pb-md-90 {
    padding-bottom: 90px !important; }
  .pb-n90 {
    padding-bottom: -90px !important; }
  .pb-md-95 {
    padding-bottom: 95px !important; }
  .pb-n95 {
    padding-bottom: -95px !important; }
  .pb-md-100 {
    padding-bottom: 100px !important; }
  .pb-n100 {
    padding-bottom: -100px !important; }
  .pl-md-0 {
    padding-left: 0px !important; }
  .pl-n0 {
    padding-left: 0px !important; }
  .pl-md-5 {
    padding-left: 5px !important; }
  .pl-n5 {
    padding-left: -5px !important; }
  .pl-md-10 {
    padding-left: 10px !important; }
  .pl-n10 {
    padding-left: -10px !important; }
  .pl-md-15 {
    padding-left: 15px !important; }
  .pl-n15 {
    padding-left: -15px !important; }
  .pl-md-20 {
    padding-left: 20px !important; }
  .pl-n20 {
    padding-left: -20px !important; }
  .pl-md-25 {
    padding-left: 25px !important; }
  .pl-n25 {
    padding-left: -25px !important; }
  .pl-md-30 {
    padding-left: 30px !important; }
  .pl-n30 {
    padding-left: -30px !important; }
  .pl-md-35 {
    padding-left: 35px !important; }
  .pl-n35 {
    padding-left: -35px !important; }
  .pl-md-40 {
    padding-left: 40px !important; }
  .pl-n40 {
    padding-left: -40px !important; }
  .pl-md-45 {
    padding-left: 45px !important; }
  .pl-n45 {
    padding-left: -45px !important; }
  .pl-md-50 {
    padding-left: 50px !important; }
  .pl-n50 {
    padding-left: -50px !important; }
  .pl-md-55 {
    padding-left: 55px !important; }
  .pl-n55 {
    padding-left: -55px !important; }
  .pl-md-60 {
    padding-left: 60px !important; }
  .pl-n60 {
    padding-left: -60px !important; }
  .pl-md-65 {
    padding-left: 65px !important; }
  .pl-n65 {
    padding-left: -65px !important; }
  .pl-md-70 {
    padding-left: 70px !important; }
  .pl-n70 {
    padding-left: -70px !important; }
  .pl-md-75 {
    padding-left: 75px !important; }
  .pl-n75 {
    padding-left: -75px !important; }
  .pl-md-80 {
    padding-left: 80px !important; }
  .pl-n80 {
    padding-left: -80px !important; }
  .pl-md-85 {
    padding-left: 85px !important; }
  .pl-n85 {
    padding-left: -85px !important; }
  .pl-md-90 {
    padding-left: 90px !important; }
  .pl-n90 {
    padding-left: -90px !important; }
  .pl-md-95 {
    padding-left: 95px !important; }
  .pl-n95 {
    padding-left: -95px !important; }
  .pl-md-100 {
    padding-left: 100px !important; }
  .pl-n100 {
    padding-left: -100px !important; } }

.form-control {
  width: auto; }

.ttl__style_1 {
  text-align: center; }

.ttl__style_2 {
  border-bottom: 1px #ddd solid; }
  .ttl__style_2 span {
    position: relative;
    display: inline-block;
    padding-bottom: 6px; }
    .ttl__style_2 span::before {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #999; }

.ttl__style_3 {
  padding: .3em 0 .3em 24px;
  position: relative;
  background-color: #fff; }
  .ttl__style_3::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background-color: #999; }

.ttl__style_4 {
  padding: .3em 0 .3em 1.5em;
  position: relative; }
  .ttl__style_4::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1em;
    height: 1px;
    background-color: #999; }

.h1.ttl__style_3,
h1.ttl__style_3 {
  padding-left: 24px; }

.h2.ttl__style_3,
h2.ttl__style_3 {
  padding-left: 20px; }

.h3.ttl__style_3,
h3.ttl__style_3 {
  padding-left: 18px; }

.h4.ttl__style_3,
.h5.ttl__style_3,
h4.ttl__style_3,
h5.ttl__style_3 {
  padding-left: 14px; }

.nav_btn {
  display: inline-block;
  overflow: visible; }
  .nav_btn a {
    position: relative;
    display: block;
    padding: 1em 2em 1em 1em;
    line-height: 1.4;
    color: #2e2525;
    border: 1px solid #2e2525;
    text-align: center;
    background-color: #fff;
    outline: none; }
    .nav_btn a::after {
      content: '\f105';
      font-family: 'FontAwesome';
      display: block;
      position: absolute;
      right: 4px;
      top: 50%;
      margin-top: -.5em;
      width: 1em;
      height: 1em;
      line-height: 1;
      text-align: center !important;
      font-size: 1.3em; }
  .nav_btn.btn_wide {
    display: block; }
  .nav_btn.btn_thin a {
    padding: 6px 2em 6px 1em; }
  .nav_btn.btn_fill a {
    background-color: #2e2525;
    color: #fff; }
    .nav_btn.btn_fill a::before {
      color: #fff; }
  .nav_btn.btn_clr1 a {
    border-color: #00005e;
    color: #00005e; }
  .nav_btn.btn_clr1.btn_fill a {
    background-color: #00005e;
    color: #fff; }
  .nav_btn.btn_clr2 a {
    border-color: #981455;
    color: #981455; }
  .nav_btn.btn_clr2.btn_fill a {
    background-color: #981455;
    color: #fff; }
  .nav_btn.btn_clr3 a {
    border-color: #0064b4;
    color: #0064b4; }
  .nav_btn.btn_clr3.btn_fill a {
    background-color: #0064b4;
    color: #fff; }
  .nav_btn.icon-external a {
    padding-right: 1em; }
  .nav_btn.icon-external a::after {
    content: '\f08e';
    top: 8px;
    margin-top: 0;
    font-size: 1.1rem; }
  .nav_btn.icon-xls a {
    padding-right: 1em; }
  .nav_btn.icon-xls a::after {
    content: '\f1c3';
    top: 8px;
    margin-top: 0;
    font-size: 1.1rem;
    color: green; }
  .nav_btn.icon-xls.btn_fill a::after {
    color: #fff; }
  .nav_btn.icon-word a {
    padding-right: 1em; }
  .nav_btn.icon-word a::after {
    content: '\f1c2';
    top: 8px;
    margin-top: 0;
    font-size: 1.1rem;
    color: blue; }
  .nav_btn.icon-word.btn_fill a::after {
    color: #fff; }
  .nav_btn.icon-pdf a {
    padding-right: 1em; }
  .nav_btn.icon-pdf a::after {
    content: '\f1c1';
    top: 8px;
    margin-top: 0;
    font-size: 1.1rem;
    color: red; }
  .nav_btn.btn_fill a::after {
    color: #fff; }

.pagination {
  border-radius: 0; }
  .pagination .page-link {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #2e2525; }
    @media (min-width: 576px) {
      .pagination .page-link {
        margin-left: 4px;
        margin-right: 4px; } }
  .pagination .page-item:first-child .page-link,
  .pagination .page-item:last-child .page-link {
    border-radius: 0; }
  .pagination .page-ite.active .page-link {
    background-color: #00005e;
    color: #fff;
    border: 1px #00005e solid; }

.tabnav .nav-tabs {
  display: none; }

@media (min-width: 769px) {
  .tabnav .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.tabnav .selecton {
  position: relative;
  z-index: 10;
  background-color: #fff;
  border: 1px #adb5bd solid; }
  .tabnav .selecton::after {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: 10px;
    margin-top: -.5em;
    width: 1em;
    height: 1em;
    line-height: 1;
    z-index: -1;
    color: #2e2525; }
  .tabnav .selecton select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border: 0; }
    .tabnav .selecton select option {
      background-color: transparent; }
  @media (min-width: 769px) {
    .tabnav .selecton {
      display: none; } }

.panel-group {
  border-bottom: 1px #dee2e6 solid; }
  .panel-group .panel {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .panel-group .panel .panel-heading {
      padding: 0;
      background-color: transparent;
      border-top: 1px #dee2e6 solid;
      border-radius: 0; }
      .panel-group .panel .panel-heading .panel-title {
        position: relative; }
        .panel-group .panel .panel-heading .panel-title a {
          position: relative;
          display: block;
          padding: 14px 1.8em 14px 0;
          color: #2e2525;
          text-decoration: none; }
          .panel-group .panel .panel-heading .panel-title a .icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            position: absolute;
            top: 50%;
            right: 2px;
            margin-top: -.5em;
            width: 1.3em;
            height: 1.3em;
            line-height: 1;
            border-radius: 50%;
            background-color: #ffb0b0; }
            .panel-group .panel .panel-heading .panel-title a .icon::before {
              content: '\f107';
              font-family: 'FontAwesome';
              color: #fff;
              font-size: .9em; }
    .panel-group .panel .panel-body {
      padding: 10px; }
  .panel-group .collapse_show > .panel-heading > .panel-title > a {
    color: #ffb0b0; }
    .panel-group .collapse_show > .panel-heading > .panel-title > a .icon {
      background-color: #adb5bd; }
      .panel-group .collapse_show > .panel-heading > .panel-title > a .icon::before {
        content: '\f106'; }

.pageanchor .nav {
  display: none; }

@media (min-width: 769px) {
  .pageanchor {
    padding: 10px 18px;
    background-color: #e9ecef; }
    .pageanchor .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.pageanchor .selecton {
  position: relative;
  z-index: 10;
  background-color: #fff;
  border: 1px #adb5bd solid; }
  .pageanchor .selecton::after {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: 10px;
    margin-top: -.5em;
    width: 1em;
    height: 1em;
    line-height: 1;
    z-index: -1;
    color: #2e2525; }
  .pageanchor .selecton select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border: 0; }
    .pageanchor .selecton select option {
      background-color: transparent; }
  @media (min-width: 769px) {
    .pageanchor .selecton {
      display: none; } }

.table thead tr > th {
  vertical-align: middle;
  text-align: center;
  line-height: 1.4; }

.table tbody tr > th {
  line-height: 1.4; }

.table_layout_fixed {
  table-layout: fixed; }

.table-responsive {
  -webkit-overflow-scrolling: touch; }
  .table-responsive .table tbody tr td,
  .table-responsive .table tbody tr th,
  .table-responsive .table tfoot tr td,
  .table-responsive .table tfoot tr th,
  .table-responsive .table thead tr td,
  .table-responsive .table thead tr th {
    background-color: #fff; }
  .table-responsive .table tbody th,
  .table-responsive .table tfoot th,
  .table-responsive .table thead th {
    white-space: nowrap; }

@media (max-width: 768.98px) {
  .table__break_sm {
    width: 100%; }
    .table__break_sm tbody > tr th,
    .table__break_sm thead > tr th {
      display: block;
      width: 100%;
      border-width: 1px;
      border-color: inherit;
      border-style: solid; }
    .table__break_sm tbody > tr td,
    .table__break_sm thead > tr td {
      display: block;
      width: 100%;
      border-width: 1px;
      border-color: inherit;
      border-style: solid; } }

.table.tbl__style_1 {
  width: 100%;
  border-collapse: collapse; }
  .table.tbl__style_1 td,
  .table.tbl__style_1 th {
    border: 1px #aaa solid;
    word-wrap: break-word;
    overflow-wrap: break-word; }
  .table.tbl__style_1 thead tr th {
    border-bottom-width: 1px;
    font-weight: bold;
    color: #fff;
    background-color: #2e2525; }
  .table.tbl__style_1 thead tr td {
    border-bottom-width: 1px; }
  .table.tbl__style_1 tbody tr th {
    background-color: #f4f4f4;
    vertical-align: middle; }
  .table.tbl__style_1 tbody tr td {
    vertical-align: middle; }
  .table.tbl__style_1 tbody tr .thead_th {
    border-bottom-width: 1px;
    font-weight: bold;
    color: #fff;
    background-color: #2e2525; }
  @media (max-width: 768.98px) {
    .table.tbl__style_1.table__break_sm {
      border-top: 1px #aaa solid; }
      .table.tbl__style_1.table__break_sm s thead tr td,
      .table.tbl__style_1.table__break_sm s thead tr th,
      .table.tbl__style_1.table__break_sm tbody tr td,
      .table.tbl__style_1.table__break_sm tbody tr th {
        border-top: 0; } }

.table.tbl__style_2 td,
.table.tbl__style_2 th {
  border: 0; }

.table.tbl__style_2 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #498ed0;
  color: #fff; }

.table.tbl__style_2 thead tr th:first-child {
  border-left: 0; }

.table.tbl__style_2 tbody {
  border-top: 1px #ddd solid; }
  .table.tbl__style_2 tbody::before {
    display: none; }
  .table.tbl__style_2 tbody tr td {
    border: 0;
    border-bottom: 1px #ddd solid;
    border-left: 1px #ccc solid; }
    .table.tbl__style_2 tbody tr td:first-child {
      border-left: 0; }
  .table.tbl__style_2 tbody tr th {
    background-color: #fff;
    color: #0064b4;
    background-color: #eaf2f9;
    border: 0;
    border-bottom: 1px #ddd solid;
    border-left: 1px #ccc solid; }
  .table.tbl__style_2 tbody tr .thead_th {
    background-color: #498ed0;
    color: #fff;
    border-bottom-color: #fff; }
  .table.tbl__style_2 tbody tr:last-child .thead_th {
    border-bottom-color: #ddd; }
  .table.tbl__style_2 tbody tr th:first-child {
    border-left: 0; }

@media (max-width: 768.98px) {
  .table.tbl__style_2.table__break_sm {
    border: 1px #ddd solid; }
    .table.tbl__style_2.table__break_sm tbody tr td,
    .table.tbl__style_2.table__break_sm tbody tr th,
    .table.tbl__style_2.table__break_sm thead tr td,
    .table.tbl__style_2.table__break_sm thead tr th {
      border-top: 0;
      border-left: 0; } }

.subbox1 {
  padding: 24px;
  background-color: #f4f4f4; }
  .subbox1__inner {
    border: 1px #ccc solid;
    background-color: #fff;
    padding: 16px; }
  .subbox1.small_box {
    padding: 1em 1.2em; }
  @media (min-width: 769px) {
    .subbox1 {
      padding: 32px; }
      .subbox1__inner {
        padding: 24px; } }

.subbox2 {
  padding: 24px;
  border: 1px #ccc solid;
  background-color: #fff; }
  .subbox2__inner {
    background-color: #e5edf6;
    padding: 16px; }
  .subbox2.small_box {
    padding: 1em 1.2em; }
  @media (min-width: 769px) {
    .subbox2 {
      padding: 32px; }
      .subbox2__inner {
        padding: 24px; } }

.block {
  margin-bottom: 48px; }
  .block > .block {
    margin-bottom: 24px; }
  .block:last-child {
    margin-bottom: 0; }
  @media (min-width: 769px) {
    .block {
      margin-bottom: 60px; }
      .block > .block {
        margin-bottom: 30px; }
      .block:last-child {
        margin-bottom: 0; } }

.list__reset,
.list__reset li,
.list__reset ol,
.list__reset ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__disc,
.list__disc > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__disc > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: disc;
  list-style-position: inside; }
  .list__disc > li > * {
    text-indent: 0; }

.list__num,
.list__num > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__num > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: decimal;
  list-style-position: inside; }
  .list__num > li > * {
    text-indent: 0; }

.list__num_kakko {
  counter-reset: item; }
  .list__num_kakko,
  .list__num_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__num_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -1.5em;
    padding-left: 1.5em; }
    .list__num_kakko > li::before {
      content: "(" counter(item, decimal) ")"; }

.list__num_kome {
  counter-reset: item; }
  .list__num_kome,
  .list__num_kome > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__num_kome > li {
    counter-increment: item;
    list-style: none;
    text-indent: -2em;
    padding-left: 2em; }
    .list__num_kome > li::before {
      content: "※" counter(item, decimal) " "; }

.list__num_zero,
.list__num_zero > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__num_zero li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: decimal-leading-zero;
  list-style-position: inside; }
  .list__num_zero li > * {
    text-indent: 0; }

.list__num_zero_kakko {
  counter-reset: item; }
  .list__num_zero_kakko,
  .list__num_zero_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__num_zero_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -2em;
    padding-left: 2em; }
    .list__num_zero_kakko > li::before {
      content: "(" counter(item, decimal-leading-zero) ")"; }

.list__lower_roman,
.list__lower_roman > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__lower_roman > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: lower-roman;
  list-style-position: inside; }
  .list__lower_roman > li > * {
    text-indent: 0; }

.list__lower_roman_kakko {
  counter-reset: item; }
  .list__lower_roman_kakko,
  .list__lower_roman_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__lower_roman_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -1.5em;
    padding-left: 1.5em; }
    .list__lower_roman_kakko > li::before {
      content: "(" counter(item, lower-roman) ")"; }

.list__upper_roman,
.list__upper_roman > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__upper_roman > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: upper-roman;
  list-style-position: inside; }
  .list__upper_roman > li > * {
    text-indent: 0; }

.list__upper_roman_kakko {
  counter-reset: item; }
  .list__upper_roman_kakko,
  .list__upper_roman_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__upper_roman_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -1.5em;
    padding-left: 1.5em; }
    .list__upper_roman_kakko > li::before {
      content: "(" counter(item, upper-roman) ")"; }

.list__lower_latin,
.list__lower_latin > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__lower_latin > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: lower-latin;
  list-style-position: inside; }
  .list__lower_latin > li > * {
    text-indent: 0; }

.list__lower_latin_kakko {
  counter-reset: item; }
  .list__lower_latin_kakko,
  .list__lower_latin_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__lower_latin_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -1.5em;
    padding-left: 1.5em; }
    .list__lower_latin_kakko > li::before {
      content: "(" counter(item, lower-latin) ")"; }

.list__upper_latin,
.list__upper_latin > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__upper_latin > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: upper-latin;
  list-style-position: inside; }
  .list__upper_latin > li > * {
    text-indent: 0; }

.list__upper_latin_kakko {
  counter-reset: item; }
  .list__upper_latin_kakko,
  .list__upper_latin_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__upper_latin_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -1.5em;
    padding-left: 1.5em; }
    .list__upper_latin_kakko > li::before {
      content: "(" counter(item, upper-latin) ")"; }

.list__hiragana,
.list__hiragana > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__hiragana > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  list-style-type: hiragana;
  list-style-position: inside; }
  .list__hiragana > li > * {
    text-indent: 0; }

.list__hiragana_kakko {
  counter-reset: item; }
  .list__hiragana_kakko,
  .list__hiragana_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__hiragana_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -2em;
    padding-left: 2em; }
    .list__hiragana_kakko > li::before {
      content: "(" counter(item, hiragana) ")"; }

.list__katakana,
.list__katakana > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__katakana > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  list-style-type: katakana;
  list-style-position: inside; }
  .list__katakana > li > * {
    text-indent: 0; }

.list__katakana_kakko {
  counter-reset: item; }
  .list__katakana_kakko,
  .list__katakana_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__katakana_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -2em;
    padding-left: 2em; }
    .list__katakana_kakko > li::before {
      content: "(" counter(item, katakana) ")"; }

.list__hiragana-iroha,
.list__hiragana-iroha > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__hiragana-iroha > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  list-style-type: hiragana-iroha;
  list-style-position: inside; }
  .list__hiragana-iroha > li > * {
    text-indent: 0; }

.list__hiragana-iroha_kakko {
  counter-reset: item; }
  .list__hiragana-iroha_kakko,
  .list__hiragana-iroha_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__hiragana-iroha_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -2em;
    padding-left: 2em; }
    .list__hiragana-iroha_kakko > li::before {
      content: "(" counter(item, hiragana-iroha) ")"; }

.list__katakana-iroha,
.list__katakana-iroha > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__katakana-iroha > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  list-style-type: katakana-iroha;
  list-style-position: inside; }
  .list__katakana-iroha > li > * {
    text-indent: 0; }

.list__katakana-iroha_kakko {
  counter-reset: item; }
  .list__katakana-iroha_kakko,
  .list__katakana-iroha_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__katakana-iroha_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -2em;
    padding-left: 2em; }
    .list__katakana-iroha_kakko > li::before {
      content: "(" counter(item, katakana-iroha) ")"; }

.txt__lead {
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 2.24rem;
  font-weight: 300; }
  @media (min-width: 769px) {
    .txt__lead {
      font-size: 2.8rem; } }

.txt__lead_s {
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 1.82rem;
  font-weight: 400; }
  @media (min-width: 769px) {
    .txt__lead_s {
      font-size: 2.24rem; } }

.txt__line_ylw {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff26));
  background: linear-gradient(transparent 60%, #ffff26 60%); }

.txt__cap {
  text-indent: -1em;
  padding-left: 1em; }

.fz__large {
  font-size: 120%;
  line-height: 1.4; }

.fz__small {
  font-size: 0.875em;
  line-height: 1.3; }

.fz__bold {
  font-weight: 700; }

.fz__normal {
  font-weight: 400; }

.color__main {
  color: #00005e; }

.color__sub1 {
  color: #981455; }

.color__sub2 {
  color: #0064b4; }

.color__sub3 {
  color: #007450; }

.color__red {
  color: red; }

.color__white {
  color: #fff; }

.color__black {
  color: #2e2525; }

.ff__gothic {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.ff__mincho {
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif; }

a[target='_blank']:not([class])::after {
  content: '\f08e';
  font-family: 'FontAwesome'; }

a[href$='.pdf']:not([class])::after {
  content: '\f1c1';
  font-family: 'FontAwesome';
  color: red; }

a[href$='.doc']:not([class])::after, a[href$='.docx']:not([class])::after {
  content: '\f1c2';
  font-family: 'FontAwesome';
  color: blue; }

a[href$='.xls']:not([class])::after, a[href$='.xlsx']:not([class])::after {
  content: '\f1c3';
  font-family: 'FontAwesome';
  color: green; }

body .mrg__btm0 {
  margin-bottom: 0 !important; }

body .mrg__btm05 {
  margin-bottom: .5em !important; }

body .mrg__btm1 {
  margin-bottom: 1em !important; }

body .mrg__btm2 {
  margin-bottom: 2em !important; }

body .mrg__btm3 {
  margin-bottom: 3em !important; }

body .mrg__btm4 {
  margin-bottom: 4em !important; }

body .mrg__btm5 {
  margin-bottom: 5em !important; }

body .mrg__btm6 {
  margin-bottom: 6em !important; }

body .mrg__btm_gutter {
  margin-bottom: 30px !important; }

body .mrg__top0 {
  margin-top: 0 !important; }

body .mrg__top05 {
  margin-top: .5em !important; }

body .mrg__top1 {
  margin-top: 1em !important; }

body .mrg__top2 {
  margin-top: 2em !important; }

body .mrg__top3 {
  margin-top: 3em !important; }

body .mrg__top_gutter {
  margin-top: 30px !important; }

body .mrg__left0 {
  margin-left: 0 !important; }

body .mrg__left1 {
  margin-left: 1em !important; }

body .mrg__left2 {
  margin-left: 2em !important; }

body .mrg__left3 {
  margin-left: 3em !important; }

body .mrg__left_gutter {
  margin-left: 30px !important; }

body .mrg__right0 {
  margin-right: 0 !important; }

body .mrg__right1 {
  margin-right: 1em !important; }

body .mrg__right2 {
  margin-right: 2em !important; }

body .mrg__right3 {
  margin-right: 3em !important; }

body .mrg__right_gutter {
  margin-right: 30px !important; }

body .pad__top0 {
  padding-top: 0 !important; }

body .pad__top1 {
  padding-top: 1em !important; }

body .pad__top2 {
  padding-top: 2em !important; }

body .pad__top3 {
  padding-top: 3em !important; }

body .pad__top_gutter {
  padding-top: 30px !important; }

body .pad__btm0 {
  padding-bottom: 0 !important; }

body .pad__btm05 {
  padding-bottom: .5em !important; }

body .pad__btm1 {
  padding-bottom: 1em !important; }

body .pad__btm2 {
  padding-bottom: 2em !important; }

body .pad__btm3 {
  padding-bottom: 3em !important; }

body .pad__btm_gutter {
  padding-bottom: 30px !important; }

body .pad__left0 {
  padding-left: 0 !important; }

body .pad__left1 {
  padding-left: 1em !important; }

body .pad__left2 {
  padding-left: 2em !important; }

body .pad__left3 {
  padding-left: 3em !important; }

body .pad__left_gutter {
  padding-left: 30px !important; }

body .pad__right0 {
  padding-right: 0 !important; }

body .pad__right1 {
  padding-right: 1em !important; }

body .pad__right2 {
  padding-right: 2em !important; }

body .pad__right3 {
  padding-right: 3em !important; }

body .pad__right_gutter {
  padding-right: 30px !important; }

@media (min-width: 576px) {
  body .mrg_btm_sm_0 {
    margin-bottom: 0 !important; } }

@media (min-width: 769px) {
  body .mrg_btm_md_0 {
    margin-bottom: 0 !important; } }

@media (min-width: 1024px) {
  body .mrg_btm_lg_0 {
    margin-bottom: 0 !important; } }

@media (min-width: 1367px) {
  body .mrg_btm_xl_0 {
    margin-bottom: 0 !important; } }

@media (min-width: 576px) {
  body .pad_btm_sm_0 {
    padding-bottom: 0 !important; } }

@media (min-width: 769px) {
  body .pad_btm_md_0 {
    padding-bottom: 0 !important; } }

@media (min-width: 1024px) {
  body .pad_btm_lg_0 {
    padding-bottom: 0 !important; } }

@media (min-width: 1367px) {
  body .pad_btm_xl_0 {
    padding-bottom: 0 !important; } }

.breadcrumb {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0;
  color: #212529; }
  @media (min-width: 769px) {
    .breadcrumb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20px;
      padding: 0 20px;
      font-size: 1.2rem; } }
  @media (min-width: 1024px) {
    .breadcrumb {
      position: absolute;
      top: 87px;
      left: 100px;
      margin-bottom: 0; } }
  @media (min-width: 1367px) {
    .breadcrumb {
      left: 150px; } }
  .breadcrumb-item, .breadcrumb-link, .breadcrumb__list, .breadcrumb__link {
    color: #2e2525; }
  .breadcrumb-item:not(:last-child):after, .breadcrumb__list:not(:last-child):after {
    content: "＞";
    margin: 0 4px; }
  .breadcrumb-item + .breadcrumb-item, .breadcrumb__list + .breadcrumb-item {
    padding-left: 0; }
    .breadcrumb-item + .breadcrumb-item:before, .breadcrumb__list + .breadcrumb-item:before {
      display: none; }
  .breadcrumb-link:hover, .breadcrumb__link:hover {
    color: #2e2525; }

.underlayer {
  padding-top: 18px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0; }
  @media (min-width: 769px) {
    .underlayer {
      padding-top: 0; } }
  .underlayer ul[class] {
    list-style: none; }
  .underlayer .inner {
    max-width: 1200px;
    width: calc(100% - 40px); }
  .underlayer__headline--en, .underlayer__headline--jp {
    font-weight: 700;
    text-align: center; }
  .underlayer__headline--en {
    font-family: "Montserrat", sans-serif; }
  .underlayer__headline--jp {
    margin-bottom: 30px;
    letter-spacing: 0.3rem;
    font-size: 3.2rem; }
    @media (min-width: 769px) {
      .underlayer__headline--jp {
        margin-bottom: 40px;
        letter-spacing: 0.9rem;
        font-size: 5rem; } }
  .underlayer .mv .inner,
  .underlayer .external .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .underlayer .mv .inner,
      .underlayer .external .inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .underlayer .mv {
    position: relative;
    padding-bottom: 5.333333333333334vw;
    color: #fff; }
    @media (min-width: 769px) {
      .underlayer .mv {
        padding-bottom: 0; } }
    .underlayer .mv__picture {
      position: relative;
      display: block; }
      .underlayer .mv__picture:before {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        content: "";
        width: 100%;
        min-height: 300px;
        max-height: 400px;
        opacity: 0.5;
        aspect-ratio: 14 / 3;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #2e2525), to(rgba(46, 37, 37, 0)));
        background: linear-gradient(to top, #2e2525 50%, rgba(46, 37, 37, 0) 100%);
        mix-blend-mode: multiply; }
    .underlayer .mv__img {
      width: 100%;
      height: 160vw;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 769px) {
        .underlayer .mv__img {
          min-height: 520px;
          max-height: 620px;
          height: 100%;
          aspect-ratio: 35 / 13; } }
    .underlayer .mv__title {
      line-height: 8vw;
      font-size: 4.266666666666667vw;
      text-decoration: underline;
      color: #fff; }
      .underlayer .mv__title a[target='_blank'][href^='http']::after {
        background-image: url(/img-com/icon-window-open-w.svg); }
      @media (min-width: 769px) {
        .underlayer .mv__title {
          line-height: 1.5;
          font-size: 2.2rem; } }
      .underlayer .mv__title:after {
        content: "";
        display: inline-block;
        width: 4.266666666666667vw;
        height: 4.266666666666667vw;
        margin-left: 8px;
        background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
        @media (min-width: 769px) {
          .underlayer .mv__title:after {
            width: 15px;
            height: 15px;
            margin-left: 8px; } }
      .underlayer .mv__titlearea {
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        height: 125.86666666666666vw;
        padding: 5.333333333333334vw 0 8vw; }
        @media (min-width: 769px) {
          .underlayer .mv__titlearea {
            width: 350px;
            height: auto;
            padding: 34px 0 25px; } }
      .underlayer .mv__title--en {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 84.53333333333333vw;
        margin-bottom: 4vw;
        font-size: 3.733333333333334vw; }
        @media (min-width: 769px) {
          .underlayer .mv__title--en {
            height: calc(100% - 152px);
            margin-bottom: 0;
            font-size: 1.4rem; } }
        .underlayer .mv__title--en:after {
          display: block;
          content: "";
          width: 1px;
          height: 75.73333333333333vw;
          background: #fff; }
          @media (min-width: 769px) {
            .underlayer .mv__title--en:after {
              height: calc(100% - 40px); } }
    .underlayer .mv .inner {
      margin-top: -160vw; }
      @media (min-width: 769px) {
        .underlayer .mv .inner {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin-top: 0; } }
  .underlayer .linkbox {
    margin-bottom: 0;
    padding-left: 0; }
    .underlayer .linkbox__list {
      background: #fff; }
      .underlayer .linkbox__list:not(:last-child) {
        margin-bottom: 5.333333333333334vw; }
        @media (min-width: 769px) {
          .underlayer .linkbox__list:not(:last-child) {
            margin-bottom: 10px; } }
    .underlayer .linkbox__link {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .underlayer .linkbox__link:after {
        position: absolute;
        bottom: 2.4vw;
        right: 2.4vw;
        content: "";
        width: 4.266666666666667vw;
        height: 4.266666666666667vw;
        background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
        @media (min-width: 769px) {
          .underlayer .linkbox__link:after {
            bottom: 9px;
            right: 9px;
            width: 15px;
            height: 15px; } }
    .underlayer .linkbox__img {
      width: 100%;
      height: 42.66666666666667vw;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 769px) {
        .underlayer .linkbox__img {
          min-height: 160px;
          height: 100%; } }
    .underlayer .linkbox__detail {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0; }
      .underlayer .linkbox__detail:before {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 21.333333333333336vw;
        opacity: 0.8;
        aspect-ratio: 15 / 4;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #2e2525), to(rgba(46, 37, 37, 0)));
        background: linear-gradient(to top, #2e2525 50%, rgba(46, 37, 37, 0) 100%);
        mix-blend-mode: multiply; }
        @media (min-width: 769px) {
          .underlayer .linkbox__detail:before {
            min-height: 80px;
            height: auto; } }
    .underlayer .linkbox__title {
      font-size: 3.4666666666666663vw; }
      @media (min-width: 769px) {
        .underlayer .linkbox__title {
          font-size: 1.4rem; } }
      .underlayer .linkbox__titlearea {
        position: relative;
        padding: 0 2.666666666666667vw 1.6vw;
        color: #fff; }
        @media (min-width: 769px) {
          .underlayer .linkbox__titlearea {
            padding: 0 10px 5px; } }
      .underlayer .linkbox__title--en {
        margin-bottom: 5px;
        font-size: 3.2vw; }
        @media (min-width: 769px) {
          .underlayer .linkbox__title--en {
            font-size: 1.2rem; } }
  .underlayer .external {
    position: relative;
    z-index: 1;
    font-size: 2rem;
    font-weight: 700;
    background: #000; }
    @media (min-width: 769px) {
      .underlayer .external {
        font-size: 2.4rem; } }
    .underlayer .external .inner {
      width: 100%; }
      @media (min-width: 769px) {
        .underlayer .external .inner {
          width: calc(100% - 40px); } }
    .underlayer .external__btn {
      position: relative;
      width: 100%;
      height: 120px; }
      @media (min-width: 769px) {
        .underlayer .external__btn {
          width: auto;
          height: 110px; } }
      .underlayer .external__btn:before, .underlayer .external__btn:after {
        position: absolute;
        content: "";
        margin: auto 0; }
        @media (min-width: 769px) {
          .underlayer .external__btn:before, .underlayer .external__btn:after {
            top: 0; } }
      .underlayer .external__btn:before {
        bottom: 8px;
        right: 9px;
        width: 45px;
        height: 45px;
        border-radius: 50%; }
        @media (min-width: 769px) {
          .underlayer .external__btn:before {
            bottom: 0;
            right: 15px;
            width: 60px;
            height: 60px; } }
        @media (min-width: 1024px) {
          .underlayer .external__btn:before {
            width: 80px;
            height: 80px; } }
      .underlayer .external__btn:after {
        bottom: 18px;
        right: 19px;
        width: 25px;
        height: 25px;
        background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2240%2039.65%2039.02%2039.65%2039.02%20.98%20.35%20.98%20.35%200%2040%200%2040%2039.65%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%22-7.77%22%20y%3D%2219.58%22%20width%3D%2255.39%22%20height%3D%22.98%22%20transform%3D%22translate(-8.36%2019.97)%20rotate(-45)%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
        @media (min-width: 769px) {
          .underlayer .external__btn:after {
            bottom: 0;
            right: 32px;
            width: 30px;
            height: 30px; } }
        @media (min-width: 1024px) {
          .underlayer .external__btn:after {
            right: 35px;
            width: 40px;
            height: 40px; } }
      .underlayer .external__btn[target=_blank][href^=http] {
        position: relative;
        width: 100%;
        height: 120px; }
        @media (min-width: 769px) {
          .underlayer .external__btn[target=_blank][href^=http] {
            width: auto;
            height: 110px; } }
        .underlayer .external__btn[target=_blank][href^=http]:before, .underlayer .external__btn[target=_blank][href^=http]:after {
          position: absolute;
          content: "";
          margin: auto 0; }
          @media (min-width: 769px) {
            .underlayer .external__btn[target=_blank][href^=http]:before, .underlayer .external__btn[target=_blank][href^=http]:after {
              top: 0; } }
        .underlayer .external__btn[target=_blank][href^=http]:before {
          bottom: 8px;
          right: 9px;
          width: 45px;
          height: 45px;
          border-radius: 50%; }
          @media (min-width: 769px) {
            .underlayer .external__btn[target=_blank][href^=http]:before {
              bottom: 0;
              right: 15px;
              width: 60px;
              height: 60px; } }
          @media (min-width: 1024px) {
            .underlayer .external__btn[target=_blank][href^=http]:before {
              width: 80px;
              height: 80px; } }
        .underlayer .external__btn[target=_blank][href^=http]:after {
          bottom: 18px;
          right: 19px;
          width: 25px;
          height: 25px;
          background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2240%2039.65%2039.02%2039.65%2039.02%20.98%20.35%20.98%20.35%200%2040%200%2040%2039.65%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%22-7.77%22%20y%3D%2219.58%22%20width%3D%2255.39%22%20height%3D%22.98%22%20transform%3D%22translate(-8.36%2019.97)%20rotate(-45)%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
          @media (min-width: 769px) {
            .underlayer .external__btn[target=_blank][href^=http]:after {
              bottom: 0;
              right: 32px;
              width: 30px;
              height: 30px; } }
          @media (min-width: 1024px) {
            .underlayer .external__btn[target=_blank][href^=http]:after {
              right: 35px;
              width: 40px;
              height: 40px; } }
      .underlayer .external__btnarea {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 0;
        padding: 2.666666666666667vw 0; }
        @media (min-width: 769px) {
          .underlayer .external__btnarea {
            width: calc(100% - 240px);
            padding: 20px 20px 20px 0; } }
        @media (min-width: 1024px) {
          .underlayer .external__btnarea {
            width: calc(100% - 340px);
            padding-right: 39px; } }
    .underlayer .external__img {
      width: 100%;
      height: 100%;
      border-radius: 30px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 769px) {
        .underlayer .external__img {
          border-radius: 55px;
          -o-object-position: 29% center;
             object-position: 29% center; } }
      @media (min-width: 1024px) {
        .underlayer .external__img {
          -o-object-position: left center;
             object-position: left center; } }
      .underlayer .external__img-wrapper {
        display: contents; }
        .underlayer .external__img-wrapper:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          border-radius: 30px;
          background: -webkit-gradient(linear, left top, right top, color-stop(25%, #fff), color-stop(60%, transparent));
          background: linear-gradient(90deg, #fff 25%, transparent 60%); }
          @media (min-width: 769px) {
            .underlayer .external__img-wrapper:before {
              border-radius: 55px; } }
    .underlayer .external__title {
      position: absolute;
      top: 10px;
      left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: auto 0;
      text-shadow: 0 0 6px rgba(255, 255, 255, 0.8); }
      @media (min-width: 769px) {
        .underlayer .external__title {
          top: 0;
          bottom: 0; } }
      @media (min-width: 1024px) {
        .underlayer .external__title {
          left: 40px;
          text-shadow: none; } }
    .underlayer .external__icon {
      position: relative;
      margin-bottom: 0;
      padding-left: 24px; }
      @media (min-width: 769px) {
        .underlayer .external__icon {
          padding-left: 30px; } }
      .underlayer .external__icon:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        content: "";
        width: 10px;
        height: 10px;
        margin: auto 0;
        border-radius: 50%; }
  .underlayer .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 20px 17px;
    color: #fff;
    border-top: 1px solid #fff; }
    @media (min-width: 769px) {
      .underlayer .sns {
        display: block;
        width: 240px;
        padding: 20px 0 0 20px;
        border-left: 1px solid #fff;
        border-top: 0; } }
    @media (min-width: 1024px) {
      .underlayer .sns {
        width: 340px;
        padding-left: 39px; } }
    .underlayer .sns__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 206px;
      padding-left: 0; }
      @media (min-width: 769px) {
        .underlayer .sns__list {
          width: 200px;
          margin: 18px auto 0; } }
      @media (min-width: 1024px) {
        .underlayer .sns__list {
          width: 228px; } }
    .underlayer .sns__item {
      width: 33.3%; }
      .underlayer .sns__item:nth-of-type(2) {
        text-align: center; }
      .underlayer .sns__item:nth-of-type(3) {
        text-align: right; }
    .underlayer .sns__link[target='_blank'][href^='http']:after {
      display: none; }
    .underlayer .sns__instagram, .underlayer .sns__x {
      height: 35px; }
      @media (min-width: 769px) {
        .underlayer .sns__instagram, .underlayer .sns__x {
          height: 40px; } }
    .underlayer .sns__youtube {
      height: 28px; }
      @media (min-width: 769px) {
        .underlayer .sns__youtube {
          height: 32px; } }
  .underlayer .reading {
    padding: 50px 0 40px; }
    @media (min-width: 769px) {
      .underlayer .reading {
        padding: 62px 0 70px; } }
    @media (min-width: 1024px) {
      .underlayer .reading .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .underlayer .reading__head {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-bottom: 20px;
      padding-top: 18px;
      border-top: 1px solid #fff; }
      @media (min-width: 769px) {
        .underlayer .reading__head {
          margin-bottom: 40px;
          padding-top: 36px; } }
      .underlayer .reading__head:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 135px;
        height: 5px;
        background: #fff; }
    .underlayer .reading__headline {
      line-height: 1;
      font-size: 2rem;
      color: #fff; }
      @media (min-width: 769px) {
        .underlayer .reading__headline {
          font-size: 2.4rem; } }
  .underlayer .laplace__list,
  .underlayer .information__list {
    padding-left: 0; }
  .underlayer .laplace {
    margin-bottom: 60px;
    padding: 0;
    background: transparent; }
    @media (min-width: 1024px) {
      .underlayer .laplace {
        width: calc(100% - 380px);
        margin-bottom: 0; } }
    .underlayer .laplace__more {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff; }
      .underlayer .laplace__more:after {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-left: 8px;
        background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
      .underlayer .laplace__more:hover {
        text-decoration: none;
        color: #fff; }
    .underlayer .laplace__list {
      width: auto;
      margin-bottom: 0; }
      @media (min-width: 769px) {
        .underlayer .laplace__list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      @media (min-width: 769px) {
        .underlayer .laplace__list:after {
          display: block;
          content: "";
          width: 31.708%;
          height: 0; } }
    .underlayer .laplace__item {
      margin-top: 20px;
      background: #fff; }
      @media (min-width: 769px) {
        .underlayer .laplace__item {
          width: 31.708%;
          margin-top: 0; } }
      @media (min-width: 769px) {
        .underlayer .laplace__item:not(:nth-child(-n+3)) {
          margin-top: 20px; } }
    .underlayer .laplace__link {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }
      .underlayer .laplace__link:after {
        position: absolute;
        bottom: 10px;
        right: 10px;
        content: "";
        width: 15px;
        height: 15px;
        background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%233e4297%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
        @media (min-width: 769px) {
          .underlayer .laplace__link:after {
            bottom: 18px;
            right: 19px; } }
      .underlayer .laplace__link:hover {
        text-decoration: none; }
    .underlayer .laplace__img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      aspect-ratio: 67 / 36; }
      @media (min-width: 769px) {
        .underlayer .laplace__img {
          aspect-ratio: 26 / 19; } }
    .underlayer .laplace__detail {
      padding: 18px 10px 35px; }
      @media (min-width: 769px) {
        .underlayer .laplace__detail {
          min-height: 260px;
          height: calc(100% - 190px);
          padding: 28px 20px 50px; } }
    .underlayer .laplace__category {
      margin-bottom: 10px;
      font-size: 1.2rem; }
      @media (min-width: 769px) {
        .underlayer .laplace__category {
          margin-bottom: 20px; } }
    .underlayer .laplace__text {
      font-size: 1.3rem;
      color: #2e2525; }
      @media (min-width: 769px) {
        .underlayer .laplace__text {
          font-size: 1.4rem; } }
    .underlayer .laplace .pnews__item {
      margin-top: 20px;
      background: #fff; }
      @media (min-width: 769px) {
        .underlayer .laplace .pnews__item {
          width: 31.708%;
          margin-top: 0; } }
      @media (min-width: 769px) {
        .underlayer .laplace .pnews__item:not(:nth-child(-n+3)) {
          margin-top: 20px; } }
    .underlayer .laplace .pnews-box__item_type_head {
      padding: 18px 10px 35px; }
      @media (min-width: 769px) {
        .underlayer .laplace .pnews-box__item_type_head {
          min-height: 260px;
          height: calc(100% - 190px);
          padding: 28px 20px 50px; } }
    .underlayer .laplace .pnews-box__link {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }
      .underlayer .laplace .pnews-box__link:after {
        position: absolute;
        bottom: 10px;
        right: 10px;
        content: "";
        width: 15px;
        height: 15px;
        background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%233e4297%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
        @media (min-width: 769px) {
          .underlayer .laplace .pnews-box__link:after {
            bottom: 18px;
            right: 19px; } }
      .underlayer .laplace .pnews-box__link:hover {
        text-decoration: none; }
      .underlayer .laplace .pnews-box__link .pnews-box__item_type_pict:after {
        display: none; }
      .underlayer .laplace .pnews-box__link:hover .pnews-box__item_type_pict {
        -webkit-transform: none;
                transform: none; }
    .underlayer .laplace .topic-card__img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      aspect-ratio: 67 / 36; }
      @media (min-width: 769px) {
        .underlayer .laplace .topic-card__img {
          aspect-ratio: 26 / 19; } }
  @media (min-width: 1024px) {
    .underlayer .information {
      width: 300px; } }
  .underlayer .information__list {
    display: block; }
    @media (min-width: 769px) {
      .underlayer .information__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-size: 1.6rem; } }
    @media (min-width: 1024px) {
      .underlayer .information__list {
        display: block; } }
  .underlayer .information__item {
    width: 100%;
    border-bottom: 1px solid #fff; }
    @media (min-width: 769px) {
      .underlayer .information__item {
        width: 48%; } }
    @media (min-width: 1024px) {
      .underlayer .information__item {
        width: 100%; } }
  .underlayer .information__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 16px 0;
    color: #fff; }
    .underlayer .information__link:after {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
    .underlayer .information__link:hover {
      text-decoration: none;
      color: #fff; }
  .underlayer .information a[target='_blank'][href^='http']::after {
    background-image: url(/img-com/icon-window-open-w.svg); }

.contents {
  padding: 8px 0 35px; }
  @media (min-width: 769px) {
    .contents {
      padding: 40px 0 120px; } }
  @media (min-width: 769px) {
    .contents__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 1200px;
      width: calc(100% - 40px);
      margin: 0 auto; } }
  @media (min-width: 769px) {
    .contents__detail {
      width: calc(100% - 150px); } }
  @media (min-width: 1024px) {
    .contents__detail {
      width: calc(100% - 298px); } }
  .contents__list--gray, .contents__list--white {
    padding: 38px 20px 40px; }
    @media (min-width: 769px) {
      .contents__list--gray, .contents__list--white {
        padding: 44px 30px 48px; } }
  .contents__list--gray {
    position: relative;
    background: #f4f4f4; }
    @media (min-width: 769px) {
      .contents__list--gray {
        background: none; } }
    @media (min-width: 769px) {
      .contents__list--gray:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        content: "";
        width: 100vw;
        height: 100%;
        background: #f4f4f4; } }
    .contents__list--gray.pt1 {
      padding-top: 1px; }
  .contents__wrap {
    position: relative; }
  .contents__headline--gray, .contents__headline--purple, .contents__headline--cyan, .contents__headline--red, .contents__headline--yellow, .contents__headline--bluegray, .contents__headline--pink, .contents__headline--orange, .contents__headline--green {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 1.4rem; }
  .contents__headline--gray {
    color: #999; }
  .contents__headline--purple {
    color: #3e4297; }
  .contents__headline--cyan {
    color: #0076a5; }
  .contents__headline--red {
    color: #d71e36; }
  .contents__headline--yellow {
    color: #deac14; }
  .contents__headline--bluegray {
    color: #708996; }
  .contents__headline--pink {
    color: #d5808c; }
  .contents__headline--orange {
    color: #e18b45; }
  .contents__headline--green {
    color: #48995b; }
  .contents__headline--en {
    line-height: 1.2;
    font-size: 2.8rem;
    font-weight: 700; }
    @media (min-width: 769px) {
      .contents__headline--en {
        font-size: 4rem; } }
  .contents__foot {
    padding-top: 15px; }
    .contents__footlist {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0; }
    .contents__footitem {
      width: 98px;
      margin: 0 10px;
      border-bottom: 1px solid #2e2525; }
    .contents__footlink {
      position: relative;
      display: block;
      font-weight: 500;
      color: #2e2525; }
      .contents__footlink:after {
        position: absolute;
        bottom: 6px;
        right: 0;
        content: "";
        width: 11px;
        height: 11px;
        background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2011%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%232e2525%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%2010.66%2010.04%2010.66%2010.04%20.96%20.34%20.96%20.34%200%2011%200%2011%2010.66%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%22-1.77%22%20y%3D%225.09%22%20width%3D%2214.4%22%20height%3D%22.96%22%20transform%3D%22translate(-2.35%205.47)%20rotate(-45)%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
      .contents__footlink:hover {
        color: #2e2525;
        text-decoration: none; }
  .contents .stickynav {
    display: none; }
    @media (min-width: 769px) {
      .contents .stickynav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (min-width: 769px) {
      .contents .stickynav__list {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        padding-top: 80px;
        padding-left: 0; } }
    @media (min-width: 1024px) {
      .contents .stickynav__list {
        padding-top: 65px; } }
    @media (min-width: 769px) {
      .contents .stickynav__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 1024px) {
      .contents .stickynav__item {
        font-size: 1.6rem; } }
    @media (min-width: 769px) {
      .contents .stickynav__item:before {
        display: block;
        content: "";
        width: 10px;
        height: 10px;
        margin-right: 10px;
        border-radius: 50%; } }
    @media (min-width: 769px) {
      .contents .stickynav__item:not(:last-child) {
        margin-bottom: 15px; } }
    @media (min-width: 769px) {
      .contents .stickynav__item:nth-of-type(9) {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc; } }
    @media (min-width: 769px) {
      .contents .stickynav__item--small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 20px;
        font-size: 1.2rem; } }
    @media (min-width: 1024px) {
      .contents .stickynav__item--small {
        font-size: 1.4rem; } }
    @media (min-width: 769px) {
      .contents .stickynav__item--small:before {
        content: "–";
        margin-right: 4px; } }
    @media (min-width: 769px) {
      .contents .stickynav__item--small:not(:last-child) {
        margin-bottom: 10px; } }
    @media (min-width: 769px) {
      .contents .stickynav__link {
        color: #2e2525; } }
    @media (min-width: 769px) {
      .contents .stickynav__link.current {
        text-decoration: underline; } }
    @media (min-width: 769px) {
      .contents .stickynav__link--small {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #999; } }
    @media (min-width: 769px) {
      .contents .stickynav__link--small:after {
        display: block;
        content: "";
        width: 11px;
        height: 11px;
        margin-left: 10px;
        background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2011%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23999%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%2010.66%2010.04%2010.66%2010.04%20.96%20.34%20.96%20.34%200%2011%200%2011%2010.66%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%22-1.77%22%20y%3D%225.09%22%20width%3D%2214.4%22%20height%3D%22.96%22%20transform%3D%22translate(-2.35%205.47)%20rotate(-45)%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; } }
  .contents .course {
    padding: 0;
    background: transparent; }
    @media (min-width: 769px) {
      .contents .course {
        font-size: 1.6rem; } }
    .contents .course__text {
      margin-bottom: 25px; }
    .contents .course__btn {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%;
      padding-bottom: 12px;
      border: 1px solid;
      font-weight: 500; }
      @media (min-width: 769px) {
        .contents .course__btn {
          font-size: 1.6rem; } }
      .contents .course__btn:after {
        position: absolute;
        bottom: 10px;
        right: 0;
        left: 0;
        width: 10px;
        height: 10px;
        margin: 0 auto;
        content: "";
        border-bottom: 1px solid;
        border-right: 1px solid;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .contents .course__btn:hover, .contents .course__btn[aria-expanded=true] {
        opacity: 1;
        text-decoration: none;
        color: #fff !important; }
        .contents .course__btn:hover:after, .contents .course__btn[aria-expanded=true]:after {
          border-color: #fff !important; }
      .contents .course__btnarea {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 25px;
        padding-left: 0; }
        @media (min-width: 769px) {
          .contents .course__btnarea {
            margin-top: 50px; } }
      .contents .course__btnlist {
        width: 47.762%;
        height: 60px; }
        @media (min-width: 769px) {
          .contents .course__btnlist {
            width: 48.81%; } }
    .contents .course__tab {
      position: relative;
      background-color: #fff;
      margin-top: 5rem; }
      .contents .course__tab#course1::after, .contents .course__tab#course2::after {
        content: "▼";
        position: absolute;
        font-size: 20px;
        top: -40px;
        left: calc(25% - 13px);
        -webkit-transform: scale(2, 1);
                transform: scale(2, 1); }
        @media (max-width: 575.98px) {
          .contents .course__tab#course1::after, .contents .course__tab#course2::after {
            font-size: 15px;
            left: calc(25% - 9px); } }
      .contents .course__tab#course2::after {
        left: 75%; }
        @media (max-width: 575.98px) {
          .contents .course__tab#course2::after {
            left: 74%; } }
      .contents .course__tab__body {
        padding: 4rem 4rem 4rem 3rem; }
        @media (max-width: 575.98px) {
          .contents .course__tab__body {
            padding: 2rem 2rem 2rem 1rem; } }
        .contents .course__tab__body__title_jp {
          font-weight: 600; }
        .contents .course__tab__body__title_en {
          font-size: 140%;
          font-weight: 600; }
        .contents .course__tab__body__text {
          padding-top: 3rem;
          color: #2e2525; }
          @media (max-width: 575.98px) {
            .contents .course__tab__body__text {
              padding-top: 2rem; } }
          .contents .course__tab__body__text + .course__tab__body__text {
            padding-top: 2rem; }
            @media (max-width: 575.98px) {
              .contents .course__tab__body__text + .course__tab__body__text {
                padding-top: 1.5rem; } }
  .contents .keyword {
    margin-top: -11px; }
    @media (min-width: 769px) {
      .contents .keyword {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 0; } }
    .contents .keyword__list {
      overflow: auto;
      height: auto; }
      @media (min-width: 769px) {
        .contents .keyword__list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 30.953%; } }
    .contents .keyword__head {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      margin-bottom: 5px;
      padding: 19px 0;
      border-bottom: 1px solid #999;
      line-height: 1;
      font-weight: 500; }
      @media (min-width: 769px) {
        .contents .keyword__head {
          height: auto;
          margin-bottom: 10px;
          padding-top: 0;
          padding-bottom: 50px;
          border-bottom: 0; } }
      .contents .keyword__head:before, .contents .keyword__head:after {
        position: absolute;
        top: 0;
        bottom: 0;
        content: "";
        margin: auto;
        background: #2e2525;
        will-change: transform; }
      .contents .keyword__head:before {
        right: 0;
        width: 15px;
        height: 1px;
        -webkit-transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
        transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1); }
        @media (min-width: 769px) {
          .contents .keyword__head:before {
            display: none; } }
      .contents .keyword__head:after {
        right: 7px;
        width: 1px;
        height: 15px;
        -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
        transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1); }
        @media (min-width: 769px) {
          .contents .keyword__head:after {
            position: absolute;
            top: auto;
            bottom: 0;
            right: auto;
            left: 0;
            content: "";
            width: 1px;
            height: 40px;
            background: #999;
            -webkit-transition: none;
            transition: none; } }
      @media (min-width: 769px) {
        .contents .keyword__head.baseline {
          padding-bottom: 26px; } }
      .contents .keyword__head.open:before {
        -webkit-transform: rotate(-179.99deg);
                transform: rotate(-179.99deg); }
      .contents .keyword__head.open:after {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
                transform: translate(-50%, -50%) rotate(-90deg); }
        @media (min-width: 769px) {
          .contents .keyword__head.open:after {
            opacity: 1;
            -webkit-transform: none;
                    transform: none; } }
    .contents .keyword__headline {
      font-size: 1.6rem; }
      .contents .keyword__headline--en {
        margin-right: 18px;
        margin-bottom: 0; }
    .contents .keyword__number {
      margin-left: 10px;
      font-size: 3.6rem; }
    .contents .keyword__detail {
      display: -ms-grid;
      display: grid;
      padding-left: 75px;
      -webkit-transition: grid-template-rows 0.5s;
      transition: grid-template-rows 0.5s;
      transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
      -ms-grid-rows: 0fr;
          grid-template-rows: 0fr; }
      @media (min-width: 769px) {
        .contents .keyword__detail {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          height: 100%;
          padding-left: 0;
          -webkit-transition: none;
          transition: none;
          -ms-grid-rows: 1fr;
              grid-template-rows: 1fr; } }
      .contents .keyword__detail.open {
        -ms-grid-rows: 1fr;
            grid-template-rows: 1fr; }
    .contents .keyword__wrap {
      overflow: hidden; }
      @media (min-width: 769px) {
        .contents .keyword__wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          height: 100%; } }
    .contents .keyword__img {
      margin: 14px 0 15px; }
      @media (min-width: 769px) {
        .contents .keyword__img {
          margin-bottom: 19px;
          aspect-ratio: 26 / 19;
          -o-object-fit: cover;
             object-fit: cover; } }
    .contents .keyword__text {
      margin-bottom: 16px;
      font-size: 1.6rem; }
      @media (min-width: 769px) {
        .contents .keyword__text {
          height: 100%;
          margin-bottom: 0;
          padding: 12px 0 20px 20px;
          border-left: 1px solid #999; } }
  .contents .process {
    margin-bottom: -20px;
    padding-left: 0; }
    @media (min-width: 769px) {
      .contents .process {
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .contents .process {
        font-size: 1.6rem; } }
    .contents .process__literature {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 575.98px) {
        .contents .process__literature {
          display: block; } }
      .contents .process__literature .process__list {
        width: 47.62%; }
        @media (max-width: 575.98px) {
          .contents .process__literature .process__list {
            width: 100%; }
            .contents .process__literature .process__list:last-child {
              border-bottom: 1px solid #999; } }
        .contents .process__literature .process__list:last-child {
          margin-bottom: 30px; }
      .contents .process__literature .process__btn {
        cursor: pointer;
        padding: 6px 0;
        color: #fff;
        background-color: #708996;
        margin-left: 30px;
        padding-left: 20px; }
        @media (max-width: 575.98px) {
          .contents .process__literature .process__btn {
            width: calc(100% - 30px); } }
        .contents .process__literature .process__btn:after {
          background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E"); }
        .contents .process__literature .process__btn:hover {
          text-decoration: none;
          opacity: 0.7;
          background-color: #708996; }
        .contents .process__literature .process__btn:not([href]):not([tabindex]):hover {
          color: #fff; }
        .contents .process__literature .process__btn a {
          color: #212529; }
      .contents .process__literature .process__year {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .contents .process__literature .process__year:after {
          display: block;
          content: "";
          width: 1px;
          height: 40px;
          background: #999; }
    .contents .process__finearts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 575.98px) {
        .contents .process__finearts {
          display: block; } }
      .contents .process__finearts .process__list {
        width: 47.62%; }
        @media (max-width: 575.98px) {
          .contents .process__finearts .process__list {
            width: 100%; }
            .contents .process__finearts .process__list:last-child {
              border-bottom: 1px solid #999; } }
        .contents .process__finearts .process__list:last-child {
          margin-bottom: 30px; }
      .contents .process__finearts .process__btnarea {
        width: 100%;
        padding-left: 20px; }
        @media (max-width: 575.98px) {
          .contents .process__finearts .process__btnarea {
            padding-top: 2%; } }
        .contents .process__finearts .process__btnarea .process__btnlist {
          width: 46.66%; }
          @media (max-width: 575.98px) {
            .contents .process__finearts .process__btnarea .process__btnlist {
              width: 47%; } }
      .contents .process__finearts .process__btn {
        color: #fff;
        padding: 6px 0;
        padding-left: 15px;
        background-color: #deac14; }
        .contents .process__finearts .process__btn:after {
          background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E"); }
        .contents .process__finearts .process__btn:hover {
          text-decoration: none;
          opacity: 0.7;
          color: #fff;
          background-color: #deac14; }
        .contents .process__finearts .process__btn.reverse {
          color: #deac14;
          padding: 6px 0;
          padding-left: 15px;
          background-color: #fff; }
          .contents .process__finearts .process__btn.reverse:after {
            background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2016%2016%22%3E%0D%0A%20%20%3C%21--%20Generator%3A%20Adobe%20Illustrator%2029.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%202.1.0%20Build%20116%29%20%20--%3E%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Cstyle%3E%0D%0A%20%20%20%20%20%20.st0%20%7B%0D%0A%20%20%20%20%20%20%20%20fill%3A%20%23deac14%3B%0D%0A%20%20%20%20%20%20%7D%0D%0A%20%20%20%20%3C%2Fstyle%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%0A%20%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%3Cpolygon%20class%3D%22st0%22%20points%3D%228%2016%207.3%2015.3%2014.6%208%207.3%20.7%208%200%2016%208%208%2016%22%2F%3E%0D%0A%20%20%20%20%20%20%3Crect%20class%3D%22st0%22%20y%3D%227.5%22%20width%3D%2215.3%22%20height%3D%221%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E"); }
      .contents .process__finearts .process__year {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .contents .process__finearts .process__year:after {
          display: block;
          content: "";
          width: 1px;
          height: 40px;
          background: #999; }
    .contents .process__list, .contents .process__wrap, .contents .process__year, .contents .process__btnarea, .contents .process__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (min-width: 769px) {
        .contents .process__list, .contents .process__wrap, .contents .process__year, .contents .process__btnarea, .contents .process__item {
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
    .contents .process__list, .contents .process__item {
      position: relative; }
      @media (min-width: 769px) {
        .contents .process__list, .contents .process__item {
          position: static;
          border-bottom: 1px solid #999; } }
      .contents .process__list:not(:last-child), .contents .process__item:not(:last-child) {
        margin-bottom: 20px;
        border-bottom: 1px solid #999; }
        @media (min-width: 769px) {
          .contents .process__list:not(:last-child), .contents .process__item:not(:last-child) {
            margin-bottom: 30px; } }
    .contents .process__list:not(.pb10) {
      padding-bottom: 75px; }
      @media (min-width: 576px) {
        .contents .process__list:not(.pb10) {
          padding-bottom: 95px; } }
      @media (min-width: 769px) {
        .contents .process__list:not(.pb10) {
          padding-bottom: 0; } }
    .contents .process__list.pb10 {
      padding-bottom: 10px; }
      @media (min-width: 769px) {
        .contents .process__list.pb10 {
          padding-bottom: 0; } }
    .contents .process__wrap {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%;
      padding-bottom: 10px; }
      @media (min-width: 769px) {
        .contents .process__wrap {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .contents .process__year, .contents .process__btnarea {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .contents .process__year {
      position: relative;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 75px;
      margin-bottom: 0; }
      @media (min-width: 769px) {
        .contents .process__year {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 60px;
          height: 40px; } }
      @media (min-width: 1024px) {
        .contents .process__year {
          width: 70px; } }
      @media (min-width: 769px) {
        .contents .process__year:after {
          display: block;
          content: "";
          width: 1px;
          height: 40px;
          background: #999; } }
    .contents .process__detail {
      width: calc(100% - 75px); }
      @media (min-width: 769px) {
        .contents .process__detail {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: calc(100% - 60px); } }
      @media (min-width: 1024px) {
        .contents .process__detail {
          width: calc(100% - 70px); } }
    @media (min-width: 769px) {
      .contents .process__text--narrow, .contents .process__text--wide {
        padding-left: 20px; } }
    @media (min-width: 1024px) {
      .contents .process__text--narrow, .contents .process__text--wide {
        padding-left: 30px; } }
    .contents .process__text--narrow {
      margin-bottom: 14px; }
      @media (min-width: 769px) {
        .contents .process__text--narrow {
          width: calc(100% - 252px);
          margin-bottom: 0; } }
    .contents .process__text--wide {
      width: 100%;
      margin-bottom: 0; }
      @media (min-width: 769px) {
        .contents .process__text--wide {
          padding-right: 38px;
          font-size: 1.4rem; } }
      @media (min-width: 1367px) {
        .contents .process__text--wide {
          padding-right: 0;
          font-size: 1.6rem; } }
      @media (min-width: 769px) {
        .contents .process__text--wide:not(:last-child) {
          margin-bottom: 10px; } }
    .contents .process__btn {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%;
      padding-left: 10px;
      font-weight: 500;
      color: #2e2525;
      background: #fff; }
      @media (min-width: 769px) {
        .contents .process__btn {
          padding-left: 15px; } }
      .contents .process__btn:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 12px;
        content: "";
        width: 15px;
        height: 15px;
        margin: auto 0;
        background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%232e2525%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
      .contents .process__btn:hover {
        text-decoration: none;
        opacity: 1;
        color: #2e2525; }
        @media (min-width: 769px) {
          .contents .process__btn:hover {
            color: #fff;
            background: #2e2525; } }
        @media (min-width: 769px) {
          .contents .process__btn:hover:after {
            background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E"); } }
      .contents .process__btnarea {
        padding-left: 0; }
        @media (min-width: 769px) {
          .contents .process__btnarea {
            width: 240px; } }
      .contents .process__btnlist {
        width: 46.154%;
        height: 30px; }
        @media (min-width: 769px) {
          .contents .process__btnlist {
            width: 110px;
            height: 40px; } }
    .contents .process__arrow--small {
      height: 70px; }
      .contents .process__arrow--small:before {
        height: 70px; }
    .contents .process__arrow--large {
      height: 113px; }
      .contents .process__arrow--large:before {
        height: 113px; }
    .contents .process__arrow--small, .contents .process__arrow--large {
      position: absolute;
      bottom: 17px;
      left: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 20px; }
      @media (min-width: 769px) {
        .contents .process__arrow--small, .contents .process__arrow--large {
          position: relative;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          bottom: 0;
          left: 0;
          height: 51px;
          margin-bottom: 10px;
          padding-top: 0; } }
      .contents .process__arrow--small:before, .contents .process__arrow--large:before {
        position: absolute;
        top: 0;
        left: -8px;
        content: "";
        width: 16px;
        margin: auto 0;
        background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%20113.28%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%230076a5%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%227.49%22%20width%3D%221.02%22%20height%3D%22112.05%22%2F%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%20113.28%200%20105.28%20.72%20104.56%208%20111.84%2015.28%20104.56%2016%20105.28%208%20113.28%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 100%/16px 113px; }
        @media (min-width: 769px) {
          .contents .process__arrow--small:before, .contents .process__arrow--large:before {
            bottom: 0;
            height: 51px;
            background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.71%2051.21%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%230076a5%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%226.96%22%20width%3D%221%22%20height%3D%2250%22%2F%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%227.85%2051.21%200%2043.35%20.71%2042.64%207.85%2049.79%2015%2042.64%2015.71%2043.35%207.85%2051.21%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
            background-size: contain; } }
    .contents .process__counseling {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 25px;
      padding: 0 7px;
      color: #fff; }
      @media (min-width: 1024px) {
        .contents .process__counseling {
          max-width: 270px;
          min-width: 238px;
          font-size: 1.4rem; } }
      @media (min-width: 1367px) {
        .contents .process__counseling {
          min-width: inherit;
          font-size: 1.6rem; } }
    .contents .process__inner {
      position: relative;
      width: 100%;
      padding-left: 0; }
      @media (min-width: 769px) {
        .contents .process__inner:before {
          position: absolute;
          top: 14px;
          left: 276px;
          content: "";
          width: 35px;
          height: 16px;
          background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20112%2015.68%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%230076a5%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M105.81%2C9.23c-.13%2C0-.26-.03-.38-.08-.12-.05-.23-.12-.33-.21-.19-.19-.29-.45-.29-.71s.11-.52.29-.71c.37-.37%2C1.05-.37%2C1.42%2C0%2C.18.19.29.45.29.71s-.1.52-.29.71c-.09.09-.2.16-.33.21-.12.05-.25.08-.38.08Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M100.77%2C8.23c0-.55.45-1%2C1-1h0c.55%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.45%2C1-1%2C1h0c-.55%2C0-1-.45-1-1ZM96.74%2C8.23c0-.55.45-1%2C1-1h0c.56%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.44%2C1-1%2C1h0c-.55%2C0-1-.45-1-1ZM92.71%2C8.23c0-.55.45-1%2C1-1h0c.56%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.44%2C1-1%2C1h0c-.55%2C0-1-.45-1-1ZM88.69%2C8.23c0-.55.44-1%2C1-1h0c.55%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.45%2C1-1%2C1h0c-.56%2C0-1-.45-1-1ZM84.65%2C8.23c0-.55.44-1%2C1-1h0c.55%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.45%2C1-1%2C1h0c-.56%2C0-1-.45-1-1ZM80.62%2C8.23c0-.55.45-1%2C1-1h0c.55%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.45%2C1-1%2C1h0c-.55%2C0-1-.45-1-1ZM76.59%2C8.23c0-.55.45-1%2C1-1h0c.55%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.45%2C1-1%2C1h0c-.55%2C0-1-.45-1-1ZM72.56%2C8.23c0-.55.45-1%2C1-1h0c.55%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.45%2C1-1%2C1h0c-.55%2C0-1-.45-1-1ZM68.52%2C8.23c0-.55.45-1%2C1-1h0c.56%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.44%2C1-1%2C1h0c-.55%2C0-1-.45-1-1ZM64.5%2C8.23c0-.55.44-1%2C1-1h0c.55%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.45%2C1-1%2C1h0c-.56%2C0-1-.45-1-1ZM60.47%2C8.23c0-.55.44-1%2C1-1h0c.55%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.45%2C1-1%2C1h0c-.56%2C0-1-.45-1-1ZM56.44%2C8.23c0-.55.45-1%2C1-1h0c.55%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.45%2C1-1%2C1h0c-.55%2C0-1-.45-1-1ZM52.4%2C8.23c0-.55.45-1%2C1-1h0c.55%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.45%2C1-1%2C1h0c-.55%2C0-1-.45-1-1ZM48.37%2C8.23c0-.55.45-1%2C1-1h0c.55%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.45%2C1-1%2C1h0c-.55%2C0-1-.45-1-1ZM44.34%2C8.23c0-.55.45-1%2C1-1h0c.56%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.44%2C1-1%2C1h0c-.55%2C0-1-.45-1-1ZM40.31%2C8.23c0-.55.45-1%2C1-1h0c.56%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.44%2C1-1%2C1h0c-.55%2C0-1-.45-1-1ZM36.28%2C8.23c0-.55.44-1%2C1-1h0c.55%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.45%2C1-1%2C1h0c-.56%2C0-1-.45-1-1ZM32.25%2C8.23c0-.55.44-1%2C1-1h0c.55%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.45%2C1-1%2C1h0c-.56%2C0-1-.45-1-1ZM28.22%2C8.23c0-.55.45-1%2C1-1h0c.55%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.45%2C1-1%2C1h0c-.55%2C0-1-.45-1-1ZM24.18%2C8.23c0-.55.45-1%2C1-1h0c.55%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.45%2C1-1%2C1h0c-.55%2C0-1-.45-1-1ZM20.15%2C8.23c0-.55.45-1%2C1-1h0c.56%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.44%2C1-1%2C1h0c-.55%2C0-1-.45-1-1ZM16.12%2C8.23c0-.55.45-1%2C1-1h0c.55%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.45%2C1-1%2C1h0c-.55%2C0-1-.45-1-1ZM12.1%2C8.23c0-.55.44-1%2C1-1h0c.55%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.45%2C1-1%2C1h0c-.56%2C0-1-.45-1-1ZM8.06%2C8.23c0-.55.44-1%2C1-1h0c.55%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.45%2C1-1%2C1h0c-.56%2C0-1-.45-1-1ZM4.03%2C8.23c0-.55.45-1%2C1-1h0c.55%2C0%2C1%2C.45%2C1%2C1h0c0%2C.55-.45%2C1-1%2C1h0c-.55%2C0-1-.45-1-1Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1%2C9.23c-.13%2C0-.26-.03-.38-.08-.12-.05-.23-.12-.33-.21-.18-.19-.29-.44-.29-.71s.11-.52.29-.71c.24-.23.58-.34.91-.27.06%2C0%2C.12.03.18.06.06.02.12.05.18.09.05.03.1.08.15.12.18.19.29.45.29.71s-.1.52-.29.71c-.19.19-.44.29-.71.29Z%22%2F%3E%20%3C%2Fg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22104.16%2015.68%20103.46%2014.97%20110.59%207.84%20103.46%20.71%20104.16%200%20112%207.84%20104.16%2015.68%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 100% 0/112px; } }
      @media (min-width: 1367px) {
        .contents .process__inner:before {
          width: 112px;
          left: 390px; } }
    @media (min-width: 769px) {
      .contents .process__item {
        width: 310px; } }
    @media (min-width: 1367px) {
      .contents .process__item {
        width: 502px; } }
    .contents .process__item:last-child {
      padding-bottom: 10px; }
      @media (min-width: 769px) {
        .contents .process__item:last-child {
          padding-bottom: 0; } }
    .contents .process__itemwrap {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      padding-bottom: 120px; }
      @media (min-width: 576px) {
        .contents .process__itemwrap {
          padding-bottom: 140px; } }
      @media (min-width: 769px) {
        .contents .process__itemwrap {
          position: static;
          width: auto;
          padding-bottom: 0; } }
  .contents .major {
    position: relative;
    max-width: 260px;
    margin: -65px 0 17px 75px; }
    @media (min-width: 576px) {
      .contents .major {
        max-width: 320px; } }
    @media (min-width: 769px) {
      .contents .major {
        position: absolute;
        top: 0;
        left: 322px;
        width: calc(100% - 319px);
        margin: 0;
        padding: 12px 10px 10px;
        background: #fff; } }
    @media (min-width: 1367px) {
      .contents .major {
        bottom: 0;
        left: 520px;
        width: calc(100% - 352px); } }
    .contents .major__headline {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 30px;
      margin-bottom: 0;
      padding: 0 10px;
      font-size: 1.4rem;
      font-weight: 500;
      background: #fff; }
      @media (min-width: 769px) {
        .contents .major__headline {
          display: block;
          height: auto;
          margin-bottom: 10px;
          padding: 0;
          background: none; } }
      .contents .major__headline:before, .contents .major__headline:after {
        position: absolute;
        top: 0;
        bottom: 0;
        content: "";
        margin: auto;
        background: #2e2525;
        will-change: transform; }
        @media (min-width: 769px) {
          .contents .major__headline:before, .contents .major__headline:after {
            display: none; } }
      .contents .major__headline:before {
        right: 10px;
        width: 15px;
        height: 1px;
        -webkit-transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
        transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1); }
      .contents .major__headline:after {
        right: 17px;
        width: 1px;
        height: 15px;
        -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
        transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1); }
      .contents .major__headline.open:before {
        -webkit-transform: rotate(-179.99deg);
                transform: rotate(-179.99deg); }
      .contents .major__headline.open:after {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
                transform: translate(-50%, -50%) rotate(-90deg); }
        @media (min-width: 769px) {
          .contents .major__headline.open:after {
            opacity: 1;
            -webkit-transform: none;
                    transform: none; } }
    .contents .major__list {
      display: -ms-grid;
      display: grid;
      -webkit-transition: grid-template-rows 0.5s;
      transition: grid-template-rows 0.5s;
      transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
      -ms-grid-rows: 0fr;
          grid-template-rows: 0fr; }
      @media (min-width: 769px) {
        .contents .major__list {
          display: block;
          -ms-grid-rows: 1fr;
              grid-template-rows: 1fr; } }
      .contents .major__list.open {
        -ms-grid-rows: 1fr;
            grid-template-rows: 1fr; }
    .contents .major__wrap {
      overflow: hidden; }
    .contents .major__item {
      padding: 4px 10px 8px;
      background: #fff; }
      @media (min-width: 769px) {
        .contents .major__item {
          padding: 0;
          background: none; } }
      @media (min-width: 769px) {
        .contents .major__item:not(:last-child) {
          margin-bottom: 13px; } }
    .contents .major__subheading, .contents .major__text {
      font-size: 1.2rem; }
    .contents .major__subheading {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-bottom: 0.5rem;
      font-weight: 500;
      line-height: 1.3; }
      .contents .major__subheading:before {
        display: block;
        content: "■";
        margin-right: 6px; }
    .contents .major__text {
      -webkit-font-feature-settings: "palt";
              font-feature-settings: "palt"; }
  .contents .gallery {
    position: relative;
    margin: 0 -20px;
    overflow-x: auto; }
    @media (min-width: 769px) {
      .contents .gallery {
        max-width: 900px;
        width: 107%;
        margin-left: -30px;
        overflow-x: visible; } }
    .contents .gallery__outer {
      position: relative; }
    .contents .gallery__wrap, .contents .gallery__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .contents .gallery__wrap {
      width: 900px;
      position: relative; }
      @media (min-width: 769px) {
        .contents .gallery__wrap {
          width: auto; } }
    .contents .gallery__scroll {
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100px;
      height: 100px;
      margin: auto;
      opacity: 1;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      @media (min-width: 769px) {
        .contents .gallery__scroll {
          display: none; } }
      .contents .gallery__scrollicon {
        position: -webkit-sticky;
        position: sticky;
        right: 0;
        left: 0;
        width: 100px;
        height: 100px;
        margin: 0 auto; }
        .contents .gallery__scrollicon:before, .contents .gallery__scrollicon:after {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          content: "";
          margin: auto; }
        .contents .gallery__scrollicon:before {
          width: 100px;
          height: 100px;
          border-radius: 50%;
          background: #ddd;
          -webkit-animation: scroll-animation 2s infinite;
                  animation: scroll-animation 2s infinite; }
        .contents .gallery__scrollicon:after {
          width: 60px;
          height: 60px;
          background: url("/img2025/common/scroll.svg") no-repeat 0 0/contain; }
      .contents .gallery__scroll.hide {
        opacity: 0; }
    .contents .gallery__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      grid-gap: 0;
      margin-bottom: 0;
      padding-left: 0; }
      @media (min-width: 1367px) {
        .contents .gallery__list {
          width: 900px; } }
      .contents .gallery__list:not(.last) {
        width: 900px; }
        @media (min-width: 769px) {
          .contents .gallery__list:not(.last) {
            width: auto; } }
      .contents .gallery__list.w40p {
        width: 40%; }
        .contents .gallery__list.w40p .gallery__item {
          width: 50%; }
      .contents .gallery__list.narrow {
        width: 840px;
        margin-left: 30px; }
    .contents .gallery__item {
      width: 20%; }
      .contents .gallery__item.first {
        width: 360px; }
        @media (min-width: 769px) {
          .contents .gallery__item.first {
            width: 42.756%; } }
      .contents .gallery__item.w30p {
        width: 30%; }
      .contents .gallery__item.widthdouble {
        width: 40%; }
        .contents .gallery__item.widthdouble .gallery__img {
          aspect-ratio: 2 / 1; }
    .contents .gallery__item6 {
      width: calc(100% / 6); }
      .contents .gallery__item6 .gallery__img {
        aspect-ratio: 1 / 1.19; }
    .contents .gallery__item4 {
      width: calc(100% / 4); }
    .contents .gallery__link {
      display: block;
      width: 100%;
      height: 100%; }
    .contents .gallery__img {
      width: 100%;
      height: 100%;
      aspect-ratio: 1 / 1;
      -o-object-fit: cover;
         object-fit: cover; }
    .contents .gallery__table {
      position: relative; }
      .contents .gallery__table table {
        font-size: 90%;
        width: 100%; }
        .contents .gallery__table table tr th {
          padding: 2px 10px;
          color: #fff;
          background-color: #d71e36;
          border-right: 1px solid #fff; }
          @media (max-width: 575.98px) {
            .contents .gallery__table table tr th {
              padding: 0px 5px; } }
        .contents .gallery__table table tr td {
          min-height: 60px;
          vertical-align: middle;
          padding: 8px 10px;
          border-bottom: 1px solid #999; }
          .contents .gallery__table table tr td:nth-of-type(2) {
            background-color: #fff; }
            @media (max-width: 575.98px) {
              .contents .gallery__table table tr td:nth-of-type(2) {
                width: 30%; } }
          @media (max-width: 575.98px) {
            .contents .gallery__table table tr td {
              padding: 5px 10px; } }
  .contents .career {
    margin-bottom: 0; }
    .contents .career__text {
      min-height: 42px;
      margin-bottom: 34px; }
  .contents .results {
    margin-bottom: -12px; }
    @media (min-width: 769px) {
      .contents .results {
        margin-bottom: 0; } }
    .contents .results.open {
      margin-bottom: 0; }
    .contents .results__headline {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 12px;
      padding: 17px 0;
      border-top: 1px solid #999;
      border-bottom: 1px solid #999;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.3; }
      @media (min-width: 769px) {
        .contents .results__headline {
          padding: 20px 0 0;
          border-bottom: 0; } }
      .contents .results__headline:before, .contents .results__headline:after {
        position: absolute;
        top: 0;
        bottom: 0;
        content: "";
        margin: auto;
        background: #2e2525;
        will-change: transform; }
        @media (min-width: 769px) {
          .contents .results__headline:before, .contents .results__headline:after {
            display: none; } }
      .contents .results__headline:before {
        right: 0;
        width: 15px;
        height: 1px;
        -webkit-transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
        transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1); }
        @media (min-width: 769px) {
          .contents .results__headline:before {
            display: none; } }
      .contents .results__headline:after {
        right: 7px;
        width: 1px;
        height: 15px;
        -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
        transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1); }
        @media (min-width: 769px) {
          .contents .results__headline:after {
            position: absolute;
            top: auto;
            bottom: 0;
            right: auto;
            left: 0;
            content: "";
            width: 1px;
            height: 40px;
            background: #999;
            -webkit-transition: none;
            transition: none; } }
      .contents .results__headline.open:before {
        -webkit-transform: rotate(-179.99deg);
                transform: rotate(-179.99deg); }
      .contents .results__headline.open:after {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
                transform: translate(-50%, -50%) rotate(-90deg); }
        @media (min-width: 769px) {
          .contents .results__headline.open:after {
            opacity: 1;
            -webkit-transform: none;
                    transform: none; } }
    .contents .results__text {
      overflow: hidden; }
      @media (min-width: 769px) {
        .contents .results__text {
          font-size: 1.6rem; } }
      .contents .results__textarea {
        display: -ms-grid;
        display: grid;
        -webkit-transition: grid-template-rows 0.5s;
        transition: grid-template-rows 0.5s;
        transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
        -ms-grid-rows: 0fr;
            grid-template-rows: 0fr; }
        @media (min-width: 769px) {
          .contents .results__textarea {
            display: block;
            -webkit-transition: none;
            transition: none;
            -ms-grid-rows: 1fr;
                grid-template-rows: 1fr; } }
        .contents .results__textarea.open {
          -ms-grid-rows: 1fr;
              grid-template-rows: 1fr; }
    .contents .results__btn {
      position: relative;
      display: block;
      line-height: 40px;
      height: 40px;
      color: #fff;
      padding: 0 15px;
      background-color: #D5808C;
      margin-bottom: 20px; }
      .contents .results__btn::after {
        content: "";
        position: absolute;
        top: calc(50% - 7px);
        right: 10px;
        width: 15px;
        height: 15px;
        background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .contents .results__btn[target=_blank][href^=http]:after {
        padding-right: 0;
        background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
  @media (max-width: 575.98px) {
    .contents .interview {
      position: relative;
      overflow: hidden;
      margin-left: -20px;
      width: calc(100% + 40px); } }
  .contents .interview__headline {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 17px 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3; }
    @media (min-width: 769px) {
      .contents .interview__headline {
        padding: 20px 0 0;
        border-bottom: 0; } }
    @media (max-width: 575.98px) {
      .contents .interview__headline {
        margin-bottom: 10px;
        margin-left: 20px; } }
  .contents .interview .swiper-wrapper {
    padding-left: 0; }
    @media (min-width: 576px) {
      .contents .interview .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 769px) {
      .contents .interview .swiper-wrapper:after {
        display: block;
        content: "";
        width: 31.708%;
        height: 0; } }
  .contents .interview__item {
    height: auto;
    margin-top: 20px; }
    @media (max-width: 575.98px) {
      .contents .interview__item {
        padding: 0 15.33%; } }
    @media (min-width: 769px) {
      .contents .interview__item {
        width: 31.708%;
        margin-top: 0; } }
    @media (min-width: 769px) {
      .contents .interview__item:not(:nth-child(-n+3)) {
        margin-top: 20px; } }
  .contents .interview__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
    .contents .interview__link:after {
      position: absolute;
      bottom: 10px;
      right: 10px;
      content: "";
      width: 15px;
      height: 15px;
      background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
      @media (min-width: 769px) {
        .contents .interview__link:after {
          bottom: 18px;
          right: 19px; } }
    .contents .interview__link:hover {
      text-decoration: none; }
    .contents .interview__link.mh {
      height: 100% !important; }
  .contents .interview__img {
    width: 100%; }
  .contents .interview__detail {
    padding: 18px 10px 35px; }
    @media (min-width: 769px) {
      .contents .interview__detail {
        height: calc(100% - 190px);
        padding: 28px 20px 50px; } }
  .contents .interview__category {
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #fff; }
    @media (min-width: 769px) {
      .contents .interview__category {
        margin-bottom: 20px; } }
  .contents .interview__text {
    font-size: 1.3rem;
    color: #fff; }
    @media (min-width: 769px) {
      .contents .interview__text {
        font-size: 1.4rem; } }
    @media (max-width: 575.98px) {
      .contents .interview__text {
        display: none; } }
  .contents .interview__sppager {
    display: none; }
    @media (max-width: 575.98px) {
      .contents .interview__sppager {
        display: block; } }
    .contents .interview__sppager-prev, .contents .interview__sppager-next {
      position: absolute;
      z-index: 1;
      top: calc(50% + 40px);
      display: block;
      width: 11px;
      height: 20px;
      background: no-repeat 0 0 / contain; }
    .contents .interview__sppager-prev {
      left: 18px;
      background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2020%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%232e2525%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2210.3%2020%200%2010%2010.3%200%2011%20.68%201.41%2010%2011%2019.32%2010.3%2020%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E"); }
    .contents .interview__sppager-next {
      right: 18px;
      background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2020%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%232e2525%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22.7%2020%200%2019.32%209.59%2010%200%20.68%20.7%200%2011%2010%20.7%2020%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E"); }
  .contents .interview .cm-g__list {
    padding-left: 0; }
    @media (min-width: 576px) {
      .contents .interview .cm-g__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 769px) {
      .contents .interview .cm-g__list:after {
        display: block;
        content: "";
        width: 31.708%;
        height: 0; } }
  .contents .facility__headline,
  .contents .scene__headline,
  .contents .performances__headline,
  .contents .recital__headline {
    margin: 0;
    line-height: 1;
    font-size: 2.8rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; }
    @media (min-width: 769px) {
      .contents .facility__headline,
      .contents .scene__headline,
      .contents .performances__headline,
      .contents .recital__headline {
        font-size: 4rem; } }
  .contents .facility__slider,
  .contents .scene__slider,
  .contents .performances__slider,
  .contents .recital__slider {
    width: calc(100% - 56px);
    padding-right: 20px; }
    @media (min-width: 769px) {
      .contents .facility__slider,
      .contents .scene__slider,
      .contents .performances__slider,
      .contents .recital__slider {
        width: calc(100% - 64px);
        padding-right: 0;
        overflow: hidden; } }
    @media (min-width: 1367px) {
      .contents .facility__slider,
      .contents .scene__slider,
      .contents .performances__slider,
      .contents .recital__slider {
        width: calc(100% - 77px); } }
    .contents .facility__sliderwrap,
    .contents .scene__sliderwrap,
    .contents .performances__sliderwrap,
    .contents .recital__sliderwrap {
      margin-right: -20px; }
      @media (min-width: 769px) {
        .contents .facility__sliderwrap,
        .contents .scene__sliderwrap,
        .contents .performances__sliderwrap,
        .contents .recital__sliderwrap {
          margin-right: 0; } }
  .contents .facility__navigation,
  .contents .scene__navigation,
  .contents .performances__navigation,
  .contents .recital__navigation {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 20px;
    margin-bottom: 38px; }
    .contents .facility__navigation:before,
    .contents .scene__navigation:before,
    .contents .performances__navigation:before,
    .contents .recital__navigation:before {
      position: absolute;
      top: 10px;
      left: 0;
      content: "";
      width: calc(100% - 100px);
      height: 1px;
      background: #999; }
    .contents .facility__navigation.hide,
    .contents .scene__navigation.hide,
    .contents .performances__navigation.hide,
    .contents .recital__navigation.hide {
      display: none; }
  .contents .facility__list,
  .contents .scene__list,
  .contents .performances__list,
  .contents .recital__list {
    width: 180px; }
    @media (min-width: 769px) {
      .contents .facility__list,
      .contents .scene__list,
      .contents .performances__list,
      .contents .recital__list {
        width: auto; } }
  .contents .facility__link,
  .contents .scene__link,
  .contents .performances__link,
  .contents .recital__link {
    position: relative;
    display: block;
    color: #fff; }
  .contents .facility__img,
  .contents .scene__img,
  .contents .performances__img,
  .contents .recital__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1 / 1; }
  .contents .facility__caption,
  .contents .scene__caption,
  .contents .performances__caption,
  .contents .recital__caption {
    position: absolute;
    left: 10px;
    bottom: 6px;
    font-size: 100%;
    color: #fff; }
  .contents .facility__info,
  .contents .scene__info,
  .contents .performances__info,
  .contents .recital__info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    min-height: 70px;
    padding: 0 10px 6px; }
    .contents .facility__info:before,
    .contents .scene__info:before,
    .contents .performances__info:before,
    .contents .recital__info:before {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      content: "";
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#454545));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #454545 100%);
      mix-blend-mode: multiply; }
  .contents .facility__name,
  .contents .scene__name,
  .contents .performances__name,
  .contents .recital__name {
    position: relative; }
  .contents .facility-swiper-button-prev, .contents .facility-swiper-button-next,
  .contents .scene-swiper-button-prev,
  .contents .scene-swiper-button-next,
  .contents .performances-swiper-button-prev,
  .contents .performances-swiper-button-next,
  .contents .recital-swiper-button-prev,
  .contents .recital-swiper-button-next {
    position: absolute;
    top: 0;
    width: 11px;
    height: 20px;
    cursor: pointer;
    background: no-repeat 0 0 / contain; }
    .contents .facility-swiper-button-prev:after, .contents .facility-swiper-button-next:after,
    .contents .scene-swiper-button-prev:after,
    .contents .scene-swiper-button-next:after,
    .contents .performances-swiper-button-prev:after,
    .contents .performances-swiper-button-next:after,
    .contents .recital-swiper-button-prev:after,
    .contents .recital-swiper-button-next:after {
      display: none; }
    .contents .facility-swiper-button-prev.swiper-button-disabled, .contents .facility-swiper-button-next.swiper-button-disabled,
    .contents .scene-swiper-button-prev.swiper-button-disabled,
    .contents .scene-swiper-button-next.swiper-button-disabled,
    .contents .performances-swiper-button-prev.swiper-button-disabled,
    .contents .performances-swiper-button-next.swiper-button-disabled,
    .contents .recital-swiper-button-prev.swiper-button-disabled,
    .contents .recital-swiper-button-next.swiper-button-disabled {
      opacity: .35;
      cursor: auto;
      pointer-events: none; }
  .contents .facility-swiper-button-prev,
  .contents .scene-swiper-button-prev,
  .contents .performances-swiper-button-prev,
  .contents .recital-swiper-button-prev {
    right: 58px;
    left: auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2020%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%232e2525%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2210.3%2020%200%2010%2010.3%200%2011%20.68%201.41%2010%2011%2019.32%2010.3%2020%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E"); }
  .contents .facility-swiper-button-next,
  .contents .scene-swiper-button-next,
  .contents .performances-swiper-button-next,
  .contents .recital-swiper-button-next {
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2020%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%232e2525%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22.7%2020%200%2019.32%209.59%2010%200%20.68%20.7%200%2011%2010%20.7%2020%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E"); }
  .contents .facility.facility-parent {
    margin-bottom: 0; }
  .contents .facility-parent,
  .contents .scene,
  .contents .performances,
  .contents .recital {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: -20px;
    padding-top: 26px;
    overflow-x: hidden; }
    @media (min-width: 769px) {
      .contents .facility-parent,
      .contents .scene,
      .contents .performances,
      .contents .recital {
        margin-right: -30px;
        padding-right: 0; } }
  .contents .recital__link {
    padding-bottom: 0; }
  .contents .coursedetail__text {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-bottom: 28px; }
  .contents .coursedetail__title {
    margin-bottom: 12px; }
    .contents .coursedetail__title.open .coursedetail__title-ja:before {
      -webkit-transform: rotate(-179.99deg);
              transform: rotate(-179.99deg); }
    .contents .coursedetail__title.open .coursedetail__title-ja:after {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg); }
      @media (min-width: 576px) {
        .contents .coursedetail__title.open .coursedetail__title-ja:after {
          opacity: 1;
          -webkit-transform: none;
                  transform: none; } }
    .contents .coursedetail__title-en {
      font-size: 1.4rem;
      margin-bottom: 3px; }
    .contents .coursedetail__title-ja {
      position: relative;
      text-align: center;
      font-size: 2.4rem;
      background-color: #fff; }
      @media (max-width: 768.98px) {
        .contents .coursedetail__title-ja {
          font-size: 1.6rem;
          padding: 5px 0; } }
      .contents .coursedetail__title-ja:before, .contents .coursedetail__title-ja:after {
        position: absolute;
        top: 0;
        bottom: 0;
        content: "";
        margin: auto;
        background: #2e2525;
        will-change: transform; }
        @media (min-width: 576px) {
          .contents .coursedetail__title-ja:before, .contents .coursedetail__title-ja:after {
            display: none; } }
      .contents .coursedetail__title-ja:before {
        right: 10px;
        width: 15px;
        height: 1px;
        -webkit-transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
        transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1); }
        @media (min-width: 576px) {
          .contents .coursedetail__title-ja:before {
            display: none; } }
      .contents .coursedetail__title-ja:after {
        right: 17px;
        width: 1px;
        height: 15px;
        -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
        transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1); }
        @media (min-width: 576px) {
          .contents .coursedetail__title-ja:after {
            position: absolute;
            top: auto;
            bottom: 0;
            right: auto;
            left: 0;
            content: "";
            width: 1px;
            height: 40px;
            background: #999;
            -webkit-transition: none;
            transition: none; } }
  .contents .coursedetail-wrap {
    display: -ms-grid;
    display: grid;
    -webkit-transition: grid-template-rows 0.5s;
    transition: grid-template-rows 0.5s;
    transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
    -ms-grid-rows: 0fr;
        grid-template-rows: 0fr; }
    @media (min-width: 576px) {
      .contents .coursedetail-wrap {
        display: block;
        -webkit-transition: none;
        transition: none;
        -ms-grid-rows: 1fr;
            grid-template-rows: 1fr; } }
    .contents .coursedetail-wrap.open {
      -ms-grid-rows: 1fr;
          grid-template-rows: 1fr; }
  .contents .coursedetail__spwrap {
    overflow: hidden;
    display: block; }
  .contents .coursedetail__list {
    padding-top: 20px; }
    .contents .coursedetail__list dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-top: 1px solid #2e2525;
      margin-bottom: 28px; }
      .contents .coursedetail__list dl dt {
        width: 7rem;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.625;
        padding-top: 5px;
        border-top: 4px solid #2e2525; }
      .contents .coursedetail__list dl dd {
        width: calc(100% - 7rem);
        font-size: 1.4rem;
        line-height: 1.714;
        padding-top: 9px;
        padding-left: 105px; }
        @media (max-width: 768.98px) {
          .contents .coursedetail__list dl dd {
            padding-left: 38px; } }
  .contents .class {
    position: relative;
    width: calc((1000/1400*100) * 1vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 768.98px) {
      .contents .class {
        display: block;
        margin-top: 60px; }
        .contents .class + .class {
          margin-top: 0; } }
    @media (max-width: 1023.98px) {
      .contents .class {
        width: 100%; } }
    .contents .class.bgGray::before, .contents .class.bgWhite::before {
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      content: "";
      width: 100vw;
      height: 100%;
      background: #f4f4f4; }
    .contents .class.bgWhite::before {
      background: #fff; }
    .contents .class__pct {
      text-align: right;
      width: 50%; }
      @media (max-width: 768.98px) {
        .contents .class__pct {
          width: 100%; } }
    .contents .class__detail {
      position: relative;
      z-index: 5;
      width: 50%;
      padding: 20px 70px 20px 30px; }
      @media (max-width: 768.98px) {
        .contents .class__detail {
          width: 100%;
          padding: 40px 20px 50px 20px; } }
      .contents .class__detail__title {
        margin-bottom: 20px;
        font-weight: 500;
        line-height: 1.3; }
      .contents .class__detail__subtitle {
        font-size: 1.6rem;
        font-weight: 600;
        margin-bottom: 22px; }
        .contents .class__detail__subtitle::before {
          content: "▶"; }
      .contents .class__detail__text {
        font-size: 1.6rem;
        line-height: 1.625;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        line-clamp: 4;
        -webkit-line-clamp: 4;
        margin-bottom: 22px; }
      .contents .class__detail__btn {
        text-align: right; }
        .contents .class__detail__btn a {
          position: relative;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 140px;
          height: 40px;
          padding-left: 10px;
          font-weight: 500;
          color: #fff; }
          @media (min-width: 769px) {
            .contents .class__detail__btn a {
              padding-left: 15px; } }
          .contents .class__detail__btn a:after {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 12px;
            content: "";
            width: 15px;
            height: 15px;
            margin: auto 0;
            background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
          .contents .class__detail__btn a:hover {
            text-decoration: none;
            color: #fff; }
  .contents .staff__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 575.98px) {
      .contents .staff__wrap {
        padding-top: 30px; } }
  .contents .staff__item {
    width: 47.6%;
    padding-top: 15px;
    padding-bottom: 72px;
    border-top: 1px solid #999999; }
    @media (max-width: 575.98px) {
      .contents .staff__item {
        width: 100%;
        padding-bottom: 40px; } }
    .contents .staff__item__name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .contents .staff__item__name-jp {
        display: inline-block;
        font-size: 2rem; }
      .contents .staff__item__name-job {
        display: inline-block;
        font-size: 1.2rem;
        line-height: 17px;
        height: 20px;
        padding: 0 4px;
        border: 1px solid #2E2525;
        margin-left: 8px; }
      .contents .staff__item__name-en {
        font-size: 1.2rem;
        margin-bottom: 15px; }
    .contents .staff__item__head {
      display: inline-block;
      font-size: 1.2rem;
      line-height: 20px;
      color: #fff;
      padding: 0 5px;
      margin-bottom: 10px; }
    .contents .staff__item__body {
      font-size: 1.4rem;
      line-height: 1.71;
      margin-bottom: 10px; }
    .contents .staff__item__link {
      font-size: 1.4rem; }
      .contents .staff__item__link a {
        color: #2e2525;
        text-decoration: underline; }
        .contents .staff__item__link a:hover {
          text-decoration: none; }
        .contents .staff__item__link a[target='_blank']:not([class]):after {
          padding-right: 0;
          background: none; }
  .contents .staff__btn {
    width: 47.6%;
    margin-bottom: 30px; }
    @media (max-width: 575.98px) {
      .contents .staff__btn {
        margin-top: -15px;
        width: 100%; } }
    .contents .staff__btn-1col {
      margin-right: 40%; }
      @media (max-width: 575.98px) {
        .contents .staff__btn-1col {
          margin-right: 0; } }
    .contents .staff__btn a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 40px;
      padding-left: 10px;
      font-weight: 500; }
      @media (min-width: 769px) {
        .contents .staff__btn a {
          padding-left: 15px; } }
      @media (min-width: 1024px) {
        .contents .staff__btn a br {
          display: none; } }
      .contents .staff__btn a:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 12px;
        content: "";
        width: 15px;
        height: 15px;
        margin: auto 0; }
      .contents .staff__btn a:hover {
        text-decoration: none;
        opacity: 1;
        color: #fff; }
        .contents .staff__btn a:hover:after {
          background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E"); }
  .contents .activity {
    padding-top: 40px; }
    @media screen and (min-width: 576px) {
      .contents .activity__list .swiper-wrapper {
        display: block; } }
    .contents .activity__list__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 575.98px) {
        .contents .activity__list__block {
          display: block;
          padding: 0 11.2%; } }
      .contents .activity__list__block + .activity__list__block {
        padding-top: 50px; }
        @media (max-width: 575.98px) {
          .contents .activity__list__block + .activity__list__block {
            padding-top: 0px; } }
      .contents .activity__list__block__pct {
        width: 30.95%;
        padding-top: 7px; }
        @media (max-width: 575.98px) {
          .contents .activity__list__block__pct {
            width: 100%;
            padding-top: 0;
            margin-bottom: 12px; } }
      .contents .activity__list__block__detail {
        width: 66.67%; }
        @media (max-width: 575.98px) {
          .contents .activity__list__block__detail {
            width: 100%; } }
        .contents .activity__list__block__detail__title {
          font-size: 1.6rem;
          font-weight: 600;
          line-height: 1.625;
          margin-bottom: 10px; }
        .contents .activity__list__block__detail p {
          font-size: 1.4rem;
          line-height: 1.714; }
    .contents .activity__navigation {
      position: relative; }
      @media (min-width: 576px) {
        .contents .activity__navigation {
          display: none; } }
      .contents .activity__navigation-prev, .contents .activity__navigation-next {
        position: absolute;
        z-index: 10;
        top: 90px;
        width: 11px;
        height: 20px;
        background: no-repeat 0 0 / contain; }
      .contents .activity__navigation-prev {
        left: 0;
        background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2020%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%232e2525%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2210.3%2020%200%2010%2010.3%200%2011%20.68%201.41%2010%2011%2019.32%2010.3%2020%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E"); }
      .contents .activity__navigation-next {
        right: 0;
        background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2020%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%232e2525%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22.7%2020%200%2019.32%209.59%2010%200%20.68%20.7%200%2011%2010%20.7%2020%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E"); }
  .contents .qanda ol {
    padding-left: 0 !important; }
  .contents .qanda__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 575.98px) {
      .contents .qanda__list {
        display: block; } }
    .contents .qanda__list__group {
      position: relative;
      text-align: center;
      width: 30.9%;
      height: 100%;
      margin-right: calc((100% - 92.7%)/2);
      margin-bottom: 2rem; }
      .contents .qanda__list__group:nth-of-type(3n) {
        margin-right: 0; }
      @media (min-width: 576px) {
        .contents .qanda__list__group:hover .qanda__list__group__a {
          display: block; } }
      @media (max-width: 575.98px) {
        .contents .qanda__list__group {
          width: 100%;
          height: auto;
          margin-right: 0; } }
      .contents .qanda__list__group dt {
        font-size: 2.6rem; }
      .contents .qanda__list__group dd {
        font-size: 1.4rem;
        line-height: 1.714; }
      .contents .qanda__list__group__q {
        position: relative;
        height: 100%;
        margin: 0;
        border: 1px solid #999999; }
        .contents .qanda__list__group__q dt {
          padding: 5px 0 12px;
          margin: 0 15px;
          color: #48995b;
          border-bottom: 1px solid #48995b; }
        .contents .qanda__list__group__q dd {
          padding: 12px 15px 70px; }
          @media (max-width: 575.98px) {
            .contents .qanda__list__group__q dd {
              padding-bottom: 29px; }
              .contents .qanda__list__group__q dd::after {
                content: '';
                position: absolute;
                bottom: 10px;
                left: 50%;
                display: block;
                width: 12px;
                height: 12px;
                border-bottom: 1px solid #48995b;
                border-left: 1px solid #48995b;
                -webkit-transition: 500ms;
                transition: 500ms;
                -webkit-transform: translateX(-50%) rotate(-45deg) scale(1, 1);
                        transform: translateX(-50%) rotate(-45deg) scale(1, 1); } }
        .contents .qanda__list__group__q[aria-expanded=true] dd::after {
          bottom: 4px;
          -webkit-transform: translateX(-50%) rotate(-45deg) scale(-1, -1);
                  transform: translateX(-50%) rotate(-45deg) scale(-1, -1); }
      .contents .qanda__list__group__a {
        margin: 0;
        color: #fff;
        border: 1px solid #48995b;
        background-color: #48995b; }
        @media (min-width: 576px) {
          .contents .qanda__list__group__a {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%; } }
        @media (max-width: 575.98px) {
          .contents .qanda__list__group__a {
            position: relative; } }
        .contents .qanda__list__group__a dt {
          padding: 5px 0 12px;
          margin: 0 15px;
          border-bottom: 1px solid #fff; }
        .contents .qanda__list__group__a dd {
          padding: 12px 15px 5px;
          text-align: left; }
          @media (max-width: 575.98px) {
            .contents .qanda__list__group__a dd {
              padding-bottom: 29px; } }
  .contents.contents-parent {
    padding: 40px 0 60px; }
    @media (min-width: 769px) {
      .contents.contents-parent {
        padding: 60px 0 58px; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s; }
  .lightbox-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .lightbox__block {
    position: relative;
    width: 700px;
    padding: 40px 50px;
    background-color: #fff; }
    @media (max-width: 768.98px) {
      .lightbox__block {
        width: 76%;
        padding: 20px 20px 40px; } }
  .lightboxOpen {
    cursor: pointer; }
  .lightbox__close {
    position: absolute;
    top: 0;
    right: -30px;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    .lightbox__close:hover {
      opacity: 0.7; }
    .lightbox__close::before, .lightbox__close::after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background: #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: 0% 50%;
              transform-origin: 0% 50%;
      position: absolute;
      top: calc(14% - 5px);
      left: 14%; }
    .lightbox__close::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
      left: auto;
      right: 14%; }
  .lightbox__title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 40px;
    border-bottom: 1px solid #999999;
    margin-bottom: 20px; }
    @media (max-width: 575.98px) {
      .lightbox__title {
        font-size: 18px;
        padding-bottom: 20px; } }
  .lightbox__subtitle {
    font-size: 16px;
    font-weight: 600;
    border-top: 1px solid #2e2525;
    border-bottom: 1px solid #2e2525;
    margin-bottom: 15px; }
    @media (max-width: 575.98px) {
      .lightbox__subtitle {
        font-size: 13px; } }
  .lightbox__text p {
    font-size: 16px;
    line-height: 1.625; }
    @media (max-width: 575.98px) {
      .lightbox__text p {
        font-size: 13px; } }
  .lightbox__text + .lightbox__subtitle {
    margin-top: 20px; }
    @media (max-width: 575.98px) {
      .lightbox__text + .lightbox__subtitle {
        margin-top: 10px; } }
  .lightbox .row {
    margin-bottom: 20px; }
    @media (max-width: 575.98px) {
      .lightbox .row {
        margin-bottom: 10px; } }

.modal:not(.hnav__box_out) {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease; }

.modal.active {
  display: block;
  opacity: 1;
  visibility: visible; }

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 700px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0; }
  @media (max-width: 768.98px) {
    .modal__content {
      max-width: 100%;
      width: 76%; } }
  .modal__content.w-scroll {
    max-width: 800px;
    padding: 0 50px;
    max-height: 90vh;
    overflow-y: scroll; }
  .modal__content__pct {
    position: relative;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .modal__content__pct img {
        max-height: 76vh; } }
  .modal__content__title {
    text-align: center;
    color: #fff;
    font-size: 110%;
    font-weight: 600; }
  .modal__content__subtitle {
    color: #fff;
    font-size: 105%;
    font-weight: 600;
    margin-top: 40px; }
    .modal__content__subtitle::before {
      content: "▶"; }
  .modal__content__text {
    color: #fff;
    padding-top: 10px; }
    .modal__content__text + .modal__content__title {
      margin-top: 60px; }
  .modal__content__num {
    position: absolute;
    bottom: 0;
    right: -40px;
    font-size: 80%;
    color: #fff; }

.modalPrev, .modalNext {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0px;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 40px);
  width: 30px;
  height: 30px;
  background-image: url(/img2025/common/modalarrow_icon.png);
  background-position: center center;
  background-size: 16px auto;
  background-repeat: no-repeat; }
  .modalPrev:hover, .modalNext:hover {
    opacity: 0.7; }

.modalPrev {
  left: -35px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.modalNext {
  right: -35px; }

.modalOpen {
  cursor: pointer; }

.modalClose {
  position: absolute;
  top: 0;
  right: -30px;
  width: 20px;
  height: 20px;
  cursor: pointer; }
  .modalClose.w-fixed {
    position: fixed;
    top: 100px;
    right: 100px; }
  .modalClose:hover {
    opacity: 0.7; }
  .modalClose::before, .modalClose::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%; }
  .modalClose::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    left: auto;
    right: 14%; }

@media (max-width: 768.98px) {
  .admissions {
    padding-left: 10px;
    padding-right: 10px; } }

.admissions .underlayer__headline--en {
  color: #3146BB; }

.admissions__headline {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 40px; }

.admissions .eduselect {
  margin-bottom: 110px; }
  @media (max-width: 768.98px) {
    .admissions .eduselect {
      margin-bottom: 40px; } }
  .admissions .eduselect__title {
    font-size: 2.0rem;
    color: #3146BB;
    margin-bottom: 20px; }
    @media (max-width: 768.98px) {
      .admissions .eduselect__title {
        padding-bottom: 5px;
        border-bottom: 1px solid #bfbfbf; } }
  .admissions .eduselect__table .btn_edu {
    width: calc(100% / 5);
    border: 1px solid #bfbfbf;
    outline: 1px solid #bfbfbf;
    outline-offset: -1px; }
    @media (max-width: 768.98px) {
      .admissions .eduselect__table .btn_edu {
        width: 50%; } }
    @media (max-width: 768.98px) {
      .admissions .eduselect__table .btn_edu#btn_edu0 {
        width: 100%; } }
    .admissions .eduselect__table .btn_edu#btn_edu0 a {
      padding: 60px 0; }
      @media (max-width: 768.98px) {
        .admissions .eduselect__table .btn_edu#btn_edu0 a {
          padding: 10px 0; } }
    .admissions .eduselect__table .btn_edu.active a {
      color: #fff;
      background-color: #3146BB; }
    .admissions .eduselect__table .btn_edu a {
      display: block;
      height: 100%;
      text-align: center;
      padding: 20px 0;
      background-color: #f4f4f4; }
      @media (max-width: 768.98px) {
        .admissions .eduselect__table .btn_edu a {
          padding: 10px 0; } }
  @media (max-width: 768.98px) {
    .admissions .eduselect__table table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .admissions .eduselect__table table tr td {
        display: block; } }

.admissions ._edu.hide {
  display: none; }

.admissions ._edu.show {
  display: revert !important; }

.admissions__spnavi {
  display: none; }
  @media (max-width: 768.98px) {
    .admissions__spnavi {
      display: block;
      margin-bottom: 30px; } }
  .admissions__spnavi__title {
    color: #3146BB;
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 10px; }
  .admissions__spnavi__pulldown {
    border: 1px solid #bfbfbf; }
    .admissions__spnavi__pulldown select {
      outline: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      width: 100%;
      line-height: 1.7;
      padding: 5px 50px 8px 10px;
      color: #fff;
      border: 1px solid #d8d8d8;
      background: #3146BB url(/img2025/admission/ico-pulldown.png) right 20px center no-repeat;
      background-size: 15px 7px;
      border: 5px solid #fff;
      border-radius: 0px; }

.admissions .edulink {
  display: none; }
  @media (max-width: 768.98px) {
    .admissions .edulink {
      display: block;
      padding-top: 10px; } }
  .admissions .edulink ul {
    display: inline-block; }
    .admissions .edulink ul li {
      display: inline-block;
      position: relative; }
      .admissions .edulink ul li::after {
        content: '|';
        margin-left: 3px;
        margin-right: 3px; }
      .admissions .edulink ul li:last-child::after {
        content: none;
        margin-left: 0;
        margin-right: 0; }
      .admissions .edulink ul li a[target='_blank']::after {
        content: "";
        font-family: inherit;
        padding-right: 15px;
        background: url(/img2025/admission/ico-blank.svg) no-repeat center center;
        background-size: 7px 7px; }

.admissions .contents .stickynav__item.current:before {
  background-color: #3146BB; }

.admissions .eduinfo {
  margin-bottom: 70px; }
  @media (max-width: 768.98px) {
    .admissions .eduinfo {
      margin-bottom: 0;
      padding-bottom: 20px; } }
  .admissions .eduinfo__title {
    font-size: 2.4rem;
    padding-left: 40px;
    margin-bottom: 35px;
    background-image: url(../img2025/admission/ico-midashi.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px 25px; }
    @media (max-width: 768.98px) {
      .admissions .eduinfo__title {
        font-size: 2.0rem;
        margin-bottom: 20px; } }
  .admissions .eduinfo-wrap {
    margin-bottom: 40px; }
    @media (max-width: 768.98px) {
      .admissions .eduinfo-wrap {
        margin-bottom: 20px; } }
    .admissions .eduinfo-wrap.active {
      border: 1px solid #999; }
      .admissions .eduinfo-wrap.active .eduinfo__subtitle {
        background-color: #fff; }
        .admissions .eduinfo-wrap.active .eduinfo__subtitle span {
          color: #2e2525;
          margin: 0 20px;
          border-bottom: 1px solid #999; }
          @media (max-width: 768.98px) {
            .admissions .eduinfo-wrap.active .eduinfo__subtitle span {
              margin: 0 10px;
              padding: 6px 15px 6px 0px; } }
          .admissions .eduinfo-wrap.active .eduinfo__subtitle span::after {
            right: 0px;
            background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0' y1='7.5' x2='15' y2='7.5' stroke='%232E2525' stroke-width='1'/%3E%3C/svg%3E"); }
      .admissions .eduinfo-wrap.active .eduinfo__detail {
        height: auto;
        visibility: visible;
        padding: 40px 50px; }
        @media (max-width: 768.98px) {
          .admissions .eduinfo-wrap.active .eduinfo__detail {
            padding: 20px; } }
  .admissions .eduinfo__subtitle {
    cursor: pointer;
    background-color: #3146BB; }
    .admissions .eduinfo__subtitle span {
      position: relative;
      display: block;
      font-size: 2.4rem;
      color: #fff;
      text-align: center;
      line-height: 1.66;
      padding: 12px 0; }
      @media (max-width: 768.98px) {
        .admissions .eduinfo__subtitle span {
          font-size: 1.6rem;
          text-align: left;
          padding: 6px 20px 6px 10px; } }
      .admissions .eduinfo__subtitle span::after {
        content: "";
        position: absolute;
        right: 20px;
        top: calc(50% - 7px);
        width: 15px;
        height: 15px;
        background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='7.5' y1='0' x2='7.5' y2='15' stroke='%23ffffff' stroke-width='1'/%3E%3Cline x1='0' y1='7.5' x2='15' y2='7.5' stroke='%23ffffff' stroke-width='1'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
        @media (max-width: 768.98px) {
          .admissions .eduinfo__subtitle span::after {
            right: 10px; } }
  .admissions .eduinfo__btn {
    cursor: pointer;
    background-color: #3146BB; }
    .admissions .eduinfo__btn a {
      position: relative;
      display: block;
      font-size: 2.4rem;
      color: #fff;
      text-align: center;
      line-height: 1.66;
      padding: 12px 0; }
      @media (max-width: 768.98px) {
        .admissions .eduinfo__btn a {
          font-size: 1.8rem;
          text-align: left;
          padding: 6px 20px 6px 10px; } }
      .admissions .eduinfo__btn a::after {
        content: "";
        position: absolute;
        right: 20px;
        top: calc(50% - 7px);
        width: 15px;
        height: 15px;
        background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0' y1='15' x2='15' y2='0' stroke='%23ffffff' stroke-width='1'/%3E%3Cline x1='15' y1='0' x2='15' y2='15' stroke='%23ffffff' stroke-width='1'/%3E%3Cline x1='0' y1='0' x2='15' y2='0' stroke='%23ffffff' stroke-width='1'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain !important; }
        @media (max-width: 768.98px) {
          .admissions .eduinfo__btn a::after {
            right: 10px; } }
  .admissions .eduinfo__detail {
    overflow: hidden;
    height: 0;
    visibility: hidden;
    -webkit-transition: ease .3s;
    transition: ease .3s;
    padding: 0 50px; }
    .admissions .eduinfo__detail a {
      display: inline-block;
      text-decoration: underline; }
      .admissions .eduinfo__detail a[target='_blank']:not([class])::after {
        content: none; }
      .admissions .eduinfo__detail a[target='_blank'][href^='http'] {
        margin-right: 3px; }
        .admissions .eduinfo__detail a[target='_blank'][href^='http']::after {
          content: '';
          background-image: url(../img2025/admission/ico-blank.svg);
          background-size: 8px 8px;
          background-position: right center;
          background-repeat: no-repeat;
          padding-right: 10px; }
    .admissions .eduinfo__detail__flow {
      position: relative;
      border: 1px solid #999;
      margin-bottom: 35px; }
      .admissions .eduinfo__detail__flow + .eduinfo__detail__flow::after {
        content: '';
        position: absolute;
        top: -38px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        display: block;
        border-top: 15px solid #000;
        border-right: 15px solid transparent;
        border-bottom: 0;
        border-left: 15px solid transparent; }
      .admissions .eduinfo__detail__flow__head {
        text-align: center;
        font-size: 1.6rem;
        font-weight: 500;
        padding: 6px 0;
        background-color: #f4f4f4; }
      .admissions .eduinfo__detail__flow__body {
        padding: 15px; }
        .admissions .eduinfo__detail__flow__body p strong {
          font-weight: 600; }

.admissions .table thead tr > th {
  vertical-align: middle;
  text-align: center;
  line-height: 1.4; }

.admissions .table tbody tr > th {
  line-height: 1.4; }

.admissions .table_layout_fixed {
  table-layout: fixed; }

.admissions .table-responsive {
  -webkit-overflow-scrolling: touch; }
  .admissions .table-responsive .table tbody tr td,
  .admissions .table-responsive .table tbody tr th,
  .admissions .table-responsive .table tfoot tr td,
  .admissions .table-responsive .table tfoot tr th,
  .admissions .table-responsive .table thead tr td,
  .admissions .table-responsive .table thead tr th {
    background-color: #fff;
    border-color: #bfbfbf; }
  .admissions .table-responsive .table tbody th,
  .admissions .table-responsive .table tfoot th,
  .admissions .table-responsive .table thead th {
    white-space: nowrap; }

@media (max-width: 768.98px) {
  .admissions .table__break_sm {
    width: 100%; }
    .admissions .table__break_sm tbody > tr th,
    .admissions .table__break_sm thead > tr th {
      display: block;
      width: 100%;
      border-width: 1px;
      border-color: inherit;
      border-style: solid; }
    .admissions .table__break_sm tbody > tr td,
    .admissions .table__break_sm thead > tr td {
      display: block;
      width: 100%;
      border-width: 1px;
      border-color: inherit;
      border-style: solid; } }

.admissions .table.tbl__style_1 {
  width: 100%;
  border-collapse: collapse; }
  .admissions .table.tbl__style_1 td,
  .admissions .table.tbl__style_1 th {
    border: 1px #aaa solid;
    word-wrap: break-word;
    overflow-wrap: break-word; }
  .admissions .table.tbl__style_1 thead tr th {
    border-bottom-width: 1px;
    font-weight: bold;
    color: #fff;
    background-color: #2e2525; }
  .admissions .table.tbl__style_1 thead tr td {
    border-bottom-width: 1px; }
  .admissions .table.tbl__style_1 tbody tr th {
    background-color: #f4f4f4;
    vertical-align: middle; }
  .admissions .table.tbl__style_1 tbody tr td {
    vertical-align: middle; }
  .admissions .table.tbl__style_1 tbody tr .thead_th {
    border-bottom-width: 1px;
    font-weight: bold;
    color: #fff;
    background-color: #2e2525; }
  @media (max-width: 768.98px) {
    .admissions .table.tbl__style_1.table__break_sm {
      border-top: 1px #aaa solid; }
      .admissions .table.tbl__style_1.table__break_sm s thead tr td,
      .admissions .table.tbl__style_1.table__break_sm s thead tr th,
      .admissions .table.tbl__style_1.table__break_sm tbody tr td,
      .admissions .table.tbl__style_1.table__break_sm tbody tr th {
        border-top: 0; } }

.admissions .table.tbl__style_2 td,
.admissions .table.tbl__style_2 th {
  border: 0; }

.admissions .table.tbl__style_2 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #498ed0;
  color: #fff; }

.admissions .table.tbl__style_2 thead tr th:first-child {
  border-left: 0; }

.admissions .table.tbl__style_2 tbody {
  border-top: 1px #ddd solid; }
  .admissions .table.tbl__style_2 tbody::before {
    display: none; }
  .admissions .table.tbl__style_2 tbody tr td {
    border: 0;
    border-bottom: 1px #ddd solid;
    border-left: 1px #ccc solid; }
    .admissions .table.tbl__style_2 tbody tr td:first-child {
      border-left: 0; }
  .admissions .table.tbl__style_2 tbody tr th {
    background-color: #fff;
    color: #0064b4;
    background-color: #eaf2f9;
    border: 0;
    border-bottom: 1px #ddd solid;
    border-left: 1px #ccc solid; }
  .admissions .table.tbl__style_2 tbody tr .thead_th {
    background-color: #498ed0;
    color: #fff;
    border-bottom-color: #fff; }
  .admissions .table.tbl__style_2 tbody tr:last-child .thead_th {
    border-bottom-color: #ddd; }
  .admissions .table.tbl__style_2 tbody tr th:first-child {
    border-left: 0; }

@media (max-width: 768.98px) {
  .admissions .table.tbl__style_2.table__break_sm {
    border: 1px #ddd solid; }
    .admissions .table.tbl__style_2.table__break_sm tbody tr td,
    .admissions .table.tbl__style_2.table__break_sm tbody tr th,
    .admissions .table.tbl__style_2.table__break_sm thead tr td,
    .admissions .table.tbl__style_2.table__break_sm thead tr th {
      border-top: 0;
      border-left: 0; } }

.admissions .table-responsive table, .admissions .table-responsive tbody, .admissions .table-responsive tr, .admissions .table-responsive th, .admissions .table-responsive td {
  height: initial !important; }

.admissions .table-responsive table {
  width: 100% !important; }

.admissions .table-responsive .table tbody th,
.admissions .table-responsive .table tfoot th,
.admissions .table-responsive .table thead th {
  color: #fff !important;
  background-color: #3146bb !important; }

@media (min-width: 769px) {
  .admissions .stickynav__list {
    top: 30px;
    padding-top: 0; } }

@media (min-width: 1024px) {
  .admissions .stickynav__list {
    padding-top: 0; } }

.admissions .contents.singlecol {
  min-width: auto; }
  .admissions .contents.singlecol .contents__inner {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
  .admissions .contents.singlecol .contents__detail {
    width: 100%; }

@media (max-width: 1023.98px) {
  .admissions .infonavi {
    padding: 0 10px; } }

@media (max-width: 768.98px) {
  .admissions .infonavi {
    padding: 0; } }

.admissions .infonavi-wrap {
  margin-bottom: 80px; }
  @media (max-width: 768.98px) {
    .admissions .infonavi-wrap {
      margin-bottom: 40px; } }
  .admissions .infonavi-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .admissions .infonavi-wrap ul li {
      width: 20%;
      border: 1px solid #bfbfbf; }
      @media (max-width: 768.98px) {
        .admissions .infonavi-wrap ul li {
          width: 100%; } }
      .admissions .infonavi-wrap ul li + li {
        border-left: 0px; }
        @media (max-width: 768.98px) {
          .admissions .infonavi-wrap ul li + li {
            border-top: 0px;
            border-left: 1px solid #bfbfbf; } }
      .admissions .infonavi-wrap ul li a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 80px;
        padding-left: 10px;
        background-color: #f4f4f4;
        border: 10px solid #fff; }
        @media (max-width: 768.98px) {
          .admissions .infonavi-wrap ul li a {
            height: auto;
            padding: 5px;
            border: 5px solid #fff; }
            .admissions .infonavi-wrap ul li a br {
              display: none; } }
        .admissions .infonavi-wrap ul li a::after {
          position: absolute;
          top: calc(50% - 7px);
          right: 9px;
          content: '';
          width: 15px;
          height: 15px;
          background-image: url(../img2025/admission/ico-arrow-right.svg);
          background-size: 15px 15px; }
      .admissions .infonavi-wrap ul li.active a {
        background-color: #FCEE21; }

.admissions .qanavi {
  border: 1px solid #bfbfbf; }
  @media (min-width: 769px) {
    .admissions .qanavi {
      display: none; } }
  .admissions .qanavi select {
    outline: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    line-height: 1.7;
    padding: 5px 50px 8px 10px;
    color: #fff;
    border: 1px solid #d8d8d8;
    background: #3146BB url(/img2025/admission/ico-pulldown.png) right 20px center no-repeat;
    background-size: 15px 7px;
    border: 5px solid #fff;
    border-radius: 0px; }

.admissions .btn__info {
  padding-top: 20px;
  margin-bottom: 85px; }
  @media (max-width: 768.98px) {
    .admissions .btn__info {
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 30px; } }
  .admissions .btn__info a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 820px;
    height: 110px;
    padding: 0 10px;
    border: 1px solid #bfbfbf;
    border-radius: 55px;
    margin-inline: auto; }
    @media (max-width: 575.98px) {
      .admissions .btn__info a {
        height: 80px;
        border-radius: 40px; } }
    .admissions .btn__info a span {
      font-size: 2.4rem;
      font-weight: 600;
      padding-left: 70px; }
      @media (max-width: 575.98px) {
        .admissions .btn__info a span {
          font-size: 1.8rem;
          line-height: 1.4;
          padding-left: 50px; } }
      .admissions .btn__info a span br {
        display: none; }
        @media (max-width: 575.98px) {
          .admissions .btn__info a span br {
            display: block; } }
    .admissions .btn__info a::before {
      position: absolute;
      top: calc(50% - 5px);
      left: 40px;
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #3146BB; }
      @media (max-width: 575.98px) {
        .admissions .btn__info a::before {
          left: 30px; } }
    .admissions .btn__info a::after {
      position: absolute;
      top: calc(50% - 40px);
      right: 14px;
      content: '';
      width: 80px;
      height: 80px;
      background-image: url(../img2025/admission/ico-btn.png);
      background-size: 80px 80px; }
      @media (max-width: 575.98px) {
        .admissions .btn__info a::after {
          top: calc(50% - 32px);
          right: 7px;
          width: 65px;
          height: 65px;
          background-size: 65px 65px; } }

.admissions .btn__box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #2e2525; }
  .admissions .btn__box::after {
    position: absolute;
    top: calc(50% - 7px) !important;
    right: 13px !important;
    content: '';
    width: 15px !important;
    height: 15px !important;
    background-image: url(../img2025/admission/ico-arrow-right.svg) !important;
    background-size: 15px 15px !important; }
  .admissions .btn__box.download::after {
    position: absolute;
    top: calc(50% - 9px) !important;
    right: 13px !important;
    content: '';
    width: 14px !important;
    height: 19px !important;
    background-image: url(../img2025/admission/ico-download.png) !important;
    background-size: 14px 19px !important; }

.admissions a[target='_blank'][href^='http']::after {
  content: "";
  font-family: inherit;
  padding-right: 15px;
  background: url(/img2025/admission/ico-blank.svg) no-repeat center center;
  background-size: 7px 7px; }

.admissions a.noicon::after {
  content: none !important; }

.admissions__youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px 30px 40px;
  border: 10px solid #f4f4f4; }
  @media (max-width: 768.98px) {
    .admissions__youtube {
      display: block;
      padding: 10px;
      border: 5px solid #f4f4f4; } }
  .admissions__youtube__detail {
    width: 45.4%; }
    @media (max-width: 768.98px) {
      .admissions__youtube__detail {
        width: 100%; } }
    .admissions__youtube__detail__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px; }
      @media (max-width: 768.98px) {
        .admissions__youtube__detail__title {
          margin-bottom: 5px; } }
      .admissions__youtube__detail__title-icon {
        width: 57px;
        margin-right: 18px; }
      .admissions__youtube__detail__title-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .admissions__youtube__detail__title-sub {
        font-size: 1.6rem;
        font-weight: 500; }
        @media (max-width: 768.98px) {
          .admissions__youtube__detail__title-sub {
            font-size: 1.2rem; } }
      .admissions__youtube__detail__title-main {
        font-size: 2.4rem;
        font-weight: 500; }
        @media (max-width: 768.98px) {
          .admissions__youtube__detail__title-main {
            font-size: 2.0rem; } }
    .admissions__youtube__detail p {
      padding-right: 20px; }
      @media (max-width: 768.98px) {
        .admissions__youtube__detail p {
          padding-top: 10px;
          padding-right: 0; } }
  .admissions__youtube__pct {
    width: calc(100% - 45.4%); }
    @media (max-width: 768.98px) {
      .admissions__youtube__pct {
        padding-top: 10px;
        width: 100%; } }

.admissions__request {
  border: 10px solid #f4f4f4; }
  @media (max-width: 768.98px) {
    .admissions__request {
      border: 5px solid #f4f4f4; } }
  .admissions__request a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 95px 0 40px; }
    @media (max-width: 768.98px) {
      .admissions__request a {
        display: block;
        padding: 10px;
        padding-bottom: 0; } }
  .admissions__request__detail {
    width: 41.6%; }
    @media (max-width: 768.98px) {
      .admissions__request__detail {
        width: 100%; } }
    .admissions__request__detail__title {
      font-size: 2.4rem;
      font-weight: 500;
      margin-bottom: 10px; }
      @media (max-width: 768.98px) {
        .admissions__request__detail__title {
          font-size: 2.0rem;
          margin-bottom: 0; } }
    .admissions__request__detail p {
      text-indent: -2rem;
      padding-left: 2rem; }
      @media (max-width: 768.98px) {
        .admissions__request__detail p {
          padding-top: 10px; } }
  .admissions__request__pct {
    width: 336px;
    margin-top: -10px; }
    @media (max-width: 768.98px) {
      .admissions__request__pct {
        padding-top: 10px;
        text-align: center;
        width: 100%; }
        .admissions__request__pct img {
          max-width: 337px; } }

.admissions .contents__detail {
  padding-left: 0; }
  @media (min-width: 769px) {
    .admissions .contents__detail {
      padding-left: 40px; } }
  @media (min-width: 1024px) {
    .admissions .contents__detail {
      padding-left: 0; } }

.admissions .phead {
  /*
		&_h2sub {
			font-size: 14px;
			padding: 2px 0 2px 10px;
			.phead__text {
				font-size: 14px;
			}
			.phead__text_small {
				font-size: 12px;
			}
		}
		&_h3 {
			&.phead_h3_reverse {
				.phead__text {
					color: $color-white;
					background: $color-black;
				}
			}
			font-size: 14px;
			.phead__text {
				display: inline-block;
				border: 1px solid $color-black;
				padding: 2px .5em;
				font-size: 14px;
			}
			.phead__text_small {
				font-size: 12px;
			}
			.phead__block {
				display: block;
				padding: .5em 1em;
			}
			.phead__big {
				font-size: 20px;
			}
		}
		&_h4 {
			font-size: 30px;
			border-bottom: 1px solid $color-black;
			padding: 2px 0;
			.phead__text {
				font-size: 30px;
			}
			.phead__text_small {
				font-size: 14px;
			}
		}
		&__text_size_fz12 {
			font-size: 12px !important;
		}
		&__text_size_fz14 {
			font-size: 14px !important;
		}
		&__text_size_fz16 {
			font-size: 16px !important;
		}
		&__text_size_fz18 {
			font-size: 18px !important;
		}
		&__text_size_fz20 {
			font-size: 20px !important;
		}
		&_clr_white {
			border-color: $color-white !important;
			color: $color-white !important;
		}
		*/ }
  .admissions .phead_h1 {
    position: relative;
    font-size: 1.6rem;
    border-top: 1px solid #2e2525;
    padding: 0;
    margin-bottom: 33px; }
    .admissions .phead_h1::before {
      content: none; }
    .admissions .phead_h1::after {
      content: none; }
    .admissions .phead_h1 .phead__text {
      display: inline-block;
      font-size: 1.6rem; }
    .admissions .phead_h1 .phead__text_small {
      font-size: 1.2rem; }
    .admissions .phead_h1 > span {
      display: inline-block;
      font-weight: 500;
      padding-top: 3px;
      border-top: 5px solid #2e2525; }
  .admissions .phead_h2 {
    border-left: 0px;
    padding: 0;
    margin-bottom: 15px; }
    .admissions .phead_h2::before {
      content: '■';
      color: #3146BB; }
    .admissions .phead_h2 .phead__text {
      font-size: 1.6rem; }
    .admissions .phead_h2 .phead__text_small {
      font-size: 1.2rem; }
    .admissions .phead_h2.phead_h2_clr_department {
      border-left-color: #e3007f; }

.admissions .plist.admissions .plist_type_attention > .plist__item {
  background: url(/img2025/admission/ico-list-item-attention.png) no-repeat left top 4px;
  background-size: 13px 11px;
  padding-left: 20px; }

.admissions .ptable__data.admissions .ptable__data_clr_blue2 {
  color: #fff;
  background: #3146BB !important; }

.admissions .ptable__data.admissions .ptable__data_ftclr_blue {
  color: #3146BB; }

.admissions .plink.admissions .plink_type_pdf {
  margin-right: 3px; }
  .admissions .plink.admissions .plink_type_pdf::after {
    display: inline-block;
    content: "";
    background: url(/img2025/admission/ico-pdf.png) no-repeat left center;
    width: 10px;
    height: 12px;
    background-size: 10px 12px; }

.admissions .plink .plink__size::before {
  display: inline-block;
  content: "";
  background: url(/img2025/admission/ico-pdf.png) no-repeat left center;
  width: 10px;
  height: 12px;
  background-size: 10px 12px; }

.admissions .ptnav {
  font-size: 1.3rem !important; }
  .admissions .ptnav .nav-tabs .nav-link {
    border: inherit; }
  .admissions .ptnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .admissions .ptnav__list li {
      text-align: center;
      width: calc(100% / 9); }
  .admissions .ptnav__item.admissions .ptnav__item_active .ptnav__link {
    color: #3146BB;
    border-color: #3146BB !important; }
  .admissions .ptnav__link {
    display: block;
    text-align: center; }
    .admissions .ptnav__link:hover {
      opacity: 1;
      border-bottom: 2px solid #3146BB !important;
      color: #3146BB; }
  .admissions .ptnav__text {
    position: relative;
    display: inline-block; }
    .admissions .ptnav__text::after {
      position: absolute;
      top: calc(50% - 5px);
      right: -10px;
      content: '';
      width: 8px;
      height: 10px;
      background-image: url(../img2025/admission/ico-arrow-down.svg);
      background-size: 8px 10px; }

.admissions .paccordion__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 52px;
  padding: 10px 50px 10px 60px;
  color: #3146BB;
  border: 1px solid #bfbfbf; }
  .admissions .paccordion__btn::before {
    content: 'Q';
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 100%;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    background-color: #3146BB; }
  .admissions .paccordion__btn::after {
    content: '';
    position: absolute;
    right: 18px;
    top: calc(50% - 6px);
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0' y1='7.5' x2='15' y2='7.5' stroke='%233146BB' stroke-width='1'/%3E%3C/svg%3E");
    background-size: 15px 15px; }
  .admissions .paccordion__btn.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='7.5' y1='0' x2='7.5' y2='15' stroke='%233146BB' stroke-width='1'/%3E%3Cline x1='0' y1='7.5' x2='15' y2='7.5' stroke='%233146BB' stroke-width='1'/%3E%3C/svg%3E"); }

.admissions .paccordion__body {
  padding: 12px 0 0 60px; }

.mce-content-body.content_data h2:not([class]),
.eduinfo__detail h2:not([class]) {
  font-size: 1.96rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: .8em; }
  @media (min-width: 769px) {
    .mce-content-body.content_data h2:not([class]),
    .eduinfo__detail h2:not([class]) {
      font-size: 2.45rem;
      margin-bottom: 1em; } }

.mce-content-body.content_data h3:not([class]),
.eduinfo__detail h3:not([class]) {
  position: relative;
  font-size: 1.6rem;
  border-top: 1px solid #2e2525;
  padding: 0;
  margin-bottom: 33px;
  font-weight: normal; }
  .mce-content-body.content_data h3:not([class]) > strong,
  .eduinfo__detail h3:not([class]) > strong {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    padding-top: 3px;
    border-top: 5px solid #2e2525; }

.mce-content-body.content_data h4:not([class]),
.eduinfo__detail h4:not([class]) {
  border-left: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal; }
  .mce-content-body.content_data h4:before,
  .eduinfo__detail h4:before {
    content: '■';
    color: #3146BB; }

.mce-content-body.content_data h5:not([class]) strong,
.eduinfo__detail h5:not([class]) strong {
  display: inline-block;
  border: 1px solid #000;
  padding: 2px .5em;
  font-size: 14px; }

.mce-content-body.content_data .contents__inner h2:not([class]),
.contents__inner h2:not([class]) {
  font-size: 1.96rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: .8em; }
  @media (min-width: 769px) {
    .mce-content-body.content_data .contents__inner h2:not([class]),
    .contents__inner h2:not([class]) {
      font-size: 2.45rem;
      margin-bottom: 1em; } }

.mce-content-body.content_data .contents__inner h3:not([class]),
.contents__inner h3:not([class]) {
  position: relative;
  font-size: 1.6rem;
  border-top: 1px solid #2e2525;
  padding: 0;
  margin-bottom: 33px;
  font-weight: normal; }
  .mce-content-body.content_data .contents__inner h3:not([class]) > strong,
  .contents__inner h3:not([class]) > strong {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    padding-top: 3px;
    border-top: 5px solid #2e2525; }

.mce-content-body.content_data .contents__inner h4:not([class]),
.contents__inner h4:not([class]) {
  border-left: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal; }
  .mce-content-body.content_data .contents__inner h4:before,
  .contents__inner h4:before {
    content: '■';
    color: #3146BB; }

.mce-content-body.content_data .contents__inner h5:not([class]) strong,
.contents__inner h5:not([class]) strong {
  display: inline-block;
  border: 1px solid #000;
  padding: 2px .5em;
  font-size: 14px; }

.photography .underlayer__headline--en {
  color: #3e4297; }

.photography .external__btn:before, .photography .external__icon:before {
  background-color: #3e4297; }

.photography .external__title {
  color: #3e4297; }

.photography .reading {
  background-color: #3e4297; }

.photography .laplace__category {
  color: #3e4297; }

.photography .contents__head {
  color: #3e4297; }

.photography .stickynav__item.current:before {
  background-color: #3e4297; }

.photography .course {
  color: #3e4297; }
  .photography .course__btn {
    border-color: #3e4297; }
    .photography .course__btn:not(:hover), .photography .course__btn[aria-expanded=true] {
      color: #3e4297; }
      .photography .course__btn:not(:hover):after, .photography .course__btn[aria-expanded=true]:after {
        border-color: #3e4297; }
    .photography .course__btn:hover, .photography .course__btn[aria-expanded=true] {
      background-color: #3e4297; }

.photography .process .process__btn:hover {
  background-color: #3e4297; }

.photography .process .process__btn:not([href]):not([tabindex]):hover {
  color: #fff; }

.photography .results {
  color: #3e4297; }

.photography .class__detail__title {
  color: #3e4297; }

.photography .class__detail__btn a {
  background-color: #3e4297; }

.photography .staff__item__name-en {
  color: #3e4297; }

.photography .staff__item__head {
  background-color: #3e4297; }

.photography .staff__btn a {
  color: #3e4297;
  border: 1px solid #3e4297; }
  .photography .staff__btn a:after {
    background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%233e4297%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
  .photography .staff__btn a:hover {
    background-color: #3e4297; }

.design .underlayer__headline--en {
  color: #0076a5; }

.design .external__btn:before, .design .external__icon:before {
  background-color: #0076a5; }

.design .external__title {
  color: #0076a5; }

.design .reading {
  background-color: #0076a5; }

.design .laplace__category {
  color: #0076a5; }

.design .contents__head {
  color: #0076a5; }

.design .course {
  color: #0076a5; }

.design .stickynav__item.current:before {
  background-color: #0076a5; }

.design .course__btn {
  border-color: #0076a5; }
  .design .course__btn:not(:hover), .design .course__btn[aria-expanded=true] {
    color: #0076a5; }
    .design .course__btn:not(:hover):after, .design .course__btn[aria-expanded=true]:after {
      border-color: #0076a5; }
  .design .course__btn:hover, .design .course__btn[aria-expanded=true] {
    background-color: #0076a5; }

.design .process__counseling {
  background-color: #0076a5; }

.design .major__headline {
  color: #0076a5; }

.design .major__subheading:before {
  color: #0076a5; }

.design .gallery__list.last {
  width: 540px; }
  @media (min-width: 769px) {
    .design .gallery__list.last {
      width: 64.134%; } }

.design .gallery__item {
  width: 180px;
  margin-bottom: 0; }
  @media (min-width: 769px) {
    .design .gallery__item {
      width: 33.3334%; } }

.design .results {
  color: #0076a5; }

.design .class__detail__title {
  color: #0076a5; }

.design .class__detail__btn a {
  background-color: #0076a5; }

.design .staff__item__name-en {
  color: #0076a5; }

.design .staff__item__head {
  background-color: #0076a5; }

.design .staff__btn a {
  color: #0076a5;
  border: 1px solid #0076a5; }
  .design .staff__btn a:after {
    background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%230076a5%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
  .design .staff__btn a:hover {
    background-color: #0076a5; }

.design .activity__list__block__detail__title {
  color: #0076a5; }

.cinema .underlayer__headline--en {
  color: #d71e36; }

.cinema .external__btn:before, .cinema .external__icon:before {
  background-color: #d71e36; }

.cinema .external__title {
  color: #d71e36; }

.cinema .reading {
  background-color: #d71e36; }

.cinema .laplace__category {
  color: #d71e36; }

.cinema .contents__head {
  color: #d71e36; }

.cinema .stickynav__item.current:before {
  background-color: #d71e36; }

.cinema .course {
  color: #d71e36; }
  .cinema .course__btn {
    border-color: #d71e36; }
    .cinema .course__btn:not(:hover), .cinema .course__btn[aria-expanded=true] {
      color: #d71e36; }
      .cinema .course__btn:not(:hover):after, .cinema .course__btn[aria-expanded=true]:after {
        border-color: #d71e36; }
    .cinema .course__btn:hover, .cinema .course__btn[aria-expanded=true] {
      background-color: #d71e36; }

.cinema .process__counseling {
  background-color: #d71e36; }

.cinema .major__headline {
  color: #d71e36; }

.cinema .major__subheading:before {
  color: #d71e36; }

.cinema .gallery__list.last {
  width: 540px; }
  @media (min-width: 769px) {
    .cinema .gallery__list.last {
      width: 64.134%; } }

.cinema .gallery__item {
  width: 180px;
  margin-bottom: 0; }
  @media (min-width: 769px) {
    .cinema .gallery__item {
      width: 33.3334%; } }

.cinema .results {
  color: #d71e36; }

.cinema .interview__headline {
  color: #d71e36; }

.cinema .interview__link {
  background-color: #d71e36; }

.cinema .class__detail__title {
  color: #d71e36; }

.cinema .class__detail__btn a {
  background-color: #d71e36; }

.cinema .staff__item__name-en {
  color: #d71e36; }

.cinema .staff__item__head {
  background-color: #d71e36; }

.cinema .staff__btn a {
  color: #d71e36;
  border: 1px solid #d71e36; }
  .cinema .staff__btn a:after {
    background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23d71e36%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
  .cinema .staff__btn a:hover {
    background-color: #d71e36; }

.cinema .activity__list__block__detail__title {
  color: #d71e36; }

.cinema .coursedetail__title-en {
  color: #d71e36; }

.cinema .coursedetail__title-ja {
  color: #d71e36; }

.cinema .coursedetail__list dl {
  border-top-color: #d71e36; }
  .cinema .coursedetail__list dl dt {
    color: #d71e36;
    border-top-color: #d71e36; }

.finearts .underlayer__headline--en {
  color: #deac14; }

.finearts .external__btn:before, .finearts .external__icon:before {
  background-color: #deac14; }

.finearts .external__title {
  color: #deac14; }

.finearts .reading {
  background-color: #deac14; }

.finearts .laplace__category {
  color: #deac14; }

.finearts .contents__head {
  color: #deac14; }

.finearts .stickynav__item.current:before {
  background-color: #deac14; }

.finearts .course {
  color: #deac14; }
  .finearts .course__btn {
    border-color: #deac14; }
    .finearts .course__btn:not(:hover), .finearts .course__btn[aria-expanded=true] {
      color: #deac14; }
      .finearts .course__btn:not(:hover):after, .finearts .course__btn[aria-expanded=true]:after {
        border-color: #deac14; }
    .finearts .course__btn:hover, .finearts .course__btn[aria-expanded=true] {
      background-color: #deac14; }

.finearts .process__counseling {
  background-color: #deac14; }

.finearts .major__headline {
  color: #deac14; }

.finearts .major__subheading:before {
  color: #deac14; }

.finearts .gallery__list.last {
  width: 540px; }
  @media (min-width: 769px) {
    .finearts .gallery__list.last {
      width: 64.134%; } }

.finearts .gallery__item {
  width: 180px;
  margin-bottom: 0; }
  @media (min-width: 769px) {
    .finearts .gallery__item {
      width: 33.3334%; } }

.finearts .results {
  color: #deac14; }

.finearts .interview__headline {
  color: #deac14; }

.finearts .interview__link {
  background-color: #deac14; }

.finearts .lightbox__title {
  color: #deac14;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 40px;
  border-bottom: 0;
  margin-bottom: 0; }
  @media (max-width: 575.98px) {
    .finearts .lightbox__title {
      font-size: 18px;
      padding-bottom: 20px; } }

.finearts .coursedetail__title-en {
  color: #deac14; }

.finearts .coursedetail__title-ja {
  color: #deac14; }

.finearts .coursedetail__list dl {
  border-top-color: #deac14; }
  .finearts .coursedetail__list dl dt {
    color: #deac14;
    border-top-color: #deac14; }

.finearts .class__detail__title {
  color: #deac14; }

.finearts .class__detail__btn a {
  background-color: #deac14; }

.finearts .staff__item__name-en {
  color: #deac14; }

.finearts .staff__item__head {
  background-color: #deac14; }

.finearts .staff__btn a {
  color: #deac14;
  border: 1px solid #deac14; }
  .finearts .staff__btn a:after {
    background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23deac14%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
  .finearts .staff__btn a:hover {
    background-color: #deac14; }

.music .underlayer__headline--en {
  color: #48995b; }

.music .external__btn:before, .music .external__icon:before {
  background-color: #48995b; }

.music .external__title {
  color: #48995b; }

.music .reading {
  background-color: #48995b; }

.music .laplace__category {
  color: #48995b; }

.music .contents__head {
  color: #48995b; }

.music .stickynav__item.current:before {
  background-color: #48995b; }

.music .course {
  color: #48995b; }
  .music .course__btn {
    border-color: #48995b; }
    .music .course__btn:not(:hover), .music .course__btn[aria-expanded=true] {
      color: #48995b; }
      .music .course__btn:not(:hover):after, .music .course__btn[aria-expanded=true]:after {
        border-color: #48995b; }
    .music .course__btn:hover, .music .course__btn[aria-expanded=true] {
      background-color: #48995b; }

.music .process__counseling {
  background-color: #48995b; }

.music .major__headline {
  color: #48995b; }

.music .major__subheading:before {
  color: #48995b; }

.music .gallery__list.last {
  width: 540px; }
  @media (min-width: 769px) {
    .music .gallery__list.last {
      width: 64.134%; } }

.music .gallery__item {
  width: 180px;
  margin-bottom: 0; }
  @media (min-width: 769px) {
    .music .gallery__item {
      width: 33.3334%; } }

.music .results {
  color: #48995b; }

.music .interview__headline {
  color: #48995b; }

.music .interview__link {
  background-color: #48995b; }

.music .coursedetail__title-en {
  color: #48995b; }

.music .coursedetail__title-ja {
  color: #48995b; }

.music .coursedetail__list dl {
  border-top-color: #48995b; }
  .music .coursedetail__list dl dt {
    color: #48995b;
    border-top-color: #48995b; }

.music .coursedetail__text a {
  color: #48995b; }

.music .class__detail__title {
  color: #48995b; }

.music .class__detail__btn a {
  background-color: #48995b; }

.music .activity__list__block__detail__title {
  color: #48995b; }

.music .staff__item__name-en {
  color: #48995b; }

.music .staff__item__head {
  background-color: #48995b; }

.music .staff__btn a {
  color: #48995b;
  border: 1px solid #48995b; }
  .music .staff__btn a:after {
    background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%2348995b%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
  .music .staff__btn a:hover {
    background-color: #48995b; }

.literature .underlayer__headline--en {
  color: #708996; }

.literature .external__btn:before, .literature .external__icon:before {
  background-color: #708996; }

.literature .external__title {
  color: #708996; }

.literature .reading {
  background-color: #708996; }

.literature .laplace__category {
  color: #708996; }

.literature .contents__head {
  color: #708996; }

.literature .stickynav__item.current:before {
  background-color: #708996; }

.literature .course {
  color: #708996; }
  .literature .course__btn {
    border-color: #708996; }
    .literature .course__btn:not(:hover), .literature .course__btn[aria-expanded=true] {
      color: #708996; }
      .literature .course__btn:not(:hover):after, .literature .course__btn[aria-expanded=true]:after {
        border-color: #708996; }
    .literature .course__btn:hover, .literature .course__btn[aria-expanded=true] {
      background-color: #708996; }

.literature .process__counseling {
  background-color: #708996; }

.literature .major__headline {
  color: #708996; }

.literature .major__subheading:before {
  color: #708996; }

.literature .gallery__list.last {
  width: 540px; }
  @media (min-width: 769px) {
    .literature .gallery__list.last {
      width: 64.134%; } }

.literature .gallery__item {
  width: 180px;
  margin-bottom: 0; }
  @media (min-width: 769px) {
    .literature .gallery__item {
      width: 33.3334%; } }

.literature .results {
  color: #708996; }

.literature .interview__headline {
  color: #708996; }

.literature .interview__link {
  background-color: #708996; }

.literature .lightbox-wrap {
  color: #708996; }

.literature .class__detail__title {
  color: #708996; }

.literature .class__detail__btn a {
  background-color: #708996; }

.literature .activity__list__block__detail__title {
  color: #708996; }

.literature .staff__item__name-en {
  color: #708996; }

.literature .staff__item__head {
  background-color: #708996; }

.literature .staff__btn a {
  color: #708996;
  border: 1px solid #708996; }
  .literature .staff__btn a:after {
    background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23708996%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
  .literature .staff__btn a:hover {
    background-color: #708996; }

.theatre .underlayer__headline--en {
  color: #d5808c; }

.theatre .external__btn:before, .theatre .external__icon:before {
  background-color: #d5808c; }

.theatre .external__title {
  color: #d5808c; }

.theatre .reading {
  background-color: #d5808c; }

.theatre .laplace__category {
  color: #d5808c; }

.theatre .contents__head {
  color: #d5808c; }

.theatre .stickynav__item.current:before {
  background-color: #d5808c; }

.theatre .course {
  color: #d5808c; }
  .theatre .course__btn {
    border-color: #d5808c; }
    .theatre .course__btn:not(:hover), .theatre .course__btn[aria-expanded=true] {
      color: #d5808c; }
      .theatre .course__btn:not(:hover):after, .theatre .course__btn[aria-expanded=true]:after {
        border-color: #d5808c; }
    .theatre .course__btn:hover, .theatre .course__btn[aria-expanded=true] {
      background-color: #d5808c; }

.theatre .process__counseling {
  background-color: #d5808c; }

.theatre .major__headline {
  color: #d5808c; }

.theatre .major__subheading:before {
  color: #d5808c; }

.theatre .gallery__list.last {
  width: 540px; }
  @media (min-width: 769px) {
    .theatre .gallery__list.last {
      width: 64.134%; } }

.theatre .gallery__item {
  width: 180px;
  margin-bottom: 0; }
  @media (min-width: 769px) {
    .theatre .gallery__item {
      width: 33.3334%; } }

.theatre .results {
  color: #d5808c; }

.theatre .interview__headline {
  color: #d5808c; }

.theatre .interview__link {
  background-color: #d5808c; }

.theatre .coursedetail__title-en {
  color: #d5808c; }

.theatre .coursedetail__title-ja {
  color: #d5808c; }

.theatre .coursedetail__list dl {
  border-top-color: #d5808c; }
  .theatre .coursedetail__list dl dt {
    color: #d5808c;
    border-top-color: #d5808c; }

.theatre .class__detail__title {
  color: #d5808c; }

.theatre .class__detail__btn a {
  background-color: #d5808c;
  width: 240px; }

.theatre .staff__item__name-en {
  color: #d5808c; }

.theatre .staff__item__head {
  background-color: #d5808c; }

.theatre .staff__btn a {
  color: #d5808c;
  border: 1px solid #d5808c; }
  .theatre .staff__btn a:after {
    background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23d5808c%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
  .theatre .staff__btn a:hover {
    background-color: #d5808c; }

.broadcast .underlayer__headline--en {
  color: #e18b45; }

.broadcast .external__btn:before, .broadcast .external__icon:before {
  background-color: #e18b45; }

.broadcast .external__title {
  color: #e18b45; }

.broadcast .reading {
  background-color: #e18b45; }

.broadcast .laplace__category {
  color: #e18b45; }

.broadcast .contents__head {
  color: #e18b45; }

.broadcast .stickynav__item.current:before {
  background-color: #e18b45; }

.broadcast .course {
  color: #e18b45; }
  .broadcast .course__btn {
    border-color: #e18b45; }
    .broadcast .course__btn:not(:hover), .broadcast .course__btn[aria-expanded=true] {
      color: #e18b45; }
      .broadcast .course__btn:not(:hover):after, .broadcast .course__btn[aria-expanded=true]:after {
        border-color: #e18b45; }
    .broadcast .course__btn:hover, .broadcast .course__btn[aria-expanded=true] {
      background-color: #e18b45; }

.broadcast .process__counseling {
  background-color: #e18b45; }

.broadcast .major__headline {
  color: #e18b45; }

.broadcast .major__subheading:before {
  color: #e18b45; }

.broadcast .gallery__list.last {
  width: 540px; }
  @media (min-width: 769px) {
    .broadcast .gallery__list.last {
      width: 64.134%; } }

.broadcast .gallery__item {
  width: 180px;
  margin-bottom: 0; }
  @media (min-width: 769px) {
    .broadcast .gallery__item {
      width: 33.3334%; } }

.broadcast .results {
  color: #e18b45; }

.broadcast .interview__headline {
  color: #e18b45; }

.broadcast .interview__link {
  background-color: #e18b45; }

.broadcast .coursedetail__title-en {
  color: #e18b45; }

.broadcast .coursedetail__title-ja {
  color: #e18b45; }

.broadcast .coursedetail__list dl {
  border-top-color: #e18b45; }
  .broadcast .coursedetail__list dl dt {
    color: #e18b45;
    border-top-color: #e18b45; }

.broadcast .class__detail__title {
  color: #e18b45; }

.broadcast .class__detail__btn a {
  background-color: #e18b45; }

.broadcast .activity__list__block__detail__title {
  color: #e18b45; }

.broadcast .staff__item__name-en {
  color: #e18b45; }

.broadcast .staff__item__head {
  background-color: #e18b45; }

.broadcast .staff__btn a {
  color: #e18b45;
  border: 1px solid #e18b45; }
  .broadcast .staff__btn a:after {
    background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23d5808c%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2016%207.28%2015.28%2014.56%208%207.28%20.72%208%200%2016%208%208%2016%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%227.49%22%20width%3D%2215.28%22%20height%3D%221.02%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain; }
  .broadcast .staff__btn a:hover {
    background-color: #e18b45; }

/*# sourceMappingURL=style.css.map */
