@charset "UTF-8";



/*******************************
*　
********************************/
u{
  display: inline-block;
  font-style: normal;
  text-decoration: none;
}
p{
  letter-spacing: inherit;
}
.flicker-heading .sp {
  display: inline-block !important;
  width: .25em;
}
#gt-nvframe{
  display: none;
}
.translate_notice{
  font-size:14px;
  text-align: center;
  margin-top: 20px;
  padding: 0 15px;
}

:root{
  --wide-sec-margin: 10px;
}
.section.wide{
  margin-left: 0;
  margin-right: 0;
}
.anchor{
  width: 100%;
}

.read_more_a.hover2{
  
}
.read_more_a.hover2:hover{
  background: #638c0b;
  color: #FFF;
}

.pg_header{
  margin-bottom: 50px;
}
.pg_header_ttl{
  position: absolute;
  z-index: 2;
  top: 52%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  text-align: center;
}
.pg_header_ttl_ja{
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #FFF;
  text-shadow: 2.5px 4.33px 5px rgba(24, 24, 24, 0.99);
}
.pg_header_ttl_en{
  font-size: 32px;
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: 0;
  color: #FFF;
  text-shadow: 2.5px 4.33px 5px rgba(24, 24, 24, 0.99);
}
.pg_header_img{
  
}
.pg_header_img.img_fit:before{
  padding-top: 200px;
}

body:not(.body_home){
  /*padding-top: 25px;*/
}

