@charset "utf-8";

html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
details,menu,figcaption,figure,main,article,aside,footer,header,nav,section {display: block;}
html,body,button,input,optgroup,select,textarea,p,h1,h2,h3,h4,h5,h6,figure,ul,ol,dl,dt,dd {margin: 0;}
ul,ol,dl,dd,dt { list-style: none; padding: 0;}
hr {box-sizing: content-box;height: 0;overflow: visible;}
pre {font-family: monospace, monospace;font-size: 1em;}
a {background-color: transparent;-webkit-text-decoration-skip: objects;outline: none;}
abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}
code,kbd,samp {font-family: monospace, monospace;font-size: 1em;}
dfn {font-style: italic;}
mark {background-color: #ff0;color: #000;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
canvas,audio,video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
img {border-style: none;}
svg:not(:root) {overflow: hidden;}
button,input {overflow: visible;}
button,select {text-transform: none;}
button,html [type="button"],[type="reset"],[type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}
progress {display: inline-block;vertical-align: baseline;}
textarea {overflow: auto;}
[type="checkbox"],
[type="radio"] {box-sizing: border-box;padding: 0;}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield;outline-offset: -2px;}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}
summary {display: list-item;}
[hidden],template {display: none;}

/* ------------------------------------------------------------------
* GENERAL
------------------------------------------------------------------ */
html {
	min-height: 100%;
}
body {
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  line-height: 1.85;
  letter-spacing: 0.08em;
  color: #000;
  -webkit-text-size-adjust: 100%;
}
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #001549;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
#wrapper {
  overflow: hidden;
}
.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
.sec__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .pc {display: none!important;}
  .sec__button {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .sp {display: none!important;}
}

/* ------------------------------------------------------------------
* HEADER
------------------------------------------------------------------ */
#header {
  background-color: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.header__inner {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#logo {
  font-size: 0;
}
#logo img {
  width: 220px;
}
.header__button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.button__login {
  text-decoration: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: #0070f2;
  border: none;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  width: 160px;
  height: 40px;
  border-radius: 30px;
  padding: 0 6px;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
.button__login:hover {
  opacity: 0.7;
}
.button__default,
.button__register {
  text-decoration: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: #001549;
  color: #FFF;
  width: 200px;
  height: 50px;
  border: 1px solid #001549;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 0 20px 0 45px;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
.button__register {
  font-size: 21px;
  border: none;
  background-color: #002a86;
  letter-spacing: 0.12em;
  overflow: hidden;
  padding-bottom: 4px;
}
.button__register::before,
.button__register::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 70px;
  background-color: #0070f2;
  z-index: 2;
}
.button__register::after {
  background-color: #ff8af0;
  width: 100%;
  z-index: 1;
}
.button__default {
  background-color: #f03c3c;
  border-color: #f03c3c;
}
.button__default span,
.button__register span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #FFF;
  color: #001549;
  border-radius: 100%;
  font-size: 13px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease, color 0.3s ease;
}
.button__register {
  text-align: center;
}
.button__register span {
  width: 32px;
  height: 32px;
  font-size: 10px;
  background-color: #2ce0bf;
  color: #002a86;
  font-weight: 600;
  letter-spacing: 0;
  left: 10px;
  margin-top: -1px;
}
.button__default span {
  color: #f03c3c;
}
.button__register:hover {
  opacity: 0.7;
}
.button__default:hover {
  background-color: #FFF;
  color: #f03c3c;
}
.button__default:hover span {
  background-color: #f03c3c;
  color: #FFF;
}
@media (max-width: 767px) {
  .header__inner {
    padding: 10px;
  }
  #logo img {
    width: 105px;
  }
  .header__button {
    gap: 5px;
  }
  .button__login {
    width: 100px;
    height: 30px;
    font-size: 13px;
  }
  .button__register {
    width: 130px;
    height: 40px;
    font-size: 16px;
    padding: 0 5px 4px 30px;
  }
  .button__register span {
    width: 27px;
    height: 27px;
    left: 5px;
    font-size: 8px;
  }
  .header__button .button__login {
    font-size: 12px;
    height: 25px;
    width: 90px;
  }
  .header__button .button__register {
    font-size: 14px;
    width: 115px;
    height: 35px;
  }
  .header__button .button__register span {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 768px) {
  .header__inner {
    height: 70px;
  }
  .button__default {
    width: 400px;
    height: 100px;
    font-size: 36px;
    padding: 0 12px 0 50px;
    border-radius: 60px;
  }
  .button__default span {
    width: 80px;
    height: 80px;
    left: 8px;
    font-size: 26px;
  }
}

/* ------------------------------------------------------------------
* FOOTER
------------------------------------------------------------------ */
#footer {
  background-color: #222222;
  color: #FFF;
  border-bottom: 10px solid #e4ecf2;
  padding: 60px 0 65px;
}
.footer__logo {
  font-size: 0;
  margin-bottom: 22px;
  width: 27.08333%;
}
.footer__logo img {
  width: 325px;
}
.footer__lead {
  font-size: 16px;
  letter-spacing: 0.08em;
}
.footer__lead span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  font-feature-settings: "palt";
  margin-bottom: 3px;
}
.footer__info {
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-top: 5px;
}
.footer__info a {
  color: #FFF;
  text-decoration: none;
}
.footer__info a:hover {
  text-decoration: underline;
}
.footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.footer__block {
  width: 23.5%;
}
.notes__area {
  width: 40%;
}
.notes__area dl dt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  font-feature-settings: "palt";
}
.notes__area dl ul li {
  font-weight: 400;
  font-size: 11px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 990px) {
  .footer__row {
    display: block;
  }
  .footer__block {
    margin-bottom: 22px;
    width: auto;
  }
  .footer__logo,
  .notes__area {
    width: auto;
  }
}
@media (max-width: 767px) {
  #footer {
    border-bottom: none;
    margin-bottom: 22px;
    padding: 40px 0 35px;
  }
  .footer__logo {
    margin-bottom: 16px;
  }
  .footer__logo img {
    max-width: 267px;
    width: auto;
  }
  .footer__lead {
    line-height: 2;
  }
}

/* ------------------------------------------------------------------
* MAIN
------------------------------------------------------------------ */
#main {
  padding-top: 70px;
}
@media (max-width: 767px) {
  #main {
    padding-top: 60px;
  }
}

