@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.6326530612vw;
  }
}
@media (min-width: 980px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.apply-button {
  max-width: 380px;
  margin: 0 auto;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .apply-button {
    max-width: 300px;
  }
}

.apply-button a {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  padding: 16px 112px;
  padding: 1rem 7rem;
  background: -webkit-gradient(linear, left top, right top, from(#199691), to(#8CDC8C));
  background: linear-gradient(to right, #199691, #8CDC8C);
  border-radius: 10px;
  color: #fff;
  -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, .16);
          box-shadow: 0 8px 5px rgba(0, 0, 0, .16);
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .apply-button a {
    font-size: 20px;
    padding: 16px 150px;
  }
}

.apply-button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#194196), to(#8bcdbb));
  background: linear-gradient(to right, #FF9D00, #FFE200);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  z-index: -1;
}

.apply-button a:hover::before {
  width: 100%;
}

.apply-button a::after {
  content: "";
  display: block;
  width: 12px;
  width: 0.75rem;
  height: 18px;
  height: 1.125rem;
  background-image: url("../images/common/arrow.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .apply-button a::after {
    width: 12px;
    height: 18px;
  }
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 1030px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.table {
  margin: 0 auto;
  max-width: 570px;
  max-width: 35.625rem;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  border-bottom: 2px solid #fff;
}
.table.nagano{
  border-bottom: 2px solid #F2F2F2;
}
@media screen and (max-width: 768px) {
  .table,.table.nagano{
    max-width: none;
    width: 90vw;
    border: none;
    font-size: 16px;
  }
}

.table__tr td {
  vertical-align: top;
  border-top: 2px solid #fff;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.nagano .table__tr td{
  border-top: 2px solid #F2F2F2;
}
@media screen and (max-width: 768px) {
  .table__tr td,
  .nagano .table__tr td {
    display: block;
    border: none;
    text-align: center;
    line-height: 1.5;
  }
}

.table__right {
  text-align: left;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  vertical-align: middle !important;
}
.table__right span{
  font-size: 12px;
  line-height: 1.2rem;
  vertical-align: middle;
  /*display: block;*/
}
@media screen and (max-width: 768px) {
  .table__right span{
    line-height: 3rem;
  }
}

.table__left span {
  font-size: 16px;
  display: block;
  text-align: center;
  width: 90px;
  width: 5.625rem;
  color: #fff;
  background-color: #282828;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-left: 4px solid #8CDC8C;
  line-height: 16px;
  line-height: 1rem;
}
@media screen and (max-width: 768px) {
  .table__left span {
    width: 12.5rem;
    line-height: normal;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    margin: 0 auto;
  }
}

.table__date {
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #282828;
  color: #fff;
}

.title__ja {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  margin-top: -8px;
  margin-top: -0.5rem;
}
@media screen and (max-width: 768px) {
  .title__ja {
    font-size: 20px;
  }
}

.title__ja::after,.nagano__title-img::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #282828;
  width: 40px;
  width: 2.5rem;
  bottom: -14px;
  bottom: -0.875rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.title__img {
  width: 100vw;
  height: 155px;
  height: 9.6875rem;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .title__img {
    background-size: cover;
  }
}

.access {
  text-align: center;
  padding-top: 77px;
  padding-top: 4.8125rem;
  padding-bottom: 112px;
  padding-bottom: 7rem;
  background-color: rgba(242, 242, 242, .75);
}

.access__title-img {
  background-image: url("../images/common/title-access.svg");
}

.access__text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.access__map {
  max-width: 980px;
  max-width: 61.25rem;
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
}
@media screen and (max-width: 768px) {
  .access__map {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.access__button {
  margin-top: 63px;
  margin-top: 3.9375rem;
}

.access__button a {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  background: #199691;
  padding: 18px 70px;
  padding: 1.125rem 4.375rem;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access__button a {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    font-size: 16px;
  }
}

.access__button a::after {
  content: "";
  display: block;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  background-image: url("../images/common/link.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .access__button a::after {
    width: 16px;
    height: 16px;
  }
}

.footer {
  padding-top: 101px;
  padding-top: 6.3125rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  text-align: center;
}

.footer__button a {
  padding: 16px 60px;
  padding: 1rem 3.75rem;
}

.footer__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
  color: #199691;
}
@media screen and (max-width: 768px) {
  .footer__text {
    font-size: 14px;
  }
}

.footer__logo {
  max-width: 448px;
  max-width: 28rem;
  margin: 95px auto 0;
  margin: 5.9375rem auto 0;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 300px;
  }
}

.footer__logo2 {
  max-width: 150px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .footer__logo2 {
    max-width: 150px;
  }
}

.footer__address {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer__address {
    font-size: 14px;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1240px;
  max-width: 77.5rem;
  margin: 0 auto;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, .75);
  color: #282828;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 80px;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}

.header__logo {
  max-width: 232px;
  max-width: 14.5rem;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    display: none;
  }
}

.header__right {
  height: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .header__right {
    display: none;
  }
}

.header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.header__list {
  height: inherit;
}

.header__list a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#199691), to(#8CDC8C));
  background-image: linear-gradient(to bottom, #199691, #8CDC8C);
  background-repeat: no-repeat;
  background-size: 100% 0;
  padding: 0 10px;
  padding: 0 0.625rem;
}

.header__list a:hover {
  background-size: 100% 100%;
  color: #fff;
}

.header__button {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.header__button a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 52px;
  background: -webkit-gradient(linear, left top, right top, from(#199691), to(#8CDC8C));
  background: linear-gradient(to right, #199691, #8CDC8C);
  border-radius: 6px;
  color: #fff;
  -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, .16);
          box-shadow: 0 4px 3px rgba(0, 0, 0, .16);
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.header__button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#194196), to(#8bcdbb));
  background: linear-gradient(to right, #FFE200, #FF9D00);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  z-index: -1;
}

.header__button a:hover::before {
  width: 100%;
}

.header__button a::after {
  content: "";
  display: block;
  width: 8px;
  width: 0.5rem;
  height: 12px;
  height: 0.75rem;
  background-image: url("../images/common/arrow.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .header__button a::after {
    width: 8px;
    height: 12px;
    right: 6%;
  }
}

.header__button-sp a {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__button-sp a {
    display: block;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    padding: 8px 32px 8px 22px;
  }
}

.mv {
  text-align: center;
  position: relative;
}

.mv__title {
  max-width: 2000px;
  max-width: 125rem;
  margin: 182px auto 0;
  margin: 11.375rem auto 0;
}
@media screen and (max-width: 768px) {
  .mv__title {
    margin-top: 122px;
  }
}

.mv__text {
  width: 100vw;
  height: 224px;
/*  height: 9.6875rem;*/
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/common/mv-text.svg");
  background-size: cover;
  margin-top: -20px;
  margin-top: -1.25rem;
}
@media screen and (max-width: 768px) {
  .mv__text {
    background-size: cover;
    background-image: none;
    margin-top: 4.5rem;
    height: 34vw;
  }
}

.mv__text img {
  display: none;
}
@media screen and (max-width: 768px) {
  .mv__text img {
    display: block;
  }
}

.mv__date {
  margin: -20px auto 0;
  margin: 3.75rem auto 0;
  max-width: 750px;
  max-width: 62.875rem;
}
@media screen and (max-width: 768px) {
  .mv__date {
    margin-top: 0.625rem;
    max-width: 50.875rem;
  }
}

.mv__button {
  margin-top: 87px;
  margin-top: 5.4375rem;
}
@media screen and (max-width: 768px) {
  .mv__button {
    margin-top: 60px;
  }
}

.video {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -2;
}

.video__data {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

.overview {
  text-align: center;
  background-color: #f2f2f2;
  margin-top: 118px;
  margin-top: 7.375rem;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.overview__text {
  margin-top: 62px;
  margin-top: 3.875rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .overview__text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    margin-top: 40px;
  }
}

.overview__detail {
  max-width: 720px;
  background-color: #fff;
  border: 2px solid #581C1E;
  border-radius: 10px;
  margin-top: 66px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .overview__detail {
    max-width: 100%;
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.overview__detail-headline {
  position: relative;
  top: -21px;
  margin-bottom: -21px;
}
.overview__detail-headline span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding-top: 0.5em;
  padding-right: 2.5em;
  padding-bottom: 0.5em;
  padding-left: 2.5em;
  background-color: #199691;
}
@media screen and (max-width: 768px) {
  .overview__detail-headline span {
    font-size: 14px;
    padding-right: 1.0em;
    padding-left: 1.0em;
  }
}
.overview__detail-body {
  padding-top: 18px;
  padding-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .overview__detail-body {
    padding: 12px 12px 18px;
  }
}
.overview__detail-body p {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .overview__detail-body p {
    font-size: 16px;
  }
}
.overview__table {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
}

.overview__button {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.overview__title-img {
  background-image: url("../images/common/title-overview.svg");
}

.program {
  text-align: center;
  margin-top: 80px;
  margin-top: 5rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.program__container {
  max-width: 1020px;
  max-width: 63.75rem;
  margin: 31px auto 0;
  margin: 1.9375rem auto 0;
  display: grid;
  grid-template-columns: 4.65625rem 1fr;
  grid-template-rows: auto auto auto auto auto;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 22px;
  padding-left: 20px;
  padding-right: 20px;
}
.h-1.program__container{
  margin: 31px auto 0;
  margin: 1.9375rem auto 0;
  row-gap: 0;
}
@media screen and (max-width: 768px) {
  .program__container {
    grid-template-columns: 50px 1fr;
  }
}

.program__container2 {
  display: grid;
  margin: 31px auto 0;
  margin: 1.9375rem auto 0;
  grid-template-rows: auto;
}

.program__container3 {
  display: grid;
  margin: 32px auto 0;
  margin: 2rem auto 0;
  grid-template-rows: auto auto auto auto;
  row-gap: 0;
}

.program__time {
  grid-column: 1;
  grid-row: 1/7;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#8CDC8C), to(#199691));
  background: linear-gradient(to bottom, #8CDC8C, #199691);
  padding-top: 5px;
  padding-top: 0.3125rem;
}
.h-1 .program__time {
    grid-row: 1/1;
    grid-template-rows: auto;
    padding-bottom: 0.3125rem;
  }
@media screen and (max-width: 768px) {
  .program__time {
    font-size: 14px;
  }
  .h-1{
    grid-template-rows: auto;
  }
  .h-1 .program__time {
    grid-row: 1/1;
    grid-template-rows: auto;
  }
}

.program__time2 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #199691;
  padding: 6px 9px;
  padding: 0.375rem 0.5625rem;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .program__time2 {
    font-size: 14px;
  }
}

.program__time3 {
  grid-column: 1;
  grid-row: 1/7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}

.program__content {
  text-align: start;
  border-left: 2px solid #199691;
  padding-left: 10px;
  padding-left: 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.h-1 .program__content{
  height: fit-content;
}
.h-1 .program__content.h-1-content{
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .program__content {
    font-size: 16px;
  }
}

.program__content--yellow {
  border-left: 2px solid #CC8410;
}

.program__content--red {
  border-left: 2px solid #CE1144;
}

.program__content--blue {
  border-left: 2px solid #3954AF;
}

.content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content2 span {
  border-left: 2px solid #199691;
  padding-left: 10px;
  padding-left: 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .content2 span {
    font-size: 16px;
  }
}

.content--big {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .content--big {
    font-size: 22px;
  }
}

.content--red {
  color: #CE1144;
  margin-top: 23px;
}

.content--yellow {
  color: #CC8410;
  margin-top: 15px;
}

.content--green {
  color: #1dad92;
  margin-top: 6px;
}

.content--blue {
  color: #3954AF;
  margin-top: 23px;
}

.content--regular {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  margin-top: 5px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .content--regular {
    font-size: 14px;
  }
}

.content--bold {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 7px;
  padding-left: 10px;
  padding-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .content--bold {
    font-size: 16px;
  }
}

.program__before {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.program__after {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .program__after {
    font-size: 22px;
  }
}

.program__title-img {
  background-image: url("../images/common/title-program.svg");
}
.nagano__title-img {
  background-image: url("../images/common/title-nagano.svg");
  position: relative;
  margin-top: 0;
  width: auto;
  height: 6.4rem;
  background-size: contain;
}
.nagano-bg{
  background: #fff;
  max-width: 980px;
  max-width: 61.25rem;
  margin: 5rem auto 0;
  padding:4rem;
  border-radius: 20px;
}
.program__text {
  font-size: 16px;
  font-size: 1rem;
  max-width: 980px;
  max-width: 61.25rem;
  margin: 0 auto;
  text-align: left;
  white-space: normal;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 768px) {
  .program__text,
  .program__text2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  .program__text2{
    text-align: left;
  }
  .nagano__title-img{
    width: 100%;
    height: 8rem;
    margin: 0 auto 0;
    background-size: contain;
  }
  .nagano-bg{
    max-width: 57.25rem;
  }
  .nagano-bg .table.nagano{
    width: 100%;
  }
}

.program__text1 {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.program__text2 {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.program__text3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  font-weight: normal;
}

.recommend {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  text-align: center;
}

.recommend__title-img {
  background-image: url("../images/common/title-recommend.svg");
}

.recommend__lists {
  display: inline-block;
  margin-top: 55px;
  margin-top: 3.4375rem;
  padding-left: 52px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .program__text3{
    font-size: 14px;
  }
  .recommend__lists {
    font-size: 16px;
  }
}

.recommend__list {
  text-align: left;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-indent: -2em;
}

.recommend__list::before {
  content: "";
  display: inline-block;
  width: 19px;
  width: 1.1875rem;
  height: 19px;
  height: 1.1875rem;
  background-image: url("../images/common/checkbox.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2px;
  margin-right: 0.125rem;
  vertical-align: middle;
}

.openbtn {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: none;
  margin-left: 10px;
  margin-right: 23px;
  margin-right: 1.4375rem;
  background-color: #282828;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .openbtn {
    display: block;
    z-index: 20;
  }
}

.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 11px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  width: 55%;
}

.openbtn span:nth-of-type(1) {
  top: 20px;
}

.openbtn span:nth-of-type(2) {
  top: 28px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 12px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.openbtn.active span:nth-of-type(2) {
  top: 30px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 50%;
  left: 12px;
}

.header__sp {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  background-color: #fff;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 10;
  overflow-y: auto;
  padding-top: 100px;
  padding-bottom: 300px;
  text-align: center;
  font-size: 16px;
}

.header__sp li.header__nav {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 50px auto;
}
@media screen and (max-width: 1024px) {
  .header__sp li.header__nav {
    font-size: 20px;
  }
}

.header__sp.is-active {
  right: 0;
}

.no-scroll {
  overflow: hidden !important;
}

.page-id-10 .header {
  display: none;
}

.page-id-10 .p-footer {
  display: none;
}

.speakers {
  text-align: center;
  background-color: rgba(242, 242, 242, .75);
  padding-top: 92px;
  padding-top: 5.75rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.speakers__title-img {
  background-image: url("../images/common/title-speakers.svg");
}

.speaker__title-ja {
  margin-top: -19px;
  margin-top: -1.1875rem;
}

.speakers__wrap {
  margin-top: 63px;
  margin-top: 3.9375rem;
  padding-left: 20px;
  padding-right: 20px;
}

.speakers__container {
  max-width: 980px;
  max-width: 61.25rem;
  margin: 44px auto 0;
}

.speakers__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .speakers__head {
    display: block;
  }
}

.speakers__head h3 {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #199691;
  /*width: 300px;
  width: 18.75rem;*/
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
}
.speakers__head.only h3{
  margin-left: 0 !important;
}
@media screen and (max-width: 768px) {
  .speakers__head h3 {
    width: 100%;
    font-size: 16px;
  }
}
.speakers__head h3.red{background-color: #CE1144;}
.speakers__head h3.yellow {background-color: #CC8410;}
.speakers__head h3.green {background-color: #199691;}
.speakers__head h3.blue {background-color: #3954AF;}

.speakers__head h3.red,
.speakers__head h3.yellow,
.speakers__head h3.green,
.speakers__head h3.blue {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .speakers__head h3.red,
  .speakers__head h3.yellow,
  .speakers__head h3.green,
  .speakers__head h3.blue {
    margin-top: 0.625rem;
    margin-left: 0;
  }
}



.speakers__head div {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #199691;
  background-color: #fff;
  padding: 7px 0 7px 15px;
  padding: 0.4375rem 0 0.4375rem 0.9375rem;
  width: 100%;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .speakers__head div {
    margin-left: 0;
    font-size: 16px;
  }
}

.speakers__head span {
  font-size: 26px;
  font-size: 1.625rem;
  margin-left: 5px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .speakers__head span {
    font-size: 18px;
  }
}

.yellow h3 {
  background-color: #dd9b1e;
}

.yellow div {
  color: #dd9b1e;
}

.green h3 {
  background-color: #1dad92;
}

.green div {
  color: #1dad92;
}

.purple h3 {
  background-color: #a576db;
}

.purple div {
  color: #a576db;
}

.speakers__contents {
  display: grid;
  grid-template-columns: 11.25rem 1fr;
  grid-template-rows: auto 1fr;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .speakers__contents {
    grid-template-columns: 150px 1fr;
  }
}

.speakers__content-img {
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .speakers__content-img {
    grid-row: 1;
  }
}

.speakers__content-name {
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .speakers__content-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.speakers__contents2 {
  display: grid;
  grid-template-columns: 11.25rem 1fr;
  grid-template-rows: auto 1fr;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: left;
}
.speakers__comingsoon{
  width: 100%;
  padding: 9rem 0;
  background: #b3b3b3;
  /*height: 326px;*/
  grid-row:3/3;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .speakers__contents2 {
    grid-template-columns: 150px 1fr;
  }
  .speakers__comingsoon{
    padding: 17rem 0;
  }
}

.speakers__content {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.speakers__content-name {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #fff;
  padding: 7px 0 10px 20px;
  padding: 0.4375rem 0 0.625rem 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .speakers__content-name {
    font-size: 14px;
  }
}

.speakers__content-name span {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .speakers__content-name span {
    font-size: 20px;
  }
}
.speakers__content-name span em {
  font-size: 1.1rem;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .speakers__content-name span em {
    font-size: 1.5rem;
    font-style: normal;
  }
}

.speakers__content-bio {
  font-size: 16px;
  font-size: 1rem;
  background-color: #fff;
  padding: 20px 17px;
  padding: 1.25rem 1.0625rem;
  word-wrap: break-word;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .speakers__content-bio {
    font-size: 16px;
    margin-left: 0;
    grid-column: 1/3;
  }
}

.speakers__content-bio2 {
  min-height: 230px;
  min-height: 14.375rem;
}

.speakers__content-bio3 {
  min-height: 174px;
  min-height: 10.875rem;
}

.speakers__link {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.speakers__link a {
  font-weight: 500;
  font-size: 16px;
  background: #581C1E;
  color: #fff;
  padding: 7px 0;
  display: block;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*# sourceMappingURL=styles.css.map */
