@charset "UTF-8";
/*********************
COLORS
*********************/
.trans_s {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.63, 0, 0, 1);
  animation-duration: 0.3s; }

.trans_m {
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0, 0, 1);
  animation-duration: 1s; }

.trans_l {
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.63, 0, 0, 1);
  animation-duration: 1.2s; }

input::placeholder, textarea::placeholder {
  color: #090A0B; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #090A0B; }
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #090A0B; }

.flex {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex_l {
  justify-content: flex-start; }

/*********************
FONTSIZE
*********************/
.text_ss {
  font-size: 10px; }
  @media only screen and (min-width: 1280px) {
    .text_ss {
      font-size: 12px; } }

.text_s {
  font-size: clamp(0.75rem, 0.724rem + 0.11vw, 0.813rem); }
  @media only screen and (min-width: 1280px) {
    .text_s {
      font-size: 14px; } }

.text_m {
  font-size: clamp(0.863rem, 0.806rem + 0.24vw, 1rem); }
  @media only screen and (min-width: 1280px) {
    .text_m {
      font-size: 16px; } }

.text_l {
  font-size: clamp(1rem, 0.948rem + 0.22vw, 1.125rem); }
  @media only screen and (min-width: 1280px) {
    .text_l {
      font-size: 18px; } }

.text_ll {
  font-size: clamp(1.063rem, 0.881rem + 0.77vw, 1.5rem); }
  @media only screen and (min-width: 1280px) {
    .text_ll {
      font-size: 24px; } }

.text_x {
  font-size: clamp(1.5rem, 0.878rem + 2.65vw, 3rem); }
  @media only screen and (min-width: 1280px) {
    .text_x {
      font-size: 48px; } }

.en {
  font-family: 'Play', sans-serif; }

.text_navy {
  color: #030D45; }

.text_gray {
  color: #747993; }

/*********************
MARGIN&PADDING
*********************/
.pd4 {
  padding: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }

.pd8 {
  padding: clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem); }

.pd12 {
  padding: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }

.pd16 {
  padding: clamp(1rem, 0.876rem + 0.53vw, 1.3rem); }

.pd20 {
  padding: clamp(1.25rem, 1.095rem + 0.66vw, 1.625rem); }

.pd24 {
  padding: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem); }

.pd28 {
  padding: clamp(1.75rem, 1.532rem + 0.93vw, 2.275rem); }

.pd32 {
  padding: clamp(2rem, 1.751rem + 1.06vw, 2.6rem); }

.pd36 {
  padding: clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem); }

.pd40 {
  padding: clamp(2.5rem, 2.189rem + 1.33vw, 3.25rem); }

.pd44 {
  padding: clamp(2.75rem, 2.408rem + 1.46vw, 3.575rem); }

.pd48 {
  padding: clamp(3rem, 2.627rem + 1.59vw, 3.9rem); }

.pd50 {
  padding: clamp(3.125rem, 2.737rem + 1.66vw, 4.063rem); }

.pd60 {
  padding: clamp(3.75rem, 3.284rem + 1.99vw, 4.875rem); }

.pd70 {
  padding: clamp(4.375rem, 3.831rem + 2.32vw, 5.688rem); }

.pd80 {
  padding: clamp(5rem, 4.378rem + 2.65vw, 6.5rem); }

.pd90 {
  padding: clamp(5.625rem, 4.926rem + 2.98vw, 7.313rem); }

.pd100 {
  padding: clamp(6.25rem, 5.473rem + 3.31vw, 8.125rem); }

.pd120 {
  padding: clamp(7.5rem, 6.568rem + 3.98vw, 9.75rem); }

.pd150 {
  padding: clamp(9.375rem, 8.21rem + 4.97vw, 12.188rem); }

.pd180 {
  padding: clamp(11.25rem, 9.852rem + 5.97vw, 14.625rem); }

.pd200 {
  padding: clamp(12.5rem, 10.946rem + 6.63vw, 16.25rem); }

.pt4 {
  padding-top: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }

.pt8 {
  padding-top: clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem); }

.pt12 {
  padding-top: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }

.pt16 {
  padding-top: clamp(1rem, 0.876rem + 0.53vw, 1.3rem); }

.pt20 {
  padding-top: clamp(1.25rem, 1.095rem + 0.66vw, 1.625rem); }

.pt24 {
  padding-top: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem); }

.pt28 {
  padding-top: clamp(1.75rem, 1.532rem + 0.93vw, 2.275rem); }

.pt32 {
  padding-top: clamp(2rem, 1.751rem + 1.06vw, 2.6rem); }

.pt36 {
  padding-top: clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem); }

.pt40 {
  padding-top: clamp(2.5rem, 2.189rem + 1.33vw, 3.25rem); }

.pt44 {
  padding-top: clamp(2.75rem, 2.408rem + 1.46vw, 3.575rem); }

.pt48 {
  padding-top: clamp(3rem, 2.627rem + 1.59vw, 3.9rem); }

.pt50 {
  padding-top: clamp(3.125rem, 2.737rem + 1.66vw, 4.063rem); }

.pt60 {
  padding-top: clamp(3.75rem, 3.284rem + 1.99vw, 4.875rem); }

.pt70 {
  padding-top: clamp(4.375rem, 3.831rem + 2.32vw, 5.688rem); }

.pt80 {
  padding-top: clamp(5rem, 4.378rem + 2.65vw, 6.5rem); }

.pt90 {
  padding-top: clamp(5.625rem, 4.926rem + 2.98vw, 7.313rem); }

.pt100 {
  padding-top: clamp(6.25rem, 5.473rem + 3.31vw, 8.125rem); }

.pt120 {
  padding-top: clamp(7.5rem, 6.568rem + 3.98vw, 9.75rem); }

.pt150 {
  padding-top: clamp(9.375rem, 8.21rem + 4.97vw, 12.188rem); }

.pt180 {
  padding-top: clamp(11.25rem, 9.852rem + 5.97vw, 14.625rem); }

.pt200 {
  padding-top: clamp(12.5rem, 10.946rem + 6.63vw, 16.25rem); }

.pb4 {
  padding-bottom: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }

.pb8 {
  padding-bottom: clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem); }

.pb12 {
  padding-bottom: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }

.pb16 {
  padding-bottom: clamp(1rem, 0.876rem + 0.53vw, 1.3rem); }

.pb20 {
  padding-bottom: clamp(1.25rem, 1.095rem + 0.66vw, 1.625rem); }

.pb24 {
  padding-bottom: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem); }

.pb28 {
  padding-bottom: clamp(1.75rem, 1.532rem + 0.93vw, 2.275rem); }

.pb32 {
  padding-bottom: clamp(2rem, 1.751rem + 1.06vw, 2.6rem); }

.pb36 {
  padding-bottom: clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem); }

.pb40 {
  padding-bottom: clamp(2.5rem, 2.189rem + 1.33vw, 3.25rem); }

.pb44 {
  padding-bottom: clamp(2.75rem, 2.408rem + 1.46vw, 3.575rem); }

.pb48 {
  padding-bottom: clamp(3rem, 2.627rem + 1.59vw, 3.9rem); }

.pb50 {
  padding-bottom: clamp(3.125rem, 2.737rem + 1.66vw, 4.063rem); }

.pb60 {
  padding-bottom: clamp(3.75rem, 3.284rem + 1.99vw, 4.875rem); }

.pb70 {
  padding-bottom: clamp(4.375rem, 3.831rem + 2.32vw, 5.688rem); }

.pb80 {
  padding-bottom: clamp(5rem, 4.378rem + 2.65vw, 6.5rem); }

.pb90 {
  padding-bottom: clamp(5.625rem, 4.926rem + 2.98vw, 7.313rem); }

.pb100 {
  padding-bottom: clamp(6.25rem, 5.473rem + 3.31vw, 8.125rem); }

.pb120 {
  padding-bottom: clamp(7.5rem, 6.568rem + 3.98vw, 9.75rem); }

.pb150 {
  padding-bottom: clamp(9.375rem, 8.21rem + 4.97vw, 12.188rem); }

.pb180 {
  padding-bottom: clamp(11.25rem, 9.852rem + 5.97vw, 14.625rem); }

.pb200 {
  padding-bottom: clamp(12.5rem, 10.946rem + 6.63vw, 16.25rem); }

.pl4 {
  padding-left: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }

.pl8 {
  padding-left: clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem); }

.pl12 {
  padding-left: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }

.pl16 {
  padding-left: clamp(1rem, 0.876rem + 0.53vw, 1.3rem); }

.pl20 {
  padding-left: clamp(1.25rem, 1.095rem + 0.66vw, 1.625rem); }

.pl24 {
  padding-left: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem); }

.pl28 {
  padding-left: clamp(1.75rem, 1.532rem + 0.93vw, 2.275rem); }

.pl32 {
  padding-left: clamp(2rem, 1.751rem + 1.06vw, 2.6rem); }

.pl36 {
  padding-left: clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem); }

.pl40 {
  padding-left: clamp(2.5rem, 2.189rem + 1.33vw, 3.25rem); }

.pl44 {
  padding-left: clamp(2.75rem, 2.408rem + 1.46vw, 3.575rem); }

.pl48 {
  padding-left: clamp(3rem, 2.627rem + 1.59vw, 3.9rem); }

.pl50 {
  padding-left: clamp(3.125rem, 2.737rem + 1.66vw, 4.063rem); }

.pl60 {
  padding-left: clamp(3.75rem, 3.284rem + 1.99vw, 4.875rem); }

.pl70 {
  padding-left: clamp(4.375rem, 3.831rem + 2.32vw, 5.688rem); }

.pl80 {
  padding-left: clamp(5rem, 4.378rem + 2.65vw, 6.5rem); }

.pl90 {
  padding-left: clamp(5.625rem, 4.926rem + 2.98vw, 7.313rem); }

.pl100 {
  padding-left: clamp(6.25rem, 5.473rem + 3.31vw, 8.125rem); }

.pl120 {
  padding-left: clamp(7.5rem, 6.568rem + 3.98vw, 9.75rem); }

.pl150 {
  padding-left: clamp(9.375rem, 8.21rem + 4.97vw, 12.188rem); }

.pl180 {
  padding-left: clamp(11.25rem, 9.852rem + 5.97vw, 14.625rem); }

.pl200 {
  padding-left: clamp(12.5rem, 10.946rem + 6.63vw, 16.25rem); }

