@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Zen Maru Gothic */
/* Zen Kaku Gothic New */
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/* =========================================

    main layout  all
    <main></main>箇所のcss

========================================= */
/*	com parts  PC
全ページ共通で使用したいパーツ
------------------------------------ */
.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.com-sub-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
}

.com-tel {
  z-index: 1;
}
.com-tel-num {
  line-height: 1;
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.com-tel-txt {
  letter-spacing: 0;
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .com-tel-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-tel-time {
  margin-top: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .com-tel-time {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-tel-time span {
  margin-right: 5px;
  padding: 2px 10px;
  color: #fff;
  background-color: #ee849a;
  border-radius: 10px;
}

.com-ttl01 {
  text-align: center;
  padding-bottom: 25px;
  color: #45afb5;
  background: url(/img/all/com-ttl-deco.png) no-repeat center bottom;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 52px;
  font-size: 5.2rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.com-ttl01-sm {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01-sm {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-ttl02 {
  width: 100%;
  text-align: center;
  padding: 19px 10px 23px;
  color: #fff;
  background-color: #ee849a;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.com-ttl02::after {
  position: absolute;
  content: "";
}
.com-ttl02 {
  z-index: 1;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-ttl02::after {
  width: 98%;
  height: 3px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 12px;
  border-bottom: 3px dotted #fff;
  z-index: -1;
}

.com-ttl03 {
  color: #45afb5;
  border-bottom: 3px dotted #87c5cd;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-btn01 {
  width: 320px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #87c5cd;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .com-btn01 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-btn01::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
.com-btn01:hover::before {
  transform: translateX(2px);
}

.com-btn02 {
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ee849a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .com-btn02 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-btn02::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 12px;
  margin-top: 5px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
.com-btn02:hover::before {
  transform: translateX(2px);
}

.com-mail {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #87c5cd;
  border-radius: 10px;
}

.com-line {
  width: 222px;
  height: 80px;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0 0 10px 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .com-line {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-line::before {
  content: "";
  width: 37px;
  height: 37px;
  margin-right: 24px;
  background: url(/img/all/line-ico.png) no-repeat;
  background-size: 100%;
}
.com-line-sm {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .com-line-sm {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.com-site {
  width: 232px;
  height: 80px;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #87c5cd;
  border: 1px solid #d9d9d9;
  border-radius: 0 0 0 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .com-site {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-site::before {
  content: "";
  width: 20px;
  height: 21px;
  margin-right: 15px;
  background: url(/img/all/link-ico.png) no-repeat;
  background-size: 100%;
}
.com-site-sm {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .com-site-sm {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.com-site-lg {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .com-site-lg {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 35px;
}

.com-table01 {
  width: 100%;
  border-collapse: separate;
}
.com-table01 tr:first-of-type th:first-of-type {
  border-radius: 10px 0 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0 10px 0 0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0 0 0 10px;
}
.com-table01 tr:last-of-type td {
  border-radius: 0 0 10px 0;
  border-bottom: 1px solid #45afb5;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 1px solid #d9d9d9;
}
.com-table01 tr:nth-of-type(n + 2) td {
  border-top: 1px solid #d9d9d9;
}
.com-table01 th {
  white-space: pre-line;
  width: 167px;
  letter-spacing: 0;
  padding: 12px 5px 12px 10px;
  line-height: 1.75;
  color: #fff;
  background-color: #45afb5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .com-table01 th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-table01 td {
  white-space: pre-line;
  vertical-align: middle;
  line-height: 2;
  letter-spacing: 0;
  padding: 12px 5px 12px 15px;
  color: #333333;
  border-top: 1px solid #45afb5;
  border-right: 1px solid #45afb5;
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .com-table01 td {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.com-table01 a {
  color: #333333;
}

.com-table02 {
  width: 100%;
  border-collapse: separate;
  padding: 17px 25px;
  background-color: #fff;
  border: 4px solid #87c5cd;
  border-radius: 10px;
}
.com-table02 tr:nth-of-type(n + 2) th {
  border-top: 1px solid #d9d9d9;
}
.com-table02 tr:nth-of-type(n + 2) td {
  border-top: 1px solid #d9d9d9;
}
.com-table02 th {
  width: 120px;
  line-height: 1.875;
  letter-spacing: 0.04em;
  padding: 11px 0 15px 20px;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.com-table02 th::before {
  position: absolute;
  content: "";
}
.com-table02 th {
  z-index: 1;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .com-table02 th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-table02 th::before {
  width: 4px;
  height: 24px;
  left: 5px;
  top: 15px;
  background-color: #ee849a;
  border-radius: 2px;
  z-index: -1;
}
.com-table02 td {
  white-space: pre-line;
  vertical-align: middle;
  line-height: 1.875;
  letter-spacing: 0.04em;
  padding: 11px 15px 15px 40px;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .com-table02 td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.com-no-post {
  text-align: center;
  margin-top: 100px;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .com-no-post {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.com-no-img {
  width: 90% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.com-no-img-bg {
  text-align: center;
  background-color: #ccc !important;
}

.com-main-color {
  color: #45afb5;
}

.com-sub-color {
  color: #ee849a;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 1; /* 行数指定 */
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 2; /* 行数指定 */
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 3; /* 行数指定 */
}

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.com-tag-list-item {
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 3px 4.3px;
  color: #fff;
  background-color: #ee849a;
  border-radius: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .com-tag-list-item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.com-time {
  letter-spacing: 0.04em;
  flex-shrink: 0;
  padding-right: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .com-time {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.com-svg-txt {
  padding-left: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .com-svg-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.com-pre {
  white-space: pre-line;
}

/* =========================================
    top  PC
    top-first
========================================= */
#top-first .bg {
  background: url(/img/top/first-bg.jpg) no-repeat center/cover;
}
#top-first .container {
  text-align: center;
}
#top-first .ttl {
  margin-top: 5px;
  padding-bottom: 30px;
  color: #87c5cd;
  background: url(/img/all/com-ttl-deco.png) no-repeat center bottom;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  #top-first .ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#top-first .ttl-lg {
  color: #45afb5;
  font-size: 52px;
  font-size: 5.2rem;
}
@media screen and (max-width: 767px) {
  #top-first .ttl-lg {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-first .ttl-sm {
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  #top-first .ttl-sm {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-first .txt {
  line-height: 2.375;
  margin-top: 40px;
}
#top-first .txt-lg {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#top-first .wrap {
  width: 100%;
  margin-top: 95px;
  position: relative;
}
#top-first .wrap::after {
  position: absolute;
  content: "";
}
#top-first .wrap {
  z-index: 1;
}
#top-first .wrap::after {
  width: 138px;
  height: 158px;
  right: 0;
  top: -160px;
  background: url(/img/all/com-deco01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-first .link {
  width: 510px;
  height: 420px;
  padding: 10px;
  border-radius: 10px;
}
#top-first .link:hover .link-kids-ttl::before {
  transform: translateX(2px);
}
#top-first .link:hover .link-lesson-ttl::before {
  transform: translateX(2px);
}
#top-first .link-img {
  border-radius: 10px;
}
#top-first .link-ttl {
  line-height: 1.46;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#top-first .link-kids {
  background-color: #ee849a;
}
#top-first .link-kids-ttl {
  margin-top: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #top-first .link-kids-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-first .link-kids-ttl::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(/img/top/first-arw.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#top-first .link-lesson {
  background-color: #87c5cd;
}
#top-first .link-lesson-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #top-first .link-lesson-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#top-first .link-lesson-ttl::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(/img/top/first-arw02.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#top-first .link-lesson-ttl-sm {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #top-first .link-lesson-ttl-sm {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* =========================================
    top  PC
    top-reason
========================================= */
#top-reason .bg {
  background: url(/img/top/reason-bg.jpg) no-repeat center bottom/cover;
  overflow: hidden;
}
#top-reason .ttl {
  text-align: center;
  letter-spacing: 0.06em;
  padding: 35px 15px;
  color: #fff;
  -webkit-text-stroke: 7px #45afb5;
  paint-order: stroke;
  background: url(/img/all/pt01.jpg) left top;
  border-top: 6px solid #45afb5;
  border-bottom: 6px solid #45afb5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  #top-reason .ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#top-reason .ttl-sm {
  letter-spacing: 0.06em;
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  #top-reason .ttl-sm {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-reason .container-box {
  width: 100%;
  max-width: 1080px;
  margin: 60px auto 0;
  padding: 50px 0 55px;
  position: relative;
}
#top-reason .container-box::before {
  position: absolute;
  content: "";
}
#top-reason .container-box {
  z-index: 1;
}
#top-reason .container-box::before {
  width: 1180px;
  height: 100%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background-color: #fff;
  border-radius: 10px;
  z-index: -1;
}
#top-reason .point-item:nth-of-type(2n) {
  margin-top: 45px;
}
#top-reason .point-ttl {
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #top-reason .point-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-reason .point-ttl-sm {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #top-reason .point-ttl-sm {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-reason .point-ttl-color01 {
  color: #87c5cd;
}
#top-reason .point-ttl-color02 {
  color: #ee849a;
}
#top-reason .point-ttl-color03 {
  color: #ffbb02;
}
#top-reason .point-ttl-color04 {
  color: #84c36b;
}
#top-reason .wrap {
  margin-top: 70px;
}
#top-reason .wrap-ttl {
  line-height: 1.41;
  text-align: center;
  padding: 12px 15px;
  color: #fff;
  background-color: #87c5cd;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  #top-reason .wrap-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-reason .list {
  margin-top: 35px;
  flex-wrap: wrap;
  gap: 57px;
}
#top-reason .list-item {
  flex-basis: calc((100% - 171px) / 4);
  max-width: calc((100% - 171px) / 4);
}

/* =========================================
    top  PC
    top-movie
========================================= */
#top-movie .bg {
  background: url(/img/all/pt02.jpg) left top;
}
#top-movie .container {
  position: relative;
}
#top-movie .container::before {
  position: absolute;
  content: "";
}
#top-movie .container {
  z-index: 1;
}
#top-movie .container::before {
  width: 91px;
  height: 102px;
  top: 0;
  right: calc(50% - 247px);
  background: url(/img/all/com-deco02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-movie .ttl {
  text-align: center;
  letter-spacing: 0.08em;
  color: #45afb5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  #top-movie .ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#top-movie .ttl-sm {
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  #top-movie .ttl-sm {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-movie .list {
  width: 100%;
  gap: 68px 25px;
  margin-top: 45px;
}
#top-movie .list-item {
  flex-basis: calc((100% - 75px) / 4);
  max-width: calc((100% - 75px) / 4);
}
#top-movie .list-item iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#top-movie .list-item:nth-of-type(2n + 1) {
  margin-top: 40px;
}
#top-movie .list-item:first-of-type {
  flex-basis: 100%;
  max-width: 854px;
  margin-top: 0;
}
#top-movie .list-item:first-of-type .list-movie {
  width: 100%;
  height: 480px;
}
#top-movie .list-movie {
  width: 100%;
  height: 140px;
}
#top-movie .list-movie iframe {
  border: none !important;
}
#top-movie .list-ttl {
  line-height: 1.55;
  text-align: center;
  margin-top: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #top-movie .list-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-movie .btn {
  margin: 60px auto 0;
}

