@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

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

/* FontFamily */
html {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #000;
}

/* リキッドレイアウト対応 */
/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

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

/* Remove default type */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Remove default margin padding */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

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

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

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

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

/* 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);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* フォームリセット */
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;
}

button {
  padding: 0;
  color: inherit;
}

/* card */
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card__item {
  width: calc(33.33333% - 19.33333px);
  margin-top: 69px;
}
@media screen and (max-width: 767px) {
  .card__item {
    width: calc(50% - 7.5px);
    margin-top: 30px;
  }
}
.card__item:not(:nth-child(3n+1)) {
  margin-left: 29px;
}
@media screen and (max-width: 767px) {
  .card__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .card__item:not(:nth-child(2n+1)) {
    margin-left: 15px;
  }
}

.card__item-title {
  color: #D03D37;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .card__item-title {
    font-size: 16px;
  }
}

.card__item-video {
  width: 100%;
  padding-top: 64.8648648649%;
  position: relative;
}
.card__item-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: none;
}

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

/* l-link */
.l-link {
  position: absolute;
  left: 50%;
  top: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l-link {
    top: -100px;
  }
}

/* link */
.link {
  position: relative;
}
@media screen and (max-width: 767px) {
  .link {
    margin-bottom: -90px;
  }
}

.link__inner {
  max-width: 952px;
}

.link__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .link__items {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.link__item {
  text-align: center;
  background: #D03D37;
  width: 33.333%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .link__item {
    width: 100%;
    font-size: 14px;
  }
}
.link__item + .link__item {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .link__item + .link__item {
    border-left: none;
    border-top: 1px solid #fff;
  }
}
.link__item a {
  color: #fff !important;
  display: block;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .link__item a {
    padding: 20px 0;
  }
}

/* menu */
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.menu__item {
  width: 33.33%;
  font-size: 24px;
  border: 1px solid #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .menu__item {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .menu__item + .menu__item:hover {
    border-left: 1px solid #333;
  }
}
@media screen and (min-width: 768px) {
  .menu__item:hover {
    background: #D03D37;
    border: 1px solid #D03D37;
    color: #fff;
  }
}
.menu__item.current {
  background: #D03D37;
  border: 1px solid #D03D37;
  position: relative;
}
.menu__item.current button {
  color: #fff;
}
.menu__item.current::after {
  position: absolute;
  content: "";
  border-right: 30px solid transparent;
  border-top: 20px solid #D03D37;
  border-left: 30px solid transparent;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .menu__item.current::after {
    border-right: 20px solid transparent;
    border-top: 15px solid #D03D37;
    border-left: 20px solid transparent;
    bottom: -14px;
  }
}
.menu__item button {
  letter-spacing: 0.1em;
  display: block;
  width: 100%;
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .menu__item button {
    padding: 13px 0;
  }
}
.menu__item span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .menu__item span {
    font-size: 14px;
  }
}

/* section-title */
.section-title {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.1em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 20px;
  }
}
.section-title::before, .section-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #D03D37;
  display: block;
}
.section-title::before {
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .section-title::before {
    margin-right: 15px;
  }
}
.section-title::after {
  margin-left: 28px;
}
@media screen and (max-width: 767px) {
  .section-title::after {
    margin-left: 15px;
  }
}

/* wrapper */
.wrapper {
  background: #EFF0F1;
  position: relative;
}

/* youtube-wrapper */
.youtube-wrapper {
  text-align: center;
  margin-top: 75px;
}

/* youtube */
.youtube__inner {
  display: inline-block;
  text-align: center;
  background: #333;
  padding: 28px 64px;
}
@media screen and (max-width: 767px) {
  .youtube__inner {
    padding: 15px 35px;
  }
}

.youtube__text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 5px 0 5px 61px;
  background: url(../img/youtube-logo.svg) no-repeat center left/48px;
}
@media screen and (max-width: 767px) {
  .youtube__text {
    text-align: center;
    display: block;
    font-size: 16px;
    padding: 3px 0 3px 50px;
    background: url(../img/youtube-logo.svg) no-repeat center left/35px;
  }
}