.pr4 {
  padding-right: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }

.pr8 {
  padding-right: clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem); }

.pr12 {
  padding-right: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }

.pr16 {
  padding-right: clamp(1rem, 0.876rem + 0.53vw, 1.3rem); }

.pr20 {
  padding-right: clamp(1.25rem, 1.095rem + 0.66vw, 1.625rem); }

.pr24 {
  padding-right: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem); }

.pr28 {
  padding-right: clamp(1.75rem, 1.532rem + 0.93vw, 2.275rem); }

.pr32 {
  padding-right: clamp(2rem, 1.751rem + 1.06vw, 2.6rem); }

.pr36 {
  padding-right: clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem); }

.pr40 {
  padding-right: clamp(2.5rem, 2.189rem + 1.33vw, 3.25rem); }

.pr44 {
  padding-right: clamp(2.75rem, 2.408rem + 1.46vw, 3.575rem); }

.pr48 {
  padding-right: clamp(3rem, 2.627rem + 1.59vw, 3.9rem); }

.pr50 {
  padding-right: clamp(3.125rem, 2.737rem + 1.66vw, 4.063rem); }

.pr60 {
  padding-right: clamp(3.75rem, 3.284rem + 1.99vw, 4.875rem); }

.pr70 {
  padding-right: clamp(4.375rem, 3.831rem + 2.32vw, 5.688rem); }

.pr80 {
  padding-right: clamp(5rem, 4.378rem + 2.65vw, 6.5rem); }

.pr90 {
  padding-right: clamp(5.625rem, 4.926rem + 2.98vw, 7.313rem); }

.pr100 {
  padding-right: clamp(6.25rem, 5.473rem + 3.31vw, 8.125rem); }

.pr120 {
  padding-right: clamp(7.5rem, 6.568rem + 3.98vw, 9.75rem); }

.pr150 {
  padding-right: clamp(9.375rem, 8.21rem + 4.97vw, 12.188rem); }

.pr180 {
  padding-right: clamp(11.25rem, 9.852rem + 5.97vw, 14.625rem); }

.pr200 {
  padding-right: clamp(12.5rem, 10.946rem + 6.63vw, 16.25rem); }

.mg4 {
  margin: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }

.mg8 {
  margin: clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem); }

.mg12 {
  margin: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }

.mg16 {
  margin: clamp(1rem, 0.876rem + 0.53vw, 1.3rem); }

.mg20 {
  margin: clamp(1.25rem, 1.095rem + 0.66vw, 1.625rem); }

.mg24 {
  margin: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem); }

.mg28 {
  margin: clamp(1.75rem, 1.532rem + 0.93vw, 2.275rem); }

.mg32 {
  margin: clamp(2rem, 1.751rem + 1.06vw, 2.6rem); }

.mg36 {
  margin: clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem); }

.mg40 {
  margin: clamp(2.5rem, 2.189rem + 1.33vw, 3.25rem); }

.mg44 {
  margin: clamp(2.75rem, 2.408rem + 1.46vw, 3.575rem); }

.mg48 {
  margin: clamp(3rem, 2.627rem + 1.59vw, 3.9rem); }

.mg50 {
  margin: clamp(3.125rem, 2.737rem + 1.66vw, 4.063rem); }

.mg60 {
  margin: clamp(3.75rem, 3.284rem + 1.99vw, 4.875rem); }

.mg70 {
  margin: clamp(4.375rem, 3.831rem + 2.32vw, 5.688rem); }

.mg80 {
  margin: clamp(5rem, 4.378rem + 2.65vw, 6.5rem); }

.mg90 {
  margin: clamp(5.625rem, 4.926rem + 2.98vw, 7.313rem); }

.mg100 {
  margin: clamp(6.25rem, 5.473rem + 3.31vw, 8.125rem); }

.mg120 {
  margin: clamp(7.5rem, 6.568rem + 3.98vw, 9.75rem); }

.mg150 {
  margin: clamp(9.375rem, 8.21rem + 4.97vw, 12.188rem); }

.mg180 {
  margin: clamp(11.25rem, 9.852rem + 5.97vw, 14.625rem); }

.mg200 {
  margin: clamp(12.5rem, 10.946rem + 6.63vw, 16.25rem); }

.mt4 {
  margin-top: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }

.mt8 {
  margin-top: clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem); }

.mt12 {
  margin-top: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }

.mt16 {
  margin-top: clamp(1rem, 0.876rem + 0.53vw, 1.3rem); }

.mt20 {
  margin-top: clamp(1.25rem, 1.095rem + 0.66vw, 1.625rem); }

.mt24 {
  margin-top: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem); }

.mt28 {
  margin-top: clamp(1.75rem, 1.532rem + 0.93vw, 2.275rem); }

.mt32 {
  margin-top: clamp(2rem, 1.751rem + 1.06vw, 2.6rem); }

.mt36 {
  margin-top: clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem); }

.mt40 {
  margin-top: clamp(2.5rem, 2.189rem + 1.33vw, 3.25rem); }

.mt44 {
  margin-top: clamp(2.75rem, 2.408rem + 1.46vw, 3.575rem); }

.mt48 {
  margin-top: clamp(3rem, 2.627rem + 1.59vw, 3.9rem); }

.mt50 {
  margin-top: clamp(3.125rem, 2.737rem + 1.66vw, 4.063rem); }

.mt60 {
  margin-top: clamp(3.75rem, 3.284rem + 1.99vw, 4.875rem); }

.mt70 {
  margin-top: clamp(4.375rem, 3.831rem + 2.32vw, 5.688rem); }

.mt80 {
  margin-top: clamp(5rem, 4.378rem + 2.65vw, 6.5rem); }

.mt90 {
  margin-top: clamp(5.625rem, 4.926rem + 2.98vw, 7.313rem); }

.mt100 {
  margin-top: clamp(6.25rem, 5.473rem + 3.31vw, 8.125rem); }

.mt120 {
  margin-top: clamp(7.5rem, 6.568rem + 3.98vw, 9.75rem); }

.mt150 {
  margin-top: clamp(9.375rem, 8.21rem + 4.97vw, 12.188rem); }

.mt180 {
  margin-top: clamp(11.25rem, 9.852rem + 5.97vw, 14.625rem); }

.mt200 {
  margin-top: clamp(12.5rem, 10.946rem + 6.63vw, 16.25rem); }

.mb4 {
  margin-bottom: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }

.mb8 {
  margin-bottom: clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem); }

.mb12 {
  margin-bottom: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }

.mb16 {
  margin-bottom: clamp(1rem, 0.876rem + 0.53vw, 1.3rem); }

.mb20 {
  margin-bottom: clamp(1.25rem, 1.095rem + 0.66vw, 1.625rem); }

.mb24 {
  margin-bottom: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem); }

.mb28 {
  margin-bottom: clamp(1.75rem, 1.532rem + 0.93vw, 2.275rem); }

.mb32 {
  margin-bottom: clamp(2rem, 1.751rem + 1.06vw, 2.6rem); }

.mb36 {
  margin-bottom: clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem); }

.mb40 {
  margin-bottom: clamp(2.5rem, 2.189rem + 1.33vw, 3.25rem); }

.mb44 {
  margin-bottom: clamp(2.75rem, 2.408rem + 1.46vw, 3.575rem); }

.mb48 {
  margin-bottom: clamp(3rem, 2.627rem + 1.59vw, 3.9rem); }

.mb50 {
  margin-bottom: clamp(3.125rem, 2.737rem + 1.66vw, 4.063rem); }

.mb60 {
  margin-bottom: clamp(3.75rem, 3.284rem + 1.99vw, 4.875rem); }

.mb70 {
  margin-bottom: clamp(4.375rem, 3.831rem + 2.32vw, 5.688rem); }

.mb80 {
  margin-bottom: clamp(5rem, 4.378rem + 2.65vw, 6.5rem); }

.mb90 {
  margin-bottom: clamp(5.625rem, 4.926rem + 2.98vw, 7.313rem); }

.mb100 {
  margin-bottom: clamp(6.25rem, 5.473rem + 3.31vw, 8.125rem); }

.mb120 {
  margin-bottom: clamp(7.5rem, 6.568rem + 3.98vw, 9.75rem); }

.mb150 {
  margin-bottom: clamp(9.375rem, 8.21rem + 4.97vw, 12.188rem); }

.mb180 {
  margin-bottom: clamp(11.25rem, 9.852rem + 5.97vw, 14.625rem); }

.mb200 {
  margin-bottom: clamp(12.5rem, 10.946rem + 6.63vw, 16.25rem); }

.ml4 {
  margin-left: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }

.ml8 {
  margin-left: clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem); }

.ml12 {
  margin-left: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }

.ml16 {
  margin-left: clamp(1rem, 0.876rem + 0.53vw, 1.3rem); }

.ml20 {
  margin-left: clamp(1.25rem, 1.095rem + 0.66vw, 1.625rem); }

.ml24 {
  margin-left: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem); }

.ml28 {
  margin-left: clamp(1.75rem, 1.532rem + 0.93vw, 2.275rem); }

.ml32 {
  margin-left: clamp(2rem, 1.751rem + 1.06vw, 2.6rem); }

.ml36 {
  margin-left: clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem); }

.ml40 {
  margin-left: clamp(2.5rem, 2.189rem + 1.33vw, 3.25rem); }

.ml44 {
  margin-left: clamp(2.75rem, 2.408rem + 1.46vw, 3.575rem); }

.ml48 {
  margin-left: clamp(3rem, 2.627rem + 1.59vw, 3.9rem); }

.ml50 {
  margin-left: clamp(3.125rem, 2.737rem + 1.66vw, 4.063rem); }

.ml60 {
  margin-left: clamp(3.75rem, 3.284rem + 1.99vw, 4.875rem); }

.ml70 {
  margin-left: clamp(4.375rem, 3.831rem + 2.32vw, 5.688rem); }

.ml80 {
  margin-left: clamp(5rem, 4.378rem + 2.65vw, 6.5rem); }

.ml90 {
  margin-left: clamp(5.625rem, 4.926rem + 2.98vw, 7.313rem); }

.ml100 {
  margin-left: clamp(6.25rem, 5.473rem + 3.31vw, 8.125rem); }

.ml120 {
  margin-left: clamp(7.5rem, 6.568rem + 3.98vw, 9.75rem); }

