@charset "UTF-8";
/* CSS Document */
*, *:before, *:after {
  box-sizing: border-box;
}
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #fff;
  background-color: #000;
  background-position: center;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
#wrapper {
  overflow: hidden;
}
h3 {
  font-weight: 200;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
}
a:hover {
  transition: .3s;
}
.img-pc {
  display: block !important;
}
.img-sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .img-pc {
    display: none !important;
  }
  .img-sp {
    display: block !important;
  }
}
.br-450 {
  display: none;
}
@media screen and (max-width: 450px) {
  .br-450 {
    display: block;
  }
}
.br-540 {
  display: none;
}
@media screen and (max-width: 540px) {
  .br-540 {
    display: block;
  }
}
.br-768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-768 {
    display: block;
  }
}
.br-770 {
  display: none;
}
@media screen and (max-width: 770px) {
  .br-770 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.header {
  width: 100%;
  height: 110px;
  background: #000;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header__content {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 2%;
}
.header__logo {
  max-width: 260px;
}
.header__logo img {
  transform: translateY(5px);
}
.header__tel-nav-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 80px;
}
.header__tel a {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  border-radius: 50px;
  padding: 7px 20px 5px;
  background-image: linear-gradient(#4f0000, #db1f19);
  font-family: "Zen Old Mincho", serif;
}
.header__tel a::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  transform: translateY(-6px);
  background-image: url("../img/tel_white-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 80px;
    margin: 0 auto;
  }
  .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background: #000; /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
    transition: ease .4s; /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
  }
  .nav__items {
    display: flex;
    flex-direction: column;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header__logo {
    max-width: 200px;
  }
  .header__tel-nav-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 40px;
  }
  .header__tel a {
    font-size: 2.4rem;
    padding: 7px 14px 5px 12px;
    margin-right: 10px;
  }
  .header__tel a::before {
    width: 24px;
    height: 24px;
    transform: translateY(-3px);
    margin-right: 3px;
  }
}
@media screen and (max-width: 500px) {
  .header__logo {
    max-width: 170px;
  }
  .header__tel a {
    font-size: 2rem;
    padding: 5px 12px 4px 10px;
    margin-right: 10px;
  }
  .header__tel a::before {
    width: 18px;
    height: 18px;
    transform: translateY(-3px);
    margin-right: 3px;
  }
}
@media screen and (max-width: 425px) {
  .header {
    height: 60px;
  }
  .header__logo {
    max-width: 140px;
  }
  .header__tel a {
    font-size: 1.6rem;
    padding: 7px 10px 5px 8px;
    margin-right: 5px;
  }
  .header__tel a::before {
    width: 15px;
    height: 15px;
    transform: translateY(-2px);
    margin-right: 2px;
  }
}
@media screen and (max-width: 355px) {
  .header__logo {
    max-width: 110px;
  }
  .header__tel a {
    margin-right: 3px;
  }
}
@media screen and (max-width: 355px) {
  .header__tel a {
    font-size: 1.4rem;
    padding: 7px 8px 5px 7px;
    margin-right: 5px;
  }
  .header__tel a::before {
    width: 13px;
    height: 13px;
    transform: translateY(-2px);
  }
}
.nav__items {
  display: flex;
  justify-content: center;
}
.nav-items__item a {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100px; /* 横幅 */
  height: 40px; /* 縦幅 */
  line-height: 40px; /* 行の高さ(heightと同じ値にする) */
  cursor: pointer;
  position: relative;
}
.li__text {
  position: absolute;
  transition: all 0.3s;
  display: block;
  height: 100%; /* 縦幅をボタンと同じにする */
  width: 100%;
}
.li__text:nth-child(1) {
  top: 0;
}
/* ボタンのテキスト(隠れているテキスト) */
.li__text:nth-child(2) {
  top: -100%;
}
/* ボタンホバーアクション */
.nav-items__item:hover .li__text:nth-child(1) {
  top: 100%;
}
.nav-items__item:hover .li__text:nth-child(2) {
  top: 0;
}
@media screen and (min-width: 768px) {
  .nav-items__item a {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
.nav-items__item:last-child a {
  margin-bottom: 0;
}
/* ハンバーガーメニュー */
.header__hamburger {
  width: 48px;
  height: 100%;
}
.hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
    background: transparent;
    border-color: transparent;
    z-index: 9999;
  }
}
.hamburger span {
  width: 100%;
  height: 2px;
  background: #fff;
  position: relative;
  transition: ease .4s;
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 8px 0;
}
.hamburger span:nth-child(3) {
  top: 0;
}
/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}
.hamburger.active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
  background: #fff;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
  background: #fff;
}
.red-band {
  width: 100%;
  background-image: linear-gradient(to right, #4f0000, #db1f19);
  color: #fff;
  height: 40px;
  margin-top: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.red-band:hover {
  opacity: .7;
}
.red-band::after {
  content: "";
  background-image: url("../img/arrow.png");
  display: inline-block;
  width: 7px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .red-band {
    margin-top: 80px;
    height: 30px;
  }
}
@media screen and (max-width: 425px) {
  .red-band {
    margin-top: 60px;
  }
}
@media screen and (max-width: 380px) {
  .red-band {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 350px) {
  .red-band {
    font-size: 1.4rem;
  }
}

.CourseAnnouncement_banner-header {
  padding: 17px 3% 10px;
  display: block;
}
.CourseAnnouncement_banner-header img {
  margin: 0 auto;
  max-width: 1000px;
}


.section-title {
  font-size: 2rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 1.8rem;
  }
}
.section-top__img-area {
  width: 100%;
  height: 800px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.section-top__img-area img {
  object-fit: cover;
}

@media screen and (min-width: 1600px) {
  .section-top__img-area {
    height: 1000px;
  }
}

@media screen and (max-width: 1000px) {
.section-top__img-area {
    height: 600px;
  }
}
@media screen and (max-width: 800px) {
.section-top__img-area {
    height: 450px;
  }
}
@media screen and (max-width: 590px) {
.section-top__img-area {
    height: 350px;
  }
}
@media screen and (max-width: 460px) {
.section-top__img-area {
    height: 270px;
  }
}

.CourseAnnouncement_banner {
  padding: 0 3%;
}
.CourseAnnouncement_banner a {
  display: block;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.CourseAnnouncement_banner img {
  width: 100%;
}


.section-top__txt {
  margin-top: -8px;
  padding-bottom: 180px;
  background-image: url("../img/section-top_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-top__logo {
  max-width: 1000px;
  margin: -120px auto 40px;
  display: block;
  z-index: 100;
  position: relative;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.7));
}
.section-top__copy {
  max-width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .section-top__logo {
    width: 90vw;
  }
  .section-top__copy {
    width: 60vw;
  }
}
@media screen and (max-width: 768px) {
  .section-top__txt {
    padding-bottom: 140px;
  }
  .section-top__logo {
    margin: -90px auto 30px;
  }
}
@media screen and (max-width: 600px) {
  .section-top__txt {
    padding-bottom: 140px;
  }
  .section-top__logo {
    margin: -60px auto 30px;
  }
  .section-top__copy {
    width: 80vw;
  }
}
@media screen and (max-width: 430px) {
  .section-top__logo {
    margin: -40px auto 30px;
  }
}
.section-introduction {
  margin-top: -200px;
  background-image: url("../img/introduction_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
}
.section-introduction__bg {
  background-color: rgba(0, 0, 0, 0.7);
}
.section-introduction__container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 140px 3% 100px;
  color: #fff;
  text-align: left;
}
.section-introduction__txt {
  width: 50%;
  max-width: 500px;
  margin-right: 10px;
  text-shadow: 0px 2px 3px #000;
}
.section-introduction__txt h3 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 0px 2px 3px #000;
  font-family: "Zen Old Mincho", serif;
}
.section-introduction__img {
  position: relative;
  width: 50%;
}
.machine {
  max-width: 500px;
}
.circle {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: -10px;
}
@media screen and (max-width: 768px) {
  .section-introduction {
    margin-top: -160px;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  }
  .section-introduction__container {
    flex-direction: column;
    max-width: 600px;
    padding: 100px 4% 60px;
  }
  .section-introduction__txt {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .section-introduction__txt h3 {
    margin-bottom: 20px;
  }
  .section-introduction__img {
    margin-top: 10px;
    width: 100%;
  }
  .circle {
    max-width: 100px;
    position: absolute;
    left: 20px;
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .section-introduction {
    margin-top: -120px;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  }
  .section-introduction__container {
    padding: 40px 4% 60px;
  }
}
@media screen and (max-width: 375px) {
  .section-introduction__txt h3 {
    font-size: 2.1rem;
  }
}
.section-features {
  background-image: url("../img/features_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: -120px 0 200px;
  padding: 160px 0 200px;
}
.section-features__container {
  max-width: 1000px;
  margin: 0 auto;
}
.section-features__title-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
}
.section-features__title-area h2 {
  max-width: 758px;
}
.section-features__title-area .section-title {
  margin: -40px 0 40px;
}
.section-features ul li {
  display: flex;
  margin-bottom: 100px;
  align-content: flex-start;
}
.section-features ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
.section-features__txt {
  background-image: linear-gradient(to right, #4f0000, #db1f19);
  max-width: 420px;
  max-height: 284px;
  padding: 40px;
  color: #fff;
}
.section-features__txt h3 {
  font-size: 2.6rem;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
.section-features__txt p {
  text-align: left;
}
.section-features ul li img {
  max-width: 450px;
  height: auto;
}
@media screen and (max-width: 864px) {
  .section-features__container {
    max-width: 500px;
    padding: 0 4%;
  }
  .section-features ul li {
    flex-direction: column;
    margin-bottom: 80px;
  }
  .section-features ul li:nth-child(2n) {
    flex-direction: column;
  }
  .section-features__txt {
    max-width: 500px;
    padding: 30px;
    transform: translateY(-8px);
  }
  .section-features ul li img {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .section-features__title-area h2 {
    max-width: 500px;
  }
  .section-features__title-area .section-title {
    margin: -20px 0 40px;
  }
}
@media screen and (max-width: 500px) {
  .section-features ul li {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 424px) {
  .section-features__txt h3 {
    font-size: 2.2rem;
  }
}
.section-news {
  margin-top: -400px;
  padding: 160px 0 200px;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  background: #e8e8e8;
  z-index: 10;
  position: relative;
  color: #333;
}
.section-news__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
}
.section-news h2 {
  max-width: 460px;
}
.section-news .section-title {
  margin: -40px 0 40px;
  color: #808080;
  font-size: 2rem;
}
.section-news__list li {
  background: #fff;
  padding: 10px 20px;
  text-align: left;
  margin-bottom: 40px;
}
.section-news__list li a {
  display: block;
  color: #333;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .section-news__list li a:hover {
    filter: none;
    opacity: .5;
    transition: .3s !important;
  }
}
.section-news__list li a :visited {
  color: #333;
}
[id^="news__"] {
  scroll-margin-top: 110px;
}
@media screen and (max-width: 768px) {
  [id^="news__"] {
    scroll-margin-top: 80px;
  }
}
.section-news__list li p {
  display: inline-block;
}
.section-news__list-time {
  font-style: italic;
}
.section-news__list-ttl {
  margin-left: 20px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
}
.emphasis {
  color: #e71f19;
}
/*.section-news__list-new {
    background: #860000;
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 0px 5px 3px;
    vertical-align: middle;
}*/

/* .youtube {
  max-width: 450px;
  margin: 15px auto;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
} */

.section-news__btn {
  color: #fff;
  border: none;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 20px 80px;
  max-width: 500px;
  background-image: linear-gradient(to right, #4f0000, #db1f19);
  margin-top: 40px;
  transition: opacity 0.2s;
  display: inline-block;
  transition: opacity 0.3s;
}

@media screen and (max-width: 768px) {
  .section-news {
    margin-top: -400px;
    padding: 80px 0 100px;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
  }
  .section-news h2 {
    max-width: 300px;
  }
  .section-news .section-title {
    margin: -20px 0 40px;
  }
}

@media screen and (max-width: 690px) {
  .section-news__list-ttl {
    margin-left: 0px;
  }
}
.section-price {
  font-family: "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.section-price__bg {
  background-image: url("../img/price_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  padding: 180px 0 120px;
  margin-top: -60px;
  z-index: 1;
}
.section-price h2 {
  max-width: 492px;
  position: relative;
  z-index: 20;
}
.section-price .section-title {
  margin: -40px 0 40px;
  color: #d5d5d5;
}
.section-price__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
}
.section-price__table-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 0 2%;
}
.section-price__table-container table {
  flex: 1;
  color: #333;
  background: #fff;
}
.section-price__table-container caption {
  color: #fff;
  background: #000;
  padding: 5px 0;
}
.section-price__table-container table th {
  background: #969696;
}
.section-price__table-container table th, .section-price__table-container table td {
  padding: 5px 0;
  border: 1px solid #333;
}
.section-price__table-service-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.section-price__service {
  margin-top: 20px;
  background: #000;
  padding: 10px;
}
.section-price__service p {
  font-size: 1.8rem;
}
.section-price__note {
  margin: 0 auto;
  padding: 0 4%;
}
.section-price__note p {
  background: #c9c9c9;
  color: #333;
  z-index: 500;
  max-width: 1000px;
  margin: -80px auto 0;
  position: relative;
  padding-top: 3px;
}
@media screen and (max-width:768px) {
  .section-price__bg {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    padding: 140px 0 120px;
    margin-top: -60px;
  }
  .section-price h2 {
    max-width: 300px;
  }
  .section-price .section-title {
    margin: -20px 0 0px;
  }
  .section-price__table-container {
    display: flex;
    flex-direction: column;
  }
  .section-price__table-container table {
    width: 100%;
    margin-top: 40px;
  }
  .section-price__table-service-container {
    width: 100%;
  }
  .section-price__service {
    margin-top: 40px;
    padding: 8px;
  }
  .section-price__note {
    margin: -80px auto 0;
  }
}
@media screen and (max-width:535px) {
  .section-price__note p {
    margin: -90px auto 0;
  }
}
@media screen and (max-width:440px) {
  .section-price__service p {
    font-size: 1.6rem;
  }
}
.section-contact {
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  padding: 200px 0 220px;
  background: #e8e8e8;
  z-index: 400;
}
.section-contact__title-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
}
.section-contact h2 {
  max-width: 723px;
}
.section-contact__title-area .section-title {
  color: #808080;
  margin: -40px 0 40px;
}
.section-contact__btn-area {
  max-width: 680px;
  margin: 0 auto;
}
.btn:hover {
  opacity: 0.8;
  transition: .3s;
}
.btn {
  background: #fff;
  border: none;
  width: 46%;
  font-size: 1.8rem;
  min-height: 70px;
}
.btn-tel {
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-tel::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/tel_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.btn-tel__p {
  font-size: 2.4rem;
  display: inline-block;
  color: #333;
  transform: translateY(2px);
}
.btn-tel .tel-number {
  font-size: 4rem;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  margin-left: 20px;
  display: inline;
  vertical-align: middle;
  color: #333;
}
.btn-other {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btn-other .btn {
  margin-top: 40px;
}
.btn-other a {
  color: #333;
}
.mail, .line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mail::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 28px;
  background-image: url("../img/mail_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.line::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/line_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}
.instagram, .facebook {
  max-width: 210px;
  transform: translateY(10px);
}
@media screen and (max-width:768px) {
  .section-contact {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    padding: 100px 0 140px;
  }
  .section-contact h2 {
    max-width: 470px;
  }
  .section-contact__title-area .section-title {
    margin: -20px 0 40px;
  }
  .section-contact__btn-area {
    padding: 0 4%;
  }
  .btn {
    width: 48%;
    font-size: 1.6rem;
    min-height: 60px;
    padding: 5px;
  }
  .btn-tel {
    width: 100%;
  }
  .btn-tel::before {
    width: 32px;
    height: 32px;
    margin-right: 0px;
  }
  .btn-tel__p {
    font-size: 1.8rem;
  }
  .btn-tel .tel-number {
    font-size: 2.6rem;
    margin-left: 5px;
  }
  .btn-other .btn {
    margin-top: 25px;
  }
  .mail::before {
    width: 38px;
    height: 24px;
    margin-right: 0px;
  }
  .line::before {
    width: 34px;
    height: 34px;
    margin-right: 4px;
  }
  .instagram, .facebook {
    max-width: 180px;
    transform: translateY(3px);
  }
}
@media screen and (max-width:450px) {
  .section-contact {
    padding: 90px 0 110px;
  }
  .btn-tel__p {
    line-height: 1.2;
    transform: translateY(3px);
  }
}
@media only screen and (max-width: 400px) {
  .btn-other .btn {
    margin-top: 15px;
  }
  .btn {
    font-size: 1.4rem;
  }
  .mail::before {
    width: 34px;
    height: 20px;
  }
  .line::before {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 355px) {
  .btn {
    font-size: 1.3rem;
    padding: 3px;
  }
  .mail::before {
    width: 30px;
    height: 18px;
  }
  .line::before {
    width: 24px;
    height: 24px;
  }
}
.section-access {
  z-index: 3;
  margin-top: -200px;
}
.section-access__title-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
}
.section-access h2 {
  max-width: 547px;
}
.section-access .section-title {
  margin: -40px 0 40px;
  text-shadow: 0px 2px 3px #000;
}
.section-access__bg {
  background-image: url("../img/access_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 0 160px;
}
.section-access__txtImg-bg-container {
  margin: 0 4%;
}
.section-access__txtImg-bg {
  max-width: 1000px;
  background-color: rgba(0, 0, 0, .8);
  margin: 0 auto;
  padding: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.section-access__txt-area p {
  line-height: 2.5;
  text-align: left;
}
.section-access__txt-area a {
  color: #fff;
  font-size: 3.8rem;
  font-family: "Zen Old Mincho", serif;
}
.section-access__txt-area a::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../img/tel_before.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.section-access__img-area {
  max-width: 350px;
}
.map-area iframe {
  width: 100%;
  height: 40vh;
  max-height: 600px;
}
@media screen and (max-width:885px) {
  .section-access__txt-area a {
    font-size: 3.2rem;
  }
  .section-access__txt-area a::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width:810px) {
  .section-access__txt-area a {
    font-size: 2.6rem;
  }
}
@media screen and (max-width:768px) {
  .section-access {
    margin-top: -200px;
  }
  .section-access h2 {
    max-width: 370px;
  }
  .section-access .section-title {
    margin: -20px 0 40px;
  }
  .section-access__txt-area a {
    font-size: 3rem;
  }
  .section-access__bg {
    padding: 220px 0 80px;
  }
  .section-access__txtImg-bg {
    max-width: 500px;
    padding: 40px;
    flex-direction: column;
  }
  .section-access__img-area {
    margin-top: 20px;
  }
  .map-area iframe {
    height: 30vh;
  }
}
@media screen and (max-width:530px) {
  .section-access__bg {
    padding: 220px 0 60px;
  }
}
@media screen and (max-width:435px) {
  .section-access__txt-area a {
    font-size: 2.8rem;
  }
  .section-access__txt-area a::before {
    width: 37px;
    height: 37px;
    margin-right: 6px;
  }
  .map-area iframe {
    height: 25vh;
  }
}
@media screen and (max-width:381px) {
  .section-access__txtImg-bg {
    padding: 30px;
  }
}
@media screen and (max-width:410px) {
  .section-access__txt-area a {
    font-size: 2.6rem;
  }
  .section-access__txt-area a::before {
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }
}
@media screen and (max-width:365px) {
  .section-access__txt-area a::before {
    display: none;
  }
}
.footer {
  padding: 20px 0;
}
.footer__content {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}
.footer__list {
  display: flex;
}
.nav-items__item a {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.footer__logo {
  max-width: 250px;
}
.footer__copyright {
  margin: 20px 0 30px;
}
.footer p {
  margin-bottom: 10px;
}
@media screen and (max-width:768px) {
  .footer {
    padding: 20px 0;
  }
  .footer__content {
    margin-bottom: 40px;
    align-items: flex-start;
  }
  .footer__list {
    flex-direction: column;
  }
  .nav-items__item a {
    font-size: 1.5rem;
    padding: 10px;
  }
  .footer__logo {
    max-width: 200px;
  }
}
.fadeUpThereTrigger, .fadeUpTrigger, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0;
}
.fadeUpThere {
  animation-name: fadeUpThereAnime;
  animation-duration: 3.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpThereAnime {
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-800px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(800px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (hover: hover) and (pointer: fine) {
  .section-news__btn:hover {
    opacity: 0.5 !important;
  }
}

/*video サウンドボタン*/
#control {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 14%;
  right: 2.5%;
  z-index: 99;
}
@media screen and (max-width:768px) {
  #control {
    top: 120px;
  }
}
#control span#mute {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
#control span#mute::before {
  width: 32px;
  height: 32px;
  line-height: 1;
  background: url("../img/btn_sound_off.png") no-repeat;
  background-size: cover;
  content: "";
  cursor: pointer;
  display: block;
}
#control span#mute.on::before {
  background: url("../img/btn_sound_on.png") no-repeat;
  background-size: cover;
  content: "";
  cursor: pointer;
}



/* ----------ニュースページ---------- */
.news-page .section-news {
  background: #e8e8e8;
}
.news-page .section-news {
  margin-top: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  padding: 160px 0 100px;
}
.news-page .section-news__list li {
  padding: 40px
}
.news-page .section-news .youtube {
  max-width: 800px;
  aspect-ratio: 16 / 9;
  margin: 20px auto;
}
.news-page .section-news .youtube iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.news-page .section-news__list a {
  color: #333;
  display: block;
  text-decoration: underline;
  margin-top: 5px;
}
.news-page .section-news__list a:hover {
  opacity: .7;
}
.news-page .section-news__list__img-area {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
.section-news__list__img-area img,.section-news__movie {
  width: 46%;
  margin-bottom: 30px;
}
.section-news__movie {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.news-page .section-news__list a.tel {
  display: inline-block;
  text-decoration: none;
  color: mediumblue;
}
@media screen and (max-width: 768px) {
  .news-page .section-news {
    padding: 100px 0 100px;
  }
}
@media screen and (max-width: 600px) {
  .section-news__list__img-area img,.section-news__movie {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .news-page .section-news__list li {
    padding: 30px
  }
}
@media screen and (max-width: 425px) {
  .news-page .section-news {
    padding: 80px 0 60px;
  }
  .section-news__container h2 {
    max-width: 270px;
  }
}

.CourseAnnouncement .section-news__list-ttl {
  margin-left: 0;
}
.CourseAnnouncement__img {
  margin-bottom: 10px;
}
.CourseAnnouncement h3 {
  color: #fff;
  background: linear-gradient(to right, #C2262C, #ff0000);
  font-size: 3rem;
  font-weight: 600;
  padding: 5px 15px;
  margin: 60px auto 20px;
}
.CourseAnnouncement__link-skyblue {
  display: inline!important;
  text-decoration: none!important;
  color: #0a9bf5!important;
}
.CourseAnnouncement__txt-red {
  color: #ff0000;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}
.CourseAnnouncement__tel {
  background: #e8e8e8;
  font-size: 4rem;
  font-weight: 600;
  text-decoration: none!important;
  display: block;
  padding-left: 15px;
  margin-bottom: 20px;
}
.CourseAnnouncement__line {
  color: #fff!important;
  background: #06c755;
  font-size: 4rem;
  font-weight: 600;
  text-decoration: none!important;
  display: block;
  padding-left: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .CourseAnnouncement__tel,.CourseAnnouncement__line {
    font-size: 3rem;
  }
}

@media screen and (max-width:500px) {
  .CourseAnnouncement h3 {
      margin: 40px auto 15px;
  }
}


/* ----------レンタルページ---------- */
.section-rental {
  padding: 140px 4%;
  background: #333;
}
.section-rental__title-area {
  max-width: 1000px;
  margin: 0 auto;
}
.section-rental__title-area h2 {
  max-width: 630px;
}
.section-rental__title-area .section-title {
  margin: -40px 0 40px;
}
.section-rental__content {
  background: #fff;
  color: #333;
  max-width: 750px;
  margin: 0 auto;
  padding: 40px 30px 20px;
}
.section-rental__content h3 {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 30px;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.section-rental__img1 {
  margin: 0 auto 30px;
  max-width: 380px;
}
.section-rental__content-txt {
  text-align: left;
  margin-bottom: 10px;
}
.section-rental__content-txt-note {
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.section-rental__table-area {
  margin-bottom: 30px;
}
.section-rental__table-area h4 {
  text-align: left;
  margin-top: 30px;
}
.section-rental__table-area table {
  color: #333;
  background: #fff;
  width: 100%;
  margin: 5px auto 10px;
}
.section-rental__table-area table th {
  background: #c9c9c9;
}
.section-rental__table-area table th, .section-rental__table-area table td {
  padding: 5px 0;
  border: 1px solid #333;
}
.section-rental__table-area p {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .section-rental {
    padding: 100px 4%;
  }
  .section-rental__title-area h2 {
    max-width: 470px;
  }
  .section-rental__title-area .section-title {
    margin: -20px 0 40px;
  }
}
@media screen and (max-width: 435px) {
  .section-rental__content h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 425px) {
  .section-rental {
    padding: 80px 4%;
  }
}