@charset "UTF-8";

/*******************************
*　
********************************/
.pg_company{

}
.pg_company .section.sec1{

}
.pg_company .section.sec2{

}
.pg_company .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}

/*タイトル*/
.sec_title{
  text-align: center;
  position: relative;
}
.sec_title_en{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  transform:translateX(-50%);
  text-shadow    : 
    1px  1px 0px #ffffff,
    -1px  1px 0px #ffffff,
    1px -1px 0px #ffffff,
    -1px -1px 0px #ffffff,
    1px  0px 0px #ffffff,
    0px  1px 0px #ffffff,
    -1px  0px 0px #ffffff,
    0px -1px 0px #ffffff;  
  color: #262626;
  z-index: 0;
}
.sec_title_ja{
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  padding-top: 24px;
  position: relative;
  z-index: 2;
}

.pg_company .section.sec1 .cmn_about_title{
  margin-top: 20px;
}
.pg_company .section.sec1 .cmn_about{
  margin-top: 20px;
}

.company_msg_box{
  text-align: center;
  margin-top: 40px;
}
.company_msg_txt1{
  font-size: 26px;
  font-weight: 900;
}
.company_msg_txt2{
  font-size: 18px;
  font-weight: 900;
  margin-top: 16px;
}

/*テーブル*/
.company_contents_wrap{

}
.company_tbl{
  margin-top: 40px;
}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  font-size: 16px;
  font-weight: 400;
  color: #181818;
  border: 1px solid #838383;
  padding: 19px 15px;
}
.company_tbl .table_rows_th{
  background: #e5e5e5;
}
.company_tbl .table_rows_td{
  background: #fff;
}

/*地図*/
.gmap{
  margin-top: 40px;
}
.access_map iframe{
  width: 100%;
  height: 250px;
  border: 0;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*テーブル*/
  .company_contents_wrap{

  }
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .company_tbl .table_rows_th{

  }
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_tr:last-child .table_rows_td{
    border-bottom: 1px solid #838383;
  }
}
@media (min-width:768px){
  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{
    padding-top: 70px;
  }
  .pg_company .section.sec3{

  }

  /*タイトル*/
  .sec_title{

  }
  .sec_title_en{
    font-size: 80px;;
  }
  .sec_title_ja{
    font-size: 40px;
    padding-top: 50px;
  }

  .pg_company .section.sec1 .cmn_about_title{
    margin-top: 50px;
  }
  .pg_company .section.sec1 .cmn_about{
    margin-top: 42px;
  }

  .company_msg_box{
    margin-top: 50px;
  }
  .company_msg_txt1{
    font-size: 28px;
  }
  .company_msg_txt2{
    font-size: 20px;
    margin-top: 17px;
  }
  .company_msg_box + .read_more{
    margin-top: 35px;
  }

  /*テーブル*/
  .company_contents_wrap{

  }
  .company_tbl{
    margin-top: 60px;
  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_th{
    width: 200px;
    border-right: 0;
  }
  .company_tbl .table_rows_td{
    border-left: 0;
    padding-left: 23px;
  }

  /*地図*/
  .gmap{
    margin-top: 80px;
  }
  .access_map iframe{
    height: 300px;
  }
}
@media (min-width:1024px){
  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }
  .pg_company .section.sec3{

  }

  .thanks_text{
    text-align: center;
  }


  /*タイトル*/
  .sec_title{

  }
  .sec_title_en{
    font-size: 110px;;
  }
  .sec_title_ja{
    font-size: 48px;
    padding-top: 75px;
  }

  .company_msg_box{
    margin-top: 68px;
  }
  .company_msg_txt1{
    font-size: 30px;
  }
  .company_msg_txt2{

  }

  /*テーブル*/
  .company_contents_wrap{

  }
  .company_tbl{
    margin-top: 73px;
  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_th{
    width: 284px;
  }
  .company_tbl .table_rows_td{

  }

  /*地図*/
  .gmap{
    margin-top: 100px;
  }
  .access_map iframe{
    height: 400px;
  }
}
@media (min-width:1200px){
  .sec_title_en{
    font-size: 110px;;
  }
  .sec_title_ja{
    padding-top: 75px;
  }
}
@media (min-width:1470px){
  .sec_title_en{
    font-size: 9.375em;
  }
  .sec_title_ja{
    padding-top: 105px;
  }

}

/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
  padding-top: 30px;
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}