.ml150 {
  margin-left: clamp(9.375rem, 8.21rem + 4.97vw, 12.188rem); }

.ml180 {
  margin-left: clamp(11.25rem, 9.852rem + 5.97vw, 14.625rem); }

.ml200 {
  margin-left: clamp(12.5rem, 10.946rem + 6.63vw, 16.25rem); }

.mr4 {
  margin-right: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }

.mr8 {
  margin-right: clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem); }

.mr12 {
  margin-right: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }

.mr16 {
  margin-right: clamp(1rem, 0.876rem + 0.53vw, 1.3rem); }

.mr20 {
  margin-right: clamp(1.25rem, 1.095rem + 0.66vw, 1.625rem); }

.mr24 {
  margin-right: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem); }

.mr28 {
  margin-right: clamp(1.75rem, 1.532rem + 0.93vw, 2.275rem); }

.mr32 {
  margin-right: clamp(2rem, 1.751rem + 1.06vw, 2.6rem); }

.mr36 {
  margin-right: clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem); }

.mr40 {
  margin-right: clamp(2.5rem, 2.189rem + 1.33vw, 3.25rem); }

.mr44 {
  margin-right: clamp(2.75rem, 2.408rem + 1.46vw, 3.575rem); }

.mr48 {
  margin-right: clamp(3rem, 2.627rem + 1.59vw, 3.9rem); }

.mr50 {
  margin-right: clamp(3.125rem, 2.737rem + 1.66vw, 4.063rem); }

.mr60 {
  margin-right: clamp(3.75rem, 3.284rem + 1.99vw, 4.875rem); }

.mr70 {
  margin-right: clamp(4.375rem, 3.831rem + 2.32vw, 5.688rem); }

.mr80 {
  margin-right: clamp(5rem, 4.378rem + 2.65vw, 6.5rem); }

.mr90 {
  margin-right: clamp(5.625rem, 4.926rem + 2.98vw, 7.313rem); }

.mr100 {
  margin-right: clamp(6.25rem, 5.473rem + 3.31vw, 8.125rem); }

.mr120 {
  margin-right: clamp(7.5rem, 6.568rem + 3.98vw, 9.75rem); }

.mr150 {
  margin-right: clamp(9.375rem, 8.21rem + 4.97vw, 12.188rem); }

.mr180 {
  margin-right: clamp(11.25rem, 9.852rem + 5.97vw, 14.625rem); }

.mr200 {
  margin-right: clamp(12.5rem, 10.946rem + 6.63vw, 16.25rem); }

/* Scss Document */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 30px;
  height: 27px; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #090A0B;
  border-radius: 1px; }

.black.menu-trigger span {
  background-color: #fff; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  width: 66%;
  top: 12.5px;
  right: 0;
  left: auto; }

.menu-trigger span:nth-of-type(3) {
  width: 33%;
  bottom: 0;
  right: 0;
  left: auto; }

.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards; }

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(12.5px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(12.5px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }
@keyframes menu-bar01 {
  0% {
    transform: translateY(12.5px) rotate(45deg); }
  50% {
    transform: translateY(12.5px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1; }

.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards; }

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-12.5px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-12.5px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }
@keyframes menu-bar02 {
  0% {
    transform: translateY(-12.5px) rotate(-45deg); }
  50% {
    transform: translateY(-12.5px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
.drawer-open .menu-trigger span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards; }

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(12.5px) rotate(0); }
  100% {
    -webkit-transform: translateY(12.5px) rotate(45deg); } }
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(12.5px) rotate(0); }
  100% {
    transform: translateY(12.5px) rotate(45deg); } }
.drawer-open .menu-trigger span:nth-of-type(2) {
  opacity: 0; }

.drawer-open .menu-trigger span:nth-of-type(3) {
  width: 100%;
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards; }

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-12.5px) rotate(0); }
  100% {
    -webkit-transform: translateY(-12.5px) rotate(-45deg); } }
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-12.5px) rotate(0); }
  100% {
    transform: translateY(-12.5px) rotate(-45deg); } }
