.header {
  -webkit-backdrop-filter: blur(4px);
  -webkit-transition: 0.3s;
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.7);
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 100;
}

.header.is-scroll, .header.open {
  background-color: #fff;
}

.header__inner {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1316px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1023px) {
  .header__inner {
    padding-right: 90px;
  }
}

@media (max-width: 767px) {
  .header__inner {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    height: 60px;
    justify-content: center;
    padding-right: 20px;
  }
}

.header__site-title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 280px;
}

@media (max-width: 767px) {
  .header__site-title {
    width: 186px;
  }
}

.header__site-title:focus, .header__site-title:hover {
  opacity: 0.7;
}

.header__nav {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.02em;
}

.header__nav .horizontal-list {
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 40px;
}

.header__nav .horizontal-list a {
  color: #2D344B;
}

@media (max-width: 1023px) {
  .header__nav .horizontal-list {
    display: none;
  }
}

.header__btn {
  -webkit-transition: 0.2s;
  background-color: #FFB300;
  border-radius: 100px;
  color: #2D344B;
  line-height: 1.25;
  padding: 10px 30px;
  transition: 0.2s;
  text-align:center;
  font-size: 1.4rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .header__btn {
    display: none;
  }
}

.header__btn:focus, .header__btn:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.header.open {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-sns {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  border-left: 2px solid #b8bcc9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-left: 30px;
  padding-left: 30px;
}

.header-sns img {
  height: auto;
  width: 100%;
}

.header-sns-twi {
  height: auto;
  margin-right: 10px;
  width: 40px;
}

.header-sns-fb {
  height: auto;
  width: 40px;
}

@media (max-width: 1023px) {
  .header-sns {
    display: none;
  }
}

.c-button {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 26, 99, 0.2);
  -webkit-transition: 0.3s;
  border: none;
  border-radius: 50px;
  box-shadow: 0px 4px 10px rgba(0, 26, 99, 0.2);
  cursor: pointer;
  display: block;
  font-size: 2.3rem;
  font-weight: bold;
  margin-inline: auto;
  max-width: 320px;
  padding: 24px 0;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1.6rem;
    padding: 12px 24px;
  }
}

.c-button._keycol {
  background-color: #FFB300;
  color: #2D344B;
}

.c-button._maincol {
  background-color: var(--color-primary);
  color: #fff;
}

.c-button:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.section__bg {
  background: #eaf0fe url(../images/section_bg_top.png) center top no-repeat;
  background-size: 100% auto;
  padding-top: 217px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section__bg {
    padding-bottom: 30px;
    padding-top: 100px;
  }
}

.section__bg::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#eaf0fe), to(rgba(234, 240, 254, 0)));
  background: -webkit-linear-gradient(bottom, #eaf0fe 0%, rgba(234, 240, 254, 0) 100%);
  background: linear-gradient(0deg, #eaf0fe 0%, rgba(234, 240, 254, 0) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 80px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.section__bg__bottom {
  width: 100%;
}

.section__header {
  color: var(--color-primary-dark);
  margin-bottom: 65px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section__header {
    margin-bottom: 30px;
  }
}

.section__header::before {
  -webkit-transform: translate(-47%, -11%);
  content: "";
  display: block;
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-47%, -11%);
  width: 235px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .section__header::before {
    height: 30px;
    width: 80px;
  }
}

.section__header._white::before {
  background: url(../images/section_header_bg_white.svg) center center no-repeat;
  background-size: contain;
}

.section__header._blue::before {
  background: url(../images/section_header_bg_blue.svg) center center no-repeat;
  background-size: contain;
}

.section__header .header__main {
  font-size: 5rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .section__header .header__main {
    font-size: 3.2rem;
  }
}

.section__header .header__text {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-top: 7px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .section__header .header__text {
    font-size: 1.4rem;
  }
}

.award__mv {
  background: url(../images/award/mv_bg.png) left top no-repeat;
  background-size: 65%;
}

.award__mv .award__mv__logo {
  margin-top: 180px;
}

@media screen and (max-width: 767px) {
  .award__mv .award__mv__logo {
    margin-top: 80px;
  }
}

.award__mv .award__mv__logo img {
  margin: auto;
}

.award__mv .award__mv__read {
  font-size: 2rem;
  line-height: 2;
  margin-inline: auto;
  margin-top: 80px;
  max-width: 930px;
  text-align: center;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .award__mv .award__mv__read {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 32px;
  }
}

.award__mv .award__mv__read p:not(:last-of-type) {
  margin-bottom: 1em;
}

.award__bg {
  background: #FFFCF2 url(../images/award/page_bg_top.png) center top no-repeat;
  background-size: 100% auto;
  padding-top: 150px;
}

@media screen and (max-width: 767px) {
  .award__bg {
    padding-top: 80px;
  }
}

.award__section {
  margin: auto;
  max-width: 1038px;
}

@media screen and (max-width: 767px) {
  .award__section {
    padding-top: 26.66667vw;
  }
}

.award__section:not(:last-of-type) {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .award__section:not(:last-of-type) {
    margin-bottom: 13.33333vw;
  }
}

.award__section .award__section__flag {
  left: -175px;
  position: absolute;
  top: 112px;
  width: 350px;
}