/* =========================================
    top  PC
    top-flow
========================================= */
#top-flow .bg {
  background: url(/img/top/flow-bg.jpg) no-repeat center/cover;
}
#top-flow .ttl {
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  #top-flow .ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#top-flow .list {
  margin-top: 50px;
}
#top-flow .list-item {
  width: 270px;
  height: 260px;
  text-align: center;
  position: relative;
}
#top-flow .list-item::before {
  position: absolute;
  content: "";
}
#top-flow .list-item {
  z-index: 1;
}
#top-flow .list-item::before {
  width: 51px;
  height: 261px;
  transform: translateY(-50%);
  top: 50%;
  left: -7px;
  background-size: 100%;
  z-index: 1;
}
#top-flow .list-item:first-of-type {
  width: 265px;
  padding-top: 47px;
  padding-left: 30px;
  background-color: #87c5cd;
  border-radius: 10px 0 0 10px;
}
#top-flow .list-item:first-of-type .list-txt {
  color: #87c5cd;
}
#top-flow .list-item:nth-of-type(2) {
  padding-left: 55px;
  padding-top: 49px;
  background-color: #ed8da3;
  border-radius: 0;
}
#top-flow .list-item:nth-of-type(2)::before {
  background: url(/img/top/flow-arw01.png) no-repeat;
}
#top-flow .list-item:nth-of-type(2) .list-txt {
  margin-top: 34px;
  color: #ed8da3;
}
#top-flow .list-item:nth-of-type(3) {
  width: 280px;
  padding-left: 29px;
  padding-top: 38px;
  background-color: #f9c200;
  border-radius: 0;
}
#top-flow .list-item:nth-of-type(3)::before {
  background: url(/img/top/flow-arw02.png) no-repeat;
}
#top-flow .list-item:nth-of-type(3) .list-txt {
  margin-top: 20px;
  color: #f9c200;
}
#top-flow .list-item:nth-of-type(4) {
  width: 280px;
  padding-left: 30px;
  padding-top: 41px;
  background-color: #84c36b;
  border-radius: 0 10px 10px 0;
}
#top-flow .list-item:nth-of-type(4)::before {
  background: url(/img/top/flow-arw03.png) no-repeat;
}
#top-flow .list-item:nth-of-type(4) .list-txt {
  margin-top: 40px;
  color: #84c36b;
}
#top-flow .list-img {
  display: block;
  margin: 0 auto;
}
#top-flow .list-txt {
  display: inline-block;
  margin-top: 40px;
  line-height: 1.25;
  padding: 0 11px;
  background-color: #fff;
  border-radius: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #top-flow .list-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-flow .list-ttl {
  line-height: 1.27;
  text-align: center;
  margin-top: 10px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #top-flow .list-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* =========================================
    top  PC
    top-bnr
