@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Outfit:wght@100..900&display=swap');

:root {
  
  --bg-color: #440062;
  --main-color: #2b6796;
  --sub-color: #ffff00;
  
  /* 画面端までの余白 */
  --margin-for-device-side: -15px;
  --margin-for-device-side-w: -15px;
}

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #FFF;
  background: #262626;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  
}


@media (min-width:768px){
  :root {
    --margin-for-device-side: calc(345px - 50vw);
    --margin-for-device-side-w: calc(345px - 50vw);
  }
}
@media (min-width:992px){
  :root {
    --margin-for-device-side: calc(465px - 50vw);
    --margin-for-device-side-w: calc(465px - 50vw);
  }
}
@media (min-width:1200px){
  :root {
    --margin-for-device-side: calc(555px - 50vw);
    --margin-for-device-side-w: calc(555px - 50vw);
  }
}
@media (min-width:1366px){
  :root {
    /*--margin-for-device-side: calc(555px - 50vw);*/
    --margin-for-device-side-w: calc(625px - 50vw);
  }
}
@media (min-width:1450px){
  :root {
    /*--margin-for-device-side: calc(555px - 50vw);*/
    --margin-for-device-side-w: calc(685px - 50vw);
  }
}
@media (min-width:1620px){
  :root {
    --margin-for-device-side-w: calc(760px - 50vw);
  }
}

/* 管理画面の余白調整 */
.gjs-dashed{
  padding-top: 0;
}
.gjs-dashed #wrapper{
  
  padding-bottom: 150px;
  background: #262626;
}

@media (max-width:767px){
  #chatbot-btn {
    bottom: 55px!important;
    z-index: 5;
  }
}

.mincho{
  font-family: 'Noto Serif JP', serif;
}

p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
  letter-spacing: 0.075em;
}
h1, h2, h3, h4, h5, h6{
  line-height: 1.5;
}

a{
  color: inherit;
  transition: 0.3s;
}
a:hover{
  text-decoration: none;
  /*opacity: 0.7;*/
  /*color: inherit;*/
  color: var(--sub-color);
}
img{
  max-width: 100%;
  width: auto;
}

ul, ol, li{
  margin: 0;
  padding: 0;
  list-style: none;
}

.img_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