.select_wrap{
  position: relative;
  z-index: 1;
}
.select_wrap:after{
  content: "\f078";
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.select_wrap select{
  width: 100%;
  padding: 10px 10px;
  /*height: 40px;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.posts_category_sp{
  margin-bottom: 30px;
}

/* リスト */
.posts_list{

}
.posts_list .webgene-item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}
.posts_list .webgene-item + .webgene-item{
  margin-top: 10px;
}
.posts_list .webgene-item .date{
  width: 95px;
  letter-spacing: 0.1em;
}
.posts_list .webgene-item .category{
  width: auto;
  font-size: 0.75em;
}
.posts_list .webgene-item .category span{
  display: block;
  background: #0069ba;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
}
.posts_list .webgene-item .title{
  width: 100%;
  letter-spacing: 0.075em;
}
.posts_list .webgene-item .title a{

}

.posts_layout_box1{

}
.news_list{

}
.news_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
}
.news_list.col4 {

}
.news_list.col4 .webgene-item{

}
.news_list.col2{

}
.news_list.col2 .webgene-item{

}
.news_list .webgene-item{
  width: 100%;
}
.news_list .webgene-item:nth-child(n+2){
  margin-top:50px;;
}
.news_list .webgene-item a{
  display: block;
  background: #440062;
  position: relative;
  padding-bottom: 30px;
}
.news_list .webgene-item a:hover{
  color: #9f9f9f
}
.news_list .webgene-item a:before{
  content: "";
  display: block;
  width: 21px;
  aspect-ratio:1 / 1;
  background-image: url(/system_panel/uploads/images/arr.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  right: 22px;
}
.news_list .webgene-item a:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 5px;
  right: -5px;
  z-index: -1;
}
.news_list .webgene-item .box1{
  display: flex;
  flex-wrap: wrap;
}
.news_list .webgene-item .box1 .meta{
  width: 12.32%;
  background: #e5e5e5;
  color: #181818;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column-reverse;
  padding: 15px 5px;
  min-height: 140px;
}
.news_list .webgene-item .box1 .date{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.075em;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.news_list .webgene-item .box1 .category{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.news_list .webgene-item .box1 .title{
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55em;
  width: calc(100% - 12.32%);
  padding: 25px 20px;
}
.news_list .webgene-item .box2{

}
.news_list .webgene-item .img{
  overflow: hidden;
}
.news_list .webgene-item .img:before{
  padding-top: 69.44%;
}
.news_list .webgene-item .box3{
  padding: 24px 18px;
}
.news_list .webgene-item .text{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125em;
}

/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #ffff00;
  color: #181818;
  padding: 11px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left:0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 12px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 32px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
  color: #f8b500;
}

/* 詳細 */
.posts_detail{
  border: none;
  border-bottom: 1px solid #b9b9b9;
  padding: 0 0 30px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  border-bottom: none;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.posts_detail .meta .category{
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.075em;
  padding-left: 30px;
}
.posts_detail .meta .category span{

}
.posts_detail .meta .date{
  width: 117px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.075em;
  border-right: 1px solid #aaaaaa;
}
.posts_detail .title{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #b9b9b9;
}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
  text-align: justify;
  word-break: break-all;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

}
.posts_back_list a{
  display: block;
  width: 255px;
  max-width: 100%;
  margin: 30px auto 0;
  background: #f3f2f2;
  padding: 4px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.posts_back_list a p{
  border: 2px dashed #0069b6;
  border-radius: 10px;
  padding: 10px 6px;
}
.posts_back_list a p:after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 18px;
}



/* PDFリンク */
.post_pdf{
  text-align: left;
}
.post_pdf a{
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid;
  transition: 0.2s all;
}
.post_pdf a[href=""]{
  display: none;
}
.post_pdf a:hover{
  border-bottom: 0;
}
.post_pdf a:before{
  /*
  * f054 > (大)
  * f105 > (小)
  */
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}


/* 動画 */
.post_video{

}
.post_video .responsive_video{
  margin-top: 15px;
}
.post_video .responsive_video:empty{
  display: none;
}

.webgene-pagination{
  margin-top: 95px;
}
.webgene-pagination li.selected{
  background: #ffff00;
  color: #181818;
}
.webgene-pagination li{
  border: 1px solid #ffff00;
  background: #262626;
  color: #fff;
}

/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .posts_list .webgene-item{
    flex-wrap: wrap;
  }
  .posts_list .webgene-item .title{
    margin-top: 5px;
  }
  .posts_list .webgene-item .category{
    max-width: calc(100% - 95px);
    line-height: 1.2;
  }

  .posts_detail .meta{
    margin-bottom: 10px;
  }
  .posts_detail .title{
    padding-bottom: 16px; 
  }
  .posts_detail .post_content{
    padding-top: 20px; 
  }
}
@media (min-width:768px){

  .pg_news{
    padding-top: 50px;
  }
  .posts_layout_box1{
    width: 68.01%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
    padding-bottom: 20px;
  }
  .posts_list .webgene-item + .webgene-item{
    margin-top: 20px;
  }
  .posts_list .webgene-item .date{
    width: 90px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 100px - 150px - 15px);
    margin-left: 15px;
  }
  .posts_list .webgene-item .title a{

  }

  .posts_side_wrap + .posts_side_wrap{
    margin-top: 60px;
  }

  .news_list{

  }
  .news_list .webgene-blog{
    margin-inline:-17.5px;
  }
  .news_list.col4 {

  }
  .news_list.col4 .webgene-item{

  }
  .news_list.col2{

  }
  .news_list.col2 .webgene-item{

  }
  .news_list .webgene-item a{
    padding-bottom: 43px;
  }
  .news_list .webgene-item{
    width: 50%;
    padding-inline:17.5px;
  }
  .news_list .webgene-item:nth-child(n+2){
    margin-top:0;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 46px;
  }
  .news_list .webgene-item .box1{

  }
  .news_list .webgene-item .box1 .meta{
    width: 45px;
  }
  .news_list .webgene-item .box1 .date{

  }
  .news_list .webgene-item .box1 .category{

  }
  .news_list .webgene-item .box1 .title{
    font-size: 18px;
    width: calc(100% - 45px);
  }
  .news_list .webgene-item .box2{

  }
  .news_list .webgene-item .img:before{

  }
  .news_list .webgene-item .box3{

  }
  .news_list .webgene-item .text{

  }


  /* 詳細 */
  .body_newsDetail .posts_layout_box1{
    width: 74.32%;
  }
  .posts_detail{
    padding: 0 0 70px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 16px;
  }
  .posts_detail .meta .category{
    width: auto;
    margin-bottom: 0;
    padding-left: 78px;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 117px;
  }
  .posts_detail .title{
    width: 100%;
    font-size: 16px;
    padding-bottom: 11px;
  }
  .posts_detail .post_content{
    padding: 30px 0 0;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }
  .pg_news .read_more{
    margin-top: 74px;
  }

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

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item + .webgene-item{
  }
  .posts_list .webgene-item .date{
    width: 120px;
    font-size: 16px;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 120px - 160px - 25px);
    margin-left: 25px;
  }
  .posts_list .webgene-item .title a{

  }

  .news_list{

  }
  .news_list .webgene-blog{

  }
  .news_list.col4 {

  }
  .news_list.col4 .webgene-item{
    width: 25%;
  }
  .news_list.col2{

  }
  .news_list.col2 .webgene-item{

  }
  .news_list.col4 .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list.col4 .webgene-item:nth-child(n+5){
    margin-top: 46px;
  }
  .news_list .webgene-item{

  }
  .news_list .webgene-item .box1{

  }
  .news_list .webgene-item .box1 .meta{
    width: 12.32%;
  }
  .news_list .webgene-item .box1 .date{

  }
  .news_list .webgene-item .box1 .category{

  }
  .news_list .webgene-item .box1 .title{
    width: calc(100% - 12.32%);
  }
  .news_list .webgene-item .box2{

  }
  .news_list .webgene-item .img:before{

  }
  .news_list .webgene-item .box3{

  }
  .news_list .webgene-item .text{

  }


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

  .pg_news{
    padding-top: 100px;
  }

}



