@charset "UTF-8";
/* Base CSS */
/*
HTML5 reset (base style: html5doctor.com Reset v1.6.1) 
UPDATE 2021.11.05
AUTHOR Nobuo Kusumoto
 */
html, body, span, object, iframe, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, hgroup, menu, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  word-break: normal;
}

div, h1, h2, h3, h4, h5, h6, footer, header, dl, dt, dd, ol, ul, li, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  word-break: normal;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* _______________________form setting  */
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  font-size: 100%;
}

input, textarea, select, option, optgroup {
  vertical-align: middle;
  letter-spacing: 0em;
}

select {
  min-width: 2em;
}

option, optgroup {
  padding-right: 0.4em;
}

/* _______________________mouse cursor */
label[for],
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=image],
input[type=reset],
input[type=submit],
select, option, button {
  cursor: pointer;
}

optgroup {
  cursor: default;
}

/* _setting CSS */
/* _setting CSS */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  background: #000;
  font-size: 62.5%;
}

ul {
  list-style-type: none;
}

strong {
  font-weight: 500;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

/* ___________________Link */
a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s ease;
}
a:hover {
  color: #0085e2;
}
a img {
  transition: 0.2s ease;
}
a img:hover {
  opacity: 0.8;
}

/* ___________________Font */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  color: #fff;
  font-family: "Jost", sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
}

