@charset "UTF-8";
/*アニメーションCSS*/
/*ボーダーが真ん中から左右に広がる*/
/*ボタンの背景が横から出てくる*/
/*spスタイル */
.inbox {
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto;
}

.sp-none {
  display: none;
}

.current {
  color: var(--main-color);
}

/*すまほセレクトボックス*/
.select-area {
  position: relative;
  width: 70vw;
  height: 15vw;
}
.select-area .select-box {
  font-size: 3.5vw;
  font-weight: 500;
}
.select-area .select-box option {
  font-size: 3vw;
}
/*ここから下がドロワー設定項目 */
/*drawer btn 上下左右で設定可能 */
.sp-menu-btn-wrp {
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  background: var(--main-color);
  border-radius: 2vw;
}

.sp-menu-btn-wrp .sp-menu-btn {
  width: 15vw;
  height: 15vw;
  max-width: 75px;
  max-height: 75px;
}

.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: #fff;
  transform-origin: center;
}

.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}

.sp-menu-btn-wrp .sp-menu-btn .bottom {
  bottom: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

/*active */
.active .sp-menu-btn-wrp .sp-menu-btn span {
  width: 55%;
}

.sp-menu-btn.active .top {
  top: 48.5%;
  transform: translateY(0) translateX(0) rotate(45deg);
}

.sp-menu-btn.active .middle {
  opacity: 0;
}

.sp-menu-btn.active .bottom {
  bottom: 48.5%;
  transform: translateY(0) translateX(0) rotate(-45deg);
}

/*	drawer inbox */
#drawer-nav {
  padding: 3% 5% 30vw;
  background-color: var(--bg-color);
}

#drawer-nav .drawer-logo {
  width: 40%;
}

#drawer-nav .nav {
  margin-bottom: 10vw;
}

#drawer-nav .nav .drawer-link {
  box-sizing: border-box;
  padding: 3vw 2vw;
  border-bottom: 1px solid var(--main-color);
  font-size: 4vw;
  color: var(--font-color);
  font-weight: 500;
  position: relative;
}
#drawer-nav .nav .drawer-link::after {
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto 0;
}
#drawer-nav .nav .drawer-link.drawer-dropdown::after {
  content: none;
}

#drawer-nav .nav .current a {
  color: var(--main-color);
  padding-left: 3%;
}
#drawer-nav .nav .current a::after {
  background-color: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span {
  display: block;
}

#drawer-nav .nav .drawer-dropdown span:before {
  background: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span:after {
  background: var(--main-color);
}

#drawer-nav .nav .current span:after {
  opacity: 0 !important;
}

#drawer-nav .nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}

