@charset "UTF-8";
.body_aftertour,
.body_company,
.body_news,
.body_newsDetail{
  background-image: url(/system_panel/uploads/images/www.jpg);
  background-repeat: repeat;
}

.hdr_sns_item.line p:before {
  content: "";
  display: block;
  width: 36px;
  aspect-ratio: 36 / 35;
  background-image:url(/system_panel/uploads/images/line.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
}

.header{
  --logo-height: 76px;
}

.hdr_sns_item p{
  text-shadow:
  1.5px  1.5px 0.5px #ffffff,
  -1.5px  1.5px 0.5px #ffffff,
  1.5px -1.5px 0.5px #ffffff,
  -1.5px -1.5px 0.5px #ffffff,
  1.5px  0px 0.5px #ffffff,
  0px  1.5px 0.5px #ffffff,
  -1.5px  0px 0.5px #ffffff,
  0px -1.5px 0.5px #ffffff;
}

.read_more.lg a{
  justify-content: center;
  max-width: 540px;
  width: 100%;
  text-align: center;
}
/*******************************
*　about
********************************/

/* セクション設定 */
.pg_forbiginners{
  --biz-bg-resize: 0.5;
}
.pg_forbiginners .section.sec1{

}
.pg_forbiginners .section.sec2{
  position: relative;
  z-index: 1;
  background: #13335f;
}
.pg_forbiginners .section.sec2:before{
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio:1920 / 642;
  background-image: url(/system_panel/uploads/images/bl_top.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -234px;
  left: 50%;
  transform:translateX(-50%);
}
.pg_forbiginners .section.sec3{
  background: #faf7f3;
  /*    background-image: url(/system_panel/uploads/images/bl_btm.png);
      background-repeat: no-repeat, no-repeat;
      background-size: auto calc(472px * var(--biz-bg-resize));
      background-position: center top*/
  position: relative;
}
.pg_forbiginners .section.sec3:before{
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio:1920 / 50;
  background-image: url(/system_panel/uploads/images/bl_btm.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 50%;
  transform:translateX(-50%);
  z-index: 1;
}
.pg_forbiginners .section.sec4{
  background-image: url(/system_panel/uploads/images/www.jpg);
  background-repeat: repeat;
  padding-bottom: 100px;
}
.pg_forbiginners .section.sec5{
  background: #2c7594;
  position: relative;
  padding-bottom: 140px;
}
.pg_forbiginners .section.sec5:before{
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio:1920 / 193;
  background-image: url(/system_panel/uploads/images/oooo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -193px;
  left: 50%;
  transform:translateX(-50%);
  z-index: 1;
}
.pg_forbiginners .section.sec6{
  background: #fbf9f5;
  position: relative;
  padding-bottom:80px;
}
.pg_forbiginners .section.sec6:before{
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio:1920 / 50;
  background-image: url(/system_panel/uploads/images/qa.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 50%;
  transform:translateX(-50%);
  z-index: 1;
}

.section.image{
  background: #fbf8f4;
  padding-bottom: 0;
}

/*sec6*/
.forbiginners_sec5_wrap{

}
.forbiginners_sec5_wrap .content_desc.center{
  margin-top: 30px;
}
.forbiginners_sec5_wrap .lg_t1.bl .lg_t1_h2{
  margin-top: 12px;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_forbiginners .section.sec2:before{
    width: 1200px;
    top: -139px;
  }

  .pg_forbiginners .section.sec5:before{
    width: 1000px;
    top: -72px;
  }
  
  .gnav_box_sns{
    margin-bottom: 20px;
  }
  .gnav_box_sns .hdr_sns_item{
        display: block;
width: 133px;
    margin-inline:auto;
  }
  .gnav_box_sns .hdr_sns_item p{
      display: flex;
        align-items: center;
      justify-content: flex-start;
        font-family: "Cardo", serif;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.075em;
  }
  .gnav_box_sns .hdr_sns_item.insta p:before{
            content: "";
        display: block;
        width: 36px;
        aspect-ratio: 36 / 35;
        background-image: url(/system_panel/uploads/images/insta.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 20px;
  }
  .gnav_box_sns .hdr_sns_item.contact p:before{
    content: "";
        display: block;
        width: 36px;
        aspect-ratio: 36 / 29;
        background-image: url(/system_panel/uploads/images/contact.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 20px;
  }

}
@media (min-width:768px){
  .pg_forbiginners{
    --biz-bg-resize: 0.7;
  }
  .pg_forbiginners .section.sec1{

  }
  .pg_forbiginners .section.sec2{
    padding-top: 12px;
    padding-bottom: 125px;
  }
  .pg_forbiginners .section.sec3{

  }
  .pg_forbiginners .section.sec4{
    padding-top: 112px;
    padding-bottom: 400px;
  }
  .pg_forbiginners .section.sec5{
    padding-top: 0;
    padding-bottom: 200px;
  }
  .pg_forbiginners .section.sec6{
    padding-bottom: 151px;
  }

  .gnav_box_sns{
    margin-bottom: 30px;
  }
  .gnav_box_sns .hdr_sns_item{
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .gnav_box_sns .hdr_sns_item p{
            font-size: 20px;
   justify-content: flex-start;
  }
}
@media (min-width:1024px){


}
@media (min-width:1200px){
  .pg_forbiginners{
    --biz-bg-resize: 1.0;
  }
  .pg_forbiginners .section.sec1{

  }
  .pg_forbiginners .section.sec2{

  }
  .pg_forbiginners .section.sec3{

  }
  .pg_forbiginners .section.sec4{
    padding-bottom: 400px;
  }
  .pg_forbiginners .section.sec5{
    padding-bottom: 246px;
  }
  .pg_forbiginners .section.sec6{
    padding-bottom: 151px;
  }

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


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


}


.bl_sec_bg{
  /*  background: #13335f;
    background-image: url(/system_panel/uploads/images/bl_top.png), url(/system_panel/uploads/images/bl_btm.png);
    background-repeat: no-repeat, no-repeat;
    background-size: auto calc(642px * var(--biz-bg-resize)), auto calc(472px * var(--biz-bg-resize));
    background-position: center top, center bottom;*/
}
.pos{
  position: absolute;
  z-index: 1;
}
.big_pos1{
  width: 15.3%;
  aspect-ratio: 187 / 145;
  top: 110px;
  left: 0;
}
.big_pos2{
  width: 12.03%;;
  aspect-ratio:183 / 390;
    top: 120px;
  right: 0;
}
.big_pos3{
  width: 20.59%;;
  aspect-ratio:313 / 138;
  top: 67.5%;
  left: 48%;
  transform: translateX(-50%);
}

/* メイン部分 */
/*sec1*/
.page_head{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.page_head_box1{
  width: 100%;
  position: relative;
  padding-top: 60px;
}
.page_head:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.page_head.bg_or:before{
  background: #db7b35;
}
.cardo_tt{
  font-size: 20px;
  font-weight: 700;
  font-family: "Cardo", serif;
  line-height: 1;
  text-shadow    : 
    1px  1px 0px #4e4e4e,
    -1px  1px 0px #4e4e4e,
    1px -1px 0px #4e4e4e,
    -1px -1px 0px #4e4e4e,
    1px  0px 0px #4e4e4e,
    0px  1px 0px #4e4e4e,
    -1px  0px 0px #4e4e4e,
    0px -1px 0px #4e4e4e; 
  position: relative;
  z-index: 1;
  margin-bottom: 17px;
}

.cardo_tt .or,
.cardo_tt.or{
  color: #ff7e00;
  text-shadow:none;
}
.cardo_tt.ye{
  color: #fbf321;
}
.cardo_tt.no_sdw{
  text-shadow: none;
}
.cardo_tt p{
  display: inline-block;
  letter-spacing: 0.075em;
  background: #fff;
  border: 1px solid #404040;
  position: relative;
  padding: 5px 15px;
}
.page_head_box1 .cardo_tt p{
  padding: 5px 8px 5px 15px;
}
.body_home .cardo_tt{
    text-shadow    : 
    1px  1px 0px #4e4e4e,
    -1px  1px 0px #4e4e4e,
    1px -1px 0px #4e4e4e,
    -1px -1px 0px #4e4e4e,
    1px  0px 0px #4e4e4e,
    0px  1px 0px #4e4e4e,
    -1px  0px 0px #4e4e4e,
    0px -1px 0px #4e4e4e; 
}
.body_home .cardo_tt.sb{
  color: #78b8e9;
}
.body_home .cardo_tt.ye{
  color: #fbf321;
}
.cardo_tt p:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/system_panel/uploads/images/v.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
}
.sub_tt{
  font-size: 24px;
  font-weight: 400;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.29em;
  color: #fff;
}
.sub_tt p{
  letter-spacing: 0.075em;
}
.content_desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875em;
  text-align: justify;
}
.page_head_box1 .content_desc{
  margin-top: 20px;
}
.content_desc.wh{
  color: #fff;
}
.content_desc p{
  letter-spacing: 0.075em;
}
.content_desc p + p{
  margin-top: 20px;
}
.page_head_box2{
  width: 100%;
  margin-top: 20px;
}
.page_head_box2_inner{

}
.page_head_box2_img{

}
.page_head_box2_img:before{
  padding-top: 94.35%;
}

/*sec2*/
.forbiginners_sec1_wrap{
  position: relative;
  z-index: 1;
}
.lg_t1{
  text-align: center; 
  position: relative;
  z-index: 1;
}
.lg_t1_en{
  font-size: clamp(3.75rem, 2.625rem + 5.63vw, 9.375rem);
font-size: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
  font-weight: 700;
  font-family: "Cardo", serif;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #13335f;
  /*  filter:
      drop-shadow(1px 0 0 #fff)
      drop-shadow(-1px 0 0 #fff)
      drop-shadow(0 1px 0 #fff)
      drop-shadow(0 -1px 0 #fff)
      drop-shadow(1px 1px 0 #fff)
      drop-shadow(-1px 1px 0 #fff)
      drop-shadow(1px -1px 0 #fff)
      drop-shadow(-1px -1px 0 #fff);*/
  -webkit-text-stroke: 1px #fff;
}
.lg_t1.sm .lg_t1_en{
  font-size: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
  -webkit-text-stroke: 1px #13335f;
}
.lg_t1.bl .lg_t1_en{
  color: #faf8f4;
}
.lg_t1.or .lg_t1_en{
  color: #edf4f7;
  -webkit-text-stroke: 1px #ec7242;
}
.lg_t1_h2{
  max-width: 530px;
  width: 100%;
  display: block;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #fff;
  background: #fff;
  /*  -webkit-text-stroke: 1px #000;*/
  border: 2px solid #fbf321;
  /*  text-shadow    : 
      1px  1px 0px #000000,
      -1px  1px 0px #000000,
      1px -1px 0px #000000,
      -1px -1px 0px #000000,
      1px  0px 0px #000000,
      0px  1px 0px #000000,
      -1px  0px 0px #000000,
      0px -1px 0px #000000;   */
  text-shadow :none;
  color: #ff7e00;
  padding: 5px 10px;
  position: relative;
  margin-inline:auto;
  margin-top: -30px;
}
.lg_t1.bl .lg_t1_h2{
  max-width: 654px;
  border: 2px solid #13335f;
  text-shadow:
    1px  1px 0px #e1c145,
    -1px  1px 0px #e1c145,
    1px -1px 0px #e1c145,
    -1px -1px 0px #e1c145,
    1px  0px 0px #e1c145,
    0px  1px 0px #e1c145,
    -1px  0px 0px #e1c145,
    0px -1px 0px #e1c145;
  text-shadow:none;
  background: #fff;
  padding: 5px 10px;
  margin-top: 0;
}
.lg_t1 .lg_t1_h2.short{
  display: inline-block;
  max-width: inherit;
  width: auto;
    padding: 5px 15px 5px 25px;
}

.lg_t1_h2:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/system_panel/uploads/images/v.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
}
.lg_t1.bl .lg_t1_h2:after{
  background-image: url(/system_panel/uploads/images/ll.png);
}


.content_desc.center{

}
.content_desc.center p + p{
  margin-top: 0;
}
.forbiginners_sec1_wrap .content_desc{
  color: #fff; 
  margin-top: 29px;
}

.forbiginners_sec1_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 23px;
  position: relative;
  z-index: 2;
}
.forbiginners_sec1_item{
  width: 100%;
  position: relative;
}
.forbiginners_sec1_item:nth-child(n+2){
  margin-top: 50px;;
}
.forbiginners_sec1_item:after{
  content: "";
  display: block;
  width: 104.02%;
  aspect-ratio:1;
  border-radius: 50%;
  background: linear-gradient(180deg,rgba(233, 188, 171, 1) 0%, rgba(221, 194, 210, 1) 57%, rgba(208, 198, 244, 1) 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.forbiginners_sec1_item_inner{
  background: #fff;
  text-align: center;
  border-radius: 50%;
  aspect-ratio:1;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.forbiginners_sec1_item_en{
  font-size: 20px;
  font-weight: 700;
  font-family: "Cardo", serif;
  line-height: 1;
  letter-spacing: 0.075em;
  text-shadow: 1px 1px 0px #4e4e4e, -1px 1px 0px #4e4e4e, 1px -1px 0px #4e4e4e, -1px -1px 0px #4e4e4e, 1px 0px 0px #4e4e4e, 0px 1px 0px #4e4e4e, -1px 0px 0px #4e4e4e, 0px -1px 0px #4e4e4e;
  color: #f4dac3;
}
.forbiginners_sec1_item_tt{
  font-size: 24px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  line-height: 1.47em;
  margin-top: 11px;
}
.forbiginners_sec1_item_tt p{
  letter-spacing: 0.075em;
}
.forbiginners_sec1_item_desc{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.875em;
}
.forbiginners_sec1_item_desc:before{
  content: "";
  display: block;
  width: 96px;
  border-bottom: 3px solid #f4dac3;
  margin-inline:auto;
  margin-top: 19px;
  margin-bottom: 18px;
}
.forbiginners_sec1_item_desc_tt{
  font-size: 16px;
  font-weight: 500;
  color: #f33914;
  letter-spacing: 0.075em;
}
.forbiginners_sec1_item_desc p{
  letter-spacing: 0.075em;
}

.forbiginners_sec1_msg{
  text-align: center;
  margin-top: 30px;
}

/*sec2*/
.cross_bg{
  background-image: url(/system_panel/uploads/images/cross.jpg);
  background-repeat: repeat;
}
.forbiginners_sec2_wrap .content_desc.center{
  margin-top: 28px;
}
.forbiginners_sec2_wrap .lg_t1.bl .lg_t1_h2{
  margin-top: 11px;
}

.forbiginners_sec2_contents1{
  margin-top: 40px;
}
.forbiginners_sec2_items{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap:50px 0;
  padding: 0 16px;
  padding-top: 46px;
  padding-bottom:40px;
}
.forbiginners_sec2_item{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.forbiginners_sec2_item_left{
  width: 100%;
}
.forbiginners_sec2_item_left_txt1{
  font-size: 24px;
  font-weight: 400;
  font-family: "Cardo", serif;
  line-height: 1;
  letter-spacing: 0;
}
.forbiginners_sec2_item_left_txt1 strong{
  font-weight: 400;
}
.forbiginners_sec2_item_left_txt2{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.forbiginners_sec2_item_right{
  width: 100%;
  position: relative;
}
.forbiginners_sec2_item_right:after{
  content: "";
  display: block;
  width: 100vw;
  height: 87px;
  position: absolute;
  right: 20px;
  bottom: -5px;
}
.forbiginners_sec2_item:nth-child(1) .forbiginners_sec2_item_right:after{
  background: #84ccc9;
}
.forbiginners_sec2_item:nth-child(1) .forbiginners_sec2_item_left_txt1 strong{
  color: #84ccc9;
}
.forbiginners_sec2_item:nth-child(2) .forbiginners_sec2_item_right:after{
  background: #78b9d8;
}
.forbiginners_sec2_item:nth-child(2) .forbiginners_sec2_item_left_txt1 strong{
  color: #516d93;
}
.forbiginners_sec2_item:nth-child(3) .forbiginners_sec2_item_right:after{
  background: #facd89;
}
.forbiginners_sec2_item:nth-child(3) .forbiginners_sec2_item_left_txt1 strong{
  color: #e09119;
}
.forbiginners_sec2_item:nth-child(4) .forbiginners_sec2_item_right:after{
  background: #d1c0a5;
}
.forbiginners_sec2_item:nth-child(4) .forbiginners_sec2_item_left_txt1 strong{
  color:#716756;
}

.forbiginners_sec2_item_right_img:before{
  padding-top: 71.85%;
}
.forbiginners_sec2_item_h2{
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  color: #fff;
}
.forbiginners_sec2_item_desc{
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875em;
  text-align: justify;
  margin-top: 11px;
}
.forbiginners_sec2_item_desc p{
  letter-spacing: 0;
}

.forbiginners_sec2_contents2{
  margin-top: 60px;
  padding-top: 34px;
  padding-bottom: 40px;
}
.forbiginners_sec2_contents2_tt{
  text-align: center;
  margin-bottom: 35px;

}
.forbiginners_sec2_contents2_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-inline:16px;
}
.forbiginners_sec2_contents2_box1{
  width: 100%;
}
.forbiginners_sec2_contents2_box1_img:before{
  padding-top: 66.666%;
}
.forbiginners_sec2_contents2_box2{
  width: 100%;
  margin-top: 20px;
}
.forbiginners_sec2_contents2_box2_h2{
  font-size: 24px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.075em;
}
.forbiginners_sec2_contents2_box2_h2:after{
  content: "";
  display: block;
  width: 96px;
  border-top: 3px solid #f4dac3;
  margin-top: 22px;
}
.forbiginners_sec2_contents2_box2 .content_desc{
  margin-top: 27px;
}

.section_img{
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  aspect-ratio:1920  / 735;
}
.section_img img{
  max-width: none;
  position: absolute;
  z-index: 1;
  top: 0;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(/system_panel/uploads/images/bbbb.png);
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

/*sec3*/
.forbiginners_sec3_wrap{
  position: relative;
  z-index: 1;
}
.forbiginners_sec3_wrap .content_desc.center{
  margin-top: 30px;
}

.forbiginners_sec3_items{
  margin-top: 40px;
}
.forbiginners_sec3_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.forbiginners_sec3_item:nth-child(n+2){
  margin-top: 60px;
}
.forbiginners_sec3_item_box1{
  width: 100%;
  order: 2;
  margin-top: 40px;
}
.forbiginners_sec3_item_box1_en{
  font-size: 24px;
  font-weight: 400;
  font-family: "Cardo", serif;
  line-height: 1;
  letter-spacing: 0.075em;
  margin-bottom: 11px;
}
.forbiginners_sec3_item:nth-child(odd) .forbiginners_sec3_item_box1_en{
  color: #2c7594;
}
.forbiginners_sec3_item:nth-child(even) .forbiginners_sec3_item_box1_en{
  color: #db7b35;
}
.forbiginners_sec3_item_box1_tt{
  font-size: 24px;
  font-weight: 400;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.625em;;
}
.forbiginners_sec3_item_box1_tt p{
  letter-spacing: 0;
}
.forbiginners_sec3_item .content_desc{
  margin-top: 20px;
}
.forbiginners_sec3_item .content_desc p{

}
.forbiginners_sec3_item_box2_outer{
  position: relative;
}
.forbiginners_sec3_item_box2{
  width: 75%;
  order: 1;
  margin-inline:auto;
}
.forbiginners_sec3_item_box2_outer{

}
.forbiginners_sec3_item_box2_img{
  border: 10px solid #fff;
  box-shadow: 0px 2px 5.7px 0.3px rgba(0, 0, 0, 0.3);
  transform: rotate(-0.5deg);
}
.forbiginners_sec3_item_box2_img:before{
  padding-top: 138.32%;
}
.dummy{
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  position: absolute;
  background: #d9d9d9;
  box-shadow: 0px 2px 5.7px 0.3px rgba(0, 0, 0, 0.3);
  transform-origin: center center;
}
.dummy.no1{
  top: -1px;
  transform: rotate(-5.95deg);
  left: 0px;
  /*        width: 93%;
      height: 98%;*/
}
.dummy.no2{
  top: 6px;
  transform: rotate(7.95deg);
  left: 8px;
}

/*sec5*/
.lg_t1.wh{

}
.lg_t1.wh .lg_t1_en{
  color: #2c7594;
  -webkit-text-stroke: 1px #fff;
}
.lg_t1.wh .lg_t1_h2{
  border: 2px solid #fbf321;
  text-shadow: 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, -1px -1px 0px #000000, 1px 0px 0px #000000, 0px 1px 0px #000000, -1px 0px 0px #000000, 0px -1px 0px #000000;
  text-shadow:none;
}
.lg_t1.wh .lg_t1_h2:after{
  background-image: url(/system_panel/uploads/images/v.png);
}
.forbiginners_sec4_tt{
  font-size: 24px;
  font-weight: 400;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.075em;
  color: #fff;
  text-align: center;
  margin-top: 27px;
}
.forbiginners_sec4_wrap .content_desc.center{
  margin-top: 20px;
  color: #fff;
  margin-bottom: 30px;
}

.forbiginners_sec4_items{
  display: flex;
  flex-wrap: wrap;
  gap:30px 0;
}
.forbiginners_sec4_items2{
  margin-top: 30px;
}
.forbiginners_sec4_item{
  width: 100%;
  background: linear-gradient(180deg,rgba(155, 196, 252, 1) 0%, rgba(185, 196, 252, 1) 57%, rgba(209, 195, 252, 1) 100%);
  padding: 0 0 17px 17px;
  border-radius: 20px;
}
.forbiginners_sec4_item_inner{
  background: #fff;
  border-radius: 0px 20px 0px 20px;
  text-align: center;
  padding-top: 31px;
  padding-bottom: 30px;
}
.forbiginners_sec4_item .forbiginners_sec1_item_en{

}
.forbiginners_sec4_item_h3{
  font-size: 24px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.075em;
  margin-top: 17px;
}
.forbiginners_sec4_item_h3:after{
  content: "";
  display: block;
  width: 96px;
  border-top: 3px solid #f4dac3;
  margin-top: 12px;
  margin-inline:auto;
}
.forbiginners_sec4_item_img{
  margin-top: 13px;
}
.forbiginners_sec4_item_sub{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
}

.forbiginners_sec4_items2 .forbiginners_sec4_item_sub{
  margin-top: 16px;
}

.forbiginners_sec5_items{
  margin-top: 80px;
}
.forbiginners_sec5_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 0 0 36px;
}
.forbiginners_sec5_item:nth-child(n+2){
  margin-top: 60px;
}
.forbiginners_sec5_item:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-image: url(/system_panel/uploads/images/cross.jpg);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  z-index: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.forbiginners_sec5_item_box1{
  width: 75%;
  position: relative;
  z-index: 1;
  margin-inline:auto;
}
.forbiginners_sec5_item_box1 .forbiginners_sec3_item_box2_outer{

}
.forbiginners_sec5_item_box2{
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.forbiginners_sec5_item_name{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.075em;
  background: #db7b35;
  color: #fff;
  padding: 8px 14px;
  max-width: 590px;
  width: 100%;
}
.forbiginners_sec5_item_box2_desc1{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875em;
  margin-top: 25px;
}
.forbiginners_sec5_item_box2_desc1 p{
  letter-spacing: 0.075em;
}
.forbiginners_sec5_item_box2_msg{
  margin-top: 30px;
}
.forbiginners_sec5_item_box2_en{
  font-size: 28px;
  font-weight: 700;
  font-family: "Cardo", serif;
  letter-spacing: 0;
  line-height: 1;
  color: #db7b35;
}
.forbiginners_sec5_item_box2_desc2{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875em;
  margin-top: 20px;
}
.forbiginners_sec5_item_box2_desc2 p{
  letter-spacing: 0.075em;
}

.admin_img_box{
  display: none;
}
.gjs-dashed .admin_img_box{
  display: flex;
  flex-wrap: wrap;
  gap:20px;
}
.gjs-dashed .admin_img_box_img{
  width: calc(50% - 10px);
} 
@media (max-width:767px){
  .forbiginners_sec1_wrap .content_desc{
    margin-top: 70px;
  }
  .forbiginners_sec1_item_inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
  }

  .forbiginners_sec2_item_h2{
    padding: 5px;
  }
  .forbiginners_sec2_item_left{
    margin-bottom: 16px;
  }
  .forbiginners_sec2_item_right:after{
    right: 0;
  }

  .forbiginners_sec2_contents2_tt{
    width: 240px;
    margin-inline: auto;
  }

  .forbiginners_sec4_item_inner{
    padding-inline:16px;
  }

  .lg_t1_h2{
    line-height: 1.6;
  }
  
  .sub_tt p{
    letter-spacing: 0;
  }
}
@media (min-width:768px){
  .big_pos1{
    width: 12.30%;;
    aspect-ratio:187 / 145;
    top: 7.5%;
    left: 0;
  }
  .big_pos2{
    width: 12.03%;;
    aspect-ratio:183 / 390;
    top: 8%;
    right: 0;
  }
  .big_pos3{
    width: 20.59%;;
    aspect-ratio:313 / 138;
    top: 67.5%;
    left: 48%;
    transform: translateX(-50%);
  }

  /*sec1*/
  .page_head{

  }
  .page_head_box1{
    padding: 83px 41px 0 0;
  }
  .cardo_tt{
    font-size: 22px;
  }
  .cardo_tt p{

  }
  .sub_tt{
    font-size: 22px;
  }
  .sub_tt p{

  }
  .content_desc{
    line-height: 2.25em;
  }
  .content_desc p{

  }
  .content_desc p + p{
    margin-top: 37px;
  }
  .page_head_box1 .content_desc{
    margin-top: 30px;
  }
  .page_head_box2{
    margin-top: 30px;
  }
  .page_head_box2_inner{

  }
  .page_head_box2_img{

  }
  .page_head_box2_img:before{

  }

  /*sec2*/
  .lg_t1{

  }
  .lg_t1_en{
    -webkit-text-stroke: 1px #fff;
  }
  .lg_t1_h2{
    font-size: 30px;
    padding: 5px 20px;
    margin-top: 0;
  }

  .content_desc.center{
    text-align: center;
  }
  .content_desc.center p + p{
    margin-top: 0;
  }

  .forbiginners_sec1_items{

  }
  .forbiginners_sec1_item{
    width: 100%;
  }
  .forbiginners_sec1_item:nth-child(n+2){
    margin-top: 50px;;
  }
  .forbiginners_sec1_item_inner{
    padding-top: 140px;
  }
  .forbiginners_sec1_item_en{
    font-size: 30px;
  }
  .forbiginners_sec1_item_tt{
    font-size: 28px;
  }
  .forbiginners_sec1_item_tt p{

  }
  .forbiginners_sec1_item_desc{
    font-size: 16px;
    line-height: 2.25em;
  }
  .forbiginners_sec1_item_desc_tt{
    font-size: 20px;
  }
  .forbiginners_sec1_item_desc p{

  }
  .forbiginners_sec1_msg{
    text-align: center;
    margin-top: -30px;
  }

  .forbiginners_sec2_contents1{
    margin-top: 73px;
  }
  .forbiginners_sec2_items{
    padding: 0 24px;
    padding-top: 46px;
    padding-bottom:40px;
  }
  .forbiginners_sec2_item{
    position:relative;
  }
  .forbiginners_sec2_item_left{
    width: 14.91%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 0;
    position: relative;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;
  }
  .forbiginners_sec2_item_left_txt1{
    font-size: 30px;
  }
  .forbiginners_sec2_item_left_txt2{
    font-size: 20px;
    line-height: 1;
  }
  .forbiginners_sec2_item_right{
    width: 84.21%;
    margin-left: auto;
  }
  .forbiginners_sec2_item_right_img:before{

  }
  .forbiginners_sec2_item_h2{
    font-size: 26px;
    padding-top: 14px;
    padding-left: 0;
    margin-left: -7px;
  }
  .forbiginners_sec2_item_desc{
    width: 85.21%;
    margin-left: auto;
    line-height: 2.25em;
  }
  .forbiginners_sec2_item_desc p{

  }

  .forbiginners_sec2_contents2{
    margin-top: 95px;
    padding-bottom: 92px;
  }
  .forbiginners_sec2_contents2_tt{

  }
  .forbiginners_sec2_contents2_box{

  }
  .forbiginners_sec2_contents2_box1{

  }
  .forbiginners_sec2_contents2_box1_img:before{

  }
  .forbiginners_sec2_contents2_box2{
    margin-top: 30px;
  }
  .forbiginners_sec2_contents2_box2_h2{
    font-size: 30px;
  }
  .forbiginners_sec2_contents2_box2_h2:after{

  }
  .forbiginners_sec2_contents2_box2 .content_desc{

  }

  /*sec3*/
  .forbiginners_sec3_wrap .content_desc.center{
    margin-top: 30px;
  }

  .forbiginners_sec3_items{
    margin-top: 69px;
  }
  .forbiginners_sec3_item{

  }
  .forbiginners_sec3_item:nth-child(n+2){
    margin-top:116px;
  }
  .forbiginners_sec3_item_box1{
    margin-top: 60px;
  }
  .forbiginners_sec3_item_box1_en{
    font-size: 30px;
  }
  .forbiginners_sec3_item_box1_tt{
    font-size: 24px;
  }
  .forbiginners_sec3_item_box1_tt p{

  }
  .forbiginners_sec3_item .content_desc{

  }
  .forbiginners_sec3_item .content_desc p{

  }
  .forbiginners_sec3_item_box2{

  }
  .forbiginners_sec3_item_box2_outer{

  }
  .forbiginners_sec3_item_box2_img:before{

  }

  /*sec5*/
  .forbiginners_sec4_tt{
    font-size: 34px;
  }
  .forbiginners_sec4_wrap .content_desc.center{
    margin-bottom: 70px;
  }
  .forbiginners_sec4_items{
    gap:30px 20px; 
    justify-content: center;
  }
  .forbiginners_sec4_items2{
    margin-top: 30px; 
  }
  .forbiginners_sec4_item{
    width: calc(50% - 10px);
  }
  .forbiginners_sec4_item.multi{

  }
  .forbiginners_sec4_item.double{

  }
  .forbiginners_sec4_items2{

  }
  .forbiginners_sec4_item_inner{
    height: 100%;
    padding-bottom: 46px;
  }
  .forbiginners_sec4_item .forbiginners_sec1_item_en{

  }
  .forbiginners_sec4_item_h3{
    font-size: 32px;
  }
  .forbiginners_sec4_item_img{

  }
  .forbiginners_sec4_item_sub{

  }

  .forbiginners_sec5_items{
    margin-top: 136px;
  }
  .forbiginners_sec5_item{

  }
  .forbiginners_sec5_item:nth-child(n+2){
    margin-top: 135px;
  }
  .forbiginners_sec5_item_box1{

  }
  .forbiginners_sec5_item_box1 .forbiginners_sec3_item_box2_outer{

  }
  .forbiginners_sec5_item_box2{
    margin-top: 50px;
  }
  .forbiginners_sec5_item_name{
    font-size: 30px;
  }
  .forbiginners_sec5_item_box2_desc1{

  }
  .forbiginners_sec5_item_box2_desc1 p{

  }
  .forbiginners_sec5_item_box2_msg{
    margin-top: 46px;
  }
  .forbiginners_sec5_item_box2_en{
    font-size: 40px;
  }
  .forbiginners_sec5_item_box2_desc2{

  }
  .forbiginners_sec5_item_box2_desc2 p{

  }
}
@media (min-width:1024px){
  .big_pos2{
    width: 12.03%;;
    aspect-ratio:183 / 390;
    top: 6%;
    right: 0;
  }
  .big_pos3{
    width: 20.59%;;
    aspect-ratio:313 / 138;
    top: 67.5%;
    left: 48%;
    transform: translateX(-50%);
  }

  .lg_t1_h2{
    font-size: 30px;
    padding: 5px 10px;
    margin-top: 0;
  }

  .forbiginners_sec1_item{
    width: 48%;
  }
  .forbiginners_sec1_item:nth-child(n+2){
    margin-top: 0;
  }
  .forbiginners_sec1_item:nth-child(n+3){
    margin-top: 50px;;
  }
  .forbiginners_sec1_item_inner{
    padding-top: 74px;
  }

  .forbiginners_sec5_item{
    padding: 63px 30px 63px 0;
  }
  .forbiginners_sec5_item:before{
    width: 73.88%;
    top: 0;
    right: 0;
    z-index: 0;
    margin-inline:0;
  }
  .forbiginners_sec5_item_box1{
    width: 25%;
  }
  .forbiginners_sec5_item_box1 .forbiginners_sec3_item_box2_outer{
    margin-top: -133px;
  }
  .forbiginners_sec5_item_box2{
    width: 63.48%;
  }


}
@media (min-width:1200px){
  /*sec1*/
  .page_head{

  }
  .page_head_box1{
    width: 49.01%;
  }
  .cardo_tt{
    font-size: 26px;
  }
  .cardo_tt p{

  }
  .sub_tt{
    font-size: 32px;
  }
  .sub_tt p{

  }
  .content_desc{

  }
  .content_desc p{

  }
  .page_head_box2{
    width: 50.98%;
    margin-top: 0;
  }
  .page_head_box2_inner{
    margin-right: var(--margin-for-device-side-w); 
  }
  .page_head_box2_img{

  }
  .page_head_box2_img:before{
    padding-top: 920px;
  }


  /*sec2*/
  .lg_t1{

  }
  .lg_t1_en{

  }
  .lg_t1_h2{

  }
  .lg_t1_h2.wide{
    max-width: 646px;
  }
  .content_desc.center{

  }
  .content_desc.center p + p{
    margin-top: 0;
  }

  .forbiginners_sec1_items{

  }
  .forbiginners_sec1_item{

  }
  .forbiginners_sec1_item_inner{
    padding-top:80px;
  }
  .forbiginners_sec1_item_en{

  }
  .forbiginners_sec1_item_tt{
    font-size: 38px;
  }
  .forbiginners_sec1_item_tt p{

  }
  .forbiginners_sec1_item_desc{

  }
  .forbiginners_sec1_item_desc_tt{

  }
  .forbiginners_sec1_item_desc p{

  }

  .forbiginners_sec2_items{
    gap:0 130px;
    padding: 0 10px;
    padding-top: 46px;
    padding-bottom: 91px;
  }
  .forbiginners_sec2_item{
    width: calc(50% - 65px);
  }
  .forbiginners_sec2_item:nth-child(2){
    margin-top: 80px;
  }
  .forbiginners_sec2_item:nth-child(3){
    margin-top: -38px;
  }
  .forbiginners_sec2_item:nth-child(4){
    margin-top: 43px;
  }
  .forbiginners_sec2_item_left{

  }
  .forbiginners_sec2_item_left_txt1{

  }
  .forbiginners_sec2_item_left_txt2{

  }
  .forbiginners_sec2_item_right{

  }
  .forbiginners_sec2_item_right_img:before{

  }
  .forbiginners_sec2_item_h2{
    font-size: 22px;
  }
  .forbiginners_sec2_item_desc{

  }
  .forbiginners_sec2_item_desc p{
    margin-right: 0;
  }

  .forbiginners_sec2_contents2{
    margin-top: 95px;
    padding-bottom: 92px;
  }
  .forbiginners_sec2_contents2_tt{

  }
  .forbiginners_sec2_contents2_box{
    padding:0 60px;
  }
  .forbiginners_sec2_contents2_box1{
    width: 37.5%;
    padding-top: 14px;
  }
  .forbiginners_sec2_contents2_box1_img:before{

  }
  .forbiginners_sec2_contents2_box2{
    width: 57.85%;
    margin-top: 0;
  }
  .forbiginners_sec2_contents2_box2_h2{
    font-size: 38px;
  }
  .forbiginners_sec2_contents2_box2_h2:after{

  }
  .forbiginners_sec2_contents2_box2 .content_desc{

  }

  /*sec3*/
  .forbiginners_sec3_wrap .content_desc.center{
    margin-top: 30px;
  }

  .forbiginners_sec3_items{
    padding-inline:0;
    margin-top: 69px;
  }
  .forbiginners_sec3_item{

  }
  .forbiginners_sec3_item:nth-child(odd) {
    padding-inline:100px 80px;
  }
  .forbiginners_sec3_item:nth-child(even) {
    padding-inline:80px 100px;
  }
  .forbiginners_sec3_item:nth-child(odd) .forbiginners_sec3_item_box1{
    order: 1;
  }
  .forbiginners_sec3_item:nth-child(odd) .forbiginners_sec3_item_box2{
    order: 2;
  }
  .forbiginners_sec3_item:nth-child(even) .forbiginners_sec3_item_box1{
    order: 2;
  }
  .forbiginners_sec3_item:nth-child(even) .forbiginners_sec3_item_box2{
    order: 1;
  }
  .forbiginners_sec3_item_box1{
    width: 55.6%;
    padding-top: 39px;
    margin-top: 0;
    margin-inline:0;
  }
  .forbiginners_sec3_item_box1_en{
    font-size: 36px;

  }
  .forbiginners_sec3_item_box1_tt{
    font-size: 32px;
  }
  .forbiginners_sec3_item_box1_tt p{

  }
  .forbiginners_sec3_item .content_desc{

  }
  .forbiginners_sec3_item .content_desc p{

  }
  .forbiginners_sec3_item_box2{
    width: 32.71%;
    margin-inline: 0;
  }
  .forbiginners_sec3_item_box2_outer{

  }
  .forbiginners_sec3_item_box2_img:before{

  }

  .forbiginners_sec4_items{
    gap:0 25px;
  }
  .forbiginners_sec4_items2{
    gap:0 30px;
    margin-top: 30px;
  }
  .forbiginners_sec4_item.multi{
    width: calc(33.33% - 16.666px);
  }
  .forbiginners_sec4_item.double{
    width: calc(50% - 15px);
  }

  .forbiginners_sec4_item_inner{

  }
  .forbiginners_sec4_item .forbiginners_sec1_item_en{

  }
  .forbiginners_sec4_item_h3{
    font-size: 38px;
  }
  .forbiginners_sec4_item_img{

  }
  .forbiginners_sec4_item_sub{

  }

  .forbiginners_sec5_items{
    margin-top: 136px;
  }
  .forbiginners_sec5_item{
    padding: 63px 30px 63px 39px;
  }
  .forbiginners_sec5_item_box1{
    width: 26%;
    margin-inline: 0;
  }
  .forbiginners_sec5_item_box1 .forbiginners_sec3_item_box2_outer{
    margin-top: -133px;
  }
  .forbiginners_sec5_item_box2{
    width: 64.48%;
    margin-top: 0;
    margin-inline:0;
  }
  .forbiginners_sec5_item_name{
    font-size: 30px;
  }
  .forbiginners_sec5_item_box2_desc1{

  }
  .forbiginners_sec5_item_box2_desc1 p{

  }
  .forbiginners_sec5_item_box2_desc1{

  }
  .forbiginners_sec5_item_box2_msg{

  }
  .forbiginners_sec5_item_box2_en{
    font-size: 40px;
  }
  .forbiginners_sec5_item_box2_desc2{

  }
  .forbiginners_sec5_item_box2_desc2 p{

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

  }
  .forbiginners_sec1_item_inner{
    padding-top: 42px;
  }
  .forbiginners_sec1_item:nth-child(n+3){
    margin-top: 0;
  }
  .forbiginners_sec1_item.sm{
    width: 29.6%;;
  }
  .forbiginners_sec1_item.mid{
    width: 32.56%;
  }
  .forbiginners_sec1_item.lg{
    width: 34.21%;;
  }

  .forbiginners_sec1_item:nth-child(1){

  }
  .forbiginners_sec1_item:nth-child(2){
    margin-top: 127px;
  }
  .forbiginners_sec1_item:nth-child(3){
    margin-top: 42px;
  }
  .forbiginners_sec1_item:nth-child(4){
    margin-top: -81px;
  }
  .forbiginners_sec1_item:nth-child(5){
    margin-top: -68px;
  }


  .forbiginners_sec2_items{
    gap:0 130px;
    padding: 0 130px;
    padding-top: 50px;
    padding-bottom: 91px;
  }
  .forbiginners_sec2_item_h2{
    font-size: 26px;
  }

  .forbiginners_sec3_item:nth-child(odd) {
    padding-inline: 205px 167px;
  }
  .forbiginners_sec3_item:nth-child(even) {
    padding-inline:170px 205px;
  }
}
@media (min-width:1720px){
  .sub_tt{
    font-size: 48px;
  }

  .forbiginners_sec1_item_inner{
    padding-top: 74px;
  }

}

/*******************************
*　ライセンス
********************************/

/* セクション設定 */
.pg_license{

}
.pg_license .section.sec1{

}
.pg_license .section.sec2{
  position: relative;
  z-index: 1;
  background: #13335f;
  padding-bottom: 100px;
}
.pg_license .section.sec2:before{
  content: "";
  display: block;
  width: 1940px;
  aspect-ratio: 1920 / 642;
  background-image: url(/system_panel/uploads/images/bv.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -234px;
  left: 50%;
  transform: translateX(-50%);
}
.pg_license .section.sec3{
  background: #faf8f4;
  position: relative;
  padding-bottom: 100px;
}
.pg_license .section.sec3:before{
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio: 1920 / 50;
  background-image: url(/system_panel/uploads/images/bl_btm.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -49px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.pg_license .section.sec4{
  background: #2c7594;
  position: relative;
  padding-bottom: 80px;
}
.pg_license .section.sec4:before{
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio: 1920 / 642;
  background-image: url(/system_panel/uploads/images/na.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -195px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.pg_license .section.sec5{

}
.pg_license .section.sec6{

}


@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_license .section.sec2:before{
    width: 1000px;
    top: -110px;

  }

  .pg_license .section.sec4:before{
    width: 1000px;
    top: -75px;
  }
}
@media (min-width:768px){
  .pg_license{

  }
  .pg_license .section.sec1{

  }
  .pg_license .section.sec2{
    padding-bottom: 197px;

  }
  .pg_license .section.sec3{
    padding-bottom: 307px;
  }
  .pg_license .section.sec4{
    padding-bottom: 190px;
  }
  .pg_license .section.sec5{

  }
  .pg_license .section.sec6{

  }

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


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

  }
  .pg_license .section.sec1{

  }
  .pg_license .section.sec2{
    padding-bottom: 197px;

  }
  .pg_license .section.sec3{
    padding-bottom: 307px;
  }
  .pg_license .section.sec4{
    padding-bottom: 190px;
  }
  .pg_license .section.sec5{

  }
  .pg_license .section.sec6{

  }

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


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


}

.lic_pos1{
  width: 13.55%;
  aspect-ratio: 206 / 167;
  top: 60.5%;
  left: 3%;
}
.lic_pos2{
  width: 20.85%;
  aspect-ratio: 317 / 305;
  top: 58.5%;
  right: 0;
}

/* メイン部分 */
/*sec1*/
.page_head.rvs{

}
.page_head.bg_be:before{
  background: #afa391;
}
.page_head.rvs .page_head_box1{

}
.page_head.rvs .page_head_box2{

}

.lg_t1_en.mid{
  font-size: clamp(3.125rem, 2.25rem + 4.38vw, 7.5rem);
font-size: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
  letter-spacing: 0;
}
.lg_t1 .lg_t1_h2.or{
  color: #ff7e00;
  text-shadow:none;
}
.lg_t1_h2.or
.cardo_tt.or{
  text-shadow:none;
  color: #ff7e00;
}

.lisense_sec2_msg{
  text-align: center;
  margin-top: 30px;
}

.lisense_bnr{
  margin-top: 50px;
  margin-bottom: 30px;
}

.lisense_tbl .table_rows_th,
.lisense_tbl .table_rows_td{
  border-color: #a5a7a6;
  font-size: 16px;
  font-weight: 500;
}
.lisense_tbl .table_rows_th p,
.lisense_tbl .table_rows_td p{
  letter-spacing: 0.075em;  
}
.lisense_tbl .table_rows_th{
  background: #2c7594;
  color: #fff;
}
.lisense_tbl .table_rows_td{
  line-height: 1.875em;
}
.lisense_tbl .table_rows_td a{
  color: #ff0000;
  display: inline-block;
  border-bottom: 1px solid #ff0000;
}

/*sec4*/
.license_training_cate{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.license_training_cate_item{
  width: 48%;
  display: block;
  background: #fff;
  border-radius: 27.5px;
  border: 1px solid #134386;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding: 16px 0;
  position: relative;
  transition: all .2s;
}
.license_training_cate_item:after{
  content: "";
  display: block;
  width: 35px;
  border-bottom: 1px solid #134386;
  position: absolute;
  top: 50%;
  right:0;
  transform: translateY(-50%);
}
.license_training_cate_item:hover{
  background: #134386;
  color: #fff;
}
.license_training_cate_item:hover:after{
  border-bottom: 1px solid #fff;
}
.license_training_cate_item p{
  letter-spacing: 0.075em;
}

/*sec5*/
.license_day_items{
  margin-top: 50px;
}
.license_day_item{

}
.license_day_item + .license_day_item{
  margin-top: 50px;
}
.license_day_items .cmn_contents{
  margin-top: -27px;
}
.license_day_item_en{
  font-size: clamp(5rem, 4.125rem + 4.38vw, 9.375rem);
  font-weight: 700;
  font-family: "Cardo", serif;
  line-height: 1;
  letter-spacing: 0.075em;
}
.license_day_item:nth-child(odd) .license_day_item_en{
  color: #fff8ac;
}
.license_day_item:nth-child(even) .license_day_item_en{
  color: #facd89;
}

.pg_license .section.sec3 .lg_t1 .lg_t1_h2{
  max-width: inherit;
  display: inline-block;
  width: auto;
  padding: 5px 29px;
}
.pg_license .section.sec4 .lg_t1 .lg_t1_h2{
  max-width: inherit;
  display: inline-block;
  width: auto;
padding: 5px 35px;
}
@media (max-width:767px){
  .lisense_tbl .table_rows_th,
  .lisense_tbl .table_rows_td{
    display: block;
    width: 100%;
    border: 1px solid #a5a7a6;
    border-bottom: none;
  }
  .lisense_tbl .table_rows_tr:last-child .table_rows_td{
    border-bottom: 1px solid #a5a7a6;
  }

  .license_day_items .cmn_contents{
    margin-top: -16px;
  }
}
@media (min-width:768px){
  .lic_pos1{
    width: 7.55%;
    aspect-ratio: 206 / 167;
    top: 45.5%;
    left: 3%;
  }
  .lic_pos2{
    width: 10.85%;
    aspect-ratio: 317 / 305;
    top: 45.5%;
    right: 0;
  }

  .page_head.rvs .page_head_box1{
    padding: 83px 0 0;
  }

  .lisense_sec2_msg{
    margin-top: 60px;
  }

  .lisense_bnr{
    margin-top: 107px;
    margin-bottom: 81px;
  }

  .lisense_tbl .table_rows_th,
  .lisense_tbl .table_rows_td{
    padding: 20.5px 21px;
  }
  .lisense_tbl .table_rows_th{

  }
  .lisense_tbl .table_rows_td{
    padding-left: 41px;
  }

  .forbiginners_sec2_item .read_more{
    margin-top: 8px;
  }

  /*sec4*/
  .license_training_cate{
    justify-content: center;
    margin-top: 87px;
  }
  .license_training_cate_item{
    width: 100%;
    max-width: 300px;
    margin-inline:17px;
  }
  .license_training_cate_item p{

  }

  /*sec5*/
  .license_day_items{
    margin-top: 130px;
  }
  .license_day_items .cmn_contents{
    margin-top: -18px;
  }
  .license_day_item{

  }
  .license_day_item + .license_day_item{
    margin-top: 100px;
  }
  .license_day_item_en{

  }
}
@media (min-width:1024px){
  .page_head.rvs .page_head_box1{
    padding: 83px 0 0 83px;
  }

  .license_day_items .cmn_contents{
    margin-top: -20px;
  }
  .license_training_cate_item{
    width: 100%;
    max-width: 400px;
  }
}
@media (min-width:1200px){
  .lic_pos1{
    width: 13.55%;
    aspect-ratio: 206 / 167;
    top: 60.5%;
    left: 3%;
  }
  .lic_pos2{
    width: 20.85%;
    aspect-ratio: 317 / 305;
    top: 58.5%;
    right: 0;
  }

  /*sec1*/
  .page_head.rvs .page_head_box1{
    width: 50.98%;
    order: 2;
    min-height: 100vh;
  }
  .page_head.rvs .page_head_box2{
    width: 49.01%;
    order: 1;
  }
  .page_head.rvs .page_head_box2_inner{
    margin-right: 0;
    margin-left: var(--margin-for-device-side-w);
  }

  .lisense_tbl .table_rows_th,
  .lisense_tbl .table_rows_td{

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

  }

  /*sec3*/
  .pg_license .forbiginners_sec2_item_left{
    padding-left: 0;
  }

  /*sec4*/
  .pg_license .section.sec4 .forbiginners_sec3_wrap .content_desc.center{
    margin-top: 22px;
  }
  .license_training_cate{

  }
  .license_training_cate_item{

  }
  .license_training_cate_item p{

  }

  /*sec5*/
  .license_day_items{
    margin-top: 130px;
  }
  .license_day_items .cmn_contents{
    margin-top: -27px;
  }
  .license_day_item{

  }
  .license_day_item + .license_day_item{
    margin-top: 184px;
  }
  .license_day_item_en{

  }
}
@media (min-width:1470px){
  .license_training_cate_item{
    width: 100%;
    max-width: 540px;
  }

  .pg_license .cmn_contents_head_en{
    font-size: 30px;
  }
  .pg_license .cmn_contents_head_ja{
    font-size: 38px;
  }

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


}

/*******************************
*　
********************************/

/* セクション設定 */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.body_course .section.sec2{
  padding-bottom: 80px;
}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}
.pg_xxx .section.sec6{

}


@media (max-width:374px){

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

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

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

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .body_course .section.sec2{
    padding-bottom: 199px;
  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }
  .pg_xxx .section.sec6{

  }

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


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

  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .body_course .section.sec2{
    padding-bottom: 199px;
  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }
  .pg_xxx .section.sec6{

  }

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


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


}
.cara_box{
  position: relative;
}
.course_pos1{
  width: 10%;
  aspect-ratio: 152 / 243;
  top: 150px;
  left: 0;
}
.course_pos2{
  width: 12.69%;
  aspect-ratio: 193 / 232;
  top: 250px;
  right: 0;
}

/* メイン部分 */
.page_head.bg_bl:before{
  background: #2c7594;
}

.license_training_cate.course{
  gap:10px 0;
}
.license_training_cate.course .license_training_cate_item{
  width: 100%;
}

.course_items{
  margin-top: 50px;
}
.course_item{

}
.course_item:nth-child(n+2){
  margin-top: 60px;
}
.course_item_head{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.course_item_head_box1{
  width: 100%;
}
.course_item_head_box1_img:before{
  padding-top: 71.67%;
}
.course_item_head_box1_img img{
  border-radius: 20px;
}
.course_item_head_box2{
  width: 100%;
  margin-top: 20px;
}
.course_item_head_en{
  font-size:40px;
  font-weight: 700;
  font-family: "Cardo", serif;
  line-height: 1;
  color: #fff;
  text-shadow    : 
    1px  1px 0px #dad4cd,
    -1px  1px 0px #dad4cd,
    1px -1px 0px #dad4cd,
    -1px -1px 0px #dad4cd,
    1px  0px 0px #dad4cd,
    0px  1px 0px #dad4cd,
    -1px  0px 0px #dad4cd,
    0px -1px 0px #dad4cd;
  letter-spacing: 0.08em;
}
.lg_t1.left .lg_t1_h2{
  text-align: left;
  margin-left: 0;
  padding: 5px 13px;
  margin-top: 0;
}
.lg_t1 .lg_t1_h2.or{
  border: 2px solid #f66b2e;
}
.course_item_head_box2 .lg_t1_h2{

}
.course_item_head_box2 .forbiginners_sec2_contents2_box2_h2{
  color: #fff;
  letter-spacing: 0.05em;
  margin-top: 27px;
}
.course_item_head_box2 .forbiginners_sec2_contents2_box2_h2:after{
  display: none;
}
.course_item_head_box2 .content_desc{
  margin-top: 20px;
}
.course_item_head_box2.wide{
  width: 100%;
}

.lg_t1.db{

}
.lg_t1.db .lg_t1_en{
  -webkit-text-stroke: 1px #fff;
}
.lg_t1.db .lg_t1_h2{
  margin-top: 0;
}
.lg_t1.db .lg_t1_h2.bdr_ye{
  border: 2px solid #fbf321;
}

.course_item_main{
  margin-top: 40px;
}

.course_item_main_items{
  display: flex;
  flex-wrap: wrap;
  gap:30px 0;
  margin-top: 40px;
}
.course_item_main_item{
  width: 100%;
}
.course_item_main_item_tt{
  display: flex;
  align-items: flex-start;

}
.course_item_main_item_tt1{
  font-size: 80px;
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 50px;
}
.course_item_main_item:nth-child(1) .course_item_main_item_tt1{
  color: #d4c4b3;
}
.course_item_main_item:nth-child(2) .course_item_main_item_tt1{
  color: #2c7594;
}
.course_item_main_item:nth-child(3) .course_item_main_item_tt1{
  color: #edba84;
}
.course_item_main_item_tt2{
  font-size: 20px;
  font-family: "Cardo", serif;
  font-weight:400; 
  line-height: 1;
  letter-spacing: 0.075em;
  color: #fff;
  padding-top: 20px;
}
.course_item_main_item_h3{
  font-size: 22px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0;
  background: #fff;
  margin-top: 15px;
  padding: 3px 9px;
}
.course_item_main_item .content_desc{
  color: #fff;
  margin-top: 17px;
}
.course_item_main_item_img{
  margin-top: 30px;
}
.course_item_main_item_img:before{
  padding-top: 55.94%;
}

.lg_t1 .lg_t1_h2.bdr_ye{
      border: 2px solid #fbf321;
}
.lg_t1 .lg_t1_h2.bdr_bl{
  border: 2px solid #13335f;
}

.course_item_main .lg_t1.db .lg_t1_h2{
  display: inline-block;
  max-width: inherit;
  width: auto;
padding: 5px 7px 5px 16px;
}
.course_item:nth-child(2) .course_item_main .lg_t1.db .lg_t1_h2{
    padding: 5px 64px 5px 63px;
}
@media (max-width:767px){
  .lg_t1_h2{
    margin-top:0;
  }
  
  .course_item:nth-child(2) .course_item_main .lg_t1.db .lg_t1_h2{
        padding: 5px 16px;
  }
}
@media (min-width:768px){
  .course_pos1{
    width: 10%;
    aspect-ratio: 152 / 243;
    top: 100px;
    left: 0;
  }
  .course_pos2{
    width: 12.69%;
    aspect-ratio: 193 / 232;
    top: 320px;
    right: 0;
  }


  .course_items{
    margin-top: 114px;
  }
  .course_item{

  }
  .course_item:nth-child(n+2){
    margin-top: 195px;
  }
  .license_training_cate.course{
    gap:0 32px;
    margin-top: 64px;
  }
  .license_training_cate.course .license_training_cate_item{
    width: calc(50% - 16px);
    margin: 0;
  }

  .course_item_head{

  }
  .course_item_head_box1{

  }
  .course_item_head_box1_img:before{
    padding-top: 71.67%;
  }
  .course_item_head_box1_img img{

  }
  .course_item_head_box2{
    margin-top: 30px;
  }
  .course_item_head_en{
    font-size:60px;
  }
  .course_item_head_box2 .lg_t1_h2{

  }
  .course_item_head_box2 .forbiginners_sec2_contents2_box2_h2{
    font-size: 30px;
  }
  .course_item_head_box2 .forbiginners_sec2_contents2_box2_h2:after{

  }
  .course_item_head_box2 .content_desc{
    margin-top: 44px;
  }

  .course_item_main{
    margin-top: 85px;
  }

  .course_item_main_items{
    gap:40px;
    margin-top: 51px;
  }
  .course_item_main_item{
    width: calc(50% - 20px);
  }
  .course_item_main_item_tt{

  }
  .course_item_main_item_tt1{
    font-size: 80px;
  }
  .course_item_main_item_tt2{
    font-size: 20px;
  }
  .course_item_main_item_h3{
    font-size: 22px;
  }
  .course_item_main_item .content_desc{
    line-height: 1.875em;
  }
  .course_item_main_item_img{
    margin-top: 36px;
  }
  .course_item_main_item_img:before{

  }

  .course_item .read_more{
    margin-top: 75px;
  }
}
@media (min-width:1024px){
  .course_pos1{
    width: 10%;
    aspect-ratio: 152 / 243;
    top: 50px;
    left: 0;
  }
  .course_pos2{
    width: 12.69%;
    aspect-ratio: 193 / 232;
    top: 370px;
    right: 0;
  }

}
@media (min-width:1200px){
  .course_pos1{
    width: 10%;
    aspect-ratio: 152 / 243;
    top: 213px;
    left: 0;
  }
  .course_pos2{
    width: 12.69%;
    aspect-ratio: 193 / 232;
    top: 409px;
    right: 0;
  }

  .course_items{

  }
  .course_item{

  }
  .course_item_head{

  }
  .course_item_head_box1{
    width: 38.55%;
    padding-top: 8px;
  }
  .course_item_head_box1_img:before{
    padding-top: 71.67%;
  }
  .course_item_head_box1_img img{

  }
  .course_item_head_box2{
    width: 55.26%;
    margin-top: 0;
  }
  .course_item_head_en{

  }
  .course_item_head_box2 .lg_t1_h2{

  }
  .course_item_head_box2 .forbiginners_sec2_contents2_box2_h2:after{

  }
  .course_item_head_box2 .content_desc{

  }



  .course_item_main_items{
    gap:0 40px;
  }
  .course_item_main_item{
    width: calc(33.333% - 26.66px);
  }
  .course_item_main_item_tt{

  }
  .course_item_main_item_tt1{
    font-size: 80px;
  }
  .course_item_main_item_tt2{
    font-size: 20px;
  }
  .course_item_main_item_h3{
    font-size: 28px;
  }
  .course_item_main_item .content_desc{

  }
  .course_item_main_item_img{

  }
  .course_item_main_item_img:before{

  }

  .course_item:nth-child(odd) .course_item_head_box1{
    order: 1;
  }
  .course_item:nth-child(odd) .course_item_head_box2{
    order: 2;
  }
  .course_item:nth-child(even) .course_item_head_box1{
    order: 2;
  }
  .course_item:nth-child(even) .course_item_head_box2{
    order: 1;
  }

  .course_item_head.rvs{

  }
  .course_item_head.rvs .course_item_head_box1{
    order: 2;
  }
  .course_item_head.rvs .course_item_head_box2{
    order: 1;
  }
}
@media (min-width:1470px){


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


}

/*******************************
*　ツアー
********************************/

/* セクション設定 */
.pg_aftertour{

}
.pg_aftertour .section.sec1{
  padding-bottom: 80px;
}
.pg_aftertour .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}
.pg_xxx .section.sec6{

}


@media (max-width:374px){

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

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

}
@media (min-width:768px){
  /* セクション設定 */
  .pg_aftertour{

  }
  .pg_aftertour .section.sec1{
    padding-bottom: 120px;
  }
  .pg_aftertour .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }
  .pg_xxx .section.sec6{

  }

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


}
@media (min-width:1200px){
  /* セクション設定 */
  .pg_aftertour{

  }
  .pg_aftertour .section.sec1{
    padding-bottom: 120px;
  }
  .pg_aftertour .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }
  .pg_xxx .section.sec6{

  }

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


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


}

/* メイン部分 */
.tour_list{

}
.tour_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
}
.tour_list .webgene-item{
  width: 100%;
}
.tour_list .webgene-item:nth-child(n+2){
  margin-top: 40px;;
}
.tour_list .webgene-item a{

}
.tour_list .webgene-item .img img{
  border-radius: 10px;
}
.tour_list .webgene-item .img{
  border-radius: 10px;
}
.tour_list .webgene-item .img:before{
  padding-top: 68.57%;
}
.tour_list .webgene-item .category{

}
.tour_list .webgene-item .category span{
  background: #13335f;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 2px 20px;
}
.tour_list .webgene-item .box2{
  margin-top: 12px;
}
.tour_list .webgene-item .title{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875em;
  letter-spacing: 0.06em;
  margin-top: 12px;
}
@media (max-width:767px){

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

  }
  .tour_list .webgene-blog{
    margin-inline:-15px;
  }
  .tour_list .webgene-item{
    width: 50%;
    padding-inline:15px;
  }
  .tour_list .webgene-item:nth-child(n+2){
    margin-top: 0;
  }
  .tour_list .webgene-item:nth-child(n+3){
    margin-top: 30px;
  }
  .tour_list .webgene-item a{

  }
  .tour_list .webgene-item .category{

  }
  .tour_list .webgene-item .category span{
    padding: 2px 34px;
  }
  .tour_list .webgene-item .title{

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

  }
  .tour_list .webgene-blog{

  }
  .tour_list .webgene-item{
    width: 33.33%;
  }
  .tour_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .tour_list .webgene-item:nth-child(n+4){
    margin-top: 72px;
  }
  .tour_list .webgene-item a{

  }
  .tour_list .webgene-item .category{

  }
  .tour_list .webgene-item .category span{

  }
  .tour_list .webgene-item .title{

  }

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


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


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


}

/*******************************
*　
********************************/

/* セクション設定 */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}
.pg_xxx .section.sec6{

}


@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{

  }
  .pg_xxx .section.sec6{

  }

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


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

  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }
  .pg_xxx .section.sec6{

  }

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


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


}

/* メイン部分 */

@media (max-width:767px){

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

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


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


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


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


}



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

.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 {
  padding: 15px 15px 15px 20px;
  background: #2c7594;
  color: #fff;
  font-weight: 500;
  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;
  color: #b80000;
  border: 1px solid #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: 53px;
}
.formWrap input[name="privacy"]{
  margin-right: 7px;
}
.formWrap .privacyLabel{
  font-size: 17px;
  font-weight: 600;
  display: inline;
}
.formWrap .privacyLabel a{
  color: #1b53a6;
}
.formBtn.formSend {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 350px;
  /* max-width: 100%; */
  min-height: 55px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #134386;
  border-radius: 27px;
  color: #282828;
  background: #FFF;
  padding: 10px 40px 10px 28px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
  margin-inline: auto;
}
.formBtn.formSend:after{
  content: "";
  width: 35px;
  height: 1px;
  background: #134386;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transition: 0.2s all;
}
.formBtn.formSend:hover{
  color: #FFF;
  background: #134386;
}
.formBtn.formSend:hover:after{
  background: #FFF;
}
.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;
  line-height: 2;
}
.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;
}

@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%;
  }

  .thanks_text{
    text-align: center;
  }
}


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

.privacy_item_box {
  padding: 28px 43px 30px 27px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #bfbfbf;
  margin-top: 0;
  color: #000000;
  margin-top: 58px;
}
@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 {
    font-size: 19px;
    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;
  }



  .contact_info_bg {
    padding: 18px 10px;
  }

  .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;
  }
}