/* ___________________PC layout */
@media screen and (min-width: 781px) {
  body {
    min-width: 1240px;
  }
  .sp {
    display: none;
  }
  .common_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  /* parts */
  .f_head {
    font-size: 8rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-family: "Jost", sans-serif;
  }
  .f_maincopy {
    font-size: 5.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .f_subhead {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .f_subheader {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.8;
  }
  .f_label {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .f_subtitle_en {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: "Jost", sans-serif;
  }
  .f_text_l {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.05em;
  }
  .f_text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .f_text_s {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .f_note {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    color: hsl(0, 0%, 0%);
    font-size: 2.4rem;
    font-weight: 500;
    border-radius: 999px;
    letter-spacing: 0.05em;
    transition: 0.3s ease;
    position: relative;
    z-index: 0;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    border: 1px solid #000;
  }
  .btn span {
    color: #000;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    transition: 0.3s ease;
  }
  .btn span::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("../img/top/btn_arw.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    transition: 0.2s ease;
    vertical-align: middle;
    filter: invert(1);
  }
  .btn:hover {
    background: rgba(44, 49, 68, 0.6);
    color: #fff;
    border-color: #fff;
  }
  .btn:hover span {
    color: #fff;
  }
  .btn:hover span::after {
    transform: translateX(10px);
    filter: invert(0);
  }
  .btn.grd_b {
    background: linear-gradient(270deg, #00c8ff 0%, #0085e2 100%);
    color: #fff;
    border: none;
  }
  .btn.grd_b::before {
    content: "";
    background: linear-gradient(270deg, #0085e2 0%, #00c8ff 100%);
    position: absolute;
    border-radius: 999px;
    inset: 0;
    z-index: -1;
    opacity: 0;
    transition: 0.3s ease-out;
    display: block;
    text-align: center;
  }
  .btn.grd_b span {
    color: #fff;
  }
  .btn.grd_b span::after {
    filter: invert(0);
  }
  .btn.grd_b:hover {
    color: #fff;
  }
  .btn.grd_b:hover::before {
    opacity: 1;
  }
  .btn.grd_b:hover span {
    color: #fff;
  }
  .btn.grd_b:hover span::after {
    filter: invert(0);
  }
  .btn.grd_r {
    background: linear-gradient(270deg, #FFB254 0%, #E82E00 100%);
    color: #fff;
    border: none;
  }
  .btn.grd_r::before {
    content: "";
    background: linear-gradient(270deg, #E82E00 0%, #FFB254 100%);
    position: absolute;
    border-radius: 999px;
    inset: 0;
    z-index: -1;
    opacity: 0;
    transition: 0.3s ease-out;
    display: block;
    text-align: center;
  }
  .btn.grd_r span {
    color: #fff;
  }
  .btn.grd_r span::after {
    filter: invert(0);
  }
  .btn.grd_r:hover {
    color: #fff;
  }
  .btn.grd_r:hover::before {
    opacity: 1;
  }
  .btn.grd_r:hover span {
    color: #fff;
  }
  .btn.grd_r:hover span::after {
    filter: invert(0);
  }
  .btn_l {
    min-width: 400px;
    min-height: 80px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .btn_l span {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .btn_m {
    min-width: 480px;
    min-height: 80px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .btn_m span {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .btn_s {
    min-width: 300px;
    min-height: 66px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .btn_s span {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .btn_center {
    margin: 0 auto;
  }
  #header {
    position: fixed;
    width: 97.2%;
    height: 80px;
    z-index: 99;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border-radius: 0 0 10px 10px;
    transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out;
  }
  #header:not(.is_scrolled):not(.is_menu_open) .logo,
  #header:not(.is_scrolled):not(.is_menu_open) #gnav .menu_inner .menu_main,
  #header:not(.is_scrolled):not(.is_menu_open) #gnav .menu_inner .lang,
  #header:not(.is_scrolled):not(.is_menu_open) #gnav .menu_inner .lang a,
  #header:not(.is_scrolled):not(.is_menu_open) #gnav .menu_inner .lang span {
    color: #fff;
  }
  #header:not(.is_scrolled):not(.is_menu_open) .header_btn .line {
    background: #fff;
  }
  #header.is_scrolled, #header.is_menu_open {
    background-color: #fff;
  }
  #header .logo {
    font-weight: 500;
    font-size: 2.3rem;
    font-family: "Jost", sans-serif;
    line-height: 1;
    display: inline-block;
    color: #2f2725;
    transition: color 0.5s ease-out, opacity 0.5s ease-out;
  }
  #header .logo:hover {
    background: linear-gradient(270deg, #00c7d0 0%, #0085e2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #header #gnav {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  #header #gnav .menu_inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
  }
  #header #gnav .menu_inner .menu_main {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    cursor: pointer;
    color: #000;
    transition: color 0.5s ease-out, -webkit-text-fill-color 0.5s ease-out, opacity 0.5s ease-out;
  }
  #header #gnav .menu_inner .menu_main:hover {
    background: linear-gradient(270deg, #00c7d0 0%, #0085e2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #header #gnav .menu_inner .lang {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #c2c8dd;
    transition: color 0.5s ease-out, opacity 0.5s ease-out;
  }
  #header #gnav .menu_inner .lang span {
    color: #0085e2;
    font-weight: 500;
    transition: color 0.5s ease-out, opacity 0.5s ease-out;
  }
  #header #gnav .menu_inner .lang a {
    color: #c2c8dd;
    transition: color 0.3s ease, opacity 0.3s ease;
  }
  #footer {
    margin-top: -20px;
  }
  #footer #cta {
    padding-top: 20px;
    overflow: hidden;
  }
  #footer #cta .btn_wrap {
    display: flex;
    align-items: flex-start;
    background-color: #000;
  }
  #footer #cta .btn_wrap .box {
    width: 50%;
    position: relative;
    padding: 40px 0;
    display: flex;
    align-items: center;
    position: relative;
  }
  #footer #cta .btn_wrap .box .box_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #footer #cta .btn_wrap .box .box_inner .top_text {
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
  }
  #footer #cta .btn_wrap .box .box_inner .btm_text {
    line-height: 1.5;
    -moz-text-align-last: left;
         text-align-last: left;
    max-width: 440px;
    margin-top: 20px;
  }
  #footer #cta .btn_wrap .box.red {
    background: linear-gradient(270deg, #ffb254 0%, #e82e00 100%);
    border-radius: 0 0 10px 0;
    justify-content: right;
    z-index: 1;
    min-height: 314px;
    margin-top: -20px;
  }
  #footer #cta .btn_wrap .box.red::after {
    content: "";
    width: 50px;
    height: 100%;
    display: block;
    background-image: url("../img/top/cta_red_box.svg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transform: translateX(100%);
    right: 0;
    top: 0;
  }
  #footer #cta .btn_wrap .box.red .box_inner {
    width: 100%;
    max-width: 670px;
  }
  #footer #cta .btn_wrap .box.blue {
    background: linear-gradient(270deg, #00c8ff 0%, #0085e2 88.46%, #006bb6 100%);
    border-radius: 10px 0 0 0;
    justify-content: left;
    z-index: 0;
    min-height: 320px;
  }
  #footer #cta .btn_wrap .box.blue::after {
    content: "";
    width: 50px;
    height: 100%;
    display: block;
    background-image: url("../img/top/cta_blue_box.svg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transform: translateX(-100%);
    left: 0;
    bottom: 0;
  }
  #footer #cta .btn_wrap .box.blue .box_inner {
    width: 100%;
    max-width: 770px;
  }
  #footer .common_inner:has(.ft_info) {
    background-color: #000;
    max-width: inherit;
    width: 100%;
    margin: 0;
  }
  #footer .ft_info {
    padding-top: 40px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  #footer .ft_info .contact {
    padding-bottom: 20px;
  }
  #footer .ft_info .contact .name {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  #footer .ft_info .contact a {
    text-decoration: underline;
  }
  #footer .ft_info .contact .right_wrap {
    display: flex;
    justify-content: end;
    gap: 40px;
    margin-top: 20px;
  }
  #fixed_btn {
    background: linear-gradient(270deg, #FFB254 0%, #E82E00 100%);
    width: 338px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    border-radius: 10px;
    z-index: 200;
    transition: opacity 0.3s ease;
  }
  #fixed_btn.is_hide {
    opacity: 0;
    pointer-events: none;
  }
  #fixed_btn p {
    text-align: center;
    margin-bottom: 14px;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 780px) {
  body {
    width: 100%;
  }
  .pc {
    display: none !important;
  }
  .common_inner {
    padding: 0 5.1282051282vw;
  }
  /* parts */
  .f_head {
    font-size: 12.8205128205vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    font-family: "Jost", sans-serif;
  }
  .f_maincopy {
    font-size: 8.2051282051vw;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .f_subhead {
    font-size: 5.1282051282vw;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .f_subheader {
    font-size: 5.1282051282vw;
    font-weight: 500;
    line-height: 1.8;
  }
  .f_label {
    font-size: 3.5897435897vw;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .f_subtitle_en {
    font-size: 4.6153846154vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: "Jost", sans-serif;
  }
  .f_text_l {
    font-size: 5.1282051282vw;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .f_text {
    font-size: 4.1025641026vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .f_text_s {
    font-size: 3.8461538462vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .f_note {
    font-size: 3.0769230769vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    color: #000;
    font-size: 4.6153846154vw;
    font-weight: 400;
    border-radius: 999px;
    letter-spacing: 0.05em;
    transition: 0.3s ease;
    position: relative;
    z-index: 0;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    border: 1px solid #000;
  }
  .btn span {
    color: #000;
    font-size: 4.6153846154vw;
    letter-spacing: 0.05em;
    font-weight: 400;
    transition: 0.3s ease;
  }
  .btn span::after {
    content: "";
    display: inline-block;
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    background-image: url("../img/top/btn_arw.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 2.5641025641vw;
    transition: 0.2s ease;
    vertical-align: middle;
    filter: invert(1);
  }
  .btn.grd_b {
    background: linear-gradient(270deg, #00c8ff 0%, #0085e2 100%);
    color: #fff;
    border: none;
  }
  .btn.grd_b::before {
    content: "";
    background: linear-gradient(270deg, #0085e2 0%, #00c8ff 100%);
    position: absolute;
    border-radius: 999px;
    inset: 0;
    z-index: -1;
    opacity: 0;
    transition: 0.3s ease-out;
    display: block;
    text-align: center;
  }
  .btn.grd_b span {
    color: #fff;
  }
  .btn.grd_b span::after {
    filter: invert(0);
  }
  .btn.grd_r {
    background: linear-gradient(270deg, #FFB254 0%, #E82E00 100%);
    color: #fff;
    border: none;
  }
  .btn.grd_r::before {
    content: "";
    background: linear-gradient(270deg, #E82E00 0%, #FFB254 100%);
    position: absolute;
    border-radius: 999px;
    inset: 0;
    z-index: -1;
    opacity: 0;
    transition: 0.3s ease-out;
    display: block;
    text-align: center;
  }
  .btn.grd_r span {
    color: #fff;
  }
  .btn.grd_r span::after {
    filter: invert(0);
  }
  .btn_l {
    width: 100%;
    min-width: 0;
    min-height: 15.3846153846vw;
  }
  .btn_l span {
    font-size: 4.6153846154vw;
    font-weight: 500;
  }
  .btn_m {
    width: 100%;
    min-width: 0;
    min-height: 15.3846153846vw;
  }
  .btn_m span {
    font-size: 4.1025641026vw;
    font-weight: 500;
  }
  .btn_s {
    width: 100%;
    min-width: 48.7179487179vw;
    min-height: 12.8205128205vw;
  }
  .btn_s span {
    font-size: 3.5897435897vw;
    font-weight: 500;
  }
  .btn_center {
    margin: 0 auto;
  }
  #header {
    width: 97.4358974359vw;
    height: 15.3846153846vw;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 102;
    visibility: inherit;
    background-color: transparent;
    border-radius: 0 0 2.5641025641vw 2.5641025641vw;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
  #header:not(.is_scrolled):not(.is_menu_open) .logo,
  #header:not(.is_scrolled):not(.is_menu_open) #gnav .menu_inner .menu_main,
  #header:not(.is_scrolled):not(.is_menu_open) #gnav .menu_inner .lang,
  #header:not(.is_scrolled):not(.is_menu_open) #gnav .menu_inner .lang a,
  #header:not(.is_scrolled):not(.is_menu_open) #gnav .menu_inner .lang span {
    color: #fff;
  }
  #header:not(.is_scrolled):not(.is_menu_open) .header_btn .line {
    background: #fff;
  }
  #header.is_scrolled, #header.is_menu_open {
    background-color: #fff;
  }
  #header .header_inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #header h1 {
    position: relative;
    z-index: 102;
  }
  #header .logo {
    display: inline-block;
    font-weight: 500;
    font-size: 5.1282051282vw;
    font-family: "Jost", sans-serif;
    line-height: 1;
    color: #2f2725;
    padding-left: 5.1282051282vw;
    transition: color 0.3s ease, opacity 0.3s ease;
  }
  #header .logo:hover {
    background: linear-gradient(270deg, #00c7d0 0%, #0085e2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #header input#button_menu {
    display: none;
  }
  #header .header_btn {
    width: 7.6923076923vw;
    height: 5.641025641vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 5.1282051282vw;
    top: 4.6153846154vw;
    z-index: 102;
  }
  #header .header_btn .line {
    display: block;
    background: linear-gradient(270deg, #00c7d0 0%, #0085e2 100%);
    width: 100%;
    height: 0.5128205128vw;
    border-radius: 999px;
    transition: 0.3s ease;
    transform-origin: center;
  }
  #header #gnav {
    width: 94.8717948718vw;
    background: #fff;
    position: absolute;
    z-index: 101;
    top: 17.9487179487vw;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease;
    padding: 10.2564102564vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 2.5641025641vw;
    opacity: 0;
    pointer-events: none;
  }
  #header #gnav .menu_inner {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 7.6923076923vw;
  }
  #header #gnav .menu_inner .menu_main {
    display: inline-block;
    font-size: 4.6153846154vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    cursor: pointer;
    color: #000;
    font-family: "Jost", sans-serif;
    transition: color 0.3s ease, -webkit-text-fill-color 0.3s ease, opacity 0.3s ease;
  }
  #header #gnav .menu_inner .menu_main:hover {
    background: linear-gradient(270deg, #00c7d0 0%, #0085e2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #header #gnav .menu_inner .lang {
    width: 100%;
    font-size: 4.6153846154vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #c2c8dd;
    transition: color 0.3s ease, opacity 0.3s ease;
  }
  #header #gnav .menu_inner .lang span {
    color: #0085e2;
    font-size: 4.6153846154vw;
    font-weight: 500;
    transition: color 0.3s ease, opacity 0.3s ease;
  }
  #header #gnav .menu_inner .lang a {
    color: #c2c8dd;
    transition: color 0.3s ease, opacity 0.3s ease;
  }
  #header #gnav .btn_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5.1282051282vw;
    margin-top: 10.2564102564vw;
  }
  #header:has(input#button_menu:checked) .header_btn .line {
    background-color: #fff;
  }
  #header:has(input#button_menu:checked) .header_btn .line:nth-child(1) {
    transform: rotate(180deg) translateY(-2.8205128205vw) rotate(45deg);
  }
  #header:has(input#button_menu:checked) .header_btn .line:nth-child(2) {
    opacity: 0;
  }
  #header:has(input#button_menu:checked) .header_btn .line:nth-child(3) {
    transform: rotate(180deg) translateY(2.3076923077vw) rotate(-45deg);
  }
  #header:has(input#button_menu:checked) #gnav {
    opacity: 1;
    pointer-events: visible;
  }
  #footer #cta {
    overflow: hidden;
  }
  #footer #cta .btn_wrap {
    background-color: #000;
  }
  #footer #cta .btn_wrap .box {
    width: 89.7435897436vw;
    position: relative;
    padding: 7.6923076923vw 5.1282051282vw;
    display: flex;
    align-items: center;
    position: relative;
  }
  #footer #cta .btn_wrap .box .box_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #footer #cta .btn_wrap .box .box_inner .top_text {
    line-height: 1.4;
    text-align: center;
    margin-bottom: 2.5641025641vw;
    font-size: 4.6153846154vw;
  }
  #footer #cta .btn_wrap .box .box_inner .btm_text {
    line-height: 1.5;
    -moz-text-align-last: left;
         text-align-last: left;
    width: 100%;
    margin-top: 2.5641025641vw;
    font-size: 2.5641025641vw;
  }
  #footer #cta .btn_wrap .box.red {
    background: linear-gradient(270deg, #ffb254 0%, #e82e00 100%);
    border-radius: 0 0 2.5641025641vw 0;
    justify-content: right;
    z-index: 1;
    min-height: 62.5641025641vw;
    margin-right: auto;
  }
  #footer #cta .btn_wrap .box.red::after {
    content: "";
    width: 7.6923076923vw;
    height: 100%;
    display: block;
    background-image: url("../img/top/cta_red_box_sp.svg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transform: translateX(100%);
    right: 0.2564102564vw;
    top: 0;
  }
  #footer #cta .btn_wrap .box.red .box_inner {
    width: 100%;
  }
  #footer #cta .btn_wrap .box.blue {
    background: linear-gradient(270deg, #00c8ff 0%, #0085e2 88.46%);
    border-radius: 2.5641025641vw 0 0 0;
    z-index: 0;
    min-height: 53.8461538462vw;
    margin-left: auto;
    padding-top: 12.8205128205vw;
    margin-top: -5.1282051282vw;
  }
  #footer #cta .btn_wrap .box.blue::after {
    content: "";
    width: 7.1794871795vw;
    height: 100%;
    display: block;
    background-image: url("../img/top/cta_blue_box_sp.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0.5128205128vw;
    position: absolute;
    transform: translateX(-100%);
    left: 0.5128205128vw;
    bottom: 0;
  }
  #footer #cta .btn_wrap .box.blue .box_inner {
    width: 100%;
  }
  #footer #cta .btn_wrap .box.blue .box_inner .top_text {
    margin-bottom: 5.1282051282vw;
  }
  #footer .common_inner:has(.ft_info) {
    background-color: #000;
  }
  #footer .ft_info {
    padding-top: 10.2564102564vw;
  }
  #footer .ft_info .contact {
    padding-bottom: 20px;
  }
  #footer .ft_info .contact .name {
    font-size: 3.5897435897vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 2.5641025641vw;
  }
  #footer .ft_info .contact .f_text_s {
    font-size: 3.3333333333vw;
    font-weight: 400;
  }
  #footer .ft_info .contact a {
    text-decoration: underline;
  }
  #footer .ft_info .contact .right_wrap {
    display: flex;
    justify-content: end;
    gap: 5.1282051282vw;
    margin-top: 5.1282051282vw;
  }
  #fixed_btn {
    background: linear-gradient(270deg, #FFB254 0%, #E82E00 100%);
    width: 56.4102564103vw;
    position: fixed;
    bottom: 2.5641025641vw;
    right: 2.5641025641vw;
    padding: 3.8461538462vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    border-radius: 2.5641025641vw;
    z-index: 200;
    transition: opacity 0.3s ease;
  }
  #fixed_btn.is_hide {
    opacity: 0;
    pointer-events: none;
  }
  #fixed_btn p {
    text-align: center;
    margin-bottom: 2.5641025641vw;
    font-size: 3.3333333333vw;
  }
}
/* _setting CSS */
/* ___________________PC layout */
@media screen and (min-width: 781px) {
  .entry_btn {
    width: 600px;
    height: 118px;
    flex-direction: column;
    gap: 5px;
    margin: 0 auto;
  }
  .entry_btn strong {
    font-size: 5.2rem;
    font-family: "Jost", sans-serif;
    font-weight: 500;
  }
  .entry_btn span::after {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 50px;
    top: 44%;
  }
  .f_label {
    margin-top: 10px;
  }
  .pages_bg {
    background-image: url(../img/exhibition/bg.jpg);
    background-size: 100% 100%;
  }
  .pages_mv {
    padding-top: max(5.55vw, 80px);
    height: max(33.33vw, 480px);
    position: relative;
  }
  .pages_mv .mv_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: auto;
    width: 100%;
  }
  .pages_mv .mv_inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .pages_mv .mv_inner .mv_title {
    font-size: max(6.94vw, 100px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: "Jost", sans-serif;
    margin-bottom: max(1.38vw, 20px);
    text-align: center;
  }
  .pages_mv .mv_inner .mv_title span {
    display: block;
    font-size: max(3.19vw, 46px);
    font-weight: 500;
    text-align: center;
  }
  .pages_mv .mv_inner .mv_copy {
    font-size: max(1.8vw, 26px);
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .pages_mv .mv_inner .mv_subtitle {
    font-size: max(3.19vw, 46px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .pages_top p {
    text-align: center;
  }
  .pages_top .copy {
    font-size: 2.2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .pages_top .img_wrap {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 60px 0;
  }
  .pages_top .img_wrap > div {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 480px;
    height: 260px;
  }
  .pages_top .img_wrap > div img {
    width: 100%;
    height: auto;
  }
  .pages_lists {
    padding-top: 100px;
  }
  .pages_lists .lists_head {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .pages_lists .list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;
  }
  .pages_lists .list .item {
    padding: 30px 40px;
    border-radius: 10px;
  }
  .pages_lists .list .item h3 {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .pages_lists .list .item h3 i {
    font-size: 3.8rem;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .pages_lists .list .item.red {
    background: linear-gradient(270deg, #ffb254 0%, #e82e00 100%);
  }
  .pages_lists .list .item.green {
    background: linear-gradient(90deg, #008c83 0%, #4ce6a3 100%);
  }
  .pages_lists .list .item.lblue {
    background: linear-gradient(270deg, #00c8ff 0%, #0085e2 100%);
  }
  .pages_lists .list .item.blue {
    background: linear-gradient(270deg, #3661ff 0%, #233c9a 100%);
  }
  .pages_awards {
    padding-top: 100px;
  }
  .pages_awards .awards_wrap {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  .pages_awards .awards_wrap .box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 240px;
    border-radius: 10px;
  }
  .pages_awards .awards_wrap .box .title {
    font-family: "Jost", sans-serif;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 500;
  }
  .pages_awards .awards_wrap .box .subtitle {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.8;
  }
  .pages_awards .awards_wrap .box .prize {
    font-size: 2.4rem;
    line-height: 1.8;
    font-weight: 500;
    margin-top: 20px;
  }
  .pages_awards .awards_wrap .box .prize strong {
    font-family: "Jost", sans-serif;
    font-size: 6rem;
    line-height: 1;
    font-weight: 500;
    vertical-align: bottom;
    margin: 0 0.1em;
  }
  .pages_awards .awards_wrap .box.red {
    background: linear-gradient(270deg, #ffb254 0%, #e82e00 100%);
  }
  .pages_awards .awards_wrap .box.green {
    background: linear-gradient(90deg, #008c83 0%, #4ce6a3 100%);
  }
  .pages_awards .support_wrap {
    margin-top: 40px;
  }
  .pages_awards .support_wrap .support_head {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .pages_awards .support_wrap .support_head span {
    display: block;
  }
  .pages_awards .support_wrap .support_inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
  }
  .pages_awards .support_wrap .support_inner .item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    min-height: 127px;
    padding: 20px 10px;
  }
  .pages_awards .support_wrap .support_inner .item p {
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .pages_box {
    background-color: #fff;
    width: 1240px;
    margin: 100px auto 0;
    padding: 80px 120px;
    border-radius: 40px;
  }
  .pages_box * {
    color: #000;
  }
  .pages_box .box_inner {
    margin-bottom: 80px;
  }
  .pages_box .box_inner:last-child {
    margin-bottom: 0;
  }
  .pages_box .box_head {
    font-size: 5.6rem;
    line-height: 1.2;
  }
  .pages_box .overview_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 60px 0 0;
  }
  .pages_box .overview_list dt {
    width: 120px;
    font-weight: 500;
  }
  .pages_box .overview_list dd {
    width: calc(100% - 160px);
  }
  .pages_box .list_head {
    font-size: 2.2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 20px;
    padding-top: 40px;
  }
  .pages_box .schedule_list,
  .pages_box .process_list {
    display: flex;
    justify-content: space-between;
    gap: 34px;
  }
  .pages_box .schedule_list li,
  .pages_box .process_list li {
    flex: 1;
    min-height: 166px;
    background: linear-gradient(95.95deg, #000000 1.02%, #353535 100%);
    border-radius: 10px;
    padding: 20px;
    position: relative;
  }
  .pages_box .schedule_list li *,
  .pages_box .process_list li * {
    color: #fff;
  }
  .pages_box .schedule_list li h5,
  .pages_box .process_list li h5 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .pages_box .schedule_list li .f_text,
  .pages_box .process_list li .f_text {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .pages_box .schedule_list li::after,
  .pages_box .process_list li::after {
    content: "▶";
    display: block;
    font-size: 1.5rem;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: -26px;
  }
  .pages_box .schedule_list li:last-child::after,
  .pages_box .process_list li:last-child::after {
    display: none;
  }
  .pages_box .guideline_text {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .pages_box .guideline_btn {
    min-width: 420px;
    height: 80px;
  }
  .pages_box .guideline_btn i {
    margin-left: 20px;
  }
  .pages_box .guideline_btn i img {
    width: 20px;
    transition: 0.2s ease;
  }
  .pages_box .guideline_btn:hover i img {
    filter: invert(1);
  }
  .pages_box .process_list {
    margin-top: 40px;
    flex-direction: column;
  }
  .pages_box .process_list li {
    min-height: inherit;
  }
  .pages_box .process_list li::after {
    content: "▼";
    display: block;
    font-size: 1.5rem;
    position: absolute;
    transform: translateX(-50%);
    top: inherit;
    right: inherit;
    bottom: -23px;
    left: 50%;
  }
  .pages_box .judges_list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
  }
  .pages_box .judges_list li {
    width: 220px;
  }
  .pages_box .judges_list li .img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages_box .judges_list li .img img {
    width: auto;
    height: 100%;
  }
  .pages_box .judges_list li .name {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .pages_box .judges_list li .company {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: center;
  }
  .pages_box .judges_list li.comingsoon .img {
    background: linear-gradient(95.95deg, #000000 1.02%, #353535 100%);
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
  }
  .pages_box .judges_text {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 40px;
  }
  .pages_box .criterion_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    margin-top: 40px;
  }
  .pages_box .criterion_list li {
    flex: 1;
    min-height: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(270deg, #00c8ff 0%, #0085e2 100%);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
    border-radius: 10px;
    color: #fff;
    text-align: center;
  }
  .pages_entry {
    margin-top: 100px;
    padding-bottom: 120px;
  }
  .pages_entry .btn_top {
    font-size: 2.2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
  }
  .pages_entry .contact_box {
    width: 700px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-top: 100px;
  }
  .pages_entry .contact_box p {
    font-family: "Jost", sans-serif;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 780px) {
  .entry_btn {
    width: 100%;
    height: 23.5897435897vw;
    flex-direction: column;
    gap: 1.2820512821vw;
    margin: 0 auto;
  }
  .entry_btn strong {
    font-size: 10.2564102564vw;
    font-family: "Jost", sans-serif;
    font-weight: 500;
  }
  .entry_btn span {
    font-size: 3.8461538462vw;
  }
  .entry_btn span::after {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    position: absolute;
    right: 12.8205128205vw;
    top: 44%;
  }
  .f_label {
    margin-top: 2.5641025641vw;
  }
  .pages_bg {
    background-image: url(../img/exhibition/bg_sp.jpg);
    background-size: 100% 100%;
  }
  .pages_mv {
    padding-top: 15.3846153846vw;
    height: 117.9487179487vw;
    position: relative;
  }
  .pages_mv .mv_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: auto;
    width: 100%;
  }
  .pages_mv .mv_inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .pages_mv .mv_inner .mv_title {
    font-size: 14.358974359vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: "Jost", sans-serif;
    margin-bottom: 5.1282051282vw;
    text-align: center;
  }
  .pages_mv .mv_inner .mv_title span {
    display: block;
    font-size: 6.6666666667vw;
    font-weight: 500;
    text-align: center;
  }
  .pages_mv .mv_inner .mv_copy {
    font-size: 4.6153846154vw;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .pages_mv .mv_inner .mv_subtitle {
    font-size: 8.7179487179vw;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .pages_top p {
    text-align: center;
  }
  .pages_top .copy {
    font-size: 5.1282051282vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 5.1282051282vw;
  }
  .pages_top .img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5.1282051282vw;
    margin: 7.6923076923vw 0;
  }
  .pages_top .img_wrap > div {
    border-radius: 2.5641025641vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 76.9230769231vw;
    height: 41.0256410256vw;
  }
  .pages_top .img_wrap > div img {
    width: 100%;
    height: auto;
  }
  .pages_lists {
    padding-top: 15.3846153846vw;
  }
  .pages_lists .lists_head {
    font-size: 6.1538461538vw;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .pages_lists .list {
    display: flex;
    flex-direction: column;
    gap: 5.1282051282vw;
    margin-top: 7.6923076923vw;
  }
  .pages_lists .list .item {
    padding: 5.1282051282vw;
    border-radius: 2.5641025641vw;
  }
  .pages_lists .list .item h3 {
    display: flex;
    align-items: center;
    gap: 5.1282051282vw;
    font-size: 5.1282051282vw;
    font-weight: 500;
    margin-bottom: 2.5641025641vw;
    line-height: 1.3;
  }
  .pages_lists .list .item h3 i {
    font-size: 7.6923076923vw;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .pages_lists .list .item.red {
    background: linear-gradient(270deg, #ffb254 0%, #e82e00 100%);
  }
  .pages_lists .list .item.green {
    background: linear-gradient(90deg, #008c83 0%, #4ce6a3 100%);
  }
  .pages_lists .list .item.lblue {
    background: linear-gradient(270deg, #00c8ff 0%, #0085e2 100%);
  }
  .pages_lists .list .item.blue {
    background: linear-gradient(270deg, #3661ff 0%, #233c9a 100%);
  }
  .pages_awards {
    padding-top: 15.3846153846vw;
  }
  .pages_awards .awards_wrap {
    margin-top: 7.6923076923vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5641025641vw;
  }
  .pages_awards .awards_wrap .box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 46.1538461538vw;
    border-radius: 2.5641025641vw;
    padding: 5.1282051282vw;
  }
  .pages_awards .awards_wrap .box .title {
    font-family: "Jost", sans-serif;
    font-size: 7.1794871795vw;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 500;
    text-align: center;
  }
  .pages_awards .awards_wrap .box .subtitle {
    font-size: 4.1025641026vw;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.8;
  }
  .pages_awards .awards_wrap .box .prize {
    font-size: 4.6153846154vw;
    line-height: 1.8;
    font-weight: 500;
    margin-top: 5.1282051282vw;
  }
  .pages_awards .awards_wrap .box .prize strong {
    font-family: "Jost", sans-serif;
    font-size: 10.7692307692vw;
    line-height: 1;
    font-weight: 500;
    vertical-align: bottom;
    margin: 0 0.1em;
  }
  .pages_awards .awards_wrap .box.red {
    background: linear-gradient(270deg, #ffb254 0%, #e82e00 100%);
  }
  .pages_awards .awards_wrap .box.green {
    background: linear-gradient(90deg, #008c83 0%, #4ce6a3 100%);
  }
  .pages_awards .support_wrap .support_head {
    margin: 10.2564102564vw 0 5.1282051282vw;
    line-height: 1.4;
  }
  .pages_awards .support_wrap .support_head span {
    display: block;
  }
  .pages_awards .support_wrap .support_inner {
    display: flex;
    flex-direction: column;
    gap: 2.5641025641vw;
  }
  .pages_awards .support_wrap .support_inner .item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 2.5641025641vw;
    min-height: 30.7692307692vw;
    padding: 2.5641025641vw;
  }
  .pages_awards .support_wrap .support_inner .item p {
    color: #000;
    text-align: center;
    font-size: 4.6153846154vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .pages_box {
    background-color: #fff;
    width: 89.7435897436vw;
    margin: 15.3846153846vw auto 0;
    padding: 10.2564102564vw 5.1282051282vw;
    border-radius: 5.1282051282vw;
  }
  .pages_box * {
    color: #000;
  }
  .pages_box .box_inner {
    margin-bottom: 15.3846153846vw;
  }
  .pages_box .box_inner:last-child {
    margin-bottom: 0;
  }
  .pages_box .box_head {
    font-size: 9.2307692308vw;
    line-height: 1.2;
  }
  .pages_box .overview_list {
    display: flex;
    flex-direction: column;
    margin: 7.6923076923vw 0 0;
  }
  .pages_box .overview_list dt {
    width: 100%;
    font-weight: 500;
    margin-bottom: 1.2820512821vw;
  }
  .pages_box .overview_list dd {
    width: 100%;
    margin-bottom: 2.5641025641vw;
  }
  .pages_box .overview_list dd:last-child {
    margin-bottom: 0;
  }
  .pages_box .list_head {
    font-size: 5.1282051282vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 2.5641025641vw;
    padding-top: 7.6923076923vw;
  }
  .pages_box .schedule_list,
  .pages_box .process_list {
    display: flex;
    flex-direction: column;
    gap: 2.5641025641vw;
  }
  .pages_box .schedule_list li,
  .pages_box .process_list li {
    width: 100%;
    background: linear-gradient(95.95deg, #000000 1.02%, #353535 100%);
    border-radius: 2.5641025641vw;
    padding: 5.1282051282vw;
    position: relative;
  }
  .pages_box .schedule_list li *,
  .pages_box .process_list li * {
    color: #fff;
  }
  .pages_box .schedule_list li h5,
  .pages_box .process_list li h5 {
    font-size: 5.1282051282vw;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 2.5641025641vw;
  }
  .pages_box .schedule_list li .f_text,
  .pages_box .process_list li .f_text {
    font-weight: 500;
    margin-bottom: 1.2820512821vw;
  }
  .pages_box .guideline_text {
    font-size: 3.8461538462vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-bottom: 2.5641025641vw;
    margin-top: 7.6923076923vw;
  }
  .pages_box .guideline_btn {
    width: 100%;
    height: 15.3846153846vw;
    padding: 0 7.6923076923vw;
    font-weight: 500;
  }
  .pages_box .guideline_btn i {
    margin-left: 5.1282051282vw;
  }
  .pages_box .guideline_btn i img {
    width: 5.1282051282vw;
    transition: 0.2s ease;
  }
  .pages_box .process_list {
    margin-top: 7.6923076923vw;
    flex-direction: column;
  }
  .pages_box .judges_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7.6923076923vw;
    margin-top: 7.6923076923vw;
  }
  .pages_box .judges_list li {
    width: 56.4102564103vw;
  }
  .pages_box .judges_list li .img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5641025641vw;
  }
  .pages_box .judges_list li .img img {
    width: auto;
    height: 100%;
  }
  .pages_box .judges_list li .name {
    font-size: 4.1025641026vw;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .pages_box .judges_list li .company {
    font-size: 3.5897435897vw;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: center;
  }
  .pages_box .judges_list li.comingsoon .img {
    background: linear-gradient(95.95deg, #000000 1.02%, #353535 100%);
    color: #fff;
    font-size: 4.1025641026vw;
    text-align: center;
    font-weight: 700;
  }
  .pages_box .judges_text {
    font-size: 4.1025641026vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 7.6923076923vw;
  }
  .pages_box .criterion_list {
    display: flex;
    flex-direction: column;
    gap: 2.5641025641vw;
    margin-top: 7.6923076923vw;
  }
  .pages_box .criterion_list li {
    flex: 1;
    min-height: 25.641025641vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(270deg, #00c8ff 0%, #0085e2 100%);
    font-size: 5.641025641vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
    border-radius: 2.5641025641vw;
    color: #fff;
    text-align: center;
  }
  .pages_entry {
    margin-top: 15.3846153846vw;
    padding-bottom: 15.3846153846vw;
  }
  .pages_entry .btn_top {
    font-size: 5.1282051282vw;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 5.1282051282vw;
    font-weight: 500;
  }
  .pages_entry .contact_box {
    width: 100%;
    margin: 0 auto;
    padding: 5.1282051282vw;
    border: 1px solid #fff;
    border-radius: 2.5641025641vw;
    margin-top: 15.3846153846vw;
  }
  .pages_entry .contact_box p {
    font-family: "Jost", sans-serif;
  }
}/*# sourceMappingURL=pitchcontest-en.css.map */