/*original custom code */
/*sns */
.sns-list {
  margin: 10% auto 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns-list li a {
  display: block;
  width: 100%;
  min-width: 25px;
}
.sns-list li a img {
  display: block;
  max-width: none;
  width: 100%;
}

/*rink-list */
.drawer-sub-nav__list {
  font-size: 3vw;
  margin-top: 10vw;
  display: flex;
  justify-content: center;
  gap: 5%;
  text-decoration: underline;
}
.drawer-sub-nav__list li {
  font-size: 3.5vw;
}

/*フォント */
body {
  font-size: 4vw;
  line-height: 1.8;
}

/*======================================================
 * ▽▽---共通スタイル---▽▽
 * =======================================================*/
html {
  scroll-padding: 0;
}

section {
  padding: 20vw 0;
}

.dl-item {
  display: flex;
}

.com-txt {
  font-weight: 500;
  line-height: 2.19;
}
.com-txt:not(:last-of-type) {
  margin-bottom: 5vw;
}

.com-btn {
  width: 70vw;
  height: 15vw;
  margin: 10vw auto 0;
  display: grid;
  place-items: center;
  border-radius: 50vw;
  position: relative;
  background: var(--main-color);
  color: var(--white);
}
.com-btn:link, .com-btn:visited {
  color: var(--white);
}
.com-btn::after {
  content: "";
  display: block;
  width: 4vw;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url("../img/common/btn-arw.png") center/contain no-repeat;
  inset: 0 5vw 0 auto;
  margin: auto 0;
}
.com-btn:hover {
  opacity: 1;
  background: var(--sub-color);
  transform: scale(0.95);
}

.add-btn {
  width: 75vw;
  height: 20vw;
  overflow: hidden;
  padding-left: 10vw;
  margin: 0;
  text-align: center;
}
.add-btn .icon {
  width: 20vw;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  display: grid;
  place-items: center;
  position: absolute;
  left: 0;
  padding-left: 10px;
}
.add-btn .icon img {
  width: 30px;
}
.add-btn:hover {
  background: var(--font-color);
}

.site-arw::after {
  background-image: url(../img/common/site-arw.png);
}

.pdf-btn {
  height: 20vw;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  gap: 3vw;
  background: var(--sub-color);
}
.pdf-btn::after {
  width: 4vw;
  right: 5vw;
  background-image: url(../img/common/dw-arw.png);
}

.line-btn {
  background: var(--line-color);
}

.insta-btn {
  background: var(--sub-color);
}

.flex > .ttl01 {
  width: 100%;
}

.ttl01 {
  font-size: 6.3vw;
  font-weight: 900;
  text-align: center;
  display: grid;
  justify-items: center;
  margin-bottom: 7vw;
  gap: 0;
}
.ttl01 .en {
  font-size: 5vw;
  color: var(--main-color);
}
.ttl01.txt-le {
  justify-items: start;
}
.ttl01 .big {
  font-size: 1.3158em;
}

.ttl02 {
  font-size: 5.8vw;
  font-weight: 900;
}
.ttl02 .big {
  font-size: 1.176em;
}

.ttl03 {
  font-size: 5.5vw;
  font-weight: 900;
}

.ttl04 {
  font-size: 5vw;
  font-weight: 900;
}

.ttl05 {
  font-size: 4.8vw;
  font-weight: 900;
}

.ttl06 {
  font-size: 4.5vw;
}

.ttl07 {
  font-size: 4.2vw;
}
.ttl07 .big {
  line-height: 1.8;
  font-size: 1.0555em;
}

.txt-cap {
  font-size: 3.5vw;
}

.com-tel {
  display: grid;
  justify-items: center;
}
.com-tel a {
  font-size: 7vw;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: url("../img/common/tel-icon.png") left center/6vw no-repeat;
  padding-left: 7vw;
  box-sizing: border-box;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}
.tag-list .tag {
  color: var(--sub-color);
  background: #fff;
  border: 1px solid var(--sub-color);
  padding: 1vw 3vw;
  font-size: 3vw;
}

.com-kado {
  border-radius: 2vw;
}
.com-kado > img {
  border-radius: 2vw;
}

.com-sdw {
  box-shadow: 2vw 2vw 0 rgba(0, 0, 0, 0.06);
}

.com-pd-box {
  padding: 10vw 5vw;
}

.mark {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.mark::before {
  content: "";
  display: block;
  width: 100%;
  height: 2vw;
  position: absolute;
  background: color-mix(in srgb, var(--main-color) 22%, transparent);
  border-radius: 50vw;
  bottom: 1vw;
  z-index: -1;
}

.wave-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wave-list li {
  width: 48%;
  display: grid;
  justify-items: center;
  align-items: center;
  text-align: center;
  align-content: center;
  gap: 2vw;
  aspect-ratio: 1;
  background: url(../img/common/wave-bg.png) center/contain no-repeat;
}

.num {
  font-size: 5vw;
  color: var(--accent-color);
  display: inline-grid;
  place-items: center;
  width: 10vw;
  aspect-ratio: 0.95;
  letter-spacing: 0.06em;
  padding-bottom: 1vw;
  padding-left: 1vw;
  background: url(../img/common/num-bg.png) center/contain no-repeat;
}

.ttl-bd-01 {
  position: relative;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
}
.ttl-bd-01::before {
  content: "";
  display: block;
  width: 100%;
  height: 2vw;
  position: absolute;
  background: color-mix(in srgb, var(--main-color) 22%, transparent);
  border-radius: 50vw;
  bottom: 0;
}

.ttl-bd-02 {
  position: relative;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
}
.ttl-bd-02::before {
  content: "";
  display: block;
  width: 100%;
  height: 2vw;
  position: absolute;
  background: color-mix(in srgb, var(--sub-color) 22%, transparent);
  border-radius: 50vw;
  bottom: 0;
}

.ttl-bd-03 {
  position: relative;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
}
.ttl-bd-03::before {
  content: "";
  display: block;
  width: 20vw;
  height: 2vw;
  position: absolute;
  background: var(--main-color);
  border-radius: 50vw;
  inset: auto 0 0 0;
  margin: 0 auto;
}

.ttl-pd {
  padding: 2vw 3vw;
}

.ttl-deco-01 {
  display: inline-block;
  padding: 0 5vw;
  background: url(../img/common/ttl-deco-le.png) left/4vw no-repeat, url(../img/common/ttl-deco-ri.png) right/4vw no-repeat;
}
.ttl-deco-01.ft-wt {
  background: url(../img/common/ttl-deco-wt-le.png) left/4vw no-repeat, url(../img/common/ttl-deco-wt-ri.png) right/4vw no-repeat;
}

.flex > .ttl-deco-02 {
  width: 100%;
}

.ttl-deco-02 {
  position: relative;
  margin-bottom: 5vw;
  z-index: 1;
}
.ttl-deco-02::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: url(../img/common/deco-line.png) center/100% no-repeat;
  inset: 0;
  margin: auto 0;
  z-index: -1;
}
.ttl-deco-02.ttl07 span {
  border-radius: 2vw;
  padding: 1vw 3vw;
}

.grades-item .ttl-deco-02::before {
  background: var(--main-color);
}
.grades-item .ttl-deco-02 span {
  background: var(--bg-color-02);
  position: relative;
  padding-right: 3vw;
}
.grades-item .ttl-deco-02 span::before {
  content: "■";
  color: var(--main-color);
}

.box-bd-top {
  position: relative;
}
.box-bd-top::before {
  content: "";
  display: block;
  width: 95%;
  height: 2px;
  position: absolute;
  background: url(../img/common/deco-line.png) center/100% no-repeat;
  inset: 3vw 0 auto 0;
  margin: 0 auto;
}

.box-bd-btm {
  position: relative;
}
.box-bd-btm::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: url(../img/common/deco-line.png) center/100% no-repeat;
  inset: auto 0 -2vw 0;
}