/******************************************
COMMON
******************************************/
html {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  color: #090A0B;
  font-feature-settings: "palt";
  letter-spacing: .12em;
  line-height: 1.8;
  background-color: #fff;
  font-size: clamp(0.863rem, 0.806rem + 0.24vw, 1rem); }
  @media only screen and (min-width: 1280px) {
    body {
      font-size: 16px; } }
  body a, body button {
    color: #090A0B;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.63, 0, 0, 1);
    animation-duration: 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }
    body a:hover, body button:hover {
      color: black; }
    body a:focus, body button:focus {
      color: black; }
  body a .text_link {
    border-bottom: 1px solid #747993;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.63, 0, 0, 1);
    animation-duration: 0.3s; }
    body a .text_link:hover {
      color: #08E8FC; }
  body button {
    cursor: pointer; }
  body .grecaptcha-badge {
    display: none; }
  body.single .single_content a {
    color: #03bece;
    text-decoration: underline; }
    body.single .single_content a:hover {
      color: #028f9c; }
  body .cop_m_txt a:hover {
    color: #03bece; }

*:focus {
  outline: none; }

strong {
  font-weight: bold; }

.strong {
  font-weight: bold; }

p, .p {
  font-size: clamp(0.863rem, 0.806rem + 0.24vw, 1rem); }
  @media only screen and (min-width: 1280px) {
    p, .p {
      font-size: 16px; } }

h1, .h1 {
  font-size: clamp(1.5rem, 0.878rem + 2.65vw, 3rem); }
  @media only screen and (min-width: 1280px) {
    h1, .h1 {
      font-size: 48px; } }

h2, .h2 {
  font-size: clamp(1.063rem, 0.881rem + 0.77vw, 1.5rem); }
  @media only screen and (min-width: 1280px) {
    h2, .h2 {
      font-size: 24px; } }

h3, .h3 {
  font-size: clamp(1rem, 0.948rem + 0.22vw, 1.125rem); }
  @media only screen and (min-width: 1280px) {
    h3, .h3 {
      font-size: 18px; } }

h4, .h4 {
  font-size: clamp(0.863rem, 0.806rem + 0.24vw, 1rem); }
  @media only screen and (min-width: 1280px) {
    h4, .h4 {
      font-size: 16px; } }

h5, .h5 {
  font-size: clamp(0.863rem, 0.806rem + 0.24vw, 1rem); }
  @media only screen and (min-width: 1280px) {
    h5, .h5 {
      font-size: 16px; } }

.tag {
  display: inline-block;
  padding: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem) clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem);
  background-color: #747993;
  color: #fff;
  font-size: 10px;
  height: fit-content;
  line-height: 1; }
  @media only screen and (min-width: 1280px) {
    .tag {
      font-size: 12px; } }
  .tag.s01, .tag.s01_en, .tag.in_s01, .tag.in_s01_en {
    background-color: #F67AB6; }
  .tag.s02, .tag.s02_en, .tag.in_s02, .tag.in_s02_en, .tag.by_aic, .tag.by_other, .tag.by_aic_en, .tag.by_other_en {
    background-color: #B5F145; }
  .tag.s03, .tag.s03_en, .tag.in_s03, .tag.in_s03_en {
    background-color: #FFD911; }
  .tag.for_std, .tag.for_clt, .tag.recruit_off, .tag.recruit_off_en {
    background-color: #caccd6; }
  .tag.recruit_on, .tag.recruit_on_en {
    background-color: #EB5583; }
  .top_news_tag .tag {
    width: 92px;
    text-align: center; }

.tag_wrap {
  gap: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }

section {
  position: relative;
  z-index: 1; }

.m_auto {
  margin: 0 auto; }

.m_none {
  margin: 0; }

.i_block {
  display: inline-block; }

.o_hidden {
  overflow: hidden; }

.pointer {
  cursor: pointer; }

.lh_blog {
  line-height: 2; }

.fg1 {
  flex-grow: 1; }

.z1 {
  z-index: 1; }

.p_relative {
  position: relative; }

.border_b {
  border-bottom: 1px solid #E1E2E9; }

.w100 {
  width: 100%; }

.tb_only {
  display: none; }

.pctb_only {
  display: none; }

.pc_only {
  display: none; }

.text_ss {
  font-size: 10px; }
  @media only screen and (min-width: 1280px) {
    .text_ss {
      font-size: 12px; } }

.text_s {
  font-size: clamp(0.75rem, 0.724rem + 0.11vw, 0.813rem); }
  @media only screen and (min-width: 1280px) {
    .text_s {
      font-size: 14px; } }

.text_m {
  font-size: clamp(0.863rem, 0.806rem + 0.24vw, 1rem); }
  @media only screen and (min-width: 1280px) {
    .text_m {
      font-size: 16px; } }

.text_l {
  font-size: clamp(1rem, 0.948rem + 0.22vw, 1.125rem); }
  @media only screen and (min-width: 1280px) {
    .text_l {
      font-size: 18px; } }

.text_ll {
  font-size: clamp(1.063rem, 0.881rem + 0.77vw, 1.5rem); }
  @media only screen and (min-width: 1280px) {
    .text_ll {
      font-size: 24px; } }

.text_xl {
  font-size: clamp(1.5rem, 0.878rem + 2.65vw, 3rem); }
  @media only screen and (min-width: 1280px) {
    .text_xl {
      font-size: 48px; } }

.text_black {
  color: #090A0B; }

.text_white {
  color: #fff; }

.text_center {
  text-align: center; }

.text_left {
  text-align: left; }

.text_right {
  text-align: right; }

.text_normal {
  font-weight: normal; }

.text_primary {
  color: #08E8FC; }

.text_slim {
  color: #3f3f43; }

.bg_primary {
  background-color: #08E8FC; }

.bg_light_gray {
  background-color: #E1E2E9; }

.bg_gray {
  background-color: #747993; }

.bg_navy {
  background-color: #030D45; }

.bg_black {
  background-color: #090A0B; }

.bg_white {
  background-color: #fff; }

.bg_dot {
  background: url("../images/common_bg_dot.png") repeat;
  background-size: auto, 6px 6px; }

.wp-element-caption {
  font-size: 10px;
  color: #3f3f43; }
  @media only screen and (min-width: 1280px) {
    .wp-element-caption {
      font-size: 12px; } }

.content_wrap {
  width: min(100%, 1550px);
  padding: 0 clamp(1rem, 0.876rem + 0.53vw, 1.3rem);
  margin: 0 auto; }
  .under_page .content_wrap {
    width: 100%;
    padding: 0 clamp(1rem, 0.876rem + 0.53vw, 1.3rem); }
    .under_page .content_wrap .content_wrap_inner {
      padding: clamp(3rem, 2.627rem + 1.59vw, 3.9rem) clamp(1rem, 0.876rem + 0.53vw, 1.3rem); }

.content_s {
  width: min(100%, 940px);
  margin: 0 auto; }

.content_m {
  width: min(100%, 1024px);
  margin: 0 auto; }

.sec_pd {
  padding: min(5.5rem, 66px) 0; }

.sec_pt {
  padding-top: min(5.5rem, 66px); }

.sec_pb {
  padding-bottom: min(5.5rem, 66px); }

.sec_md {
  margin: min(5.5rem, 66px) 0; }

.sec_mt {
  margin-top: min(5.5rem, 66px); }

.sec_mb {
  margin-bottom: min(5.5rem, 66px); }

.sec_bd {
  border-top: 1px solid #E1E2E9;
  border-bottom: 1px solid #E1E2E9; }

.sec_bb {
  border-bottom: 1px solid #E1E2E9; }

.bd {
  border: 1px solid #E1E2E9; }

.sticky {
  position: sticky;
  top: 0; }

.slider_wrap_item img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover; }

/*========================================================
HEAD
========================================================*/
.header_sp {
  position: relative;
  z-index: 100; }

.drawer--top .drawer-hamburger {
  width: auto;
  padding: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }
.drawer--top .drawer-nav {
  height: 100dvh;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center; }
  .drawer--top .drawer-nav .drawer-menu {
    padding: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem);
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem); }
    .drawer--top .drawer-nav .drawer-menu li {
      display: flex;
      gap: clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem);
      align-items: center;
      border-bottom: 1px solid #E1E2E9;
      padding-left: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }

.header_pc {
  z-index: 100;
  padding: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }
  .header_pc_logo {
    width: 68px; }
    .header_pc_logo .h1 {
      line-height: 1; }
  .header_pc_menu {
    display: none; }

.bogo-language-switcher {
  display: inline-block;
  text-align: right; }
  .bogo-language-switcher li {
    display: inline-block;
    font-size: 10px; }
    @media only screen and (min-width: 1280px) {
      .bogo-language-switcher li {
        font-size: 12px; } }
    .bogo-language-switcher li a {
      color: #747993;
      padding-left: 8px; }
      .bogo-language-switcher li a:hover {
        color: #090A0B; }
  .bogo-language-switcher .current {
    display: none; }

/*========================================================
PAGE
========================================================*/
/*COMMON------------------------------------------------*/
.title {
  display: grid;
  margin-bottom: clamp(2.5rem, 2.189rem + 1.33vw, 3.25rem);
  gap: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem);
  justify-content: start; }
  #top_s01 .title {
    margin-bottom: 0; }
  .title_jp {
    line-height: 1.4;
    font-size: clamp(1.5rem, 0.878rem + 2.65vw, 3rem); }
    @media only screen and (min-width: 1280px) {
      .title_jp {
        font-size: 48px; } }

.title_header {
  display: flex;
  gap: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem);
  align-items: center; }
  .title_header_border.sv {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #08E8FC;
    border-right: 0; }
    .s01 .title_header_border.sv {
      border-left-color: #F67AB6; }
    .s02 .title_header_border.sv {
      border-left-color: #B5F145; }
    .s03 .title_header_border.sv {
      border-left-color: #FFD911; }
    .s04 .title_header_border.sv {
      border-left-color: #FFD911; }
  .title_header_border.sv_bd {
    width: 10px;
    height: 1px;
    background-color: #08E8FC; }
    .s01 .title_header_border.sv_bd {
      background-color: #F67AB6; }
    .s02 .title_header_border.sv_bd {
      background-color: #B5F145; }
    .s03 .title_header_border.sv_bd {
      background-color: #FFD911; }
    .s04 .title_header_border.sv_bd {
      background-color: #FFD911; }
  .title_header_text {
    font-family: 'Play', sans-serif;
    font-size: clamp(0.75rem, 0.724rem + 0.11vw, 0.813rem);
    color: #08E8FC; }
    @media only screen and (min-width: 1280px) {
      .title_header_text {
        font-size: 14px; } }
    .s01 .title_header_text {
      color: #F67AB6; }
    .s02 .title_header_text {
      color: #B5F145; }
    .s03 .title_header_text {
      color: #FFD911; }
    .s04 .title_header_text {
      color: #FFD911; }
  .title_header .sv_head {
    display: flex;
    align-items: center;
    gap: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }

.btn_link {
  display: inline-block;
  width: 280px;
  height: 60px;
  color: #030D45;
  background: #fff;
  position: relative;
  z-index: 1;
  border: 1px solid #747993;
  margin: 0 auto;
  cursor: pointer; }
  .btn_link:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #030D45;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform cubic-bezier(0.63, 0, 0, 1) 0.3s; }
  .btn_link .btn_m {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }
    .btn_link .btn_m:after {
      position: absolute;
      top: 50%;
      right: 0;
      content: url("../images/icon_arrow.svg");
      transform: translate(calc(50% + clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem)), -64%);
      transform: translate(50%, -64%);
      padding-right: clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem);
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.63, 0, 0, 1);
      animation-duration: 0.3s; }
      #top_s01 .btn_link .btn_m:after {
        display: none; }
    .btn_link .btn_m.more:after {
      display: none; }
    .btn_link .btn_m .btn_icon {
      width: 24px; }
  .btn_link:hover {
    color: #fff; }
    .btn_link:hover:before {
      transform-origin: 0% 50%;
      transform: scaleX(1); }
    .btn_link:hover .btn_m:after {
      padding-right: 0; }

.btn_text_link .btn_text {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }
  .btn_text_link .btn_text p {
    font-size: clamp(0.75rem, 0.724rem + 0.11vw, 0.813rem);
    color: #030D45; }
    @media only screen and (min-width: 1280px) {
      .btn_text_link .btn_text p {
        font-size: 14px; } }
  .btn_text_link .btn_text img {
    width: 32px;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.63, 0, 0, 1);
    animation-duration: 0.3s;
    transform: translate(0%, -28%); }
.btn_text_link:hover .btn_text img {
  transform: translate(20%, -28%); }

.grecaptcha-badge {
  opacity: 0; }

/*TOP------------------------------------------------*/
.top_kv {
  width: 100%;
  height: calc(100svh - clamp(3.513rem, 3.324rem + 0.8vw, 3.837rem));
  background: url("../images/top_kv_sp.png") center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem); }
  .top_kv_content {
    position: relative;
    width: 100%; }
    .top_kv_content_logo_img {
      width: min(74%, 480px);
      position: relative;
      z-index: 1;
      mix-blend-mode: color-burn;
      opacity: .8; }
    .top_kv_content_logo_video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: min(74%, 480px);
      opacity: .8;
      mask-image: url("../images/common_logo_pr.svg");
      mask-repeat: no-repeat;
      mask-position: center center;
      -webkit-mask-position: center center;
      mask-size: 100%;
      -webkit-mask-size: 100%;
      -webkit-mask-image: url("../images/common_logo_pr.svg");
      -webkit-mask-repeat: no-repeat; }
      .top_kv_content_logo_video img {
        width: 100%; }
  .top_kv .top_kv_txt {
    width: min(60%, 380px); }
  .top_kv h2 {
    padding: 0 clamp(1rem, 0.876rem + 0.53vw, 1.3rem);
    text-align: center;
    color: #747993;
    line-height: 2;
    letter-spacing: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem);
    font-weight: normal; }

#top_s01 .content_s {
  display: grid;
  gap: clamp(3rem, 2.627rem + 1.59vw, 3.9rem);
  position: relative; }
  #top_s01 .content_s .top_s01_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -32%);
    z-index: -1;
    width: min(98%, 580px); }

.top_s01_img {
  width: min(48%, 380px);
  margin: clamp(3rem, 2.627rem + 1.59vw, 3.9rem) auto 0; }

#top_s02 .content {
  display: grid;
  gap: clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem); }
  #top_s02 .content li {
    position: relative; }
    #top_s02 .content li h3 {
      position: relative;
      z-index: 2;
      color: #030D45;
      margin-bottom: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }
    #top_s02 .content li p {
      position: relative;
      z-index: 2; }
      #top_s02 .content li p.num {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 0;
        color: #CEFAFE;
        font-size: calc(clamp(6.25rem, 5.473rem + 3.31vw, 8.125rem) - clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem));
        font-weight: bold;
        line-height: .7; }

#top_s03 .content_wrap.have_service, #lab_s02 .content_wrap.have_service {
  padding-left: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem);
  padding-right: 0; }
#top_s03 .content .service, #lab_s02 .content .service {
  display: grid;
  position: relative;
  gap: 0;
  background-color: #fff; }
  #top_s03 .content .service_list .btn_text_link, #lab_s02 .content .service_list .btn_text_link {
    position: relative;
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none; }
    #top_s03 .content .service_list .btn_text_link:before, #lab_s02 .content .service_list .btn_text_link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0%;
      height: 100%;
      transition: all 0.4s cubic-bezier(0.63, 0, 0, 1); }
    #top_s03 .content .service_list .btn_text_link:hover:before, #lab_s02 .content .service_list .btn_text_link:hover:before {
      width: 100%; }
    #top_s03 .content .service_list .btn_text_link.ssn:before, #lab_s02 .content .service_list .btn_text_link.ssn:before {
      background-color: #F67AB6; }
    #top_s03 .content .service_list .btn_text_link.evt:before, #lab_s02 .content .service_list .btn_text_link.evt:before {
      background-color: #B5F145; }
    #top_s03 .content .service_list .btn_text_link.gpu:before, #lab_s02 .content .service_list .btn_text_link.gpu:before {
      background-color: #FFD911; }
    #top_s03 .content .service_list .btn_text_link img, #lab_s02 .content .service_list .btn_text_link img {
      width: 40px; }
  #top_s03 .content .service_list_text, #lab_s02 .content .service_list_text {
    position: relative;
    padding: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem) clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem) clamp(2.75rem, 2.408rem + 1.46vw, 3.575rem);
    border: solid #E1E2E9;
    border-width: 1px 0 0 1px;
    overflow: hidden; }
    #top_s03 .content .service_list_text_head, #lab_s02 .content .service_list_text_head {
      display: flex;
      align-items: center;
      gap: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }
      #top_s03 .content .service_list_text_head_bar, #lab_s02 .content .service_list_text_head_bar {
        width: 10px;
        height: 3px; }
        #top_s03 .content .service_list_text_head_bar.ssn, #lab_s02 .content .service_list_text_head_bar.ssn {
          background-color: #F67AB6; }
        #top_s03 .content .service_list_text_head_bar.evt, #lab_s02 .content .service_list_text_head_bar.evt {
          background-color: #B5F145; }
        #top_s03 .content .service_list_text_head_bar.gpu, #lab_s02 .content .service_list_text_head_bar.gpu {
          background-color: #FFD911; }
    #top_s03 .content .service_list_text .text_bg, #lab_s02 .content .service_list_text .text_bg {
      position: absolute;
      bottom: 0;
      right: 0;
      line-height: .7;
      color: rgba(255, 255, 255, 0.6);
      -webkit-text-stroke: 1px #E1E2E9;
      text-stroke: 1px #E1E2E9;
      font-size: calc(clamp(5rem, 4.378rem + 2.65vw, 6.5rem) - clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem)); }
  #top_s03 .content .service_list:last-child .service_list_text, #lab_s02 .content .service_list:last-child .service_list_text {
    border-width: 1px 0 1px 1px; }

