@charset "UTF-8";
@import url(all.css);
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* パターン */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/*===============================================
  切り替え用
===============================================*/
.sp-none {
  display: none !important;
}

.com-table table,
.com-table table tbody,
.com-table table th,
.com-table table tr,
.com-table table td {
  display: block !important;
  width: 100% !important;
}

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  padding-top: 32px;
}
.pagenation li {
  width: 30px;
  font-size: 1.5rem;
  line-height: 30px;
  margin: 5px 4px 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated-link {
  padding-top: 16px;
  margin-top: 24px;
}
.paginated-link li {
  width: 88px;
}
.paginated-link li a {
  font-size: 1.3rem;
  line-height: 1.84616;
  letter-spacing: 0;
}
.paginated-link li.prev-link a:before {
  margin-right: 8px;
}
.paginated-link li.next-link a::after {
  margin-left: 8px;
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header .h-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 80px;
}
#header .h-logo {
  width: 148px;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-top: 50px;
  border-top-width: 5px;
}
#footer .f-logo {
  width: 222px;
  margin: 0 auto 30px;
}
#footer .f-tels {
  margin-bottom: 30px;
}
#footer .f-mail {
  margin: 0 auto;
}
#footer .f-sns {
  padding-top: 30px;
}

/*フッターナビ
-----------------------------*/
.fnav {
  background: #0d0d0d;
  margin-top: 40px;
}
.fnav .fnav-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  border-top: solid 1px #e60e79;
  box-shadow: 0 -1px 0 0 #e60e79 inset;
}
.fnav .fnav-list-item {
  width: 50%;
  color: #fff;
  border-bottom: solid 1px #e60e79;
}
.fnav .fnav-list-item:nth-of-type(2n + 1) {
  border-right: solid 1px #e60e79;
}
.fnav .fnav-list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: clamp(1.4rem, 4vw, 1.6rem);
  line-height: 30px;
  padding: 15px 0;
}
.fnav .fnav-list-item.current a {
  color: #e60e79;
}
.fnav .fnav-sub-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
  border-bottom: solid 1px #e60e79;
}
.fnav .fnav-sub-item {
  font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  opacity: 0.8;
}
.fnav .fnav-sub-item::after {
  content: "/";
  margin: 0 0.25em;
}
.fnav .fnav-sub-item:last-of-type::after {
  display: none;
}
.fnav .fnav-sub-item.current a {
  color: #e60e79;
}

/*コピーライト
-----------------------------*/
.copy {
  padding: 15px 0;
  background: #0d0d0d;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  right: 8px;
  bottom: 8px;
}

/*===============================================
  visual
===============================================*/
.visual-wrap {
  padding-top: 80px;
}

/*メインビジュアル
-----------------------------*/
.main-visual {
  height: 125vw;
  max-height: 600px;
}
.main-visual .catch {
  width: 94%;
}
.main-visual .catch img {
  width: 67.5vw;
  max-width: 372px;
}
/*サブビジュアル
-----------------------------*/
.sub-visual {
  height: 50vw;
}
.sub-visual .catch {
  width: 90%;
}
.sub-visual .catch > span {
  font-size: 5.625vw;
}
.sub-visual .catch .en {
  margin-bottom: 0.5em;
}
.sub-visual .catch .txt {
  line-height: 1.66667;
  padding: 0 0.5em;
}

/*===============================================
  main#container
===============================================*/
#container {
  font-size: 0.9375em;
  line-height: 1.86667;
  letter-spacing: 0em;
}

/*===============================================
  パンくずリスト
===============================================*/
.bread {
  height: 40px;
  background: #0d0d0d;
  position: relative;
}
.bread .breadcrumbs {
  width: 90%;
  align-items: center;
}
.bread .breadcrumbs li {
  color: #fff;
  font-size: 0.8em;
  line-height: 1.66667;
  letter-spacing: 0em;
}
.bread .breadcrumbs li::after {
  color: #fff;
}
.bread .breadcrumbs li a {
  color: #fff;
}