/* a-class */
.a-class {
  background: #EFF0F1;
  padding: 129px 0 90px;
}
@media screen and (max-width: 767px) {
  .a-class {
    padding: 60px 0 60px;
  }
}

.a-class__card {
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .a-class__card {
    margin-top: 10px;
  }
}
.a-class__card .card__item-title {
  text-align: left;
  margin-top: 8px;
}

/* official */
.official {
  background: #333;
  padding: 96px 0 200px;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .official {
    padding: 60px 0 150px;
  }
}

.official__title {
  color: #fff;
}

.official__menu {
  width: 900px;
  max-width: 100%;
  margin: 56px auto 0;
}
@media screen and (max-width: 767px) {
  .official__menu {
    margin-top: 40px;
  }
}

.official__items {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .official__items {
    margin-top: 40px;
  }
}

.official__item {
  display: none;
}
.official__item.active {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.official__video {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .official__video {
    width: 500px;
  }
}

.official__video-item {
  width: 100%;
  padding-top: 60%;
  position: relative;
  display: none;
}
.official__video-item.active {
  display: block;
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.official__video-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.official__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .official__language {
    max-width: 500px;
    margin: 30px auto 0;
  }
}

.official__language-item {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  width: 216px;
  max-width: 33.333%;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .official__language-item {
    font-size: 15px;
  }
}
.official__language-item + .official__language-item {
  margin-left: 48px;
}
@media screen and (max-width: 767px) {
  .official__language-item + .official__language-item {
    margin-left: 15px;
  }
}
.official__language-item.current {
  background: #C4C4C4;
  border: 1px solid #C4C4C4;
}
@media screen and (min-width: 768px) {
  .official__language-item:hover {
    background: #C4C4C4;
    border: 1px solid #C4C4C4;
  }
}
.official__language-item button {
  letter-spacing: 0.1em;
  display: block;
  width: 100%;
  color: #fff;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .official__language-item button {
    padding: 10px 20px;
  }
}

.official__program {
  margin-top: 58px;
}

.official__program-btn-wrapper {
  text-align: center;
}

.official__program-btn {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  padding: 33px 85px;
  margin-bottom: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .official__program-btn {
    font-size: 16px;
    padding: 15px 35px;
  }
}
@media screen and (min-width: 768px) {
  .official__program-btn:hover {
    background: #D03D37;
  }
}

.official__program-box {
  width: 720px;
  background: #fff;
  max-width: 100%;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 767px) {
  .official__program-box {
    width: 500px;
  }
}

.official__program-date {
  display: block;
  color: #fff;
  background: #D03D37;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 13px 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .official__program-date {
    padding: 10px 15px;
    font-size: 16px;
  }
}
.official__program-date span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .official__program-date span {
    font-size: 14px;
  }
}

.official__program-list {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .official__program-list {
    padding-top: 5px;
  }
}

.official__program-list-item {
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #C9C9C9;
  padding: 13px 16px;
}
@media screen and (max-width: 767px) {
  .official__program-list-item {
    font-size: 14px;
    padding: 10px 12px;
  }
}

.official__program-list-time {
  min-width: 140px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .official__program-list-time {
    min-width: 120px;
  }
}

.official__program-list-title {
  text-align: left;
}

.official__program-caution {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.03em;
  padding: 12px 16px 30px;
}
@media screen and (max-width: 767px) {
  .official__program-caution {
    font-size: 13px;
    padding: 12px 15px 20px;
  }
}

/* press */
.press {
  background: #EFF0F1;
}
@media screen and (max-width: 767px) {
  .press {
    padding: 40px 0 60px;
  }
}

.press__card {
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .press__card {
    margin-top: 10px;
  }
}
.press__card .card__item-video {
  margin-top: 10px;
}
.press__card .card__item-title {
  text-align: left;
}

/* support */
.support {
  background: #fff;
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .support {
    padding: 60px 0 80px;
  }
}

.support__card {
  margin-top: -7px;
}
@media screen and (max-width: 767px) {
  .support__card {
    margin-top: 10px;
  }
}

.support__card-item-text {
  text-align: center;
  color: #D03D37;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .support__card-item-text {
    font-size: 16px;
  }
}

.main_article h1,
.main_article .title_en {
  text-align: left;
}