@charset "UTF-8";
/*
Theme Name:BUAS tpl 子テーマ
Template:law-tpl
*/

/*======================================================================
説明
▼ law-tpl-dhild/common.css
対象：全テンプレート
ヘッダー、フッター、基本的なレイアウト、リセットCSSなど

▼ law-tpl-dhild/style.css
対象：全テンプレート
親テーマのstyle.cssを改変
主にTOPページのスタイルを修正（TOPにおける新しいスタイルを記述、古いスタイルは削除）
親テーマstyle.cssは全てのテンプレートで使用していない

▼ law-tpl-dhild/js/common.js
対象：全テンプレート
親テーマのcommon.jsを改変
親テーマcommon.jsは全てのテンプレートで使用していない

▼ law-tpl-dhild/img/
law-tpl-dhild/style.cssで記載の背景画像に対応させるために
親テーマと同様のものをもってきている。
law-tpl/img/（親テーマのimg）内画像もどこかで読み込んでいるかもしれない

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


/*======================================================================
side_txt bodyの横の固定テキスト
======================================================================*/
#top_page{
  /* position: relative; */
}
#side_txt{
  position: fixed;
  top: 50%;
  transform: translateY( -50% );
  right: 10px;
  z-index: 10;
}



/*======================================================================
object
======================================================================*/
/*========================================
common
========================================*/
.link_filter {
  position: relative;
}

.link_filter:before {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.link_filter:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

.link_filter:hover:before {
  background: transparent;
  background: rgba(0, 0, 0, 0.1);
}

.linklist, .linklist_02, .linklist_b_index, .linklist_y_index, .linklist_c_index {
  margin: 25px -10px -20px;
  overflow: hidden;
}

.linklist_02_box {
  width: 520px;
  height: 200px;
  padding-top: 30px;
  margin: auto;
}

/* 固定ページ */
.linklist, .linklist_b, .linklist_y, .linklist_c {
  display: flex;
  flex-wrap: wrap;

}
.linklist li, .linklist_b li, .linklist_y li, .linklist_c li {
  width: 25%;
  margin: 0 0 20px;
  padding: 0 10px;
}

/* 固定ページ */
.linklist_02 li {
  float: left;
  width: 85%;
  margin: 0 0 20px 10px;
  padding: 0 10px;
}

.linklist li a, .linklist_02 li a, .linklist_b li a, .linklist_y li a, .linklist_c li a {
  width: 100%;
  height: 60px;
  padding: 0 25px 0 17px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  display: table;
  position: relative;
  background-color: #de1212;
}

.linklist_b li a {
  color: #fff;
  display: table;
  position: relative;
  background-color: #0000CD;
}

.linklist_y li a {
  color: #fff;
  display: table;
  position: relative;
  background-color: #FFE600;
}

.linklist_c li a {
  color: #fff;
  display: table;
  position: relative;
  background-color: #A0A0A0;
}

.top_service_sec service_sec h_box, .linklist_b_index li a,
.top_service_sec service_sec h_box, .linklist_y_index li a,
.top_service_sec service_sec h_box, .linklist_c_index li a {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  display: table;
  position: relative;
  background-color: #0000CD;
}

.top_service_sec service_sec h_box, .linklist_b_index li a,
.top_service_sec service_sec h_box, .linklist_y_index li a {
  color: #fff;
  display: table;
  position: relative;
  background-color: #f000;
}

.top_service_sec service_sec h_box, .linklist_y_index li a {
  background-color: #FFE600;
  color: #000;
}

.top_service_sec service_sec h_box, .linklist_c_index li a {
  background-color: #A0A0A0;
  color: #fff;
}

.top_service_sec service_sec h_box, .linklist_b_index li,
.top_service_sec service_sec h_box, .linklist_y_index li,
.top_service_sec service_sec h_box, .linklist_c_index li {
  float: left;
  width: 50%;
  margin: 0 0 20px;
  padding: 0 10px;
}

.linklist li a.act, .linklist_b li a.act, .linklist_y li a.act, .linklist_c li a.act {
  background-color: #000;
}

.linklist li a::after, .linklist_02 li a::after, .linklist_b li a::after, .linklist_y li a::after,
.linklist_c li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto 0 auto auto;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

.linklist li a::after, .linklist_02 li a::after, .linklist_b_index li a::after, .linklist_y_index li a::after,
.linklist_c_index li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto 0 auto auto;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

.linklist_y_index li a::after {
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
}

.linklist li a span, .linklist_b li a span, .linklist_y li a span, .linklist_c li a span {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.linklist_y li a span {
  color: #000;
}

.linklist li a span, .linklist_b_index li a span, .linklist_y_index li a span, .linklist_c_index li a span {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.linklist_02 li a span {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  padding-left: 20px;
  letter-spacing: 1.6px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.linklist li a.ico::before, .linklist_02 li a.ico::before, .linklist_b li a.ico::before {
  width: 50px;
  font-size: 36px;
  font-weight: normal;
  position: absolute;
  display: block;
  top: 0;
  left: 10px;
  line-height: 56px;
  text-align: center;
}

.linklist.sitemap li {
  width: 25%;
}

h2 + .imgblock_01,
h2 + .imgblock_02,
h2 + .careerlist,
h2 + .commonlist_01,
h2 + .commonlist_02,
h2 + .ytwrap,
h2 + .caselist,
h2 + .numlist_01,
h2 + .gmap,
h3 + .imgblock_01,
h3 + .imgblock_02,
h3 + .careerlist,
h3 + .commonlist_01,
h3 + .commonlist_02,
h3 + .ytwrap,
h3 + .caselist,
h3 + .numlist_01,
h3 + .gmap {
  margin-top: 0;
}

.imgblock_01 {
  margin: 40px 0 0;
  overflow: hidden;
}

.imgblock_02 {
  margin: 80px 0 0;
  overflow: hidden;
}

.imgblock_01 .img, .imgblock_02 .img {
  float: left;
  width: 50%;
  padding: 0 30px 0 0;
  text-align: center;
}

.imgblock_01 .img img, .imgblock_02 .img img {
  width: 100%;
  height: auto;
}

.imgblock_01 .img.right, .imgblock_02 .img.right {
  float: right;
  padding: 0 0 0 30px;
}

.imgblock_01 .ytwrap, .imgblock_02 .ytwrap {
  float: left;
  width: 50%;
  padding: 0 30px 0 0;
  margin: 0;
}

.imgblock_01 .ytwrap.right, .imgblock_02 .ytwrap.right {
  float: right;
  padding: 0 0 0 30px;
}

.imgblock_01 .txt, .imgblock_02 .txt {
  float: left;
  width: 50%;
}

.imgblock_01 .img.right + .txt, .imgblock_02 .img.right + .txt {
  padding-left: 0;
  padding-right: 30px;
}

.imgblock_01:first-child, .imgblock_02:first-child {
  margin-top: 0;
}

.careerlist {
  margin: 40px 0 0;
  overflow: hidden;
}

.careerlist dt {
  float: left;
  margin: 10px 30px 0 0;
}

.careerlist dt:first-of-type {
  margin-top: 0;
}

.careerlist dd {
  overflow: hidden;
  margin: 10px 0 0;
}

.careerlist dd:first-of-type {
  margin-top: 0;
}

.careerlist:first-child {
  margin-top: 0;
}

.commonlist_01 {
  margin: 40px 0 0;
}

.commonlist_01 li {
  position: relative;
  margin: 20px 0 0;
  padding: 0 0 0 45px;
}

.commonlist_01.pt2 li {
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 0 35px;
}

.commonlist_01 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #de1212;
}

.commonlist_01.pt2 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #de1212;
}

.commonlist_01 li:first-child {
  margin-top: 0;
}

.commonlist_01:first-child {
  margin-top: 0;
}

.commonlist_02 {
  margin: 40px 0 0;
}

.commonlist_02 dt {
  position: relative;
  margin: 25px 0 15px;
  padding: 0 0 0 45px;
  font-weight: bold;
}

.commonlist_02 dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #333;
  border-radius: 8px;
}

.commonlist_02 dt:first-of-type {
  margin-top: 0;
}

.commonlist_02 dd {
  padding: 0 0 0 45px;
}

.commonlist_02:first-child {
  margin-top: 0;
}

.numlist_01 {
  margin: 40px 0 0;
  padding: 0 0 0 1.9em;
  list-style: decimal;
}

.numlist_01 li {
  margin: 20px 0 0;
}

.numlist_01 li:first-child {
  margin-top: 0;
}

.numlist_01:first-child {
  margin-top: 0;
}

.caselist {
  margin: 40px 0 0;
  overflow: hidden;
}

.caselist dt {
  float: left;
  width: 4.8em;
  text-align: left;
  font-weight: bold;
  margin: 20px 30px 0 0;
}

.caselist dt:first-of-type {
  margin-top: 0;
}

.caselist dd {
  overflow: hidden;
  margin: 20px 0 0;
}

.caselist dd:first-of-type {
  margin-top: 0;
}

.caselist:first-child {
  margin-top: 0;
}

.ytwrap {
  margin: 40px auto 0;
  max-width: 560px;
}

.ytwrap > div {
  position: relative;
  width: 100%;
  padding: 0 0 56.25%;
}

.ytwrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important;
}

.ytwrap:first-child {
  margin-top: 0;
}

.gmap {
  position: relative;
  width: 100%;
  margin: 40px 0 0;
  padding: 0 0 600px;
}

.gmap iframe {
  position: absolute;
  top: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important;
}

.gmap:first-child {
  margin-top: 0;
}

.pricetable {
  width: 100%;
  margin: 30px 0 0;
  table-layout: fixed;
}

.pricetable thead th {
  padding: 10px;
  border: solid 1px #d8d8d8;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  background: #f1f2f2;
}

.pricetable tbody th {
  width: 15%;
  padding: 10px 15px;
  border: solid 1px #d8d8d8;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  background: #f1f2f2;
}

.pricetable tbody td {
  padding: 10px 15px;
  border: solid 1px #d8d8d8;
  text-align: left;
  vertical-align: middle;
}

.pricetable + p {
  margin-top: 1.75em;
}

p.note {
  margin: 15px 0 0 1em;
  text-indent: -1em;
  font-size: 12px;
  font-size: 1.2rem;
}

p.note + p.note {
  margin-top: 0.5em;
}

.loader {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  text-align: center;
}