@media screen and (max-width: 1440px) {
  .award__section .award__section__flag {
    width: 24.30556vw;
  }
}

@media screen and (max-width: 1440px) {
  .award__section .award__section__flag {
    top: 7.77778vw;
  }
}

@media screen and (max-width: 1440px) {
  .award__section .award__section__flag {
    left: -12.15278vw;
  }
}

@media screen and (max-width: 767px) {
  .award__section .award__section__flag {
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: -26.66667vw;
    transform: translateX(-50%);
    width: 45.33333vw;
  }
}

.award__section .award__section__cont {
  -webkit-box-shadow: 0px 4px 30px rgba(192, 134, 0, 0.2);
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
  border-top: 10px solid #CBB13C;
  box-shadow: 0px 4px 30px rgba(192, 134, 0, 0.2);
  margin-left: 178px;
  padding: 40px 88px 60px 22vw;
  padding-left: 240px;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .award__section .award__section__cont {
    margin-left: 12.36111vw;
  }
}

@media screen and (max-width: 1440px) {
  .award__section .award__section__cont {
    padding-left: 16.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .award__section .award__section__cont {
    border-width: 5px;
    margin-left: auto;
    padding-block: 40px;
    padding-inline: 5%;
  }
}

.award__section .award__section__cont .cont__tag {
  background: #FFFCF2;
  color: #CBB13C;
  font-family: var(--ff-sans);
  font-size: 2.5rem;
  font-weight: bold;
  padding: 12px 16px 15px 17px;
}

@media screen and (max-width: 767px) {
  .award__section .award__section__cont .cont__tag {
    font-size: 1.3rem;
    padding: 10px 15px;
  }
}

.award__section .award__section__cont .cont__title {
  color: #A88D16;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .award__section .award__section__cont .cont__title {
    font-size: 2.2rem;
    margin-top: 10px;
  }
}

.award__section .award__section__cont .cont__title span {
  font-size: 3rem;
  padding-left: 0.5em;
}

@media screen and (max-width: 767px) {
  .award__section .award__section__cont .cont__title span {
    font-size: 1.5rem;
  }
}

.award__section .award__section__cont .cont__text {
  font-size: 2rem;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .award__section .award__section__cont .cont__text {
    font-size: 1.6rem;
  }
}

.award__section .award__section__cont .cont__way {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .award__section .award__section__cont .cont__way {
    gap: 10px;
    margin-top: 16px;
  }
}

.award__section .award__section__cont .cont__way .cont__way__title {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-negative: 0;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #CBB13C;
  border-radius: 6px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 90px;
  justify-content: center;
  width: 81px;
}

@media screen and (max-width: 767px) {
  .award__section .award__section__cont .cont__way .cont__way__title {
    font-size: 1.4rem;
    height: 65px;
    width: 60px;
  }
}

.award__section .award__section__cont .cont__way .cont__way__list {
  padding-left: 1.5em;
}

.award__section .award__section__cont .cont__way .cont__way__list li {
  list-style: disc;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .award__section .award__section__cont .cont__way .cont__way__list li {
    font-size: 1.4rem;
  }
}

/* ------------ 20220915_update -------------- */

.award__section .cont__office {
  margin-top: 56px;
  margin-left: -152px;
}

@media screen and (max-width: 1440px) {
  .award__section .cont__office {
    margin-left: calc(-16.66667vw + 88px);
  }
}

@media screen and (max-width: 767px) {
  .award__section .cont__office {
    margin-top: 24px;
    margin-left: 0;
  }
}

.award__section .cont__office .cont__office__title {
  display: inline-block;
  background-color: #cbb13c;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2px 16px;
  color: #fff;
  border-radius: 6px 6px 0 0;
}

.award__section .cont__office .cont__office__list {
  padding: 0 8px 16px 24px;
  background-color: #FBF7EB;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .award__section .cont__office .cont__office__list {
    padding: 0 0 16px 16px;
  }
}

.award__section .cont__office .cont__office__list .list__item {
  flex: 0 0 25%;
  padding-left: 4px;
  padding-right: 16px;
  margin-top: 16px;
  border-left: 3px solid #cbb13c;
}

@media screen and (max-width: 767px) {
  .award__section .cont__office .cont__office__list .list__item {
    flex: 0 0 50%;
  }
}

.award__section .cont__office .cont__office__list .list__item .list__item__where {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 2px;
}

.award__section .cont__office .cont__office__list .list__item .list__item__name {
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .award__section .cont__office .cont__office__list .list__item .list__item__name {
    font-size: 1.3rem;
  }
}

#community .content_award {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  #community .content_award {
    margin-top: 20px;
  }
}

#community .content_award img {
  border-radius: 12px;
}

.timetable__content .content_award_description {
  margin-top: 16px;
}

.thanks .thanks__questionnaire {
  margin-top: 64px;
}

.thanks .thanks__questionnaire img {
  margin: 0 auto;
  border-radius: 12px;
}



/* ----------------------------- */

.award_backtoTop {
  margin-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .award_backtoTop {
    margin-bottom: 60px;
  }
}

.award_backtoTop a {
  font-size: 2.2rem;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .award_backtoTop a {
    font-size: 1.8rem;
  }
}