========================================= */
#top-bnr .bg {
  background: url(/img/all/pt02.jpg) left top;
}
#top-bnr .news-bg {
  background: url(/img/top/bnr-btm.png) no-repeat center bottom, url(/img/all/pt02.jpg) left top;
}
@media screen and (min-width: 1921px) {
  #top-bnr .news-bg {
    background: url(/img/top/bnr-btm.png) no-repeat center bottom/100%, url(/img/all/pt02.jpg) left top;
  }
}
#top-bnr .calendar {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #87c5cd;
  border: 4px solid #87c5cd;
  border-radius: 10px;
}
#top-bnr .calendar-img {
  border-radius: 10px;
  flex-shrink: 0;
}
#top-bnr .ttl {
  width: 100%;
  text-align: center;
  padding-top: 50px;
  color: #fff;
  background: url(/img/all/calendar-ico.png) no-repeat center top;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #top-bnr .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-bnr .list {
  margin-top: 85px;
}
#top-bnr .list-item:first-of-type .list-link {
  padding-top: 60px;
  background: url(/img/top/programming-ico.png) no-repeat center 21px, #ee849a;
}
#top-bnr .list-item:nth-of-type(2) .list-link {
  background: url(/img/top/staff-ico.png) no-repeat center 27px, #f9c200;
}
#top-bnr .list-item:nth-of-type(3) .list-link {
  background: url(/img/top/voice-ico.png) no-repeat center 24px, #84c36b;
}
#top-bnr .list-link {
  width: 340px;
  height: 160px;
  text-align: center;
  padding-top: 85px;
  border-radius: 10px;
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: -7px;
}
#top-bnr .list-ttl {
  line-height: 1.26;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #top-bnr .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-bnr .list-ttl-sm {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #top-bnr .list-ttl-sm {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .bg {
  background-color: #87c5cd;
}
#top-news .inner {
  position: relative;
}
#top-news .inner::after {
  position: absolute;
  content: "";
}
#top-news .inner {
  z-index: 1;
}
#top-news .inner::after {
  width: 113px;
  height: 133px;
  bottom: 14px;
  right: -65px;
  background: url(/img/all/com-deco03.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
@media screen and (max-width: 1220px) {
  #top-news .inner::after {
    width: 103px;
    height: 121px;
    bottom: 5px;
    right: -5px;
  }
}
#top-news .container {
  width: 100%;
  padding: 40px 40px 35px;
  background-color: #fff;
  border-radius: 10px;
}
#top-news .container-box {
  width: 100%;
  border-bottom: 2px dotted #87c5cd;
}
#top-news .ttl {
  letter-spacing: 0.04em;
  padding-left: 40px;
  color: #87c5cd;
  background: url(/img/top/news-deco.png) no-repeat left center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  #top-news .ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
#top-news .list {
  width: 100%;
  margin-top: 18px;
}
#top-news .list-item:nth-of-type(n + 2) {
  border-top: 1px solid #d7d1ce;
}
#top-news .list-link {
  width: 100%;
  padding: 18px 0 15px;
  color: #333333;
}
#top-news .list-ttl {
  letter-spacing: 0.04em;
  margin-top: 5px;
}
#top-news .btn {
  margin-bottom: 10px;
}

/* =========================================

    sub layout  PC
    下層ページのPC時css
		sub-pc

========================================= */
/* =========================================
    sub  PC
    sub-first
========================================= */
#sub-btn .container {
  gap: 60px;
}
#sub-btn .first-btn {
  width: 400px;
}
#sub-btn .kids-btn {
  width: 370px;
  background-color: #ee849a;
}
#sub-btn .kids-btn::before {
  background: url(/img/all/arw-color.png) no-repeat;
  background-size: 100%;
}
#sub-btn .lesson-btn {
  width: 370px;
}