.btn_text_link .service_list_text:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #030D45;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform cubic-bezier(0.63, 0, 0, 1) 0.3s; }
.btn_text_link:hover .service_list_text:before {
  transform-origin: 0% 50%;
  transform: scaleX(1); }

.top_s03_bg_sp {
  width: 100%;
  height: calc(clamp(6.25rem, 5.473rem + 3.31vw, 8.125rem) + clamp(2.5rem, 2.189rem + 1.33vw, 3.25rem));
  background: url("../images/top_s03_img.jpg") no-repeat center center/cover;
  margin-top: calc( 0px - clamp(2.75rem, 2.408rem + 1.46vw, 3.575rem)); }

.jda_wrap {
  display: flex;
  align-items: center; }
  .jda_wrap .jda {
    width: 140px !important; }

#top_s04 {
  position: relative; }
  #top_s04 .content .top_report {
    margin: 0 auto clamp(2rem, 1.751rem + 1.06vw, 2.6rem);
    padding: 0 clamp(1rem, 0.876rem + 0.53vw, 1.3rem);
    width: min(460px, 100%); }
    #top_s04 .content .top_report_img {
      height: calc( clamp(12.5rem, 10.946rem + 6.63vw, 16.25rem) + clamp(2.5rem, 2.189rem + 1.33vw, 3.25rem)); }
      #top_s04 .content .top_report_img_inner {
        width: 100%;
        height: 100%;
        background: center center / cover; }
    #top_s04 .content .top_report_text {
      padding: clamp(2rem, 1.751rem + 1.06vw, 2.6rem) clamp(1rem, 0.876rem + 0.53vw, 1.3rem); }
  #top_s04 .top_s04_bg {
    position: absolute;
    top: 0;
    right: calc( 0px - clamp(10.75rem, 4.293rem + 27.55vw, 17.5rem) );
    width: clamp(26.25rem, 8.313rem + 76.53vw, 45rem);
    max-inline-size: none; }

@keyframes infinity_scroll {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
.cop_m {
  display: flex;
  gap: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem);
  padding: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }
  .cop_m_list {
    display: flex;
    gap: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem);
    animation: infinity_scroll 80s infinite linear 0.5s both; }
    .cop_m_list li {
      width: calc(110vw/4);
      aspect-ratio: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #fff;
      box-shadow: 0 0 6px 6px rgba(116, 121, 147, 0.06); }
      .cop_m_list li.flex {
        flex-direction: column;
        gap: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }
      .cop_m_list li a {
        width: 100%; }
      .cop_m_list li img {
        margin: 0 auto;
        width: 64%; }

.top_news {
  padding: clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem) clamp(1rem, 0.876rem + 0.53vw, 1.3rem);
  background-color: #fff;
  display: grid;
  border: 1px solid #E1E2E9;
  gap: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem); }
  .top_news li {
    display: grid;
    grid-template-columns: 92px 7.4fr .6fr;
    grid-template-rows: auto auto;
    grid-template-areas: "day tag tag" " content content more";
    align-items: center;
    gap: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }
    .top_news li .en {
      display: inline-block;
      grid-area: day; }
  .top_news_tag {
    grid-area: tag; }
    .top_news_tag li {
      display: inline-block;
      padding: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem) clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem);
      background-color: #747993;
      color: #fff;
      font-size: 10px;
      height: fit-content;
      line-height: 1; }
      @media only screen and (min-width: 1280px) {
        .top_news_tag li {
          font-size: 12px; } }
  .top_news_text {
    grid-area: content; }
  .top_news_more {
    grid-area: more; }

#top_s07 .content_wrap {
  position: relative;
  z-index: 1; }
  #top_s07 .content_wrap .title {
    padding: clamp(1rem, 0.876rem + 0.53vw, 1.3rem);
    transform: translateY(calc(  clamp(3.75rem, 3.284rem + 1.99vw, 4.875rem)*-1));
    background-color: #fff;
    margin-bottom: 0;
    border: 1px solid #E1E2E9; }
    #top_s07 .content_wrap .title .title_jp {
      display: flex;
      align-items: center;
      gap: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }
      #top_s07 .content_wrap .title .title_jp .tag {
        background-color: #030D45;
        font-size: clamp(0.863rem, 0.806rem + 0.24vw, 1rem); }
        @media only screen and (min-width: 1280px) {
          #top_s07 .content_wrap .title .title_jp .tag {
            font-size: 16px; } }

.slider_box {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative; }
  .slider_box .top_slider {
    position: relative;
    z-index: 1; }
  .slider_box img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover; }

.cop_m_txt {
  padding: clamp(2rem, 1.751rem + 1.06vw, 2.6rem);
  border-radius: clamp(2rem, 1.751rem + 1.06vw, 2.6rem);
  background-color: #F8F8FA; }
  .cop_m_txt li {
    margin-bottom: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem);
    justify-content: flex-start; }
    .cop_m_txt li:nth-of-type(4) {
      align-items: flex-start; }
      .cop_m_txt li:nth-of-type(4) img {
        padding-top: 3px; }
    .cop_m_txt li:last-child {
      margin-bottom: 0; }

/*========================================================
UNDER Page Common
========================================================*/
.under_page_top {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #E1E2E9; }
  .under_page_top .content_wrap {
    border: none !important; }
  .under_page_top .text_center {
    position: relative; }
  .under_page_top_bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%); }

.basic_box_title {
  color: #030D45;
  font-size: clamp(1.063rem, 0.881rem + 0.77vw, 1.5rem);
  margin-bottom: clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem); }
  @media only screen and (min-width: 1280px) {
    .basic_box_title {
      font-size: 24px; } }
.basic_box_style {
  display: grid;
  gap: 0;
  align-items: center;
  grid-template-columns: auto 1fr;
  margin-bottom: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem); }
  .basic_box_style_border {
    height: 1px;
    background-color: #08E8FC; }

.box {
  display: grid;
  width: 100%;
  border-top: 1px solid #E1E2E9;
  border-left: 1px solid #E1E2E9;
  grid-auto-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto; }

.box__itmes {
  padding: clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem) clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem) clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem) clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem);
  color: #444;
  border-right: 1px solid #E1E2E9;
  border-bottom: 1px solid #E1E2E9;
  background-color: #fff; }
  .box__itmes.box__title {
    background-color: #f3f3f6; }
  .box__itmes_content {
    display: flex;
    gap: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }
    .box__itmes_content .name {
      flex-shrink: 0; }

.tab_item {
  width: min(43%, 300px);
  padding: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem) 0;
  background-color: #E1E2E9;
  text-align: center;
  color: #030D45;
  display: inline-block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease; }

.tab_item:hover {
  opacity: 0.75; }

input[name="tab_item"] {
  display: none; }

.tab_content {
  border-top: 1px solid #E1E2E9;
  display: none;
  clear: both;
  overflow: hidden; }

#clt:checked ~ #clt_content,
#std:checked ~ #std_content {
  display: block; }

.tabs input:checked + .tab_item {
  background-color: #08E8FC;
  color: #fff; }

/*Post Page ------------------------------------------------*/
.post_bg {
  position: fixed;
  top: calc(min(5.5rem, 66px) + clamp(5rem, 4.378rem + 2.65vw, 6.5rem) + 27px );
  left: 0;
  width: 80%;
  height: 80svh;
  background: white;
  background: linear-gradient(120deg, #fff 0%, #cefafe 100%);
  z-index: 0; }

/*Post List Basic------------------------------------------------*/
.col_3 {
  display: grid;
  gap: clamp(1rem, 0.876rem + 0.53vw, 1.3rem); }
  .col_3_item {
    background-color: #fff;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.63, 0, 0, 1);
    animation-duration: 0.3s;
    height: auto;
    pointer-events: auto; }
    .col_3_item.is-hidden {
      opacity: 0;
      height: 0;
      margin: 0;
      pointer-events: none; }
    .col_3_item .post_thum {
      width: 100%;
      aspect-ratio: 16/9;
      object-fit: cover; }
    .col_3_item_text {
      padding: clamp(1rem, 0.876rem + 0.53vw, 1.3rem) clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem) clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem);
      display: grid;
      gap: clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem); }
      .col_3_item_text h4 {
        margin-bottom: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem); }
      .col_3_item_text_top {
        display: flex;
        gap: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem);
        align-items: center; }
        .col_3_item_text_top p {
          display: inline-block; }
          .col_3_item_text_top p:last-child {
            flex-grow: 1;
            text-align: right; }
        .col_3_item_text_top.service p:last-child {
          flex-grow: 0; }
      .col_3_item_text_auther {
        display: flex;
        gap: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem);
        align-items: center;
        justify-content: flex-end; }
        .col_3_item_text_auther img {
          width: clamp(1rem, 0.876rem + 0.53vw, 1.3rem); }

.col_3_item:has(.recruit_off) .post_thum {
  opacity: 30%; }