.hdr_contact_btn.lang{
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.hdr_contact_btn.lang .hdr_lang_select {
  width: 200px;
}
.hdr_contact_btn.lang:hover .hdr_lang_select {
  display: block;
}

.hdr_lang_select a:hover{
  color: #638c0b;
}

.footer_fix .lang{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #fff;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.footer_fix .lang .hdr_lang_select{
  top: auto;
  bottom: 100%;
  left: 0;
  right: 0;
}
.footer_fix .lang:hover .hdr_lang_select{
  display: block;
}


@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (max-width:767px){
  .mv{
    padding-top: 25px;
    margin-top: 0;
  }
}
@media (min-width:768px){
  
  :root{
    --wide-sec-margin: 30px;
  }
  body:not(.body_home){
    /*padding-top: 40px;*/
  }
  
  .section.wide{
    margin-left: var(--wide-sec-margin);
    margin-right: var(--wide-sec-margin);
  }
  .pg_header{
    margin-bottom: 70px;
  }
  .pg_header_ttl{
    top: 50%;
  }
  .pg_header_ttl_ja{
    font-size: 35px;
  }
  .pg_header_ttl_en{
    font-size: 56px;
  }
  .pg_header_img.img_fit:before{
    padding-top: 350px;
  }
  
  
  .tt_en.large .tt_en_h2{
    font-size: 75px;
  }
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  :root{
    --wide-sec-margin: 40px;
  }
  .pg_header{
    margin-bottom: 180px;
  }
  .pg_header_ttl_ja{
    font-size: 35px;
  }
  .pg_header_ttl_en{
    font-size: 76px;
  }
  .pg_header_img.img_fit:before{
    padding-top: 600px;
  }
  
  .tt_en.large .tt_en_h2{
    font-size: 100px;
  }
  .tt_en.large + .sec_sub_en{
    margin-top: 20px;
  }
  
}
@media (min-width:1470px){
  
  
}


/*  */
.largeNav{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin: 0;
  margin-bottom: 30px;
}
.largeNavLeft{
  justify-content: flex-start;
}
.tt_en + .largeNav{
  margin-top: 20px;
}
.largeNav .read_more_a,
.largeNav .webgene-blog .webgene-item a{
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  margin: 0;
  font-size: 20px;
  letter-spacing: 0;
  padding: 20px 10px 17px 30px;
  border-radius: 50px;
  min-width: 0;
  max-width: none;
}
.largeNav .read_more_a:after,
.largeNav .webgene-blog .webgene-item a:after{
  background-image: url('https://w-asobi.com/system_panel/uploads/images/chevron-circle-right-solid.svg');
}
.largeNav .read_more_a:hover:after,
.largeNav .webgene-blog .webgene-item a:hover:after,
.largeNav .webgene-blog .webgene-item a.on:after{
  background-image: url('https://w-asobi.com/system_panel/uploads/images/chevron-circle-right-solid-wh.svg');
}

.largeNav .webgene-blog{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.largeNav .webgene-blog .webgene-item{
  width: 100%;
}
.largeNav .webgene-blog .webgene-item a{
  width: 100% !important;
}
.largeNav .webgene-blog .webgene-item a.on{
  background: #2b4c5a;
  color: #FFF;
}

@media (min-width:768px){
  
  .largeNav{
    gap: 15px 15px;
    margin-bottom: 30px;
  }
  .tt_en + .largeNav{
    margin-top: 50px;
  }
  .largeNav .read_more_a,
  .largeNav .webgene-blog .webgene-item a{
    width: calc((100% - 30px) / 3);
    height: 80px;
    font-size: 24px;
    /*padding: 38px 10px 30px 15px;*/
    padding-left: 15px;
    border-radius: 50px;
  }
  
  .largeNav .webgene-blog{
    gap: 15px 15px;
  }
  .largeNav .webgene-blog .webgene-item{
    width: calc((100% - 30px) / 3);
  }
 
  
  .tt_en_box.mb50{
    margin-bottom: 50px;
  }
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .read_more.multi{
    margin-left: -15px;
    margin-right: -15px;
  }
  .read_more.multi a{
    margin-left: 15px;
    margin-right: 15px;
    
  }
  
  .largeNav{
    gap: 25px 30px;
    margin-bottom: 85px;
  }
  .tt_en + .largeNav{
    margin-top: 50px;
  }
  .largeNav .read_more_a,
  .largeNav .webgene-blog .webgene-item a{
    width: calc((100% - 60px) / 3);
    height: 100px;
    font-size: 24px;
    padding: 16px 10px 10px 60px;
    border-radius: 50px;
  }
  
  
  /*.largeNav .webgene-blog{
    gap: 15px 30px;
  }
  .largeNav .webgene-blog .webgene-item{
    width: calc((100% - 60px) / 3);
  }*/
  
  .largeNav .webgene-blog{
    gap: 15px 20px;
  }
  .largeNav .webgene-blog .webgene-item{
    width: calc((100% - 60px) / 4);
  }
  .largeNav .webgene-blog .webgene-item a{
    padding-left: 45px;
    padding-right: 45px;
  }
  
  
}
@media (min-width:1470px){
  
  
}



/*******************************
*　
********************************/
.pg_staff{

}
.pg_staff .section.sec1{

}
.pg_staff .section.sec2{
  padding-top: 50px;
}
.pg_staff .section.sec3{

}



@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (min-width:768px){
  
  .pg_staff{

  }
  .pg_staff .section.sec1{

  }
  .pg_staff .section.sec2{
    padding-top: 65px;
  }
  .pg_staff .section.sec3{

  }

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


/* 概要 */
.staff_about{
  
}
.tt_en + .staff_about{
  margin-top: 30px;
}
.staff_about_ttl{
  font-size: 24px;
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 15px;
}
.staff_about_txt{
  font-size: 16px;
  font-family: var(--font-en);
  line-height: 1.6;
  letter-spacing: 0;
}

/* スタッフリスト */
.staff_list_wrap{
  
}
* + .staff_list_wrap{
  margin-top: 50px;
}
.staff_list{
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
}

.staff_list_item{
  width: calc((100% - 10px) / 2);
}
.staff_list_item_img{
  
}
.staff_list_item_img.img_fit:before{
  padding-top: 118.431%;
}
.staff_list_item_name{
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0;
  color: #282828;
  text-align: left;
  margin-top: 18px;
  padding: 0 15px 0 0;
  position: relative;
  z-index: 1;
}
.staff_list_item_name:after{
  content: "\f138";
  font-size: 1em;
  font-family: "FontAwesome";
  position: absolute;
  top: 42%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}

.staff_list_item_img img{
  transition: 0.2s all;
}
.staff_list_item:hover .staff_list_item_img img{
  transform: scale(1.02);
}
.staff_list_item:hover .staff_list_item_name:after{
  margin-right: -5px;
}

/* スタッフ詳細 */
.staff_details{
  
}
.staff_details_row{
  font-family: var(--font-en);
}
.staff_details_row + .staff_details_row{
  margin-top: 50px;
}

.staff_details_head{
  width: 100%;
  margin-bottom: 20px;
}
.staff_details_head_en{
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.staff_details_row_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.staff_details_box1{
  width: 100%;
}
.staff_details_box2{
  width: 100%;
  background: #f9f7f3;
  padding: 25px 15px 25px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.staff_details_img{
  
}
.staff_details_img.img_fit:before{
  padding-top: 123.596%;
}
.staff_details_ttl{
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: 1px solid;
  padding-bottom: 7px;
  margin-bottom: 15px;
}
.staff_details_ul{
  
}
.staff_details_ul p{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.333;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.staff_details_ul p:before{
  content: "・";
}
.staff_details_comment{
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  padding-left: 5px;
}
* + .staff_details_comment{
  margin-top: 30px;
}

@media (max-width:374px){
  
}
@media (max-width:717px){
  .staff_about_ttl{
    line-height: 1.2;
  }
  .staff_details_head_en{
    line-height: 1.2;
  }
  .staff_details_comment{
    line-height: 1.6;
  }
  
  .staff_about_txt.sans{
    line-height: 1.875;
  }
}
@media (min-width:414px){
  
  .staff_list_item_name{
    font-size: 17px;
  }
  .staff_list_item_name:after{
    top: 50%;
  }
  
}
@media (min-width:768px){
  
  /* 概要 */
  .staff_about{

  }
  .tt_en + .staff_about{
    margin-top: 50px;
  }
  .staff_about_ttl{
    font-size: 28px;
    margin-bottom: 20px;
  }
  .staff_about_txt{
    font-size: 16px;
    /*line-height: 2.25;*/
  }
  
  /* スタッフリスト */
  .staff_list_wrap{

  }
  * + .staff_list_wrap{
    margin-top: 75px;
  }
  .staff_list{
    gap: 40px 20px;
  }
  .staff_list_item{
    width: calc((100% - 60px) / 3);
  }
  .staff_list_item_name{
    font-size: 16px;
    margin-top: 18px;
  }
  .staff_list_item_name:after{
    font-size: 0.75em;
    top: 50%;
    right: 5px;
  }

  
  /* スタッフ詳細 */
  .staff_details{
    
  }
  .staff_details_row{
  }
  .staff_details_row + .staff_details_row{
    margin-top: 100px;
  }

  .staff_details_head{
    margin-bottom: 50px;
  }
  .staff_details_head_en{
    font-size: 36px;
    padding-bottom: 5px;
  }
  .staff_details_row_inner{
  }
  .staff_details_box1{
    width: 40.09%;
    position: absolute;
    z-index: 2;
    top: -25px;
    left: 0;
  }
  .staff_details_box2{
    width: 82.88%;
    padding: 52px 65px 55px 25.67%;
    margin-left: auto;
  }
  .staff_details_ttl{
    font-size: 30px;
    padding-bottom: 7px;
    margin-bottom: 20px;
  }
  .staff_details_ul{

  }
  .staff_details_ul p{
    font-size: 18px;
    /*line-height: 1.333;*/
  }
  .staff_details_comment{
    font-size: 16px;
    line-height: 1.5;
    padding-left: 5px;
  }
  * + .staff_details_comment{
    margin-top: 30px;
  }
  
}
@media (min-width:1024px){
  
  
  
}
@media (min-width:1200px){
  
  /* 概要 */
  .staff_about{

  }
  .tt_en + .staff_about{
    margin-top: 65px;
  }
  .staff_about_ttl{
    font-size: 32px;
    margin-bottom: 30px;
  }
  .staff_about_txt{
    font-size: 16px;
    line-height: 2.25;
  }
  
  /* スタッフリスト */
  .staff_list_wrap{

  }
  * + .staff_list_wrap{
    margin-top: 115px;
  }
  .staff_list{
    gap: 50px 30px;
  }
  .staff_list_item{
    width: calc((100% - 90px) / 4);
  }
  .staff_list_item_name{
    font-size: 24px;
    margin-top: 18px;
  }
  .staff_list_item_name:after{
  }
  
  /* スタッフ詳細 */
  .staff_details{
    
  }
  .staff_details_row{
  }
  .staff_details_row + .staff_details_row{
    margin-top: 152px;
  }

  .staff_details_head{
    margin-bottom: 85px;
  }
  .staff_details_head_en{
    font-size: 45px;
    padding-bottom: 5px;
  }
  .staff_details_row_inner{
  }
  .staff_details_box1{
    width: 40.09%;
    top: -35px;
  }
  .staff_details_box2{
    width: 82.88%;
    padding: 52px 65px 55px 25.67%;
  }
  .staff_details_ttl{
    font-size: 34px;
    padding-bottom: 7px;
    margin-bottom: 32px;
  }
  .staff_details_ul{

  }
  .staff_details_ul p{
    font-size: 21px;
  }
  .staff_details_comment{
    font-size: 16px;
  }
  * + .staff_details_comment{
    margin-top: 45px;
  }
  
}
@media (min-width:1470px){
  
  
}

.tt_center{
  text-align: center;
}

/*******************************
*　
********************************/
.pg_service{

}
.pg_service .section.sec1{
  padding-bottom: 50px;
}
.pg_service .section.sec2{
  background: #2b4c5a;
  color: #FFF;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_service .section.sec3{
  padding-top: 50px;
}
.pg_service .section.sec4{
  padding-top: 0;
}
.pg_service .section.sec5{

}


@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (min-width:768px){
  
  .pg_service{

  }
  .pg_service .section.sec1{
    padding-bottom: 110px;
  }
  .pg_service .section.sec2{
    padding-top: 90px;
    padding-bottom: 95px;
  }
  .pg_service .section.sec3{
    padding-top: 120px;
  }
  .pg_service .section.sec4{
    padding-top: 80px;
  }
  .pg_service .section.sec5{

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


/* Feature */
.service_feature{
  
}
* + .service_feature{
  margin-top: 40px;
}
.service_feature_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: var(--font-en);
}
.service_feature_row + .service_feature_row{
  margin-top: 50px;
}
.service_feature_box1{
  width: 100%;
  order: 2;
  margin-top: 30px;
}
.service_feature_box2{
  width: 100%;
  order: 1;
}

.service_feature_head{
  margin-bottom: 15px;
}
.service_feature_head_num{
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
  
}
.service_feature_txt{
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
}
.service_feature_img.img_fit:before{
  padding-top: 96.842%;
}

.service_feature + .read_more{
  
}

/* コンテンツ */
.service_contents{
  
}
.service_contents_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: var(--font-en);
}
.service_contents_row + .service_contents_row{
  margin-top: 50px;
}
.service_contents_box1{
  width: 100%;
}
.service_contents_box2{
  width: 100%;
  margin-top: 20px;
}
.service_contents_box3{
  width: 100%;
  background: #f9f7f3;
  margin-top: 20px;
  padding: 30px 20px 30px;
}
.service_contents_box4{
  width: 100%;
}
.service_contents_img{
  
}
.service_contents_img.img_fit:before{
  padding-top: 70.299%;
}

.service_contents_head{
  margin-bottom: 23px;
}
.service_contents_head_ttl1{
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 1px solid;
  margin-bottom: 15px;
}
.service_contents_head_ttl2{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.service_contents_txt{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
}

.service_contents_reco_ttl{
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  text-align: center;
}
.service_contents_reco_list{
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
}
.service_contents_reco_list p{
  padding-left: 25px;
  position: relative;
  z-index: 1;
}
.service_contents_reco_list p+p{
  margin-top: 18px;
}
.service_contents_reco_list p:before{
  content: "\f058";
  font-size: 1.095em;
  font-family: "FontAwesome";
  position: absolute;
  top: -1px;
  left: 0;
}


@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (min-width:768px){
  
  
  /* Feature */
  .service_feature{

  }
  * + .service_feature{
    margin-top: 75px;
  }
  .service_feature_row{
  }
  .service_feature_row + .service_feature_row{
    margin-top: 80px;
  }
  .service_feature_box1{
    /*order: 1;*/
    /*margin-top: 0;*/
  }
  .service_feature_box2{
    /*order: 2;*/
  }

  .service_feature_head{
    margin-bottom: 25px;
  }
  .service_feature_head_num{
    font-size: 32px;
    margin-bottom: 20px;

  }
  .service_feature_txt{
    font-size: 16px;
    line-height: 2.25;
  }
  
  /* コンテンツ */
  .service_contents{

  }
  .service_contents_row{
  }
  .service_contents_row + .service_contents_row{
    margin-top: 70px;
  }
  .service_contents_box1{
    /*width: 51.35%;*/
  }
  .service_contents_box2{
    /*width: 43.24%;*/
    margin-top: 30px;
  }
  .service_contents_box3{
    margin-top: 30px;
    padding: 22px 50px 40px;
  }
  .service_contents_box4{
  }
  
  .service_contents_head{
    margin-bottom: 23px;
  }
  .service_contents_head_ttl1{
    font-size: 34px;
    padding-bottom: 8px;
    margin-bottom: 25px;
  }
  .service_contents_head_ttl2{
    font-size: 21px;
  }
  .service_contents_txt{
    font-size: 16px;
    line-height: 1.75;
  }

  .service_contents_reco_ttl{
    font-size: 30px;
    padding-bottom: 8px;
    margin-bottom: 32px;
  }
  .service_contents_reco_list{
    font-size: 21px;
  }
  .service_contents_reco_list p{
    padding-left: 40px;
  }
  .service_contents_reco_list p+p{
    margin-top: 18px;
  }
  .service_contents_reco_list p:before{
    content: "\f058";
    top: -2px;
  }

}
@media (min-width:1024px){
  
  /* Feature */
  .service_feature{

  }
  * + .service_feature{
    margin-top: 75px;
  }
  .service_feature_row{
  }
  .service_feature_row + .service_feature_row{
    margin-top: 80px;
  }
  .service_feature_box1{
    width: 53%;
    order: 1;
    margin-top: 0;
  }
  .service_feature_box2{
    width: 42%;
    order: 2;
  }

  .service_feature_head{
    margin-bottom: 25px;
  }
  .service_feature_head_num{
    font-size: 32px;
    margin-bottom: 20px;

  }
  .service_feature_txt{
    font-size: 16px;
    line-height: 2.25;
  }
  
  
  /* コンテンツ */
  .service_contents{

  }
  .service_contents_row{
  }
  .service_contents_row + .service_contents_row{
    margin-top: 70px;
  }
  .service_contents_box1{
    width: 51.35%;
  }
  .service_contents_box2{
    width: 43.24%;
    margin-top: 0;
  }
  .service_contents_box3{
    margin-top: 50px;
    padding: 22px 95px 50px;
  }
  .service_contents_box4{
  }
  
  .service_contents_row:nth-child(even) .service_contents_box1{
    order: 2;
  }
  .service_contents_row:nth-child(even) .service_contents_box2{
    order: 1;
  }
  .service_contents_row:nth-child(even) .service_contents_box3{
    order: 3;
  }
  .service_contents_row:nth-child(even) .service_contents_box4{
    order: 4;
  }
  
}
@media (min-width:1200px){
  
  /* Feature */
  .service_feature{

  }
  * + .service_feature{
    margin-top: 75px;
  }
  .service_feature_row{
  }
  .service_feature_row + .service_feature_row{
    margin-top: 80px;
  }
  .service_feature_box1{
    width: 45.04%;
  }
  .service_feature_box2{
    width: 42.79%;
  }
  .service_feature + .read_more{
    margin-top: 85px;
  }
  
  /* コンテンツ */
  .service_contents{

  }
  .service_contents_row{
  }
  .service_contents_row + .service_contents_row{
    margin-top: 115px;
  }
  
}
@media (min-width:1470px){
  
  
}


/*******************************
*　
********************************/
.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:414px){
  
  
}
@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){
  
  
}
@media (min-width:1470px){
  
  
}


/* ツアー一覧 */
.tour_list.kasou{
  
}
* + .tour_list.kasou{
  padding-top: 30px;
}
.tour_list.kasou .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  gap: 50px 10px;
}
.tour_list.kasou .webgene-item{
  width: 100%;
}


@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (min-width:768px){
  
  * + .tour_list.kasou{
    padding-top: 60px;
  }
  
  /* ツアー一覧 */
  .tour_list.kasou{

  }
  * + .tour_list.kasou{
    padding-top: 30px;
  }
  .tour_list.kasou .webgene-blog{
    display: flex;
    flex-wrap: wrap;
    gap: 70px 20px;
  }
  .tour_list.kasou .webgene-item{
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width:1024px){
  
  /* ツアー一覧 */
  .tour_list.kasou .webgene-item{
    width: calc((100% - 40px) / 3);
  }
  
}
@media (min-width:1200px){
  
  
  /* ツアー一覧 */
  .tour_list.kasou{

  }
  * + .tour_list.kasou{
    padding-top: 15px;
  }
  .tour_list.kasou .webgene-blog{
    display: flex;
    flex-wrap: wrap;
    gap: 70px 30px;
  }
  .tour_list.kasou .webgene-item{
    width: calc((100% - 60px) / 3);
  }
  
  .tour_list.kasou .webgene-blog .webgene-pagination{
    margin-top: -10px;
  }
  
  
}
@media (min-width:1470px){
  
  
}


/*******************************
*　
********************************/
.pg_tour2{

}
.pg_tour2 .section.sec1{

}
.pg_tour2 .section.sec2{

}
.pg_tour2 .section.sec2 .tt_en{
  
}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}


@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@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){
  
  .pg_tour2 .section.sec2{
    padding-top: 120px;
  }
  .pg_tour2 .section.sec2 .tt_en{
    margin-bottom: 95px;
  }
  
}
@media (min-width:1470px){
  
  
}


/* ツアー詳細 */
.tour_detail_wrap{
  
}
.tour_detail{
  font-family: var(--font-en);
}

.tour_detail .title{
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.4;
  border-bottom: 1px solid ;
  padding-bottom: 10px;
  margin-bottom: 45px;
}
.tour_detail .post_content{
  margin-top: 60px;
}


/* 記事部分 */
.article_detail{
  
}
.article_row{
  
}
.article_row + .article_row{
  margin-top: 50px;
}
.article_ttl{
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1.4;
  background: #2b4c5a;
  color: #FFF;
  padding: 6px 15px 3px;
  margin-bottom: 15px;
}
.article_txt{
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.025em;
}
.article_photos{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 10px;
}
* + .article_photos{
  margin-top: 30px;
}
.article_photos_item{
  width: 100%;
}
.article_photos_item_img{
  
}
.article_photos_item_img.img_fit img{
  background: #CCC;
}
.article_photos_item_img.img_fit:before{
  padding-top: 83.333%;
}
.article_photos_item_txt{
  text-align: center;
  margin-top: 10px;
}

.article_photos.col2{
  
}
.article_photos.col2 .article_photos_item{
  /*width: calc((100% - 30px) / 2);*/
}
.article_photos.col3{
  
}
.article_photos.col3 .article_photos_item{
  /*width: calc((100% - 60px) / 3);*/
}
.article_photos.col4{
  
}
.article_photos.col4 .article_photos_item{
  /*width: calc((100% - 90px) / 4);*/
}


/* ツアー詳細 */
.article_tbl{
  width: 100%;
}
.article_tbl tr{
  border-bottom: 1px solid #2b4c5a;
}
.article_tbl th,
.article_tbl td{
  padding: 20px 0;
}
.article_tbl th{
  width: 250px;
}
.article_tbl th span{
  display: block;
  font-size: 0.8em;
}
.article_tbl td{
  
}
.article_tbl iframe{
  width: 100%;
}
.article_tbl a{
  color: #638c0b;
}

@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (max-width:767px){
  /* ツアー詳細 */
  .article_tbl,
  .article_tbl tbody,
  .article_tbl tr,
  .article_tbl th,
  .article_tbl td{
    display: block;
  }
  .article_tbl{
  }
  .article_tbl tr{
    border-bottom: 1px solid #2b4c5a;
  }
  .article_tbl th,
  .article_tbl td{
    width: 100%;
    padding: 10px 0;
  }
  .article_tbl th{
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .article_tbl td{
    padding-top: 0;
    padding-bottom: 15px;
  }
}
@media (min-width:768px){
  
  /* ツアー詳細 */
  .tour_detail_wrap{

  }
  .tour_detail{
  }

  .tour_detail .title{
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 45px;
  }
  .tour_detail .post_content{
    margin-top: 60px;
  }


  /* 記事部分 */
  .article_detail{

  }
  .article_row{

  }
  .article_row + .article_row{
    margin-top: 65px;
  }
  .article_ttl{
    font-size: 30px;
    padding: 8px 30px 0px;
    margin-bottom: 40px;
  }
  .article_txt{
    font-size: 16px;
    line-height: 2.25;
  }
  .article_photos{
    gap: 40px 20px;
  }
  * + .article_photos{
    margin-top: 50px;
  }
  .article_photos_item{
    width: calc((100% - 20px) / 2);
  }
  .article_photos_item_img.img_fit:before{
    padding-top: 83.333%;
  }
  .article_photos_item_txt{
    margin-top: 25px;
  }

  .article_photos.col2{

  }
  .article_photos.col2 .article_photos_item{
    width: calc((100% - 20px) / 2);
  }
  .article_photos.col3{

  }
  .article_photos.col3 .article_photos_item{
    width: calc((100% - 40px) / 3);
  }
  .article_photos.col4{

  }
  .article_photos.col4 .article_photos_item{
    width: calc((100% - 60px) / 4);
  }
  
}
@media (min-width:1024px){
  
  
  
}
@media (min-width:1200px){
  
  /* ツアー詳細 */
  .tour_detail_wrap{

  }
  .tour_detail{
  }

  .tour_detail .title{
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 45px;
  }
  .tour_detail .post_content{
    margin-top: 60px;
  }


  /* 記事部分 */
  .article_detail{

  }
  .article_row{

  }
  .article_row + .article_row{
    margin-top: 65px;
  }
  .article_ttl{
    font-size: 30px;
    padding: 8px 30px 0px;
    margin-bottom: 40px;
  }
  .article_txt{
    font-size: 16px;
    line-height: 2.25;
  }
  .article_photos{
    gap: 50px 30px;
  }
  * + .article_photos{
    margin-top: 50px;
  }
  .article_photos_item{
    width: calc((100% - 30px) / 2);
  }
  .article_photos_item_img.img_fit:before{
    padding-top: 83.333%;
  }
  .article_photos_item_txt{
    margin-top: 25px;
  }

  .article_photos.col2{

  }
  .article_photos.col2 .article_photos_item{
    width: calc((100% - 30px) / 2);
  }
  .article_photos.col3{

  }
  .article_photos.col3 .article_photos_item{
    width: calc((100% - 60px) / 3);
  }
  .article_photos.col4{

  }
  .article_photos.col4 .article_photos_item{
    width: calc((100% - 90px) / 4);
  }
  
}
@media (min-width:1470px){
  
  
}



/*******************************
*　ギャラリー（サムネ横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%;
  position: relative;
  z-index: 1;
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

/* メイン */
.gallery_main{

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

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

}

.gallery_captions{
  margin-top: 25px;
  letter-spacing: 0.025em;
  text-align: center;
}


/* 詳細 */
.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;
}

.gallery_slide_prev,
.gallery_slide_next{
  font-size: 24px;
  color: #FFF;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
.gallery_slide_prev{
  left: 15px;
}
.gallery_slide_next{
  right: 15px;
}

/* コピー用 */
@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: 82.88%;
  }
  .gallery_box2{
    width: 14.41%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    margin-top: 0;
  }

  /* サムネ */
  .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;
}

/* フォーム */
.formTbl{
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.formTh {
  font-weight: 500;
  padding: 16px 15px 16px 20px;
  background: #f3f4fb;
  letter-spacing: 0.08em;
}
.formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 3px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  border: 1px solid #b80000;
  color: #b80000;
}
.formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.formTd.a-center{
  display: flex;
  align-items: center;
}
.formTd input[type="text"],
.formTd input[type="tel"],
.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;
}
.formTd select{
  border-radius: 0;
}
.formTd input[name="zip1"]{
  max-width: 120px;
}
.formTd input[name="zip2"]{
  max-width: 150px;
}
.formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.formTd input[name="city"]{
  max-width: 425px;
}
.formTd .addArea + .addArea{
  margin-top: 8px;
}
.formTd .addArea .labelText02{
  width: 75px;
}
.formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.formWrap .text-center{
  padding-top: 52px;
}
.formWrap input[name="privacy"]{
  margin-right: 7px;
}
.formWrap .privacyLabel{
  font-size: 17px;
  display: inline;
  font-weight: 500;
}
.formWrap .privacyLabel a{
  color: #638c0b;
}
.formBtn.formSend {
  display: block;
  min-width: 250px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  border: 1px solid currentColor;
  background: #FFF;
  border-radius: 30px;
  padding: 23px 20px 17px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.formBtn.formSend:before{
  
}
.formBtn.formSend:after{
  content: "\f0a9";
  font-family: 'FontAwesome';
  font-size: 18px;
  position: absolute;
  z-index: 1;
  top: 55%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.formBtn.formSend:hover{
  background: #2b4c5a;
  color: #FFF;
}
.formBtn.formSend:hover:after{
  margin-right: -5px;
}
.formWrap label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.radioArea .d-inline-block{
  margin-right: 11px;
}
.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.8em;
}

.formTd input.autoInput{
  display: none;
  border: 0;
  outline: none;
  pointer-events: none;
}

.formDisplayOnly{
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}

@media only screen and (min-width: 1024px){
  .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }

  .formBtn.formSend{
    min-width: 350px;
  }
  .formBtn.formSend:after{
    right: 26px;
  }
  .thanks_text{
    text-align: center;
  }
}


/* プライバシー */
.contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 26px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 8px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #2b4c5a;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: left;
}
.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 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 47px;
}
.contact_tt.privacy br{
  display: none;
}
.formWrap .d-inline{
  display: inline-block!important;
}
.formWrap .d-inline-block {
  vertical-align: middle;
}