.loader .loading_ani {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #de1212;
  border-right-color: #de1212;
  border-bottom-color: #de1212;
  border-left-color: #ff8686;
  -webkit-animation: rotation 1.4s linear infinite;
  animation: rotation 1.4s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tel {
  display: block;
  margin: 5px 0;
}

.tel span, .tel a {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
}

/*========================================
top
========================================*/
/*================== TOPページ共通 ========================*/
#top_page{
  font-family: "Hiragino Kaku Gothic ProN";
}

/*================== キービジュアル-PC ========================*/
.swiper-wrapper{
  height: 100% !important;
}
.top_fv {
  position: relative;
  margin-top: -70px;
  margin-bottom: 100px;
  width: 90%;
  height: calc( 100vh - 200px );
}
.top_fv ul li{
  border-radius: 30px;
  overflow: hidden;
}
.top_fv .top_fv_txt{
  position: absolute;
  bottom:0;
  right: 0;
  z-index: 10;
  padding-block: 40px;
  width: 50%;
  border-radius: 30px 0px;
  overflow: hidden;
}
.top_fv .text_area {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 48px 72px;
  width: 50%;
}
.top_fv .text_area:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px 0px;
  background: #DB0025;
  mix-blend-mode: multiply;
  z-index: 2;
  overflow: hidden;
}
.top_fv .title {
  position: relative;
  z-index: 2;
  margin: 0;
}
.top_fv .title:first-child{
  margin-bottom: 15px;
}
.top_fv .title img{
  width: 100%;
}
.top_fv_slider li {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/*========= キービジュアル-TABのみ ===============*/
@media screen and (min-width:576px) and ( max-width:1024px) {
  .top_fv .text_area{
    padding: 48px 42px;
    width: 54%;
  }
}

/*========= キービジュアル-SPまで ===============*/
@media screen and (min-width: 576px) {
  .top_fv_slider li:nth-child(1) {
    background-image: url(img/top/top_pagelist_bg_01.webp);
    background-position: top left 50%;
  }
  .top_fv_slider li:nth-child(2) {
    background-image: url(img/top/top_pagelist_bg_02.webp);
    background-position: center left 20%;
  }
  .top_fv_slider li:nth-child(3) {
    background-image: url(img/top/top_pagelist_bg_03.webp);
    background-position: bottom left;
  }
}

/*========= キービジュアル-SP ===============*/
@media screen and (max-width: 575.98px) {

  .top_fv{
    margin-bottom: 0;
    margin-top: -75px;
    height: calc( 100dvh - 135px );
  }
  .top_fv_slider li:nth-child(1) {
    background-image: url(img/top/top_pagelist_bg_01_sp.webp);
  }
  .top_fv_slider li:nth-child(2) {
    background-image: url(img/top/top_pagelist_bg_02_sp.webp);
    background-position: top center;
    background-size: contain;
  }
  .top_fv_slider li:nth-child(3) {
    background-image: url(img/top/top_pagelist_bg_03_sp.png);
    background-position: center center;
    background-size: cover;
  }
  .top_fv .text_area{
    padding: 30px 20px;
    width: 100%;
  }
  .top_fv .text_area:before{
    border-radius: 0 0 30px 30px;
    overflow: hidden;
  }
  .top_fv .title{
    max-width: 400px;
    margin-left: auto;
  }
  .top_fv .title:first-child img{
    margin-bottom: 20px !important;
  }
}


/*======================================================================
TOP共通スタイル
======================================================================*/
.top_inner{
  margin-inline: auto;
  max-width: 1150px;
  width: 90%;
}
span.strong{
  display: inline-block;
  padding: 0 10px;
  margin-inline: 10px;
  border-radius: 13px;
  color: #fff;
  background-color: #DB0025;
}
@media screen and (max-width: 1024px) {
  span.strong{
    padding: 0 4px;
    margin-inline: 5px;
    border-radius: 6px;
    line-height: 33px;
  }
}
.btn a{
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border: 1px solid #DB0025;
  border-radius: 10px;
  box-sizing:border-box;
}
.btn a span{
  display: inline-block;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #DB0025;
  background: url(img/top/arr_red.png) no-repeat center right;
  background-size: 22px 22px;
}
.btn a::after {
  background: #DB0025;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn a:hover {
  opacity: 1;
}
.btn a:hover span{
  color: #fff;
  background: url(img/top/arr_red_hover.png) no-repeat center right;
  background-size: 20px 20px;
}
.btn a:hover::after {
  transform: scale(1, 1);
}



/*================== TOP-#top_society ========================*/
#top_society {
  position: relative;
  overflow: hidden;
  margin-bottom: 155px;
}
#top_society .ttle_area {
  margin-bottom: 80px;
}
#top_society h2{
  font-size: 80px;
  font-weight: 400;
  color: #DB0025;
  font-family: Anton, sans-serif;
  line-height: 1;
}
#top_society .ttle_area p{
  font-size: 40px;
  font-weight: 400;
  color: #0E0000;
  font-family: Anton, sans-serif;
}
#top_society .btn a{
  padding: 37px 34px 37px 34px;
}
#top_society .txt_area{
  width: 55%;
}
#top_society .txt_area p{
  position: relative;
  color: #0E0000;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px; /* 200% */
}
#top_society .img_area{
  padding-left: 60px;
  width: calc( 45% -60px) ;
  flex: 1;
  margin-right: calc(50% - 50vw);
  text-align: right;
}
#top_society .img_area img{
  width: 100%;
  min-width: 560px;
  border-radius: 60px 0px 0px 10px;
}
#top_society .loop_area{
  position: relative;
  margin: 100px calc(50% - 50vw) 0;
  width: 100vw;
}
.top_society_img02{
  /* position: absolute;
  bottom: 180px;
  left: 0;
  margin-left: 10%; */
  margin-top: 50px;
  width: 217px;
  height: 262px;
  z-index: 1;
}
#top_society .loop_txt{
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 90vw;
  height: 175px;
  margin-inline: auto;
}
#top_society .loop_txt p{
  color: #DB0025;
  font-family: Anton, sans-serif;
  font-size: 156px;
  font-weight: 400;
  line-height: 156px; /* 100% */
  flex: 0 0 auto;
  white-space: nowrap;
  margin-top: 0;
}
#top_society .text-infinity-scroll{
  width: 100%;
  display: flex;
}
#top_society .text-infinity-scroll .first,
#top_society .text-infinity-scroll .second{
  flex-shrink: 0;
  width: auto;
  height: auto;
  text-wrap: nowrap;
  word-break: keep-all;
  display: inline;
}
#top_society .text-infinity-scroll .first{
  animation: anim--first 100s infinite linear 0.1s both;
}
#top_society .text-infinity-scroll .second{
  animation: anim--second 100s infinite linear 0.1s both;
}
@keyframes anim--first {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes anim--second {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

.column{
  width: 48%;
}
/*左側へ要素を広げる（2カラム）*/
.column-outside-left{
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
}

/*========= #top_society-TAB/SP ===============*/
@media screen and (max-width: 1024px) {
  #top_society {
    margin-bottom: 0;
  }
  #top_society .ttle_area{
    margin-top: 80px;
    margin-bottom: 35px;
  }
  #top_society .ttle_area p{
    font-size: 22px;
  }
  #top_society h2{
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
  }

  #top_society .content_area{
    flex-direction: column;
  }
  #top_society .txt_area{
    width: 100%;
    padding-right: 0;
  }
  #top_society .txt_area img{
    display: none; /*ラグビーのイラストは隠す*/
  }
  #top_society .img_area{
    margin-top: 35px;
    margin-left: 5%;
    margin-bottom: 60px;
    padding-left: 0;
    width :inherit;
  }
  #top_society .img_area::before{
    position: absolute;
    bottom: -80px;
    left: -80px;
    z-index: 1;
    content: '';
    width: 250px;
    height: 205px;
    /* width: clamp(127px, 5.79vw, 300px);
    height: 20%; */
    background: url(img/top/top_society_img02.webp) no-repeat bottom left;
    background-size: contain;
  }
  #top_society .img_area img{
    position: relative;
    min-width: auto;
  }
  #top_society .loop_area{
    margin-top: 0;
  }
  #top_society .loop_txt{
    height: 150px;
  }
  #top_society .loop_txt p{
    font-size: 66px;
  }
  #top_society .btn{
    width: 100%;
    text-align: right;
  }
  #top_society .btn a{
    display: inline-block;
    padding: 15px 25px;
    margin-left: auto;
    font-size: 13px;
  }
}
/*========= #top_society-SP ===============*/
@media (max-width: 767.98px) {
  #top_society .txt_area p{
    font-size: 14px;
    line-height: 2;
  }
  #top_society .img_area::before{
    bottom: -97px;
    left: -50px;
    width: 127px;
    height: 155px;
  }
}

/*================== top_navigation ========================*/
#top_navigation .top_inner{
  padding: 65px 60px;
  border-radius: 60px 60px 0px 0px;
  background: linear-gradient(180deg, #FFE3E3 35.81%, rgba(255, 227, 227, 0.00) 87.62%);
}
#top_navigation .top_inner h2{
  margin-bottom: 50px;
  color: #0E0000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 150% */
}
#top_navigation .top_inner h2 span{
  font-weight: 600;
}
.top_navigation_content{
  border-radius: 60px 60px 0px 0px;
  background-color: #fff;
}
.top_navigation_content .d-flex.ttl_area{
  gap: 1px;
}
.top_navigation_content .ttl_area ul li{
  width: 50%;
}
.top_navigation_content .ttl_area img{
  width: 100%;
}
.top_navigation_content .ttl_area p{
  padding: 20px;
  /* font-size: 30px; */
  font-size: clamp( 25px , 1.56vw , 30px );
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background-color: #DB0025;
}
.top_navigation_content .ttl_area li:first-of-type img{
  border-radius: 60px 0px 0px 0px;
}
.top_navigation_content .ttl_area li:last-of-type img{
  border-radius: 0px 60px 0px 0px;
}
.top_navigation_content .txt_area{
  margin: 50px 25px 25px;
  text-align: center;
}
.top_navigation_content .txt_area p{
  color: #0E0000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 200% */
}

.top_navigation_content .btn_area li{
  text-align: center;
  width: 33.333%;
}
.top_navigation_content .btn_area li img{
  position: relative;
  z-index: 2;
}
.top_navigation_content .btn_area li:first-of-type img{
  margin-bottom: 10px; /*ラグビーの画像だけ下位置調整*/
}
/*↓ボタンの設定*/
.top_navigation_content .btn_area li.btn a{
  display: block;
  padding-block: 40px;
}