.bg-ptn {
  position: relative;
  background: url(../img/common/bg01.png);
  padding: 5vw;
  margin: 2vw 0;
}
.bg-ptn::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: url(../img/common/deco-line.png) center/100% no-repeat;
  inset: -2vw 0 auto 0;
}
.bg-ptn::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: url(../img/common/deco-line.png) center/100% no-repeat;
  inset: auto 0 -2vw 0;
}

/*infotableスタイル*/
.com-desc-tbl {
  margin-bottom: 10vw;
}
.com-desc-tbl .dl-item {
  font-size: 3.2vw;
  display: flex;
  justify-content: space-between;
}
.com-desc-tbl .dl-item:not(:last-child) {
  border-bottom: 1px solid var(--bg-color);
}
.com-desc-tbl .dl-item dt {
  color: #fff;
  width: 30%;
  display: inline-grid;
  align-content: center;
  padding: 3vw;
}
.com-desc-tbl .dl-item dd {
  line-break: loose;
  width: 70%;
  padding: 3vw;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  padding: 3vw 5vw;
}
#header .hd-logo {
  display: inline-block;
  width: 40%;
}
#header .hd-logo img {
  display: block;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  position: relative;
  /* padding-bottom: 24vw; */
  /* 2025/08/21 40vwに変更 */
  padding-bottom: 40vw;
}
.top-mv .mv-ct {
  position: absolute;
  width: 75%;
  left: 5.2%;
  bottom: 0;
  margin: auto 0;
}
/* 2025/08/21 動画に変更 */
/* .top-mv .mv-img {
  width: 120%;
  margin-left: auto;
}
.top-mv img {
  width: 100%;
} */

.top-mv .mv-video-wrap .mv-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*---------------------------△△---MV---△△------------------------*/
/*--------▽▽---NEWS---▽▽---------- */
#top-news .inbox {
  position: relative;
}
#top-news .inbox .ttl01 {
  padding: 0;
}
#top-news .inbox .news-list {
  display: flex;
  gap: 5vw;
  overflow-x: auto;
}
#top-news .inbox .news-list:has(.news-item:only-child) {
  justify-content: center;
}
#top-news .inbox .news-list .news-item a {
  width: 60vw;
  gap: 3vw;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateY(-10px);
}
#top-news .inbox .news-list .news-item a .com-img {
  width: 100%;
  aspect-ratio: 1.4;
}
#top-news .inbox .news-list .news-item a time {
  line-height: 1;
}
#top-news .inbox .news-list .news-item a h4 {
  width: 100%;
}
/*------------△△---NEWS---△△---------*/
#top-course .ttl01 {
  font-size: 6.5vw;
  margin-left: -5vw;
}
#top-course .ttl01 .ttl-deco {
  padding: 0 0;
  background: url("../img/top/intro-ttl-icon.png") left center/10vw no-repeat;
  padding-left: 13vw;
  box-sizing: border-box;
}
#top-course .ttl01 .ft-clr01 {
  font-size: 1.195em;
}
#top-course .season-bnr {
  padding: 3vw;
}
#top-course .season-bnr .season-box {
  padding: 5vw;
  border: 2px solid var(--font-color);
  background: #000;
  display: grid;
  justify-items: center;
  gap: 5vw;
}
#top-course .season-bnr .season-box .season-ri {
  width: 60%;
}
#top-course .season-bnr .season-01 {
  background: #fde9ea;
}
#top-course .season-bnr .season-02 {
  background: #e1f3f8;
}
#top-course .season-bnr .season-03 {
  background: #f9eacc;
}
#top-course .season-bnr .season-04 {
  background: #e0ebf2;
}
#top-course .expe-box {
  margin-top: 10vw;
  display: grid;
  justify-items: center;
  gap: 5vw;
}
#top-course .expe-box h4 {
  width: 100%;
  font-size: 10vw;
  padding: 3vw 3vw;
  line-height: 1.3;
  background: url(../img/common/bg04.png);
}
#top-course .expe-box h4 .big {
  font-size: 1.15em;
}
#top-course .expe-box h4 .italic {
  position: relative;
  display: inline-block;
  bottom: -1vw;
  transform: rotate(15deg);
}
#top-course .expe-box h5 {
  font-size: 5.5vw;
}
#top-course .expe-box h5 .ttl-deco-01 {
  background-position: top 2vw left, top 2vw right;
}
#top-course .expe-box .txt-box {
  padding-bottom: 10vw;
  margin-bottom: 10vw;
}
#top-course .expe-box .txt-box .com-btn {
  position: absolute;
  inset: auto 0 -9vw 0;
  margin: 0 auto;
  z-index: 10;
  width: 75vw;
}
#top-course .expe-box .ill-box {
  display: flex;
  justify-content: space-between;
}
#top-course .expe-box .expe-ill {
  width: 40%;
}
#top-about .inbox {
  margin-bottom: 10vw;
}
#top-about .about-img-01 {
  width: 90vw;
  margin-left: auto;
  margin-bottom: 5vw;
  height: 50vw;
}
#top-about .about-img-02 {
  width: 70vw;
}