#sub-reason .inner {
  position: relative;
}
#sub-reason .inner::after {
  position: absolute;
  content: "";
}
#sub-reason .inner {
  z-index: 1;
}
#sub-reason .inner::after {
  width: 100px;
  height: 132px;
  bottom: 30px;
  left: 15px;
  background: url(/img/all/com-deco05.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-reason .ttl {
  position: relative;
}
#sub-reason .ttl::after {
  position: absolute;
  content: "";
}
#sub-reason .ttl {
  z-index: 1;
}
#sub-reason .ttl::after {
  width: 83px;
  height: 96px;
  top: 0;
  right: 130px;
  background: url(/img/all/com-deco04.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-reason .list {
  gap: 75px 65px;
  margin-top: 70px;
}
#sub-reason .list-item {
  flex-basis: calc((100% - 65px) / 2);
  max-width: calc((100% - 65px) / 2);
}
#sub-reason .list-item:nth-of-type(4n + 1) .list-img {
  border-color: #87c5cd;
}
#sub-reason .list-item:nth-of-type(4n + 1) .list-num {
  background-color: #87c5cd;
}
#sub-reason .list-item:nth-of-type(4n + 1) .list-ttl {
  color: #87c5cd;
}
#sub-reason .list-item:nth-of-type(4n + 2) .list-img {
  border-color: #ee849a;
}
#sub-reason .list-item:nth-of-type(4n + 2) .list-num {
  background-color: #ee849a;
}
#sub-reason .list-item:nth-of-type(4n + 2) .list-ttl {
  color: #ee849a;
}
#sub-reason .list-item:nth-of-type(4n + 3) .list-img {
  border-color: #ffbb02;
}
#sub-reason .list-item:nth-of-type(4n + 3) .list-num {
  background-color: #ffbb02;
}
#sub-reason .list-item:nth-of-type(4n + 3) .list-ttl {
  color: #ffbb02;
}
#sub-reason .list-item:nth-of-type(4n + 4) .list-img {
  border-color: #84c36b;
}
#sub-reason .list-item:nth-of-type(4n + 4) .list-num {
  background-color: #84c36b;
}
#sub-reason .list-item:nth-of-type(4n + 4) .list-ttl {
  color: #84c36b;
}
#sub-reason .list-img {
  width: 100%;
  border: 4px solid;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#sub-reason .list-num {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 0.8;
  text-align: center;
  padding-top: 9px;
  top: 0;
  left: 0;
  color: #fff;
  border-radius: 5px 0 10px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
}
#sub-reason .list-num-lg {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  #sub-reason .list-num-lg {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-reason .list-ttl {
  text-align: center;
  line-height: 1.46;
  margin-top: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #sub-reason .list-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-reason .list-txt {
  line-height: 2;
  margin-top: 15px;
}
#sub-reason .step {
  margin-top: 125px;
}
#sub-reason .step-ttl {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #45afb5;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-reason .step-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-reason .step-ttl {
  position: relative;
}
#sub-reason .step-ttl::after {
  position: absolute;
  content: "";
}
#sub-reason .step-ttl {
  z-index: 1;
}
#sub-reason .step-ttl::after {
  width: 98%;
  height: 2px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 11px;
  border-bottom: 4px dotted #fff;
  z-index: -1;
}
#sub-reason .step-txt {
  line-height: 2;
  text-align: center;
  margin-top: 35px;
}
#sub-reason .step-txt-lg {
  color: #45afb5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#sub-reason .wrap {
  margin-top: 20px;
}

#sub-merit .bg {
  background: url(/img/all/pt02.jpg) left top;
}
#sub-merit .inner {
  position: relative;
}
#sub-merit .inner::after {
  position: absolute;
  content: "";
}
#sub-merit .inner {
  z-index: 1;
}
#sub-merit .inner::after {
  width: 123px;
  height: 140px;
  bottom: 23px;
  right: 30px;
  background: url(/img/all/com-deco02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-merit .list {
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 40px;
}
#sub-merit .list-item {
  flex-basis: calc((100% - 120px) / 4);
  max-width: calc((100% - 120px) / 4);
}
#sub-merit .list-item:nth-of-type(2n) {
  margin-top: 40px;
}
#sub-merit .list-ttl {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #sub-merit .list-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-merit .list-color01 {
  color: #87c5cd;
}
#sub-merit .list-color02 {
  color: #ee849a;
}
#sub-merit .list-color03 {
  color: #ffbb02;
}
#sub-merit .list-color04 {
  color: #84c36b;
}
#sub-merit .txt {
  line-height: 2;
  text-align: center;
  margin-top: 35px;
}
#sub-merit .txt-lg {
  color: #45afb5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* =========================================
    sub  PC
    sub-lesson
========================================= */
#sub-kids .ttl {
  color: #ee849a;
}
#sub-kids .wrap {
  gap: 40px;
  margin-top: 60px;
  position: relative;
}
#sub-kids .wrap::after {
  position: absolute;
  content: "";
}
#sub-kids .wrap {
  z-index: 1;
}
#sub-kids .wrap::after {
  width: 448px;
  height: 148px;
  bottom: -5px;
  left: 43px;
  background: url(/img/lesson/kids-ila.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-kids .wrap-img {
  width: 490px;
  flex-shrink: 0;
  margin-top: 7px;
  background-color: #ee849a;
  border: 10px solid #ee849a;
  border-radius: 10px;
}
#sub-kids .wrap-img img {
  border-radius: 10px;
}
#sub-kids .txt {
  line-height: 2;
}
#sub-kids .table {
  margin-top: 30px;
}
#sub-kids .table tr:first-of-type td {
  border-top: 1px solid #ee849a;
}
#sub-kids .table tr:last-of-type td {
  border-bottom: 1px solid #ee849a;
}
#sub-kids .table th {
  background-color: #ee849a;
}
#sub-kids .table td {
  border-right: 1px solid #ee849a;
}
#sub-kids .technique {
  margin-top: 60px;
}
#sub-kids .technique-list {
  gap: 20px;
  margin-top: 40px;
}
#sub-kids .technique-list-item {
  flex-basis: calc((100% - 80px) / 5);
  max-width: calc((100% - 80px) / 5);
}
#sub-kids .technique-list-item:nth-of-type(2n) {
  margin-top: 60px;
}
#sub-kids .technique-list-ttl {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sub-kids .technique-list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-kids .soft {
  margin-top: 90px;
}
#sub-kids .soft-list {
  gap: 43px;
  margin-top: 30px;
}
#sub-kids .soft-list-item {
  flex-basis: calc((100% - 86px) / 3);
  max-width: calc((100% - 86px) / 3);
}
#sub-kids .soft-list-img {
  width: 100%;
  height: 260px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