.award_backtoTop a:hover {
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

body {
  color: var(--color-black);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

li {
  list-style: none;
}

textarea,
input[type=text],
input[type=tel],
input[type=password] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input::-ms-clear,
input::-ms-reveal {
  visibility: hidden;
}

.footer {
  background-color: #2D344B;
  color: #fff;
  padding: 70px 20px 30px;
}

@media (max-width: 767px) {
  .footer {
    padding: 43px 20px 120px;
  }
}

.footer__inner {
  margin: 0 auto;
  max-width: 1040px;
}

@media (max-width: 767px) {
  .footer__inner {
    max-width: 330px;
  }
}

.footer__texts {
  line-height: 1.875;
}

@media (max-width: 767px) {
  .footer__texts {
    font-size: 1.4rem;
  }
}

.footer__texts a {
  color: #fff;
}

.only-pc {
  display: block;
}

@media (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}

@media (max-width: 767px) {
  .only-sp {
    display: inline;
  }
}

.no-wrap {
  white-space: nowrap;
}

.humburger-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  height: 30px;
  margin-top: 0 !important;
  min-width: auto !important;
  padding: 0;
  position: fixed;
  right: 20px;
  top: 30px;
  width: 30px;
  z-index: 120;
}

@media (max-width: 1023px) {
  .humburger-btn {
    display: block;
  }
}

@media (max-width: 767px) {
  .humburger-btn {
    top: 15px;
  }
}

.humburger-btn .humburger-btn__line {
  -webkit-transition: -webkit-transform 0.5s;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 30px;
}

.humburger-btn .humburger-btn__line::before {
  -webkit-transition: -webkit-transform 0.5s;
  background-color: #0054ac;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 4px;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 30px;
}

.humburger-btn .humburger-btn__line::after {
  -webkit-transition: -webkit-transform 0.5s;
  background-color: #0054ac;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: -6px;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 30px;
}

.humburger-btn.cross .humburger-btn__line::before {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.5s;
  top: 50%;
  transform: rotate(-45deg);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 120;
}

.humburger-btn.cross .humburger-btn__line::after {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.5s;
  top: 50%;
  transform: rotate(45deg);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 120;
}

.humburger-nav-wrapper {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.5s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 100vh;
  left: 0;
  position: fixed;
  top: -100%;
  transition: 0.5s;
  width: 100%;
  z-index: 91;
}

@media (max-width: 767px) {
  .humburger-nav-wrapper {
    top: -100vh;
  }
}

.humburger-nav-wrapper.open {
  top: 90px;
}

@media (max-width: 767px) {
  .humburger-nav-wrapper.open {
    top: 60px;
  }
}

.humburger-nav-wrapper .humburger-nav {
  background-color: #fff;
  border-top: 1px solid #d6d8e0;
  height: 100%;
  width: 100%;
}

.humburger-nav-wrapper .humburger-nav__logo {
  margin: 0 auto 60px;
  width: 100px;
}

.humburger-nav-wrapper .humburger-nav .humburger-nav__list {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.humburger-nav-wrapper .humburger-nav .humburger-nav__list .humburger-nav__item {
  padding: 20px 0;
}

.humburger-nav-wrapper .humburger-nav .humburger-nav__list .humburger-nav__item a .humburger-nav__large {
  color: #0054AC;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.016em;
  white-space: nowrap;
}

.humburger-nav-wrapper .humburger-nav .humburger-nav__list .humburger-nav__item a .humburger-nav__small {
  color: #0054AC;
  font-size: 1.4rem;
  font-weight: 400;
  padding-top: 6px;
}

.humburger-nav-wrapper .humburger-nav .humburger-nav__list .humburger-nav__cta {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  background-color: #FFB300;
  border-radius: 100px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  color: #2D344B;
  display: none;
  font-weight: bold;
  line-height: 1.25;
  margin: 20px auto 40px;
  max-width: 320px;
  padding: 14px 0;
  text-align: center;
  width: 86.48%;
}

@media (max-width: 767px) {
  .humburger-nav-wrapper .humburger-nav .humburger-nav__list .humburger-nav__cta {
    display: block;
  }
}

@media (max-width: 1023px) {
  .hmb-sns {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 0 20vw;
  }
  .hmb-sns-twi {
    height: auto;
    width: 48px;
  }
  .hmb-sns-fb {
    height: auto;
    width: 48px;
  }
}

.horizontal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.horizontal-list__item {
  margin-right: 50px;
}

@media screen and (max-width: 1440px) {
  .horizontal-list__item {
    margin-right: 3.47222vw;
  }
}

.horizontal-list__item:last-of-type {
  margin-right: 0;
}

.horizontal-list__item a {
  -webkit-transition: 0.3s;
  color: #484F65;
  transition: 0.3s;
}

.horizontal-list__item a:focus, .horizontal-list__item a:hover {
  opacity: 0.7;
}

.fixed-cta {
  bottom: 48px;
  position: fixed;
  right: 48px;
  z-index: 90;
}

@media (min-width: 1800px) {
  .fixed-cta {
    left: 82%;
    right: auto;
  }
}

@media (max-width: 1023px) {
  .fixed-cta {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .fixed-cta {
    -webkit-filter: drop-shadow(0px -4px 20px rgba(194, 209, 252, 0.5));
    background-color: rgba(255, 255, 255, 0.67);
    bottom: 0;
    filter: drop-shadow(0px -4px 20px rgba(194, 209, 252, 0.5));
    left: 0;
    padding-block: 20px;
    right: auto;
    width: 100%;
  }
}

.fixed-cta a {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 26, 99, 0.2);
  -webkit-transition: 0.3s;
  align-items: center;
  background-color: #FFB300;
  border-radius: 50%;
  box-shadow: 3px 3px 8px rgba(0, 26, 99, 0.2);
  color: #2D344B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 700;
  height: 150px;
  justify-content: center;
  letter-spacing: 0.016em;
  line-height: 1.45;
  margin: auto;
  text-align: center;
  transition: 0.3s;
  width: 150px;
}

.fixed-cta a .cta__bonus {
  font-size: 1.4rem;
  color: #D98700;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 4px;
  font-weight: 500;
  margin-bottom: 4px;
}

@media (max-width: 1023px) {
  .fixed-cta a {
    height: 120px;
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .fixed-cta a {
    border-radius: 50px;
    height: auto;
    max-width: 600px;
    padding: 15px;
    width: 80%;
    flex-direction: row;
  }
  .fixed-cta a .cta__bonus {
    margin-bottom: 0;
    margin-right: 8px;
  }
  .fixed-cta a br {
    display: none;
    font-size: 1.8rem;
  }
}

.fixed-cta a:focus, .fixed-cta a:hover {
  -webkit-transform: scale(1.07);
  background-color: #FFC631;
  font-size: 2.1rem;
  transform: scale(1.07);
}

@media (max-width: 1023px) {
  .fixed-cta a:focus, .fixed-cta a:hover {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .fixed-cta a:focus, .fixed-cta a:hover {
    -webkit-transform: none;
    font-size: inherit;
    transform: none;
  }
}

:root {
  --color-black: #000000;
  --color-primary: #00348A;
  --color-primary-dark: #001A63;
  --color-primary-light: #F2F5FF;
  --ff-sans: century-gothic, sans-serif;
}

.thanks {
  position: relative;
  background: url(../images/thanks/page_bg_main.jpg) center top 103px no-repeat;
  background-size: 100% auto;
}

.thanks::before {
  content: '';
  display: block;
  width: 100%;
  height: 65%;
  position: absolute;
  background-color: #e2eafe;
  z-index: -1;
  top: 200px;
  left: 0;
}

.thanks::after {
  content: '';
  display: block;
  width: 100%;
  height: 270px;
  position: absolute;
  z-index: -1;
  top: calc(65% + 200px);
  left: 0;
  background: url(../images/thanks/page_bg_bottom.jpg) center bottom no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .thanks {
    background-position: center top 60px;
  }
  .thanks::before {
    height: 50%;
    top: 200px;
    left: 0;
  }
  .thanks::after {
    height: 100px;
    top: calc(50% + 100px);
    left: 0;
  }
}

.thanks .tnaks__inner {
  padding-top: 307px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thanks .tnaks__inner {
    padding-top: 130px;
  }
}

.thanks .thanks__icon {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .thanks .thanks__icon {
    margin-bottom: 40px;
  }
}

.thanks .thanks__icon img {
  margin: auto;
  width: 106px;
}

@media screen and (max-width: 767px) {
  .thanks .thanks__icon img {
    width: 80px;
  }
}

.thanks .thanks__title {
  color: var(--color-primary-dark);
  margin-bottom: 48px;
}

.thanks .thanks__title .title__main {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .thanks .thanks__title .title__main {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
}

.thanks .thanks__title .title__text {
  font-family: var(--ff-sans);
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .thanks .thanks__title .title__text {
    font-size: 1.8rem;
  }
}

.thanks .thanks__text01 {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .thanks .thanks__text01 {
    font-size: 1.6rem;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .thanks .thanks__buttons {
    margin-top: 60px;
  }
}

.thanks .thanks__buttons a {
  -webkit-transition: 0.2s;
  background-color: #FFB300;
  border-radius: 50px;
  color: #2D344B;
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 auto 40px;
  max-width: 396px;
  padding: 17px 38px;
  text-align: left;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .thanks .thanks__buttons a {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 16px 24px;
    width: 100%;
  }
}

.thanks .thanks__buttons a:focus, .thanks .thanks__buttons a:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.thanks .thanks__buttons a::before {
  background: url(../images/icon_calendar.svg) center center no-repeat;
  content: "";
  display: inline-block;
  height: 29px;
  margin-bottom: 5px;
  margin-right: 12px;
  vertical-align: middle;
  width: 29px;
}

@media screen and (max-width: 767px) {
  .thanks .thanks__buttons a::before {
    -ms-flex-negative: 0;
    background-size: cover;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}

.thanks .thanks__backtoTop {
  text-align: center;
}

.thanks .thanks__backtoTop a {
  font-size: 2.2rem;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .thanks .thanks__backtoTop a {
    font-size: 1.8rem;
  }
}

.thanks .thanks__backtoTop a:hover {
  text-decoration: none;
}

.thanks .thanks__sns {
  -webkit-box-shadow: 0px 4px 20px #D9E2FF;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 4px 20px #D9E2FF;
  margin-top: 72px;
  padding: 32px;
}

@media screen and (max-width: 767px) {
  .thanks .thanks__sns {
    margin-top: 60px;
  }
}

.thanks .thanks__sns .thanks__sns__text {
  color: var(--color-primary);
  font-size: 2.2rem;
  margin-bottom: 13px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thanks .thanks__sns .thanks__sns__text {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.thanks .thanks__sns .thanks__sns__list {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.thanks .thanks__sns .thanks__sns__item img {
  height: auto;
  width: 55px;
}

.thanks .thanks__banner {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-block: 163px 80px;
}

@media screen and (max-width: 767px) {
  .thanks .thanks__banner {
    gap: 30px;
    grid-template-columns: 1fr;
    margin-block: 80px;
  }
}

.thanks .thanks__banner a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.thanks .thanks__banner a:hover {
  opacity: 0.75;
}

.top {
  text-align: center;
}

.top .top__mv {
  width: 100%;
  position: relative;
}

.top .top__mv .top__mv__image {
  width: 100%;
}

.top__mv__close {
  position: absolute;
  right: 18vw;
  top: 18vw;
  width: 17vw;
  height: 17vw;
  border-radius: 50%;
  background-color: #C2D1FC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #00348A;
}

.top__mv__close .top__mv__close__lead {
  font-size: 1.4vw;
  line-height: 1.25;
  margin-bottom: .5em;
  font-weight: 700;
}

.top__mv__close .top__mv__close__outline {
  font-size: 1vw;
}

@media screen and (max-width: 767px) {
  .top__mv__close {
    position: relative;
    right: initial;
    top: initial;
    width: 85%;
    height: auto;
    border-radius: 18px;
    margin: -50px auto 0;
    padding: 16px;
  }
  
  .top__mv__close .top__mv__close__lead {
    font-size: 18px;
    margin-bottom: .25em;
  }
  
  .top__mv__close .top__mv__close__outline {
    font-size: 14px;
  }
}

.top .top__read {
  margin-inline: auto;
  margin-top: 28px;
  max-width: 930px;
  position: relative;
  width: 90%;
}

.top .top__read::before {
  background: url(../images/top/page_img01.png) center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 74px;
  position: absolute;
  right: -210px;
  top: 5px;
  width: 217px;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .top .top__read::before {
    width: 15.06944vw;
  }
}

@media screen and (max-width: 1440px) {
  .top .top__read::before {
    height: 5.13889vw;
  }
}

@media screen and (max-width: 1440px) {
  .top .top__read::before {
    top: 0.34722vw;
  }
}

@media screen and (max-width: 1440px) {
  .top .top__read::before {
    right: -14.58333vw;
  }
}

.top .top__read .top__read__title {
  color: var(--color-primary-dark);
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .top .top__read .top__read__title {
    font-size: 2.2rem;
  }
}

.top .top__read .top__read__text {
  font-size: 2rem;
  line-height: 2;
  margin-top: 47px;
}

@media screen and (max-width: 767px) {
  .top .top__read .top__read__text {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 30px;
  }
}

.top .top__read .top__read__text p:not(:last-of-type) {
  margin-bottom: 1em;
}

.outline {
  margin-top: 26px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .outline {
    margin-top: 46px;
  }
}

.outline .outline__inner::before {
  background: url(../images/top/page_img01.png) center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 74px;
  left: 67px;
  position: absolute;
  top: 45px;
  width: 217px;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .outline .outline__inner::before {
    width: 15.06944vw;
  }
}

@media screen and (max-width: 1440px) {
  .outline .outline__inner::before {
    height: 5.13889vw;
  }
}

@media screen and (max-width: 1440px) {
  .outline .outline__inner::before {
    top: 3.125vw;
  }
}

@media screen and (max-width: 1440px) {
  .outline .outline__inner::before {
    left: 4.65278vw;
  }
}

@media screen and (max-width: 767px) {
  .outline .outline__inner::before {
    height: 30px;
    top: -1.3vw;
    width: 80px;
  }
}

.outline .outline__inner .main__inner {
  position: relative;
  z-index: 2;
}

.outline .outline__data {
  -webkit-box-shadow: 0px 4px 20px #D9E2FF;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 4px 20px #D9E2FF;
}

.outline .outline__data::before {
  background: url(../images/content_box_bg.png) center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 8px;
  width: 100%;
}

.outline .outline__list {
  padding: 56px 88px 48px;
}

@media screen and (max-width: 767px) {
  .outline .outline__list {
    padding: 20px 5%;
  }
}

.outline .outline__item {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}

.outline .outline__item.item__bonus {
  align-items: start;
}

.outline .outline__item.item__bonus dt {
  background-color: #e4eafe;
  color: var(--color-primary);
}

.outline .outline__item.item__bonus .item__outline {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: .5em;
}

@media screen and (max-width: 767px) {
  .outline .outline__item {
    gap: 16px;
  }
}

.outline .outline__item:not(:last-of-type) {
  margin-bottom: 16px;
}

.outline .outline__item dt {
  -ms-flex-negative: 0;
  background-color: var(--color-primary);
  border-radius: 5px;
  color: #fff;
  flex-shrink: 0;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  width: 143px;
}

@media screen and (max-width: 767px) {
  .outline .outline__item dt {
    font-size: 1.4rem;
    padding: 8px;
    width: 6em;
  }
}

.outline .outline__item dd {
  color: var(--color-primary);
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .outline .outline__item dd {
    font-size: 1.7rem;
  }
}

.outline .outline__button {
  border-top: 2px solid #E1E9FE;
  padding: 24px 88px 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .outline .outline__button {
    padding: 20px 5%;
  }
}

.outline .outline__sns {
  -webkit-box-shadow: 0px 4px 20px #D9E2FF;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 20px #D9E2FF;
  margin-top: 24px;
  padding: 32px 88px 24px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .outline .outline__sns {
    padding: 24px 5%;
  }
}

.outline .outline__sns::after {
  background: url(../images/top/page_img01.png) center center no-repeat;
  background-size: cover;
  bottom: 50px;
  content: '';
  display: block;
  height: 74px;
  position: absolute;
  right: -80px;
  width: 217px;
}

@media screen and (max-width: 1440px) {
  .outline .outline__sns::after {
    width: 15.06944vw;
  }
}

@media screen and (max-width: 1440px) {
  .outline .outline__sns::after {
    height: 5.13889vw;
  }
}

@media screen and (max-width: 1440px) {
  .outline .outline__sns::after {
    right: -5.55556vw;
  }
}

@media screen and (max-width: 1440px) {
  .outline .outline__sns::after {
    bottom: 3.47222vw;
  }
}

.outline .outline__sns .outline__sns__text01 {
  color: var(--color-primary);
  font-size: 2.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .outline .outline__sns .outline__sns__text01 {
    font-size: 1.6rem;
  }
}

.outline .outline__sns .outline__sns__list {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 13px;
}

.outline .outline__sns .outline__sns__item img {
  height: auto;
  width: 48px;
}

.timetable {
  margin-top: 20px;
  position: relative;
}

.timetable__content {
  -webkit-box-shadow: 0px 4px 20px #D9E2FF;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 4px 20px #D9E2FF;
  margin-bottom: 88px;
  padding-bottom: 64px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .timetable__content {
    margin-bottom: 56px;
    padding: 33px 5% 40px;
  }
}

.timetable__content::before {
  background: url(../images/content_box_bg.png) center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.timetable__content::after {
  background: url(../images/top/timeline_content_img.png) center center no-repeat;
  background-size: cover;
  bottom: -50px;
  content: '';
  display: block;
  height: 146px;
  position: absolute;
  right: -70px;
  width: 308px;
}

@media screen and (max-width: 1440px) {
  .timetable__content::after {
    width: 21.38889vw;
  }
}

@media screen and (max-width: 1440px) {
  .timetable__content::after {
    height: 10.13889vw;
  }
}

@media screen and (max-width: 1440px) {
  .timetable__content::after {
    bottom: -3.47222vw;
  }
}

@media screen and (max-width: 1440px) {
  .timetable__content::after {
    right: -4.86111vw;
  }
}

.timetable__content .content__head {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 3px solid var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  margin-inline: 100px;
  padding-block: 64px;
  padding-bottom: 24px;
}

@media screen and (max-width: 1440px) {
  .timetable__content .content__head {
    margin-inline: 6.94444vw;
  }
}

@media screen and (max-width: 1440px) {
  .timetable__content .content__head {
    margin-bottom: 3.47222vw;
  }
}

@media screen and (max-width: 767px) {
  .timetable__content .content__head {
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    margin-bottom: 24px;
    margin-inline: 0;
    padding-block: 0;
    padding-bottom: 12px;
  }
}

.timetable__content .content__head .content__head__cat {
  background-color: var(--color-primary);
  border-radius: 4px;
  color: #fff;
  padding: 12px;
  text-align: center;
  width: 250px;
}

@media screen and (max-width: 767px) {
  .timetable__content .content__head .content__head__cat {
    font-size: 1.4rem;
    min-width: 130px;
    padding: 8px 20px;
    width: auto;
  }
}

.timetable__content .content__head .content__head__text {
  color: var(--color-primary);
  font-family: var(--ff-sans);
  font-size: 34px;
  font-weight: bold;
}

@media screen and (max-width: 1440px) {
  .timetable__content .content__head .content__head__text {
    font-size: 2.36111vw;
  }
}

@media screen and (max-width: 767px) {
  .timetable__content .content__head .content__head__text {
    font-size: 2.4rem;
    margin-top: 8px;
  }
}

.timetable__content .content__head .content__head__time {
  color: var(--color-primary);
  font-family: var(--ff-sans);
  font-size: 60px;
  font-weight: bold;
}

@media screen and (max-width: 1440px) {
  .timetable__content .content__head .content__head__time {
    font-size: 4.16667vw;
  }
}

@media screen and (max-width: 767px) {
  .timetable__content .content__head .content__head__time {
    font-size: 3.4rem;
    line-height: 1;
    text-align: center;
    width: 100%;
  }
}

.timetable__content .content__title {
  color: var(--color-primary);
  font-size: 4rem;
  font-weight: bold;
  padding-inline: 5%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .timetable__content .content__title {
    font-size: 2.2rem;
  }
}

.timetable__content .content__list {
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 32px;
  justify-content: center;
  margin-top: 48px;
  padding-inline: 5%;
}

@media screen and (max-width: 767px) {
  .timetable__content .content__list {
    gap: 30px;
    margin-top: 20px;
  }
}

.timetable__content .content__item {
  width: 260px;
}

.timetable__content .content__item .content__item__thumb {
  margin-bottom: 16px;
}

.timetable__content .content__item .content__item__thumb img {
  height: auto;
  margin: auto;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .timetable__content .content__item .content__item__thumb {
    margin-bottom: 8px;
    margin-inline: auto;
    width: 160px;
  }
}

.timetable__content .content__item .content__item__data {
  color: var(--color-primary);
  text-align: center;
}

.timetable__content .content__item .content__item__data dt {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .timetable__content .content__item .content__item__data dt {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}

.timetable__content .content__item .content__item__data dd {
  background-color: #F2F5FF;
  border-radius: 4px;
  font-size: 1.6rem;
  padding: 9px;
}

@media screen and (max-width: 767px) {
  .timetable__content .content__item .content__item__data dd {
    font-size: 1.4rem;
  }
}

.timetable__content .content__button {
  margin-top: 67px;
}

@media screen and (max-width: 767px) {
  .timetable__content .content__button {
    margin-top: 24px;
  }
}

.timetable__content .content_award {
  margin: auto;
  max-width: 800px;
  width: 90%;
}

body.is-fixed {
  position: fixed;
}

.session-page__wrap {
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}

.session-page__bg {
  content: '';
  display: block;
  left: 0;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 201;
}

.session-page__overlay {
  background-color: rgba(15, 40, 82, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 201;
}

.session-page {
  background-color: #fff;
  border-radius: 10px;
  margin: 100px auto;
  margin-bottom: 100px;
  max-width: 1100px;
  overflow: hidden;
  position: relative;
  width: 80%;
  z-index: 202;
}

@media screen and (max-width: 767px) {
  .session-page {
    margin-block: 20px;
    width: 90%;
  }
}

.session-page .session-page__title {
  background: url(../images/top/session_title_bg.jpeg) center top -48px no-repeat;
  background-size: cover;
  color: var(--color-primary);
  font-family: var(--ff-sans);
  font-size: 4.5rem;
  font-weight: bold;
  padding-block: 56px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .session-page .session-page__title {
    font-size: 3.2rem;
    padding-block: 32px;
  }
}

.session-page .session-page__article {
  padding-block: 80px;
  padding-inline: 100px;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .session-page .session-page__article {
    padding-block: 5.55556vw;
  }
}

@media screen and (max-width: 1440px) {
  .session-page .session-page__article {
    padding-inline: 6.94444vw;
  }
}

@media screen and (max-width: 767px) {
  .session-page .session-page__article {
    padding: 34px 5% 40px;
  }
}

.session-page .session-page__article::before {
  background: url(../images/content_box_bg.png) center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.session-page .session-page__article .article__head {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .session-page .session-page__article .article__head {
    gap: 10px;
    margin-bottom: 10px;
  }
}

.session-page .session-page__article .article__head .article__tag {
  background-color: var(--color-primary);
  border-radius: 4px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  min-width: 220px;
  padding: 13px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .session-page .session-page__article .article__head .article__tag {
    font-size: 1.6rem;
    min-height: 32px;
    min-width: auto;
    padding: 8px 2em;
    width: auto;
  }
}

.session-page .session-page__article .article__head .article__time {
  color: var(--color-primary);
  font-family: var(--ff-sans);
  font-size: 6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .session-page .session-page__article .article__head .article__time {
    font-size: 1.8rem;
  }
}

.session-page .session-page__article .article__title {
  color: var(--color-primary);
  font-size: 4rem;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .session-page .session-page__article .article__title {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}

.session-page .session-page__article .article__description {
  font-size: 2rem;
  line-height: 200%;
}

@media screen and (max-width: 767px) {
  .session-page .session-page__article .article__description {
    font-size: 1.6rem;
  }
}

.session-page .session-page__article .article__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .session-page .session-page__article .article__media {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    gap: 20px;
    margin-top: 5.33333vw;
  }
}

.session-page .session-page__article .article__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.session-page .session-page__article .article__img img {
  height: auto;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .session-page .session-page__article .article__img {
    margin: auto;
    width: 160px;
  }
}

.session-page .session-page__article .article__media-title {
  color: var(--color-primary);
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .session-page .session-page__article .article__media-title {
    font-size: 2rem;
    margin-bottom: 4px;
  }
}

.session-page .session-page__article .article__media-title span {
  font-size: 1.6rem;
  padding-left: 0.5em;
}

.session-page .session-page__article .article__media-text {
  background-color: #F2F5FF;
  border-radius: 4px;
  color: var(--color-primary);
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: 36px;
  padding: 13px 17px;
}

@media screen and (max-width: 767px) {
  .session-page .session-page__article .article__media-text {
    font-size: 1.4rem;
    margin-bottom: 5.33333vw;
    margin-top: 10px;
    padding: 8px 10px;
  }
}

.session-page .session-page__article .article__intro {
  color: var(--color-black);
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .session-page .session-page__article .article__intro {
    font-size: 1.6rem;
  }
}

.session__page__close {
  background-color: transparent;
  border: none;
  color: var(--color-primary);
  cursor: pointer;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 13px;
  top: 13px;
}

@media screen and (max-width: 767px) {
  .session__page__close {
    font-size: 3rem;
    right: 5px;
    top: 7px;
  }
}

@media screen and (max-width: 767px) {
  .faq {
    margin-top: 20px;
  }
}

.faq__question {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.faq__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  width: 46px;
}

@media screen and (max-width: 767px) {
  .faq__icon {
    margin-right: 11px;
    width: 40px;
  }
}

.faq__question-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .faq__question-text {
    font-size: 1.6rem;
    padding-top: 7px;
  }
}

.faq__answer {
  background-color: #F4F4F7;
  border-radius: 5px;
  line-height: 1.4;
  margin-bottom: 64px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .faq__answer {
    line-height: 1.4;
    margin-bottom: 48px;
    padding: 16px;
  }
}

.faq__answer:last-of-type {
  margin-bottom: 0;
}

.form__inner {
  margin: auto;
  max-width: 810px;
  position: relative;
  width: 90%;
  z-index: 2;
}

.hbspt-form fieldset {
  max-width: 100% !important;
  width: 100%;
}

.hbspt-form label {
  color: var(--color-primary);
  font-size: 1.6rem;
  font-weight: bold;
}

.hbspt-form label a {
  text-decoration: underline;
}

.hbspt-form label a:hover {
  text-decoration: none;
}

.hbspt-form .hs-form-required,
.hbspt-form .hs-error-msg {
  color: red;
  font-weight: normal;
}

.hbspt-form .hs-input {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1.6rem;
  margin-top: 10px;
  padding: 1em;
  width: 100% !important;
}

.hbspt-form .hs-input[type="checkbox"] {
  width: auto !important;
}

.hbspt-form select.hs-input {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background: #fff url(../images/icon_arrow_b_b.svg) right 14px center no-repeat;
  border: none;
  border-radius: 10px;
  font-size: 1.6rem;
  margin-top: 10px;
  padding: 1em;
  position: relative;
  width: 100% !important;
}

.hbspt-form .hs-form-field {
  margin-bottom: 20px;
  text-align: left;
}

.hbspt-form .actions {
  margin-top: 30px;
  text-align: center;
}

.hbspt-form .hs-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 4px 5px rgba(192, 134, 0, 0.4);
  -webkit-transition: 0.3s;
  -webkit-transition: -webkit-transform .3s;
  appearance: none;
  background-color: #FFB300;
  border: none;
  border-radius: 50px;
  box-shadow: 0px 4px 5px rgba(192, 134, 0, 0.4);
  color: var(--color-primary-dark);
  cursor: pointer;
  display: block;
  display: inline-block;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin: auto;
  max-width: 320px;
  padding: 23px 0;
  text-align: center;
  transition: 0.3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
}

.hs-field-desc {
  font-weight: 400 !important;
  font-size: 1.5rem !important;
  margin: 12px 0 20px !important;
  text-align: left;
}

.hs-form-booleancheckbox {
  text-align: left;
}

.hs-form-booleancheckbox-display {
  display: flex;
}

.hs-form-booleancheckbox-display .hs-input {
  margin-top: 6px;
}

.hs-form-booleancheckbox-display .hs-input + span {
  padding-left: 4px;
}



@media screen and (max-width: 767px) {
  .hbspt-form .hs-button {
    font-size: 1.6rem;
    padding: 12px 24px;
  }
}

.hbspt-form .hs-button:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.ca-center {
  text-align: center;
}

.sns {
  background: #eaf0fe url(../images/section_bg_top.png) center top no-repeat;
  background-size: 100% auto;
  /* margin-top: 110px; */
  padding-bottom: 72px;
  padding-top: 217px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sns {
    margin-top: 50px;
    padding-top: 100px;
  }
}

.sns .sns__contents {
  -webkit-box-shadow: 0px 4px 20px #D9E2FF;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 4px 20px #D9E2FF;
  padding: 32px;
}

.sns .sns__text01 {
  color: var(--color-primary);
  font-size: 2.2rem;
  margin-bottom: 13px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sns .sns__text01 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.sns .sns__list {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.sns .sns__item img {
  height: auto;
  width: 55px;
}

.sns .sns__text02 {
  color: var(--color-primary);
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 56px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sns .sns__text02 {
    font-size: 1.8rem;
    margin-top: 24px;
  }
}

.sns .sns__text03 {
  color: var(--color-primary);
  font-size: 2.2rem;
  margin-top: 8px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sns .sns__text03 {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

.sns__10thlogo {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .sns__10thlogo {
    margin-top: 16px;
  }
}

.sns__10thlogo a img {
  display: inline;
}

@media screen and (max-width: 767px) {
  .sns__10thlogo a img {
    max-width: 370px;
    width: 100%;
  }
}

.wrapper {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.wrapper .footer {
  margin-top: auto;
}

.main__inner {
  margin: auto;
  max-width: 1000px;
  width: 90%;
}
