@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);
  }
}

.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% - (40px * 2)) / 3);
}

/*====================================================================
siteHeader
====================================================================*/
.siteHeader {
  height: 6.4rem;
  left: 0;
  position: fixed;
  width: 100%;
  top: 4.8rem;
  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 .6s;
  height: inherit;
}

.siteHeader__navItem:not(:first-child) {
  margin-left: 4.5rem;
}

.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: #4BA3B1;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .siteHeader__navItemLink:hover {
    text-decoration: none;
  }
}

.siteHeader__navItemLink.current {
  color: #4BA3B1;
}

.siteHeader__navItemLink.none {
  cursor: default;
}

.siteHeader__navItemLink.none:hover {
  color: #000;
}

.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 #5FB0BC;
  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: #4BA3B1;
    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 {
  padding: 1rem 1rem 0.9rem;
  border: 1px solid #4BA3B1;
  border-radius: 0.4rem;
  width: 8.3rem;
  display: flex;
  justify-content: space-between;
}

.siteHeader__drawerIcon {
  position: relative;
  width: 1.6rem;
  height: 1.1rem;
}

.siteHeader__drawerLogo {
  width: 19rem;
  padding-top: 0.3rem;
}

.siteHeader__drawerBar01, .siteHeader__drawerBar02, .siteHeader__drawerBar03 {
  position: absolute;
  width: 1.6rem;
  height: 1px;
  background-color: #4BA3B1;
  top: 0;
  transition: all .3s;
}

.siteHeader__drawerBar01 {
  top: 0.4rem;
}

.siteHeader__drawerBar02 {
  top: 0.8rem;
}

.siteHeader__drawerBar03 {
  top: 1.2rem;
}

.siteHeader__drawerText {
  color: #4BA3B1;
  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 #5FB0BC;
  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 #4BA3B1;
  border-right: 0.2rem solid #4BA3B1;
  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: #5FB0BC;
  transition: all .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: #5FB0BC;
}

.siteHeader__drawerItemLink.is-open.plus::after, .siteHeader__drawerItemAccordionItemLink.is-open.plus::after {
  transition: all .3s;
  transform: rotate(90deg);
}

.siteHeader__drawerBtn {
  max-width: 34.3rem;
  background: #76C9D5;
  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 .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: #4BA3B1;
  }
  .topPage .siteHeader.is-sticky .siteHeader__drawerText {
    color: #4BA3B1;
  }
  .topPage .siteHeader.is-sticky .siteHeader__drawerBar01,
  .topPage .siteHeader.is-sticky .siteHeader__drawerBar02,
  .topPage .siteHeader.is-sticky .siteHeader__drawerBar03 {
    background: #4BA3B1;
  }
}

.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: #4BA3B1;
}

.topPage .siteHeader__drawerArea.is-open .siteHeader__drawerText {
  color: #4BA3B1;
}

.topPage .siteHeader__drawerArea.is-open .siteHeader__drawerFlex {
  border-color: #4BA3B1;
}

.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: #4BA3B1;
}

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

/*====================================================================
siteFooter
====================================================================*/
.siteFooter {
  background-color: #65BBC7;
  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: calc(10vw / 12.8);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: calc(10vw / 3.75);
  }
}

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;
  }
}

.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: #65bbc7;
}

@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: #78C9D5;
  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: #F3F3F2;
}

.allPage__breadList {
  display: flex;
}

.allPage__breadItem {
  position: relative;
}

.allPage__breadItem .is-blue {
  color: #4BA3B1;
  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: #4BA3B1;
  }
}

@media screen and (max-width: 768px) {
  .allPage__asideTextLink:hover, .allPage__asideTextChildLink:hover {
    text-decoration: none;
  }
}

.allPage__asideTextLink.is-blue, .allPage__asideTextChildLink.is-blue {
  color: #4BA3B1;
}

@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 #4BA3B1;
  border-right: 0.2rem solid #4BA3B1;
  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-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-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-mt34 {
  margin-top: 34rem;
}

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

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

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

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

.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-h30 {
  height: 30rem;
}

.u-h31 {
  height: 31rem;
}

.u-h32 {
  height: 32rem;
}

.u-h34 {
  height: 34rem;
}

.u-h35 {
  height: 35rem;
}

.u-h36 {
  height: 36rem;
}

.u-h39 {
  height: 39rem;
}

.u-h40 {
  height: 40rem;
}

.u-h41 {
  height: 41rem;
}

.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-h63 {
  height: 63rem;
}

.u-h71 {
  height: 71rem;
}

.u-h76 {
  height: 76rem;
}

.u-h77 {
  height: 77rem;
}