.col_3_item:has(.recruit_off_en) .post_thum {
  opacity: 30%; }

/*Single Page------------------------------------------------*/
.single_top_thum img {
  width: 100%; }
.single_top_text {
  padding: clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem) 0; }
.single_top .content_wrap {
  position: relative; }
  .single_top .content_wrap .data {
    flex-grow: 0; }

.single_content {
  position: relative;
  margin-bottom: clamp(2.5rem, 2.189rem + 1.33vw, 3.25rem); }
  .single_content h2 {
    margin-bottom: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem);
    margin-top: clamp(2.5rem, 2.189rem + 1.33vw, 3.25rem);
    padding-left: clamp(1.25rem, 1.095rem + 0.66vw, 1.625rem);
    color: #030D45;
    position: relative;
    border-bottom: 1px solid #030D45; }
    .single_content h2:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      width: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem);
      height: 100%;
      background-color: #030D45; }
  .single_content h3 {
    margin-top: clamp(2rem, 1.751rem + 1.06vw, 2.6rem);
    margin-bottom: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }
  .single_content p {
    line-height: 2.2;
    margin-top: clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem); }
  .single_content ul {
    list-style: disc;
    padding-left: clamp(1.25rem, 1.095rem + 0.66vw, 1.625rem); }
  .single_content ol {
    list-style: decimal;
    padding-left: clamp(1.25rem, 1.095rem + 0.66vw, 1.625rem); }
  .single_content img {
    min-width: 100%; }
    .single_content img.emoji {
      min-width: auto; }
  .single_content .wp-block-table table {
    width: 165%; }

.reserve {
  display: flex;
  gap: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem);
  flex-wrap: wrap;
  justify-content: center; }
  .reserve_item {
    flex: 1 1 auto; }
    .reserve_item:has(a[href=""]) {
      display: none; }
    .reserve_item_text {
      display: inline-block; }

/*Session Page ------------------------------------------------*/
.lv_title {
  justify-content: flex-start;
  align-items: flex-end;
  color: #030D45; }
  .lv_title_l {
    width: clamp(3.75rem, 3.284rem + 1.99vw, 4.875rem);
    height: clamp(3.75rem, 3.284rem + 1.99vw, 4.875rem);
    border-radius: 1000px;
    background-color: #fff;
    border: 1px solid #030D45; }
    .lv_title_l.lv2 {
      background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
      background-size: 800% 400%;
      animation: gradient 5s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both; }
    .lv_title_l.lv3 {
      background: linear-gradient(45deg, #c0b283 0%, #c0b283 45%, #FEE9A0 70%, #c0b283 85%, #c0b283 90% 100%);
      background-size: 800% 400%;
      animation: gradient 5s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both; }
  .lv_title p {
    margin-left: calc(clamp(2rem, 1.751rem + 1.06vw, 2.6rem)*-1);
    padding-left: clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem);
    border-bottom: 1px solid #030D45;
    flex-grow: 1;
    letter-spacing: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }
  .lv_title .soat {
    gap: clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem);
    border-bottom: 1px solid #030D45;
    padding-bottom: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }
  .lv_title .lv_icon {
    display: inline-block;
    vertical-align: middle;
    width: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem);
    height: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem);
    border: 1px solid #030D45;
    border-radius: 100px; }
    .lv_title .lv_icon.icon_lv1 {
      background-color: #fff; }
    .lv_title .lv_icon.icon_lv2 {
      background-color: #757575; }
    .lv_title .lv_icon.icon_lv3 {
      background-color: #c0b283; }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/*Contact Page------------------------------------------------*/
#page .wpcf7 p {
  margin-bottom: clamp(1.25rem, 1.095rem + 0.66vw, 1.625rem); }
  #page .wpcf7 p label {
    width: 100%;
    display: inline-block;
    font-size: clamp(0.863rem, 0.806rem + 0.24vw, 1rem); }
    @media only screen and (min-width: 1280px) {
      #page .wpcf7 p label {
        font-size: 16px; } }
    #page .wpcf7 p label span {
      margin-top: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem);
      display: inline-block;
      width: 100%; }
      #page .wpcf7 p label span.wpcf7-not-valid-tip {
        font-size: clamp(0.75rem, 0.724rem + 0.11vw, 0.813rem);
        color: #08E8FC; }
        @media only screen and (min-width: 1280px) {
          #page .wpcf7 p label span.wpcf7-not-valid-tip {
            font-size: 14px; } }
      #page .wpcf7 p label span.text_s {
        display: inline; }
      #page .wpcf7 p label span input {
        width: 100%;
        padding: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem);
        background-color: #fff;
        border: 1px solid #747993; }
      #page .wpcf7 p label span textarea {
        width: 100%;
        background-color: #fff;
        padding: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }
#page .wpcf7 .wpcf7-response-output {
  color: #08E8FC;
  font-size: clamp(0.75rem, 0.724rem + 0.11vw, 0.813rem);
  border: none;
  text-align: center; }
  @media only screen and (min-width: 1280px) {
    #page .wpcf7 .wpcf7-response-output {
      font-size: 14px; } }
#page .wpcf7 .submit_wrap {
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  width: 120px;
  height: 50px; }
  #page .wpcf7 .submit_wrap p {
    margin: 0; }
  #page .wpcf7 .submit_wrap .wpcf7-submit {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer; }
  #page .wpcf7 .submit_wrap .btn_m {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.63, 0, 0, 1);
    animation-duration: 0.3s;
    opacity: .6;
    position: absolute;
    height: 100%;
    width: 100%;
    background: url("../images/common_contact_bk.svg") no-repeat center center/contain; }
  #page .wpcf7 .submit_wrap:hover .btn_m {
    opacity: 1; }
#page .wpcf7 span.wpcf7-spinner {
  display: none; }

/*Lab Page------------------------------------------------*/
.slider_lab {
  width: 100%;
  aspect-ratio: 16/9; }
  .slider_lab #slider_wrap, .slider_lab .top_slider_item, .slider_lab .slick-track, .slider_lab .slick-slide, .slider_lab .slick-list {
    width: 100%;
    height: 100%; }
  .slider_lab .top_slider_item {
    object-fit: cover; }

.lab_top {
  display: flex;
  flex-direction: column;
  gap: clamp(6.25rem, 5.473rem + 3.31vw, 8.125rem);
  background: url("../images/lab_bg.png") no-repeat center center/contain; }
  .lab_top_item_content {
    border: 1px solid #E1E2E9;
    width: 90%;
    padding: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem) clamp(1rem, 0.876rem + 0.53vw, 1.3rem); }
    .lab_top_item_content_title {
      display: flex;
      gap: clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem); }
  .lab_top_item:last-child .lab_top_item_content {
    margin-left: auto; }

#lab_s01 .lab_s02_title {
  padding-bottom: 0; }

#lab_s02 .content_wrap {
  margin-right: 0; }
  #lab_s02 .content_wrap .service_list {
    flex-direction: column; }
    #lab_s02 .content_wrap .service_list_img {
      width: 100%; }

.lab_s02_bg {
  width: 100%;
  height: calc(clamp(6.25rem, 5.473rem + 3.31vw, 8.125rem) + clamp(2.5rem, 2.189rem + 1.33vw, 3.25rem));
  background: url("../images/lab_img.jpg") no-repeat center center/cover;
  margin-top: calc( 0px - clamp(2.75rem, 2.408rem + 1.46vw, 3.575rem)); }

/*Access Page------------------------------------------------*/
.map {
  width: min(100%, 730px);
  aspect-ratio: 16/9; }
  .map iframe {
    width: 100%;
    height: 100%; }