a.img_fit{
  display: block;
}
a .img.img_fit img{
  transition: 0.2s all;
}
a:hover .img.img_fit img{
  transform: scale(1.05);
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.gjs-dashed .responsive_video:before{
  display: none;
}
.gjs-dashed .responsive_video [data-gjs-type="video"]:before{
  content: "";
  display: block;
  padding-top:56.25%;
  pointer-events: none;
}


/* 指定デバイスのみで表示するclass */
@media (min-width:1200px){
  .md:not(.pc){
    display: none!important;
  }
  .tb:not(.pc){
    display: none!important;
  }
  .sp:not(.pc){
    display: none!important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .pc:not(.md){
    display: none!important;
  }
  .tb:not(.md){
    display: none!important;
  }
  .sp:not(.md){
    display: none!important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none!important;
  }
  .md:not(.tb){
    display: none!important;
  }
  .sp:not(.tb){
    display: none!important;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none!important;
  }
  .md:not(.sp){
    display: none!important;
  }
  .tb:not(.sp){
    display: none!important;
  }
}

/* 指定デバイスで改行を消す */
@media (min-width:1620px){
  .lg_nobr br{
    display: none !important;
  }
}
@media (min-width:1200px){
  .pc_nobr br{
    display: none !important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .md_nobr br{
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .tb_nobr br{
    display: none !important;
  }
}
@media (max-width:767px){
  .sp_nobr br{
    display: none !important;
  }
}

/* 指定した行数での切り取り */
.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/*******************************
*　ヘッダー
********************************/
.header{
  background: var(--bg-color);;
  color: #FFF;
}
.hdr1{
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}

/* ロゴ */
.hdr_logo{
  padding: 0 0 0 30px;
}
.hdr_logo img{
  width: 150px;
}

/* メニュー全般 */
.hdr_menu{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* TELボタン */
.hdr_tel{
  
}
.hdr_tel_txt1{
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.hdr_tel_link{
  
}
.hdr_tel_link p{
  
}
.hdr_tel_link p:before{
  display: inline-block;
  content:"\f095";
  font-family: "fontAwesome";
  margin-right: 6px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  color: var(--main-color);
}


/* お問い合わせボタン */
.hdr_contact{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hdr_contact a{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  color: #181818;
  width: 305px;
  height: 80px;
  padding: 10px 5px;
  text-align: center;
  transition: 0.2s all;
  font-size: 20px;
  font-family: "Outfit", 'Noto Sans JP', sans-serif;
}
.hdr_contact a p{
  transition: 0.2s all;
}
.hdr_contact a.email p:before{
  content:"\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}
.hdr_contact a:hover{
  /*background: var(--sub-color);*/
  /*color: #FFF;*/
}
.hdr_contact a:hover p{
  transform: scale(1.1);
}

/* SNSボタン */
.hdr_sns{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hdr_sns a{
  width: 24px;
  transition: 0.2s all;
}
.hdr_sns a:hover{
  filter: brightness(1.1);
}
.hdr_sns a img{
  display: block;
}
.hdr_sns a + a{
  margin-left: 10px;
}


@media (min-width:375px){

}
@media (max-width:767px){

  .hdr1 {
    justify-content: center;
  }
  
  /* お問い合わせボタン */
  .hdr_contact{
    display: none;
  }
  /* SNSボタン */
  .hdr_sns{
    margin-left: 20px;
  }
  .hdr_sns a img{
    height: 30px;
  }
  
}
@media (min-width:768px){
  
  /* ヘッダー固定 */
  body{
    /* ヘッダーの高さに応じて */
    padding-top: 80px;
  }
  .header{
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .hdr1{
    padding: 0  0;
  }
  
  /* ロゴ */
  .hdr_logo img{
    display: block;
    width: 180px;
    transition: 0.2s all;
  }
  .hdr_logo {
    position: relative;
    z-index: 1;
    transform: translateY(20px);
    transition: 0.2s all;
  }
  /* ヘッダースリム */
  .header.slim{
    
  }
  .header.slim .hdr_logo {
    transform: translateY(0);
  }
  .header.slim .hdr_logo img{
    width: 230px;
  }
  
  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 24px;
  }
  .hdr_tel_link p:before{
    margin-right: 6px;
  }
  
  
}
@media (min-width:1024px){
  
  /* ロゴ */
  .hdr_logo img{
    width: 200px;
  }

  /* ヘッダースリム */
  .header.slim{
    
  }
  
  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 26.5px;
  }
  
}
@media (min-width:1200px){

  /* ロゴ */
  .hdr_logo{

  }
  .hdr_logo img{
    width: 291px;
  }
  
  /* ヘッダースリム */
  .header.slim{
    
  }
  
}


/*******************************
*　メインビジュアル
********************************/
/* MV */
.mv{
  background: var(--bg-color);;
  position: relative;
  z-index: 1;
}
.mv_inner{
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.mv_inner:after{
  content: "";
  background: #ffff00;
  width: 100vw;
  height: 50px;;
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mv_img{
  position: relative;
  z-index: 1;
  margin-right: var(--margin-for-device-side-w);
  margin-left: 10%;
}
.mv_img.img_fit:before{
  padding-top: 250px;
}

/* MVテキスト */
.mv_txt{
  position: absolute;
  z-index: 1;
  top: 44%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FFF;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}
.mv_txt_p1{
  font-size: 1.4782em;
  letter-spacing: 0;
}
.mv_txt_p2{
  font-size: 1em;
  letter-spacing: 0.02em;
  transform: rotate(-5deg);
}

/* スライダーの場合 */
.mv_slider{
  
}
.mv_slider_item{
  position: relative;
  z-index: 1;
}

.gjs-dashed .mv_slider_item{
  background: #CCC;
  padding: 15px 15px;
}
@media (min-width:768px){

  /* MV */
  .mv{
  }
  .mv_img{
    /*width: 80.26%;*/
    margin-left: auto;
    margin-left: 20%;
  }
  .mv_img.img_fit:before{
    padding-top: 400px;
  }

  /* MVテキスト */
  .mv_txt{
    font-size: 60px;
  }
  .mv_txt_p1{

  }
  .mv_txt_p2{

  }
  
}
@media (min-width:1024px){
  

  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 500px;
  }

  /* MVテキスト */
  .mv_txt{
    font-size: 70px;
  }
  .mv_txt_p1{

  }
  .mv_txt_p2{

  }
  
}
@media (min-width:1200px){

  
  /* MV */
  .mv{
  }
  .mv_inner{
    padding-bottom: 45px;
  }
  .mv_inner:after{
    height: 95px;
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 820px;
  }

  /* MVテキスト */
  .mv_txt{
    font-size: 90px;
  }
  .mv_txt_p1{

  }
  .mv_txt_p2{

  }
  
}
@media (min-width:1470px){
  /* MVテキスト */
  .mv_txt{
    font-size: 100px;
  }
  .mv_txt_p1{

  }
  .mv_txt_p2{

  }
}
@media (min-width:1720px){
  /* MVテキスト */
  .mv_txt{
    font-size: 115px;
  }
}

/*******************************
*　サイドバー
********************************/

/* サイドバー */
.sidebar{
  position: fixed;
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* バナー */
.sidebar_bn{
  display: block;
}
.sidebar_bn img{
  width: 40px;
  transition: 0.2s all;
}
.sidebar_bn:hover{
  
}
.sidebar_bn:hover img{
  transform: scale(1.05);
  filter: brightness(1.05);
}


@media (min-width:768px){
  
  /* サイドバー */
  .sidebar{
    top: 50%;
  }

  /* バナー */
  .sidebar_bn{
  }
  .sidebar_bn img{
    width: 60px;
  }
  
  
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){

  /* バナー */
  .sidebar_bn{
  }
  .sidebar_bn img{
    width: auto;
  }
  
}


/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.pg_header_mv{
  /*height: 150px;*/
  /*overflow: hidden;*/
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.pg_header_mv:after{
  content: "";
  background: #ffff00;
  width: 100vw;
  height: 50px;;
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.pg_header_mv_img{
  position: relative;
  z-index: 1;
  margin-right: var(--margin-for-device-side-w);
  margin-left: 10%;
}
.pg_header_mv_img.img_fit:before{
  padding-top: 150px;
}

.pg_header_title{
  position: absolute;
  z-index: 2;
  top: 47%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pg_header_title_en{
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  color: var(--sub-color);
}
.pg_header_title_ja{
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  margin-top: 0;
}

@media (min-width:768px){
  .pg_header{
    margin-bottom: 70px;
  }
  .pg_header_mv{
    /*height: 350px;*/
  }
  .pg_header_mv_img{
    margin-left: 30.6%;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }
  
  .pg_header_title{
  }
  .pg_header_title_en{
    font-size: 20px;
  }
  .pg_header_title_ja{
    font-size: 36px;
    margin-top: 5px;
  }

}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 100px;
  }
  .pg_header_mv{
    /*height: 550px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 450px;
  }

}
@media (min-width:1200px){
  
  .pg_header{
    margin-bottom: 100px;
  }
  .pg_header_mv{
    padding-bottom: 45px;
  }
  .pg_header_mv:after{
    height: 95px;
  }
  
  .pg_header_title{
  }
  .pg_header_title_en{
    font-size: 22px;
  }
  .pg_header_title_ja{
    font-size: 48px;
  }
  
}
@media (min-width:1470px){

  .pg_header{
    margin-bottom: 170px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 600px;
  }
  
  .pg_header_title{
  }
  .pg_header_title_en{
    font-size: 24px;
  }
  .pg_header_title_ja{
    font-size: 64px;
  }
}





/*******************************
*　共通パーツ
********************************/


/* テーブル用 */
.table_rows{
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.table_rows_tr{
  display: table-row;
}
.table_rows_th,
.table_rows_td{
  display: table-cell;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  padding: 10px 15px;
  letter-spacing: 0.075em;
}
.table_rows_th{
  background-color: #eeeeee;
  vertical-align: top;
  border-right: 0;
}
.table_rows_td{
  background-color: #eeeeee;
  vertical-align: top;
  border-left: 0;
}
.table_rows_td_pad0{
  padding: 0 !important;
}

/* テーブル入れ子 */
.table_rows .table_rows{

}
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_td{
  border-top:0;
}
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_td{
  border-bottom:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:first-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:first-child{
  border-left:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:last-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:last-child{
  border-right:0;
}


/* ページネーション */
.webgene-pagination {
  width: 100%;
  margin: 50px 0 0;
  line-height: 1.85;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;  
  border: 1px solid #c0c0c0;
  background: #ffffff;
  font-weight: 500;
}
.webgene-pagination li.selected{
  border: 0;
  background: #e5e5e5;
}  
.webgene-pagination li.next a:after{
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
.webgene-pagination li.prev a:before{
  content: "\f100";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}

/* アンカー */
.anchor{
  position: relative;
  top: -30px;
}

/* ボタン */
.read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
.read_more a{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  border: 1px solid currentColor;
  background: #ffff00;
  /*border-radius: 27px;*/
  color: #181818;
  padding: 10px 10px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.read_more a p{
  transition: 0.2s all;
  /*letter-spacing: 0;*/
}
.read_more a:after{
  content: "→";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.read_more a:hover{
  color: #181818;
}
.read_more a:hover:after{
  margin-right: -5px;
}
.read_more a:hover p{
  transform: scale(1.1);
}

.read_more .tate{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  min-width: 50px;
  height: 235px;
}
.read_more a.tate:after{
  top: auto;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.read_more a.tate:hover:after{
  margin: 0;
  margin-bottom: -3px;
}

/* 見出し */
.tt2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}
.tt2_en{
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.005em;
  color: #FFF;
}
.tt2_ja{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2em;
  margin-top: 15px;
  padding: 7px 5px;
  background: var(--bg-color);
  min-width: 250px;
}

.tt3{
  text-align: center;
  margin-bottom: 20px;
}
.tt3_en{
  font-size: 32px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.075em;
}

.tt4{
  font-size: 16px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.tt4_en{
  font-size: 1em;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--sub-color);
  position: relative;
  z-index: 1;
}
.tt4_en_large{
  /*font-size: 194px;*/
  font-size: 6.928em;
  font-size: 4.3em;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 23.5%;
  /*left: auto;*/
  right: 0;
  /*-webkit-transform: translate(0, -50%);*/
  /*transform: translate(0, -50%);*/
  opacity: 0.5;
  -webkit-text-stroke: 1px #FFF;
  color: transparent;
}
.tt4_ja{
  /*font-size: 1.714em;*/
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  position: relative;
  z-index: 1;
}
.tt4_ja.black{
  color: #262626;
}

.tt4.center{
  text-align: center;
}
.tt4.center .tt4_ja{
  text-align: center;
}

.sec_title_en.purple{
  color: var(--bg-color);
}

/* セクション */
.section{
  padding-top: 50px;
  padding-bottom: 50px;
}
.section.sec1{
  padding-top: 0;
}
.section:last-child{
  
}

.section.gray{
  background-color: #4c4c4c;
}
.section.gray2{
  background-color: #b3b3b3;
}
.section.purple{
  background-color: var(--bg-color);
}

/* コンテナ */
.container.wide{

}

.cmn_txt{
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
}
.cmn_txt p a{
  color: var(--sub-color);
}
.cmn_txt p a:hover{
  opacity: 0.8;
}
.cmn_txt p a:after{
  content: "\f08e";
  font-family: "FontAwesome";
  margin-left: 2px;
  margin-right: 5px;
}

.about_team .cmn_txt p a{
  color: #3e47ff;
}
.about_team .cmn_txt p a:hover{
  color: var(--bg-color);
}

/* ページ概要 */
.cmn_about{
  
}
.cmn_about_title{
  font-size: 18px;
  font-weight: 900;
  line-height: 1.458;
  letter-spacing: 0;
  text-align: center;
  color: var(--sub-color);
}
.cmn_about_txt1{
  font-weight: 500;
  text-align: justify;
}
* + .cmn_about_txt1{
  margin-top: 10px;
}
  
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  /* スマホ用テーブル */
  .table_rows.resp{
    
  }
  .table_rows.resp,
  .table_rows.resp .table_rows_tr,
  .table_rows.resp .table_rows_th,
  .table_rows.resp .table_rows_td{
    display: block;
    width: 100%;
    border: 0;
  }
  
  .table_rows.resp{
    border: 1px solid #dcdcdc;
    border-top: 0;
  }
  .table_rows.resp .table_rows_th,
  .table_rows.resp .table_rows_td{
    border-top: 1px solid #dcdcdc;
  }
  
}
@media (min-width:768px){
  
  .anchor{
    top: -100px;
  }
  
  /* ページネーション */
  .webgene-pagination {
    margin-top: 50px;
  }

  /* ボタン */
  .read_more{
    margin-top: 35px;
  }
  .read_more.center{
    justify-content: center;
  }
  .read_more.left{
    justify-content: flex-start;
  }
  .read_more.right{
    justify-content: flex-end;
  }
  .read_more a{
    min-width: 285px;
    min-height: 82px;
    font-size: 18px;
    padding: 10px 10px;
    margin: 5px 5px;
  }
  .read_more a:after{
    right: 12px;
  }
  .read_more a:hover:after{
    margin-right: -5px;
  }
  
  .read_more .tate{
    min-width: 82px;
    height: 235px;
  }
  
  /* 見出し */
  .tt2{
    margin-bottom: 50px;
  }
  .tt2_en{
    font-size: 70px;
  }
  .tt2_ja{
    font-size: 18px;
    margin-top: 20px;
    min-width: 500px;
  }
  
  .tt3{
    margin-bottom: 35px;
  }
  .tt3_en{
    font-size: 58px;
  }
  .tt4{
    font-size: 20px;
    margin-bottom: 4.285em;
  }
  .tt4_en{
    font-size: 1em;
  }
  .tt4_en_large{
    font-size: 6.928em;
    text-align: left;
    left: 12.8%;
    right: 0;
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
  }
  .tt4_ja{
    font-size: 1.714em;
  }
  
  .cmn_txt{
    font-size: 16px;
    line-height: 2.125;
  }
  

  /* ページ概要 */
  .cmn_about{

  }
  .cmn_about_title{
    font-size: 30px;
    letter-spacing: 0.075em;
    text-align: center;
  }
  .cmn_about_txt1{
    text-align: justify;
  }
  * + .cmn_about_txt1{
    margin-top: 30px;
  }


}
@media (min-width:1024px){

  /* ページネーション */
  .webgene-pagination{
    margin-top: 120px;
  }
  .posts_list .webgene-pagination{
    margin-top: 80px;
  }
  
  /* 見出し */
  /*.tt2{
    margin-bottom: 50px;
  }
  .tt2_en{
    font-size: 46px;
  }
  .tt2_ja{
    font-size: 16px;
    margin-top: 15px;
  }*/

  .cmn_txt{
    /*font-size: 16px;*/
  }
  .cmn_txt.mid{
    /*font-size: 18px;*/
  }
  
  /* 見出し */
  .tt2{
    margin-bottom: 50px;
  }
  .tt2_en{
    /*font-size: 70px;*/
  }
  .tt2_ja{
    /*font-size: 21px;*/
    /*margin-top: 20px;*/
    /*min-width: 730px;*/
  }
  
  /* ページ概要 */
  .cmn_about{

  }
  .cmn_about_title{
    /*font-size: 48px;*/
  }
  .cmn_about_txt1{
    text-align: center;
  }
  * + .cmn_about_txt1{
    margin-top: 30px;
  }
}
@media (min-width:1200px){

  .read_more a{
    min-width: 350px;
  }

  /* 見出し */
  .tt2{
    margin-bottom: 50px;
  }
  .tt2_en{
    font-size: 100px;
  }
  .tt2_ja{
    font-size: 18px;
    margin-top: 20px;
    /*min-width: 730px;*/
  }
  
  .tt4{
    /*font-size: 28px;*/
  }
  
  
  /* ページ概要 */
  .cmn_about{

  }
  .cmn_about_title{
    font-size: 40px;
  }
  
}

@media (min-width:1366px){

  /* コンテナ */
  /*.container.mid{
    max-width: calc(1320px + 160px);
    padding-left: 80px;
    padding-right: 80px;
  }*/
  .container.wide{
    /*max-width: calc(1600px + 100px);*/
    max-width: calc(1250px + 70px);
    padding-left: 35px;
    padding-right: 35px;
  }
  /*.container.full{
    max-width: 1920px;
    padding-left: 60px;
    padding-right: 60px;
  }*/

  /* 見出し */
 
  
  
  
}
@media (min-width:1450px){
  
  .container.wide{
    /*max-width: calc(1600px + 100px);*/
    max-width: calc(1370px + 80px);
    padding-left: 40px;
    padding-right: 40px;
  }
  
  /* 見出し */
  .tt2{
    margin-bottom: 50px;
  }
  .tt2_en{
    font-size: 150px;
  }
  .tt2_ja{
    font-size: 21px;
    margin-top: 20px;
    min-width: 730px;
  }
  
  .tt4{
    font-size: 28px;
  }
  
  .read_more{
    margin-top: 80px;
  }
  
  /* ページ概要 */
  .cmn_about{

  }
  .cmn_about_title{
    font-size: 48px;
  }
}

@media (min-width:1620px){
  .container.wide{
    max-width: calc(1520px + 100px);
    padding-left: 50px;
    padding-right: 50px;
  }
}




/*******************************
*　HOME
********************************/
.pg_home{

}
.pg_home .section.sec1{
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_home .section.sec2{
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}

.pg_home .section.sec3{
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_home .section.sec4{
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.pg_home .section.sec5{
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_home .section.sec6{
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_home .section.sec7{
  
}
.pg_home .section.sec8{
  
}

.pg_home + .footer{
  margin-top: 0
}

@media (min-width:768px){


  .pg_home .section.sec1{
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .pg_home .section.sec2{
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .pg_home .section.sec3{
    padding-top: 140px;
    padding-bottom: 135px;
  }
  .pg_home .section.sec4{
    padding-top: 150px;
    padding-bottom: 180px;
  }
  .pg_home .section.sec5{
    padding-top: 125px;
    padding-bottom: 110px;
  }
  .pg_home .section.sec6{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pg_home .section.sec7{

  }
  .pg_home .section.sec8{

  }


}
@media (min-width:1024px){

  .pg_home .section.sec2{
    padding-bottom: 0;
  }
  .pg_home .section.sec2:after{
    content: "";
    background: #262626;
    height: 45px;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width:1200px){


}
@media (min-width:1470px){
  
  
}



/* NEWS & COLUMN */

/* ABOUT */
.home_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_about_box1{
  width: 86%;
  position: relative;
  z-index: 1;
}
.home_about_box2{
  width: 100%;
  margin-top: 30px;
}
.home_about_img{
  position: relative;
  z-index: 1;
}
.home_about_img:before,
.home_about_img:after{
  content: "";
  background: var(--sub-color);
  position: absolute;
  z-index: 3;
}
.home_about_img:before{
  width: 5px;
  top: 3px;
  bottom: 0;
  right: -5px;
}
.home_about_img:after{
  left: 5px;
  right: -5px;
  height: 5px;
}
.home_about_img_box1{
  position: relative;
  z-index: 1;
}
.home_about_img_box1.img_fit:before{
  padding-top: 126.1538%;
}
.home_about_img_box2{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.home_about_img_box2.img_fit:before{
  padding-top: 0;
}

.home_about_img_title{
  width: 22.46%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: -107px;
  right: -16.46%;
}

.home_about_head{
  margin-bottom: 15px;
}
.home_about_head_en{
  font-size: 22px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--sub-color);
}
.home_about_head_ja{
  font-size: 28px;
  font-weight: 900;
  line-height: 1.416;
}
.home_about_txt{
  font-weight: 500;
}

/* 試合結果 */
.home_result{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_result_box1{
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 2px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_result_box2{
  width: 100%;
  margin-top: 30px;
}
.home_result_head{
  text-align: center;
}
.home_result_head_en{
  font-size: 60px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
}
.home_result_head_ja{
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: -2px;
}

/* 選手紹介 */
.home_players{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_players_box1{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_players_box2{
  width: 100%;
  margin-top: 30px;
}

.home_players_box1_side{
  width: 70px;
}
.home_players_box1_main{
  width: calc(100% - 70px);
}
.home_players_box1_side .read_more{
  justify-content: flex-start;
}
.home_players_box1_side .read_more a{
  margin: 0;
}

.home_players_head1{
  
}
.home_players_head1_en{
  font-size: 50px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  line-height: 0.6;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.home_players_head2{
  margin-bottom: 20px;
}
.home_players_head2_ja1{
  font-size: 32px;
  font-weight: 900;
  line-height: 1.416;
  white-space: nowrap;
}
.home_players_head2_ja2{
  font-size: 16px;
  font-weight: 700;
  color: var(--sub-color);
  margin-top: 10px;
}
.home_players_txt1{
  font-size: 16px;
  font-weight: 500;
  /*line-height: 2.8125;*/
  line-height: 1.875;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* 募集 */
.home_recruit{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  border: 5px solid #d9d9d9;
  padding: 25px 15px 40px;
}
* + .home_recruit{
  margin-top: 130px;
}
.home_recruit_box1{
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 10px;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: var(--bg-color);
  padding: 0 10px;
}
.home_recruit_box2{
  width: 100%;
}
.home_recruit_box3{
  width: 100%;
  margin-top: 20px;
}

.home_recruit_head{
  text-align: right;
}
.home_recruit_head_ja1{
  font-size: 12px;
  font-weight: 700;
}
.home_recruit_head_ja2{
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  margin-right: -0.633em;
  color: var(--sub-color);
}
.home_recruit_txt{
  line-height: 1.875;
}

.home_recruit_box3 .read_more{
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 32px;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.home_recruit_img{
}
.home_recruit_img.img_fit:before{
  padding-top: 74.585%;
}


/* パートナー募集 */
.home_partner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_partner_box1{
  width: 100%;
  order: 2;
  margin-top: 30px;
}
.home_partner_box2{
  width: 100%;
  order: 1;
}
.home_partner_img{
  
}
.home_partner_img.img_fit:before{
  padding-top: 81.53%;
}
.home_partner_head{
  margin-bottom: 20px;
}
.home_partner_head_ja1{
  font-size: 26px;
  font-weight: 700;
}
.home_partner_head_ja2{
  font-size: 15px;
  font-weight: 700;
  color: var(--sub-color);
  margin-top: 5px;
}
.home_partner_txt{
  
}

.home_partner_box1 .read_more{
  margin-top: 30px;
}


/* バナー */
.home_banners_wrap{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home_banners{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.home_banners_item{
  width: 50%;
  padding: 0 5px;
}
.home_banners_item:nth-child(n+3){
  margin-top: 10px;
}
.home_banners_item_a{
  display: block;
  
}
.home_banners_item_a img{
  transition: 0.2s all;
}
.home_banners_item_a:hover img{
  transform: scale(1.02);
}


.swiper-pagination{
  position: static;
  margin-top: 10px;
}
.swiper-pagination-bullet{
  background: #fff;
    opacity: 0.5;
}
.swiper-pagination-bullet-active{
  background: var(--sub-color);
  opacity: 1;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  
  /* ABOUT */
  .home_about{
  }
  .home_about_box1{
    /*width: 100%;*/
  }
  .home_about_box2{
    width: 100%;
    margin-top: 30px;
    padding-bottom: 45px;
  }
  .home_about_img_box1{
  }
  .home_about_img_box2{
  }
  .home_about_img_title{
  }

  .home_about_head{
    margin-bottom: 25px;
  }
  .home_about_head_en{
    font-size: 22px;
  }
  .home_about_head_ja{
    font-size: 36px;
  }
  .home_about_txt{
    
  }
  
  /* 選手 */
  .home_players_box1_side{
    width: 150px;
  }
  .home_players_box1_main{
    width: calc(100% - 150px);
  }
  .home_players_head2_ja1{
    font-size: 48px;
  }
  .home_players_head2_ja2 {
    font-size: 18px;
  }
  
  .home_players_box1_side .read_more{
    margin-top: 30px;
  }
  
  
  /* 試合結果 */
  .home_result{
  }
  .home_result_box1{
  }
  .home_result_box2{
  }
  .home_result_head{
  }
  .home_result_head_en{
    font-size: 70px;
  }
  .home_result_head_ja{
    font-size: 16px;
  }
  
  .home_result + .read_more{
    margin-top: 30px;
  }

  /* 募集 */
  .home_recruit{
    border: 10px solid #d9d9d9;
    padding: 48px 25px 58px;
  }
  * + .home_recruit{
    margin-top: 150px;
  }
  .home_recruit_box1{
  }
  .home_recruit_box2{
  }
  .home_recruit_box3{
  }

  .home_recruit_head_ja1{
    font-size: 14px;
  }
  .home_recruit_head_ja2{
    font-size: 50px;
  }
  .home_recruit_txt{
    line-height: 2.25;
  }
  
  .home_recruit_box3 .read_more{
    right: 32px;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
  

  /* パートナー募集 */
  .home_partner{
  }
  .home_partner_box1{
    margin-top: 30px;
  }
  .home_partner_box2{
  }
  .home_partner_head{
    margin-bottom: 20px;
  }
  .home_partner_head_ja1{
    font-size: 40px;
  }
  .home_partner_head_ja2{
    font-size: 18px;
  }
  .home_partner_box1 .read_more{
    margin-top: 30px;
  }

  /* バナー */
  .home_banners{
  }
  .home_banners_item{
    width: 33.333%;
  }
  .home_banners_item:nth-child(n+3){
    margin-top: 0;
  }
  .home_banners_item:nth-child(n+4){
    margin-top: 10px;
  }
  
}
@media (min-width:1024px){

  /* ABOUT */
  .home_about_box1{
    width: 42.76%;
    width: 42%;
  }
  .home_about_box2{
    width: 48%;
    margin-top: 0;
    padding-bottom: 70px;
  }


  /* 試合結果 */
  .home_result{
  }
  .home_result_box1{
    width: 34.23%;
    padding-bottom: 0;
    border-bottom: 0;
    border-right: 2px solid #FFF;
  }
  .home_result_box2{
    width: 62.61%;
    margin-top: 0;
  }
  .home_result_head{
    text-align: left;
  }
  .home_result_head_en{
    font-size: 100px;
  }
  .home_result_head_ja{
    font-size: 16px;
  }


  /* 選手紹介 */
  .home_players_box{
    
  }
  .home_players_box1{
    width: 36.51%;
    width: 38.48%;
  }
  .home_players_box2{
    width: 57.23%;
    width: 52%;
    margin-top: 0;
  }

  .home_players_box1_side{
    width: 100px;
  }
  .home_players_box1_main{
    width: calc(100% - 120px);
  }

  .home_players_head1{

  }
  .home_players_head1_en{
    font-size: 80px;
  }

  .home_players_head2{

  }
  .home_players_head2_ja1{
    font-size: 30px;
  }
  .home_players_head2_ja2{
    font-size: 16px;
  }
  .home_players_txt1{
    /*line-height: 2.8125;*/
    margin-left: -10px;
  }


  /* 募集 */
  .home_recruit{
    border: 10px solid #d9d9d9;
    padding: 10px 25px 58px;
  }
  * + .home_recruit{
    margin-top: 150px;
  }
  .home_recruit_box1{
    top: -30px;
    left: auto;
    right: 16px;
    padding: 0 20px;
  }
  .home_recruit_box2{
    width: 36.3%;
    position: absolute;
    z-index: 1;
    top: -32px;
    bottom: -32px;
    left: 25px;
  }
  .home_recruit_box3{
    width: 57.57%;
    margin-left: auto;
  }

  .home_recruit_head_ja1{
    font-size: 14px;
  }
  .home_recruit_head_ja2{
    font-size: 45px;
  }
  
  .home_recruit_box3 .read_more{
    right: 32px;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }

  .home_recruit_img{
    position: absolute;
    z-index: 1;
    inset: 0;
  }
  .home_recruit_img.img_fit:before{
    padding-top: 0;
  }
  
  

  /* パートナー募集 */
  .home_partner{
  }
  .home_partner_box1{
    width: 55.26%;
    order: 1;
    margin-top: 0;
  }
  .home_partner_box2{
    width: 42.42%;
    order: 2;
    padding-top: 15px;
  }
  .home_partner_head{
    margin-bottom: 20px;
  }
  .home_partner_head_ja1{
    font-size: 36px;
  }
  .home_partner_head_ja2{
    font-size: 20px;
  }
  .home_partner_txt{

  }

  .home_partner_box1 .read_more{
    margin-top: 65px;
  }

  /* バナー */
  .home_banners{
  }
  .home_banners_item{
    width: 20%;
  }
  .home_banners_item:nth-child(n+4){
    margin-top: 0;
  }
  .home_banners_item:nth-child(n+6){
    margin-top: 10px;
  }
  
}
@media (min-width:1200px){

  /* ABOUT */
  .home_about{
  }
  .home_about_box1{
    width: 42.76%;
  }
  .home_about_box2{
    width: 44.73%;
    /*padding-bottom: 70px;*/
  }
  .home_about_img_box1{
  }
  .home_about_img_box2{
  }
  .home_about_img_title{
  }

  .home_about_head{
    margin-bottom: 30px;
  }
  .home_about_head_en{
    font-size: 24px;
  }
  .home_about_head_ja{
    font-size: 38px;
  }
  .home_about_txt{
    
  }
  
  /* 選手紹介 */
  .home_players_box{
    
  }
  .home_players_box1{
    width: 36.51%;
    width: 38.48%;
  }
  .home_players_box2{
    width: 57.23%;
    width: 54.23%;
  }
  
  /* 募集 */
  .home_recruit{
    border: 10px solid #d9d9d9;
    padding: 48px 32px 58px;
  }
  * + .home_recruit{
    margin-top: 150px;
  }
  .home_recruit_box1{
    top: -30px;
    left: auto;
    right: 16px;
    padding: 0 20px;
  }
  .home_recruit_box2{
    width: 36.3%;
    position: absolute;
    z-index: 1;
    top: -32px;
    bottom: -32px;
    left: 32px;
  }
  .home_recruit_box3{
    width: 57.57%;
    margin-left: auto;
  }

  .home_recruit_head_ja1{
    font-size: 16px;
  }
  .home_recruit_head_ja2{
    font-size: 50px;
  }
  
  .home_recruit_box3 .read_more{
    right: 32px;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
  
  /* パートナー募集 */
  .home_partner{
  }
  * + .home_partner{
    padding-top: 30px;
  }
  .home_partner_box1{
    width: 55.26%;
  }
  .home_partner_box2{
    width: 42.42%;
  }
  .home_partner_head{
    margin-bottom: 20px;
  }
  .home_partner_head_ja1{
    font-size: 42px;
  }
  .home_partner_head_ja2{
    font-size: 20px;
  }

  .home_banners_wrap{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width:1470px){
  

  /* ABOUT */
  .home_about{
  }
  .home_about_box1{
    /*width: 42.76%;*/
  }
  .home_about_box2{
    /*width: 44.73%;*/
    padding-bottom: 70px;
  }
  .home_about_img_box1{
  }
  .home_about_img_box2{
  }
  .home_about_img_title{
  }

  .home_about_head{
    margin-bottom: 45px;
  }
  .home_about_head_en{
    font-size: 28px;
  }
  .home_about_head_ja{
    font-size: 48px;
  }
  .home_about_txt{
    
  }
  .home_about .read_more{
    margin-top: 70px;
  }
  
  /**/
  .home_result_box2{
    width: 58.61%;
    margin-top: 0;
  }
  
  /* 選手紹介 */
  .home_players_box{
    
  }
  .home_players_box1{
    width: 36.51%;
    width: 38.48%;
  }
  .home_players_box2{
    width: 57.23%;
    width: 52.23%;
    margin-top: 0;
  }

  .home_players_box1_side{
    width: 150px;
  }
  .home_players_box1_main{
    width: calc(100% - 185px);
    width: calc(100% - 150px);
  }

  .home_players_head1{

  }
  .home_players_head1_en{
    font-size: 150px;
  }

  .home_players_head2{

  }
  .home_players_head2_ja1{
    font-size: 48px;
  }
  .home_players_head2_ja2{
    font-size: 16px;
  }
  .home_players_txt1{
    line-height: 2.8125;
    margin-left: -10px;
  }
  
  /* 募集 */
  .home_recruit{
    border: 10px solid #d9d9d9;
    padding: 25px 32px 25px;
    min-height: 340px;
  }
  * + .home_recruit{
    margin-top: 215px;
  }
  .home_recruit_box1{
    top: -30px;
    left: auto;
    right: 16px;
    padding: 0 20px;
  }
  .home_recruit_box2{
    width: 36.3%;
    position: absolute;
    z-index: 1;
    top: -42px;
    bottom: -42px;
    left: 32px;
  }
  
  .home_recruit_box3{
    width: 57.57%;
    margin-left: auto;
  }

  .home_recruit_head_ja1{
    font-size: 18px;
  }
  .home_recruit_head_ja2{
    font-size: 60px;
  }
  
  .home_recruit_box3 .read_more{
    right: 32px;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
  
  /* パートナー募集 */
  .home_partner{
  }
  .home_partner_box1{
    width: 55.26%;
  }
  .home_partner_box2{
    width: 42.42%;
  }
  .home_partner_head{
    margin-bottom: 35px;
  }
  .home_partner_head_ja1{
    font-size: 52px;
  }
  .home_partner_head_ja2{
    font-size: 24px;
  }
  .home_partner_txt{

  }

  .home_partner_box1 .read_more{
    margin-top: 65px;
  }
  
  
}
@media (min-width:1520px){


}
@media (min-width:1620px){

  .home_about .read_more{
    margin-top: 102px;
  }
  
  /* 選手紹介 */
  .home_players_box{
    
  }
  .home_players_box1{
    width: 36.51%;
    width: 38.48%;
  }
  .home_players_box2{
    width: 57.23%;
  }
  
}




/*******************************
*　チームについて
********************************/
.pg_about{

}
.pg_about .section.sec1{
  padding-bottom: 50px;
  
}
.pg_about .section.sec2{
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_about .section.sec3{
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_about .section.sec4{
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_about .section.sec5{
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_about .section.sec5 .tt4{
  
}
.pg_about .section.sec6{
  padding-top: 50px;
  padding-bottom: 50px;
}

.pg_about + .footer{
  margin-top: 0;
}

@media (min-width:768px){

  .pg_about .section.sec1{
    padding-bottom: 70px;
  }
  .pg_about .section.sec2{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pg_about .section.sec3{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pg_about .section.sec4{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pg_about .section.sec5{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pg_about .section.sec5 .tt4{
    margin-bottom: 3.03em;
  }
  .pg_about .section.sec6{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  
}
@media (min-width:1024px){


  
  
}
@media (min-width:1200px){

  

}
@media (min-width:1470px){
  
  .pg_about .section.sec1{
    padding-bottom: 90px;
  }
  .pg_about .section.sec2{
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .pg_about .section.sec3{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pg_about .section.sec4{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pg_about .section.sec5{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pg_about .section.sec5 .tt4{
    margin-bottom: 3.03em;
  }
  .pg_about .section.sec6{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  
  
}



/* 京都紫光クラブについて  */
.about_team{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  padding: 30px 20px;
}
* + .about_team{
  margin-top: 30px;
}
.about_team_box1{
  width: 100%;
}
.about_team_box2{
  width: 100%;
  margin-top: 20px;
}
.about_team_img{
  text-align: center;
}
.about_team_txt{
  font-weight: 500;
  color: #181818;
}
.about_team_txt strong{
  /*color: #3e47ff;*/
  font-weight: 700;
}
.about_team_txt a{
  color: #3e47ff;
}
.about_team_txt a:hover{
  color: var(--bg-color);
  /*border-bottom: 1px solid;*/
}

/* ユニフォーム */
.about_uniform{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.about_uniform_item{
  display: flex;
  width: 100%;
  padding: 0 5px;
}
.about_uniform_item:nth-child(n+2){
  margin-top: 20px;
}
.about_uniform_item_title{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40px;
  padding: 20px 0;
  background: var(--bg-color);
}
.about_uniform_item_title:before,
.about_uniform_item_title:after{
  content: "";
  width: 2px;
  height: 100%;
  background: currentColor;
}
.about_uniform_item_title_en{
  font-size: 20px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 20px 0;
}
.about_uniform_item_title.away{
  background-color: var(--sub-color);
  color: #262626;
}

.about_uniform_item_img{
  width: calc(100% - 40px);
}
.about_uniform_item_img.img_fit:before{
  padding-top: 100%;
}

/* チームデータ */
.about_summary{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_summary_box1{
  width: 100%;
  order: 1;
}
.about_summary_box2{
  width: 100%;
  margin-top: 30px;
  order: 3;
}
.about_summary_box3{
  width: 100%;
  margin-top: 30px;
  order: 2;
}
.about_summary_row{
  
}
.about_summary_row + .about_summary_row{
  margin-top: 75px;
  margin-top: 30px;
}
.about_summary_title{
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 900;
  color: var(--bg-color);
  white-space: nowrap;
  margin-bottom: 10px;
}
.about_summary_title:after{
  content: "";
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-left: 20px;
}
.about_summary_data{
  
}
.about_summary_data_item{
  /*display: flex;*/
  line-height: 2.125;
  text-align: justify;
  color: #181818;
}
.about_summary_data_item + .about_summary_data_item{
  
}
.about_summary_data_item_title,
.about_summary_data_item_title p,
.about_summary_data_item_txt,
.about_summary_data_item_txt p{
  display: inline;
}

.about_summary_data_item_title{
  font-weight: 700;
  white-space: nowrap;
}
.about_summary_data_item_txt{
  font-weight: 500;
}

.about_summary .home_about_img_box1.img_fit:before{
  padding-top: 116.45%;
}

/* 活動内容 */
.about_summary_data.activity{
  
}
.about_summary_data.activity .about_summary_data_item{
  line-height: 2.5;
}
.about_summary_data.activity .about_summary_data_item_title{
  color: var(--sub-color);
}
.about_summary_data.activity .about_summary_data_item_txt{
  color: #FFF;
}


/* チーム沿革 */
.about_history{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_history_box1{
  width: 100%;
}
.about_history_box2{
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.about_history_chart{
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
.about_history_chart:before{
  content: "";
  width: 1px;
  top: 0;
  bottom: 0;
  left: 7px;
  background: #FFF;
  position: absolute;
  z-index: 0;
}
.about_history_chart_row{
  
}
.about_history_chart_row + .about_history_chart_row{
  margin-top: 30px;
}
.about_history_chart_title{
  font-size: 24px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  color: var(--sub-color);
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.about_history_chart_title:before{
  content: "";
  width: 15px;
  aspect-ratio: 1 / 1;
  background: currentColor;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 48%;
  left: -40px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.about_history_chart_txt{
  font-weight: 500;
}

.about_history_img1{
  width: 72.05%;
  width: 48%;
}
.about_history_img1.img_fit:before{
  padding-top: 122.44%;
}
.about_history_img2{
  width: 69.85%;
  width: 48%;
  margin-top: 30px;
  margin-left: auto;
}
.about_history_img2.img_fit:before{
  padding-top: 126.31%;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  

  /* ユニフォーム */
  .about_uniform{
    margin: 0 -10px;
  }
  .about_uniform_item{
    width: 50%;
    padding: 0 10px;
  }
  .about_uniform_item:nth-child(n+2){
    margin-top: 0;
  }
  .about_uniform_item:nth-child(n+3){
    margin-top: 20px;
  }
  .about_uniform_item_title{
    width: 40px;
    padding: 20px 0;
  }
  .about_uniform_item_title_en{
    font-size: 24px;
    padding: 20px 0;
  }
  .about_uniform_item_img{
    width: calc(100% - 40px);
  }
  
  /* チームデータ */
  .about_summary_title{
    font-size: 22px;
  }
  .about_summary_box2{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }


  /* チーム沿革 */
  .about_history{
  }
  .about_history_box1{
    width: 100%;
  }
  .about_history_box2{
    width: 100%;
    margin-top: 30px;
  }
  .about_history_chart{
    padding-top: 65px;
    padding-bottom: 65px;
    /*padding-left: 95px;*/
  }
  .about_history_chart:before{
    left: 7px;
  }
  .about_history_chart_row{

  }
  .about_history_chart_row + .about_history_chart_row{
    margin-top: 80px;
  }
  .about_history_chart_title{
    font-size: 30px;
    margin-bottom: 10px;
  }
  .about_history_chart_title:before{
    width: 15px;
    top: 48%;
    /*left: -95px;*/
  }
  
  .about_history_img1{
    /*width: 72.05%;*/
  }
  .about_history_img2{
    /*width: 69.85%;*/
    margin-top: 50px;
  }
}
@media (min-width:1024px){
  
  /* ユニフォーム */
  .about_uniform{
    margin: 0 -15px;
  }
  .about_uniform_item{
    width: 50%;
    padding: 0 15px;
  }

  /* チームデータ */
  .about_summary{
  }
  .about_summary_box1{
    width: 50.98%;
    order: 1;
  }
  .about_summary_box2{
    width: 42.2%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 0;
    order: 2;
    
  }
  .about_summary_box3{
    width: 100%;
    margin-top: 52px;
    order: 3;
  }
  .about_summary_row{

  }
  .about_summary_row + .about_summary_row{
    margin-top: 75px;
  }
  .about_summary_title{
    font-size: 28px;
    margin-bottom: 10px;
  }
  .about_summary_title:after{
    margin-left: 20px;
  }

  /* チーム沿革 */
  .about_history{
  }
  .about_history_box1{
    width: 55.26%;
    width: 52%;
  }
  .about_history_box2{
    width: 44.74%;
    align-content: flex-start;
  }
  .about_history_chart{
    padding-top: 65px;
    padding-bottom: 65px;
    padding-left: 95px;
  }
  .about_history_chart_row + .about_history_chart_row{
    margin-top: 80px;
  }
  .about_history_chart_title{
    font-size: 30px;
    margin-bottom: 10px;
  }
  .about_history_chart_title:before{
    width: 15px;
    top: 48%;
    left: -95px;
  }
  
  .about_history_img1{
    width: 72.05%;
    margin-left: auto;
    margin-right: 0;
  }
  .about_history_img2{
    width: 69.85%;
    margin-top: 195px;
    margin-left: 0;
    margin-right: auto;
  }
  
}
@media (min-width:1200px){

  /* 京都紫光クラブについて  */
  .about_team{
    padding: 25px 45px 25px 55px;
    align-items: center;
  }
  * + .about_team{
    margin-top: 40px;
  }
  .about_team_box1{
    width: 39.15%;
  }
  .about_team_box2{
    width: 57.09%;
    margin-top: 0;
  }
  
  /* ユニフォーム */
  .about_uniform{
    margin: 0 -15px;
  }
  .about_uniform_item{
    width: 50%;
    padding: 0 15px;
  }
  .about_uniform_item_title{
    width: 80px;
  }
  .about_uniform_item_title_en{
    font-size: 54px;
  }
  .about_uniform_item_img{
    width: calc(100% - 80px);
  }
  
  /* チームデータ */
  .about_summary_title{
    font-size: 28px;
  }
  
  
}
@media (min-width:1470px){

  /* 京都紫光クラブについて  */
  .about_team{
    padding: 25px 45px 25px 55px;
  }
  * + .about_team{
    margin-top: 70px;
  }
  .about_team_box1{
    width: 39.15%;
  }
  .about_team_box2{
    width: 57.09%;
  }
  
  /* 活動内容 */
  .about_summary_data.activity{

  }
  .about_summary_data.activity .about_summary_data_item_title{
    font-size: 18px;
  }
  .about_summary_data.activity .about_summary_data_item_txt{
    font-size: 18px;
  }
  
  .about_history_box2{
    margin-top: 135px;
  }

}
@media (min-width:1520px){


}
@media (min-width:1620px){

}



/*******************************
*　
********************************/
.pg_players{

}
.pg_players .section.sec1{
  overflow: hidden;
  padding-bottom: 0;
}

@media (min-width:768px){


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){
  
  
}


/* リスト */
.players_list{
  
}
.players_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.players_list .webgene-item{
  width: 50%;
  padding: 30px 5px;
  position: relative;
  z-index: 1;
}
.players_list .webgene-item:before{
  width: 1720px;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
}

.players_list.col2 .webgene-item{
  
}
.players_list.col3 .webgene-item{
  
}

.players_list .webgene-item .box1{
  position: relative;
  z-index: 1;
}
.players_list .webgene-item .img{
  /*width: calc(100% - 34px);*/
  margin-left: 34px;
  overflow: hidden;
  background: #CCC;
}
.players_list .webgene-item .img.img_fit:before{
  /*padding-top: 141.42%;*/
  padding-top: 156.42%;
}
.players_list .webgene-item .meta{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 34px;
  background: #000;
  padding-top: 24px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 15px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: 0.2s all;
}
.players_list .webgene-item a:hover .meta{
  color: var(--sub-color);
}
.players_list .webgene-item .meta .category{
  padding-bottom: 15px;
  border-bottom: 1px solid;
  margin-bottom: 15px;
}
.players_list .webgene-item .meta .name{
  text-transform: uppercase;
}

/* リスト(スライド用) */
.players_slider_wrap{
  position: relative;
  z-index: 1;
}
.players_list.slider{
}
.players_list.slider .webgene-blog{
  /*display: block;*/
  flex-wrap: nowrap;
  margin: 0;
}
.players_list.slider .webgene-item{
  width: auto;
  padding: 0 !important;
}
.players_slider_wrap .swiper-button-prev{
  left: -40px;
  color: #FFF;
}
.players_slider_wrap .swiper-button-next{
  right: -40px;
  color: #FFF;
}



@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .players_slider_wrap{
    margin-left: 50px;
    margin-right: 50px;
  }
  
  .players_list .webgene-item:nth-child(4n+1):before{
    content: "";
    background: #535353;
    left: 0;
    margin-left: var(--margin-for-device-side);
  }
  .players_list .webgene-item:nth-child(4n+3):before{
    content: "";
    background: var(--bg-color);
    right: -100%;
    margin-right: var(--margin-for-device-side);
  }
  
  .players_list.slider  .webgene-item:before,
  .players_list.slider  .webgene-item:after{
    display: none !important;
  }
}
@media (min-width:768px){

  
  /* リスト */
  .players_list{

  }
  .players_list .webgene-blog{
    margin: 0 -5px;
  }
  .players_list .webgene-item{
    
    padding: 100px 5px;
    padding: 50px 5px;
  }
  
  .players_list.col3 .webgene-item{
    width: 33.333%;
  }
  .players_list.col3 .webgene-item:before{
    width: 1720px;
  }
  .players_list.col3 .webgene-item:nth-child(6n+1):before{
    content: "";
    background: #535353;
    left: 0;
    margin-left: var(--margin-for-device-side);
  }
  .players_list.col3 .webgene-item:nth-child(6n+4):before{
    content: "";
    background: var(--bg-color);
    right: -200%;
    margin-right: var(--margin-for-device-side);
  }
  
  .players_list .webgene-item .meta{
    font-size: 15px;
  }
  .players_list .webgene-item .meta .category{
    padding-bottom: 28px;
    margin-bottom: 48px;
  }
  .players_list .webgene-item .meta .name{

  }
}
@media (min-width:1024px){

  .players_list .webgene-item{
    padding: 70px 15px;
  }
}
@media (min-width:1200px){
  
  .players_list .webgene-item .meta{
    font-size: 18px;
  }

}
@media (min-width:1470px){

  .players_list .webgene-item{
    padding: 80px 15px;
  }

}
@media (min-width:1520px){
  
  /* リスト */
  .players_list{

  }
  .players_list .webgene-blog{
    margin: 0 -15px;
  }
  .players_list .webgene-item{
    padding: 100px 15px;
  }

}
@media (min-width:1620px){

}


/*******************************
*　
********************************/
.pg_match{

}
.pg_match .section.sec1{
  padding-bottom: 50px;
}
.pg_match + .footer{
  margin-top: 0;
}


@media (min-width:768px){

  .pg_match .section.sec1{
    padding-bottom: 70px;
  }
}
@media (min-width:1024px){


}
@media (min-width:1200px){
  
  .pg_match .section.sec1{
    padding-bottom: 100px;
  }

}
@media (min-width:1470px){
  
  .pg_match .section.sec1{
    padding-bottom: 200px;
  }
  
}


/* ヘッダー */
.match_head{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.match_head_season{
  font-size: 20px;
  font-weight: 700;
}
.match_head_link{
  
}
.match_head_link_a{
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 25px 8px;
  background: #f1e9dc;
  color: #181818;
}
.match_head_link_a p{
  letter-spacing: 0;
}

/* リスト */
.match_list{
  
}
.match_list .webgene-item{
  
}
.match_list .webgene-item + .webgene-item{
  margin-top: 30px;
}
.match_list .webgene-item .inner{
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  color: #181818;
  border: 1px solid #a3a3a3;
  
}
.match_list .webgene-item .inner *{
  letter-spacing: 0.075em;
}
.match_list .webgene-item .box1{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 190px;
  width: 100%;
  padding: 10px 0;
  background: #f1e9dc;
  text-align: center;
}
.match_list .webgene-item .box2{
  width: calc(100% - 190px);
  width: 100%;
}

.match_list .webgene-item .no{
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}
.match_list .webgene-item .no span{
  font-size: 1.785em;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  margin: 0 8px -2px;
}
.match_list .webgene-item .type{
  font-size: 30px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  margin-top: 0px;
}
.match_list .webgene-item .type.home{
  color: #440062;
}
.match_list .webgene-item .type.away{
  color: #ffff00;
}

.match_list .webgene-item .head{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
  align-items: center;
  background: #eeeeee;
  min-height: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.match_list .webgene-item .head .date{
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.match_list .webgene-item .head .stadium{
  font-size: 20px;
  font-weight: 600;
}

.match_list .webgene-item .score{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 158px;
}



.match_list .webgene-item .score_box1,
.match_list .webgene-item .score_box3{
  display: flex;
  align-items: center;
}
.match_list .webgene-item .score_box1{
  width: 295px;
  justify-content: flex-end;
}
.match_list .webgene-item .score_box2{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 210px;
}
.match_list .webgene-item .score_box3{
  width: 295px;
}
.match_list .webgene-item .icon{
  width: 50px;
  aspect-ratio: 74 / 74;
  margin-right: 5px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.match_list .webgene-item .icon img{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.match_list .webgene-item .team{
  font-size: 16px;
  font-weight: 700;
}
.match_list .webgene-item .point{
  font-size: 58px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.match_list .webgene-item .status{
  display: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 15px;
}
.match_list .webgene-item .status.on{
  display: block;
}

.match_list .webgene-item .status.end{
  background: #e60012;
  color: #FFF;
  font-size: 14px;
  padding: 0px 5px 2px;
}
.match_list .webgene-item .status.vs{
  font-size: 40px;
}


/* HOME用 */
.match_list.home .webgene-item .inner{
  background: none;
  border: 0;
  color: #FFF;
}
.match_list.home .webgene-item .head{
  width: 100%;
  background: #ffffff;
  color: #181818;
  justify-content: center;
  padding: 3px 0 5px;
  margin-bottom: 10px;
  min-height: 32px;
}
.match_list.home .webgene-item .stadium{
  font-size: 16px;
  font-weight: 700;
}
.match_list .webgene-item .score{
  width: 100%;
  min-height: 0;
  justify-content: space-between;
  
}
.match_list.home .webgene-item .score_box1{
  width: 205px;
  justify-content: flex-start;
}
.match_list.home .webgene-item .score_box2{
  
}
.match_list.home .webgene-item .score_box3{
  width: 205px;
}
.match_list.home .webgene-item .date{
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin-top: -10px;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .match_head_season{
    margin-bottom: 10px;
  }
  
  /* リスト */
  .match_list .webgene-item .box1,
  .match_list .webgene-item .box2{
    width: 100%;
  }
  
  .match_list .webgene-item .score{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .match_list .webgene-item .score_box1{
    width: 100%;
    justify-content: center;
  }
  .match_list .webgene-item .score_box2{
    width: 100%;
  }
  .match_list .webgene-item .score_box3{
    width: 100%;
    justify-content: center;
  }
  
  /* HOME用 */
  .match_list.home .webgene-item .date{
    margin-top: 10px;
  }
  .match_list.home .webgene-item .score_box1{
    width: 100%;
    justify-content: center;
  }
  .match_list.home .webgene-item .score_box2{
    width: 100%;
  }
  .match_list.home .webgene-item .score_box3{
    width: 100%;
    justify-content: center;
  }
}
@media (min-width:768px){

  /* ヘッダー */
  .match_head{
    margin-bottom: 35px;
  }
  .match_head_season{
    font-size: 24px;
  }
  .match_head_link{

  }
  .match_head_link_a{
    font-size: 14px;
    padding: 6px 25px 8px;
  }
  
  /* リスト */
  .match_list{

  }
  .match_list .webgene-item{

  }
  .match_list .webgene-item + .webgene-item{
    margin-top: 30px;
  }
  .match_list .webgene-item .inner{

  }
  .match_list .webgene-item .box1{
    width: 120px;
  }
  .match_list .webgene-item .box2{
    width: calc(100% - 120px);
  }

  .match_list .webgene-item .no{
    width: 100%;
    font-size: 20px;
  }
  .match_list .webgene-item .no span{
    margin: 0 8px -2px;
  }
  .match_list .webgene-item .type{
    font-size: 30px;
    margin-top: 8px;
  }

  .match_list .webgene-item .head{
    justify-content: space-between;
    min-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .match_list .webgene-item .head .date{
    /*font-size: 34px;*/
    font-size: 20px;
  }
  .match_list .webgene-item .head .stadium{
    /*font-size: 26px;*/
    font-size: 20px;
  }
  
  
  
  .match_list .webgene-item .score{
    min-height: 158px;
  }

  .match_list .webgene-item .score_box1,
  .match_list .webgene-item .score_box3{
  }
  .match_list .webgene-item .score_box1{
    width: 200px;
    justify-content: flex-end;
  }
  .match_list .webgene-item .score_box2{
    width: 155px;
  }
  .match_list .webgene-item .score_box3{
    width: 200px;
  }
  .match_list .webgene-item .icon{
    width: 74px;
    width: 50px;
    margin-right: 5px;
  }
  .match_list .webgene-item .team{
    font-size: 16px;
  }
  .match_list .webgene-item .point{
    font-size: 40px;
  }
  .match_list .webgene-item .status{
    font-size: 14px;
    margin: 0 15px;
  }

  .match_list .webgene-item .status.end{
    font-size: 14px;
    padding: 0px 5px 2px;
  }
  .match_list .webgene-item .status.vs{
    font-size: 40px;
  }
  
  
  /* HOME用 */
  .match_list.home .webgene-item .head .stadium{
    font-size: 16px;
  }
  .match_list.home .webgene-item .score{
    min-height: 0;
  }
  


}
@media (min-width:1024px){

  .match_list .webgene-item .score_box1{
    width: 295px;
    justify-content: flex-end;
  }
  .match_list .webgene-item .score_box2{
    width: 210px;
  }
  .match_list .webgene-item .score_box3{
    width: 295px;
  }
  

}
@media (min-width:1200px){

  /* リスト */
  .match_list{

  }
  .match_list .webgene-item{

  }
  .match_list .webgene-item + .webgene-item{
    margin-top: 50px;
  }
  .match_list .webgene-item .inner{

  }
  .match_list .webgene-item .box1{
    width: 190px;
  }
  .match_list .webgene-item .box2{
    width: calc(100% - 190px);
  }

  .match_list .webgene-item .no{
    width: 100%;
    font-size: 28px;
  }
  .match_list .webgene-item .no span{
    margin: 0 8px -2px;
  }
  .match_list .webgene-item .type{
    font-size: 38px;
    margin-top: 8px;
  }

  .match_list .webgene-item .head{
    min-height: 112px;
    padding-left: 65px;
    padding-right: 65px;
  }
  .match_list .webgene-item .head .date{
    font-size: 34px;
  }
  .match_list .webgene-item .head .stadium{
    font-size: 26px;
  }

  .match_list .webgene-item .score{
    min-height: 158px;
  }

  .match_list .webgene-item .score_box1,
  .match_list .webgene-item .score_box3{
  }
  .match_list .webgene-item .score_box1{
    width: 295px;
    justify-content: flex-end;
  }
  .match_list .webgene-item .score_box2{
    width: 210px;
  }
  .match_list .webgene-item .score_box3{
    width: 295px;
  }
  .match_list .webgene-item .icon{
    width: 74px;
    margin-right: 5px;
  }
  .match_list .webgene-item .team{
    font-size: 16px;
  }
  .match_list .webgene-item .point{
    font-size: 58px;
  }
  .match_list .webgene-item .status{
    font-size: 14px;
    margin: 0 15px;
  }

  .match_list .webgene-item .status.end{
    font-size: 14px;
    padding: 0px 5px 2px;
  }
  .match_list .webgene-item .status.vs{
    font-size: 40px;
  }

}
@media (min-width:1470px){


}
@media (min-width:1520px){


}
@media (min-width:1620px){

}


/*******************************
*　
********************************/
.pg_recruit{

}
.pg_recruit .section.sec1{
  /*margin-top: -50px;*/
  padding-bottom: 50px;
}
.pg_recruit .section.sec1 .sec_title{
  margin-bottom: 30px;
}
.pg_recruit .section.sec2{
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_recruit .section.sec2 .sec_title{
  margin-bottom: 30px;
}
.pg_recruit .section.sec2 .cmn_about{
  margin-bottom: 30px;
}
.pg_recruit .section.sec2 .tt4{
  margin-bottom: 30px;
}
.pg_recruit + .footer{
  margin-top: 0;
}


@media (min-width:768px){

  .pg_recruit .section.sec1{
    /*margin-top: -50px;*/
    padding-bottom: 70px;
  }
  .pg_recruit .section.sec1 .sec_title{
    /*margin-bottom: 75px;*/
  }
  .pg_recruit .section.sec2{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pg_recruit .section.sec2 .sec_title{
    /*margin-bottom: 75px;*/
  }
  .pg_recruit .section.sec2 .cmn_about{
    margin-bottom: 50px;
  }
  .pg_recruit .section.sec2 .tt4{
    /*margin-bottom: 60px;*/
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){

  .pg_recruit .section.sec1{
    margin-top: -50px;
    padding-bottom: 150px;
  }
  .pg_recruit .section.sec1 .sec_title{
    margin-bottom: 75px;
  }
  .pg_recruit .section.sec2{
    padding-top: 125px;
    padding-bottom: 200px;
  }
  .pg_recruit .section.sec2 .sec_title{
    margin-bottom: 75px;
  }
  .pg_recruit .section.sec2 .cmn_about{
    margin-bottom: 80px;
  }
  .pg_recruit .section.sec2 .tt4{
    margin-bottom: 60px;
  }

}
@media (min-width:1470px){
  
  
}


/* 活動内容 */
.recruit_activity{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 15px;
  border: 10px solid #d9d9d9;
}
* + .recruit_activity{
  margin-top: 50px;
}
.recruit_activity_box1{
  width: 48%;
  position: relative;
  z-index: 1;
  order: 2;
}
.recruit_activity_box2{
  width: 100%;
  order: 1;
  margin-bottom: 20px;
}
.recruit_activity_box3{
  width: 48%;
  position: relative;
  z-index: 1;
  order: 3;
}
.recruit_activity_img{
  
}
.recruit_activity_img.img_fit:before{
  padding-top: 137.18%;
}

.recruit_activity .tt4{
  margin-bottom: 20px;
}


/* 参加費用 */
.recruit_fee_wrap{
  background: #b3b3b3;
  padding: 30px 0 42px;
}
* + .recruit_fee_wrap{
  margin-top: 50px;
}
.recruit_fee_inner{
  
}
.recruit_fee_wrap .tt4{
  margin-bottom: 20px;
}
.recruit_fee_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.recruit_fee_list_item{
  width: 100%;
  padding: 0 15px;
  text-align: center;
  /*border-left: 1px solid #262626;*/
}
.recruit_fee_list_item:last-child{
  /*border-right: 1px solid #262626;*/
}

.recruit_fee_list_item_title{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--bg-color);
  margin-bottom: 6px;
}
.recruit_fee_list_item_txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}
.recruit_fee_list_item_txt{
  color: #262626;
}
.recruit_fee_inner{
  
}

.recruit_fee_notice{
  background: #d9d9d9;
  padding: 20px 20px;
}
* + .recruit_fee_notice{
  margin-top: 25px;
}
.recruit_fee_notice_txt{
  color: #262626;
}
.recruit_fee_notice_txt p{
  text-indent: -1em;
  padding-left: 1em;
}
.recruit_fee_notice_txt p + p{
  margin-top: 10px;
}

/* エントリー */
.recruit_entry{
  
}
* + .recruit_entry{
  margin-top: 50px;
}
.recruit_entry_msg1{
  font-size: 20px;
  font-weight: 900;
  line-height: 1.666;
  text-align: justify;
}
.recruit_entry_msg1 strong{
  color: var(--sub-color);
}
.recruit_entry_msg2{
  line-height: 2.125;
  line-height: 1.875;
  text-align: justify;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
}
.recruit_entry_msg2 p{
  letter-spacing: 0;
}
.recruit_entry .read_more{
  
}

/* スタッフ */
.recruit_staff{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.recruit_staff_item{
  width: 100%;
  padding: 0 5px;
}
.recruit_staff_item:nth-child(n+2){
  margin-top: 20px;
}
.recruit_staff_item_inner {
  height: 100%;
  border: 10px solid #d9d9d9;
  padding: 35px 20px;
}
.recruit_staff_item_title{
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.recruit_staff_item_title:after{
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: var(--sub-color);;
  margin: 10px auto 0;
}
.recruit_staff_item_txt{
  font-weight: 500;
  line-height: 2.125;
  line-height: 1.875;
  text-align: justify;
}


/* 応募条件 */
.recruit_conditions{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #b3b3b3;
  padding: 30px 20px;
  color: #262626;
}
* + .recruit_conditions{
  margin-top: 30px;
}
.recruit_conditions_box1{
  width: 100%;
}
.recruit_conditions_box2{
  width: 100%;
  margin-top: 20px;
}
.recruit_conditions_list{
  
}
.recruit_conditions_list_item{
  
}
.recruit_conditions_list_item p{
  font-size: 16px;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}
.recruit_conditions_list_item + .recruit_conditions_list_item{
  margin-top: 10px;
}
.recruit_conditions_img{
  
}
.recruit_conditions_img.img_fit:before{
  padding-top: 84.74%;
}

.recruit_conditions .tt4{
  margin-bottom: 30px;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  /**/
  .recruit_fee_list_item{
    border-top: 1px solid #262626;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .recruit_fee_list_item:last-child{
    border-bottom: 1px solid #262626;
  }
  
}
@media (min-width:768px){
  
  /* 活動内容 */
  .recruit_activity{
    padding: 30px 30px;
  }
  
  /* 参加費用 */
  .recruit_fee_wrap{
    padding: 30px 15px 42px;
  }
  * + .recruit_fee_wrap{
    margin-top: 70px;
  }
  .recruit_fee_inner{

  }
  .recruit_fee_wrap .tt4{
    margin-bottom: 25px;
  }
  .recruit_fee_list{
    
  }
  .recruit_fee_list_item{
    width: 33.333%;
    padding: 0 15px;
    border-left: 1px solid #262626;
  }
  .recruit_fee_list_item:last-child{
    border-right: 1px solid #262626;
  }

  .recruit_fee_list_item_title{
    font-size: 18px;
  }
  .recruit_fee_list_item_txt{
    font-size: 15px;
  }
  .recruit_fee_notice{
    padding: 10px 40px;
  }
  * + .recruit_fee_notice{
  }
  .recruit_fee_notice_txt{
  }
  .recruit_fee_notice_txt p{
  }
  .recruit_fee_notice_txt p + p{
    margin-top: 10px;
  }

  
  /* エントリー */
  .recruit_entry{

  }
  * + .recruit_entry{
    margin-top: 70px;
  }
  .recruit_entry_msg1{
    font-size: 23px;
    text-align: center;
  }
  .recruit_entry_msg2{
    line-height: 2.125;
    margin-top: 25px;
  }
  .recruit_entry .read_more{
    margin-top: 65px;
  }
  

  /* スタッフ */
  .recruit_staff{
    margin: 0 -10px;
  }
  .recruit_staff_item{
    width: 50%;
    padding: 0 10px;
  }
  .recruit_staff_item:nth-child(n+2){
    margin-top: 0;
  }
  .recruit_staff_item:nth-child(n+3){
    margin-top: 20px;
  }
  .recruit_staff_item_inner {
    border: 10px solid #d9d9d9;
    padding: 30px 25px;
  }
  .recruit_staff_item_title{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .recruit_staff_item_title:after{
    width: 100px;
    margin: 20px auto 0;
  }
  .recruit_staff_item_txt{
    line-height: 2.125;
  }
  
  /* 応募条件 
  .recruit_conditions{
    padding: 45px 0 55px 50px;
  }
  * + .recruit_conditions{
    margin-top: 80px;
  }
  .recruit_conditions_box1{
    width: 50.57%;
  }
  .recruit_conditions_box2{
    width: 42.20%;
    margin-top: 0;
  }
  .recruit_conditions_list{

  }
  .recruit_conditions_list_item{

  }
  .recruit_conditions_list_item p{
    font-size: 20px;
  }
  .recruit_conditions_list_item + .recruit_conditions_list_item{
    margin-top: 15px;
  }
  .recruit_conditions_img{
    margin-right: -35px;
  }
  
  .recruit_conditions .tt4{
    margin-bottom: 48px;
  }
  .recruit_conditions .recruit_fee_notice{
    padding-left: 30px;
  }*/
}
@media (min-width:1024px){
  
  /* 活動内容 */
  .recruit_activity{
    padding: 30px 20px;
    border: 10px solid #d9d9d9;
  }
  * + .recruit_activity{
    margin-top: 70px;
  }
  .recruit_activity_box1{
    width: 24.65%;
    width: 22%;
    margin-bottom: -30px;
    order: 1;
  }
  .recruit_activity_box2{
    width: 37.5%;
    width: 50%;
    order: 2;
  }
  .recruit_activity_box3{
    width: 24.65%;
    width: 22%;
    margin-top: -30px;
    order: 3;
  }
  .recruit_activity_img{

  }
  
  .recruit_activity .tt4{
    margin-bottom: 35px;
  }
  
  .recruit_activity_img{
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
  }
  .recruit_activity_box1 .recruit_activity_img{
    bottom: -38px;
  }
  .recruit_activity_box3 .recruit_activity_img{
    top: -38px;
  }

  /* エントリー */
  .recruit_entry{

  }
  * + .recruit_entry{
    margin-top: 70px;
  }
  .recruit_entry_msg1{
    font-size: 30px;
    text-align: center;
  }
  .recruit_entry_msg2{
    line-height: 2.125;
    margin-top: 25px;
  }
  .recruit_entry .read_more{
    margin-top: 65px;
  }
  
  /* 応募条件 */
  .recruit_conditions{
    padding: 45px 0 55px 50px;
    align-items: center;
  }
  * + .recruit_conditions{
    margin-top: 80px;
  }
  .recruit_conditions_box1{
    width: 50.57%;
  }
  .recruit_conditions_box2{
    width: 42.20%;
    margin-top: 0;
  }
  .recruit_conditions_list{

  }
  .recruit_conditions_list_item{

  }
  .recruit_conditions_list_item p{
    font-size: 16px;
  }
  .recruit_conditions_list_item + .recruit_conditions_list_item{
    margin-top: 15px;
  }
  .recruit_conditions_img{
    margin-right: -35px;
  }
  
  .recruit_conditions .tt4{
    margin-bottom: 48px;
  }
  .recruit_conditions .recruit_fee_notice{
    padding-left: 30px;
  }
  
  .recruit_conditions + .recruit_entry .read_more{
    margin-top: 35px;
  }
}
@media (min-width:1200px){

  /* 活動内容 */
  .recruit_activity_img{
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
  }
  .recruit_activity_box1 .recruit_activity_img{
    bottom: -38px;
  }
  .recruit_activity_box3 .recruit_activity_img{
    top: -38px;
  }
  
  
  /* 参加費用 */
  .recruit_fee_wrap{
    padding: 30px 15px 42px;
  }
  * + .recruit_fee_wrap{
    margin-top: 105px;
  }
  .recruit_fee_inner{

  }
  .recruit_fee_wrap .tt4{
    margin-bottom: 45px;
  }
  .recruit_fee_list{
    
  }
  .recruit_fee_list_item{
    width: 33.333%;
    padding: 0 15px;
  }
  
  .recruit_fee_list_item_title{
    font-size: 26px;
  }
  .recruit_fee_list_item_txt{
    font-size: 18px;
  }
  .recruit_fee_notice{
    padding: 10px 90px;
  }
  * + .recruit_fee_notice{
    margin-top: 40px;
  }
  
  
  /* スタッフ */
  .recruit_staff{
    margin: 0 -15px;
  }
  .recruit_staff_item{
    width: 50%;
    padding: 0 15px;
  }
  .recruit_staff_item:nth-child(n+3){
    margin-top: 30px;
  }
  .recruit_staff_item_inner {
    padding: 55px 60px;
  }
  .recruit_staff_item_title{
    font-size: 35px;
    margin-bottom: 40px;
  }
  .recruit_staff_item_title:after{
    width: 100px;
  }
  .recruit_staff_item_txt{
  }

  /* 応募条件 */
  .recruit_conditions{
    /*padding: 45px 0 55px 205px;*/
  }
  * + .recruit_conditions{
    margin-top: 80px;
  }
  .recruit_conditions_box1{
    width: 50.57%;
  }
  .recruit_conditions_box2{
    width: 42.20%;
    margin-top: 0;
  }
  .recruit_conditions_list{

  }
  .recruit_conditions_list_item{

  }
  .recruit_conditions_list_item p{
    font-size: 20px;
  }
  .recruit_conditions_list_item + .recruit_conditions_list_item{
    margin-top: 15px;
  }
  .recruit_conditions_img{
    margin-right: -35px;
  }
  
  .recruit_conditions .tt4{
    margin-bottom: 48px;
  }
  .recruit_conditions .recruit_fee_notice{
    padding-left: 30px;
  }

}
@media (min-width:1470px){

  /* 活動内容 */
  .recruit_activity{
    padding: 30px 30px;
    border: 10px solid #d9d9d9;
  }
  * + .recruit_activity{
    margin-top: 115px;
  }
  .recruit_activity_box1{
    width: 24.65%;
    margin-bottom: -30px;
  }
  .recruit_activity_box2{
    width: 37.5%;
  }
  .recruit_activity_box3{
    width: 24.65%;
    margin-top: -30px;
  }
  .recruit_activity_img{

  }
  
  .recruit_activity .tt4{
    margin-bottom: 35px;
  }

  /**/
  .recruit_fee_list_item_title{
    font-size: 30px;
  }
  .recruit_fee_list_item_txt{
    font-size: 20px;
  }
  .recruit_fee_notice{
    padding: 10px 135px;
  }
 
   /* 応募条件 */
  .recruit_conditions{
    padding: 45px 0 55px 100px;
  }
}
@media (min-width:1520px){

   

}
@media (min-width:1620px){

  /* 応募条件 */
  .recruit_conditions{
    padding: 45px 0 55px 205px;
  }
  
}


/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  
}
.pg_xxx .section.sec2{
  
}
.pg_xxx .section.sec3{
  
}
.pg_xxx .section.sec4{
  
}
.pg_xxx .section.sec5{
  
}

@media (min-width:768px){


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){
  
  
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){


}
@media (min-width:1520px){


}
@media (min-width:1620px){

}


/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  
}
.pg_xxx .section.sec2{
  
}
.pg_xxx .section.sec3{
  
}
.pg_xxx .section.sec4{
  
}
.pg_xxx .section.sec5{
  
}

@media (min-width:768px){


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){
  
  
}



@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){



}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){


}
@media (min-width:1520px){


}
@media (min-width:1620px){

}




/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  
}
.pg_xxx .section.sec2{
  
}
.pg_xxx .section.sec3{
  
}
.pg_xxx .section.sec4{
  
}
.pg_xxx .section.sec5{
  
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
    
  }
  .pg_xxx .section.sec2{
    
  }
  .pg_xxx .section.sec3{
    
  }
  .pg_xxx .section.sec4{
    
  }
  .pg_xxx .section.sec5{
    
  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