/*========= #top_navigation-PC ===============*/
@media screen and (min-width: 1023.89px) {
  .top_navigation_content .btn_area .btn_box{
    margin-top: -15px;
  }
  .top_navigation_content .btn_area li.btn a span{
    /* font-size: 22px; */
    font-size: clamp( 18px , 1.56vw , 22px );
  }
  .top_navigation_content .btn_area li.btn:first-of-type a{
    border-radius: 10px 0 0 10px ;
  }
  .top_navigation_content .btn_area li.btn:nth-of-type(2) a{
    border-radius: 0 ;
    border-left: none;
    border-right: none;
  }
  .top_navigation_content .btn_area li.btn:last-of-type a{
    border-radius: 0 10px 10px 0 ;
  }
}

/*================== #top_navigation-TAB/SP ========================*/
@media screen and (max-width: 1024px) {
  #top_navigation .top_inner{
    padding-top: 35px;
    padding-inline: 20px;
    border-radius: 30px;
  }
  #top_navigation .top_inner h2{
    margin-bottom: 20px;
    /* font-size: 23px; */
    font-size: clamp( 20px , 5.33vw , 23px );
    line-height: 39.1px; /* 170% */
  }
  .top_navigation_content .d-flex.ttl_area{
    flex-direction: column;
  }
  .top_navigation_content .ttl_area li:first-of-type img{
    border-radius: 30px 30px 0 0;
  }
  .top_navigation_content .ttl_area li:last-of-type img{
    border-radius: 0;
  }
  .top_navigation_content .ttl_area p{
    width: 80%;
    padding: 7px;
    margin-inline: auto;
    border-radius: 5px;
    transform: translateY(-50%);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
  }

  .top_navigation_content .txt_area,
  .top_navigation_content .btn_area{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .top_navigation_content .txt_area p{
    text-align: left;
    font-size: clamp( 14px , 2.43vw , 20px );
    line-height: 28px; /* 200% */
  }
  .top_navigation_content .btn_area .btn_box{
    flex-direction: column;
    gap: 10px;
  }
  .top_navigation_content .btn_area li{
    width: 100%;
  }
  .top_navigation_content .btn_area li.btn a{
    display: block;
    padding: 15px;
    width: 100%;
  }
  .top_navigation_content .btn_area li.btn a span{
    display: block;
    font-size: 13px;
  }
  .sportsman_img {
    width: 100%;
    margin-top: 30px;
    margin-inline: auto;
    text-align: center;
  }
  .sportsman_img img{
    margin-inline: auto;
    max-width: 380px;
    width: 80%;
    text-align: center;
  }
}
/*========= キービジュアル-SP ===============*/
/* @media (max-width: 767.98px) {
  .top_navigation_content .txt_area p{
    font-size: 14px;
  }
} */

/*================== #top_can_do ========================*/
#top_can_do{
  margin-block: 150px;
  overflow: hidden;
}
#top_can_do h2{
  color: #0E0000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}
#top_can_do h2 span{
  margin-left: -10px;
  font-weight: 600;
}
#top_can_do p{
  margin-top: 25px;
  margin-bottom: 55px;
  color:  #0E0000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 200% */
}
#top_can_do .img_area{
  margin-right: calc(50% - 50vw);
}
#top_can_do .img_area img{
  width: 100%;
  border-radius: 60px 0px 0px 10px;
}
/*========= #top_can_do-TAB/SP ===============*/
@media screen and (max-width: 1024px) {
  #top_can_do{
    margin-top: 0;
    margin-bottom: 50px;
  }
  #top_can_do h2{
    text-align: center;
    font-size: 23px;
    line-height: 39.1px;
    letter-spacing: 1px;
  }
  #top_can_do h2 span{
    margin-left: 0;
    font-size: 23px;
    font-weight: 600;
  }
  #top_can_do p{
    margin-top: 0;
    margin-bottom: 30px;
    font-size: clamp( 14px , 2.43vw , 20px );
    line-height: 28px; /* 200% */
  }
  #top_can_do .img_area img{
    border-radius: 30px 0px 0px 10px;
  }
}

/*======================== #top_faq ========================*/
#top_faq .top_inner{
  position: relative;
  padding-block: 110px;
  border-radius: 60px;
  border: 1px solid #DB0025;
  box-sizing:border-box;
  background: url(img/top/bk_grid.png) repeat ;
}

#top_faq dt,
#top_faq dd{
  position: relative;
  /* width: calc( 80% - 50px ); */
  width: 85%;
  margin: auto;
  padding-left: 150px;
}
#top_faq dt{
  margin-bottom: 60px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  color: #0E0000;
}
#top_faq dt span{
  font-weight: 600;
  line-height: 60px; /* 200% */
}
#top_faq dt::before,
#top_faq dd::before{
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 140px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: Anton, sans-serif;
}
#top_faq dt::before{
  content: 'Q,';
  color: #CCC;
}
#top_faq dd::before{
  content: 'A,';
  color: #DB0025;
}
#top_faq dd p{
  color: #0E0000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 200% */
}
/*========= #top_faq-PC ===============*/
@media screen and (min-width: 1023.89px) {
  #top_faq .top_inner::after{
    position: absolute;
    right:60px;
    bottom:30px;
    content: 'Communication';
    color: #FFE3E3;
    font-family: Anton, sans-serif;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 110px; /* 122.222% */
    opacity: 0.3;
    z-index: -1;
  }
}
/*========= #top_faq-TAB/SP ===============*/
@media screen and (max-width: 1024px) {
  #top_faq .top_inner{
    padding-block: 35px;
    width: 100%;
    border-left: none;
    border-right: none;
    border-radius: 30px 30px 0px 0px;
  }
  #top_faq dt, #top_faq dd{
    width: 94%;
    padding-left: 50px;
  }
  #top_faq dt,
  #top_faq dt span{
    font-size: 18px;
    line-height: 34px;
  }
  #top_faq dd p{
    font-size: clamp( 14px , 2.43vw , 20px );
    line-height: 28px;
  }
  #top_faq dt{
    margin-bottom: 20px;
  }
  #top_faq dt span{
    line-height: 30px; /* 200% */
  }
  #top_faq dt::before, #top_faq dd::before{
    font-size: 50px;
  }
  #top_faq dt::before, #top_faq dd::before{
    top: -5px;
  }
}

/*======================== #top_message ========================*/
#top_message{
  margin-top: 90px;
  margin-bottom: 90px;
  overflow: hidden;
}
/*レイアウト*/
#top_message .txt_area {
  padding-top: 100px;
  width: 50%;

}
#top_message .img_area {
  width: 50%;
  flex: 1;
  margin-right: calc(50% - 50vw);
  text-align: right;
}
#top_message h2,
#top_message h2 span{
  position: relative;
  margin-bottom: 25px;
  color: #0E0000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 150% */
}
#top_message h2::before{
  position: absolute;
  top: -100px;
  left: 0;
  content: 'Message';
  color: #F4F4F4;
  font-family: Anton, sans-serif;
  font-size: 110px;
  font-style: normal;
  font-weight: 400;
  line-height: 110px; /* 100% */
  z-index: -1;
}
#top_message p{
  color: #0E0000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 200% */
}

/*画像文字あたりのグラデーション*/
#top_message .img_area figure{
  position: relative;
  margin-left: 60px;
}
#top_message .img_area figure::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, #4E4E4E 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}

#top_message .img_area img{
  width: 100%;
  height: auto;
}
#top_message .img_area figure{
  position: relative;
  overflow: hidden;
  border-radius: 60px 0px 0px 10px;
}
#top_message .img_area figcaption{
  position: absolute;
  bottom: 20px;
  right: 50px;
  z-index: 1;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  text-shadow: 0px 1px 14px rgba(0, 0, 0, 0.75);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
}
#top_message .img_area figcaption span{
  font-size: 24px;
  font-weight: 600;
}
/*========= #top_message-TAB/SP ===============*/
@media screen and (max-width: 1024px) {
  #top_message{
    margin-top: 40px;
    margin-bottom: 0;
  }
  #top_message .d-flex{
    flex-direction: column;
  }
  #top_message .txt_area,
  #top_message .img_area{
    width: 100%;
  }
  #top_message h2,
  #top_message h2 span{
    margin-bottom: 0;
    color: #0E0000;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 39.1px; /* 170% */
  }
  #top_message h2{
    margin-bottom: 10px;
  }
  #top_message h2::before{
    top:-25px;
    font-size: 50px;
    line-height: 1;
  }
  #top_message .txt_area{
    padding-top: 25px;
  }
  #top_message p{
    font-size: clamp( 14px , 2.43vw , 20px );
    line-height: 28px;
  }
  #top_message .img_area {
    margin-top: 25px;
    width: inherit;
  }
  #top_message .img_area img{
    border-radius: 30px 0px 0px 10px;
  }
  #top_message .img_area figure{
    margin-left: 20%;
  }
  #top_message .img_area figcaption{
    bottom: 15px;
    right: 15px;
    width: 70%;
    font-size: 10px;
  }
  #top_message .img_area figcaption span{
    display: inline-block;
    font-size: 16px;
  }
}

/*======================== #top_voice ========================*/
#top_voice{
  padding-top: 100px;
  padding-bottom: 75px;
  overflow: hidden;
}
.top_voice_box {
  max-width: 1000px;
  border-radius: 60px;
  border: 1px solid #DB0025;
  background-color: #fff;
}
.top_voice_box h2{
  padding: 40px 60px;
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px; /* 100% */
  background-color: #DB0025;
}
.top_voice_box h2 span{
  display: inline-block;
  margin-left: 15px;
  color: #FFB8C4;
  font-family: Anton, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 100% */
}
.top_voice_box p{
  color: #0E0000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px; /* 200% */
}
.top_voice_box p.name{
  margin-top: 0;
  text-align: right;
  font-size: 14px;
}
.top_voice_box .text_area{
  padding: 40px;
}

/*h2だけの処理*/
.top_voice_box.icn01 h2{
  border-radius: 0 59px 0 0 ;
}
.top_voice_box.icn02 h2{
  border-radius: 59px 0 0 0 ;
}


/*ボックスのレイアウト*/
/*卒業生*/
.graduate .top_voice_box:first-child{
  position: relative;
  margin-left: calc(50% - 50vw);
  border-radius: 0 60px 60px 0;
  border-left: unset;
}
.graduate .top_voice_box:last-child{
  margin-top: -70px;
  margin-left: 10%;
  padding-top: 80px;
}
/*保護者*/
.guardian .top_voice_box{
  max-width: unset;
  margin-top: 80px;
  margin-right: calc(50% - 50vw);
  margin-left: 175px;
  border-radius: 60px 0 0 60px;
  border-right: unset;
}