.acs {
  display: grid;
  gap: clamp(2rem, 1.751rem + 1.06vw, 2.6rem); }
  .acs li {
    display: grid;
    gap: 0; }
    .acs li .acs_st {
      width: 120px;
      padding: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem) 0;
      background-color: #E1E2E9;
      text-align: center; }
      .acs li .acs_st.hiyoshi {
        background-color: #030D45;
        color: #fff; }
    .acs li .acs_rt {
      position: relative;
      padding: clamp(1.25rem, 1.095rem + 0.66vw, 1.625rem) 0 clamp(1.25rem, 1.095rem + 0.66vw, 1.625rem) 72px; }
      .acs li .acs_rt:before {
        position: absolute;
        top: 0;
        left: 60px;
        content: "";
        display: inline-block;
        width: 1px;
        height: 100%;
        background-color: #090A0B; }
    .acs li.acs_ln {
      width: 100%;
      height: 1px;
      background-color: #E1E2E9; }

.acs_en li .acs_st {
  width: 150px; }
.acs_en li .acs_rt p {
  font-size: clamp(0.75rem, 0.724rem + 0.11vw, 0.813rem); }
  @media only screen and (min-width: 1280px) {
    .acs_en li .acs_rt p {
      font-size: 14px; } }

.rt {
  display: grid;
  gap: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }
  .rt li:has(.arrow) {
    height: 46px; }
  .rt .rt_img.arrow {
    position: relative;
    top: 17px;
    transform: rotate(90deg);
    margin: 0 auto; }

.fm {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.876rem + 0.53vw, 1.3rem); }
  .fm ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }

/*Student Page------------------------------------------------*/
.std_list_wrap {
  display: grid;
  grid-template-columns: 310px;
  gap: clamp(2rem, 1.751rem + 1.06vw, 2.6rem);
  justify-content: center; }

.std_list_item {
  position: relative;
  cursor: pointer; }
  .std_list_item_num {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 1;
    color: #747993;
    line-height: 1;
    font-family: 'Play', sans-serif; }
    .std_list_item_num .shp {
      vertical-align: top;
      font-size: 35px; }
    .std_list_item_num .num {
      font-size: 64px;
      line-height: .7; }
  .std_list_item_img {
    width: 100%;
    clip-path: polygon(25% 0%, 98% 0%, 75% 100%, 2% 100%);
    height: 100%;
    object-fit: cover;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.63, 0, 0, 1);
    animation-duration: 0.3s; }
    .std_list_item_img.std_no_design {
      clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); }
  .std_list_item:hover .std_list_item_img {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); }
  .std_list_item_text {
    position: absolute;
    right: 0;
    bottom: 18px;
    background-color: #fff;
    width: 80%;
    padding: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem) clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem);
    box-shadow: -18px 18px 0px 0px rgba(3, 13, 64, 0.5); }
    .std_list_item_text:before {
      position: absolute;
      content: "";
      display: inline-block;
      width: 60%;
      background-color: #fff;
      height: 1px;
      left: -18px;
      bottom: -9px; }
    .std_list_item_text:after {
      position: absolute;
      content: "";
      display: inline-block;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      border: 1px solid #fff;
      bottom: -11px;
      left: 55%; }
    .std_list_item_text .text_s {
      line-height: 1.4;
      color: #3f3f43; }
  .std_list_item .more {
    font-size: 11px;
    line-height: 1;
    color: #fff;
    position: absolute;
    right: 32px;
    bottom: 3px;
    font-family: 'Play', sans-serif; }
  .single-student .std_list_item {
    width: min(87%, 380px);
    margin-inline: auto;
    cursor: auto;
    height: 320px; }
    .single-student .std_list_item.std_no_design:hover .std_list_item_img {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
    .single-student .std_list_item.std_no_design:before {
      display: none; }
    .single-student .std_list_item:hover .std_list_item_img {
      clip-path: polygon(25% 0%, 98% 0%, 75% 100%, 2% 100%); }
    .single-student .std_list_item:before {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      clip-path: polygon(25% 0%, 98% 0%, 75% 100%, 2% 100%);
      transform: translate(24px, 24px);
      background-color: #F4F4F4; }
    .single-student .std_list_item .more {
      font-size: clamp(0.75rem, 0.724rem + 0.11vw, 0.813rem);
      color: #E1E2E9;
      bottom: -17px;
      right: 20%; }
      @media only screen and (min-width: 1280px) {
        .single-student .std_list_item .more {
          font-size: 14px; } }

.single-student .single_std_copy_wrap {
  position: absolute;
  right: 0;
  bottom: 0%;
  width: 80%;
  display: flex;
  justify-content: flex-end; }
.single-student .single_std_copy {
  display: inline;
  background-position: left -100% center;
  background-size: 200% 1.2em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(3, 13, 64, 0.7) 50%);
  line-break: strict;
  line-height: 1.2; }
.single-student .std_insta_icon {
  position: absolute;
  right: -16px;
  bottom: -4px;
  width: 32px;
  filter: drop-shadow(0px 0px 4px rgba(116, 121, 147, 0.4));
  z-index: 2; }
.single-student .std_insta_img {
  width: 48px;
  height: 85px;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden; }
.single-student .content_s {
  margin-top: -180px;
  padding-top: calc(180px + clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem) - clamp(3rem, 2.627rem + 1.59vw, 3.9rem)); }

.sound {
  position: absolute;
  inset: 0;
  display: flex;
  gap: 2px;
  width: 48px;
  border-radius: 8px; }
  .sound_item {
    position: relative;
    flex-basis: 4px;
    opacity: 1; }

.a01 {
  animation: 0.31s ease-in infinite alternate; }

.a02 {
  animation: 0.48s ease-in infinite alternate; }

.a03 {
  animation: 0.40s ease-in infinite alternate; }

.a04 {
  animation: 0.31s ease-in infinite alternate; }

.a05 {
  animation: 0.25s ease-in infinite alternate; }

.a06 {
  animation: 0.39s ease-in infinite alternate; }

.a07 {
  animation: 0.42s ease-in infinite alternate; }

.bar {
  animation-name: bar1;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 8px; }

@keyframes bar1 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    height: 8px; }
  100% {
    background-color: rgba(255, 255, 255, 0.8);
    height: 20px; } }
/*========================================================
FOOTER
========================================================*/
.footer {
  position: relative;
  z-index: 1;
  background: #08e8fc;
  background: linear-gradient(135deg, #2bf0e5 0%, #27c4eb 100%); }
  .footer .content_wrap {
    display: grid;
    gap: clamp(2.5rem, 2.189rem + 1.33vw, 3.25rem);
    justify-content: center; }
  .footer_logo {
    width: min(clamp(11.25rem, 9.852rem + 5.97vw, 14.625rem), 40%); }
  .footer_nav {
    display: flex;
    justify-content: center;
    gap: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem);
    flex-wrap: wrap; }
    .footer_nav a {
      color: #fff; }
  .footer_under {
    display: grid;
    gap: clamp(2rem, 1.751rem + 1.06vw, 2.6rem); }
    .footer_under_right_sns {
      display: flex;
      gap: clamp(2rem, 1.751rem + 1.06vw, 2.6rem); }
      .footer_under_right_sns li {
        width: clamp(1.75rem, 1.532rem + 0.93vw, 2.275rem); }

.page_top {
  z-index: 90;
  position: fixed;
  bottom: 16px;
  right: 16px; }
  .page_top img {
    width: clamp(2rem, 1.751rem + 1.06vw, 2.6rem); }

@media only screen and (min-width: 768px) {
  /******************************************
  COMMON
  ******************************************/
  .sp_only {
    display: none; }

  .tb_only {
    display: inline-block; }

  .pctb_only {
    display: inline-block; }

  .tb_text_center {
    text-align: center; }

  .sec_pd {
    padding: min(6.6rem, 85.8px) 0; }

  .sec_pt {
    padding-top: min(6.6rem, 85.8px); }

  .sec_pb {
    padding-bottom: min(6.6rem, 85.8px); }

  .sec_md {
    margin: min(6.6rem, 85.8px) 0; }

  .sec_mt {
    margin-top: min(6.6rem, 85.8px); }

  .sec_mb {
    margin-bottom: min(6.6rem, 85.8px); }

  .content_wrap {
    padding: 0 min(78px, 3.8888888889vw); }
    .under_page .content_wrap {
      width: min(100%, 1550px);
      padding: 0 min(78px, 3.8888888889vw); }
      .under_page .content_wrap .content_wrap_inner {
        padding: clamp(3rem, 2.627rem + 1.59vw, 3.9rem) max(clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem), 3vw); }

  /******************************************
  HEADER
  ******************************************/
  /******************************************
  PAGE
  ******************************************/
  /*TOP------------------------------------------------*/
  #top_s03 .content_wrap.have_service {
    padding-left: min(78px, 3.8888888889vw); }

  #top_s04 .content {
    display: grid;
    grid-template-columns: max(330px, 26%) 1fr;
    align-items: center; }

  .cop_m_list li {
    width: calc(110vw/5); }

  .box {
    grid-template-columns: 25% 75%; }

  .post_bg {
    top: calc(min(6.6rem, 85.8px) + clamp(5rem, 4.378rem + 2.65vw, 6.5rem) + 27px ); }

  .cop_m_txt li:nth-of-type(4) {
    align-items: center; }
    .cop_m_txt li:nth-of-type(4) img {
      padding-top: 0px; }

  /*Single page------------------------------------------------*/
  .single_content .wp-block-table table {
    width: 100%; }

  /*Post List Basic------------------------------------------------*/
  .col_3 {
    grid-template-columns: repeat(auto-fill, calc(50% - clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem))); }
    .col_3 .col_3_item a {
      display: grid;
      grid-template-rows: auto 1fr;
      gap: 0;
      height: 100%; }
      .col_3 .col_3_item a h3, .col_3 .col_3_item a h4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
      .col_3 .col_3_item a .col_3_item_text {
        grid-template-rows: auto 1fr auto; }

  /*Access Page------------------------------------------------*/
  .acs {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }
    .acs li {
      grid-template-rows: auto 1fr auto;
      justify-content: center; }
      .acs li .acs_st {
        margin: 0 auto; }
      .acs li .acs_rt {
        padding: clamp(2rem, 1.751rem + 1.06vw, 2.6rem) 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .acs li .acs_rt_text {
          position: relative;
          background-color: #fff; }
        .acs li .acs_rt:before {
          left: 50%; }
      .acs li.acs_ln {
        display: none; }

  .rt {
    gap: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem);
    grid-template-columns: 1fr auto 1fr; }
    .rt li:has(.arrow) {
      height: auto; }
    .rt .rt_img.arrow {
      top: 50%;
      transform: rotate(0deg); }

  .fm {
    flex-direction: row; }
    .fm img {
      width: min(50%, 480px); }

  /*Student Page------------------------------------------------*/
  .std_list_wrap {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    grid-auto-rows: 280px;
    gap: 50px; }

  .std_list_item_num .shp {
    font-size: 6vw; }
  .std_list_item_num .num {
    font-size: 8vw; }
  .std_list_item_img {
    height: min(310px, 100%); } }
@media only screen and (min-width: 768px) and (min-width: 1117px) {
  .std_list_item_num .shp {
    font-size: 3.4vw; }
  .std_list_item_num .num {
    font-size: 5.6vw; } }
@media only screen and (min-width: 768px) and (min-width: 1508px) {
  .std_list_item_num .shp {
    font-size: 2.4vw; }
  .std_list_item_num .num {
    font-size: 4.6vw; } }
@media only screen and (min-width: 768px) and (min-width: 1550px) {
  .std_list_item_num .shp {
    font-size: 37.2px; }
  .std_list_item_num .num {
    font-size: 71.3px; } }
@media only screen and (min-width: 768px) {
  /******************************************
  FOOTER
  ******************************************/
  .footer_under {
    display: grid;
    grid-template-columns: 1fr 1fr; } }
@media only screen and (min-width: 960px) {
  /******************************************
  COMMON
  ******************************************/
  /******************************************
  HEADER
  ******************************************/
  /******************************************
  PAGE
  ******************************************/
  /*TOP------------------------------------------------*/
  #top_kv {
    background-image: url("../images/top_kv.png"); }

  .top_news {
    padding: clamp(3rem, 2.627rem + 1.59vw, 3.9rem);
    background-color: #fff;
    display: grid;
    border: 1px solid #E1E2E9;
    gap: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem); }
    .top_news li {
      display: grid;
      grid-template-columns: 108px auto 1fr 32px;
      grid-template-rows: auto;
      grid-template-areas: "day tag content more";
      align-items: center;
      gap: clamp(1rem, 0.876rem + 0.53vw, 1.3rem); }
      .top_news li .en {
        display: inline-block;
        grid-area: day; }
    .top_news_tag {
      grid-area: tag; }
    .top_news_text {
      grid-area: content; }
    .top_news_more {
      grid-area: more; }

  .lab_top {
    padding: clamp(3.75rem, 3.284rem + 1.99vw, 4.875rem) 0;
    flex-direction: row;
    gap: clamp(7.5rem, 6.568rem + 3.98vw, 9.75rem); }
    .lab_top_item_content {
      width: min(100%, 480px);
      padding: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem) clamp(1rem, 0.876rem + 0.53vw, 1.3rem);
      margin: 0 auto; }
    .lab_top_item:last-child .lab_top_item_content {
      margin: 0 auto; }

  /******************************************
  FOOTER
  ******************************************/ }