.privacy_box{
  padding: 30px 50px 30px 28px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #bfbfbf;
  margin-top: 0;
  color: #000000;
  margin-top: 60px;
  margin-bottom: 0;
}

.formBtn.formSend{
  
}

.privacy_contact{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.privacy_contact p,
.privacy_contact img{
  
}
.privacy_contact p{
  
}
.privacy_contact img{
  margin-bottom: 2px;
}

@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;
  }
  .formTh {
    padding: 5px 10px;
  }
  .formTd {
    font-size: 13px;
    padding: 10px;
  }
  .formTd input[name="zip1"] {
    width: 80px;
  }
  .formTd input[name="zip2"] {
    width: 100px;
  }
  .formTd select[name="pref"] {
    width: 155px;
  }
  .formTd input[type="text"]::placeholder,
  .formTd input[type="tel"]::placeholder,
  .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .formWrap .text-center {
    padding-top: 25px;
  }
  .formWrap .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;
  }
  .formWrap .d-inline {
    display: block!important;
  }
  .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 7px 4px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

  .radioArea .d-inline-block {
    margin-right: 10px;
  }
  .contact_tt {
    margin-bottom: 20px;
  }

  .privacy_box{
    padding: 30px 10px; 
  }


  .contact_info_bg {
    padding: 18px 10px;
  }

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

  .formBtn.formSend{
  }
  .formBtn.formSend:after{
    
  }

  .thanks_text{
    margin-top: 20px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.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_recruit{

}
.pg_recruit .section.sec1{

}
.pg_recruit .section.sec2{

}
.pg_recruit .section.sec3{

}
.pg_recruit .section.sec4{
  padding-top: 30px;
}
.pg_recruit .section.sec5{

}


@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (min-width:768px){
  
  .pg_recruit{

  }
  .pg_recruit .section.sec1{

  }
  .pg_recruit .section.sec2{
    padding-bottom: 150px;
  }
  .pg_recruit .section.sec3{
    padding-top: 170px;
  }
  .pg_recruit .section.sec4{
    padding-top: 100px;
  }
  .pg_recruit .section.sec4 .tt_en_box{
    margin-bottom: 50px;
  }
  .pg_recruit .section.sec5{

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


/*  */
.training_h2.center{
  text-align: center;
}
.training_h2_sub{
  font-size: 24px;
  font-family: var(--font-en);
  letter-spacing: 0;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 40px;
}

/* 募集要項 */
.recruit_tbl{
  
}
.recruit_tbl .table_rows_th,
.recruit_tbl .table_rows_td{
  border-color: #a6a6a6;
  letter-spacing: 0.075em;
  line-height: 1.875;
  padding: 10px 15px;
}
.recruit_tbl .table_rows_th{
  width: 285px;
  background: #f5f5f5;
  font-weight: 500;
}
.recruit_tbl .table_rows_td{
}

.pg_recruit .service_feature.training .service_feature_txt{
  font-weight: 400;
}

@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (min-width:768px){
  
  /* 募集要項 */
  .recruit_tbl{

  }
  .recruit_tbl .table_rows_th,
  .recruit_tbl .table_rows_td{
    padding: 19px 10px;
  }
  .recruit_tbl .table_rows_th{
    width: 160px;
    padding-left: 25px;
  }
  .recruit_tbl .table_rows_td{
    padding-left: 35px;
    padding-right: 35px;
  }
  
  .training_h2_sub{
    font-size: 36px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  
}
@media (min-width:1024px){
  
  .training_h2_sub{
    font-size: 40px;
  }
  
}
@media (min-width:1200px){
  
  /* 募集要項 */
  .recruit_tbl{

  }
  .recruit_tbl .table_rows_th,
  .recruit_tbl .table_rows_td{
    line-height: 2;
    padding: 19px 10px;
  }
  .recruit_tbl .table_rows_th{
    width: 285px;
    padding-left: 50px;
  }
  .recruit_tbl .table_rows_td{
    padding-left: 65px;
    padding-right: 65px;
  }
  
}
@media (min-width:1470px){
  
  
}


/*******************************
*　
********************************/
.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:414px){
  
  
}
@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){
  
  
}
@media (min-width:1470px){
  
  
}


/*  */
.company_tbl{
  
}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  border-color: #b3b3b3;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875;
  padding: 10px 15px;
}
.company_tbl .table_rows_th{
  background: #f3f3f3;
}
.company_tbl .table_rows_td{
}

@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (min-width:768px){
  
  /*  */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    line-height: 1.875;
    padding: 17px 20px;
  }
  .company_tbl .table_rows_th{
    width: 255px;
  }
  .company_tbl .table_rows_td{
    padding-left: 30px;
  }
  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  
}
@media (min-width:1470px){
  
  
}


/*******************************
*　
********************************/
.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:414px){
  
  
}
@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){
  
  
}
@media (min-width:1470px){
  
  
}


/*  */
@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (min-width:768px){
  
  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  
}
@media (min-width:1470px){
  
  
}