/*アイコンの設置*/
#top_voice .top_voice_box.icn01,
#top_voice .guardian{
  position: relative;
}
#top_voice .top_voice_box.icn01::before{
  position: absolute;
  top:-60px;
  right:-230px;
  background: url(img/top/top_voice_img01.svg) no-repeat top right 0;
  background-size: 280px 340px;
  content: '';
  width: 280px;
  height: 340px;
  z-index: 1;
}
#top_voice .top_voice_box.icn02::before{
  position: absolute;
  bottom: -70px;
  left:0;
  background: url(img/top/top_voice_img02.svg) no-repeat top right 0;
  background-size: 230px 337px;
  content: '';
  width: 230px;
  height: 337px;
  z-index: 1;
}
/*========= #top_voice-TAB/SP ===============*/
@media screen and (max-width: 1024px) {
  #top_voice{
    padding-bottom: 0;
  }
  .top_voice_box{
    border-radius: 30px;
  }
  .top_voice_box .text_area{
    padding: 20px;
  }
  .top_voice_box h2{
    padding: 20px;
    font-size: 23px;
  }
  .top_voice_box h2 span{
    font-size: 14px;
  }
  .top_voice_box p{
    font-size: clamp( 14px , 2.43vw , 20px );
    line-height: 28px; /* 200% */
  }
  .top_voice_box p.name{
    font-size: 10px;
  }
  #top_voice .top_voice_box.icn01::before{
    right: -15%;
    top: -45px;
    width: 100px;
    height: 120px;
    background-size: 100px 120px;
  }
  .graduate .top_voice_box:first-child{
    margin-right: 10%;
    border-radius: 0 30px 30px 0;
  }
  .top_voice_box.icn01 h2{
    border-radius: 0 29px 0 0;
  }
  .guardian .top_voice_box{
    margin-left: 0;
    border-radius: 30px 0 0 30px;
  }
  .top_voice_box.icn02 h2{
    border-radius: 29px 0 0 0;
  }
  #top_voice .top_voice_box.icn02::before{
    width: 70px;
    height: 102px;
    background-size: 70px 102px;
    top: -85px;
    bottom: unset;
    left: 0;
  }
}

/*======================== #top_track_record ========================*/
#top_track_record{
  margin-top: 100px;
}
#top_track_record .ttl_area{
  text-align: center;
  border-top: 1px solid #DB0025;
}
#top_track_record h2{
  display: inline-block;
  padding: 10px 45px;
  border-radius: 10px;
  border: 1px solid #DB0025;
  background: #FFF;
  text-align: center;
  color: #DB0025;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 150% */
  transform: translateY(-50%);
  background-color: #fff;
}
#top_track_record h3{
  margin-top: 60px;
  text-align: center;
  color: #DB0025;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 142.857% */
}

#top_track_record p{
  margin: 0 0 30px 0;
  text-align: center;
  color: #0E0000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 166.667% */
}
#top_track_record table{
  table-layout: fixed;
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  margin-inline: auto;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  border: none;
  border-left: 1px solid #DB0025;
  border-top: 1px solid #DB0025;
}
#top_track_record table tr>*{
  padding: 5px 10px;
  border: none;
  border-right: 1px solid #DB0025;
  border-bottom: 1px solid #DB0025;
}
#top_track_record table tr:first-child>*:first-child{
  border-radius: 8px 0 0 0;
}
#top_track_record table tr:first-child>*:last-child{
  border-radius: 0 8px 0 0;
}
#top_track_record table tr:last-child>*:first-child{
  border-radius: 0 0 0 8px;
}
#top_track_record table tr:last-child>*:last-child{
  border-radius: 0 0 8px 0;
}
#top_track_record table tr:not(:last-child) th {
  border-bottom-color: #fff;
}
#top_track_record table.line1 tr:last-child>*:first-child{
  border-radius: 8px 0 0 8px;
}
#top_track_record table.line1 tr:first-child>*:last-child{
  border-radius:  0 10px 10px 0 !important;
}

#top_track_record table tr th,
#top_track_record table tr td{
  padding: 20px;
}
#top_track_record table tr th{
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  background-color: #DB0025;
}
#top_track_record table tr td{
  width: 110px;
  vertical-align: middle;
  color: #0E0000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
}

/*========= #top_track_record-PC ===============*/
@media screen and (min-width: 1023.89px) {
  #top_track_record h3+p{
    margin-top: 15px;
  }
  #top_track_record table{
    width: 710px;
  }
  #top_track_record table tr th{
    width: 600px;
  }

}

/*========= #top_track_record-TAB/SP ===============*/
@media screen and (max-width: 1024px) {
  #top_track_record h2{
    padding: 5px 30px;
    font-size: 23px;
    line-height: 39.1px; /* 170% */
  }
  #top_track_record h3{
    margin-top: 15px;/*table下のmarginga10あるので相殺*/
    margin-bottom: 0;
    font-size: 23px;
    line-height: 39.1px; /* 170% */
  }
  #top_track_record table{
    margin-bottom: 45px;
  }
  #top_track_record table tr th,
  #top_track_record table tr td{
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }
  #top_track_record table tr td{
    font-weight: 600;
  }
  #top_track_record p{
    margin-bottom: 0;
    font-size: 14px;

  }
}

/*======================== #top_snap_shot ========================*/
#top_snap_shot{
  margin-block: 145px;
}
#top_snap_shot h2{
  margin-bottom: 25px;
  text-align: center;
  color: #DB0025;
  font-family: Anton, sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 110px; /* 110% */
}
#top_snap_shot h2 + p{
  color: #0E0000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 200% */
}
#top_snap_shot ul{
  margin-top: 100px;
  flex-wrap: wrap;
  gap: 0;
}
#top_snap_shot ul li{
  width: calc( 50% - 40px ) ;
}

#top_snap_shot ul li img{
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

#top_snap_shot figure{
  position: relative;
}
#top_snap_shot figure figcaption{
  position: absolute;
  right: 0;
  bottom:0;

}
#top_snap_shot figure figcaption::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background: #DB0025;
  mix-blend-mode: multiply;
  z-index: 3;
}
#top_snap_shot figure figcaption span{
  position: relative;
  display: inline-block;
  padding: 7px 8px;
  z-index: 4;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.98px;
  font-size: 14px;
}
/*========= #top_snap_shot-PC ===============*/
@media screen and (min-width: 1023.89px) {
  #top_snap_shot ul li:nth-of-type(even){
    margin-top: 100px;
  }
  #top_snap_shot ul li:nth-of-type(odd) img{
    border-radius: 0px 60px 10px 0px;
  }
  #top_snap_shot ul li:nth-of-type(even) img{
    border-radius: 60px 0px 0px 10px;
  }
  #top_snap_shot ul li:nth-of-type(odd) figure figcaption::before{
    border-radius: 5px 0px 10px 0px;
  }
  #top_snap_shot ul li:nth-of-type(even) figure figcaption::before{
    border-radius: 5px 0px 0 0px;
  }
}

/*========= #top_snap_shot-TAB/SP ===============*/
@media screen and (max-width: 1024px) {
  #top_snap_shot{
    margin-top: 95px;
    margin-bottom: 55px;
    margin-inline: auto;
    width: 90%;
  }
  #top_snap_shot h2{
    font-size: 50px;
    line-height: 50px;

  }
  #top_snap_shot h2+p{
    font-size: clamp( 14px , 2.43vw , 20px );
    line-height: 28px;
  }
  #top_snap_shot ul{
    flex-direction: column;
    gap:20px;
    margin-top: 40px;
  }
  #top_snap_shot ul li{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  #top_snap_shot figure figcaption span{
    padding: 7px 13px;
    text-align: right;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
  }
  #top_snap_shot figure figcaption::before{
    border-radius: 10px 0 0 0;
  }
}


/*================================= ここから旧コード =======================================*/


/*========================================
lower
========================================*/
.lower {
  /* margin: 185px 0 0; */
  margin: 0;
}