.u-h83 {
  height: 83rem;
}

.u-h85 {
  height: 85rem;
}

.u-h86 {
  height: 86rem;
}

.u-h93 {
  height: 93rem;
}

.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;
}

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

/*-----------------------------------------------
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: 22.3rem 0 30rem;
}

@media screen and (max-width: 768px) {
  .sec01__fv {
    background: url(../images/fv_sp.jpg) no-repeat center bottom/cover;
    padding: 8rem 0 13rem;
  }
}

.sec01__fvTitle {
  max-width: 101rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .sec01__fvTitle {
    max-width: 28rem;
  }
}

.sec01__fvTitleImg {
  width: 100%;
}

.sec01__fvInner {
  width: 100%;
  max-width: 108rem;
  padding: 0 4rem;
  margin: auto;
}

.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;
  }
}

.sec02 {
  background-color: #F3F3F2;
  padding-top: 4.2rem;
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding-top: 2.3rem;
  }
}

.sec02__newsTitle {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1.1rem;
  letter-spacing: 0.06em;
}

.sec02__newsInfoBox {
  box-sizing: border-box;
  padding: 2.4rem;
  border: 2px solid #4BA3B1;
  margin-bottom: 2.9rem;
}

@media screen and (max-width: 768px) {
  .sec02__newsInfoBox {
    padding: 1.6rem;
    margin-bottom: 1.8rem;
  }
}

.sec02__newsSubTitle {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #4BA3B1;
  margin-bottom: 0.3rem;
}

.sec02__newsInfoText {
  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: #4BA3B1;
    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;
}

.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: 9rem;
  }
}

.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: #76C9D5;
  color: #fff;
  font-weight: bold;
  position: relative;
  border: 1px solid #76C9D5;
  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: #76C9D5;
    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: 8rem;
  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__historyItemLinksShedule {
  pointer-events: none;
}

.sec02__historyItemLinksShedule:hover {
  opacity: 1;
}

.sec02__historyItemLinkPast {
  background: #909090;
  border: 1px solid #909090;
}

.sec02__historyItemLinksShedule {
  border: 1px solid #4BA3B1;
  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;
  width: 60rem;
}

@media screen and (max-width: 768px) {
  .sec02__bannerArea {
    width: 100%;
  }
}

.sec02__bannerList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@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) {
    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 #4BA3B1;
  border-left: 5px solid #4BA3B1;
}

.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: #4BA3B1;
    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: #4BA3B1;
  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 #4BA3B1;
}

.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 {
  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 {
    width: 100%;
    text-align-last: left;
  }
}

.outlinePage__overviewTitle, .outlinePage__overviewTitleBottom {
  color: #4BA3B1;
  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: #4BA3B1;
}

@media screen and (min-width: 769px) {
  .outlinePage__overviewTextMail: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: #4BA3B1;
  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% - 3.9rem / 2);
  }
  .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;
}

.greetingPage__inner {
  padding: 7rem 0 21rem;
  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__sentenceText {
  margin-top: 4rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .greetingPage__sentenceText {
    margin-top: 2rem;
    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 {
  font-feature-settings: normal;
}

.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 #4BA3B1;
  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 {
  display: flex;
  align-items: center;
  border: 2px solid #6FC7D3;
  vertical-align: bottom;
  height: 4.8rem;
}

.unitPage__ContentsItem:not(:first-child) {
  margin-top: 2.4rem;
}

.unitPage__ContentsItem.first, .unitPage__ContentsItem:nth-child(3) {
  height: 7rem;
}

@media screen and (max-width: 768px) {
  .unitPage__ContentsItem.first, .unitPage__ContentsItem:nth-child(3) {
    height: auto;
  }
}

.unitPage__ContentsItem.first .unitPage__ContentsItemTextRight, .unitPage__ContentsItem:nth-child(3) .unitPage__ContentsItemTextRight {
  padding-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .unitPage__ContentsItem.first .unitPage__ContentsItemTextRight, .unitPage__ContentsItem:nth-child(3) .unitPage__ContentsItemTextRight {
    padding-top: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .unitPage__ContentsItem {
    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: #6FC7D3;
  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;
}

@media screen and (max-width: 768px) {
  .programPage__timeTableArea.mask::before {
    content: "";
    position: absolute;
    background: url(../images/program/icon_scroll.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: yurayura;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: 2;
    animation-delay: 0.6s;
  }
  .programPage__timeTableArea.mask::after {
    content: "";
    position: absolute;
    top: 9.5%;
    left: 30%;
    z-index: 20;
    background: url(../images/program/icon_scroll_text.png) center/contain no-repeat;
    width: 20.6rem;
    height: 3.5rem;
  }
}

.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);
}

@media screen and (max-width: 768px) {
  .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__timeTableCourseItem {
  transform: scale(1, -1);
  width: 25rem;
  flex-shrink: 0;
}

.programPage__timeTableCourseItem:not(:first-child) {
  margin-left: 0.8rem;
}

.programPage__timeTableCourseTopTitle {
  background: #4BA3B1;
  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: #eceaea;
  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: #4BA3B1;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.1rem 0.4rem 0;
}

.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__inner {
  margin: 5.5rem auto 12rem;
}

@media screen and (max-width: 768px) {
  .programPage__inner {
    margin: 2.7rem auto 8rem;
  }
}

.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% - 3rem / 2);
}

@media screen and (max-width: 768px) {
  .programPage__selectDay {
    width: 100%;
  }
  .programPage__selectDay + .programPage__selectDay {
    margin-top: 0.8rem;
  }
}

.programPage__selectDayText {
  display: block;
  text-align: center;
  border: 1px solid #4BA3B1;
  padding: 1.1rem 0;
  position: relative;
  font-weight: bold;
  border-radius: 0.4rem;
}

.programPage__selectDayText::after {
  border-bottom: 0.2rem solid #4BA3B1;
  border-right: 0.2rem solid #4BA3B1;
  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: #4BA3B1;
    color: #fff;
    opacity: .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: #6FC7D3;
  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 .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: #F3F3F2;
  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% - 2rem * 2 / 3);
}

@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;
}

@media screen and (max-width: 768px) {
  .programPage__facultyAreaTextBlockBelong {
    padding-bottom: 0;
  }
}

.programPage__weekArea {
  margin-top: 4rem;
}

.programPage__sundayArea {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .programPage__sundayArea {
    margin-top: 6rem;
  }
}

.programPage__saturdayTopTitle, .programPage__sundayTopTitle {
  border-bottom: 1px solid #4BA3B1;
  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 #4BA3B1;
  padding-top: 6.4rem;
  margin: -6.4rem 0 0 0;
}

.programPage__saturdayTopTitleLinkBox, .programPage__sundayTopTitleLinkBox {
  border: 1px solid #4BA3B1;
  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: #4BA3B1;
  }
}

@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__saturdayTime, .programPage__sundayTime {
  background: #6FC7D3;
  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__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__saturdayText, .programPage__sundayText {
  margin-top: 1rem;
  font-feature-settings: normal;
}

.programPage__saturdayTextBlue, .programPage__sundayTextBlue {
  color: #4BA3B1;
  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__saturdayMemberPosition, .programPage__sundayMemberPosition {
  color: #4BA3B1;
  border: 1px solid #4BA3B1;
  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;
}

.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 #4BA3B1;
  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: #4BA3B1;
  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: #4BA3B1;
  }
}

.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: #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) {
  .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 #76C9D5;
  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: #76C9D5;
  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 #76C9D5;
}

@media screen and (max-width: 768px) {
  .pricePage__price {
    padding: 1rem 1.5rem;
  }
}

.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: #76C9D5;
  border: 1px solid #fff;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .pricePage__btnLink.casebook:hover {
    color: #76C9D5;
    background: #fff;
    border: 1px solid #76C9D5;
  }
  .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 #4BA3B1;
  border-left: 5px solid #4BA3B1;
}

@media screen and (min-width: 769px) {
  .pricePage__btnLink:hover {
    text-decoration: none;
    color: #4BA3B1;
  }
}

@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 #4BA3B1;
}

@media screen and (max-width: 768px) {
  .coursePage__saturdayTitle, .coursePage__sundayTitle {
    font-size: 2.4rem;
    padding-bottom: 0.5rem;
  }
}

.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;
}

@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;
  }
  .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__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 #4BA3B1;
  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: #4BA3B1;
  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;
}

@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__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: #4BA3B1;
  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 #4BA3B1;
  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: #76C9D5;
  border: 1px solid #fff;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .ondemand__btnLink.casebook:hover {
    color: #76C9D5;
    background: #fff;
    border: 1px solid #76C9D5;
  }
  .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: #76C9D5;
  border: 1px solid #fff;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .ondemand__btnLink.casebooks:hover {
    color: #76C9D5;
    background: #fff;
    border: 1px solid #76C9D5;
  }
  .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 #4BA3B1;
  border-left: 5px solid #4BA3B1;
}

@media screen and (min-width: 769px) {
  .ondemand__btnLink:hover {
    text-decoration: none;
    color: #4BA3B1;
  }
}

@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;
}

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