/*******************************
*　記事一覧
********************************/
.body_news .section.sec1,
.body_newsDetail .section.sec1{
  padding-bottom: 80px;
}

/* 一覧（サムネあり） */
.news_list_thumb{

}
* + .news_list_thumb{
  margin-top: 50px;
}
.posts_category_sp + .news_list_thumb{
  margin-top: 0;
}
.news_list_thumb .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.news_list_thumb .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.news_list_thumb .webgene-item:nth-child(n+3){
  margin-top: 15px;
}
.news_list_thumb .webgene-item{

}
.news_list_thumb .webgene-item .inner{
  display: block;
  position: relative;
  z-index: 1;
  color: #000;
  background: #e6e6e6;
}
.news_list_thumb .webgene-item .box1{

}
.news_list_thumb .webgene-item .box2{
  padding: 10px 10px;
}
.news_list_thumb .webgene-item .img{
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news_list_thumb .webgene-item .img.img_fit:before{
  padding-top: 75%;
  padding-top: 67.92%;
}
.news_list_thumb .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
.news_list_thumb .webgene-item .meta .category{
  font-size: 13px;
  font-weight: 500;
  background: #2850a1;
  color: #FFF;
  padding: 3px 8px;
  margin: 5px 0;
  margin-right: 10px;
}
.news_list_thumb .webgene-item .meta .date{
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-en);
  margin: 5px 0;
  /*margin-right: 10px;*/
}
.news_list_thumb .webgene-item .title{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}