.sec-img {
  width: 100%;
  height: 40vw;
}

#top-service {
  padding-top: 0;
}
#top-service .inbox {
  gap: 80px;
}
#top-service .inbox .ttl01 .ft-clr01 {
  font-size: 0.9em;
}
#top-service .top-box {
  padding: 5vw 0 0;
  margin-top: -10vw;
  position: relative;
  z-index: 10;
}
#top-service .top-box .srv-li li {
  line-height: 1.5;
  padding-bottom: 5vw;
}
#top-service .top-box .srv-li li .ill {
  height: 10vw;
}
#top-service .top-box .srv-li li .ill img {
  height: 100%;
}
#top-service .srv-box .txt-box h4 {
  margin-bottom: 5vw;
  display: grid;
  justify-items: start;
}
#top-service .srv-box .txt-box .ttl01 {
  margin-bottom: 0;
}
#top-service .srv-box .txt-box > .ttl07 {
  margin-top: 5vw;
}
#top-service .srv-box .img-01 {
  margin-bottom: 5vw;
  text-align: center;
}
#top-service .srv-box .img-02 {
  margin-bottom: 5vw;
  text-align: center;
}

#top-achieve .achieve-box {
  display: grid;
  justify-items: center;
  padding: 5vw 5vw;
  padding-right: 10vw;
  border: 3vw solid #fff;
  background: url(../img/common/bg03.png);
  position: relative;
}
#top-achieve .achieve-box::after {
  content: "";
  display: block;
  width: 5vw;
  height: 100%;
  position: absolute;
  background: url(../img/common/btn-arw.png) center/3vw no-repeat, var(--sub-color);
  right: 0;
  top: 0;
}
#top-achieve .achieve-box .achieve-ill {
  width: 80%;
  transform: translateY(15px);
}

#common-contact .inbox {
  margin-bottom: -90vw;
  padding: 10vw 5vw;
  position: relative;
  z-index: 100;
}
#common-contact .inbox .txt-box .ttl01 {
  margin-bottom: 5vw;
  justify-items: center;
  text-align: center !important;
}
#common-contact .inbox .txt-box .ttl07 {
  text-align: center;
}

.add-box {
  margin-top: 10vw;
  gap: 10vw;
  justify-items: center;
}
.add-box .btn-li {
  gap: 5vw;
}

.side-btn {
  width: 200px;
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 5px;
}

#footer {
  padding: 110vw 0 30vw;
  position: relative;
  background: url(../img/common/bg04.png);
}
#footer .ft-area .ft-le {
  display: grid;
  justify-items: start;
  gap: 20px;
  margin-bottom: 10vw;
}
#footer .ft-area .ft-le .ft-logo {
  width: 50%;
  padding: 3vw;
}
#footer .ft-area .ft-le .ft-info-box {
  display: grid;
  gap: 3vw;
  line-height: 2;
}
#footer .ft-area .ft-le .ft-info-box .ft-info {
  display: grid;
}
#footer .ft-area .ft-ri {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 6%;
}
#footer .ft-area .ft-ri .nav-list {
  display: grid;
  gap: 7vw;
}
#footer .ft-area .ft-ri .nav-list .nav-item {
  line-height: 1;
  font-size: 3.5vw;
}
#footer .ft-area .ft-ri .nav-list .nav-item a {
  padding-left: 4vw;
  position: relative;
}
#footer .ft-area .ft-ri .nav-list .nav-item a::after {
  content: "";
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  position: absolute;
  background: #fff;
  inset: 0 auto 0 0;
  margin: auto 0;
  border-radius: 50vw;
}
#footer .copyright {
  font-size: 3vw;
  margin-top: 45px;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
