@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: "YuMincho";
  font-weight: normal;
  src: url("../font/A-OTF-A1MinchoStd-Bold.otf");
}
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
*:focus,
*::before:focus,
*::after:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

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

body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin: 0;
  list-style: none;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/*-----------------------------------------------
@keyframes
------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
    transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@keyframes yurayura {
  0% {
    transform: translateX(-50%) rotate(0);
  }
  25% {
    transform: translateX(-50%) rotate(10deg);
  }
  50% {
    transform: translateX(-50%) rotate(0);
  }
  75% {
    transform: translateX(-50%) rotate(-10deg);
  }
  100% {
    transform: translateX(-50%) rotate(0);
  }
}
@keyframes pcSlide {
  0% {
    opacity: 1;
    transform: translateX(-50%);
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
    transform: translateX(0);
  }
  95% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%);
  }
}
.u-wysiwygArea {
  color: #333333;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea {
    font-size: 12px;
  }
}
.u-wysiwygArea * + * {
  margin-top: 1.75em;
}
.u-wysiwygArea br + * {
  margin-top: 0;
}
.u-wysiwygArea a {
  color: blue;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a {
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}
.u-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.u-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.u-wysiwygArea h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.u-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.u-wysiwygArea h4::before {
  background: blue;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.u-wysiwygArea h5,
.u-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.u-wysiwygArea h1 + h2,
.u-wysiwygArea h2 + h3,
.u-wysiwygArea h3 + h4,
.u-wysiwygArea h4 + h5,
.u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.u-wysiwygArea p {
  color: #333333;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea p {
    font-size: 12px;
  }
}
.u-wysiwygArea strong,
.u-wysiwygArea strong * {
  font-weight: bold;
}
.u-wysiwygArea em,
.u-wysiwygArea em * {
  font-style: italic;
}
.u-wysiwygArea ul {
  list-style-type: disc;
}
.u-wysiwygArea ol {
  list-style-type: decimal;
}
.u-wysiwygArea ul,
.u-wysiwygArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.u-wysiwygArea ul li,
.u-wysiwygArea ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.u-wysiwygArea sup,
.u-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.u-wysiwygArea hr {
  background: #333;
  display: block;
  height: 1px;
  width: 100%;
}
.u-wysiwygArea blockquote {
  background: blue;
  padding: 30px;
}
.u-wysiwygArea table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.u-wysiwygArea table thead th,
.u-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}
.u-wysiwygArea table tr th,
.u-wysiwygArea table tr td {
  border: #333 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.u-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.u-wysiwygArea img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}
.u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.u-wysiwygArea .gallery {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: calc((100% - 80px) / 3);
}

/*====================================================================
siteHeader
====================================================================*/
.siteHeader {
  height: 6.4rem;
  left: 0;
  position: fixed;
  width: 100%;
  top: 3.85rem;
  z-index: 100;
  top: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .siteHeader {
    height: 5.6rem;
    top: 0;
    padding: 1rem 1.6rem;
    background: #fff;
  }
}
.siteHeader__nav {
  width: 100%;
  background: #fff;
  position: relative;
  margin: 0 auto;
  border-radius: 4px;
}
.siteHeader__navList {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  border-radius: 0.4rem;
  height: 6.4rem;
}
.siteHeader__navItem {
  position: relative;
  transition: all 0.6s;
  height: inherit;
}
.siteHeader__navItem:not(:first-child) {
  margin-left: 3.6rem;
}
.siteHeader__navItem:hover .accordion__list {
  display: block;
}
@media screen and (max-width: 880px) {
  .siteHeader__navItem {
    font-size: 1.2rem;
  }
}
.siteHeader__navItemLink {
  display: inline-block;
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 900;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
@media all and (-ms-high-contrast: none) {
  .siteHeader__navItemLink {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__navItemLink:hover {
    color: #2491D0;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__navItemLink:hover {
    text-decoration: none;
  }
}
.siteHeader__navItemLink.current {
  color: #2491D0;
}
.siteHeader__navItemLink.none {
  cursor: default;
}
.siteHeader__navItemLink.none:hover {
  color: #000;
}
.siteHeader .unLink {
  pointer-events: none;
  color: #999999;
}
.siteHeader__navItemLinkIconArea:hover .siteHeader__navItemLinkIcon02 {
  display: none;
}
.siteHeader__navItemLinkIconArea:hover .siteHeader__navItemLinkIcon01 {
  display: inline-block;
}
.siteHeader__navItemLinkIcon02, .siteHeader__navItemLinkIcon01 {
  display: inline-block;
  width: 2.2rem;
  margin-bottom: 1px;
}
.siteHeader__navItemLinkIcon01 {
  display: none;
}
.siteHeader .accordion__list {
  position: absolute;
  width: 25rem;
  background: #fff;
  border-top: 4px solid #2491D0;
  top: 6rem;
  display: none;
  padding: 0.8rem;
  border-right: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.05);
}
.siteHeader .accordion__itemLink {
  display: block;
  font-weight: bold;
  padding: 1.5rem 1.2rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .siteHeader .accordion__itemLink:hover {
    color: #2491D0;
    background: #F8F8F8;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader .accordion__itemLink:hover {
    text-decoration: none;
  }
}
.siteHeader .accordion__itemLink::after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow02.png);
  width: 1rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.siteHeader__drawerArea.is-open .siteHeader__drawerBar01 {
  transform: rotate(45deg);
  top: 0.8rem;
  left: -0.1rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__drawerArea.is-open .siteHeader__drawerBar01 {
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__drawerArea.is-open .siteHeader__drawerBar02 {
  display: none;
}
.siteHeader__drawerArea.is-open .siteHeader__drawerBar03 {
  transform: rotate(-45deg);
  top: 0.8rem;
  left: -0.1rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__drawerArea.is-open .siteHeader__drawerBar03 {
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__drawerArea.is-open .siteHeader__drawerText {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .siteHeader__drawerArea.is-open .siteHeader__drawerText {
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__drawerInnerFlex {
  display: flex;
  justify-content: space-between;
}
.siteHeader__drawerFlex {
  display: flex;
  padding: 1rem 1rem 0.9rem;
  border: 1px solid #2491D0;
  border-radius: 0.4rem;
  width: 8.3rem;
  justify-content: space-between;
}
.siteHeader__drawerIcon {
  position: relative;
  width: 1.6rem;
  height: 1.1rem;
}
.siteHeader__drawerLogo {
  width: 18.37rem;
  padding-top: 0.3rem;
}
.siteHeader__drawerBar01, .siteHeader__drawerBar02, .siteHeader__drawerBar03 {
  position: absolute;
  width: 1.6rem;
  height: 1px;
  background-color: #2491D0;
  top: 0;
  transition: all 0.3s;
}
.siteHeader__drawerBar01 {
  top: 0.4rem;
}
.siteHeader__drawerBar02 {
  top: 0.8rem;
}
.siteHeader__drawerBar03 {
  top: 1.2rem;
}
.siteHeader__drawerText {
  color: #2491D0;
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: -0.1rem;
  line-height: 1.2;
}
.siteHeader__drawerContent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 90;
  display: none;
}
@media screen and (max-width: 768px) {
  .siteHeader__drawerContent {
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__drawerContent.is-open {
  display: block;
}
@media screen and (min-width: 769px) {
  .siteHeader__drawerContent.is-open {
    display: none;
  }
}
.siteHeader__drawerContent.is-open header {
  border-bottom: 3px solid #000;
}
.siteHeader__drawerList {
  padding: 0 1.6rem;
  margin-top: 5.6rem;
  border-top: 0.4rem solid #2491D0;
  background: #fff;
}
.siteHeader__drawerItemLink, .siteHeader__drawerItemAccordionItemLink {
  padding: 2rem 1rem 1.5rem;
  border-bottom: 1px solid #DEDEDE;
  display: block;
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}
.siteHeader__drawerItemLink:hover, .siteHeader__drawerItemAccordionItemLink:hover {
  text-decoration: none;
}
.siteHeader__drawerItemLink.arrow::after, .siteHeader__drawerItemAccordionItemLink.arrow::after {
  position: absolute;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  right: 0;
  border-bottom: 0.2rem solid #2491D0;
  border-right: 0.2rem solid #2491D0;
  content: "";
  display: block;
  height: 0.9rem;
  width: 0.9rem;
}
.siteHeader__drawerItemLink.plus::before, .siteHeader__drawerItemLink.plus::after, .siteHeader__drawerItemAccordionItemLink.plus::before, .siteHeader__drawerItemAccordionItemLink.plus::after {
  content: "";
  position: absolute;
  background: #2491D0;
  transition: all 0.3s;
}
.siteHeader__drawerItemLink.plus::before, .siteHeader__drawerItemAccordionItemLink.plus::before {
  width: 1.4rem;
  height: 0.2rem;
  top: 50%;
  transform: translateX(-50%);
  right: -0.7rem;
}
.siteHeader__drawerItemLink.plus::after, .siteHeader__drawerItemAccordionItemLink.plus::after {
  height: 1.4rem;
  width: 0.2rem;
  top: 2.25rem;
  right: 0.6rem;
}
.siteHeader__drawerItemLink.is-open.plus, .siteHeader__drawerItemAccordionItemLink.is-open.plus {
  color: #2491D0;
}
.siteHeader__drawerItemLink.is-open.plus::after, .siteHeader__drawerItemAccordionItemLink.is-open.plus::after {
  transition: all 0.3s;
  transform: rotate(90deg);
}
.siteHeader__drawerItemLink.unLink, .siteHeader__drawerItemAccordionItemLink.unLink {
  pointer-events: none;
  color: #999999;
}
.siteHeader__drawerBtn {
  max-width: 34.3rem;
  background: #2491D0;
  margin: 1.6rem auto 0;
  text-align: center;
  border-radius: 0.4rem;
}
.siteHeader__drawerBtnText {
  color: #fff;
  padding: 1.6rem 0;
  font-size: 1.4rem;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}
.siteHeader__drawerBtnText::before, .siteHeader__drawerBtnText::after {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: -2rem;
}
.siteHeader__drawerBtnText::before {
  transform: rotate(45deg);
}
.siteHeader__drawerBtnText::after {
  transform: rotate(-45deg);
}
.siteHeader__drawerItemAccordionList {
  display: none;
}
.siteHeader__drawerItemAccordionItemLink {
  display: block;
  position: relative;
  margin-left: 1.5rem;
}
.siteHeader__drawerBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 80;
  display: none;
}
.siteHeader__drawerBg.is-active {
  display: block;
}
@media screen and (min-width: 769px) {
  .siteHeader__drawerBg.is-active {
    display: none;
  }
}
.siteHeader.is-sticky .siteHeader__nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  transform: translateX(0);
  transition: all 0.6s;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  border-radius: 0;
}
.is_login_user .siteHeader {
  top: 32px;
}
@media print {
  .siteHeader {
    position: absolute;
  }
}
.siteHeader__innerArea {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1140px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .siteHeader__innerArea {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
@media print {
  .siteHeader__innerArea {
    width: 1024px;
  }
}

.topPage .siteHeader {
  height: auto;
  left: 0;
  padding: 0 2rem;
  position: fixed;
  width: 100%;
  top: 4.8rem;
  z-index: 100;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .topPage .siteHeader {
    height: 5.6rem;
    top: 0;
    padding: 1rem 1.6rem;
    background: transparent;
  }
  .topPage .siteHeader .siteHeader__drawerLogo {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .topPage .siteHeader.add-white {
    background: #fff;
  }
  .topPage .siteHeader.is-sticky {
    background: #fff;
  }
  .topPage .siteHeader.is-sticky .siteHeader__drawerLogo {
    opacity: 1;
  }
  .topPage .siteHeader.is-sticky .siteHeader__drawerFlex {
    border-color: #2491D0;
  }
  .topPage .siteHeader.is-sticky .siteHeader__drawerText {
    color: #2491D0;
  }
  .topPage .siteHeader.is-sticky .siteHeader__drawerBar01,
.topPage .siteHeader.is-sticky .siteHeader__drawerBar02,
.topPage .siteHeader.is-sticky .siteHeader__drawerBar03 {
    background: #2491D0;
  }
}
.topPage .siteHeader__drawerBar01, .topPage .siteHeader__drawerBar02, .topPage .siteHeader__drawerBar03 {
  background: #fff;
}
.topPage .siteHeader__drawerFlex {
  border: 1px solid #fff;
}
.topPage .siteHeader__drawerText {
  color: #fff;
}
.topPage .siteHeader__drawerArea.is-open .siteHeader__drawerBar01, .topPage .siteHeader__drawerArea.is-open .siteHeader__drawerBar03 {
  background: #2491D0;
}
.topPage .siteHeader__drawerArea.is-open .siteHeader__drawerText {
  color: #2491D0;
}
.topPage .siteHeader__drawerArea.is-open .siteHeader__drawerFlex {
  border-color: #2491D0;
}
.topPage .siteHeader__drawerArea.is-open .siteHeader__drawerLogo {
  opacity: 1;
}
.topPage .siteHeader__nav {
  max-width: 110rem;
}
.topPage .siteHeader__navItemLinkIconArea .siteHeader__navItemLinkIcon01 {
  display: inline-block;
}
.topPage .siteHeader__navItemLinkIconArea .siteHeader__navItemLinkIcon02 {
  display: none;
}
.topPage .siteHeader__navItemLinkIconArea:hover .siteHeader__navItemLinkIcon01 {
  display: none;
}
.topPage .siteHeader__navItemLinkIconArea:hover .siteHeader__navItemLinkIcon02 {
  display: inline-block;
}
.topPage.is-open .siteHeader__draweBarr01 {
  background: #2491D0;
}

.test {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}

/*====================================================================
siteFooter
====================================================================*/
.siteFooter {
  background-color: #008cc3;
  padding: 2.7rem 0 1.6rem;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .siteFooter {
    padding: 1.6rem;
  }
}
.siteFooter__information {
  max-width: 83.6rem;
  margin: 0 auto;
}
.siteFooter__informationItem {
  display: flex;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__informationItem {
    display: block;
    margin-top: 2rem;
  }
}
.siteFooter__informationTitle {
  width: 8.5rem;
  text-align-last: justify;
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 900;
  margin-right: 2.2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .siteFooter__informationTitle {
    text-align-last: left;
    font-size: 1.4rem;
  }
}
.siteFooter__informationText {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .siteFooter__informationText {
    line-height: 1.4;
    font-size: 1.4rem;
  }
}
.siteFooter__tel {
  color: #fff;
  margin-right: 2.5rem;
}
.siteFooter__tel:hover {
  text-decoration: none;
}
.siteFooter .mail {
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .siteFooter .mail {
    border-bottom: 1px solid #fff;
  }
  .siteFooter .mail:hover {
    text-decoration: none;
  }
}
.siteFooter .copyrights {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .siteFooter .copyrights {
    margin-top: 4rem;
    line-height: 1.2;
  }
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-feature-settings: "palt" 1;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", sans-serif;
  font-size: 1.6rem;
  color: #333;
  font-weight: 500;
  -webkit-print-color-adjust: exact;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 1.6rem;
  }
}

.inner {
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 1.6rem;
  }
}

.preparationText {
  text-align: center;
  font-size: 2rem;
  padding: 8rem 0 5rem;
}

.to_topBtn {
  position: absolute;
  right: 2rem;
  top: -2rem;
}
.to_topBtn.fixed {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  top: auto;
}
.to_topBtnLink {
  display: inline-block;
  border: 1px solid #fff;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 0.4rem;
  text-align: center;
  position: relative;
  background: #2491D0;
}
@media screen and (min-width: 769px) {
  .to_topBtnLink:hover {
    opacity: 0.6;
  }
}
.to_topBtnLink::before {
  content: "";
  position: absolute;
  background: url(../images/topTop_arrow.png) no-repeat center/contain;
  width: 2.4rem;
  height: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  top: 1.5rem;
}
.to_topBtnLinkImg {
  margin-top: 4.5rem;
  width: 4.4rem;
}

.allPage__titleArea {
  background: #008cc3;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .allPage__titleArea {
    padding: 3rem 0 2.6rem;
  }
}
.allPage__title {
  color: #fff;
  font-size: 3.2rem;
  font-family: kozuka-gothic-pro, sans-serif;
  line-height: 1.2;
  padding-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .allPage__title {
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
    padding-top: 0;
  }
}
.allPage__breadArea {
  background: #F2F2F3;
}
.allPage__breadList {
  display: flex;
}
.allPage__breadItem {
  position: relative;
}
.allPage__breadItem .is-blue {
  color: #2491D0;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .allPage__breadItem .is-blue:hover {
    color: #333;
  }
}
@media screen and (max-width: 768px) {
  .allPage__breadItem .is-blue:hover {
    text-decoration: none;
  }
}
.allPage__breadItem:not(:first-child) {
  padding-left: 4rem;
}
.allPage__breadItem:not(:first-child)::before {
  content: "";
  position: absolute;
  background: url(../images/bread.png) no-repeat center/contain;
  width: 1rem;
  height: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
}
.allPage__breadItemLink {
  font-size: 1.2rem;
  line-height: 3;
}
@media screen and (min-width: 769px) {
  .allPage__breadItemLink {
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .allPage__breadItemLink:hover {
    color: #333;
  }
}
@media screen and (max-width: 768px) {
  .allPage__breadItemLink:hover {
    text-decoration: none;
  }
}
.allPage__aside {
  width: 100%;
  max-width: 26.8rem;
}
.allPage__aside.fix {
  position: fixed;
  right: 9rem;
}
.allPage__asideTitle {
  font-family: kozuka-gothic-pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
}
.allPage__asideText {
  margin-top: 2.4rem;
}
.allPage__asideText + .allPage__asideText {
  margin-top: 1rem;
}
.allPage__asideTextLink, .allPage__asideTextChildLink {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  line-height: 1.4;
  font-weight: bold;
}
.allPage__asideTextLink:hover, .allPage__asideTextChildLink:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .allPage__asideTextLink:hover, .allPage__asideTextChildLink:hover {
    opacity: 0.6;
    color: #2491D0;
  }
}
@media screen and (max-width: 768px) {
  .allPage__asideTextLink:hover, .allPage__asideTextChildLink:hover {
    text-decoration: none;
  }
}
.allPage__asideTextLink.is-blue, .allPage__asideTextChildLink.is-blue {
  color: #2491D0;
}
@media screen and (min-width: 769px) {
  .allPage__asideTextLink.is-blue:hover, .allPage__asideTextChildLink.is-blue:hover {
    opacity: 0.6;
  }
}
.allPage__asideTextLink::before, .allPage__asideTextChildLink::before {
  border-bottom: 0.2rem solid #2491D0;
  border-right: 0.2rem solid #2491D0;
  content: "";
  display: block;
  height: 0.9rem;
  width: 0.9rem;
  position: absolute;
  top: 47%;
  transform: rotate(-45deg) translateY(-50%);
  left: 0;
}
.allPage__asideTextChild {
  padding-left: 2rem;
  margin-top: 1rem;
}
.allPage__asideTextChildLink {
  font-weight: normal;
}
.allPage__innerFlex {
  display: flex;
  justify-content: space-between;
}

.u-mt1 {
  margin-top: 1rem;
}

.u-mt2 {
  margin-top: 2rem;
}

.u-mt3 {
  margin-top: 3rem;
}

.u-mt4 {
  margin-top: 4rem;
}

.u-mb4 {
  margin-bottom: 4rem;
}

.u-mt5 {
  margin-top: 5rem;
}

.u-mt6 {
  margin-top: 6rem;
}

.u-mt7 {
  margin-top: 7rem;
}

.u-mt8 {
  margin-top: 8rem;
}

.u-mt9 {
  margin-top: 9rem;
}

.u-mt10 {
  margin-top: 10rem;
}

.u-mt11 {
  margin-top: 11rem;
}

.u-mt12 {
  margin-top: 12rem;
}

.u-mt13 {
  margin-top: 13rem;
}

.u-mt14 {
  margin-top: 14rem;
}

.u-mt15 {
  margin-top: 15rem;
}

.u-mt15_5 {
  margin-top: 15.5rem;
}

.u-mt16 {
  margin-top: 16rem;
}

.u-mt17 {
  margin-top: 17rem;
}

.u-mt18 {
  margin-top: 18rem;
}

.u-mt19 {
  margin-top: 19rem;
}

.u-mt20 {
  margin-top: 20rem;
}

.u-mt21 {
  margin-top: 21rem;
}

.u-mt22 {
  margin-top: 22rem;
}

.u-mt22_5 {
  margin-top: 22.5rem;
}

.u-mt23 {
  margin-top: 23rem;
}

.u-mt24 {
  margin-top: 24rem;
}

.u-mt25 {
  margin-top: 25rem;
}

.u-mt26 {
  margin-top: 26rem;
}

.u-mt27 {
  margin-top: 27rem;
}

.u-mt28 {
  margin-top: 28rem;
}

.u-mt29 {
  margin-top: 29rem;
}

.u-mt30 {
  margin-top: 30rem;
}

.u-mt31 {
  margin-top: 31rem;
}

.u-mt32 {
  margin-top: 32rem;
}

.u-mt33 {
  margin-top: 33rem;
}

.u-mt33_5 {
  margin-top: 33.5rem;
}

.u-mt34 {
  margin-top: 34rem;
}

.u-mt34_5 {
  margin-top: 34.5rem;
}

.u-mt35 {
  margin-top: 35rem;
}

.u-mt37 {
  margin-top: 37rem;
}

.u-mt39 {
  margin-top: 39rem;
}

.u-mt40 {
  margin-top: 40rem;
}

.u-mt41 {
  margin-top: 41rem;
}

.u-mt42 {
  margin-top: 42rem;
}

.u-mt43 {
  margin-top: 43rem;
}

.u-mt44 {
  margin-top: 44rem;
}

.u-mt45 {
  margin-top: 45rem;
}

.u-mt48 {
  margin-top: 48rem;
}

.u-mt55 {
  margin-top: 55rem;
}

.u-mt61 {
  margin-top: 61rem;
}

.u-mt79 {
  margin-top: 79rem;
}

.u-mt127 {
  margin-top: 127rem;
}

.u-mt134 {
  margin-top: 134rem;
}

.u-mt142 {
  margin-top: 142rem;
}

.u-mt150 {
  margin-top: 150rem;
}

.u-mt161 {
  margin-top: 161rem;
}

.u-h7 {
  height: 7rem;
}

.u-h11 {
  height: 11rem;
}

.u-h13 {
  height: 13rem;
}

.u-h14 {
  height: 14rem;
}

.u-h15 {
  height: 15rem;
}

.u-h16 {
  height: 16rem;
}

.u-h17 {
  height: 17rem;
}

.u-h18 {
  height: 18rem;
}

.u-h19 {
  height: 19rem;
}

.u-h20 {
  height: 20rem;
}

.u-h21 {
  height: 21rem;
}

.u-h22 {
  height: 22rem;
}

.u-h23 {
  height: 23rem;
}

.u-h24 {
  height: 24rem;
}

.u-h25 {
  height: 25rem;
}

.u-h26 {
  height: 26rem;
}

.u-h27 {
  height: 27rem;
}

.u-h28 {
  height: 28rem;
}

.u-h29 {
  height: 29rem;
}

.u-h30 {
  height: 30rem;
}

.u-h31 {
  height: 31rem;
}

.u-h32 {
  height: 32rem;
}

.u-h33 {
  height: 33rem;
}

.u-h34 {
  height: 34rem;
}

.u-h35 {
  height: 35rem;
}

.u-h36 {
  height: 36rem;
}

.u-h37 {
  height: 37rem;
}

.u-h38 {
  height: 38rem;
}

.u-h39 {
  height: 39rem;
}

.u-h40 {
  height: 40rem;
}

.u-h41 {
  height: 41rem;
}

.u-h42 {
  height: 42rem;
}

.u-h43 {
  height: 43rem;
}

.u-h44 {
  height: 44rem;
}

.u-h45 {
  height: 45rem;
}

.u-h46 {
  height: 46rem;
}

.u-h47 {
  height: 47rem;
}

.u-h48 {
  height: 48rem;
}

.u-h49 {
  height: 49rem;
}

.u-h50 {
  height: 50rem;
}

.u-h51 {
  height: 51rem;
}

.u-h52 {
  height: 52rem;
}

.u-h53 {
  height: 53rem;
}

.u-h54 {
  height: 54rem;
}

.u-h55 {
  height: 55rem;
}

.u-h56 {
  height: 55rem;
}

.u-h57 {
  height: 57rem;
}

.u-h63 {
  height: 63rem;
}

.u-h71 {
  height: 71rem;
}

.u-h76 {
  height: 76rem;
}

.u-h77 {
  height: 77rem;
}

.u-h79 {
  height: 79rem;
}

.u-h83 {
  height: 83rem;
}

.u-h85 {
  height: 85rem;
}

.u-h86 {
  height: 86rem;
}

.u-h89 {
  height: 89rem;
}

.u-h93 {
  height: 93rem;
}

.u-h95 {
  height: 95rem;
}

.u-h97 {
  height: 97rem;
}

.u-h98 {
  height: 98rem;
}

.u-h99 {
  height: 99rem;
}

.u-h115 {
  height: 115rem;
}

.u-h126 {
  height: 126rem;
}

.u-h132 {
  height: 132rem;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-indent2 {
  text-indent: -1.8em;
  padding-left: 1.8em;
}

/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-pcDb,
.u-pcDib,
.u-pcDin,
.u-pcDf,
.u-pcDt,
.u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
.adjustIdLink {
  padding-top: 80px;
  margin-top: -80px;
}

.u-fBold {
  font-weight: bold !important;
}

.lineThrough {
  text-decoration: line-through;
}

.doubleLineThrough {
  position: relative;
}
.doubleLineThrough::before, .doubleLineThrough::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 4px);
  height: 1px;
  color: #DD4848;
  background: #DD4848;
  left: 0;
  right: 0;
  margin: auto;
}
.doubleLineThrough::before {
  top: 0;
  bottom: 6px;
}
.doubleLineThrough::after {
  top: 6px;
  bottom: 0;
}

/*-----------------------------------------------
main
------------------------------------------------*/
.siteContent {
  padding-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .siteContent {
    padding-top: 5.6rem;
  }
}

.topPage .siteContent {
  padding-top: 0;
}

/*-----------------------------------------------
準備中
------------------------------------------------*/
/*====================================================================
topPageFvSec
====================================================================*/
.sec01__fv {
  background: url(../images/fv.jpg) no-repeat center bottom/cover;
  padding: 15.8rem 0 9.48rem;
}
@media screen and (max-width: 768px) {
  .sec01__fv {
    background: url(../images/fv_sp.jpg) no-repeat center bottom/cover;
    /*padding: 5.75rem 0 16.4rem;*/
    padding: 5.75rem 0;
  }
}
.sec01__fvInfoText {
	color: #fff;
	text-align: center;
	margin-bottom: 1rem;
    line-height: 1.3;
}
@media screen and (max-width: 768px) {
	.sec01__fvInfoText {
		font-size: 1.4rem;;
	}
}
.sec01__fvMemberbtn {
	margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-content: center;
}
.sec01__fvMemberbtn a {
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 37rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  font-size: 1.7rem;
  padding: 0.8rem 1.3rem;
  background: url(../images/fv_arrow_w.png) no-repeat center right 1.6rem/1rem, #de0000;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.6s ease-in-out 0s;
}
.sec01__fvMemberbtn a:hover {
	text-decoration: none;
	 opacity: 0.6;
}
.sec01__fvMemberbtn a span {
	font-size: 1.4rem;
	display: block;
}
@media screen and (max-width: 768px) {
	.sec01__fvMemberbtn a {
		font-size: 1.6rem;
	}
	.sec01__fvMemberbtn a span {
		font-size: 1.4rem;
	}
}

.sec01__fvWatchnews {
  width: 79rem;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto 3rem;
  padding: 1.2rem;
  border: #fff solid 2px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec01__fvWatchnews {
    width: calc(100% - 3.2rem);
    font-size: 1.6rem;
    margin: 0 1.6rem 3rem;
  }
}
.sec01__fvWatchnews span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}
.sec01__fvWatchbtn {
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 1.4rem;
}
/*.sec01__fvWatchbtnItem:not(:first-child) {
  margin-left: 1.4rem;
}*/
.sec01__fvWatchbtnItemLink {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 44rem;
  height: 7rem;
  font-weight: bold;
  color: #2491D0;
  line-height: 1.3;
  padding: 1.3rem;
  background: url(../images/fv_arrow.png) no-repeat center right 1.6rem/1rem, #fff;
  border-radius: 4px;
  box-sizing: border-box;
}
.sec01__fvWatchbtnItem._member a {
	color: #fff;
	background: url(../images/fv_arrow_w.png) no-repeat center right 1.6rem/1rem, #de0000;
}
.sec01__fvWatchbtnItemLink .date {
  font-size: 1.4rem;
}
.sec01__fvWatchbtnItemLink .note {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .sec01__fvWatchbtnItemLink {
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .sec01__fvWatchbtnItemLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .sec01__fvWatchbtn {
  	flex-direction: column;
	gap: 0.5rem;
  }
  .sec01__fvWatchbtnItemLink {
    width: 100%;
    /*min-height: 7.6rem;*/
	height: 6rem;
    line-height: 1;
    padding: 0.6rem 1.6rem 0.6rem 0.6rem;
    background: url(../images/fv_arrow_sp.png) no-repeat center right 0.6rem/0.8rem, #fff;
    line-height: 1.2;
    word-break: keep-all;
    letter-spacing: -0.06rem;
  }
  .sec01__fvWatchbtnItem._member .sec01__fvWatchbtnItemLink {
  	/*height: 8rem;*/
  }
  .sec01__fvWatchbtnItem._member .sec01__fvWatchbtnItemLink {
	background: url(../images/fv_arrow_sp_w.png) no-repeat center right 0.6rem/0.8rem, #de0000;
  }
}
.sec01__fvWatchbtnItemLink.nolink {
  pointer-events: none;
  opacity: 0.7;
}
.sec01__fvWatchbtnItemLink:hover {
  color: #2491D0;
  text-decoration: none;
}
.sec01__fvTitle {
  max-width: 108.98rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec01__fvTitle {
    max-width: 29.3rem;
  }
}
.sec01__fvTitleImg {
  width: 100%;
}
.sec01__fvInner {
  width: 100%;
  max-width: 108.98rem;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01__fvInner {
    padding: 0 3rem;
  }
}
.sec01__fvText01 {
  max-width: 55rem;
  margin: 2.3rem auto 0;
}
@media screen and (max-width: 768px) {
  .sec01__fvText01 {
    max-width: 19.4rem;
    margin: 2.2rem auto 0;
  }
}
.sec01__fvText02 {
  max-width: 35rem;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .sec01__fvText02 {
    max-width: 23.7rem;
    margin: 2.4rem auto 0;
  }
}

.sec01__fvText_sub {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.4;
	position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
.sec01__fvText_sub {
	font-size: 1.15rem;
	bottom: -9%;
}
}

.sec02 {
  background-color: #F2F2F3;
  padding-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-top: 2.3rem;
  }
}
.sec02__movie {
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 768px) {
  .sec02__movie {
    margin-bottom: 2.3rem;
  }
}
.sec02__movieData {
  width: 100%;
  height: 50.3rem;
}
@media screen and (max-width: 768px) {
  .sec02__movieData {
    height: 18.6rem;
  }
}
.sec02__messageTitle {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1.1rem;
  letter-spacing: 0.06em;
}
.sec02__messageInfoBox {
  box-sizing: border-box;
  padding: 2.4rem;
  border: 2px solid #2491D0;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 768px) {
  .sec02__messageInfoBox {
    padding: 1.6rem;
    margin-bottom: 1.8rem;
  }
}
.sec02__messageSubTitle {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #2491D0;
  margin-bottom: 0.3rem;
}
.sec02__messageInfoText {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.sec02__newsList {
  background: #fff;
  margin-top: 1.4rem;
  overflow-y: scroll;
  height: 20rem;
}
@media screen and (max-width: 768px) {
  .sec02__newsList {
    margin-top: 0.6rem;
  }
}
.sec02__newsItemLink {
  display: block;
  padding: 2.1rem 2.4rem 0;
}
@media screen and (min-width: 769px) {
  .sec02__newsItemLink {
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .sec02__newsItemLink {
    padding: 2rem 2rem 0;
  }
  .sec02__newsItemLink:hover {
    color: #333;
    text-decoration: none;
  }
}
.sec02 span.sec02__newsItemLink {
  cursor: default;
}
@media screen and (min-width: 769px) {
  .sec02 a.sec02__newsItemLink:hover {
    color: #2491D0;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .sec02 a.sec02__newsItemLink:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .sec02__newsItemLinkUnder {
    display: inline-block !important;
  }
}
.sec02__newsItemWrap {
  display: flex;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .sec02__newsItemWrap {
    display: block;
    padding-bottom: 1.25rem;
  }
}
.sec02__newsItemTitle {
  padding-left: 3rem;
  font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .sec02__newsItemTitle {
    padding-left: 0;
  }
}
.sec02__newsItemNew01 {
  position: relative;
}
.sec02__newsItemNew01:before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 7.5rem;
  background: url(../images/icon_New.svg) center/contain no-repeat;
  width: 4.8rem;
  height: 1.6rem;
}
@media screen and (max-width: 768px) {
  .sec02__newsItemNew01:before {
    top: -2.2rem;
    left: 9rem;
  }
}
.sec02__newsItemNew02 {
  position: relative;
}
.sec02__newsItemNew02:before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 22.8rem;
  background: url(../images/icon_New.svg) center/contain no-repeat;
  width: 4.8rem;
  height: 1.6rem;
}
@media screen and (max-width: 768px) {
  .sec02__newsItemNew02:before {
    top: -2.2rem;
    left: 9rem;
  }
}
.sec02__newsItemNew03 {
  position: relative;
  margin-right: 6rem;
}
@media screen and (max-width: 768px) {
  .sec02__newsItemNew03 {
    margin-right: 0;
  }
}
.sec02__newsItemNew03:before {
  content: "";
  position: absolute;
  top: 0.45rem;
  right: -6rem;
  background: url(../images/icon_New.svg) center/contain no-repeat;
  width: 4.8rem;
  height: 1.6rem;
}
@media screen and (max-width: 768px) {
  .sec02__newsItemNew03:before {
    top: -2.2rem;
    left: 10rem;
  }
}
.sec02__newsBtn {
  margin-top: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec02__newsBtn {
    margin-top: 1.6rem;
  }
}
.sec02__newsBtnLink {
  display: inline-block;
  width: 100%;
  max-width: 26.3rem;
  height: 4.8rem;
  padding-top: 1.1rem;
  background: #2491D0;
  color: #fff;
  font-weight: bold;
  position: relative;
  border: 1px solid #2491D0;
  border-radius: 0.4rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .sec02__newsBtnLink {
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .sec02__newsBtnLink:hover {
    background: #fff;
    color: #2491D0;
    text-decoration: none;
  }
  .sec02__newsBtnLink:hover::after {
    background-image: url(../images/arrow02.png);
  }
}
@media screen and (max-width: 768px) {
  .sec02__newsBtnLink:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .sec02__newsBtnLink:hover {
    color: #fff;
    text-decoration: none;
  }
}
.sec02__newsBtnLink::after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow.png);
  width: 1rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec02__newsBtnLink {
    max-width: 100%;
  }
}
.sec02__history {
  margin-top: 6.7rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .sec02__history {
    margin-top: 4rem;
  }
}
.sec02__historyList {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec02__historyList {
    display: block;
  }
}
.sec02__historyItem {
  width: 100%;
  max-width: 26.3rem;
  height: 4.8rem;
}
@media screen and (max-width: 768px) {
  .sec02__historyItem {
    max-width: 100%;
    height: 7.2rem;
  }
}
.sec02__historyItem + .sec02__historyItem {
  margin-left: 4.8rem;
}
@media screen and (max-width: 768px) {
  .sec02__historyItem + .sec02__historyItem {
    margin: 1.2rem 0 0;
  }
}
.sec02__historyItemLink {
  display: block;
  background: #fff;
  height: 100%;
}
.sec02__historyItemLinkPast, .sec02__historyItemLinksShedule {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .sec02__historyItemLinkPast, .sec02__historyItemLinksShedule {
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .sec02__historyItemLinkPast:hover, .sec02__historyItemLinksShedule:hover {
    opacity: 0.6;
  }
}
.sec02__historyItemLinkPast {
  background: #909090;
  border: 1px solid #909090;
}
.sec02__historyItemLinksShedule {
  border: 1px solid #2491D0;
  background: #fff;
}
.sec02__historyItemLinkPastImg, .sec02__historyItemLinkSheduleImg {
  width: 3rem;
}
@media screen and (max-width: 768px) {
  .sec02__historyItemLinkPastImg, .sec02__historyItemLinkSheduleImg {
    width: 4.6rem;
  }
}
.sec02__historyItemLinkPastText, .sec02__historyItemLinksSheduleText {
  margin-left: 1rem;
  width: 13rem;
}
@media screen and (max-width: 768px) {
  .sec02__historyItemLinkPastText, .sec02__historyItemLinksSheduleText {
    width: 16.7rem;
    margin-left: 2rem;
  }
}
.sec02__historyItemLinkPastTextImg, .sec02__historyItemLinksSheduleTextImg {
  margin-bottom: 0.3rem;
}
.sec02__bannerArea {
  margin: 3.5rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .sec02__bannerArea {
    width: 100%;
  }
}
.sec02__bannerList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec02__bannerList {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.sec02__bannerItem {
  width: 100%;
  max-width: 14rem;
}
.sec02__bannerItem:not(:last-child) {
  margin-right: 1.2rem;
}
@media screen and (max-width: 768px) {
  .sec02__bannerItem {
    width: 100%;
    max-width: 16rem;
    margin: 0 0 1rem 0;
  }
  .sec02__bannerItem:not(:last-child) {
    margin-right: 1rem;
  }
  .sec02__bannerItem:nth-of-type(2), .sec02__bannerItem:nth-of-type(4) {
    margin-right: 0;
  }
  .sec02__bannerItem:last-child {
    margin: 0;
  }
  .sec02__bannerItem.bannerItemSecond {
    margin-right: 0;
  }
}
.sec02__bannerItemSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec02__bannerItemSp {
    display: block;
  }
}
.sec02__bannerItemPc {
  display: block;
}
@media screen and (max-width: 768px) {
  .sec02__bannerItemPc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sec02__bannerItemLink {
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .sec02__bannerItemLink:hover {
    opacity: 0.6;
  }
}
.archivePage__liveSiteArea {
  margin: 5.5rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .archivePage__liveSiteArea {
    margin: 2.2rem 0 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .archivePage__liveSiteCommonText {
    letter-spacing: 0.06em;
  }
}
.archivePage__liveSiteList {
  margin: 3.2rem 0;
}
@media screen and (max-width: 768px) {
  .archivePage__liveSiteList {
    margin: 2rem 0;
  }
}
.archivePage__liveSiteItem {
  width: 100%;
  max-width: 77rem;
  padding: 2.8rem 2.4rem 2.5rem;
  border: 1px solid #2491D0;
  border-left: 5px solid #2491D0;
}
.archivePage__liveSiteItem:not(:first-child) {
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .archivePage__liveSiteItem {
    height: 7.2rem;
    padding: 0 2.4rem;
  }
}
.archivePage__liveSiteItemLink {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .archivePage__liveSiteItemLink:hover {
    color: #2491D0;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .archivePage__liveSiteItemLink:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) {
  .archivePage__liveSiteItemLink {
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .archivePage__liveSiteItemLink {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.2;
  }
}
.archivePage__liveSiteItemTitle {
  font-weight: bold;
}
.archivePage__liveSiteItemLinkIcon {
  width: 1.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .archivePage__liveSiteItemLinkIcon {
    width: 1.4rem;
  }
}
.archivePage .scheduleText {
  margin: 5rem;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .outlinePage .inner {
    padding: 0 1.4rem;
  }
}
.outlinePage__contents {
  width: 100%;
  max-width: 76.8rem;
}
.outlinePage__commonText {
  color: #2491D0;
  font-weight: bold;
}
.outlinePage__overview {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .outlinePage__overview {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .outlinePage__overviewTitle {
    line-height: 1.5;
  }
}
.outlinePage__overviewTitleImgArea {
  width: 100%;
  max-width: 52rem;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .outlinePage__overviewTitleImgArea {
    padding-bottom: 1.2rem;
    max-width: 28.5rem;
  }
}
.outlinePage__overviewInfo {
  border-top: 2px solid #2491D0;
}
.outlinePage__overviewFlex, .outlinePage__overviewFlexBottom {
  display: flex;
  padding: 1.9rem 0;
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width: 768px) {
  .outlinePage__overviewFlex, .outlinePage__overviewFlexBottom {
    display: block;
    padding: 1.8rem 0;
  }
}
.outlinePage__overviewFlex:nth-child(1) .outlinePage__overviewTitle, .outlinePage__overviewFlex:nth-child(2) .outlinePage__overviewTitle, .outlinePage__overviewFlex:nth-child(3) .outlinePage__overviewTitle, .outlinePage__overviewFlex:nth-child(4) .outlinePage__overviewTitle, .outlinePage__overviewFlex:nth-child(5) .outlinePage__overviewTitle, .outlinePage__overviewFlex:nth-child(6) .outlinePage__overviewTitle, .outlinePage__overviewFlex:nth-child(7) .outlinePage__overviewTitle, .outlinePage__overviewFlex:nth-child(8) .outlinePage__overviewTitle {
  width: 8rem;
  text-align-last: justify;
}
@media screen and (max-width: 768px) {
  .outlinePage__overviewFlex:nth-child(1) .outlinePage__overviewTitle, .outlinePage__overviewFlex:nth-child(2) .outlinePage__overviewTitle, .outlinePage__overviewFlex:nth-child(3) .outlinePage__overviewTitle, .outlinePage__overviewFlex:nth-child(4) .outlinePage__overviewTitle, .outlinePage__overviewFlex:nth-child(5) .outlinePage__overviewTitle, .outlinePage__overviewFlex:nth-child(6) .outlinePage__overviewTitle, .outlinePage__overviewFlex:nth-child(7) .outlinePage__overviewTitle, .outlinePage__overviewFlex:nth-child(8) .outlinePage__overviewTitle {
    width: 100%;
    text-align-last: left;
  }
}
.outlinePage__overviewTitle, .outlinePage__overviewTitleBottom {
  color: #2491D0;
  margin-right: 4rem;
}
.outlinePage__overviewText, .outlinePage__overviewTextBottom {
  font-weight: 500;
  font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .outlinePage__overviewText, .outlinePage__overviewTextBottom {
    line-height: 1.5;
  }
  .outlinePage__overviewText.LH, .outlinePage__overviewTextBottom.LH {
    line-height: 1.2;
  }
}
.outlinePage__overviewTextTel:hover {
  text-decoration: none;
}
.outlinePage__overviewTextMail {
  color: #2491D0;
}
@media screen and (min-width: 769px) {
  .outlinePage__overviewTextMail:hover {
    opacity: 0.6;
  }
}
.outlinePage__overviewTextPdf .icon_pdf {
  padding-left: 10px;
  max-width: 1.88em;
}
@media screen and (min-width: 769px) {
  .outlinePage__overviewTextPdf:hover {
    opacity: 0.6;
  }
}
.outlinePage__personTopList {
  display: flex;
  margin: 7.2rem 0 6.2rem;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .outlinePage__personTopList {
    display: block;
    margin: 5.6rem 0 5.3rem;
  }
}
.outlinePage__personTopItem {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .outlinePage__personTopItem + .outlinePage__personTopItem {
    margin-top: 4rem;
  }
}
.outlinePage__personTopItemImgArea {
  width: 100%;
  max-width: 20rem;
  margin-right: 2.4rem;
}
@media screen and (max-width: 768px) {
  .outlinePage__personTopItemImgArea {
    max-width: 17rem;
  }
}
.outlinePage__personTopItemImg {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.08);
}
.outlinePage__personTopItemSentenceTitleEn {
  font-size: 1.4rem;
  color: #2491D0;
  font-weight: bold;
}
.outlinePage__personTopItemSentenceName {
  font-size: 1.7rem;
  font-weight: bold;
}
.outlinePage__personTopItemSentenceDirector {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
.outlinePage__personList {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0 7.2rem;
}
@media screen and (max-width: 768px) {
  .outlinePage__personList {
    margin: 2.5rem 0 4.5rem;
    justify-content: space-between;
  }
}
.outlinePage__personItem {
  width: 100%;
  max-width: 15.2rem;
}
.outlinePage__personItem:not(:nth-child(4n+1)) {
  margin-left: 5.3rem;
}
@media screen and (max-width: 768px) {
  .outlinePage__personItem:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}
.outlinePage__personItem:nth-child(n+5) {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .outlinePage__personItem:nth-child(n+5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .outlinePage__personItem {
    width: calc(50% - 1.95rem);
  }
  .outlinePage__personItem:nth-child(n+3) {
    margin-top: 3.6rem;
  }
}
.outlinePage__personItemImg {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.08);
}
.outlinePage__personItemSentence {
  margin-top: 1.5rem;
}
.outlinePage__personItemSentenceName {
  font-size: 1.7rem;
  font-weight: bold;
}
.outlinePage__personItemSentenceDirector {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
.outlinePage__overviewInfoAreaBottom {
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .outlinePage__overviewInfoAreaBottom {
    margin-bottom: 8rem;
  }
}
.outlinePage__overviewInfoBottom {
  border-top: 1px solid #DEDEDE;
}
.outlinePage__overviewInfoBottom .outlinePage__overviewTitleBottom {
  width: 6em;
  text-align-last: justify;
}
@media screen and (max-width: 768px) {
  .outlinePage__overviewInfoBottom .outlinePage__overviewTitleBottom {
    width: 100%;
    text-align-last: left;
  }
}

.greetingPage__inner {
  padding: 7rem 0 12rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .greetingPage__inner {
    padding: 3.2rem 1.6rem 39rem;
  }
}
.greetingPage__innerFlex {
  display: flex;
  justify-content: space-between;
}
.greetingPage__sentence {
  width: 100%;
  max-width: 62rem;
}
.greetingPage__sentenceTitle {
  width: 100%;
  max-width: 52rem;
}
.greetingPage__sentenceSubtitle {
  width: 100%;
  max-width: 25rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .greetingPage__sentenceSubtitle {
    max-width: 22rem;
    margin-top: 2rem;
  }
}
.greetingPage__sentenceText {
  margin-top: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .greetingPage__sentenceText {
    margin-top: 1rem;
    line-height: 2;
    font-size: 1.5rem;
  }
}
.greetingPage__sentenceBottomText {
  margin-top: 4.5rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .greetingPage__sentenceBottomText {
    font-size: 1.5rem;
    margin-top: 2.6rem;
  }
}
.greetingPage__person {
  position: absolute;
  bottom: 0;
  right: -3.3rem;
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .greetingPage__person {
    width: 28.1rem;
    right: 2.5rem;
  }
}
.unitPage__Contents {
  margin: 5.5rem auto 12rem;
}
@media screen and (max-width: 768px) {
  .unitPage__Contents {
    margin: 2.5rem auto 8rem;
  }
}
.unitPage__ContentsInner {
  width: 100%;
  max-width: 76.8rem;
}
.unitPage__ContentsTitle {
  font-size: 2.8rem;
  font-weight: bold;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #2491D0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .unitPage__ContentsTitle {
    font-size: 2.4rem;
  }
}
.unitPage__ContentsList {
  margin: 2.5rem 0 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .unitPage__ContentsList {
    margin: 2.5rem 0 1.5rem;
  }
}
.unitPage__ContentsListBottom {
  margin-top: 3.5rem;
}
.unitPage__ContentsItem:not(:first-child) {
  margin-top: 2.4rem;
}
.unitPage__ContentsItem.first .unitPage__ContentsItemTextRight, .unitPage__ContentsItem:nth-child(4) .unitPage__ContentsItemTextRight {
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .unitPage__ContentsItem.first .unitPage__ContentsItemTextRight, .unitPage__ContentsItem:nth-child(4) .unitPage__ContentsItemTextRight {
    padding-top: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .unitPage__ContentsItem {
    display: block;
    height: auto;
  }
}
.unitPage__ContentsItemFixed {
  display: flex;
  align-items: center;
  border: 2px solid #2491D0;
  vertical-align: bottom;
  height: 4.8rem;
}
.unitPage__ContentsItemFixed.Twostage {
  height: 7rem;
}
@media screen and (max-width: 768px) {
  .unitPage__ContentsItemFixed.Twostage {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .unitPage__ContentsItemFixed {
    display: block;
    height: auto;
  }
}
.unitPage__ContentsItemTextLeft, .unitPage__ContentsItemTextRight {
  line-height: 1.4;
  padding: 1.2rem 0 1rem;
  font-weight: bold;
  height: 100%;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .unitPage__ContentsItemTextLeft, .unitPage__ContentsItemTextRight {
    padding: 1.2rem;
  }
}
.unitPage__ContentsItemTextLeft {
  background: #2491D0;
  color: #fff;
  width: 100%;
  padding-left: 1.6rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .unitPage__ContentsItemTextLeft {
    padding: 1.2rem 1.4rem;
  }
}
.unitPage__ContentsItemTextRight {
  width: 100%;
  max-width: 10.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .unitPage__ContentsItemTextRight {
    max-width: 100%;
    text-align: center;
  }
}
.unitPage__liveListPc {
  display: block;
}
@media screen and (max-width: 768px) {
  .unitPage__liveListPc {
    display: none;
  }
}
.unitPage__liveListSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .unitPage__liveListSp {
    display: block;
  }
}
.unitPage__fontBig {
  font-weight: bold;
}

.programPage__timeTableArea {
  display: flex;
  margin-top: 3.2rem;
  position: relative;
}
.programPage__timeTableArea.mask::before {
  content: "";
  position: absolute;
  background: url(../images/program/icon_scroll_pc.png) center/contain no-repeat;
  top: 9.5rem;
  width: 11.6rem;
  height: 14rem;
  z-index: 10;
  left: 55%;
  transform: translateX(-50%);
  transform-origin: center bottom;
  animation-name: pcSlide;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: 3;
  animation-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  .programPage__timeTableArea.mask::before {
    background: url(../images/program/icon_scroll.png) center/contain no-repeat;
    animation-name: yurayura;
    animation-iteration-count: 2;
  }
}
.programPage__timeTableArea.mask::after {
  content: "";
  position: absolute;
  top: 8%;
  left: 43%;
  z-index: 20;
  background: url(../images/program/icon_scroll_text_pc.png) center/contain no-repeat;
  width: 20.6rem;
  height: 3.5rem;
}
@media screen and (max-width: 768px) {
  .programPage__timeTableArea.mask::after {
    background: url(../images/program/icon_scroll_text.png) center/contain no-repeat;
    top: 9.5%;
    left: 30%;
  }
}
.programPage__sundayArea .programPage__timeTableArea.mask::after {
  top: 10.5%;
}
.programPage__timeTableTimeText {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.programPage__timeTableCourseList {
  display: flex;
  width: 100%;
  margin-left: 2.2rem;
  overflow-x: scroll;
  transform: scale(1, -1);
}
.programPage__timeTableCourseList.mask {
  position: relative;
  margin-left: 1.2rem;
}
.programPage__timeTableCourseList.mask::after {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  width: 120%;
  height: 100%;
  top: 0;
  left: 0;
}
.programPage__timeTableCourseList.no_mask {
	overflow-x: inherit;
	margin-top: 15px;
}
.programPage__timeTableCourseItem {
  transform: scale(1, -1);
  width: 25rem;
  flex-shrink: 0;
}
.programPage__timeTableCourseItem:not(:first-child) {
  margin-left: 0.8rem;
}
.programPage__timeTableCourseTopTitle {
  background: #2491D0;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 0.2rem;
  margin-bottom: 0.9rem;
}
.programPage__timeTableCourseLink {
  display: block;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .programPage__timeTableCourseLink:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) {
  .programPage__timeTableCourseLink:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .programPage__timeTableCourseLink:hover {
    text-decoration: none;
  }
}
.programPage__timeTableCourseBody {
  background: rgb(236, 234, 234);
  padding: 1.2rem 1rem;
}
.programPage__timeTableCourseBodyTime {
  font-size: 1.2rem;
  position: relative;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.programPage__timeTableCourseBodyTime.live::after {
  content: "LIVE";
  position: absolute;
  right: 0;
  background: #2491D0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.1rem 0.4rem 0;
}
.programPage__timeTableCourseBodyTime .icon_star {
  color: #333;
  padding-left: 0.4rem;
}
.programPage__timeTableCourseBodyTopTitle {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 1rem;
}
.programPage__timeTableCourseBodyTitle {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 1rem;
}
.programPage__timeTableCourseBodyText {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 0.5rem;
  letter-spacing: -0.02em;
}
.programPage__timeTableCourseBodyText.red {
  color: red;
}
.programPage__timeTableCourseBodyText.ondemand {
  font-weight: bold;
  color: #2491D0;
  margin: 0.5rem 0 0;
}
.programPage__notesStar .icon_star {
  color: #333;
}

.icon_star　timeTable_star {
  color: #333;
}

.programPage__inner {
  margin: 5.5rem auto 12rem;
}
@media screen and (max-width: 768px) {
  .programPage__inner {
    margin: 2.7rem auto 8rem;
  }
}
.programPage__update {
  font-size: 1.2rem;
  text-align: right;
  line-height: 3;
}
.programPage__innerFlexLeft {
  width: 100%;
  max-width: 77rem;
}
.programPage__selectDayArea {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .programPage__selectDayArea {
    display: block;
  }
}
.programPage__selectDay {
  width: calc(50% - 1.5rem);
}
._day3 .programPage__selectDay {
  width: calc(34% - 1.5rem);
}
@media screen and (max-width: 768px) {
  .programPage__selectDay {
    width: 100%;
  }
  ._day3 .programPage__selectDay {
  	width: 100%;
  }
  .programPage__selectDay + .programPage__selectDay {
    margin-top: 0.8rem;
  }
}
.programPage__selectDayText {
  display: block;
  text-align: center;
  border: 1px solid #2491D0;
  padding: 1.1rem 0;
  position: relative;
  font-weight: bold;
  border-radius: 0.4rem;
}
.programPage__selectDayText::after {
  border-bottom: 0.2rem solid #2491D0;
  border-right: 0.2rem solid #2491D0;
  content: "";
  display: block;
  height: 0.9rem;
  width: 0.9rem;
  position: absolute;
  top: 48%;
  transform: translateY(-50%) rotate(45deg);
  right: 2rem;
}
@media screen and (min-width: 769px) {
  .programPage__selectDayText:hover {
    text-decoration: none;
    background: #2491D0;
    color: #fff;
    opacity: 0.7;
  }
  .programPage__selectDayText:hover::after {
    border-bottom: 0.2rem solid #fff;
    border-right: 0.2rem solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .programPage__selectDayText:hover {
    text-decoration: none;
  }
}
.programPage__facultyArea {
  margin-top: 2.5rem;
}
.programPage__facultyAreaTitle {
  background: #2491D0;
  color: #fff;
  padding: 1.8rem 4rem 1.8rem 2.4rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 0.4rem;
  cursor: pointer;
}
.programPage__facultyAreaTitle::before, .programPage__facultyAreaTitle::after {
  content: "";
  position: absolute;
  background: #fff;
  transition: all 0.3s;
  width: 1.4rem;
  height: 0.2rem;
  top: 50%;
  transform: translateX(-50%);
  right: 1.5rem;
}
.programPage__facultyAreaTitle::after {
  transform: rotate(90deg);
  right: 2.2rem;
}
.programPage__facultyAreaTitle.is-open {
  border-radius: 0.4rem 0.4rem 0 0;
}
.programPage__facultyAreaTitle.is-open::after {
  transform: translateX(-50%);
  right: 1.5rem;
}
.programPage__facultyAreaTextBlock {
  justify-content: space-between;
  background: #F2F2F3;
  padding: 1.5rem 2rem 1rem;
  display: none;
}
.programPage__facultyAreaTextBlock.is-open {
  display: flex;
}
@media screen and (max-width: 768px) {
  .programPage__facultyAreaTextBlock.is-open {
    display: block;
    padding: 0 2.4rem 1rem;
  }
}
.programPage__facultyAreaTextBlock01, .programPage__facultyAreaTextBlock02, .programPage__facultyAreaTextBlock03 {
  width: calc(33.333% - 1.3333333333rem);
}
@media screen and (max-width: 768px) {
  .programPage__facultyAreaTextBlock01, .programPage__facultyAreaTextBlock02, .programPage__facultyAreaTextBlock03 {
    width: 100%;
  }
}
.programPage__facultyAreaTextBlockSentence:not(:first-child) {
  border-top: 1px solid #CCCCCC;
  padding-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .programPage__facultyAreaTextBlockSentence {
    display: flex;
    align-items: center;
    padding: 1.2rem 0 1.3rem;
    border-top: 1px solid #CCCCCC;
  }
}
.programPage__facultyAreaTextBlockName {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .programPage__facultyAreaTextBlockName {
    width: 12rem;
    flex-shrink: 0;
    line-height: 1.4;
  }
}
.programPage__facultyAreaTextBlockBelong {
  font-size: 1.2rem;
  padding-bottom: 1.1rem;
}
.programPage__facultyAreaTextBlockBelong.noneBelong {
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .programPage__facultyAreaTextBlockBelong {
    padding-bottom: 0;
  }
  .programPage__facultyAreaTextBlockBelong.noneBelong {
    padding-bottom: 0;
  }
}
.programPage__weekArea {
  margin-top: 4rem;
}
.programPage__sundayArea {
  margin-top: 10rem;
}
.programPage__saturdayArea.friday {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .programPage__sundayArea {
    margin-top: 6rem;
  }
  .programPage__saturdayArea.friday {
  margin-bottom: 6rem;
}
}
.programPage__saturdayTopTitle, .programPage__sundayTopTitle {
  border-bottom: 1px solid #2491D0;
  margin: 0 0 2rem 0;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .programPage__saturdayTopTitle, .programPage__sundayTopTitle {
    font-size: 2.4rem;
  }
}
.programPage__saturdayTopTableTitle, .programPage__sundayTopTableTitle {
  margin: 0 0 2rem 0;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .programPage__saturdayTopTableTitle, .programPage__sundayTopTableTitle {
    font-size: 2.4rem;
  }
}
.programPage__saturdayTopTitleBox, .programPage__sundayTopTitleBox {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #2491D0;
  padding-top: 6.4rem;
  margin: -6.4rem 0 0 0;
}
.programPage__saturdayTopTitleLinkBox, .programPage__sundayTopTitleLinkBox {
  border: 1px solid #2491D0;
  border-radius: 4px;
  padding: 0.15rem 1.3rem 0.3rem;
  box-sizing: border-box;
}
.programPage__saturdayTopTitleLinkIconBox, .programPage__sundayTopTitleLinkIconBox {
  width: 1.7rem;
  display: inline-block;
  margin-right: 0.6rem;
}
.programPage__saturdayTopTitleLink, .programPage__sundayTopTitleLink {
  font-size: 1.2rem;
  color: #333333;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .programPage__saturdayTopTitleLink:hover, .programPage__sundayTopTitleLink:hover {
    text-decoration: none;
    color: #2491D0;
  }
}
@media screen and (max-width: 768px) {
  .programPage__saturdayTopTitleLink:hover, .programPage__sundayTopTitleLink:hover {
    text-decoration: none;
  }
}
.programPage__saturdayTopTitleTable, .programPage__sundayTopTitleTable {
  margin-top: -6.4rem;
  padding-top: 6.4rem;
  margin-bottom: 0;
}
.programPage__saturdayTimeWrap {
  margin-top: -6.4rem;
  padding-top: 6.4rem;
}
.programPage__sundayTimeWrap {
  margin-top: -6.4rem;
  padding-top: 6.4rem;
}
.programPage__saturdayTime, .programPage__sundayTime {
  background: #2491D0;
  color: #fff;
  font-weight: bold;
  padding: 0.4rem 1rem 0;
  letter-spacing: 0.06em;
  font-family: kozuka-gothic-pro, sans-serif;
  margin-top: 6rem;
}
.programPage__saturdayTime.top, .programPage__sundayTime.top {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .programPage__saturdayTime, .programPage__sundayTime {
    margin-top: 5rem;
  }
}
.programPage__saturdayTime .icon_star, .programPage__sundayTime .icon_star {
  padding-left: 0.4rem;
  color: #fff;
}
.programPage__saturdaySubTime {
  font-size: 1.8rem;
  color: #2491D0;
  font-weight: bold;
  margin-top: 1rem;
}
.programPage__saturdaySubTime + .programPage__saturdayText {
  margin-top: 0;
}
.programPage__saturdayTitle, .programPage__sundayTitle {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-bottom: 0.7rem;
  font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .programPage__saturdayTitle, .programPage__sundayTitle {
    font-size: 2rem;
  }
}
.programPage__subTitle {
  font-size: 2rem;
  margin-top: 4rem;
  line-height: 1.2;
}
.programPage__saturdayText, .programPage__sundayText {
  margin-top: 1rem;
  font-feature-settings: normal;
}
.programPage__saturdayTextBlue, .programPage__sundayTextBlue {
  color: #2491D0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 3rem 0 1rem;
  font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .programPage__saturdayTextBlue, .programPage__sundayTextBlue {
    font-size: 1.8rem;
  }
}
.programPage__saturdayMemberbox + .programPage__saturdaySubTime {
  border-top: 1px solid #ccc;
  padding-top: 1rem;
  margin-top: 2rem;
}
.programPage__saturdayMemberPosition, .programPage__sundayMemberPosition {
  color: #2491D0;
  border: 1px solid #2491D0;
  display: inline-block;
  padding: 0 1rem;
  margin: 1.8rem 0 0.5rem;
  line-height: 1.4;
  padding-top: 0.1rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.programPage__saturdayMemberName, .programPage__sundayMemberName {
  font-feature-settings: normal;
  line-height: 1.4;
  margin-top: 0.5rem;
}
.programPage__notesStar .icon_star {
  color: #2491D0;
}
.programPage__notesStar .icon_star.noColor {
  color: #333;
}
.programPage__summaryTextTtl {
	margin-top: 1rem;
    font-feature-settings: normal;
	color: #2491D0;
	font-size: 1.5rem;
    font-weight: bold;
}
.programPage__summaryText {
	font-feature-settings: normal;
    line-height: 1.4;
    margin-top: 0.5rem;
}
.withPc {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .withPc {
    display: none !important;
  }
}

.withSp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .withSp {
    display: block !important;
  }
}

.pricePage {
  font-feature-settings: normal;
  margin: 6rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .pricePage {
    margin: 2rem 0 8rem;
  }
}
.pricePage__inner {
  max-width: 76.8rem;
}
.pricePage__title {
  padding-bottom: 0.7rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #2491D0;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .pricePage__title {
    font-size: 2.4rem;
  }
}
.pricePage__text {
  margin-top: 1.6rem;
  line-height: 1.6;
}
.pricePage__text.notMargin {
  margin: 0;
}
.pricePage__text.fontStrong {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.pricePage__text.u-mt1 {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .pricePage__text.sp-mt1 {
    margin-top: 1rem;
  }
}
.pricePage__textSmall {
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .pricePage__textSmallLink:hover {
    text-decoration: none;
  }
}
.pricePage__priceMail {
  color: #2491D0;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .pricePage__priceMail:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .pricePage__priceMail:hover {
    color: #2491D0;
  }
}
.pricePage__TopText {
  line-height: 1.4;
}
.pricePage__textFlex {
  display: flex;
  letter-spacing: 0.06em;
}
.pricePage__textFlexLeft {
  margin-right: 0.8rem;
}
.pricePage__redText {
  color: #DD4848;
  margin: 2rem 0 0;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .pricePage__redText {
    letter-spacing: 0;
    line-height: 1.2;
    margin: 3rem 0 0;
  }
}
.pricePage__greenTitle {
  color: #2491D0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #CCCCCC;
  margin: 5rem 0 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pricePage__greenTitle {
    font-size: 2rem;
    margin: 3.5rem 0 2.5rem;
  }
}
.pricePage__greenTitleBottom {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .pricePage__greenTitleBottom {
    margin: 4rem 0 0;
  }
}
.pricePage__greenTitle.u-mt6 {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .pricePage__greenTitle.u-mt6 {
    margin-top: 3.5rem;
    margin-bottom: 0;
  }
}
.pricePage__priceText {
  font-weight: bold;
  margin-top: 1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .pricePage__priceText {
    line-height: 1.2;
  }
}
.pricePage__priceArea {
  width: 100%;
  max-width: 47rem;
  border: 1px solid #2491D0;
  border-collapse: collapse;
  margin: 1rem 0 3.5rem;
}
.pricePage__priceLine:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.pricePage__priceFlex {
  display: flex;
  align-items: center;
}
.pricePage__priceList {
  color: #fff;
  background: #2491D0;
  width: 50%;
  padding: 1.6rem 1rem 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.pricePage__priceList .font-small {
  font-size: 1rem;
  letter-spacing: 0.06em;
}
.pricePage__price {
  width: 50%;
  text-align: right;
  padding: 1rem;
  border: 1px solid #2491D0;
}
@media screen and (max-width: 768px) {
  .pricePage__price {
    padding: 1rem 1.5rem;
  }
}
.pricePage__price.t-center {
  text-align: center;
}
.pricePage__btn {
  margin: 3rem 0 2rem 0;
}
@media screen and (max-width: 768px) {
  .pricePage__btn {
    margin: 2rem 0 2.5rem;
  }
}
.pricePage__btnLink {
  display: inline-flex;
  justify-content: space-between;
  max-width: 39rem;
  width: 100%;
  padding: 2.1rem 2rem 1.9rem 2.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.pricePage__btnLink.casebook {
  background: #2491D0;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .pricePage__btnLink.casebook:hover {
    color: #2491D0;
    background: #fff;
    border: 1px solid #2491D0;
  }
  .pricePage__btnLink.casebook:hover .pricePage__btnLinkIcon {
    display: block;
  }
  .pricePage__btnLink.casebook:hover .pricePage__btnLinkIconWhite {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pricePage__btnLink.casebook:hover {
    text-decoration: none;
  }
}
.pricePage__btnLink.price {
  border: 1px solid #2491D0;
  border-left: 5px solid #2491D0;
}
@media screen and (min-width: 769px) {
  .pricePage__btnLink:hover {
    text-decoration: none;
    color: #2491D0;
  }
}
@media screen and (max-width: 768px) {
  .pricePage__btnLink:hover {
    text-decoration: none;
  }
}
.pricePage__btnLinkText {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .pricePage__btnLinkText {
    font-size: 1.6rem;
  }
}
.pricePage__btnLinkIcon {
  width: 1.5rem;
  height: 1.3rem;
  display: none;
}
.pricePage__btnLinkIconWhite {
  width: 1.5rem;
  height: 1.3rem;
}
.pricePage__btnLinkIconPdf {
  width: 2.7rem;
}

.coursePage__innerFlex {
  padding: 5.5rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .coursePage__innerFlex {
    padding: 2rem 1.6rem 8rem;
  }
}
.coursePage__contents {
  width: 100%;
  max-width: 76.8rem;
}
.coursePage__saturdayTitle, .coursePage__sundayTitle {
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 2px solid #2491D0;
}
@media screen and (max-width: 768px) {
  .coursePage__saturdayTitle, .coursePage__sundayTitle {
    font-size: 2.4rem;
    padding-bottom: 0.5rem;
  }
}
.coursePage__saturdayTitle__subText {
	font-size: 70%;
	line-height: 1.4;
	display: inline-block;
}
.coursePage__saturdayChoice, .coursePage__sundayChoice {
  margin-top: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .coursePage__saturdayChoice, .coursePage__sundayChoice {
    margin-top: 1.5rem;
  }
}
.coursePage__saturdayList, .coursePage__sundayList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.coursePage__saturdayList._item2, .coursePage__sundayList._item2 {
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .coursePage__saturdayList, .coursePage__sundayList {
    margin-top: 2.7rem;
  }
}
.coursePage__saturdayItem, .coursePage__sundayItem {
  width: 23rem;
}
@media screen and (max-width: 768px) {
  .coursePage__saturdayItem, .coursePage__sundayItem {
    width: 16.5rem;
  }
}
@media screen and (min-width: 769px) {
  .coursePage__saturdayItem:not(:nth-child(3n+1)), .coursePage__sundayItem:not(:nth-child(3n+1)) {
    margin-left: auto;
  }
  ._item2 .coursePage__saturdayItem:not(:nth-child(3n+1)), ._item2 .coursePage__sundayItem:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .coursePage__saturdayItem:nth-child(n+4), .coursePage__sundayItem:nth-child(n+4) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .coursePage__saturdayItem:not(:nth-child(2n+1)), .coursePage__sundayItem:not(:nth-child(2n+1)) {
    margin-left: auto;
  }
  .coursePage__saturdayItem:nth-child(n+3), .coursePage__sundayItem:nth-child(n+3) {
    margin-top: 1.2rem;
  }
}
.coursePage__saturdayItemLink, .coursePage__sundayItemLink {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .coursePage__saturdayItemLink, .coursePage__sundayItemLink {
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .coursePage__saturdayItemLink:hover, .coursePage__sundayItemLink:hover {
    opacity: 0.6;
  }
}
.coursePage__saturdayItemLink.unLink, .coursePage__sundayItemLink.unLink {
  pointer-events: none;
  opacity: 0.6;
}
.coursePage__saturdayItemLinkImgArea, .coursePage__sundayItemLinkImgArea {
  width: 100%;
}
.newsPage {
  font-feature-settings: normal;
}
.newsPage__Contents {
  margin: 5.5rem auto 12rem;
}
@media screen and (max-width: 768px) {
  .newsPage__Contents {
    margin: 2.5rem auto 8rem;
  }
}
.newsPage__ContentsInner {
  width: 100%;
  max-width: 76.8rem;
  background: #fff;
}
.newsPage__ContentsTitle {
  font-size: 2.8rem;
  font-weight: bold;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #4BA3B1;
}
@media screen and (max-width: 768px) {
  .newsPage__ContentsTitle {
    font-size: 2.4rem;
  }
}
.newsPage__newsTitle {
  text-align: center;
  padding-top: 4.2rem;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .newsPage__newsTitle {
    padding-top: 2.3rem;
  }
}
.newsPage__newsList {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .newsPage__newsList {
    margin-top: 0.5rem;
  }
}
.newsPage__newsItem {
  padding: 1.7rem 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .newsPage__newsItem {
    padding: 1.1rem 0;
  }
}
.newsPage__newsItemLink {
  display: block;
  color: #333333;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .newsPage__newsItemLink {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .newsPage__newsItemLink {
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .newsPage__newsItemLink {
    padding: 0;
  }
  .newsPage__newsItemLink:hover {
    color: #333;
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) {
  .newsPage__newsItemLink:hover {
    color: #4BA3B1;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .newsPage__newsItemLink:hover {
    text-decoration: none;
  }
}
.newsPage__newsItemNoLink {
  color: #333333;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", sans-serif;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  .newsPage__newsItemNoLink {
    font-size: 12px;
  }
}
.newsPage__newsItemWrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .newsPage__newsItemWrap {
    display: block;
  }
}
.newsPage__newsItemTitle {
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  .newsPage__newsItemTitle {
    padding-left: 0;
  }
}

.infoPage {
  font-feature-settings: normal;
  margin: 5.9rem 0 8rem 0;
}
@media screen and (max-width: 768px) {
  .infoPage {
    margin: 2.7rem 0 8rem 0;
  }
}
.infoPage__inner {
  max-width: 76.8rem;
}
.infoPage__title {
  padding-bottom: 0.7rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #2491D0;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .infoPage__title {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .infoPage__inner {
    padding: 0 0.2rem;
  }
}
.infoPage__listItemBox {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemBox {
    margin-bottom: 4.5rem;
  }
}
.infoPage__listItemTitle {
  color: #2491D0;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.16;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", sans-serif;
  font-weight: bold;
  border-bottom: 2px solid rgba(204, 204, 204, 0.6);
  padding-bottom: 1rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemTitle {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .infoPage__listItemTitle {
    font-size: 2rem;
    padding-bottom: 0.6rem;
    margin-bottom: 1rem;
  }
}
.infoPage__listItemRedTextBox {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemRedTextBox {
    margin: 1.4rem 0 0.7rem 0;
  }
}
.infoPage__listItemRedText {
  color: #DD4747;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", sans-serif;
  font-weight: bold;
}
.infoPage__listItemRedText._colorBlack {
	color: #333;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemRedText {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .infoPage__listItemRedText {
    font-size: 2.4rem;
  }
}
.infoPage__listItemText {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemText {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .infoPage__listItemText {
    font-size: 1.6rem;
  }
}
.infoPage__listItemEmergencyBox {
  background-color: #F3F3F2;
  padding: 1.9rem 2.4rem;
  box-sizing: border-box;
  margin-top: 1.9rem;
}
.infoPage__listItemEmergencyTitle {
  /*color: #ED0000;*/
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemEmergencyTitle {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .infoPage__listItemEmergencyTitle {
    font-size: 1.6rem;
  }
}
.infoPage__listItemEmergencyText {
  /*color: #ED0000;*/
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemEmergencyText {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .infoPage__listItemEmergencyText {
    font-size: 1.6rem;
  }
}
.infoPage__listItemNumBox {
  margin-bottom: 1.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemNumBox {
    margin-bottom: 1.2rem;
  }
}
.infoPage__listItemNumIconBox {
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.infoPage__lastNoMargin {
  margin-bottom: 0;
}
.infoPage__listItemNumLeft {
  width: 5%;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemNumLeft {
    width: 12%;
  }
}
.infoPage__listItemNumIconLeft {
  width: 3%;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemNumIconLeft {
    width: 7%;
  }
}
.infoPage__listItemNumRight {
  width: 95%;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemNumRight {
    width: 88%;
  }
}
.infoPage__listItemNumIconRight {
  width: 97%;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemNumIconRight {
    width: 93%;
  }
}
.infoPage__listItemNum {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemNum {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .infoPage__listItemNum {
    font-size: 1.6rem;
  }
}
.infoPage__listItemNum.t_indent {
  text-indent: -2.6rem;
  padding-left: 2.6rem;
  margin-left: 1.6rem;
}
.infoPage__listItemTextRight {
  max-width: 72.8rem;
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemTextRight {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .infoPage__listItemTextRight {
    font-size: 1.6rem;
  }
}
.infoPage__listItemEnvTitle {
  color: #333333;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.4;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", sans-serif;
  font-weight: bold;
  margin: 3rem 0 0.6rem 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemEnvTitle {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .infoPage__listItemEnvTitle {
    font-size: 1.8rem;
    margin: 2.1rem 0 0.8rem 0;
  }
}
.infoPage__listItemEnvPc {
  display: block;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemEnvPc {
    display: none;
  }
}
.infoPage__listItemEnvSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemEnvSp {
    display: block;
  }
}
.infoPage__listItemIcon {
  color: #2491D0;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemIcon {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .infoPage__listItemIcon {
    font-size: 1.6rem;
  }
}
.infoPage__listItemIconText {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", sans-serif;
  font-weight: 500;
  margin-left: 0.6rem;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemIconText {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .infoPage__listItemIconText {
    font-size: 1.6rem;
  }
}
.infoPage__listItemIconAste {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .infoPage__listItemIconAste {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .infoPage__listItemIconAste {
    font-size: 1.6rem;
  }
}
.infoPage__descBox {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 768px) {
  .infoPage__descBox {
    margin: -0.4rem 0 4rem 0;
  }
}
.infoPage__descText {
  margin-bottom: 0.6rem;
}
.infoPage__attentionText {
  color: #ED0000;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .infoPage__attentionText {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .infoPage__attentionText {
    font-size: 1.6rem;
  }
}
.infoPage__BrSp {
  display: inline;
}
@media screen and (max-width: 768px) {
  .infoPage__BrSp {
    display: block;
  }
}

.ondemand {
  font-feature-settings: normal;
  margin: 6rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .ondemand {
    margin: 2rem 0 8rem;
  }
}
.ondemand__inner {
  max-width: 76.8rem;
}
.ondemand__title {
  padding-bottom: 0.7rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #2491D0;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .ondemand__title {
    font-size: 2.4rem;
  }
}
.ondemand__brSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .ondemand__brSp {
    display: block;
  }
}
.ondemand__text {
  line-height: 1.6;
  font-size: 1.8rem;
}
.ondemand__text.leftMargin {
  margin-left: 1.8rem;
}
.ondemand__text.textPc {
  display: block;
}
@media screen and (max-width: 768px) {
  .ondemand__text.textPc {
    display: none;
  }
}
.ondemand__text.textSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .ondemand__text.textSp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .ondemand__text.u-indent {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.ondemand__text.fontStrong {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.ondemand__text.u-mt1 {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .ondemand__text.sp-mt1 {
    margin-top: 1rem;
  }
}
.ondemand__textSmall {
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .ondemand__textSmallLink:hover {
    text-decoration: none;
  }
}
.ondemand__greenTitle {
  color: #4DA3B1;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #CCCCCC;
  margin: 5rem 0 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ondemand__greenTitle {
    font-size: 2rem;
    margin: 3.5rem 0 2.5rem;
  }
}
.ondemand__greenTitleBottom {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .ondemand__greenTitleBottom {
    margin: 4rem 0 0;
  }
}
.ondemand__greenTitle.u-mt6 {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .ondemand__greenTitle.u-mt6 {
    margin-top: 3.5rem;
    margin-bottom: 0;
  }
}
.ondemand__btn {
  margin: 3rem 0 2rem 0;
}
@media screen and (max-width: 768px) {
  .ondemand__btn {
    margin: 2rem 0 2.5rem;
  }
}
.ondemand__btnLink {
  display: inline-flex;
  justify-content: space-between;
  max-width: 44rem;
  width: 100%;
  padding: 2.1rem 2rem 1.9rem 2.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  align-items: center;
}
.ondemand__btnLink.casebook {
  background: #2491D0;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .ondemand__btnLink.casebook:hover {
    color: #2491D0;
    background: #fff;
    border: 1px solid #2491D0;
  }
  .ondemand__btnLink.casebook:hover .ondemand__btnLinkIcon {
    display: block;
  }
  .ondemand__btnLink.casebook:hover .ondemand__btnLinkIconWhite {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ondemand__btnLink.casebook:hover {
    text-decoration: none;
  }
}
.ondemand__btnLink.casebooks {
  background: #2491D0;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .ondemand__btnLink.casebooks:hover {
    color: #2491D0;
    background: #fff;
    border: 1px solid #2491D0;
  }
  .ondemand__btnLink.casebooks:hover .ondemand__btnLinkIcon {
    display: block;
  }
  .ondemand__btnLink.casebooks:hover .ondemand__btnLinkIconWhite {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ondemand__btnLink.casebooks:hover {
    text-decoration: none;
  }
}
.ondemand__btnLink.price {
  border: 1px solid #2491D0;
  border-left: 5px solid #2491D0;
}
@media screen and (min-width: 769px) {
  .ondemand__btnLink:hover {
    text-decoration: none;
    color: #2491D0;
  }
}
@media screen and (max-width: 768px) {
  .ondemand__btnLink:hover {
    text-decoration: none;
  }
}
.ondemand__btnLinkText {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ondemand__btnLinkText {
    font-size: 1.6rem;
  }
}
.ondemand__btnLinkIcon {
  width: 1.5rem;
  height: 1.3rem;
  display: none;
}
.ondemand__btnLinkIconWhite {
  width: 1.5rem;
  height: 1.3rem;
}
.ondemand__programTitle {
  color: #2491D0;
  font-weight: bold;
  line-height: 1.2;
  font-feature-settings: normal;
  margin: 1.6rem 0 0.5rem;
  font-size: 1.8rem;
}
.ondemand__programList {
  list-style-type: decimal;
}
@media screen and (max-width: 768px) {
  .ondemand__programList {
    padding-left: 2rem;
  }
}
.ondemand__programList li + li {
  margin-top: 1rem;
}

.upcomingPage__overview {
  margin: 5.5rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .upcomingPage__overview {
    margin: 2.2rem 0 7.5rem;
  }
}
.upcomingPage__liveSiteArea {
  margin: 5.5rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .upcomingPage__liveSiteArea {
    margin: 2.2rem 0 7.5rem;
  }
}
.upcomingPage__liveSiteSchedule {
  margin-top: 3.4rem;
}
.upcomingPage__liveSiteSchedule__liveSiteSchedule {
  margin-top: 3.4rem;
}
.upcomingPage__liveSiteScheduleYear {
  color: #2491D0;
  margin-right: 4rem;
  font-size: 1.8rem;
}
.upcomingPage .scheduleText {
  margin: 5rem;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}

.highlightPage__Contents {
  margin: 5.5rem auto 12rem;
}
@media screen and (max-width: 768px) {
  .highlightPage__Contents {
    margin: 2.5rem auto 8rem;
  }
}
.highlightPage__ContentsInner {
  width: 100%;
  max-width: 76.8rem;
}
.highlightPage__ContentsMovieTitle {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0.8rem;
}
.highlightPage__ContentsMovieVideo iframe {
  width: 100%;
  height: 43rem;
}
@media screen and (max-width: 768px) {
  .highlightPage__ContentsMovieVideo iframe {
    height: 18.8rem;
  }
}
.highlightPage__ContentsMovieVideoImg {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .highlightPage__ContentsMovieVideoImg {
    height: 20rem;
  }
}
.highlightPage__ContentsMovie.movieItem:nth-child(2n) {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .highlightPage__ContentsMovie.movieItem:nth-child(2n) {
    margin-top: 4rem;
  }
}
.highlightPage__ContentsMovie.movieItem:nth-child(n+3) {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .highlightPage__ContentsMovie.movieItem iframe {
    height: 18.8rem;
  }
}
.highlightPage__movieList {
  margin-top: 6rem;
}


/*====================================================================
	add style
====================================================================*/
/*.siteHeader__navItem:nth-child(3),*/
/*.siteHeader__navItem:nth-child(4),*/
/*.siteHeader__navItem:nth-child(5),*/
/*.siteHeader__navItem:nth-child(6),*/
/*.siteHeader__navItem:nth-child(7),*/
/*.siteHeader__navItem:nth-child(8),*/
.hoge {
	pointer-events: none;
}
/*.siteHeader__drawerItem:nth-child(3),*/
/*.siteHeader__drawerItem:nth-child(4),*/
/*.siteHeader__drawerItem:nth-child(5),*/
/*.siteHeader__drawerItem:nth-child(6),*/
/*.siteHeader__drawerItem:nth-child(7),*/
/*.siteHeader__drawerItem:nth-child(8),*/
.hoge {
	pointer-events: none;
	opacity: 0.5;
}
.siteHeader__navItem:nth-child(5) .accordion__item:nth-child(1),
.siteHeader__drawerItem:nth-child(5) .siteHeader__drawerItemAccordionItem:nth-child(1) {
	/*display: none;*/
}

.textTell {
	pointer-events: none;
}
.soonText {
	height: calc(100svh - 62.5rem);
	min-height: 400px;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.soonText {
	/*height: calc(100svh - 470px);*/
    font-size: 2.5rem;
}
}
@media screen and (max-width: 767px) {
.textTell {
	pointer-events: auto;
}
.soonText {
	height: auto;
	min-height: auto;
    font-size: 1.8rem;
}
}


/*====================================================================
PRINT LAYOUT
====================================================================*/
@page {
  size: A4 portrait; /* 横の場合はlandscape */
  margin: 0mm;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    word-break: break-all !important;
  }
  .u-printPages__next {
    size: A4 landscape;
    page-break-before: always;
  }
  .u-printPages__box {
    break-inside: avoid;
  }
}