.lower_titlewrap {
  margin: -45px 35px 0;
  padding: 90px 0 85px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.lower_titlewrap.bg01 {
  background-image: url(img/lower/bg1.jpg);
}

.lower_titlewrap.bg02 {
  background-image: url(img/lower/bg2.jpg);
}

.lower_titlewrap.bg03 {
  background-image: url(img/lower/bg3.jpg);
}

.lower_titlewrap.bg04 {
  background-image: url(img/lower/bg4.jpg);
}

.lower_titlewrap.bg05 {
  background-image: url(img/lower/bg5.jpg);
}

.lower_titlewrap.bg06 {
  background-image: url(img/lower/bg6.jpg);
}

.lower_titlewrap.bg07 {
  background-image: url(img/lower/bg7.jpg);
}

.lower_titlewrap.bg08 {
  background-image: url(img/lower/bg8.jpg);
}

.lower_titlewrap.bg09 {
  background-image: url(img/lower/bg9.jpg);
}

.lower_titlewrap.bg10 {
  background-image: url(img/lower/bg10.jpg);
}

.lower_titlewrap.bg11 {
  background-image: url(img/lower/bg11.jpg);
}

.lower_titlewrap.bg12 {
  background-image: url(img/lower/bg12.jpg);
}

.lower_titlewrap.bg13 {
  background-image: url(img/lower/bg13.jpg);
}

.lower_titlewrap.bg14 {
  background-image: url(img/lower/bg14.jpg);
}

.lower_titlewrap.bg15 {
  background-image: url(img/lower/bg15.jpg);
}

.lower_titlewrap.bg16 {
  background-image: url(img/lower/bg16.jpg);
}

.lower_titlewrap.bg17 {
  background-image: url(img/lower/bg17.jpg);
}

.lower_titlewrap.bg18 {
  background-image: url(img/lower/bg18.jpg);
}

.lower_titlewrap.bg-black {
  background-color: #000;
}

.lower_title {
  line-height: 1.2;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
}

.lower_title span {
  display: block;
  margin: 10px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.lower_title + p {
  margin: 35px 0 0;
  line-height: 2.11;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

.lower_midtitle {
  margin: 85px 0 80px;
  line-height: 1.75;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

.lower_smalltitle {
  margin: 0 0 30px;
  padding: 0 0 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: solid 2px #333;
  line-height: 1.5;
  border-bottom: solid 2px #de1212;
}
.lower_smalltitle_02, .lower_smalltitle_04 {
  margin: 80px 0 30px;
  padding: 0 0 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: solid 2px #DE1212;
  line-height: 1.5;
}

.lower_smalltitle_03 {
  margin: 80px 0 30px;
  padding: 0 0 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: solid 2px #0000CD;
  line-height: 1.5;
}

.lower_smalltitle_04 {
  margin: 40px 0 20px;
  padding: 0 0 20px;
}

.lower_smalltitle time {
  display: block;
  font-size: 12px;
  margin-top: 1em;
}

.lower_smalltitle + .linklist {
  margin-top: 0;
}

.lower_s_smalltitle {
  margin: 0 0 30px 0;
  /* border-left: 5px solid #333; */
  padding-left: 1em;
  font-weight: bold;
  font-size: 18px;
  border-left: 5px solid #de1212;
}
.lower_s_smalltitle span{
  font-size: 10px;
}


.lower_contwrap {
  overflow: hidden;
  margin: 0 -30px -60px;
  clear: both;
}

.lower_cont {
  float: left;
  width: 50%;
  margin: 0 0 60px;
  padding: 0 30px;
}

.lower_cont.large {
  width: 100%;
}

.lower_aside {
  margin: 90px 0 0;
  border-top: solid 1px #d8d8d8;
  padding: 55px 0 0;
}

.lower_aside .linklist li {
  width: 25%;
}

.lower_aside_title {
  margin: 0 0 60px;
  line-height: 1.5;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

/* .lower_cont a {
  color: #333;
} */
.lower_cont a {
  color: #de1212;
}

#anc {
  margin-top: -125px;
  padding-top: 125px;
}

#anc .lower_cont {
  margin-top: -125px;
  padding-top: 125px;
}

.skill_tex {
  font-size: 20px;
  padding-top: 10px;
}

/*========================================
form
========================================*/
.formlist {
  margin: 40px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
}

.formlist dt {
  float: left;
  padding: 40px 0;
  font-weight: bold;
  clear: both;
}

.formlist dt.ptn2 {
  padding: 25px 0;
}

.formlist dt.required:after {
  content: "必須";
  display: inline-block;
  margin: 0 0 0 15px;
  line-height: 1;
  font-size: 10px;
  font-size: 1rem;
  color: #f00;
}

.formlist dd {
  padding: 40px 0 40px 250px;
  border-top: solid 1px #d8d8d8;
}

.formlist dd > div {
  margin-top: 40px;
}

.formlist dd > div:first-child {
  margin-top: 0;
}

.formlist dd .postwrap {
  display: inline-block;
  margin: 0 35px 0 0;
  vertical-align: middle;
}

.formlist dd .postwrap input {
  margin: 0 10px;
}

.formlist dd .pri {
  height: 200px;
  padding: 20px;
  overflow-y: scroll;
  margin-bottom: 40px;
  border: 1px solid #d8d8d8;
  font-size: 12px;
  font-size: 1.2rem;
}

.formlist input[type=text],
.formlist input[type=tel],
.formlist input[type=email],
.formlist textarea,
.formlist select {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  padding: 8px 15px;
  border: solid 1px #d8d8d8;
  border-radius: 0;
  line-height: 22px;
  vertical-align: bottom;
  -webkit-appearance: none;
}

.formlist select {
  background: #fff;
  background: url(img/lower/select.png) no-repeat;
  background-position: calc(100% - 1em) center;
  width: 50%;
}

.formlist dd.select_full select {
  width: 100%;
  padding: 8px 35px 8px 15px;
}

.formlist dd.select_full_2 select {
  width: 50%;
  padding: 8px 35px 8px 15px;
}

.formlist input[type=text].short,
.formlist input[type=tel].short,
.formlist input[type=email].short,
.formlist textarea.short {
  width: 186px;
}

.formlist input[type=text].error_input,
.formlist input[type=tel].error_input,
.formlist input[type=email].error_input,
.formlist textarea.error_input {
  border: solid 1px #f00;
  background: rgba(255, 0, 0, 0.1);
}

.formlist input[type=text]:focus,
.formlist input[type=tel]:focus,
.formlist input[type=email]:focus,
.formlist textarea:focus {
  border: solid 1px #333;
  outline: none;
}

.formlist textarea {
  height: 150px;
}

.formlist:last-of-type {
  border-bottom: solid 1px #d8d8d8;
}

.error {
  position: absolute;
  margin-top: 5px;
  color: #f00 !important;
  font-size: 12px !important;
  font-size: 1.2rem !important;
  font-weight: bold;
}

.formlist_selectwrap {
  display: inline-block;
  position: relative;
  min-width: 210px;
}

.formlist_selectwrap:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  right: 15px;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto 0 auto auto;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.formlist_selectwrap select {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  padding: 8px 40px 8px 15px;
  border: solid 1px #d8d8d8;
  border-radius: 0;
  line-height: 22px;
}

.formlist_selectwrap select.error_input {
  border: solid 1px #f00;
  background: rgba(255, 0, 0, 0.1);
}

.formlist_selectwrap select:focus {
  border: solid 1px #333;
  outline: none;
}

.btnwrap {
  margin: 60px 0 0;
  text-align: center;
}

.btnwrap input[type=submit],
.btnwrap input[type=button] {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  width: 297px;
  margin: 0 20px;
  padding: 18px 0;
  border: none;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.btnwrap input[type=submit]:hover,
.btnwrap input[type=button]:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

.btnwrap input[type=submit]:focus,
.btnwrap input[type=button]:focus {
  outline: none;
}

.btnwrap input[type=submit].submitbtn,
.btnwrap input[type=button].submitbtn {
  /* background: #333; */
  background: #fe0000;
}

.btnwrap input[type=submit].backbtn,
.btnwrap input[type=button].backbtn {
  background: #ccc;
}

.confirm .formlist dt {
  padding: 20px 0 0;
  line-height: 1.75;
}

.confirm .formlist dt.required:after {
  display: none;
}

.confirm .formlist dd {
  padding: 20px 0 20px 250px;
  min-height: 64px;
}

.confirm .formlist dd > div {
  display: inline;
  margin: 0;
}

.confirm .formlist dd .postwrap {
  margin: 0 1em 0 0;
}

.confirm .formlist dd .postwrap:before {
  margin: 0;
  font-weight: normal;
  line-height: 1.75;
}

.confirm .formlist dd .postwrap:after {
  display: none;
}

.confirm .formlist_selectwrap {
  display: inline;
  min-width: auto;
}

.confirm .formlist_selectwrap:first-child {
  margin-left: 0;
}

.confirm .formlist_selectwrap:before {
  display: none;
}

.confirm .btnwrap .privacyNote {
  display: none;
}

.confirm .formlist .pri {
  display: none;
}

.confirm .formlist.pt2 .full {
  display: none;
}

.mw_wp_form .horizontal-item {
  font-size: 12px;
  font-size: 1.2rem;
}

/*========================================
news
========================================*/
.newslist li {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: solid 1px #d8d8d8;
  overflow: hidden;
}

.newslist li p {
  float: left;
  width: 75%;
  max-width: 800px;
  padding: 0 0 0 27px;
  border-left: solid 2px #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newslist li p a {
  text-decoration: none;
}

.newslist li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.newslist .newslist_info {
  float: right;
}

.newslist .newslist_info time {
  display: inline-block;
  line-height: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.newslist .newslist_info .newslist_cat {
  display: inline-block;
  min-width: 125px;
  margin: 0 0 0 20px;
  padding: 0 1em 0;
  text-align: center;
  line-height: 23px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;/*333*/
  background-color: #de1212;
}

.news_info {
  margin: 0 0 30px;
  text-align: right;
}

.news_info time {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

.news_info .news_cat {
  display: inline-block;
  min-width: 125px;
  margin: 0 0 0 20px;
  padding: 0 1em;
  text-align: center;
  line-height: 23px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  /* color: #333; */
  color: #FFF;
  border: none;
  background: #de1212;
}

.news_body {
  padding: 0 0 60px;
  border-bottom: solid 1px #d8d8d8;
}

.news_body img {
  max-width: 100%;
  height: auto;
}

.news_body iframe {
  max-width: 100%;
  height: auto;
}

.pagination {
  height: 34px;
  margin-top: 60px;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}

.pagination h2.screen-reader-text {
  display: none;
}

.pagination a {
  display: inline-block;
  position: relative;
  margin: 0 15px;
  padding: 10px 2px;
  text-decoration: none;
  line-height: 1;
}

.pagination a:before {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #333;
}

.pagination a.prev, .pagination a.next {
  display: block;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 10px 0;
}

.pagination a.prev {
  left: 0;
}

.pagination a.next {
  right: 0;
}

.pagination a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

.pagination a:hover:before {
  width: 100%;
}

.pagination span {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 2px;
  line-height: 1;
  text-align: center;
}

.pagination span.current {
  position: relative;
}

.pagination span.current:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
}

/*======================================================================
utility
======================================================================*/
.cf:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.fn {
  float: none !important;
}

.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.vab {
  vertical-align: bottom !important;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.b {
  font-weight: bold !important;
}

.n {
  font-weight: normal !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.m_top {
  margin-top: 1.75em;
  display: block;
}

.m_left_h {
  margin-left: 0.5em;
}

.z_i_02 {
  position: relative;
  z-index: 2;
}

.fs_half {
  font-size: 0.7em;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mt4 {
  margin-top: 4em;
}

.mt5 {
  margin-top: 0;
}

/*======================================================================
	.mt5{
		margin-top: 5em
	}
======================================================================*/
.mt7 {
  margin-top: 7em;
}

.mt10 {
  margin-top: 10em;
}

/*======================================================================
override
======================================================================*/
.link_filter:before {
  background: rgba(0, 0, 0, 0.35);
}

.pricetable thead th {
  text-align: left;
  padding: 10px 15px;
}

.swiper-pagination-bullet-active {
  background: #de1212 !important;
}


/*======================================================================
add
======================================================================*/
.lead {
  font-size: 2rem;
  font-size: 20px;
  margin-bottom: 85px;
}

.partner, .partner_2 {
  padding: 0 0 10em 0;
  margin: 0;
  background-color: #fff;
}

.partner_2 {
  margin-top: 0px;
  padding: 1.5em 0 2em 0;
}

.partner h3 {
  text-align: center;
  line-height: 1;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}

.partner ul, .partner_2 ul {
  width: 840px;
  margin: 3em auto 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.partner ul{
  width: 900px;
  margin: 0 auto;
}

.partner_2 ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  padding-right: 5px;
}

.partner ul li, .partner_2 ul li {
  width: 200px;
  margin-bottom: 20px;
  margin-right: 0px;
}

.partner_2 ul li {
  margin-right: 15px;
}

.partner ul li:nth-of-type(3n),
.partner ul li:last-of-type {
  margin-right: 0;
}

.partner ul li img, .partner_2 ul li img {
  width: 100%;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.instagram {
  margin: 45px auto;
  width: 100%;
  max-width: 1100px;
}

.instagram h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  background: url(img/common/instagram.png) no-repeat center left;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  margin-bottom: 0.5em;
}

.instagram a.more {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  width: 240px;
  height: 60px;
  background-color: #000;
  margin: 40px auto 100px auto;
  display: block;
  text-align: center;
  text-decoration: none;
}

.instagram .fb_link {
  text-align: center;
  margin: 1em auto 0 auto;
}

.instagram .fb_link a {
  background: url(img/common/facebook.png) no-repeat center right;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  padding-right: 35px;
  text-decoration: none;
}

ul.pankuzu, ul.pankuzu_2 {
  margin-top: 1em;
  padding-bottom: 4em;
}

ul.pankuzu_2 {
  padding-bottom: 0em;
}

ul.pankuzu li, ul.pankuzu_2 li {
  font-size: 12px;
  margin-top: 1em;
  color: #000;
  display: inline-block;
}

ul.pankuzu li::after, ul.pankuzu_2 li::after {
  content: ">";
  margin: 0 1em;
}

ul.pankuzu li:last-of-type::after, ul.pankuzu_2 li:last-of-type::after {
  content: "";
}

ul.pankuzu li a, ul.pankuzu_2 li a {
  color: #000;
  text-decoration: none;
}

ul.pankuzu li a:hover, ul.pankuzu_2 li a:hover {
  color: #000;
  text-decoration: underline;
}

h2.about {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1em;
  padding-top: 1em;
}

h2.about span {
  display: block;
  padding-top: 1.5em;
  font-weight: bold;
}

p.about_lead {
  font-size: 20px;
  text-align: center;
  padding-bottom: 3em;
}

iframe {
  vertical-align: bottom;
}

ul.member {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

ul.member::after {
  content: "";
  display: block;
  width: 30%;
}

ul.member li {
  width: 30%;
}

ul.member li .name {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-top: 4em;
}

ul.member li .name_02 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

ul.member li .name3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

ul.member li .name span, ul.member li .name_02 span {
  color: #de1212;
  font-weight: normal;
  font-size: 14px;
}

ul.member li .cat {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  padding: 0.25em;
  background-color: #000;
  display: inline;
}

ul.member li img {
  margin-top: 1em;
  width: 100%;
  height: auto;
  display: block;
}

ul.member li ul.member_txt, ul.member li ul.member_txt_02 {
  margin-top: 1em;
}

ul.member li ul.member_txt li, ul.member li ul.member_txt_02 li {
  width: 100%;
  font-size: 14px;
  color: #000;
  line-height: 1.75;
}

ul.member li ul.member_txt li::before {
  content: "■";
}

ul.member li ul.member_txt_02 li::before {
  content: "";
}

.academy_btn a {
  display: block;
  margin-top: 2em;
  width: 260px;
  height: 60px;
  line-height: 60px;
  color: #de1212;
  font-size: 13px;
  position: relative;
  padding-left: 1em;
  border: 1px solid #de1212;
  text-decoration: none;
}

.academy_btn_02 a {
  display: block;
  margin-top: 2em;
  width: 260px;
  height: 60px;
  color: #de1212;
  font-size: 13px;
  position: relative;
  padding-left: 1em;
  padding-top: 8px;
  border: 1px solid #de1212;
  text-decoration: none;
}

.academy_btn a::after, .academy_btn_02 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto 0 auto auto;
  border-right: solid 2px #de1212;
  border-bottom: solid 2px #de1212;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

.academy_txt {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.academy_txt span {
  letter-spacing: 0.5em;
  display: block;
  padding-bottom: 1em;
  font-weight: bold;
}

.rugby_ttl {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  /* margin-top: 2.5em; */
}

.rugby_ttl span {
  font-weight: normal;
  font-size: 14px;
  color: #000;
  display: block;
}

.rugby_txt {
  padding-top: 1em;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

.rugby_txt_02 {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

ul.lower_slider {
  margin: 2em 0;
  width: 100%;
  position: relative;
  z-index: 1;
}

ul.lower_slider_02 {
  margin: 2em 0 2em 0;
  width: 100%;
  position: relative;
  z-index: 1;
}

ul.lower_slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  width: 175px;
  height: 100%;
}

ul.lower_slider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  width: 175px;
  height: 100%;
}

ul.lower_slider_02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 175px;
  height: 100%;
}

ul.lower_slider_02::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 175px;
  height: 100%;
}

ul.lower_slider .slick-prev {
  position: absolute;
  border: 0;
  text-indent: -9999px;
  z-index: 2;
  top: 45%;
  left: 14%;
  background: url(img/lower/prev.png) no-repeat;
  height: 40px;
  width: 40px;
  cursor: pointer;
  outline: none;
}

ul.lower_slider .slick-next {
  position: absolute;
  border: 0;
  text-indent: -9999px;
  z-index: 2;
  top: 45%;
  right: 14%;
  background: url(img/lower/next.png) no-repeat;
  height: 40px;
  width: 40px;
  cursor: pointer;
  outline: none;
}

ul.lower_slider li img {
  width: 100%;
}

/*
.lower_slider .slick-slide:not(.slick-center) {
	-webkit-filter: opacity(95%);
	-moz-filter: opacity(95%);
	-o-filter: opacity(95%);
	-ms-filter: opacity(95%);
	filter: opacity(95%);
	transition: 0.2s linear;
}
.lower_slider .slick-slide:not(.slick-center)::before{
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
	z-index: 1;
}
*/
p.rugby_p20 {
  font-size: 20px;
  margin-top: 1em;
}

p.rugby_p20_add {
  font-size: 20px;
  margin-top: 1em;
  margin: auto;
  display: block;
  width: 75%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.b_consept_df, .f_consept_df {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.f_consept_df {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: auto;
  margin-top: 60px;
}

.f_consept_df img {
  margin-bottom: 40px;
}

.rugby_p18 {
  font-size: 18px;
  padding-bottom: 3em;
}

.skill_img {
  width: 100%;
  max-width: 851px;
  display: block;
  margin: 3em auto 0 auto;
}

ul.coach {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

ul.coach::after {
  content: "";
  display: block;
  width: 30%;
}

ul.coach li {
  width: 30%;
}

ul.coach li .name {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-top: 2em;
}

ul.coach li .name span {
  font-size: 16px;
  font-weight: bold;
}

ul.coach li .name2 {
  color: #de1212;
  font-weight: normal;
  font-size: 14px;
}

ul.coach li img {
  margin-top: 1em;
  width: 100%;
  height: auto;
  display: block;
}

ul.coach li ul.coach_txt {
  margin-top: 1em;
}

ul.coach li ul.coach_txt li {
  width: 100%;
  font-size: 14px;
  color: #000;
  line-height: 1.75;
}

ul.coach li ul.coach_txt li::before {
  content: "■";
}

.table1 {
  width: 100%;
  margin: 30px 0 0;
  table-layout: fixed;
  font-size: 14px;
}

.table1 tbody tr {
  border-bottom: solid 1px #d8d8d8;
}

.table1 tbody tr:first-of-type {
  border-top: solid 1px #d8d8d8;
}

.table1 tbody th {
  width: 15%;
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  background: #F9F9F9;
}

.table1 tbody td {
  font-size: 14px;
  padding: 10px 15px 10px 30px;
  text-align: left;
  vertical-align: middle;
  word-wrap: break-word;
}

.table1 + p {
  margin-top: 1.75em;
}

.venue_ttl4 {
  font-size: 16px;
  font-weight: bold;
}

.venue_ttl4::before {
  content: "■";
}

.venue_btn a {
  display: block;
  margin: 2em auto 4em auto;
  width: 480px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  position: relative;
  text-decoration: none;
  background-color: #de1212;
  text-align: center;
}

.venue_btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto 0 auto auto;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

.pl9 {
  padding-left: 9em;
  display: block;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

ul.sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 2em;
  padding-bottom: 2em;
}

ul.sns li {
  width: 25px;
  margin: 0 2em;
}

ul.sns li img {
  width: 100%;
}

ul.photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 8em;
}

ul.photo li {
  width: 19%;
}

ul.photo li::after {
  content: "";
  display: block;
  margin-bottom: 7%;
}

ul.photo li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.vision_ttl3 {
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-top: 2em;
  font-weight: bold;
}

dl.ice_vision {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 3em;
  margin-top: 2em;
}

dl.ice_vision dt {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  text-align: right;
  padding-right: 0.5em;
  margin-bottom: 1em;
  width: 40%;
}

dl.ice_vision dd {
  font-size: 22px;
  color: #000;
  padding-left: 3em;
  margin-bottom: 1em;
  width: 50%;
  position: relative;
}

dl.ice_vision dd::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 2.5em;
  height: 1em;
  border-bottom: 1px dashed #de1212;
  padding-bottom: 0.5em;
}

.formlist input.half,
.formlist input.hasDatepicker {
  width: 50%;
}

.formlist input.half2 {
  width: 20%;
}

.formlist input.half1 {
  width: 10%;
}

.formlist.pt2 {
  width: 80%;
  margin: 4em auto 0 auto;
}

.formlist.pt2 dt,
.formlist.pt2 dd span {
  font-size: 15px;
}

.formlist.pt2 dd span.mwform-radio-field label {
  padding-right: 3em;
  white-space: nowrap;
}

.formlist.pt2 dt.required:after {
  text-align: right;
  font-size: 12px;
}

.formlist.pt2 dt.full,
.formlist.pt2 dd.full {
  display: block;
  width: 100%;
  padding-left: 0;
}

.formlist.pt2 dt.full {
  text-align: center;
  font-size: 20px;
}

.formlist.pt2 dd.full .pri {
  width: 100%;
  font-size: 13px;
}

a.size_btn {
  margin-top: 0.5em;
  display: inline-block;
  padding: 0.5em 1em 0.5em 1em;
  background-color: #7A7A7A;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

a.size_btn::after {
  content: ">";
  padding-left: 1em;
}

@media screen and (min-width: 1024px) {
  .br::before {
    content: "\a";
    white-space: pre;
  }
}
/*==================================================================================================================================================================================================================
SP
======================================================================*/
@media screen and (max-width: 1024px) {
  /*======================================================================
  foundation
  ======================================================================*/
  a:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
  }
  /*======================================================================
  layout
  ======================================================================*/
  .inner {
    max-width: none;
    padding: 0 10px;
  }

  /*========================================
  footer
  ========================================*/

  /*======================================================================
  object
  ======================================================================*/
  /*========================================
  common
  ========================================*/
  .link_filter {
    position: relative;
  }
  .link_filter:before {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .link_filter:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
  }
  .link_filter:hover:before {
    background: transparent;
  }
  .linklist, .linklist_b, .linklist_y, .linklist_c {
    flex-wrap: wrap;
    margin: 0 -5px -10px;
    overflow: hidden;
  }
  .linklist li, .linklist_b li, .linklist_y li, .linklist_c li {
    float: left;
    width: 50%;
    margin: 0 0 10px;
    padding: 0 5px;
  }
  .linklist li a, .linklist_b li a, .linklist_y li a, .linklist_c li a {
    height: 50px;
    padding: 0 20px 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .linklist_02 li {
    float: left;
    width: 55%;
    margin: 0 0 10px 40px;
    padding: 0 5px;
  }
  .linklist_02 li a {
    height: 50px;
    padding: 0 20px 0 10px;
    font-size: 12px;
  }
  .linklist_02 li a span {
    width: 235px;
    height: 50px;
    padding: 0 20px 0 50px;
    font-size: 12px;
    line-height: 1.6;
  }
  .linklist li a::after, .linklist_b li a::after, .linklist_y li a::after, .linklist_c li a::after {
    right: 10px;
  }
  .linklist li a.ico::before, .linklist_b li a.ico::before, .linklist_y li a.ico::before, .linklist_c li a.ico::before {
    width: 40px;
    font-size: 22px;
    left: 0;
    line-height: 46px;
  }
  .linklist li a.ico span, .linklist_b li a.ico span, .linklist_y li a.ico span, .linklist_c li a.ico span {
    padding-left: 0;
  }
  .linklist.sitemap li, .linklist_b.sitemap li, .linklist_y.sitemap li, .linklist_c.sitemap li {
    width: 50%;
  }
  .imgblock_01, .imgblock_02 {
    margin-top: 20px;
    overflow: hidden;
  }
  .imgblock_01 .img, .imgblock_02 .img {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
  .imgblock_01 .img.right, .imgblock_02 .img.right {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0 0 15px;
  }
  .imgblock_01 .ytwrap, .imgblock_02 .ytwrap {
    float: none;
    margin: 0 0 1.75em;
    padding: 0;
    width: 100%;
  }
  .imgblock_01 .txt, .imgblock_02 .txt {
    width: 100%;
    float: none;
    padding: 0;
  }
  .careerlist {
    margin-top: 20px;
  }
  .careerlist dt {
    margin: 10px 15px 0 0;
  }
  .careerlist dd {
    margin: 10px 0 0;
  }
  .commonlist_01 {
    margin-top: 20px;
  }
  .commonlist_01 li {
    margin: 15px 0 0;
    padding: 0 0 0 30px;
  }
  .commonlist_02 {
    margin-top: 20px;
  }
  .commonlist_02 dt {
    margin: 20px 0 10px;
    padding: 0 0 0 30px;
  }
  .commonlist_02 dd {
    padding: 0 0 0 30px;
  }
  .numlist_01, .numlist_02 {
    margin-top: 20px;
    list-style: decimal;
  }
  .numlist_01 li, .numlist_02 li {
    margin: 15px 0 0;
  }
  .caselist {
    margin-top: 20px;
  }
  .caselist dt {
    float: none;
    width: auto;
    margin: 15px 0 5px;
  }
  .caselist dd {
    margin: 0;
  }
  .ytwrap {
    margin-top: 1.75em;
    max-width: none;
  }
  .gmap {
    padding: 0 0 250px;
  }
  .pricetable {
    margin-top: 20px;
  }
  .pricetable thead th {
    padding: 10px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pricetable tbody th {
    width: 30%;
    padding: 10px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pricetable tbody td {
    padding: 10px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tel span, .tel a {
    font-size: 28px;
    font-size: 2.8rem;
  }
  /*========================================
  lower
  ========================================*/
  .lower {
    margin: 20px 0 0;
  }
  .lower_titlewrap {
    max-width: none;
    margin: -40px 0 0;
    padding: 40px 0 35px;
  }
  .lower_title {
    line-height: 1.2;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .lower_title span {
    display: block;
    margin: 7px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .lower_title + p {
    margin: 25px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .lower_midtitle {
    margin: 40px 0;
    font-size: 20px;
    font-size: 2rem;
  }
  .lower_midtitle + p {
    margin: 0 0 30px;
  }
  .lower_smalltitle {
    margin: 0 0 30px;
    padding: 0 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lower_s_smalltitle {
    font-size: 14px;
    padding-left: 12px;
  }
  .lower_contwrap {
    margin: 0;
    overflow: visible;
  }
  .lower_cont {
    float: none;
    width: auto;
    margin: 40px 0 0;
    padding: 0;
  }
  .lower_cont.large {
    width: auto;
  }
  .lower_cont:first-child {
    margin-top: 0;
  }
  .lower_aside {
    margin: 40px 0 0;
    padding: 35px 0 0;
  }
  .lower_aside .linklist li {
    width: 50%;
  }
  .lower_aside_title {
    margin: 0 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #anc {
    margin-top: -75px;
    padding-top: 75px;
  }
  #anc .lower_cont {
    margin-top: -75px;
    padding-top: 75px;
    margin-bottom: 40px;
  }
  /*========================================
  form
  ========================================*/
  .formlist {
    margin-top: 30px;
  }
  .formlist dt {
    float: none;
    padding: 40px 0 0;
    line-height: 1;
    border-top: solid 1px #d8d8d8;
  }
  .formlist dd {
    padding: 20px 0 40px;
    border-top: none;
  }
  .formlist dd > div {
    margin-top: 20px;
  }
  .formlist dd .postwrap {
    display: block;
    margin: 0;
  }
  .formlist input[type=text],
  .formlist input[type=tel],
  .formlist input[type=email],
  .formlist textarea {
    padding: 8px 10px;
    letter-spacing: 0;
  }
  .formlist_selectwrap {
    display: block;
    min-width: auto;
    width: 50%;
    max-width: 200px;
    margin-top: 20px;
  }
  .formlist_selectwrap select {
    padding: 8px 40px 8px 10px;
    border: solid 1px #e6e6e6;
    letter-spacing: 0;
  }
  .formlist_selectwrap:first-child {
    margin-top: 0;
  }
  .btnwrap {
    margin-top: 10px;
    text-align: center;
  }
  .btnwrap input[type=submit],
  .btnwrap input[type=button] {
    width: 240px;
    margin: 20px 10px 0;
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .confirm .formlist dt {
    padding: 15px 0 0;
  }
  .confirm .formlist dd {
    padding: 15px 0;
    min-height: auto;
  }
  .confirm .formlist dd > div {
    margin-top: 40px;
  }
  .confirm .formlist dd > div:first-child {
    margin-top: 0;
  }
  .confirm .formlist dd .postwrap {
    display: block;
    margin: 0;
  }
  .error {
    font-size: 10px !important;
    font-size: 1rem !important;
    margin-top: 1px;
  }
  .mw_wp_form .horizontal-item {
    display: block;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin: 10px 0 0 0 !important;
  }
  /*========================================
  news
  ========================================*/
  .newslist li {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: solid 1px #d8d8d8;
    overflow: hidden;
  }
  .newslist li p {
    float: none;
    width: 100%;
    height: auto;
    max-width: none;
    padding: 0 0 0 12px;
    white-space: normal;
    text-overflow: clip;
  }
  .newslist li p a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .newslist li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .newslist .newslist_info {
    float: none;
    margin: 15px 0 0;
  }
  .newslist .newslist_info time {
    line-height: 20px;
    font-size: 10px;
    font-size: 1rem;
  }
  .newslist .newslist_info .newslist_cat {
    min-width: 0;
    margin: 0 0 0 10px;
    line-height: 15px;
    font-size: 10px;
    font-size: 1rem;
  }
  .news_info {
    margin: 0 0 15px;
    text-align: left;
  }
  .news_info time {
    display: inline-block;
    font-weight: bold;
  }
  .news_info .news_cat {
    min-width: 0;
    margin: 0 0 0 10px;
    padding: 0 1em;
  }
  .news_body {
    padding-bottom: 30px;
  }
  .pagination {
    height: 32px;
    margin-top: 60px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pagination a {
    margin: 0 10px;
  }
  .pagination span {
    margin: 0 5px;
  }
  .pagination span.current {
    margin: 0 10px;
  }
  .pagination a:before {
    display: none;
  }
  /*======================================================================
  utility
  ======================================================================*/
  .cf:after {
    content: "";
    display: block;
    clear: both;
  }
  .fl {
    float: left !important;
  }
  .fr {
    float: right !important;
  }
  .fn {
    float: none !important;
  }
  .vat {
    vertical-align: top !important;
  }
  .vam {
    vertical-align: middle !important;
  }
  .vab {
    vertical-align: bottom !important;
  }
  .tal {
    text-align: left !important;
  }
  .tac {
    text-align: center !important;
  }
  .tar {
    text-align: right !important;
  }
  .b {
    font-weight: bold !important;
  }
  .n {
    font-weight: normal !important;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .mt1 {
    margin-top: 0.5em;
  }
  .mt2 {
    margin-top: 1em;
  }
  .mt3 {
    margin-top: 1.5em;
  }
  .mt4 {
    margin-top: 2em;
  }
  .mt5 {
    margin-top: 2.5em;
  }
  .mt7 {
    margin-top: 3.5em;
  }
  .mt10 {
    margin-top: 5em;
  }
  /*======================================================================
  override
  ======================================================================*/
  .header {
    padding-top: 5px;
    padding-bottom: 4px;
  }
  .header:before {
    border-bottom: solid 1px #354149;
    background: #03121c;
  }

  /* .top_fv_slider li:nth-child(1) {
    background-position: 94% 0;
  }
  .top_fv_slider li:nth-child(1) .top_fv_slide_inner p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .top_fv_slider li:nth-child(2) {
    background-position: 50% 0;
  } */
  .top_news_sec .top_news_sec_title .top_news_sec_link a {
    color: #03121c;
  }
  .top_news_sec .top_news_sec_title .top_news_sec_link a:after {
    border-right: solid 2px #03121c;
    border-bottom: solid 2px #03121c;
  }
  /*======================================================================
  add
  ======================================================================*/
  .lead {
    font-size: 1.6rem;
    font-size: 16px;
    margin-bottom: 35px;
  }
  .partner {
  }
  .partner_2{
    background-color: #2f2e2e;
    padding: 2em 0 1em 0;
    margin-top: 45px;
    margin-bottom: -60px;
  }
  .partner_2 {
    margin-top: 0px;
    padding: 1.5em 0 1em 0;
  }
  .partner h3 {
    text-align: center;
    line-height: 1;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
  }
  .partner ul, .partner_2 ul {
    width: 90%;
    margin: 2em auto 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .partner ul li, .partner_2 ul li {
    width: 45%;
    margin-bottom: 12px;
    margin-right: 5%;
    text-align: center;
  }
  .partner_2 ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .partner ul li:nth-of-type(3n), .partner_2 ul li:nth-of-type(3n) {
    margin-right: 5%;
  }
  .partner ul li:nth-of-type(2n),
  .partner ul li:last-of-type,
  .partner_2 ul li:nth-of-type(2n),
  .partner_2 ul li:last-of-type {
    margin-right: 0;
  }
  .partner ul li img, .partner_2 ul li img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .instagram {
    margin: 45px auto;
    width: 94%;
  }
  .instagram h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    background: url(img/common/instagram.png) no-repeat center left;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
  }
  .instagram a.more {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    width: 240px;
    height: 40px;
    background-color: #000;
    margin: 40px auto 100px auto;
    display: block;
    text-align: center;
    text-decoration: none;
  }
  .instagram .fb_link {
    text-align: center;
    margin: 1em auto 0 auto;
  }
  .instagram .fb_link a {
    background: url(img/common/facebook.png) no-repeat center right;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    padding-right: 35px;
    text-decoration: none;
  }
  .top_pagelist li.h_large {
    width: 50%;
    height: 140px;
  }
  .top_pagelist li.h_large a {
    padding: 10% 0 10% 10px;
  }
  h2.about {
    font-size: 20px;
    padding-bottom: 1em;
  }
  h2.about span {
    padding-top: 0.5em;
  }
  p.about_lead {
    font-size: 16px;
    padding-bottom: 3em;
  }
  ul.pankuzu {
    padding-bottom: 2em;
  }
  ul.pankuzu_2 {
    padding-bottom: 0em;
  }
  ul.member {
    width: 100%;
    display: block;
  }
  ul.member li {
    width: 100%;
  }
  ul.member li .name {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-top: 3em;
  }
  ul.member li .name span {
    color: #de1212;
    font-weight: normal;
    font-size: 13px;
  }
  ul.member li .cat {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    padding: 0.25em;
    background-color: #000;
    display: inline;
  }
  ul.member li img {
    margin-top: 1em;
    width: 100%;
    height: auto;
    display: block;
  }
  ul.member li ul.member_txt {
    margin-top: 1em;
  }
  ul.member li ul.member_txt li {
    width: 100%;
    font-size: 14px;
    color: #000;
    line-height: 1.75;
  }
  ul.member li ul.member_txt li::before {
    content: "■";
  }
  .academy_btn a {
    display: block;
    margin: 2em auto 4em auto;
    width: 240px;
    height: 60px;
    line-height: 60px;
    color: #de1212;
    font-size: 14px;
    position: relative;
    padding-left: 1em;
    border: 1px solid #de1212;
    text-decoration: none;
  }
  .academy_btn_02 a {
    display: block;
    margin: 2em auto 4em auto;
    width: 240px;
    height: 60px;
    color: #de1212;
    font-size: 14px;
    position: relative;
    padding-left: 1em;
    border: 1px solid #de1212;
    text-decoration: none;
  }
  .academy_btn a::after, .academy_btn_02 a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 0;
    width: 7px;
    height: 7px;
    margin: auto 0 auto auto;
    border-right: solid 2px #de1212;
    border-bottom: solid 2px #de1212;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
  }
  .academy_txt {
    font-weight: bold;
    font-size: 15px;
    color: #000;
  }
  .academy_txt span {
    letter-spacing: 0.5em;
    display: block;
    padding-bottom: 1em;
    font-weight: bold;
  }
  .rugby_ttl {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    text-align: center;
  }
  .rugby_txt {
    font-size: 12px;
    color: #000;
    font-weight: normal;
  }
  .rugby_txt {
    font-weight: bold;
    font-size: 28px;
    color: #000;
    margin-top: 1em;
    padding-bottom: 1em;
  }
  .rugby_ttl {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-top: 1.5em;
  }
  .rugby_ttl span {
    font-weight: normal;
    font-size: 12px;
    color: #000;
    display: block;
  }
  .rugby_txt {
    padding-top: 1em;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }
  ul.lower_slider {
    margin: 2em 0;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  ul.lower_slider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    width: 10%;
    height: 100%;
  }
  ul.lower_slider::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    width: 10%;
    height: 100%;
  }
  ul.lower_slider_02::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 10%;
    height: 100%;
  }
  ul.lower_slider_02::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 10%;
    height: 100%;
  }
  ul.lower_slider .slick-prev, ul.lower_slider_02 .slick-prev {
    position: absolute;
    border: 0;
    text-indent: -9999px;
    z-index: 2;
    top: 45%;
    left: 7%;
    background: url(img/lower/prev.png) no-repeat center;
    background-size: contain;
    height: 20px;
    width: 20px;
    cursor: pointer;
    outline: none;
  }
  ul.lower_slider .slick-next, ul.lower_slider_02 .slick-next {
    position: absolute;
    border: 0;
    text-indent: -9999px;
    z-index: 2;
    top: 45%;
    right: 7%;
    background: url(img/lower/next.png) no-repeat center;
    background-size: contain;
    height: 20px;
    width: 20px;
    cursor: pointer;
    outline: none;
  }
  ul.lower_slider li img, ul.lower_slider_02 li img {
    width: 100%;
  }
  /*
  .lower_slider .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(95%);
    -moz-filter: opacity(95%);
    -o-filter: opacity(95%);
    -ms-filter: opacity(95%);
    filter: opacity(95%);
    transition: 0.2s linear;
  }
  .lower_slider .slick-slide:not(.slick-center)::before{
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
  }
  */
  p.rugby_p20 {
    font-size: 16px;
    margin-top: 1em;
  }
  p.rugby_p20_add {
    font-size: 16px;
    margin-top: 1em;
    margin: auto;
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .b_consept_df, .f_consept_df {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px 0 40px 0;
  }
  .f_consept_df {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: auto;
    margin-top: 60px;
  }
  .b_consept_df img, .f_consept_df img {
    max-width: 48%;
    margin-bottom: 20px;
  }
  .br_sp::before {
    content: "\a";
    white-space: pre;
  }
  .rugby_p18 {
    font-size: 14px;
  }
  ul.coach {
    width: 100%;
    display: block;
  }
  ul.coach > li {
    width: 100%;
    padding-bottom: 2em;
  }
  ul.coach li .name2 {
    font-size: 13px;
  }
  .table1 {
    width: 100%;
    margin: 30px 0 0;
    table-layout: fixed;
    font-size: 12px;
  }
  .table1 tbody tr {
    border-bottom: solid 1px #d8d8d8;
  }
  .table1 tbody tr:first-of-type {
    border-top: solid 1px #d8d8d8;
  }
  .table1 tbody th {
    width: 3em;
    padding: 10px 5px;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
    background: #F9F9F9;
    white-space: nowrap;
  }
  .table1.pt2 tbody th {
    width: 6em;
    padding: 10px 5px;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
    background: #F9F9F9;
    white-space: nowrap;
  }
  .table1 tbody td {
    font-size: 12px;
    padding: 10px 5px;
    text-align: left;
    vertical-align: middle;
  }
  .table1 tbody td {
    font-size: 12px;
    padding: 10px 5px;
    text-align: left;
    vertical-align: middle;
  }
  .table1 + p {
    margin-top: 1.75em;
  }
  .venue_ttl4 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: -1em;
  }
  .venue_ttl4::before {
    content: "■";
  }
  .venue_btn a {
    display: block;
    margin: 2em auto 4em auto;
    width: 290px;
    padding: 1em 0;
    height: auto;
    line-height: 1.5;
    color: #fff;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    background-color: #de1212;
    text-align: center;
  }
  .venue_btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 0;
    width: 7px;
    height: 7px;
    margin: auto 0 auto auto;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
  }
  .pl9 {
    padding-left: 0;
    display: block;
  }
  ul.photo li {
    width: 49%;
  }
  ul.photo li::after {
    content: "";
    display: block;
    margin-bottom: 3%;
  }
  .vision_ttl3 {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-top: 2em;
    font-weight: bold;
  }
  dl.ice_vision {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 2em;
    margin-top: 1em;
  }
  dl.ice_vision dt {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-align: right;
    padding-right: 0.5em;
    margin-bottom: 1em;
    width: 40%;
  }
  dl.ice_vision dd {
    font-size: 12px;
    color: #000;
    padding-left: 2em;
    margin-bottom: 1em;
    width: 60%;
    position: relative;
  }
  dl.ice_vision dd::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 1.5em;
    height: 1em;
    border-bottom: 1px dashed #de1212;
    padding-bottom: 0.5em;
  }
  .formlist input.half,
  .formlist input.hasDatepicker {
    width: 100%;
  }
  .formlist input.half2 {
    width: 40%;
  }
  .formlist.pt2 {
    width: 100%;
    margin: 2em auto 0 auto;
  }
  .formlist.pt2 dt,
  .formlist.pt2 dd span {
    font-size: 14px;
  }
  .formlist.pt2 dt.full,
  .formlist.pt2 dd.full {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .formlist.pt2 dt.full {
    text-align: center;
    font-size: 20px;
  }
  .formlist.pt2 dd.full .pri {
    width: 100%;
    font-size: 12px;
  }
  .formlist select {
    width: 100%;
  }
  .formlist input.half1 {
    width: 15%;
  }
  .commonlist_01.pt2 li {
    font-weight: bold;
    font-size: 15px;
    padding: 0 0 0 30px;
  }
  .commonlist_01.pt2 li:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #de1212;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 30px;
    width: 100%;
    border: solid 1px #E5E5E5;
  }
  table td span {
    font-size: 12px;
    font-weight: bold;
  }
  .lesson_td {
    background-color: #F9F9F9;
    width: 10%;
    padding: 10px 0 10px 10px;
    font-weight: bold;
  }
  table td {
    border: solid 1px #E5E5E5;
    padding: 10px 0 10px 20px;
    font-weight: bold;
    width: 35%;
    width: 35%;
    font-size: 12px;
  }
  .br::before {
    content: "\a";
    white-space: pre;
  }
  .formlist dd.select_full_2 select {
    width: 100%;
    padding: 8px 35px 8px 15px;
  }
}