.news_list_thumb.col3{

}
.news_list_thumb.col4{

}


.news_list{

}
.news_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
}
.news_list .webgene-item{
  width: 100%;
}
.news_list .webgene-item:nth-child(n+2){
  margin-top: 30px;;
}
.news_list .webgene-item a{

}
.news_list .webgene-item .img{
  border-radius: 10px;
}
.news_list .webgene-item .img img{
  border-radius: 10px;
}
.news_list .webgene-item .img:before{
  padding-top: 70.59%;
}
.news_list .webgene-item .box2{
  margin-top: 9px;
}
.news_list .webgene-item .meta{
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.news_list .webgene-item .date{
  font-size: 15px;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
.news_list .webgene-item .category{

}
.news_list .webgene-item .category span{
  background: #13335f;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 2px 20px;
}
.news_list .webgene-item .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.875em;
  margin-top: 14px;
}

.news_detail{
  padding-bottom: 30px;
  border-bottom: 1px solid #3b5b74;
}
.news_detail .meta{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news_detail .date{
  font-size: 15px;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 20px;
  padding-top: 5px;
}
.news_detail .category{

}
.news_detail .category span{
  background: #13335f;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 2px 20px;
}
.news_detail .title{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  border-bottom: 1px solid #3b5b74;
  padding-bottom: 10px;
}
.news_detail .post_content{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875em;
  padding-top: 30px; 
}
.news_detail .post_content img{
  margin-bottom: 30px;
  border-radius: 10px;
}

.read_more.mid a{
  justify-content: center;
  min-width: 350px;
}
@media (max-width:767px){

}
@media (min-width:768px){
  .body_news .section.sec1,
  .body_newsDetail .section.sec1{
    padding-bottom: 192px;
  }

  /* 一覧（サムネあり） */
  .news_list_thumb{

  }
  * + .news_list_thumb{
    margin-top: 50px;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .news_list_thumb .webgene-item{
    width: 50%;
    padding: 0 7.5px;
  }
  .news_list_thumb .webgene-item:nth-child(n+3){
    margin-top: 15px;
  }
  .news_list_thumb .webgene-item{

  }
  .news_list_thumb .webgene-item .inner{
  }
  .news_list_thumb .webgene-item .box1{

  }
  .news_list_thumb .webgene-item .box2{
    padding: 20px 10px;
  }
  .news_list_thumb .webgene-item .meta{
    margin-bottom: 5px;
  }
  .news_list_thumb .webgene-item .meta .category{
    font-size: 13px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .meta .date{
    font-size: 15px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .title{

  }

  .news_list{

  }
  .news_list .webgene-blog{
    margin-inline:-15px;
  }
  .news_list .webgene-item{
    width: 50%;
    padding-inline:15px;
  }
  .news_list .webgene-item:nth-child(n+2){
    margin-top: 0;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 30px;;
  }
  .news_list .webgene-item a{

  }
  .news_list .webgene-item .img{

  }
  .news_list .webgene-item .img img{

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

  }
  .news_list .webgene-item .box2{

  }
  .news_list .webgene-item .meta{

  }
  .news_list .webgene-item .date{

  }
  .news_list .webgene-item .category{

  }
  .news_list .webgene-item .category span{
    padding: 2px 33px;
  }
  .news_list .webgene-item .title{

  }

  .news_detail{
    padding-bottom: 43px;
  }
  .news_detail .meta{

  }
  .news_detail .date{

  }
  .news_detail .category{

  }
  .news_detail .category span{

  }
  .news_detail .title{
    font-size: 20px;
  }
  .news_detail .post_content{
    padding-top: 40px; 
  }
  .news_detail .post_content img{
    margin-bottom: 43px;
  }

  .posts_layout .read_more{
    margin-top: 51px;
  }
}
@media (min-width:1024px){

  /* 一覧（サムネあり） */


  /* 3カラム */
  .news_list_thumb.col3 .webgene-item{
    width: 33.333%;
  }
  .news_list_thumb.col3 .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list_thumb.col3 .webgene-item:nth-child(n+4){
    margin-top: 15px;
  }

  /* 4カラム */
  .news_list_thumb.col4 .webgene-item{
    width: 25%;
  }
  .news_list_thumb.col4 .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list_thumb.col4 .webgene-item:nth-child(n+5){
    margin-top: 15px;
  }

  .news_list{

  }
  .news_list .webgene-blog{

  }
  .news_list .webgene-item{
    width: 33.333%;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list .webgene-item:nth-child(n+4){
    margin-top: 42px;
  }
  .news_list .webgene-item a{

  }
  .news_list .webgene-item .img{

  }
  .news_list .webgene-item .img img{

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

  }
  .news_list .webgene-item .box2{

  }
  .news_list .webgene-item .meta{

  }
  .news_list .webgene-item .date{

  }
  .news_list .webgene-item .category{

  }
  .news_list .webgene-item .category span{

  }
  .news_list .webgene-item .title{

  }

  .news_detail{

  }
  .news_detail .meta{

  }
  .news_detail .date{

  }
  .news_detail .category{

  }
  .news_detail .category span{

  }
  .news_detail .title{

  }
  .news_detail .post_content{

  }
  .news_detail .post_content img{

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

  /* 一覧（サムネあり） */
  .news_list_thumb{

  }
  * + .news_list_thumb{
    margin-top: 50px;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .news_list_thumb .webgene-item{
    padding: 0 7.5px;
  }
  .news_list_thumb .webgene-item .box1{

  }
  .news_list_thumb .webgene-item .box2{
    padding: 20px 25px;
  }

  .news_list_thumb .webgene-item .title{
    font-size: 16px;
    line-height: 1.875;
  }



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


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


}


/*******************************
*　記事一覧(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_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #13335f;
  color: #FFF;
  padding: 13px 10px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left:0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 4px;
}
.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;
}

/* 詳細 */
.posts_detail{
  border: 1px solid #d3d3d3;
  border-top: 15px solid #0069ba;
  padding: 15px 10px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  margin-bottom: 2px;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #0069ba;
  border-radius: 5px;
  color: #FFF;
  min-width: 150px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{

}
.posts_detail .meta .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.065em;

}
.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;
}

/* コピー用 */
@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;
  }
}
@media (min-width:768px){

  .pg_news{
    padding-top: 50px;
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .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: 55px;
  }

  /* 詳細 */
  .posts_detail{
    padding: 20px 30px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 5px;
    margin-bottom: 25px;
  }
  .posts_detail .meta .category{
    width: 100%;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 105px;
  }
  .posts_detail .meta .title{
    width: calc(100% - 105px);
    font-size: 20px;
  }
  .posts_detail .post_content{
    padding: 0 10px;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }


}
@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{

  }

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

  .pg_news{
    padding-top: 100px;
  }

}



/*******************************
*　会社概要
********************************/

/* セクション設定 */
.pg_company{

}
.pg_company .section.sec1{

}
.pg_company .section.sec2{
  padding-bottom: 80px;
}


@media (max-width:374px){

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

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

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

  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{
    padding-top: 99px;
    padding-bottom: 200px;
  }

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


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


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


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


}


/* メイン部分 */


/* 会社概要 */
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  color: #000;
  border-color: #808080;
  padding: 10px 10px;
}
.company_tbl .table_rows_th{
  background: #e6e6e6;
  font-weight: 500;
}
.company_tbl .table_rows_td{
  background: #FFF;
}

/* マップ */
.company_map{

}
* + .company_map{
  margin-top: 50px;
}
.company_map iframe{
  border: 0;
  width: 100%;
  height: 250px;
}

/* ギャラリー */
.company_gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
* + .company_gallery_items{
  margin-top: 30px;
}
.company_gallery_item{
  width: 50%;
  padding: 0 5px;
}
.company_gallery_item:nth-child(n+3){
  margin-top: 10px;
}
.company_gallery_item_img{

}
.company_gallery_item_img.img_fit:before{
  padding-top: 71.400%;
}


.webgene-pagination li.selected{
  background: #db7b35;
  color: #fff;
}
.webgene-pagination li{
  border: 1px solid #2b4c5a;
}

.pg_company .gmap{
  margin-top: 30px;
}
.access_map iframe{
  height: 250px;
  width: 100%;
  border: none;
}

.company_shop_wrap{

}
.company_shop_wrap .lg_t1.bl .lg_t1_h2{
  max-width: inherit;
  display: inline-block;
  width: auto;
  padding: 5px 21px;
}
.company_shop_wrap .lg_t1{
  margin-bottom: 30px;
}
.company_shop_wrap .lg_t1_h2:after{
  top: 8px;
  left: 8px;
}
@media (max-width:767px){
  .pg_header_h1{
    width: 100%;
    font-size: 25px;
  }

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

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 17px 30px 18px;
  }
  .company_tbl .table_rows_th{
    width: 200px;
  }
  .company_tbl .table_rows_td{
  }

  /* マップ */
  .company_map{

  }
  * + .company_map{
    margin-top: 50px;
  }
  .company_map iframe{
    height: 400px;
  }


  /* ギャラリー */
  .company_gallery_items{
    margin-left: -10px;
    margin-right: -10px;
  }
  * + .company_gallery_items{
    margin-top: 74px;
  }
  .company_gallery_item{
    width: 33.333%;
    padding: 0 10px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 20px;
  }

  .pg_company .gmap{
    margin-top: 78px;
  }
  .access_map iframe{
    height: 380px;
  }

  .company_shop_wrap .lg_t1{
    margin-bottom: 57px;
  }
}
@media (min-width:1024px){
  .webgene-pagination{
    margin-top: 53px;
  }

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

  .pg_header{
    margin-bottom: 117px;
  }

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 17px 30px 18px;
  }
  .company_tbl .table_rows_th{
    width: 300px;
  }
  .company_tbl .table_rows_td{
  }

  /* ギャラリー */
  .company_gallery_items{
    margin-left: -15px;
    margin-right: -15px;
  }
  * + .company_gallery_items{
    margin-top: 74px;
  }
  .company_gallery_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 30px;
  }

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


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


}