#sub-kids .soft-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-kids .soft-list-img img {
  border-radius: 10px;
}
#sub-kids .soft-list-ttl {
  margin-top: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #sub-kids .soft-list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-kids .soft-list-btm {
  gap: 10px;
  margin-top: 5px;
}
#sub-kids .soft-list-txt {
  width: 60px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background-color: #ee849a;
  border-radius: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-kids .soft-list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-kids .soft-list-link {
  letter-spacing: 0;
  text-decoration: underline !important;
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #sub-kids .soft-list-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#sub-lesson .wrap {
  gap: 40px;
  margin-top: 60px;
}
#sub-lesson .wrap-img {
  flex-shrink: 0;
  margin-top: 7px;
  background-color: #45afb5;
  border: 10px solid #45afb5;
  border-radius: 10px;
  overflow: hidden;
}
#sub-lesson .wrap-img img {
  border-radius: 10px;
}
#sub-lesson .txt {
  line-height: 2;
}
#sub-lesson .fee {
  margin-top: 60px;
}
#sub-lesson .fee-ttl {
  background-color: #45afb5;
}
#sub-lesson .fee-wrap {
  gap: 35px;
  margin-top: 40px;
}
#sub-lesson .fee-wrap-ttl {
  text-align: center;
  padding-bottom: 5px;
  color: #45afb5;
  border-bottom: 3px dotted #45afb5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-lesson .fee-wrap-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-lesson .fee-wrap-txt {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
}
#sub-lesson .fee-standard {
  width: 100%;
}
#sub-lesson .fee-lesson {
  width: 100%;
}
#sub-lesson .fee-lesson-table {
  margin-top: 25px;
}
#sub-lesson .fee-lesson-table th {
  width: 240px;
}
#sub-lesson .fee-table {
  margin-top: 25px;
}
#sub-lesson .fee-txt {
  text-align: center;
  line-height: 2;
  margin-top: 30px;
  padding: 30px 15px;
  background-color: #e7f3f5;
  border-radius: 10px;
  position: relative;
}
#sub-lesson .fee-txt::after {
  position: absolute;
  content: "";
}
#sub-lesson .fee-txt {
  z-index: 1;
}
#sub-lesson .fee-txt::after {
  width: 104px;
  height: 119px;
  right: 190px;
  bottom: -4px;
  background: url(/img/all/com-deco01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-lesson .flow {
  margin-top: 100px;
}
#sub-lesson .flow-ttl {
  background-color: #45afb5;
}
#sub-lesson .flow-list {
  width: 100%;
  height: 280px;
  margin-top: 25px;
  position: relative;
}
#sub-lesson .flow-list-item {
  position: absolute;
  height: 280px;
  top: 0;
  border-radius: 10px;
}
#sub-lesson .flow-list-item:first-of-type {
  width: 212px;
  padding: 23px 0 0 10px;
  left: 0;
  background-color: #45afb5;
  z-index: 5;
}
#sub-lesson .flow-list-item:first-of-type::after {
  position: absolute;
  content: "";
  width: 41px;
  height: 279px;
  transform: translateY(-50%);
  top: 50%;
  right: -25px;
  background: url(/img/lesson/flow-arw01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-lesson .flow-list-item:first-of-type .flow-list-num {
  color: #45afb5;
}
#sub-lesson .flow-list-item:nth-of-type(2) {
  width: 220px;
  left: 205px;
  padding: 23px 0 0 39px;
  background-color: #ed8da3;
  border-radius: 0 10px 10px 0;
  z-index: 4;
}
#sub-lesson .flow-list-item:nth-of-type(2)::after {
  position: absolute;
  content: "";
  width: 41px;
  height: 279px;
  transform: translateY(-50%);
  top: 50%;
  right: -25px;
  background: url(/img/lesson/flow-arw02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-lesson .flow-list-item:nth-of-type(2) .flow-list-num {
  color: #ed8da3;
}
#sub-lesson .flow-list-item:nth-of-type(3) {
  width: 229px;
  left: 414px;
  padding: 23px 0 0 39px;
  background-color: #ebb803;
  border-radius: 0 10px 10px 0;
  z-index: 3;
}
#sub-lesson .flow-list-item:nth-of-type(3)::after {
  position: absolute;
  content: "";
  width: 41px;
  height: 279px;
  transform: translateY(-50%);
  top: 50%;
  right: -25px;
  background: url(/img/lesson/flow-arw03.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-lesson .flow-list-item:nth-of-type(3) .flow-list-ttl {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-lesson .flow-list-item:nth-of-type(3) .flow-list-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-lesson .flow-list-item:nth-of-type(3) .flow-list-num {
  color: #ebb803;
}
#sub-lesson .flow-list-item:nth-of-type(4) {
  width: 220px;
  left: 639px;
  padding: 23px 0 0 32px;
  background-color: #84c36b;
  border-radius: 0 10px 10px 0;
  z-index: 2;
}
#sub-lesson .flow-list-item:nth-of-type(4)::after {
  position: absolute;
  content: "";
  width: 41px;
  height: 279px;
  transform: translateY(-50%);
  top: 50%;
  right: -25px;
  background: url(/img/lesson/flow-arw04.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-lesson .flow-list-item:nth-of-type(4) .flow-list-num {
  color: #84c36b;
}
#sub-lesson .flow-list-item:nth-of-type(4) .flow-list-txt {
  padding-right: 0;
}
#sub-lesson .flow-list-item:nth-of-type(5) {
  width: 228px;
  right: 0;
  padding: 23px 0 0 32px;
  background-color: #45afb5;
  border-radius: 0 10px 10px 0;
  z-index: 1;
}
#sub-lesson .flow-list-item:nth-of-type(5)::after {
  position: absolute;
  content: "";
  width: 41px;
  height: 279px;
  transform: translateY(-50%);
  top: 50%;
  right: -25px;
  background: url(/img/lesson/flow-arw05.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-lesson .flow-list-item:nth-of-type(5) .flow-list-num {
  color: #45afb5;
}
#sub-lesson .flow-list-item:nth-of-type(5) .flow-list-txt {
  padding-right: 0;
}
#sub-lesson .flow-list-num {
  display: block;
  width: 80px;
  line-height: 25px;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sub-lesson .flow-list-num {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-lesson .flow-list-ttl {
  text-align: center;
  line-height: 1.4;
  margin-top: 10px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sub-lesson .flow-list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-lesson .flow-list-ttl-sm {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #sub-lesson .flow-list-ttl-sm {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-lesson .flow-list-txt {
  margin-top: 10px;
  padding: 0 5px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sub-lesson .flow-list-txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#sub-lesson .recommendation {
  margin-top: 100px;
  position: relative;
}
#sub-lesson .recommendation::before {
  position: absolute;
  content: "";
}
#sub-lesson .recommendation {
  z-index: 1;
}
#sub-lesson .recommendation::before {
  width: 128px;
  height: 149px;
  left: 0;
  bottom: -28px;
  background: url(/img/all/com-deco03.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-lesson .recommendation-ttl {
  background-color: #45afb5;
}
#sub-lesson .recommendation-wrap {
  width: 920px;
  gap: 75px;
  margin-top: 30px;
  margin-left: auto;
  padding: 26px 45px 35px;
  border: 4px solid #87c5cd;
  border-radius: 10px;
  position: relative;
}
#sub-lesson .recommendation-wrap::before {
  position: absolute;
  content: "";
}
#sub-lesson .recommendation-wrap::after {
  position: absolute;
  content: "";
}
#sub-lesson .recommendation-wrap::before {
  width: 31px;
  height: 35px;
  left: -30px;
  bottom: 45px;
  background: url(/img/lesson/recommendation-arw.png) no-repeat;
  background-size: 100%;
}
#sub-lesson .recommendation-wrap::after {
  width: 107px;
  height: 72px;
  bottom: -3px;
  right: 16px;
  background: url(/img/lesson/pc-ila.png) no-repeat;
  background-size: 100%;
}
#sub-lesson .recommendation-list-item {
  line-height: 1.4;
  padding-bottom: 5px;
  border-bottom: 2px dotted #87c5cd;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#sub-lesson .recommendation-list-item::before {
  position: absolute;
  content: "";
}
#sub-lesson .recommendation-list-item {
  z-index: 1;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #sub-lesson .recommendation-list-item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-lesson .recommendation-list-item::before {
  width: 15px;
  height: 12px;
  left: -20px;
  top: 7px;
  background: url(/img/all/check-ico.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-lesson .recommendation-list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}