/*===============================================
  main共通
===============================================*/
.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tels .txt {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.com-tels .txt dt {
  margin-bottom: 0.5em;
}
.com-tels .com-tel {
  flex-wrap: wrap;
  font-size: 2.8rem;
}
.com-tels .com-tel::before {
  font-size: 0.6428572em;
  line-height: 1.11112;
  margin: 0 0.25em;
}
.com-tels .com-tel::after {
  font-size: 0.6428572em;
  line-height: 1.11112;
  margin: 0.25em 0.25em 0;
}
.com-tels .com-replace {
  margin-top: 10px;
}
.com-tels .com-replace img {
  height: 12px;
}

/*SNS
-----------------------------*/
.com-sns {
  align-items: center;
}
.com-sns li {
  margin-right: 20px;
}
.com-sns li:last-of-type {
  margin-right: 0;
}
.com-sns li:not(.logo) {
  width: 40px;
}
.com-sns li.logo {
  width: 80px;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: min(320px, 75vw);
  max-width: 100%;
  height: 60px;
}
.com-btn::before {
  -webkit-clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
          clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}
.com-btn a {
  font-size: 1.5rem;
  line-height: 1.33334;
}
.com-btn a::before {
  -webkit-clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
          clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}
.com-btn a::after {
  width: 20px;
  height: 2px;
}

/*テーブル
-----------------------------*/
.com-table tr th {
  padding: 16px 15px;
}
.com-table tr td {
  padding: 16px 15px;
}

/*テキストボックス
-----------------------------*/
.com-text-box .mb {
  margin-bottom: 20px;
}
.com-text-box br {
  display: none;
}

/*SB未記入テキスト
-----------------------------*/
.com-no-txt {
  font-size: 1.2em;
  line-height: 1.66667;
  padding: 40px 0;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-ttl01 {
  margin-bottom: 32px;
}
.com-ttl01 .en {
  font-size: clamp(3.2rem, 10vw, 5rem);
  line-height: 1.08;
  margin-bottom: 15px;
  text-wrap: nowrap;
}
.com-ttl01 > span:not(.en) {
  font-size: clamp(1.8rem, 5vw, 2rem);
}
.com-ttl01::after {
  width: 30px;
  height: 2px;
  margin-top: 20px;
}

/*中タイトル
-----------------------------*/
.com-ttl02 {
  margin-bottom: 20px;
}
.com-ttl02 > span {
  font-size: 2.4em;
  line-height: 1.5;
}
.com-ttl02 > span .br {
  display: inline-block;
}

/*小タイトル
-----------------------------*/
.com-ttl03 {
  font-size: 1.2em;
  line-height: 1.66667;
  padding-left: 10px;
  border-left-width: 4px;
  margin-bottom: 15px;
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact-sec {
  padding: 64px 0;
}
.com-contact-sec .contact-box {
  padding: 30px 20px;
}
.com-contact-sec .contact-box .box-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
}
.com-contact-sec .contact-box .box-links li {
  max-width: 280px;
  margin: 10px 0 0;
}
.com-contact-sec .contact-box .box-links li a {
  text-align: center;
  padding: 0 20px;
}
.com-contact-sec .contact-box .box-links li .br {
  display: inline-block;
}
.com-contact-sec .contact-box .box-tels {
  padding-top: 20px;
}
.com-contact-sec.top-contact {
  padding: 96px 0;
}
.com-contact-sec.top-contact::before {
  height: calc(100% + 26px);
  -webkit-clip-path: polygon(0 0, 32.5% 45px, 32.5% 50%, 100% 50%, 100% 100%, 67.5% calc(100% - 45px), 67.5% 50%, 0 50%);
          clip-path: polygon(0 0, 32.5% 45px, 32.5% 50%, 100% 50%, 100% 100%, 67.5% calc(100% - 45px), 67.5% 50%, 0 50%);
  top: -13px;
}
.com-contact-sec.top-contact::after {
  -webkit-clip-path: polygon(0 32px, 100% 0, 100% calc(100% - 32px), 0 100%);
          clip-path: polygon(0 32px, 100% 0, 100% calc(100% - 32px), 0 100%);
}
.com-contact-sec.company-contact, .com-contact-sec.voice-contact {
  padding-top: 96px;
}
.com-contact-sec.company-contact::before, .com-contact-sec.voice-contact::before {
  height: 45px;
  top: -13px;
}
.com-contact-sec.company-contact::after, .com-contact-sec.voice-contact::after {
  -webkit-clip-path: polygon(0 32px, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 32px, 100% 0, 100% 100%, 0 100%);
}

/*スケジュール・練習場
-----------------------------*/
.com-schedule-sec {
  padding: 64px 0 96px;
}
.com-schedule-sec .schedule-box {
  margin-bottom: 30px;
}
.com-schedule-sec .schedule-table tr,
.com-schedule-sec .schedule-box .box-table tr {
  display: flex !important;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.com-schedule-sec .schedule-table th,
.com-schedule-sec .schedule-box .box-table th {
  width: 100%;
  padding: 12px;
}
.com-schedule-sec .schedule-table td,
.com-schedule-sec .schedule-box .box-table td {
  width: 50% !important;
  padding: 12px;
  box-shadow: -1px 0 0 0 #a6a6a6 inset;
}
.com-schedule-sec .schedule-table td:last-of-type,
.com-schedule-sec .schedule-box .box-table td:last-of-type {
  box-shadow: none;
}

/*料金
-----------------------------*/
.com-fee-sec {
  padding: 40px 0 56px;
}
.com-fee-sec::before {
  height: 45px;
}
.com-fee-sec::after {
  height: 33px;
}
.com-fee-sec .fee-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.com-fee-sec .fee-list::before {
  font-size: 0.8em;
  line-height: 1;
}
.com-fee-sec .fee-list-item {
  width: 48%;
  margin-top: 20px;
  margin-right: 4%;
}
.com-fee-sec .fee-list-item:nth-of-type(2n), .com-fee-sec .fee-list-item:last-of-type {
  margin-right: 0;
}
.com-fee-sec .fee-list-item dt {
  font-size: 1.2em;
  line-height: 1.66667;
  padding: 10px;
}
.com-fee-sec .fee-list-item dd {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.66667;
  padding: 12px;
}
.com-fee-sec .fee-list-item dd .min {
  font-size: 0.666666667em;
  line-height: 1.66667;
}

/*生徒様の声
-----------------------------*/
.com-voice-sec {
  padding: 100px 0 64px;
}
.com-voice-sec::before {
  height: 45px;
  top: -13px;
}
.com-voice-sec::after {
  -webkit-clip-path: polygon(0 32px, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 32px, 100% 0, 100% 100%, 0 100%);
}
.com-voice-sec .voice-list-box {
  padding: 20px;
  margin-bottom: 30px;
}
.com-voice-sec .voice-list-box::before {
  width: 32%;
  height: 80%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.com-voice-sec .voice-list-box::after {
  height: 32%;
}
.com-voice-sec .voice-list-box .box-img {
  margin-bottom: 20px;
}
.com-voice-sec .voice-list-box .box-status {
  line-height: 1.33334;
  margin-bottom: 15px;
}
.com-voice-sec .voice-list-box .box-status li {
  margin-right: 1em;
}
.com-voice-sec .voice-list-box .box-status .tag {
  padding: 0 10px;
}
.com-voice-sec .voice-btn {
  margin: 40px auto 0;
}

/*===============================================
  トップページ
===============================================*/
/*松ヶ崎FCについて
-----------------------------*/
.top-about .about-in {
  padding: 64px 5% 40px;
}
.top-about .about-in::before {
  width: 100%;
  height: 100%;
  background-size: 64%;
  background-position: left -20% bottom 10%;
}
.top-about .about-btn {
  margin: 40px auto 0;
}
.top-about .about-img div {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 0;
}
.top-about .about-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/*マンガ
-----------------------------*/
.top-comic {
  padding: 56px 0 96px;
}
.top-comic::before {
  height: calc(100% + 50px);
  top: -50px;
}

/*クラス・スクール
-----------------------------*/
.top-school {
  padding: 56px 0 64px;
}
.top-school::before {
  height: 45px;
}
.top-school::after {
  height: 33px;
}
.top-school .school-list-box {
  margin-bottom: 60px;
  position: relative;
  z-index: 0;
}
.top-school .school-list-box .box-in {
  padding: 40px 20px 30px;
  margin-bottom: 10px;
}
.top-school .school-list-box .box-in::before {
  width: 95vw;
}
.top-school .school-list-box .box-ttl > span {
  font-size: clamp(1.8rem, 5.5813953488vw, 2.4rem);
}
.top-school .school-list-box .box-ttl > span br {
  display: none;
}
.top-school .school-list-box .box-btn {
  margin: 20px auto 0;
}
.top-school .school-list-box .box-img {
  width: 95vw;
}
.top-school .school-list-box:nth-of-type(2n + 1) .box-in {
  padding-left: 0;
}
.top-school .school-list-box:nth-of-type(2n + 1) .box-in::before {
  left: -5vw;
}
.top-school .school-list-box:nth-of-type(2n) .box-in {
  padding-right: 0;
}
.top-school .school-list-box:nth-of-type(2n) .box-img {
  margin-left: -5vw;
}

/*リンクセクション
-----------------------------*/
.top-links {
  padding: 50px 0;
}
.top-links .links-list-item {
  width: 100%;
  max-width: 400px;
  height: 100px;
  margin: 0 auto 15px;
}
.top-links .links-list-item:last-of-type {
  margin-bottom: 0;
}
.top-links .links-list-item a::before {
  -webkit-clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
          clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}
.top-links .links-list-item a::after {
  width: 30px;
}
.top-links .links-list-item a .en {
  margin-bottom: 0.5em;
}
.top-links .links-list-item a .txt {
  font-size: 1.2em;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding: 64px 0;
}
.top-news .news-list .list-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.top-news .news-list .list-item:last-of-type {
  margin-bottom: 0;
}
.top-news .news-list .list-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-news .news-list .list-item .item-img {
  width: 90px;
}
.top-news .news-list .list-item .item-img div {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  z-index: 0;
}
.top-news .news-list .list-item .item-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top-news .news-list .list-item .item-in {
  width: calc(100% - 105px);
  font-size: 0.8em;
  line-height: 1.66667;
}
.top-news .news-list .list-item .date {
  width: 6em;
}
.top-news .news-list .list-item .tag {
  max-width: calc(100% - 6em);
}
.top-news .news-list .list-item .item-ttl {
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top-news .news-btn {
  margin: 40px auto 0;
}

/*協力会社様
-----------------------------*/
.top-partner {
  padding: 40px 0 64px;
}
.top-partner .partner-links-wrap {
  padding: 14px 12px 20px;
}
.top-partner .partner-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.top-partner .partner-links li {
  margin: 16px 8px 0;
}
.top-partner .partner-links:nth-of-type(1) li img {
  height: 50px;
}
.top-partner .partner-links:nth-of-type(2) li img {
  width: 100px;
}

/*===============================================
  松ヶ崎FCについて
===============================================*/
/*代表紹介
-----------------------------*/
.about-greeting {
  padding: 64px 0 96px;
}
.about-greeting::after {
  width: 110%;
  padding-top: 40%;
  bottom: 40px;
}
.about-greeting .greeting-box .box-img {
  width: 72.917%;
  margin: 0 auto 20px;
}
.about-greeting .greeting-box .box-ttl {
  justify-content: center;
  padding: 10px;
}
.about-greeting .greeting-box .box-ttl > span {
  line-height: 1.66667;
  margin: 0;
}
.about-greeting .greeting-box .box-ttl .min {
  font-size: 0.75em;
  line-height: 1;
  margin-right: 1em;
}
.about-greeting .greeting-box .box-text {
  margin: -8px 0;
}

/*コーチ紹介
-----------------------------*/
.about-coach {
  padding: 40px 0 64px;
}
.about-coach::before {
  height: 45px;
}
.about-coach::after {
  height: 33px;
}
.about-coach .coach-list-box {
  padding: 20px;
  margin-bottom: 30px;
}
.about-coach .coach-list-box::before {
  width: 32%;
  height: 80%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.about-coach .coach-list-box::after {
  height: 32%;
}
.about-coach .coach-list-box .box-img {
  margin-bottom: 20px;
}
.about-coach .coach-list-box .box-ttl {
  align-items: center;
  margin-bottom: 15px;
}
.about-coach .coach-list-box .box-ttl .label {
  font-size: 1.6em;
  line-height: 1.625;
  letter-spacing: 0;
  padding: 0 10px;
  margin-bottom: 12px;
}

/*松ヶ崎FCの特徴
-----------------------------*/
.about-feature {
  padding: 96px 0 64px;
}
.about-feature::before {
  height: 45px;
  top: -13px;
}
.about-feature::after {
  -webkit-clip-path: polygon(0 32px, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 32px, 100% 0, 100% 100%, 0 100%);
}
.about-feature .feature-list {
  padding-top: 20px;
}
.about-feature .feature-list-box {
  margin-bottom: 60px;
  position: relative;
  z-index: 0;
}
.about-feature .feature-list-box .box-in {
  padding: 40px 20px 30px;
  margin-bottom: 10px;
}
.about-feature .feature-list-box .box-in::before {
  width: 95vw;
}
.about-feature .feature-list-box .box-num {
  font-size: 2em;
  letter-spacing: -0.02em;
  top: -25px;
}
.about-feature .feature-list-box .box-num .b {
  font-size: 1.4em;
  margin-left: 0.25em;
}
.about-feature .feature-list-box .box-ttl > span {
  font-size: clamp(1.8rem, 5.5813953488vw, 2.4rem);
}
.about-feature .feature-list-box .box-ttl > span br {
  display: none;
}
.about-feature .feature-list-box .box-img {
  width: 95vw;
}
.about-feature .feature-list-box:nth-of-type(2n + 1) .box-in {
  padding-left: 0;
}
.about-feature .feature-list-box:nth-of-type(2n + 1) .box-in::before {
  left: -5vw;
}
.about-feature .feature-list-box:nth-of-type(2n + 1) .box-num {
  left: 20px;
}
.about-feature .feature-list-box:nth-of-type(2n) .box-in {
  padding-right: 0;
}
.about-feature .feature-list-box:nth-of-type(2n) .box-img {
  margin-left: -5vw;
}
.about-feature .feature-list-box:nth-of-type(2n) .box-num {
  right: 20px;
}

/*===============================================
  育成クラス
===============================================*/
/*育成クラスについて
-----------------------------*/
.training-about .about-in {
  padding: 64px 5% 40px;
}
.training-about .about-in::before {
  width: 100%;
  height: 100%;
  background-size: 56%;
  background-position: left -20% bottom 2%;
}
.training-about .about-img div {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 0;
}
.training-about .about-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/*===============================================
  スクール
===============================================*/
/*スクールについて
-----------------------------*/
.school-about .about-in {
  padding: 64px 5% 40px;
}
.school-about .about-in::before {
  width: 100%;
  height: 100%;
  background-size: 56%;
  background-position: left -40% bottom 10%;
}
.school-about .about-img div {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 0;
}
.school-about .about-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/*===============================================
  単発スクール
===============================================*/
/*単発スクールについて
-----------------------------*/
.single-about {
  padding: 64px 0;
}
.single-about .about-box {
  padding: 24px 20px;
  margin-top: 30px;
}
.single-about .about-box::before {
  width: 32%;
  height: 80%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.single-about .about-box::after {
  height: 32%;
}
.single-about .about-box .box-img {
  margin-top: 20px;
}
.single-about .about-box .box-list {
  padding-top: 20px;
}
.single-about .about-box .box-list .list-item {
  padding: 15px;
  margin-bottom: 15px;
}
.single-about .about-box .box-list .list-item:last-of-type {
  margin-bottom: 0;
}
.single-about .about-box .box-list .list-item dt {
  font-size: 1.4em;
  line-height: 1.42858;
  margin-bottom: 12px;
}
.single-about .about-box .box-list .list-item dd {
  font-size: 1.4em;
  line-height: 1.42858;
}
.single-about .about-box .box-list .list-item dd .min {
  font-size: 0.666666667em;
  line-height: 1.42858;
}
.single-about .about-box .box-list .list-item dd .min:nth-of-type(2) {
  padding-top: 6px;
}
.single-about .about-box .box-btn {
  margin: 20px auto 0;
}

/*===============================================
  初めての方へ
===============================================*/
/*体験申し込みの流れ
-----------------------------*/
.beginner-flow {
  padding: 64px 0 96px;
}
.beginner-flow .flow-list-box {
  padding: 20px;
  margin-bottom: 30px;
}
.beginner-flow .flow-list-box .box-in::after {
  width: 36px;
  height: 16px;
}
.beginner-flow .flow-list-box .box-ttl {
  flex-direction: column;
  align-items: center;
}
.beginner-flow .flow-list-box .box-ttl .label {
  font-size: 1.8em;
  line-height: 1;
  padding: 5px 8px;
  margin-bottom: 12px;
}
.beginner-flow .flow-list-box .box-ttl .label .b {
  font-size: 1.333334em;
}
.beginner-flow .flow-list-box .box-img {
  margin-top: 20px;
}
.beginner-flow .flow-list-box .box-img div {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 0;
}
.beginner-flow .flow-list-box .box-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.beginner-flow .flow-list-box .box-img div img {
  -o-object-position: center 8%;
     object-position: center 8%;
}

/*よくある質問
-----------------------------*/
.beginner-faq {
  padding: 40px 0 64px;
}
.beginner-faq::before {
  height: 45px;
}
.beginner-faq::after {
  height: 33px;
}
.beginner-faq .faq-list-item {
  margin-bottom: 30px;
}
.beginner-faq .faq-list-item .item-ttl {
  padding: 15px;
}
.beginner-faq .faq-list-item .item-ttl::before {
  width: 40px;
  font-size: 1.4em;
  line-height: 36px;
  padding-bottom: 4px;
}
.beginner-faq .faq-list-item .item-ttl > span {
  width: calc(100% - 50px);
  font-size: 1.2em;
  line-height: 1.55556;
  padding-top: 6px;
}
.beginner-faq .faq-list-item .item-text {
  padding: 15px;
}
.beginner-faq .faq-list-item .item-text::before {
  width: 40px;
  font-size: 1.4em;
  line-height: 36px;
  padding-bottom: 4px;
}
.beginner-faq .faq-list-item .item-text p {
  width: calc(100% - 50px);
  padding-top: 6px;
}

/*===============================================
  生徒・保護者様の声
===============================================*/
/*生徒様の声
-----------------------------*/
.voice-student {
  padding: 64px 0 96px;
}

/*保護者様の声
-----------------------------*/
.voice-parent {
  padding: 40px 0 64px;
}
.voice-parent::before {
  height: 45px;
}
.voice-parent::after {
  height: 33px;
}
.voice-parent .parent-list-item {
  margin-bottom: 40px;
}
.voice-parent .parent-list-item .item-icon {
  width: 90px;
  margin: 0 auto 25px;
}
.voice-parent .parent-list-item .item-in {
  padding: 24px 20px;
}
.voice-parent .parent-list-item .item-in::before {
  width: 36px;
  height: 16px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  bottom: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
}
.voice-parent .parent-list-item .item-ttl {
  font-size: 1.2em;
  margin-bottom: 20px;
}

/*===============================================
  スクール概要
===============================================*/
/*スクール情報
-----------------------------*/
.company-info {
  padding: 64px 0 96px;
}
.company-info .info-table td .replace {
  display: block;
  padding: 7px 0;
}
.company-info .info-table td .replace img {
  height: 14px;
}

/*練習場のご案内
-----------------------------*/
.company-practice {
  padding: 75px 0 105px;
}
.company-practice::before {
  height: 45px;
}
.company-practice::after {
  height: 33px;
}
.company-practice .practice-list-box {
  margin-bottom: 40px;
}
.company-practice .practice-list-box:last-of-type {
  margin-bottom: 0;
}
.company-practice .practice-list-box .box-map {
  height: 300px;
  margin-top: 20px;
}

/*==================================================
 ニュース一覧
================================================== */
.news-contents {
  padding: 64px 0;
}
.news-contents .news-list .list-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.news-contents .news-list .list-item:last-of-type {
  margin-bottom: 0;
}
.news-contents .news-list .list-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-contents .news-list .list-item .item-img {
  width: 90px;
}
.news-contents .news-list .list-item .item-img div {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  z-index: 0;
}
.news-contents .news-list .list-item .item-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.news-contents .news-list .list-item .item-in {
  width: calc(100% - 105px);
  font-size: 0.8em;
  line-height: 1.66667;
}
.news-contents .news-list .list-item .date {
  width: 6em;
}
.news-contents .news-list .list-item .tag {
  max-width: calc(100% - 6em);
}
.news-contents .news-list .list-item .item-ttl {
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*タグリスト
-----------------------------*/
.tag-select-box-wrap .tag-select-box {
  min-width: 160px;
  margin-bottom: 40px;
}
.tag-select-box-wrap .tag-select-box::after {
  right: 12px;
}
.tag-select-box-wrap .tag-select-box select {
  font-size: 0.8em;
  line-height: 1.33334;
  padding: 12px 32px 12px 12px;
}

/*==================================================
 ニュース詳細
================================================== */
.news-detail {
  padding: 64px 0;
}
.news-detail .post-data {
  font-size: 0.8em;
  line-height: 1.66667;
  margin-bottom: 16px;
}
/*==================================================
 お問い合わせ
================================================== */
.contact-contents {
  padding: 64px 0;
}
.contact-contents .contact-table {
  margin-bottom: 40px;
}
.contact-contents .contact-table th .optional-mark,
.contact-contents .contact-table th .required-mark {
  font-size: 0.8em;
  line-height: 2;
  margin-left: 0.5em;
}
.contact-contents .contact-submits-wrap {
  padding-top: 16px;
}
.contact-contents .contact-submits-wrap > * {
  width: 75vw;
  max-width: 320px;
  height: 60px;
  -webkit-clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
          clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  margin: 0 auto 20px;
}
.contact-contents .contact-submits-wrap > *:last-of-type {
  margin-bottom: 0;
}

/*==================================================
 お問い合わせ完了
================================================== */
.complete-contents {
  padding: 64px 0;
}
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-contents {
  padding: 64px 0;
}
.privacy-contents .item-box {
  margin-bottom: 56px;
}

/*==================================================
 サイトマップ
================================================== */
.site-contents {
  padding: 64px 0;
}
.site-contents .site-list li a {
  line-height: 1.73334;
  padding: 12px;
}

/*===============================================
  404エラー
===============================================*/
.error-contents {
  padding: 64px 0;
}