@media only screen and (min-width: 1024px) {
  /******************************************
  COMMON
  ******************************************/
  .sptb_only {
    display: none; }

  .tb_only {
    display: none; }

  .pc_only {
    display: inline-block; }

  .sec_pd {
    padding: min(8.58rem, 120px) 0; }

  .sec_pt {
    padding-top: min(8.58rem, 120px); }

  .sec_pb {
    padding-bottom: min(8.58rem, 120px); }

  .sec_md {
    margin: min(8.58rem, 120px) 0; }

  .sec_mt {
    margin-top: min(8.58rem, 120px); }

  .sec_mb {
    margin-bottom: min(8.58rem, 120px); }

  /******************************************
  HEADER
  ******************************************/
  .header_sp {
    display: none; }

  .header_pc {
    position: sticky;
    top: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem);
    background-color: #fff;
    padding: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem) clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem);
    box-shadow: 0px 0px 0px 0px rgba(116, 121, 147, 0.12);
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.63, 0, 0, 1);
    animation-duration: 0.3s; }
    .header_pc_logo {
      width: 170px;
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.63, 0, 0, 1);
      animation-duration: 0.3s; }
    .header_pc_menu {
      display: grid;
      align-items: center;
      justify-content: flex-end;
      gap: clamp(0.25rem, 0.219rem + 0.13vw, 0.325rem); }
      .header_pc_menu .flex {
        justify-content: flex-end; }
        .header_pc_menu .flex img {
          width: 20px; }
      .header_pc_menu .menu {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem); }
        .header_pc_menu .menu a {
          transition-duration: 0.3s;
          transition-timing-function: cubic-bezier(0.63, 0, 0, 1);
          animation-duration: 0.3s; }
          .header_pc_menu .menu a:hover {
            color: #08E8FC; }
    .header_pc.scroll {
      padding: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem) clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem);
      box-shadow: 0px 10px 10px -6px rgba(116, 121, 147, 0.12); }
      .header_pc.scroll .header_pc_logo {
        width: 120px; }

  /******************************************
  PAGE
  ******************************************/
  /*TOP------------------------------------*/
  #top_kv {
    height: calc(100svh - clamp(8.682rem, 7.69rem + 1.55vw, 8.931rem)); }

  .top_s01_img {
    margin-top: clamp(2rem, 1.751rem + 1.06vw, 2.6rem); }

  #top_s02 .content {
    grid-template-columns: repeat(3, 1fr);
    gap: 0; }
    #top_s02 .content li {
      padding: 0 clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem);
      border-right: 1px solid #747993; }
      #top_s02 .content li:first-child {
        padding: 0 clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem) 0 0; }
      #top_s02 .content li:last-child {
        border: none; }

  .title .text_normal {
    display: inline;
    vertical-align: middle;
    padding-left: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }

  #top_s03 .content_wrap.have_service, #lab_s02 .content_wrap.have_service {
    padding: 0 min(78px, 3.8888888889vw); }
  #top_s03 .content .service, #lab_s02 .content .service {
    grid-template-columns: repeat(3, 1fr); }
    #top_s03 .content .service_list:last-child .service_list_text, #lab_s02 .content .service_list:last-child .service_list_text {
      border-width: 0px 1px 1px 1px; }
    #top_s03 .content .service_list .btn_text_link, #lab_s02 .content .service_list .btn_text_link {
      display: flex;
      flex-direction: column;
      height: 100%; }
    #top_s03 .content .service_list_img, #lab_s02 .content .service_list_img {
      position: relative;
      display: block;
      margin-left: -1px;
      padding-top: 56.48%;
      background: url(../images/top_s03_img.jpg) no-repeat;
      background-size: auto 100%;
      z-index: 5; }
      #top_s03 .content .service_list_img:before, #lab_s02 .content .service_list_img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.24)), url(../images/common_bg_dot_tp.png);
        background-size: auto, 6px 6px; }
    #top_s03 .content .service_list_text, #lab_s02 .content .service_list_text {
      display: flex;
      flex-direction: column;
      border-width: 0 0 1px 1px; }
    #top_s03 .content .service_list:nth-child(2) .service_list_img, #lab_s02 .content .service_list:nth-child(2) .service_list_img {
      background-position: 50% 0; }
    #top_s03 .content .service_list:nth-child(3) .service_list_img, #lab_s02 .content .service_list:nth-child(3) .service_list_img {
      background-position: 100% 0; }

  #top_s04 .content {
    display: grid;
    grid-template-columns: max(330px, 26%) 1fr;
    align-items: center; }
    #top_s04 .content .top_report {
      width: 100%;
      padding-right: 0;
      margin: 0;
      display: grid;
      grid-template-columns: max(330px, 26%) 1fr; }
      #top_s04 .content .top_report_img {
        height: 100%; }
  #top_s04 .top_s04_bg {
    position: absolute;
    top: 0;
    right: calc( 0px - clamp(8.813rem, 6.379rem + 3.8vw, 10.063rem) );
    width: clamp(50rem, 13.498rem + 57.03vw, 68.75rem);
    max-inline-size: none; }

  #top_s07 .content {
    display: grid;
    grid-template-columns: max(760px, 60%) 1fr;
    align-items: center; }
  #top_s07 .content_wrap .title {
    padding: clamp(2rem, 1.751rem + 1.06vw, 2.6rem);
    transform: translateX(calc(  clamp(12.5rem, 10.946rem + 6.63vw, 16.25rem)*-1));
    width: calc(100% + clamp(12.5rem, 10.946rem + 6.63vw, 16.25rem)); }

  .slider_box:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    bottom: calc(clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem)*-1);
    right: calc(clamp(2.25rem, 1.97rem + 1.19vw, 2.925rem)*-1);
    z-index: 0;
    background-color: #030D45; }

  .post_bg {
    top: calc(min(8.58rem, 120px) + clamp(7.5rem, 6.568rem + 3.98vw, 9.75rem) + clamp(1rem, 0.876rem + 0.53vw, 1.3rem) + 30px ); } }
@media only screen and (min-width: 1024px) and (min-width: 1550px) {
  .post_bg {
    width: calc((1550px*.8) + (100vw - 1550px)/2); } }
@media only screen and (min-width: 1024px) {
  /*Post List Basic------------------------------------------------*/
  .col_3 {
    grid-template-columns: repeat(auto-fill, calc(33.333333333% - clamp(0.5rem, 0.438rem + 0.27vw, 0.65rem)));
    gap: clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }

  /*Lab Page------------------------------------------------*/
  .slider_lab {
    aspect-ratio: 16/5; }

  #lab_s02 .content_wrap {
    margin: 0 auto; }
    #lab_s02 .content_wrap .content .service_list_img {
      background: url(../images/lab_img.jpg) no-repeat;
      background-size: auto 100%; }

  .sound {
    background-color: rgba(0, 0, 0, 0.2);
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.63, 0, 0, 1);
    animation-duration: 0.3s; }
    .sound_item {
      opacity: 0; }

  .std_insta:hover .sound {
    background-color: rgba(0, 0, 0, 0); }
  .std_insta:hover .sound_item {
    opacity: 1; }

  /******************************************
  FOOTER
  ******************************************/ }
@media only screen and (min-width: 1280px) {
  /******************************************
  COMMON
  ******************************************/
  /******************************************
  PAGE
  ******************************************/
  /*TOP------------------------------------------------*/ }
@media only screen and (min-width: 1280px) and (min-width: 1550px) {
  #top_s04 .content {
    padding-left: calc(calc(100vw - 1550px) / 2); } }
@media only screen and (min-width: 1280px) {
  .cop_m_list li {
    width: calc(110vw/7); }

  .single_top_thum {
    position: absolute;
    z-index: 0;
    width: min(70%, 1280px);
    height: 100%;
    top: 0;
    right: 0; }
    .single_top_thum:before {
      content: "";
      /* 疑似要素に必須 */
      width: 100%;
      /* 幅いっぱい */
      height: 100%;
      /* 高さいっぱい */
      display: block;
      /* 高さを指定するためにブロック要素にする */
      background: transparent;
      background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 30%);
      position: absolute;
      /*  */
      top: 0;
      left: 0; }
    .single_top_thum img {
      height: 100%;
      object-fit: cover;
      object-position: top right; }
  .single_top_text_wrap {
    padding: min(8.58rem, 120px) 0; }
  .single_top_text {
    padding: clamp(2rem, 1.751rem + 1.06vw, 2.6rem);
    background-color: rgba(254, 254, 254, 0.5);
    backdrop-filter: blur(5px);
    width: min(70%, 840px); }
  .single_top .content_wrap {
    position: relative; }
    .single_top .content_wrap .data {
      flex-grow: 0; }

  /*Access Page------------------------------------------------*/
  .acs {
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 1.314rem + 0.8vw, 1.95rem); }
    .acs li {
      align-items: center; }
      .acs li.st_2 {
        grid-template-columns: auto 1fr auto; }
      .acs li.st_3 {
        grid-template-columns: auto 1fr auto 1fr auto; }
      .acs li.st_4 {
        grid-template-columns: auto 1fr auto 1fr auto 1fr auto; }
      .acs li .acs_st {
        height: fit-content; }
      .acs li .acs_rt {
        padding: 0 clamp(0.75rem, 0.657rem + 0.4vw, 0.975rem); }
        .acs li .acs_rt_text {
          background-color: transparent; }
        .acs li .acs_rt:before {
          top: 50%;
          left: 0;
          width: 100%;
          height: 1px; }

  .acs_en.from_haneda li .acs_rt_text {
    width: 152px;
    padding-bottom: 22px; } }
@media only screen and (min-width: 1280px) and (min-width: 1550px) {
  .acs_en.from_haneda li .acs_rt_text {
    width: auto;
    padding-bottom: 0px; } }
@media only screen and (min-width: 1280px) {
  .rt {
    grid-template-columns: auto auto auto 1fr; }

  /******************************************
  FOOTER
  ******************************************/ }

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