/* visual */
.visual {
  background-color: #ebf8ff;
  color: #000;
}
.visual__inner {
  width: 100%;
  height: 540px;
  padding: 0 15px;
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
.visual__image {
  width: 56.75%;
  font-size: 0;
}
.visual--lower .visual__inner {
  height: 395px;
}
.visual--lower .visual__image {
  text-align: right;
}
.visual--lower .visual__image img {
  max-height: 335px;
}
.visual__body {
  width: calc(100% - 56.75%);
}
.visual__logo {
  font-size: 0;
}
.visual__logo img {
  width: 526px;
}
.visual__logo span {
  display: block;
  font-size: 59px;
  color: #001549;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin-top: 15px;
}
.visual__event {
  line-height: 1;
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.visual__event img,
.visual__event .event__date,
.visual__event .event__link {
  display: inline-block;
  vertical-align: middle;
}
.visual__event img {
  width: 30px;
  margin: 0 14px 0 7px;
}
.event__date {
  font-size: 41px;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: 'Roboto', sans-serif;
}
.event__link {
  text-decoration: none;
  color: #000;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.visual__text {
  color: #001549;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 20px;
  text-align: center;
}
.visual__text strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 31px;
  letter-spacing: 0.06em;
}

@media (min-width: 991px) and (max-width: 1216px) {
  .visual__logo span {
    font-size: 4.5vw;
  }
  .event__date {
    font-size: 30px;
  }
  .visual--lower .visual__logo span {
    font-size: 4.5vw;
  }
  .visual__text {
    font-size: 1.8vw;
  }
}
@media (max-width: 990px) {
  .visual__body {
    padding: 50px 20px 40px;
    width: auto;
  }
  .visual__logo img {
    width: 60vw;
    max-width: inherit;
  }
  .visual__logo span {
    font-size: 52px;
  }
  .visual__text {
    font-size: 22px;
    max-width: 570px;
  }
  .event__date {
    font-size: 6vw;
  }
  .visual--lower .visual__inner,
  .visual__inner {
    display: block;
    height: auto;
    padding-bottom: 50px;
  }
  .visual--lower .visual__image img,
  .visual__image {
    width: auto;
    max-height: inherit;
  }
  .visual--lower .visual__image,
  .visual__image {
    text-align: center;
  }
  .visual__image img {
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  .visual__logo {
    font-size: inherit;
  }
  .visual--lower .visual__inner,
  .visual__inner {
    padding-bottom: 4vw;
  }
  .visual__body {
    padding: 5.3vw 4vw 4vw;
  }
  .visual__logo img {
    width: 100%;
    max-width: inherit;
  }
  .visual__logo span {
    font-size: 8vw;
    margin-top: 2vw;
  }
  .event__date {
    font-size: 6vw;
  }
  .event__link {
    font-size: 3vw;
    display: block;
    margin-top: 5px;
    text-align: center;
    width: 100%;
  }
  .event__link::after {
    font-size: 0;
    height: 1px;
    bottom: -1vw;
  }
  .visual__event {
    margin-top: 6vw;
    flex-wrap: wrap;
    justify-content: center;
  }
  .visual__event img {
    width: 5.6vw;
    margin-right: 0;
  }
  .visual__text {
    font-size: 4vw;
    margin-top: 3vw;
    max-width: inherit;
  }
}

/* notify */
.notify__box {
  background-color: #001549;
  color: #FFF;
  text-align: center;
  padding: 14px 0 20px;
}
.notify__box p {
  line-height: 1.7;
  letter-spacing: 0.18em;
}
.notify__box p strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .notify__box p {
    font-size: 13px;
    line-height: 1.4;
  }
  .notify__box p strong {
    font-size: 18px;
  }
}

/* form */
.group {
  padding: 90px 0;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.col--md-3 {
  width: 340px;
  padding-right: 20px;
}
.col--md-9 {
  width: calc(100% - 340px);
}
.head {
  position: relative;
  line-height: 1.4;
  padding-bottom: 27px;
  margin-bottom: 21px;
}
.head::after {
  content: "";
  width: 85px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.head__title {
  letter-spacing: 0.18em;
  font-size: 31px;
  font-weight: 700;
}
.head__title_en {
  color: #001549;
  font-family: 'Roboto', sans-serif;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.head__text {
  font-size: 14px;
  letter-spacing: 0.18em;
}
.note {
  font-size: 11px;
  font-weight: 400;
  margin-top: 15px;
}
.note span {
  display: inline-block;
  padding-left: 26px;
  position: relative;
}
.note span::before {
  content: "";
  background: url(../img/ico_star.png) no-repeat 0 0 / 100% 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.form__box {
  background-color: #ebf8ff;
  padding-bottom: 15px;
}
.form__row {
  border-bottom: 1px solid #FFF;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}
.form__label {
  padding: 0 45px 2px 10px;
  width: 195px;
  display: flex;
  align-items: center;
  position: relative;
}
.flex__align_top {
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
}
.form__label.flex__align_top {
  padding-top: 10px;
}
.form__label .is--required {
  position: absolute;
  right: 20px;
  top: 14px;
}
.form__label label {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.18em;
}
.form__label label small {
  font-size: 10px;
  display: block;
}
.form__input {
  width: calc(100% - 195px);
}
.is--required {
  font-size: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/ico_star.png) no-repeat 0 0 / 100% 100%;
}
.view__quiz_title .is--required {
  background: #f03c3c;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 3px 6px;
  border-radius: 3px;
  width: auto;
  height: auto;
  text-indent: 0;
  display: inline-block;
  vertical-align: middle;
}
::placeholder {
  color: #a0aab4;
  opacity: 1;
  font-size: 12px;
}
:-ms-input-placeholder {
  color: #a0aab4;
  font-size: 12px;
}
::-ms-input-placeholder {
  color: #a0aab4;
  font-size: 12px;
}
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="text"] {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 17px;
  background-color: #FFF;
  color: #000000;
  border: none;
  outline: none;
  height: 50px;
  width: 100%;
}
select {
  -webkit-appearance: none;
  appearance: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 30px 0 10px;
  background: url(../img/select.png) no-repeat right center / auto 100%;
  background-color: #FFF;
  color: #000000;
  border: none;
  outline: none;
  height: 50px;
  width: 100%;
}
input[type="email"].input--size-small,
input[type="text"].input--size-small {
  height: 35px;
  padding: 0 10px;
}
.button__back,
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  outline: none;
  width: 210px;
  height: 60px;
  border: none;
  border-radius: 35px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.5;
  padding: 0 10px;
  transition: all 0.3s ease;
}
input[type="submit"] {
  color: #FFF;
  border: 1px solid #aa0a0a;
  background-color: #aa0a0a;
}
.button__back,
input[type="reset"] {
  color: #001549;
  border: 1px solid #001549;
  background-color: transparent;
}
input[type="submit"]:hover {
  color: #aa0a0a;
  background-color: transparent;
}
.button__back:hover,
input[type="reset"]:hover {
  background-color: #001549;
  color: #FFF;
}
.form__textarea {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  padding: 12px 17px;
  background-color: #ecf2f6;
  color: #000000;
  border: none;
  outline: none;
  width: 100%;
  min-height: 150px;
  display: block;
  resize: vertical;
  border: 1px solid #c8d4dc;
}
.form__textarea::placeholder {
  color: #a0aab4;
  font-size: 14px;
}
.form__checkbox input[type="checkbox"] {
  position: absolute;
  left: -9999em;
  top: -9999em;
  opacity: 0;
  visibility: hidden;
}
.form__checkbox input[type="checkbox"]:checked+label span::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/bg_checked.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.form__checkbox label {
  cursor: pointer;
  position: relative;
  padding: 0 0 0 32px;
}
.form__checkbox label span {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: #ecf2f6;
  border: 1px solid #c8d4dc;
}
.form__radio input[type="radio"] {
  position: absolute;
  left: -9999em;
  top: -9999em;
  opacity: 0;
  visibility: hidden;
}
.form__radio input[type="radio"]:checked+label span::before {
  content: "";
  background-color: #7eb0d1;
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 100%;
}
.form__radio label {
  cursor: pointer;
  position: relative;
  padding: 0 0 0 32px;
  line-height: 1.2;
}
.form__radio label span {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #ecf2f6;
  border: 1px solid #c8d4dc;
}
.form__agree {
  line-height: 1.5;
  margin-top: 10px;
}
.form__privacy {
  margin-top: 16px;
}
.form__privacy,
.form__agree {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
}
.form__name_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.form__name_list li {
  width: 50%;
  padding: 0 8px;
}
.form__company_list {
  display: flex;
  margin: 0 -8px 10px;
}
.form__company_list li {
  padding: 0 8px;
}
.form__company_list li:nth-child(1),
.form__company_list li:nth-child(3) {
  width: 25.598%;
}
.form__company_list li:nth-child(2) {
  width: 48.804%;
}
.form__button {
  display: flex;
  justify-content: center;
  margin-top: 23px;
}
.form__button .button__back,
.form__button input[type="reset"] {
  margin-right: 20px;
}
.head__type4 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.18em;
  line-height: 1.3;
  color: #FFF;
  background-color: #001549;
  padding: 17px 0 19px;
  text-align: center;
}
.container--medium,
.group__confirm .container {
  max-width: 880px;
}
.group__confirm .form__box {
  margin-top: 0!important;
}
.head__center {
  margin-bottom: 35px;
}
.head__center .head,
.head__center .head__text,
.head__center .note {
  text-align: center;
}
.head__center .head::after {
  left: 50%;
  transform: translateX(-50%);
}
.lead__confirm {
  font-size: 14px;
  letter-spacing: 0.18em;
  text-align: center;
}
.group__confirm .form__name_list li {
  width: 142px;
}
.form__confirm_company {
  display: flex;
  margin-bottom: 3px;
}
.form__confirm_company span:nth-child(1) {
  width: 142px;
}
.form__confirm_company span:nth-child(2) {
  width: calc(100% - 142px);
}
.group__confirm .form__label {
  min-height: 60px;
}
.group__confirm .form__label label {
  font-size: 16px;
  font-weight: 700;
}
.group__confirm .form__label label small {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}
.group__confirm .form__row {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
.group__confirm .form__label.flex__align_top {
  padding-top: 3px;
}
.group__confirm .form__row_company .form__input {
  padding-top: 12px;
  padding-bottom: 12px;
}
.complete__text1 {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}
.complete__text2 {
  text-align: center;
  letter-spacing: 0.18em;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 11px;
}
.complete__text3 {
  text-align: center;
  letter-spacing: 0.18em;
  font-size: 14px;
}
.form__company_title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}
.form__error {
  line-height: 1.5;
  color: #aa0a0a;
  font-size: 14px;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .form__company_list li {
    padding-top: 20px;
    position: relative;
  }
  .form__company_title {
    position: absolute;
    left: 8px;
    right: 8px;
    top: -10px;
  }
  .form__row.is--error {
    align-items: flex-start;
  }
  .form__row.is--error .form__label {
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .form__company_list li {
    padding-top: 1.7vw;
  }
  .form__company_title {
    font-size: 1.4vw;
    top: -1.3vw;
  }
}
@media (min-width: 960px) and (max-width: 1220px) {
  .form__company_list li {
    padding-top: 0.7vw;
  }
  .form__company_title {
    font-size: 0.9vw;
    top: -1.3vw;
    letter-spacing: 0;
  }
}
@media (max-width: 959px) {
  .col--md-3,
  .col--md-9 {
    width: 100%;
    padding: 0;
  }
  .head,
  .head__text,
  .note {
    text-align: center;
  }
  .head::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .form__box {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .group {
    padding: 40px 0;
  }
  .form__box {
    padding-bottom: 30px;
  }
  input[type="email"].input--size-small, input[type="text"].input--size-small,
  select,
  input[type="tel"],
  input[type="email"],
  input[type="text"] {
    height: 40px;
  }
  select {
    max-width: 160px;
  }
  .head__title_en {
    font-size: 43px;
    margin-bottom: 5px;
  }
  .head {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .head__title {
    font-size: 19px;
    letter-spacing: 0;
  }
  .form__label {
    width: 100%;
    padding: 0 25px 0 0;
    margin-bottom: 10px;
  }
  .form__label.flex__align_top {
    padding-top: 0;
  }
  .form__label label span,
  .form__label label small {
    display: inline-block;
    vertical-align: middle;
  }
  .form__label label small {
    margin-left: 5px;
  }
  .form__label .is--required {
    right: 0;
    top: 3px;
  }
  .form__input {
    width: 100%;
  }
  .form__company_list {
    flex-wrap: wrap;
  }
  .form__company_list,
  .form__name_list {
    margin: 0 -5px;
  }
  .form__company_list li,
  .form__name_list li {
    padding: 0 5px;
  }
  .form__company_list li:nth-child(1), .form__company_list li:nth-child(2), .form__company_list li:nth-child(3) {
    width: 100%;
    margin-bottom: 10px;
  }
  .form__privacy, .form__agree {
    letter-spacing: 0;
    font-size: 12px;
  }
  .form__button {
    display: block;
    text-align: center;
  }
  .button__back,
  .form__button input[type="reset"] {
    font-size: 13px;
    font-size: 13px;
    width: 170px;
    height: 30px;
    margin: 0 0 10px;
  }
  .form__button .button__back,
  .form__button input[type="reset"] {
    margin-right: 0;
  }
  .group__confirm .form__label {
    min-height: inherit;
  }
  .group__confirm .form__row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .group__confirm .form__row_company .form__input {
    padding-top: 0;
    padding-bottom: 0;
  }
  .form__company_title {
    margin-bottom: 10px;
  }
  .form__textarea {
    min-height: 120px;
    padding: 10px;
  }
}

/* Updated 20230926 */
.form__text--small {
  font-size: 12px;
  display: block;
}
.pt0 {
  padding-top: 0!important;
}
.mb0 {margin-bottom: 0!important;}
.address__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.address__item label {
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  width: 68px;
}
.address__item input {
  width: calc(100% - 68px);
}
.address__flex {
  display: flex;
  flex-wrap: wrap;
}
.address__flex_item:nth-child(1) {
  width: calc(50% - 13px);
}
.address__flex_item:nth-child(2) {
  width: calc(50% + 13px);
  padding-left: 26px;
}
.address__flex_item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.address__flex_item label {
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  width: 68px;
}
.address__flex_item input,
.address__flex_item select {
  width: calc(100% - 68px);
}
.group__confirm .form__input {
  padding-top: 12px;
  padding-bottom: 12px;
}
.register__form .form__label label,
.register__confirm .form__label label {
  line-height: 1.4;
}
.complete__text2 {
  margin-bottom: 13px;
}
.address__postcode input[type="text"] {
  width: calc((100% - 68px)/2 - 5px);
}
.address__postcode input[type="text"]:nth-child(2) {
  margin-right: 5px;
}
.address__postcode input[type="text"]:nth-child(3) {
  margin-left: 5px;
}
.form__field_telephone {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form__field_telephone input {
  width: calc(33.3333% - 5px);
}
@media (min-width: 768px) {
  .register__confirm .form__label {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .register__confirm .form__label label {
    font-size: 14px;
    font-weight: 500;
  }
  .register__form .form__row.is--error .form__label {
    padding-top: 13px;
  }
  .pt3_pc {padding-top: 3px!important;}
}
@media (max-width: 767px) {
  .address__flex_item:nth-child(2) {
    padding-left: 15px;
  }
  .address__flex_item.address__postcode {
    width: 100%;
  }
}

/* ------------------------------------------------------------------
* LP
------------------------------------------------------------------ */

/* Message */
.message__group {
  padding: 75px 0;
}
.message__lead {
  text-align: center;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.9;
  margin-bottom: 35px;
}
.message__lead p:not(:last-child) {
  margin-bottom: 15px;
}
.mainhead {
  text-align: center;
  line-height: 1.3;
  position: relative;
  padding: 0 0 20px;
  margin-bottom: 20px;
}
.mainhead::after {
  content: "";
  height: 1px;
  width: 85px;
  background-color: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.mainhead h2 {
  color: #001549;
  font-weight: 700;
  font-size: 54px;
  letter-spacing: 0;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
}
.mainhead h3 {
  font-size: 17px;
  letter-spacing: 0.18em;
  color: #000;
}
.message__banner_item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.message__banner_item:not(:last-child) {
  margin-bottom: 20px;
}
.message__banner_image {
  width: 50%;
}
.message__banner_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.message__banner_body {
  background-color: #00144a;
  color: #FFF;
  padding: 30px 50px 20px;
  width: 50%;
}
.is--reverse .message__banner_body {
  order: -1;
}
.message__banner_label {
  line-height: 1.2;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
}
.message__banner_title {
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
  font-size: 32px;
  margin: 10px 0 15px;
}
.message__banner_body h4 {
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.message__banner_body h4.message__banner_sub_title {
  font-size: 24px;
}
.message__banner_text {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1em;
}
.message__banner_text.has-mb {
  margin-bottom: 15px;
}
.message__banner_button {
  display: flex;
  flex-wrap: wrap;
  margin: 16px -7px 0;
  gap: 14px;
}
.message__banner_button li {
  width: calc(50% - 7px);
}
.message__banner_button .message__banner_btn {
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  background-color: #FFF;
  border-radius: 40px;
  color: #000;
  font-size: 12px;
  line-height: 1.17;
  padding: 5px 10px 5px 78px;
  min-height: 60px;
  width: 240px;
  transition: opacity 0.3s ease;
}
.message__banner_button .message__banner_btn:hover {
  opacity: 0.7;
}
.message__banner_button .message__banner_btn small {
  display: block;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
  font-size: 12px;
}
.message__banner_button .message__banner_btn strong {
  display: block;
  letter-spacing: 0.18em;
  font-size: 16px;
}
.message__banner_button .message__banner_btn span {
  position: absolute;
  left: 3px;
  top: 50%;
  width: 55px;
  height: 55px;
  transform: translateY(-50%);
  background-color: #d2d7dc;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 0;
}
.message__button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.message__button .button__register {
  width: auto;
  height: auto;
  min-width: 320px;
  min-height: 90px;
  font-size: 31px;
  border-radius: 50px;
  padding: 10px 40px 14px 80px;
}
.message__button .button__register::before,
.message__button .button__register::after {
  height: 5px;
}
.message__button .button__register::before {
  width: 31.25%;
}
.message__button .button__register span {
  width: 55px;
  height: 55px;
  font-size: 15px;
  left: 15px;
}
@media (min-width: 768px) {
  .message__banner_button {
    margin-left: -10px;
    margin-right: -20px;
  }
  .message__banner_button li {
    width: auto;
  }
}
@media (max-width: 767px) {
  .message__group {
    padding: 35px 0 40px;
  }
  .mainhead {
    padding: 0 0 15px;
    margin-bottom: 16px;
  }
  .mainhead h2 {
    font-size: 43px;
  }
  .mainhead h3 {
    font-size: 16px;
  }
  .message__lead {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .message__banner_item {
    display: block;
  }
  .message__banner_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .message__banner_image,
  .message__banner_body {
    width: auto;
  }
  .message__banner_bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .message__banner_body {
    padding: 30px 25px 25px;
  }
  .message__banner_label {
    font-size: 20px;
  }
  .message__banner_title {
    font-size: 30px;
    margin-bottom: 9px;
  }
  .message__banner_body h4.message__banner_sub_title {
    font-size: 22px;
  }
  .message__banner_text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .message__banner_button {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: 20px;
  }
  .message__banner_button li {
    width: 100%;
  }
  .message__banner_button .message__banner_btn {
    padding: 5px 10px 5px 60px;
    font-size: 9px;
    min-height: 56px;
  }
  .message__banner_button .message__banner_btn span {
    width: 50px;
    height: 50px;
  }
  .message__banner_button .message__banner_btn strong {
    font-size: 14px;
  }
  .message__banner_button .message__banner_btn small {
    font-size: 10px;
  }
  .message__button .button__register {
    min-height: 80px;
    font-size: 28px;
  }
  .message__banner_body h4 {
    font-size: 20px;
  }
}

/* Sponsor */
.sponsor__group {
  padding: 75px 0;
}
.sponsor__list {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 80%;
}
.sponsor__list li {
  width: 33.3333%;
  padding: 0 8.75px;
  margin-bottom: 15px;
}
.sponsor__list li img {
  width: 100%;
}
.sponsor__list li a {
  transition: opacity 0.3s ease;
}
.sponsor__list li a:hover {
  opacity: 0.7;
}
.brand__box {
  background-color: #ebf8ff;
  padding: 16px 30px 30px;
  margin-top: 40px;
}
.brand__head {
  margin-bottom: 15px;
}
.brand__head h3 {
  text-align: center;
  line-height: 1.2;
  color: #001549;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
}
.brand__head h4 {
  text-align: center;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #000;
}
@media (min-width: 768px) {
  .brand__box .sponsor__list li {
    width: 33.3333%;
  }
  .brand__box .sponsor__list li img {
    border: none;
  }
}
@media (max-width: 767px) {
  .sponsor__group {
    padding: 35px 0 40px;
  }
  .sponsor__list {
    width: 100%;
  }
  .sponsor__list li {
    width: 50%;
    padding: 0 3px;
    margin-bottom: 6px;
  }
  .brand__box {
    margin-top: 15px;
    padding: 14px 10px 10px;
  }
  .brand__box .sponsor__list li {
    width: 33.3333%;
  }
  .brand__head {
    margin-bottom: 10px;
  }
  .brand__head h3 {
    font-size: 21px;
    margin-bottom: 4px;
  }
  .brand__head h4 {
    font-size: 12px;
  }
}

/* time */
.time__group {
  background-color: #ebf8ff;
  padding: 75px 0;
}
.time__note {
  background-color: #FFF;
  border: 1px solid #d6e0e8;
  padding: 10px;
  margin-bottom: 10px;
}
.time__note_list li {
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.time__note_label {
  letter-spacing: 0;
  width: 70px;
  padding: 4px 5px;
  text-align: center;
  color: #FFF;
}
.time__note_text {
  width: calc(100% - 70px);
  padding: 0 0 0 10px;
}
.time--bg0 {
  background-color: #041747;
  color: #FFF;
}
.time--bg1 {
  background-color: #0070f2;
  color: #FFF;
}
.time--bg2 {
  background-color: #2ce0bf;
  color: #000;
}
.time--bg3 {
  background-color: #ff8af0;
  color: #000;
}
.time--bg4 {
  background-color: #a064d2;
}
.timetable {
  background-color: #f6f8fa;
  display: flex;
}
.timetable__date {
  border-right: 1px solid #d6e0e8;
  background-color: #FFF;
  text-align: center;
  width: 133px;
}
.timetable__date_in {
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  padding: 18px 5px;
}
.timetable__date_in span {
  color: #000;
  font-size: 24px;
  display: block;
  margin-bottom: 3px;
}
.timetable__date_in strong {
  color: #001549;
  font-size: 41px;
  display: block;
}
.timetable__content {
  width: calc(100% - 133px);
  position: relative;
}
.timetable__content::before {
  content: "";
  width: 0;
  border-right: 1px solid #d6e0e8;
  position: absolute;
  left: 86px;
  top: 0;
  bottom: 0;
}
.timetable__inner {
  position: relative;
  z-index: 1;
  padding: 10px;
  height: 100%;
}
.time__box {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 2px rgba(0, 20, 80, 0.2);
  display: flex;
}
.time__number {
  width: 77px;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.1;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 18px 5px 18px 12px;
}
.time__body {
  width: calc(100% - 77px);
  padding: 13px 10px;
}
.time__lead {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding-left: 8px;
}
.time__name {
  line-height: 1.1;
  letter-spacing: 0.04em;
  font-size: 12px;
  padding-left: 8px;
}
.time__name + .time__name {
  margin-top: 5px;
}
.time__track_wrap {
  padding: 60px 0 10px;
  position: relative;
  /* height: 750px; */
}
.time__track_row {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 87px;
  right: 10px;
  display: flex;
  margin: 0 -5px;
}
.time__track_col3,
.time__track_col2,
.time__track_col1 {
  width: 33.333%;
  height: 100%;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  padding: 0 5px 0;
}
.time__track_col3 span,
.time__track_col2 span,
.time__track_col1 span {
  color: #001549;
}
.time__track_col3 div,
.time__track_col2 div,
.time__track_col1 div {
  height: 100%;
  padding-top: 14px;
}
.time__track_col1 div {
  background-color: #ebf8ff;
}
.time__track_col2 div {
  background-color: #ebf8ff;
}
.time__track_col3 div {
  background-color: #ebf8ff;
}
.time__track_in {
  position: relative;
  z-index: 1;
}
.time__track_in .time__box:not(:last-child) {
  margin-bottom: 10px;
}
.time__track_list {
  display: flex;
  margin: 0 -5px 0 -5px;
}
.time__track_item {
  width: 33.333%;
  padding: 0 20px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.timetable__label {
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  padding: 4px 10px;
  margin-bottom: 10px;
}
.time__track_summary {
  line-height: 1.2;
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-bottom: -2px;
  padding-left: 5px;
}
.time__track_summary span {
  font-size: 11px;
  margin-left: 5px;
}
.time__track_title {
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: 5px;
  margin-bottom: 15px;
}
.time__track_title.is-text__large {
  margin-top: 5px;
  margin-bottom: 20px;
}
.time__track_title a {
  color: #001549;
  font-size: 14px;
}
.time__track_title.is-text__large a {
  font-size: 20px;
}
.time__track_button {
  margin-top: 10px;
}
.time__track_button a {
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  background-color: #FFF;
  border-radius: 40px;
  color: #000;
  font-size: 11px;
  line-height: 1.2;
  padding: 6px 6px 6px 70px;
  min-height: 61px;
  width: 100%;
  transition: opacity 0.3s ease;
}
.time__track_button--featured a {
  padding-left: 80px;
  min-height: 69px;
}
.time__track_button a span {
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 3px;
  width: 55px;
  max-height: 55px;
  background-color: #636363;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 0;
}
.time__track_button--featured a span {
  width: 63px;
  max-height: 63px;
}
.time__track_button a span + div {
  width: calc(100% - 20px);
}
.time__track_button a small {
  display: block;
  letter-spacing: 0.04em;
  font-size: 12px;
}
.time__track_button--featured a small {
  font-size: 16px;
}
.time__track_button a strong {
  display: block;
  letter-spacing: 0.18em;
  font-size: 14px;
  margin-top: 4px;
}
.time__track_button--featured a strong {
  font-size: 18px;
}
.track__modal {
  background-color: #525252;
  position: relative;
  z-index: 1;
  padding: 25px 56px 25px 125px;
  margin-top: 10px;
  height: 560px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.track__modal_text {
  text-align: center;
  font-size: 13px;
  color: #FFF;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  margin-top: -4px;
}
.track__modal_box {
  background-color: #FFF;
  position: relative;
  padding: 25px 30px 30px;
  max-width: 866px;
  margin: 0 auto;
}
.mfp-close {
  display: none!important;
}
.track__modal_meta {
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.track__modal_meta1 {
  margin-right: 10px;
  font-size: 11px;
}
.track__modal_meta2 {
  display: block;
  line-height: 1.2;
  color: #FFF;
  letter-spacing: 0;
  font-size: 11px;
  padding: 4px 5px;
}
.track__modal_meta.gap-10 {
  gap: 10px;
}
.track__modal_box h3 {
  line-height: 1.4;
  font-size: 24px;
  letter-spacing: 0.04em;
  font-weight: 700;
  border-bottom: 2px solid #001549;
  padding: 0 0 10px;
  margin-bottom: 14px;
}
.track__modal_desc {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.staff__list {
  margin-top: 20px;
}
.staff__list li:not(:last-child) {
  margin-bottom: 10px;
}
.staff__list li {
  display: flex;
  align-items: center;
  background-color: #ebf8ff;
  padding: 15px;
}
.staff__list li figure {
  font-size: 0;
  width: 90px;
}
.staff__list li figure img {
  border-radius: 100%;
}
.staff__body {
  width: calc(100% - 90px);
  padding: 0 0 0 15px;
}
.staff__body h4 {
  border-bottom: 1px solid #001549;
  line-height: 1.3;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.staff__body h4 strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.18em;
  margin-top: 3px;
}
.staff__body p {
  font-size: 12px;
  line-height: 1.4;
}
.modal__close {
  background: url(../img/modal_close.png) no-repeat 0 0 / 100% 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}
.head__line {
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 14px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.head__line::before {
  content: "";
  width: 3px;
  background-color: #001549;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
}
.staff__list_style2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.staff__list_style2 li {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 5px;
}
.staff__box_style2 {
  background-color: #ebf8ff;
  display: flex;
  align-items: center;
  padding: 15px 10px 15px 15px;
  height: 100%;
}
.staff__list_style2 figure {
  font-size: 0;
  width: 90px;
}
.staff__list_style2 figure img {
  display: block;
  width: 100%;
  border-radius: 100%;
}
.staff__body_style2 {
  width: calc(100% - 90px);
  padding: 0 0 0 15px;
}
.staff__body_style2 .staff__text {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px;
  letter-spacing: 0;
}
.staff__body_style2 .staff__text_name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.18em;
}
@media (min-width: 768px) {
  .time__note_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .time__note_list li {
    width: 25%;
    padding: 0 5px;
  }
  .time__note_text {
    padding-left: 15px;
  }
  .pl--pc-37 {
    padding-left: 37px!important;
  }
  .message__banner_button.banner__button--small {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
  }
  .message__banner_button.banner__button--small li {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .message__banner_button.banner__button--small li .message__banner_btn {
    width: 100%;
    padding-left: 50px;
    min-height: 43px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .message__banner_button.banner__button--small li .message__banner_btn small {
    font-size: 9px;
  }
  .message__banner_button.banner__button--small li .message__banner_btn strong {
    font-size: 16px;
  }
  .message__banner_button.banner__button--small span {
    width: 40px;
    height: 40px;
  }
  .width__full--pc {width: 100%!important;}
}
@media (min-width: 768px) and (max-width: 960px) {
  .message__banner_button.banner__button--small li {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .time__group {
    padding: 75px 0;
  }
  .time__note {
    margin-bottom: 15px;
  }
  .time__note_list li:not(:last-child) {
    margin-bottom: 5px;
  }
  .timetable__scroll {
    margin-right: -10px;
    overflow-x: auto;
  }
  .timetable__scroll .timetable {
    width: 990px;
  }
  .timetable__date {
    width: 90px;
  }
  .timetable__content {
    width: calc(100% - 90px);
  }
  .timetable__date_in span {
    font-size: 16px;
  }
  .timetable__date_in strong {
    font-size: 26px;
  }
  .track__modal {
    width: calc(100vw - 30px);
    transform: translateX(-90px);
    padding: 10px;
  }
  .track__modal_box {
    padding: 20px 10px 20px;
  }
  .track__modal_box h3 {
    font-size: 20px;
  }
  .staff__list li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .staff__list li figure {
    width: 60px;
  }
  .staff__body {
    width: calc(100% - 60px);
  }
  .modal__close {
    width: 40px;
    height: 40px;
  }
  .staff__list_style2 li {
    width: 100%;
  }
  .staff__list_style2 li figure {
    width: 60px;
  }
  .staff__body_style2 {
    width: calc(100% - 60px);
  }
  .message__banner_button.banner__button--small li {
    margin-bottom: 10px;
  }
  .width__full--sp {
    width: 100%!important;
    max-width: inherit!important;
  }
  .pl0--sp {padding-left: 0!important;}
  .address__flex_item.width__full--sp select {
    width: calc(100% - 68px);
    max-width: inherit;
  }
  .time__track_button a {
    padding: 6px 6px 6px 60px;
    min-height: 56px;
  }
  .time__track_button a span {
    max-height: 50px;
    width: 50px;
  }
  .time__track_button a small {
    font-size: 10px;
  }
}

.mb75 {
  margin-bottom: 75px;
}
.time__track_media {
  line-height: 1.2;
  margin-top: 10px;
}
/* .time__track_item .time__track_media {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
} */
.time__track_media > div,
.time__track_media a {
  display: block;
  text-align: center;
  padding: 9px 10px;
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  background-color: #001549;
  border-radius: 40px;
  transition: opacity 0.3s ease;
}
.time__track_media a:hover {
  opacity: 0.7;
}
.time__track_media span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.time__track_media span::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/ico_media.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.time__track_media.is--favorite span::before {
  background-image: url(../img/heart.svg);
}
.time__body .time__track_media > div,
.time__body .time__track_media a {
  max-width: 280px;
}
.time__track_media > div {
  background-color: #dfdaec;
}

/* Update 231020 */
.time--nowonair {
  position: relative;
}
.time--nowonair::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  right: 10px;
  border: 3px solid #f03c3c;
}
.time__track_list {
  position: relative;
  z-index: 1;
}
.nowonair__title {
  line-height: 1;
  font-weight: 700;
  background-color: #f03c3c;
  color: #FFF;
  font-size: 13px;
  position: absolute;
  left: 10px;
  top: -22px;
  padding: 6px 6px 6px 28px;
  height: 25px;
}
.nowonair__title::before {
  content: "";
  background: url(../img/ico_nowonair.png) no-repeat 0 0 / 100% 100%;
  width: 17px;
  height: 12px;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.time__track_wrap {
  padding-top: 70px;
}

/* login */
.login__form input[type="submit"] {
  background-color: #001549;
  border-color: #001549;
}
.login__form input[type="submit"]:hover {
  background-color: #FFF;
  color: #001549;
}
.login__note {
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}
.login__note dt {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.login__note dd p {
  font-size: 12px;
  line-height: 1.75;
}
.login__note_btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.login__note_btn a {
  display: block;
  line-height: 1.2;
  border-radius: 50px;
  border: 1px solid #001549;
  background-color: #FFF;
  color: #001549;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  padding: 14px 35px;
  transition: background 0.3s ease, color 0.3s ease;
}
.login__note_btn a:hover {
  background-color: #001549;
  color: #fff;
}
@media (min-width: 768px) {
  .login__form .form__box {
    padding-bottom: 40px;
  }
}

/* viewing */
.movie__area {
  line-height: 1;
  margin-bottom: 30px;
}
.movie__area iframe {
  display: block;
  width: 100%;
  height: 676px;
}
.movie__area img {
  display: block;
  width: 100%;
}
.view__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-bottom: 18px;
  margin-top: 7px;
}
.view__area {
  background-color: #ebf8ff;
  padding: 60px 0;
}
.view__button {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-bottom: 30px;
}
.view__button a {
  display: block;
  line-height: 1.2;
  font-size: 13px;
  background-color: #FA891A;
  color: #FFF;
  border: 1px solid #FA891A;
  text-decoration: none;
  font-weight: 500;
  border-radius: 50px;
  letter-spacing: 0.04em;
  text-align: center;
  width: 100%;
  max-width: 280px;
  padding: 14px 10px;
  margin-right: 6px;
  transition: background 0.3s ease, color 0.3s ease;
}
.view__button a:hover {
  background-color: #FFF;
  color: #FA891A;
}
.view__quiz_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.view__quiz_button a {
  text-decoration: none;
  background-color: #001549;
  border: 1px solid #001549;
  border-radius: 50px;
  color: #FFF;
  line-height: 1.2;
  display: block;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  width: 100%;
  max-width: 200px;
  transition: background 0.3s ease, color 0.3s ease;
  padding: 14px 10px;
}
.view__quiz_button a:hover {
  color: #001549;
  background-color: #FFF;
}
.view__info {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-bottom: 20px;
}
.view__info .time__track_button {
  width: 100%;
  max-width: 280px;
  margin-right: 6px;
}
.view__info .time__track_button--featured {
  max-width: 340px;
}
.view__info .time__track_button a {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.view__quiz {
  background-color: #FFF;
  border: 1px solid #d6e0e8;
}
.view__quiz_item {
  padding: 16px 20px 19px;
}
.view__quiz_item:not(:last-child) {
  border-bottom: 1px solid #d6e0e8;
}
.view__quiz_title {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 14px;
}
.view__quiz_title span {
  color: #001549;
}
@media (min-width: 768px) {
  .view__quiz_list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
  }
  .view__quiz_list li {
    margin-right: 30px;
  }
  .view__quiz_list + .view__input {
    margin-top: 1em;
  }
  .view__quiz_list + .view__input .form__textarea {
    min-height: inherit;
  }
}
@media (max-width: 1200px) {
  .movie__area iframe {
    height: 55.5vw;
  }
}
@media (max-width: 767px) {
  .movie__area iframe {
    height: 53.3333vw;
  }
  .view__area {
    padding-bottom: 40px;
    padding-top: 10px;
  }
  .movie__area {
    margin-bottom: 20px;
  }
  .view__title {
    font-size: 24px;
    margin-top: 5px;
  }
  .view__quiz_item {
    padding: 12px 17px;
  }
  .view__quiz_list li:not(:last-child) {
    margin-bottom: 4px;
  }
  .view__quiz_title {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .view__button a {
    width: calc(50% - 6px);
  }
  .view__info .time__track_button {
    max-width: inherit;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
  .view__info .time__track_button:not(:last-child) {
    margin-bottom: 6px;
  }
}

.message {
  background-color: #FFF;
  height: 400px;
}
.stext {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: -5px 0 20px;
}
.saptech {
  margin-top: 100px;
  margin-bottom: 100px;
}
.saptech__text {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.saptech ul {
  display: flex;
  gap: 25px;
}
.saptech ul li {
  flex: 1 0%;
  padding: 20px 15px;
}
.saptech ul li:nth-child(1) {
  background-color: #3072ea;
  color: #FFF;
}
.saptech ul li:nth-child(2) {
  background-color: #6edbbf;
}
.saptech ul li:nth-child(3) {
  background-color: #ec8fea;
}
.saptech ul li h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.6;
  min-height: calc(1.6em * 2);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .saptech {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .saptech__text {
    font-size: 18px;
    text-align: left;
  }
  .saptech ul {
    flex-wrap: wrap;
  }
  .saptech ul li {
    width: 100%;
    flex: none;
  }
  .saptech ul li h4 {
    font-size: 20px;
    min-height: 0;
    margin-bottom: 10px;
    display: block;
  }
}

/* Favorite */
.favorite .container {
  max-width: 1020px;
}
.pagehead {
  background: #ebf8ff;
  height: 300px;
  color: #001549;
  font-weight: 700;
  line-height: 1.3;
}
.pagehead .container {
  width: 100%;
  height: 100%;
  background: url(../img/illust.png) no-repeat right center / auto 100%;
  display: flex;
  align-items: center;
}
.pagehead__text h2 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 78px;
  line-height: 1;
}
.pagehead__text p {
  letter-spacing: 0.18em;
  font-size: 19px;
  margin-top: 6px;
}
.favorite__list {
  border-top: 1px solid #d6e0e8;
}
.favorite__list li {
  border-bottom: 1px solid #d6e0e8;
  padding: 14px 10px;
}
.favorite__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.favorite__text {
  width: calc(100% - 180px - 15px);
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000;
  padding-left: 42px;
}
.favorite__text::before {
  content: "";
  width: 29px;
  height: 25px;
  background: url(../img/heart01.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 0.62em;
}
.favorite__text h3 {
  font-weight: 600;
  font-size: 16px;
}
.favorite__text p {
  font-size: 13px;
}
.favorite__button {
  width: 180px;
}
.favorite__button a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #FFF;
  background-color: #0070f2;
  border: 1px solid #0070f2;
  border-radius: 30px;
  width: 180px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.3s ease;
}
.favorite__button a span {
  display: block;
  position: relative;
  padding: 0 0 2px 25px;
}
.favorite__button a span::before {
  content: "";
  width: 17px;
  height: 15px;
  background: url(../img/heart02.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.favorite__button a:hover {
  opacity: 0.7;
}
.button__favorite {
  text-decoration: none;
  line-height: 1;
  border-radius: 30px;
  background-color: #FFF;
  color: #001549;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 180px;
  height: 40px;
  padding: 0 5px;
  transition: opacity 0.3s ease, color 0.3s ease;
}
.button__favorite:hover {
  opacity: 0.7;
}
.button__favorite span {
  display: block;
  position: relative;
  padding: 0 0 2px 28px;
}
.button__favorite span::before {
  content: "";
  width: 23px;
  height: 20px;
  background: url(../img/heart03.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 860px) {
  .button__favorite {
    font-size: 12px;
    width: 150px;
    margin-left: 10px;
  }
  .button__favorite span::before {
    width: 20px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .pagehead {
    height: 200px;
  }
  .pagehead__text h2 {
    font-size: 40px;
  }
  .pagehead__text p {
    font-size: 16px;
  }
  .favorite__text,
  .favorite__button {
    width: 100%;
  }
  .button__favorite {
    display: none;
  }
}


/* 20251210 */
.u-textHighlight {
  display: inline-block;
  background-color: rgba(0, 20, 74, .7);
  padding: 5px;
}
.message__banner_body.is-extraBg {
  background: url(../img/bg_keynote.png) no-repeat left top / 140px auto;
  background-color: #00144a;
}
.message__banner_body.is-wide {
  width: 100%;
}
.message__card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 30px;
  margin-top: 40px;
}
.message__card li {
  width: calc(100% / 3 - (30px / 3 * 2));
  text-align: center;
  max-width: 320px;
}
.message__card li figure {
  max-width: 280px;
  margin: 0 auto;
}
.message__card li figure img {
  display: block;
  border-radius: 100%;
}
.message__card_body {
  max-width: 280px;
  margin: 15px auto 0;
}
.message__card_body p {
  font-size: 12px;
  line-height: 1.58;
  letter-spacing: 0.04em;
  margin-bottom: 3px;
}
.message__card_body h4 {
  font-size: 18px;
  letter-spacing: 0.18em;
  font-weight: 700;
  line-height: 1.4;
}
.message__card_body h4 small {
  font-size: 13px;
  font-weight: 600;
  margin-left: 3px;
  letter-spacing: 0;
}
.message__card.is--type-small {
  justify-content: inherit;
}
.message__card.is--type-small li {
  width: calc(100% / 5 - (30px / 5 * 4));
}
.message__card.is--type-small li figure {
  max-width: 177px;
}
.message__card.is--type-small .message__card_body {
  margin-top: 10px;
}
.message__card.is--type-small .message__card_body p {
  font-size: 10px;
}
.message__card.is--type-small .message__card_body h4 {
  font-size: 14px;
}
.message__card.is--type-small .message__card_body h4 small {
  font-size: 10px;
}
@media (max-width: 767px) {
  .message__card li {
    width: 100%;
    max-width: inherit;
  }
  .message__card.is--type-small {
    gap: 20px 20px;
  }
  .message__card.is--type-small li {
    width: calc(100% / 3 - (30px / 3 * 2));
  }
  .message__card.is--type-small .message__card_body p {
    letter-spacing: 0;
  }
}

/* 20251219 */
.view__mind {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 30px;
  margin-bottom: 30px;
}
.view__mind .view__button {
  display: block;
  margin: 0;
  width: 280px;
}
.view__mind .view__button a {
  margin-right: 0;
}
.view__mind_text {
  width: calc(100% - 280px - 30px);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.view__button .view__disable {
  pointer-events: none;
  opacity: 0.4;
}
.view__mind.is--bottom {
  align-items: inherit;
  justify-content: center;
  margin-top: 30px;
}
.view__mind.is--bottom .view__button {
  display: flex;
  justify-content: center;
}
.view__mind.is--bottom .view__mind_text {
  color: #FF0000;
  width: 100%;
  text-align: center;
  padding-left: 0;
  text-indent: 0;
}
.view__mind.is--bottom .view__mind_text span {
  display: inline-flex;
  border: 3px solid #FF0000;
  padding: 5px 10px;
}
.view__mind.justify-between {
  justify-content: space-between;
}
.view__mind.grid-cols-3 {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.view__mind.grid-cols-3 .view__button {
  width: 100%;
}
.view__mind.grid-cols-3 .view__button a {
  max-width: inherit;
}
.pickup .time__track_list {
  gap: 30px;
}
.pickup .time__track_list .time__track_item {
  width: calc(100% / 3 - (30px / 3 * 2));
  background-color: #FFF;
}
.time__track_item.time--border1 {
  border: 3px solid #0070f2;
  padding: 20px;
}
.time__track_item.time--border2 {
  border: 3px solid #2ce0bf;
  padding: 20px;
}
.time__track_item.time--border3 {
  border: 3px solid #ff8af0;
  padding: 20px;
}
@media (max-width: 767px) {
  .view__mind .view__button,
  .view__mind_text {
    width: 100%;
  }
  .view__mind .view__button a {
    width: 100%;
  }
  .view__mind_text {
    font-size: 14px;
  }
  .view__mind.grid-cols-3 {
    display: flex;
    flex-direction: column;
  }
}
.pickup {
  padding-top: 60px;
}
.pickup .mainhead {
  margin-bottom: 50px;
}
.view__anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 30px;
}
.view__anchor a {
  background-color: #FFF;
  color: #001549;
  text-decoration: none;
  line-height: 1.3;
  border: 1px solid #001549;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 45px;
  border-radius: 10px;
  padding: 0 25px 0 5px;
  width: 100%;
  max-width: 280px;
  position: relative;
  transition: opacity 0.3s ease;
}
.view__anchor a::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid #001549;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.view__block {
  padding-top: 30px;
}
.view__block_title {
  text-align: center;
  color: #001549;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}
.create__date {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}
.visual__event_block {
  margin-top: 40px;
  margin-right: -200px;
  position: relative;
  z-index: 1;
}
.visual__event_block .visual__event {
  margin-top: 0;
}
.visual__event_block .visual__event_text {
  font-size: 24px;
  font-weight: 700;
}
.visual__event_block .visual__event .event__date small {
  font-size: 50%;
  letter-spacing: 0;
}
.visual__event_block .visual__event .event__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  font-weight: 700;
  padding: 5px 15px;
  background-color: #2ce0bf;
  border-radius: 10px;
  margin-left: 25px;
}
.publish__time {
  text-align: center;
  color: #FF0000;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 50px;
  line-height: 1.6;
}
.text__exp {
  color: #FF0000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .pickup .time__track_list {
    justify-content: center;
  }
  .view__anchor a:hover {
    opacity: 0.7;
  }
  .message__lead.is--thank {
    margin-bottom: 50px;
    font-size: 20px;
  }
  .visual__event_block .visual__event .event__date {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .pickup .time__track_list {
    margin: 0;
    flex-wrap: wrap;
  }
  .pickup .time__track_list .time__track_item {
    width: 100%;
    padding: 15px;
  }
  .view__block_title {
    font-size: 28px;
  }
  .view__anchor {
    gap: 10px;
  }
  .view__anchor a {
    width: calc(50% - 5px);
    font-size: 11px;
    letter-spacing: 0;
  }
  .visual__event_block {
    margin-top: 6vw;
    margin-right: 0;
  }
  .visual__event_block .visual__event {
    margin-top: 0;
  }
  .visual__event_block .visual__event_text {
    text-align: center;
    font-size: 4vw;
    margin-bottom: 1.2vw;
  }
  .visual__event_block .visual__event .event__link {
    margin-left: 0;
    max-width: 33vw;
    border-radius: 8px;
    margin-top: 2.6vw;
    height: 7vw;
  }
  .publish__time {
    font-size: 23px;
  }
}

.timetable--nodate .timetable__content::before {
  display: none;
}
.timetable--nodate .time__body,
.timetable--nodate .timetable__content {
  width: 100%;
}
.timetable--nodate .time__track_row {
  left: 10px;
}
@media (max-width: 767px) {
  .timetable--nodate .timetable__content {
    width: 100%;
  }
}