#sub-movie .bg {
  background: url(/img/all/pt02.jpg) left top;
}
#sub-movie .list {
  margin-top: 60px;
  gap: 65px 60px;
}
#sub-movie .list-item {
  flex-basis: calc((100% - 60px) / 2);
  max-width: calc((100% - 60px) / 2);
}
#sub-movie .list-movie {
  width: 100%;
  height: 287px;
}
#sub-movie .list-movie iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#sub-movie .list-movie iframe {
  border-radius: 10px;
}
#sub-movie .list-ttl {
  line-height: 1.75;
  margin-top: 10px;
}

/* =========================================
    sub  PC
    sub-voice
========================================= */
#sub-voice .list-item {
  width: 100%;
  gap: 28px;
  padding: 30px 28px;
  background-color: #fff;
  border: 4px solid #45afb5;
  border-radius: 10px;
}
#sub-voice .list-item:nth-of-type(n + 2) {
  margin-top: 80px;
}
#sub-voice .list-top {
  flex-shrink: 0;
  gap: 40px;
}
#sub-voice .list-left {
  flex-shrink: 0;
  width: 188px;
}
#sub-voice .list-ico {
  width: 100%;
}
#sub-voice .list-name {
  text-align: center;
  margin-top: 10px;
  color: #45afb5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sub-voice .list-name {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-voice .list-link {
  width: 160px;
  height: 225px;
  margin-top: 5px;
}
#sub-voice .list-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-voice .list-link {
  position: relative;
  border: 1px solid #d9d9d9;
}
#sub-voice .list-link iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#sub-voice .list-link {
  z-index: 5;
}
#sub-voice .list-link iframe {
  position: relative;
  z-index: -1;
}
#sub-voice .list-btn {
  position: absolute;
  width: 120px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -18px;
}
#sub-voice .detail-img {
  width: 724px;
  margin: 0 auto;
  border: 1px solid #d9d9d9;
}

/* =========================================
    sub  PC
    sub-classroom
========================================= */
#sub-staff .list {
  gap: 60px;
  margin-top: 60px;
}
#sub-staff .list-item {
  gap: 60px;
  flex-basis: calc((100% - 60px) / 2);
  max-width: calc((100% - 60px) / 2);
  padding: 10px 10px 20px;
  border-radius: 10px;
}
#sub-staff .list-item:nth-of-type(4n + 1) {
  background-color: #87c5cd;
}
#sub-staff .list-item:nth-of-type(4n + 2) {
  background-color: #ee849a;
}
#sub-staff .list-item:nth-of-type(4n + 3) {
  background-color: #ffbb02;
}
#sub-staff .list-item:nth-of-type(4n + 4) {
  background-color: #84c36b;
}
#sub-staff .list-img {
  width: 100%;
  height: 320px;
}
#sub-staff .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-staff .list-img img {
  border-radius: 10px;
}
#sub-staff .list-ttl {
  text-align: center;
  margin-top: 10px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #sub-staff .list-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-staff .list-txt {
  line-height: 2;
  margin-top: 10px;
  padding: 0 10px;
  color: #fff;
}

#sub-company .bg {
  background: url(/img/all/pt02.jpg) left top;
}
#sub-company .table {
  margin-top: 45px;
}

#sub-map .container {
  width: 100%;
  position: relative;
}
#sub-map .ttl {
  position: absolute;
  letter-spacing: 0.08em;
  padding-left: 22px;
  transform: translateX(-50%);
  left: 50%;
  top: -50px;
  color: #45afb5;
  background: url(/img/all/map-ico02.png) no-repeat left center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #sub-map .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-map .map {
  width: 100%;
  height: 400px;
}
#sub-map .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

#sub-gallery .list {
  margin-top: 60px;
  gap: 40px 15px;
}
#sub-gallery .list-item {
  flex-basis: calc((100% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);
}
#sub-gallery .list-link {
  display: block;
  width: 100%;
}
#sub-gallery .list-link:hover .list-img img {
  transform: scale(1.05);
}
#sub-gallery .list-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
#sub-gallery .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-gallery .list-img {
  border-radius: 10px;
}
#sub-gallery .list-img img {
  border-radius: 10px;
  transition: all 0.5s ease;
}
#sub-gallery .list-ttl {
  line-height: 1.77;
  margin-top: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-gallery .list-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