/*******************************
*　ギャラリー（サムネ横ver）
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}

/* スライド */
.gallery_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.gallery_box1{
  width: 100%;
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #EEE;
}
.gallery_main .img.img_fit:before{
  padding-top: 75.34%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}
/* サムネ */
.gallery_thumb{

}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
}
.gallery_thumb .img.img_fit:before{
  padding-top: 76.47%;
}
.gallery_thumb .img.img_fit img{

}


/* 詳細 */
.gallery_detail{

}
.gallery_detail .meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;

}
.gallery_detail .meta .title{
  font-size: 18px;
  line-height: 1.5;
}
.gallery_detail .meta .price{
  font-size: 18px;
  line-height: 1.5;
  margin-left: auto;
}
.gallery_detail .post_content{
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.gallery_detail .read_more{
  margin-top: 50px;
}


/* コピー用 */
@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /* 詳細 */
  .gallery_wrap{
  }
  .gallery_box1{
    width: 65.76%;
  }
  .gallery_box2{
    width: 31.53%;
    margin-top: 0;

    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  /* サムネ */
  .gallery_thumb{
    width: 100%;
    height: 100%;
  }
  .gallery_thumb .swiper-slide {
    overflow: hidden;
  }
  .gallery_thumb .img{
    height: 100%;
  }
  .gallery_thumb .img.img_fit:before{

  }

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 18px;
  }
  .gallery_detail .meta .price{
    font-size: 18px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }
}
@media (min-width:1024px){

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 20px;
  }
  .gallery_detail .meta .price{
    font-size: 20px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

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


}