/*---------------------------▽▽---SV---▽▽------------------------*/
.sv {
  position: relative;
}
.sv .sv-catch {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 10;
  font-size: 5vw;
  padding-left: 5vw;
  display: grid;
  align-content: center;
  justify-items: start;
}
.sv .sv-catch span {
  padding: 5px 10px;
}
.sv .sv-img {
  width: 80%;
  margin-left: auto;
}
.sv .sv-img img {
  width: 100%;
}

/*---------------------------△△---SV---△△------------------------*/
/*----------▽▽---breadcrumbs---▽▽-------*/
.breadcrumbs-area {
  position: relative;
  z-index: 10;
}
.breadcrumbs-area .breadcrumbs {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 2vw;
  font-size: 3.5vw;
}
.breadcrumbs-area .breadcrumbs li:not(:first-child)::before {
  content: ">";
  padding: 0 10px;
}

/*---------------------------△△---breadcrumbs---△△------------------------*/
#about-concept .ttl01 {
  width: auto;
}
#about-concept .ccpt-img {
  text-align: center;
  margin-top: 5vw;
  height: 60vw;
}

#about-feature ol {
  gap: 10vw;
  margin-bottom: 15vw;
}
#about-feature ol li .feat-img {
  text-align: center;
}
#about-feature ol li .txt-box {
  margin-top: 5vw;
}
#about-feature ol li .txt-box h4 {
  display: flex;
  align-items: center;
  margin-bottom: 5vw;
  gap: 3vw;
}
#about-feature ol li:nth-child(odd) {
  flex-direction: row-reverse;
}
#about-feature ol li:nth-child(odd) .txt-box {
  margin-right: 0;
}
#about-feature .point-box {
  position: relative;
  padding-bottom: 5vw;
  justify-items: center;
  justify-content: center;
  display: grid;
}
#about-feature .point-box .ttl07 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 3vw;
}
#about-feature .point-box .point-ill {
  margin-top: 5vw;
  text-align: center;
  width: 80%;
}

.fac-box .ttl04 {
  margin-bottom: 30px;
}
.fac-box ul {
  gap: 5vw;
  display: flex;
  overflow-x: auto;
}
.fac-box ul:has(li:only-child) {
  justify-content: center;
}
.fac-box ul li {
  width: 75vw;
  text-align: center;
  aspect-ratio: 1.32;
  flex-shrink: 0;
}
.fac-box:nth-of-type(even) .ttl04 {
  background: var(--sub-color) !important;
}
.fac-box:not(:last-of-type) {
  margin-bottom: 10vw;
}

.map {
  height: 80vw;
}

/* ↓↓↓↓↓↓↓↓中学生小学生↓↓↓↓↓↓↓↓ */
.worries-area .worr-box {
  padding: 10vw 7vw;
  margin-bottom: 15vw;
}
.worries-area .worr-box::after {
  content: "";
  display: block;
  width: 10vw;
  height: auto;
  aspect-ratio: 0.925;
  position: absolute;
  background: url("../img/common/worr-arw.png") center/contain no-repeat;
  inset: auto 0 -5vw 0;
  margin: 0 auto;
}
.worries-area .worr-box .worr-li {
  display: grid;
  gap: 5vw;
}
.worries-area .worr-box .worr-li li {
  border-radius: 25px;
  padding: 3vw 5vw;
  min-height: 20vw;
}
.worries-area .worr-box .worr-ill {
  text-align: center;
  width: 60%;
  margin: 5vw auto 0;
}
.worries-area table {
  margin-top: 10vw;
  border-collapse: separate;
  border-spacing: 0 5vw;
}
.worries-area table .bf-ttl span {
  position: relative;
}
.worries-area table .bf-ttl span::before {
  content: "";
  display: block;
  width: 10vw;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url("../img/common/worr-deco.png") center/contain no-repeat;
  left: -15vw;
  top: -3vw;
}
.worries-area table .af-ttl span {
  position: relative;
}
.worries-area table .af-ttl span::before {
  content: "";
  display: block;
  width: 8vw;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url("../img/common/worr-deco-le.png") center/contain no-repeat;
  left: -8vw;
  top: -5vw;
}
.worries-area table .af-ttl span::after {
  content: "";
  display: block;
  width: 5vw;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url("../img/common/worr-deco-ri.png") center/contain no-repeat;
  right: -10vw;
  bottom: -3vw;
}
.worries-area table tbody {
  display: grid;
  gap: 5vw;
}
.worries-area table tr {
  display: flex;
  gap: 6%;
}
.worries-area table th, .worries-area table td {
  width: 47%;
}
.worries-area table th {
  padding: 3vw;
  align-content: center;
}
.worries-area table td {
  padding: 3vw;
  display: grid;
  align-content: center;
}
.worries-area table td:first-child {
  background: var(--worries-bg-color);
  position: relative;
}
.worries-area table td:first-child::after {
  content: "";
  display: block;
  width: 9vw;
  height: auto;
  aspect-ratio: 1.7575;
  position: absolute;
  background: url("../img/common/worr-arw-02.png") center/contain no-repeat;
  inset: 0 -8vw 0 auto;
  margin: auto 0;
}
.worries-area table td:last-child {
  background: var(--worries-color-02);
}