#sub-classroom-detail .img {
  width: 800px;
  height: 450px;
  margin: 35px auto 0;
}
#sub-classroom-detail .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-classroom-detail .img {
  border-radius: 10px;
}
#sub-classroom-detail .img img {
  border-radius: 10px;
}
#sub-classroom-detail .txt {
  line-height: 2;
  margin-top: 25px;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-contact .bg {
  background: url(/img/all/pt02.jpg) left top;
}
#sub-contact .privacy {
  color: #45afb5;
  border-bottom: 1px solid #45afb5;
}

#contact-form .com-table01 {
  white-space: unset;
}
#contact-form .com-btn01 {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  transition: all 0.5s ease;
}
#contact-form .com-btn01::before {
  display: none;
}
#contact-form .com-btn01::after {
  display: none;
}
#contact-form .com-btn01:hover {
  transform: scale(0.95);
}

.contact-form-table {
  margin: 50px auto 0;
  width: 100%;
  max-width: 1080px;
  table-layout: fixed;
}
.contact-form-table th {
  width: 350px;
  padding: 15px;
  white-space: unset;
}
.contact-form-table td {
  padding: 15px;
  white-space: unset;
}
.contact-form-table td input {
  height: 25px;
  line-height: 25px;
  border: none;
  background-color: #f5f5f5;
}
.contact-form-table td textarea {
  border: none;
  background-color: #f5f5f5;
  resize: none;
}
.contact-form-table .sp-sm {
  font-size: 16px;
}

.select {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  position: relative;
}
.select::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #eee;
  border-bottom: 0;
}
.select-list {
  width: 200px;
  padding: 11px 15px;
  border: none;
  cursor: pointer;
}

.privacy-check {
  font-size: 15px;
}

.required-mark {
  letter-spacing: 0.04em;
  color: #4aafa3;
  background-color: unset;
  font-size: 12px;
  font-size: 1.2rem;
}

.contact-recaptcha-wrap {
  width: 304px;
  margin: 50px auto 0;
}

.contact-submits-wrap {
  margin-top: 25px;
}
.contact-submits-wrap .back-btn::before {
  display: none;
}

/*==================================================
 入力フィールド
================================================== */
select,
textarea,
input[type=tel],
input[type=text],
input[type=email],
input[type=url] {
  width: 100%;
  max-width: 100%;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(150, 150, 150, 0.1) inset;
  box-sizing: border-box;
}

select {
  padding: 7px 15px;
}

textarea {
  width: 100%;
  resize: vertical;
}

/* ボタン
-------------------------------------------------- */
input[type=button],
input[type=submit],
button {
  border: none;
  -webkit-appearance: none;
  /* Safariにのみ適用するスタイル */
  transition: all 0.3s ease;
}

input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.4;
  pointer-events: none;
}

/* チェックボックス・ラジオボタン
-------------------------------------------------- */
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
}

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

input[type=radio] + label,
input[type=checkbox] + label {
  padding: 0 0 0 24px;
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
}

input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}

input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  display: block;
}

input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ff900e;
  border-radius: 8px;
}

input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #ff900e;
  border-bottom: 3px solid #ff900e;
  transform: rotate(-45deg);
}

input[type=checkbox] {
  display: none; /* デフォルトチェックボックスを完全に非表示 */
}

/*==================================================
	テーブル
================================================== */
/* スマホ表示時にはテーブルを縦向きにする */
@media screen and (max-width: 768px) {
  .contact-form-table,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    width: auto;
    display: block;
  }
}
/* ご住所だけ2段なのでマージンを開ける */
input[name="items[address]"] {
  margin-top: 8px;
}

/* 「不正な送信です」「時間を空けて再度送信ください」などのセキュリティエラー文 */
.sec-error-text {
  line-height: 1.5em;
  margin-top: 50px;
  padding: 40px 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #ff900e;
}