/*******************************
*　お問い合わせ
********************************/

.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
}
.contact_info_tt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #111;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel_icon{
  background: #b1c274;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 0;
  letter-spacing: 0.16em;
}

@media (max-width:1023px){

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 30px;
  }
}
@media (max-width:767px){

  .contact_info_wrap{
    margin-bottom: 50px;
    padding: 15px 10px;
  }
  .contact_info_box{
    padding: 20px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
    margin-right:5px;
  }
  .contact_info_tel_link{
    font-size: 24px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
    font-size: 10px;
  }

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}


.contact_tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
.contact_tt.privacy{
  font-family: "Noto Sans JP";
  font-weight: 500;
}

/* フォーム */
.pg_contact .formTbl{  
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 17px 15px 17px 20px;
  background: #eeeeee;
  letter-spacing: 0.08em;
  color: #181818;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  border: 1px solid #b80000;
  color: #b80000;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.pg_contact .formTd.center{
  display: flex;
  align-items: center;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formTd select{
  border-radius: 0;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
  color: #181818;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formWrap .text-center{
  padding-top: 47px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #cd8bea
}
.pg_contact .formBtn.formSend {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 350px;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: 1px solid currentColor;
  background: #ffff00;
  /* border-radius: 27px; */
  color: #181818;
  padding: 30px 10px;
  margin: 47px auto 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.pg_contact .formBtn.formSend:after{
  content: "→";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}

.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0.08em;

}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  color: #181818;
  margin-left: 2px;
  letter-spacing: 0.08em;
}
.radioArea .d-inline-block{
  margin-right: 35px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
  line-height: 1.7em;
  color: #181818;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}
.sub_txt{
  font-size: 14px;
  font-weight: 400;
  line-height:1.78em;
  margin-top: 20px;
}

.privacy_item_box{
  padding: 30px 32px 30px 25px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  margin-top: 0;
}
.privacy_item_box{
  color: #181818;
}
@media only screen and (min-width: 1024px){
  .pg_contact .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .pg_contact .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 70px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 47px;
  padding-left: 10px;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.privacy_item {
  margin-top: 29px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 400;
  padding: 8px 15px;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  border-left: 6px solid #440062;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}
.privacy_txt p{
  letter-spacing: 0.04em;
}

.privacy_txt_type1{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.privacy_txt_type1_b{
  text-indent: -1em;
  padding-left: 1em;
}
.privacy_txt_type1_c{
  text-indent: -3em;
  padding-left: 3em;
}
.privacy_txt_type2{

}
.privacy_txt_type2 p{
  text-indent: -1em;
  padding-left: 1em;
}

.privacy_txt ol li{    
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.privacy_txt ul li{
  padding-left: 1em;
  text-indent: -1em;
}

.contact_tt.privacy {
  margin-bottom: 58px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}


@media only screen and (max-width: 1023px){ 
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px){  
  .contact_info {
    padding: 18px 15px 10px;
  }
  .contact_info_txt_1 br{
    display: block;
  }
  .contact_info_txt_2 {
    padding: 0 6px 0 10px;
    margin-right: 10px;
  }
  .contact_tt {
    margin-bottom: 25px;
    font-size:18px;
  }
  .pg_contact .formTh {
    padding: 5px 10px;
  }
  .pg_contact .formTd {
    font-size: 13px;
    padding: 10px;
  } 
  .pg_contact .formTd input[name="zip1"] {
    width: 80px;
  }
  .pg_contact .formTd input[name="zip2"] {
    width: 100px;
  }
  .pg_contact .formTd select[name="pref"] {
    width: 155px;
  }
  .pg_contact .formTd input[type="text"]::placeholder,
  .pg_contact .formTd input[type="tel"]::placeholder,
  .pg_contact .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .pg_contact .formWrap .text-center {
    padding-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }

  .privacyformError{
    margin-top:-40px !important;
  }

  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .pg_contact .d-inline {
    display: block!important;
  }
  .pg_contact .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 7px 4px;
    line-height: 1.45em;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

  .radioArea .d-inline-block {
    margin-right: 10px;
  }
  .pg_contact .section.sec2 .contact_tt {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 19px;
  }


  .pg_contact .section.sec1 {
    padding: 0 0 25px;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }

  .pg_contact .section.sec2{
    padding: 65px 0 30px;
  }

  .privacy_ttl {
    font-size: 18px;
    padding-left: 10px;
  }

  .privacy_item_box{
    padding: 30px 10px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px){   
  .thanks_text{
    /*display: block;*/
    letter-spacing: -0.08em;
  }
}

/*******************************
*　選手紹介
********************************/

.pg_players2{
  
}

.playyer_detail_box{

}
.playyer_detail_box .name1{
  font-size: 20px;
  font-weight: 900;
}
.playyer_detail_box .name1 span{
  letter-spacing: 0.1em;

}
.playyer_detail_box .name1 .os{
  font-family: "Oswald", sans-serif;
  margin-right: 20px;
}
.box_outer{
  position: relative;
  padding: 20px 0 50px;
  margin-top: 50px;
}
.box_outer:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: var(--bg-color);
  position: absolute;
  top: 0;
  right: 0;
}
.box_top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.box_top .left{
  width: 100%;
}
.box_top .left .img_fit{
  margin-top: -30px;
}
.box_top .left .img_fit:before{
  padding-top: 144.21%;
}
.box_top .right{
  width: 100%;
}
.box_top .right .profile{
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.075em;
}
.box_top .right .profile:after{
  content: "";
  display: block;
  background: #fff;
  width: 100px;
  height: 1px;
  margin-top: 15px;
}
.box_top .right .name2{
  font-size: 40px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #ffff00;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 30px;
  text-transform: uppercase;
}
.box_top .right .txt1{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.375em;
  margin-top: 20px;
}
.box_btm{
  background: #fff;
  position: relative;
  margin-top: 30px;
  padding: 60px 16px;
  position: relative;
  z-index: 1;
}
.box_btm .message{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.075em;
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  background: #262626;
  height: 55px;
  padding: 0 76px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_btm .message:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #262626 transparent transparent transparent;
  border-width: 55px 50px 0px 0px;
  position: absolute;
  top: 0;
  right: -50px;
}
.box_btm .txt2{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.375em;
  color: #181818;
}
.read_more{

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

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

}
@media (max-width:767px){
  .box_outer:before{
    right: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .box_top .right{
    margin-top: 20px;
  }

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

  }
  .playyer_detail_box .name1{
    font-size: 30px;
  }
  .playyer_detail_box .name1 .os{
    margin-right: 50px;
  }
  .box_outer{
    padding: 30px 0 85px;
    margin-top: 100px;
  }
  .box_top{
    margin-top: 0;
  }
  .box_top .left{
    width: 42.79%;
  }
  .box_top .left .img_fit{
    margin-top: -80px;
  }
  .box_top .left .img_fit:before{

  }
  .box_top .right{
    width: 51.35%;
  }
  .box_top .right .profile{
    font-size: 30px;
  }
  .box_top .right .name2{
    font-size: 50px;
    margin-top: 42px;
  }
  .box_top .right .txt1{

  }
  .box_btm{
    margin-top: 60px;
    padding: 77px 50px;
  }
  .box_btm .message{
    font-size: 22px;
  }
  .box_btm .txt2{

  }
  .players_detail .read_more{
    margin-top: 50px;
  }
}
@media (min-width:1024px){
  .playyer_detail_box{

  }
  .box_outer{
    padding: 30px 0 85px;
    margin-top: 170px;
  }
  .playyer_detail_box .name1{
    font-size: 48px;
  }
  .playyer_detail_box .name1 .os{
    margin-right: 100px;
  }
  .box_top{
    margin-top: 0;
  }
  .box_top .left{

  }
  .box_top .left .img_fit{
    margin-top: -111px;
  }
  .box_top .left .img_fit:before{

  }
  .box_top .right{

  }
  .box_top .right .profile{
    font-size: 48px;
  }
  .box_top .right .name2{
    font-size: 74px;
  }
  .box_top .right .txt1{

  }
  .box_btm{
    width: 94.14%;
    margin-top: 90px;
    padding: 77px 65px;
  }
  .box_btm .message{
    font-size: 26px;
  }
  .box_btm .txt2{

  }
  .players_detail .read_more{
    margin-top: 77px;
  }

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


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

  .pg_players2{
    margin-top: -80px;
  }

}



/*******************************
*　フッター
********************************/

.footer{
  text-align: center;
  background: #000000;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 20px;
}

.ftr1{
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  padding: 30px 0;
  margin-bottom: 25px;
}

.ftr1>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr1_box1{

}
.ftr1_box2{

}

.ftr_logo{
  margin-bottom: 25px;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  margin-bottom: 10px;
}


.ftr_contact{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 13px 5px;
  text-align: center;
}

.ftr_contact p:before{
  content:"\f0e0";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  background: #440062;
  color: #fff;
  padding: 5px;
  margin-top: 40px;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  /*z-index: 1000;*/
  z-index: 5; /* チャットボットがある場合 */
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: var(--bg-color);
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #fff;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #ffff00;;
  color: #181818;
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 60px;
  z-index: 3;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #4682b4;
  color: var(--sub-color);
}
.pagetop a i{
  font-size: 40px;
}


.text-zoom {
    display: inline-block;
    animation: zoomInOut 2s ease-in-out forwards;
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5); /* 一度拡大 */
  }
  100% {
    transform: scale(1); /* 元のサイズに戻す */
  }
}
@media (min-width:375px){

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

  body{
    padding-bottom: 56px;
  }

  .footer_fix{
    display: flex;
  }

  .ftr_logo{
    display: block;
    width: 165px;
    margin-inline:auto;
  }

  .ftr_links{
    display: none;
  }

}
@media (min-width:768px){
  .footer{
    text-align: center;
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .ftr_links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-inline:-16px;
    margin-top: 75px;
  }
  .ftr_link{
    width: 25%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 0 17.5px;
  }
  .ftr_link:nth-child(n+5){
    margin-top: 16px;;
  }
  .ftr_link p{
    letter-spacing: 0.1em;
  }
  .ftr_copy{
    margin-top: 80px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 180px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ftr_links{
    margin-top: 75px;
  }
  .ftr_link{
    text-align: left;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    padding: 0 8px;
  }
  .ftr_link:nth-child(n+5){
    margin-top: 0;
  }
}
@media (min-width:1200px){
  .ftr_link{
    font-size: 16px;
    font-weight: 500;
    padding: 0 17.5px;
  }
}