#elementary-worries table {
  margin-bottom: 10vw;
}

.contents-area .ctt-box:not(:last-of-type) {
  margin-bottom: 100px;
}
.contents-area .ctt-box > h4 {
  margin-top: -5vw;
  margin-bottom: 10vw;
}
.contents-area .ctt-box > h4 span {
  display: inline-block;
  padding: 1vw 5vw !important;
}
.contents-area .ctt-box > .ttl-bd-01 {
  margin-bottom: 30px;
}

#elementary-contents .ctt-box > h4 {
  margin-top: 5vw;
}
#elementary-contents .btm-box .ctt-ill {
  width: 60%;
  margin: 5vw auto 0;
}

.comit-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10vw;
  gap: 3vw 0;
}
.comit-li li {
  width: 48%;
  background: url(../img/junior/up-arw.png) right 3vw bottom 7vw/30% no-repeat, #fff;
}
.comit-li li .ttl03 {
  line-height: 1;
  margin-top: 2vw;
}
.comit-li li .ttl03 .ft-clr01 {
  font-size: 1.5em;
}

.comit-box {
  margin-bottom: 10vw;
}
.comit-box .ill-box {
  display: flex;
  text-align: center;
}
.comit-box .txt-box {
  margin: 0 auto;
  padding: 7vw 5vw;
  display: grid;
  gap: 5vw;
  background: url(../img/common/bg01.png);
}
.comit-box .comit-ill {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.comit-box .comit-ill-le {
  left: 0;
}
.comit-box .comit-ill-ri {
  right: 0;
}

.exam-li {
  gap: 3vw 0;
  margin: 5vw 0;
}
.com-content-li {
  display: grid;
  gap: 5vw;
}
#junior-model .model-li {
  gap: 5vw;
}
#junior-model .model-li > li {
  padding: 10vw 5vw;
}
#junior-model .model-li > li .model-img {
  width: 50vw;
  margin: 0 auto 5vw;
}
#junior-model .model-li > li .txt-box .ttl05 {
  margin-bottom: 5vw;
}
#junior-model .model-li > li .txt-box .ttl-deco-02 {
  margin-top: 7vw;
  margin-bottom: 5vw;
}
#junior-model .model-li > li .txt-box .model-time {
  display: grid;
  gap: 3vw;
}
#junior-model .model-li > li .txt-box .model-time .dl-item {
  line-height: 1;
  gap: 3vw;
}
#junior-model .model-li > li .txt-box .model-time .dl-item dt {
  width: 7vw;
}
#junior-model .model-li > li .txt-box ul li {
  margin: 0;
}

.price-area .table-wrap {
  margin-bottom: 3vw;
  overflow-x: auto;
}
.price-area .table-wrap table {
  min-width: 240vw;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid var(--font-color-02);
}
.price-area .table-wrap table th, .price-area .table-wrap table td {
  padding: 10px;
  text-align: center;
  border: 1px solid var(--font-color-02);
}
.price-area .txt-cap::before {
  content: "scroll>>";
  text-align: right;
  display: block;
}
.price-area .pdf-btn {
  width: 100%;
  margin: 5vw auto 0;
}

#elementary-feature ol {
  display: grid;
  gap: 10vw;
}
#elementary-feature ol li .num {
  inset: -15vw 0 auto 0;
  margin: 0 auto;
}

#elementary-price table th:first-child {
  width: 48vw;
}