.sec-error-link {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .sec-error-text {
    padding: 30px 10px;
    font-size: 4vw;
  }
  .sec-error-link {
    font-size: 5vw;
  }
}
/* 「任意」「必須」マーク */
.optional-mark,
.required-mark {
  margin-top: 5px;
  padding: 2px 10px;
  color: #fff;
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .optional-mark,
  .required-mark {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.optional-mark {
  background: #3498db;
}

.required-mark {
  background: #ff900e;
}

/* 「~が入力されていません」などの未記入エラー文 */
.error-text {
  margin: 0 0 4px;
  color: #ff900e;
}

/* 送信・確認ボタン */
.contact-submits-wrap {
  text-align: center;
}

/* プライバシーポリシー */
.inline-privacy-policy {
  height: 350px;
  margin: 16px 0;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.inline-privacy-policy-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: inline-block;
}

.inline-privacy-policy iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/*==================================================
	日付選択フォーム
================================================== */
.date-list {
  padding-left: inherit;
}

.date-list li {
  list-style: none;
  margin-bottom: 15px;
}

.date-list li p {
  margin-bottom: 5px;
}

/*==================================================
	画像アップロードフォーム
================================================== */
.upload-item-wrap {
  font-size: 13px;
  overflow: hidden;
}

.upload-item-wrap input[type=file] {
  display: none;
}

/* アップされた画像のサムネイル */
.upload-item-wrap .thumb {
  width: 220px;
  height: 220px;
  margin: 0 8px 0 0;
  position: relative;
  overflow: hidden;
  float: left;
}

.upload-item-wrap .thumb img {
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*選択・削除ボタン  */
.upload-item-wrap .ancion-btn-wrap {
  margin-top: 10px;
  float: left;
}

.upload-item-wrap .ancion-btn {
  margin: 0 0 8px;
  width: 110px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #e6e6e6;
  display: block;
}

.upload-item-wrap .select-file {
  background: #2ecc71;
}

.upload-item-wrap .deselect-file {
  background: #ff900e;
}

.upload-item-wrap .ancion-btn:hover {
  cursor: pointer;
}

/*添付ファイルの注意文  */
.upload-notice {
  margin-top: 10px;
  font-size: 0.8em;
}

/* =========================================
			top  PC
			top-privacy
========================================= */
.privacy-inner {
  padding-top: 30px;
}
.privacy-ttl {
  margin: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #45afb5;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .privacy-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.privacy .inline-privacy-policy-inner {
  margin-top: 14px;
  box-sizing: border-box;
  border: 1px solid #45afb5;
  background-color: #fff;
}
.privacy iframe {
  width: 100%;
  height: 265px;
}
.privacy-box:nth-of-type(n + 2) {
  margin-top: 35px;
}
.privacy-box p:first-of-type {
  margin-top: 10px;
}
.privacy-box input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.privacy-box label {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .privacy-box label {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.privacy-box-img {
  margin-top: 15px;
}
.privacy-box-btn {
  width: 250px;
  height: 60px;
  margin-top: 46px;
  line-height: 60px;
  letter-spacing: 0.2em;
  color: #87c5cd;
  background-color: #ee849a;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .privacy-box-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.privacy-box-btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 27px;
  right: 30px;
  transform: rotate(45deg);
  border-top: 1px solid #87c5cd;
  border-right: 1px solid #87c5cd;
}

.privacy-box .list-item {
  position: relative;
  padding-left: 15px;
}
.privacy-box .list-item::before {
  position: absolute;
  content: "・";
  left: 0;
}

/* =========================================
    sub  PC
    news テンプレ
========================================= */
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .bg {
  background: url(/img/all/pt02.jpg) left top;
}
#sub-news .container {
  margin-top: 50px;
}
#sub-news .com-news-post-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #333333;
  background-color: #fff;
  border: 4px solid #87c5cd;
  border-radius: 10px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .com-news-post-con-sm {
  max-width: 725px;
}
@media screen and (max-width: 767px) {
  #sub-news .com-news-post-link {
    padding: 5%;
  }
  #sub-news .com-news-post-img {
    width: 25%;
  }
  #sub-news .com-news-post-con-sm {
    width: 68%;
  }
}
#sub-news .detail .com-news-post-link {
  padding: 15px;
}
#sub-news .detail .com-news-post-img {
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sub-news .detail .com-news-post-img {
    width: 100%;
  }
}
#sub-news .news-post article:nth-of-type(n + 2) {
  border-top: 1px solid #f0f0f0;
}
#sub-news .news-post article:nth-of-type(n + 2) a {
  padding-top: 23px;
}
#sub-news .news-post-link {
  display: block;
  padding-bottom: 17px;
  position: relative;
  left: 0;
}
@media screen and (min-width: 768px) {
  #sub-news .news-post-link:hover {
    left: 5px;
  }
}
#sub-news .news-post-txt {
  margin-top: 15px;
}
#sub-news .news-post-flex {
  margin-top: 15px;
}
#sub-news .news-post-time {
  display: inline-block;
  flex-shrink: 0;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 5px;
  padding-top: 9px;
  color: #939393;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-time {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-news .news-post-tag {
  display: flex;
  margin-left: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  border-left: 1px solid #ee849a;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #ee849a;
  text-align: center;
  color: #ee849a;
  letter-spacing: 0.1em;
  flex-shrink: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-tag-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-news .news-post-ttl {
  width: 100%;
  letter-spacing: 0.1em;
  color: #333333;
  line-height: 2;
  transition: all 0.3s ease;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    sub  PC
    detail
========================================= */
#news-detail .com-news-post-con {
  padding: 35px;
  background-color: #fff;
  border: 4px solid #87c5cd;
  border-radius: 10px;
}

/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
  background-color: #fff;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #ee849a;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  border: none;
  border-bottom: 2px solid #ee849a;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #45afb5;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  color: #000;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  margin-top: 35px;
  padding: 28px 30px;
  background-color: #fff;
  border: 4px solid #87c5cd;
  border-radius: 10px;
}
#tag-btn-list .tag-txt {
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 40px;
  color: #333333;
}
#tag-btn-list .tag-list {
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
#tag-btn-list .tag-list-link {
  min-width: 110px;
  text-align: center;
  padding: 5px 15px;
  color: #fff;
  background-color: #45afb5;
  border-radius: 10px;
}
#tag-btn-list .tag-current {
  color: #45afb5;
  background-color: #fff;
  border: 2px solid #87c5cd;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  background: #fff;
  letter-spacing: 0.05em;
  line-height: 40px;
  position: relative;
}
.pagenation li:nth-of-type(n + 2) {
  margin-left: 15px;
}
.pagenation li {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  color: #45afb5;
}
.pagenation .current-page {
  color: #fff;
  background: #45afb5;
  pointer-events: none;
}
.pagenation .next-li,
.pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow,
.pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagenation-arrow.next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #45afb5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pagenation-arrow.back {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #45afb5 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  max-width: 360px;
  margin: 50px auto 0;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a,
.data-nav .back a {
  background: none !important;
}

.to-works-btn {
  width: 100%;
  max-width: 120px;
  background: #45afb5;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .to-works-btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.arrow-btn {
  width: 50px;
  position: absolute;
  bottom: 0;
}
.arrow-btn::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  color: #fff;
  background: #45afb5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.back-btn {
  left: 0;
}
.back-btn::before {
  content: "←";
}

.next-btn {
  right: 0;
}
.next-btn::before {
  content: "→";
}

/* =========================================
    sub  PC
    sub-site
========================================= */
#sub-site .bg {
  background: url(/img/all/pt02.jpg) left top;
}
#sub-site .list {
  width: 90%;
  margin: 50px auto 0;
}
#sub-site .list-link {
  width: 100%;
  border-bottom: 1px solid #45afb5;
  color: #333333;
  display: block;
  padding: 15px 30px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link {
    padding: 12px 25px;
  }
}
#sub-site .list-link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #45afb5;
  border-right: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #45afb5;
  }
}
@media screen and (min-width: 768px) {
  #sub-site .list-link:hover::before {
    left: 10px;
  }
}

/* =========================================
    sub  PC
    sub-complete
========================================= */
#sub-complete .bg {
  background: url(/img/all/pt02.jpg) left top;
}
#sub-complete .container-box {
  text-align: center;
  margin-top: 50px;
}
#sub-complete .link {
  margin: 50px auto 0;
}

/* =========================================
    sub  PC
    sub-privacy
========================================= */
#sub-privacy .container {
  margin-top: 50px;
}

/* =========================================
    sub  PC
    404 error
========================================= */
#sub-error .ttl {
  text-align: center;
}
#sub-error .txt {
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
}
#sub-error .link {
  text-decoration: underline;
  color: #45afb5;
}