#sec-btn-box {
  padding-bottom: 0;
}
#sec-btn-box .inbox {
  padding: 10vw 5vw;
  display: grid;
  justify-items: center;
  gap: 5vw;
}
#sec-btn-box .inbox .com-btn {
  margin: 0;
}
#sec-btn-box .inbox .com-btn::after {
  transform: rotate(90deg);
}

.grades-item {
  display: grid;
  gap: 15px;
}
.grades-item .top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grades-item .top-box .gra-img {
  width: 30%;
}
.grades-item .top-box .right-box {
  width: 67%;
  gap: 2vw;
  line-height: 1;
}
.grades-item .top-box .right-box .ttl06 {
  padding: 2vw 3vw;
  line-height: 1;
}
.grades-item .ttl-deco-02 {
  margin: 0;
}
.grades-item .bfaf-box {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 70px;
  line-height: 1;
  background: url(../img/achieve/bf-arw.png) center left 32vw no-repeat;
}
.grades-item .bfaf-box .bf {
  padding-bottom: 2vw;
}
.grades-item .bfaf-box .bf span {
  letter-spacing: 0.04em;
  font-size: 1.7em;
}
.grades-item .bfaf-box .af span {
  letter-spacing: 0.04em;
  font-size: 3em;
}
.grades-item .up-box {
  font-size: 13vw;
  font-weight: 900;
}
.grades-item .up-box .ttl-deco-01 {
  padding: 0 8vw;
}
.grades-item .up-box small {
  font-size: 6vw;
}
.grades-item .up-box .ft-clr03 {
  display: inline-block;
  padding-right: 8vw;
  position: relative;
  letter-spacing: 0.04em;
}
.grades-item .up-box .ft-clr03::after {
  content: "";
  display: block;
  width: 10vw;
  height: auto;
  aspect-ratio: 0.865;
  position: absolute;
  background: url("../img/achieve/up-arw.png") center/contain no-repeat;
  right: 0px;
  bottom: 4vw;
}

.pass-li {
  display: grid;
  gap: 10vw;
}
.pass-li .pass-item .child-list {
  margin-top: 5vw;
  display: grid;
  gap: 5vw;
}
.pass-li .pass-item .child-list li {
  padding: 5vw;
}
/*その他共通ページ*/
.com-other-page {
  padding: 20vw 0;
}

/*---------------------------▽▽---site.html---▽▽------------------------*/
#site-map .site-list {
  padding: 10% 0 30%;
}
#site-map .site-list li {
  font-size: 4.2vw;
}
#site-map .site-list li a {
  display: block;
  padding: 6% 0;
  border-bottom: 2px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  color: var(--font-color);
  position: relative;
}
#site-map .site-list li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}

/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
#notfound .inbox .txt-blc {
  padding: 10% 0 20%;
}
#notfound .inbox .txt-blc a {
  text-decoration: underline;
  color: var(--font-color);
}

/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
#privacy .privacy-box {
  padding: 0;
  margin-bottom: 10vw;
}
#privacy .privacy-box .ttl02 {
  color: #fff;
  font-size: 5vw;
  text-align: left;
  margin-bottom: 5vw;
  line-height: 1.5;
  background: var(--main-color);
  padding: 3vw 2vw;
  border-radius: 2vw;
}

/*---------------------------△△---privacy.html---△△------------------------*/
/*---------------------------▽▽---news.html---▽▽------------------------*/
#news .select-area {
  margin-bottom: 10vw;
  position: relative;
}
#news .select-area .select-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
}
#news .news-area {
  margin-bottom: 10vw;
}
#news .news-area .news-list .news-item {
  border-bottom: 1px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  line-height: 1.5;
}
#news .news-area .news-list .news-item a {
  display: block;
  padding: 8% 0;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 2vw 3%;
  font-size: 3.5vw;
  margin-bottom: 4vw;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box time {
  width: 30%;
  line-height: 2;
  font-weight: 500;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list {
  width: 68%;
}
#news .news-area .news-list .news-item a .news-txt-box .list-ttl {
  font-weight: 500;
  font-size: 4.2vw;
  margin-bottom: 3vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item a .news-txt-box .list-txt {
  font-size: 3.4vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item .thumbnail-on {
  display: flex;
  justify-content: space-between;
}
#news .news-area .news-list .news-item .thumbnail-on .thumb {
  width: 35%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box {
  width: 60%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box {
  flex-wrap: wrap;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box time {
  width: 100%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box .tag-list {
  width: 100%;
}

/*detail */
#detail {
  padding-bottom: 30vw;
}
#detail .detail-box {
  margin-bottom: 20vw;
}
#detail .detail-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 4%;
  font-size: 3.5vw;
  padding-top: 10%;
  margin-bottom: 5vw;
}
#detail .detail-box .data-box time {
  line-height: 2;
  font-weight: 500;
}
#detail .detail-box .data-box .tag-list {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 1vw;
  font-size: 3.3vw;
}
#detail .detail-box .data-box .tag-list .tag a {
  display: block;
  width: 100%;
  height: 100%;
}
#detail .detail-box .detail-ttl {
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 5.5vw;
  font-weight: 500;
  padding: 0 0 4%;
  margin-bottom: 5vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#detail .detail-box .detail-txt {
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#detail .detail-box .detail-txt img {
  margin: 5%;
}

.pagenation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
  margin-top: 10vw;
}
.pagenation li {
  width: 9vw;
  height: 9vw;
  box-sizing: border-box;
  border: 2px solid var(--main-color);
  font-size: 4vw;
  background: #fff;
}
.pagenation li a, .pagenation li span {
  padding: 20% 35%;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.pagenation .current {
  background: var(--main-color);
  color: #fff;
}

.pagenation-detail {
  position: relative;
  margin-top: 10%;
}
.pagenation-detail p a {
  background: var(--main-color);
  border-radius: 5px;
  padding: 5% 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.5vw;
  letter-spacing: 0.2em;
  position: absolute;
  color: #fff;
}
.pagenation-detail .left a {
  top: 0;
  left: 0;
  width: 20%;
}
.pagenation-detail .right a {
  top: 0;
  right: 0;
  width: 20%;
}
.pagenation-detail .center a {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35%;
}

/*---------------------------△△---news.html---△△------------------------*/
/*---------------------------▽▽---contact.html---▽▽------------------------*/
#contact .table-wrapper {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20%;
}
#contact .table-wrapper .contact-form-table tr {
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr th {
  width: 100%;
  box-sizing: border-box;
  background: var(--main-color);
  padding: 3% 2% 3%;
  font-size: 3.8vw;
  margin-bottom: 3%;
  color: #fff;
}
#contact .table-wrapper .contact-form-table tr th .required-mark {
  font-size: 3.5vw;
  background: var(--sub-color);
  padding: 1% 2%;
  margin: -0.5%;
  float: right;
}
#contact .table-wrapper .contact-form-table tr th .upload-notice {
  display: inline-block;
  margin-top: 5%;
  line-height: 1.5;
}
#contact .table-wrapper .contact-form-table tr td {
  width: 100%;
  box-sizing: border-box;
}
#contact .table-wrapper .contact-form-table tr td .upload-item-wrap .thumb {
  width: 40vw;
  height: 40vw;
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap {
  width: 30vw;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap .ancion-btn {
  font-size: 3vw;
  width: 100%;
  box-sizing: border-box;
  padding: 12% 0;
  margin-bottom: 10%;
  line-height: 1;
}
#contact .table-wrapper .contact-form-table tr td input, #contact .table-wrapper .contact-form-table tr td textarea, #contact .table-wrapper .contact-form-table tr td select {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  padding: 4%;
  font-size: 4vw;
  box-shadow: none;
}
#contact .table-wrapper .contact-form-table tr td label {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
#contact .table-wrapper .contact-form-table tr td textarea {
  height: auto;
}
#contact .table-wrapper .contact-form-table tr td .p-postal-code {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .birth-txt {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .error-text {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
}
#contact .table-wrapper .contact-form-table tr .select-area {
  padding: 4% 0;
  display: inline;
  position: relative;
}
#contact .table-wrapper .contact-form-table tr .select-area .select-box {
  width: 60%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 10%;
}
#contact .table-wrapper .contact-form-table tr .select-area::after {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  position: absolute;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  transform: rotate(45deg);
  right: 3vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#contact .table-wrapper .contact-form-table tr .check-box-confirmation {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}

.privacy-agree {
  display: block;
}
.privacy-agree a {
  text-decoration: underline;
}

.check {
  margin: 10% auto 0px;
}
.check .contact-recaptcha-wrap {
  margin: 0 auto 15%;
}

.contact-submits-wrap {
  border-radius: 5px;
  width: 80%;
  margin: 0 auto 0;
}
.contact-submits-wrap .contact-check-btn {
  width: 100%;
  height: 15vw;
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.2em;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  margin: 0;
  border-radius: 5px;
  background: var(--main-color);
}
.contact-submits-wrap .contact-back-btn {
  width: 80%;
  border: none;
  background: #bebebe;
  margin-bottom: 10%;
  border-radius: 5px;
  font-size: 4vw;
}

.complete-box {
  color: var(--font-color);
  line-height: 1.5;
  text-align: center;
}
.complete-box a {
  display: inline-block;
  text-decoration: underline;
  margin: 5% 0;
}

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

/*---------------------------▽▽---contact.html---▽▽------------------------*/