@charset "UTF-8";

/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.pg_header_mv_img{
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
}
.pg_header_mv_img.img_fit:before{
  padding-top: 170px;
}
/*.pg_header_mv_img:after{
  content: "";
  background: rgba(0,0,0,0.6);
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}*/

.pg_header_title{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FFF;
}
.pg_header_title1{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FFF;
  background: rgba(26, 177, 0, 0.95);
}
.pg_header_title_ja{
  font-size: 20px;
  letter-spacing: 0.025em;
  font-family:  var(--font-ja);
  font-weight: 900;
  text-align: center;
  text-shadow: -1.25px 1.56px 6px rgba(161,161,161,1);
}
/*.pg_header_title_en{
  font-size: 60px;
  font-family: var(--font-en);
  letter-spacing: 0;
  margin-top: 5px;
  text-shadow:
    8px 3px 7px rgba(0, 8, 0, 0.2),   メイン影 
    0px 0px 1px rgba(0, 0, 0, 0.1),  奥行き感 
    0px 0px 35px rgba(0, 0, 0, 0.1) さらに遠くの影 
}*/
.pg_header_title_en:after{
  background: var(--main-color);
  padding: 10px 0;
}
.pg_header_title_txt{
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
}


@media (min-width:768px){
  .pg_header{
    margin-bottom: 40px;
  }
  .pg_header_title_ja{
    font-size: 28px;
  }
  /*  .pg_header_title_en{
      font-size: 120px;
    }*/
  .pg_header_mv_img.img_fit:before{
    padding-top: 260px;
  }

  .pg_header_title_txt{

  }

}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 70px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }
  .pg_header_title_ja{
    font-size: 45px;
    padding: 0;
  }
  /*  .pg_header_title_en{
      font-size: 210px;
      margin-top: 10px;
    }*/
  .pg_header_title_txt{

  }

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

  .pg_header{
    margin-bottom: 160px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }
  .pg_header_title_ja{
    margin-left: 10px;
  }
  /*.pg_header_title_en{
      font-size: 250px;
      margin-top: -20px;
      font-weight: 700;
    }*/
  .pg_header_title_txt{

  }
}
@media (min-width:1470px){
  .pg_header_mv_img.img_fit:before{
    padding-top: 450px;
  }
}
@media (min-width:1720px){
  .pg_header_mv_img.img_fit:before{
    padding-top: 500px;
  }
}

/*******************************
*画像
********************************/
.cmn_about_img,
.cmn_box_img,
.cmn_item1_img,
.interview_contents_img{
  border-radius: 10px;
}

/*******************************
*私たちについて
********************************/

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

}
.pg_about .section.sec1{

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

}
.pg_about .section.sec4{

}

/* メイン */
.cmn_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn_about_box1{
  width: 100%;
  order: 2;
  padding-top: 15px;
}
.cmn_about_box2{
  width: 100%;
}
.cmn_about_box1 .img_fit:before {
  padding-top: 70%;
}
.cmn_about_title_en{
  font-size: 42px;
  font-family: var(--font-en);
  background: var(--txt-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: block;
}
/* 丸 */
.cmn_about_title_en::before{
  content: "";
  position: absolute;
  top: calc(100% + 0px);
  left: calc(50% - 50%);
  justify-items: left;
  width: 12px;
  height: 12px;
  background: var(--main-color);
  border-radius: 50%;
}
/* 中央の横線 */
.cmn_about_title_en::after{
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0px;
  transform: translateX(0);
  width: 100%;
  height: 1px;
  background: var(--main-color);
}
.cmn_about_title_en_txt{
  font-weight: 700;
  letter-spacing: 0;
  padding: 10px 0;
}
.cmn_about_title_ja{
  font-family: var(--font-ja);
  padding-top: 15px;
}
.cmn_about_title_ja_txt{
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0;
}
.cmn_about_txt{
  padding-top: 15px;
}

/* OUR VISION */
.about_contents_inner{
  background: var(--txt-gradation);
  position: relative;
  padding: 45px 0;

}
/* 背景 */
.bk_left{
  position: absolute;
  top: revert-layer;
  bottom: 0;
  width: 40%;
  pointer-events: none;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bk_left_img{
  aspect-ratio: 239 / 296;
  width: 100%;
  max-width: 477px;
}
.bk_right{
  position: absolute;
  top: 0;
  right: -10px;
  width: 40%;
  pointer-events: none;
  z-index: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;

}
.bk_right_img{
  aspect-ratio: 86 / 135;
  width: 80%;
  max-width: 430px;
}
.cmn_contents{
  position: relative;
  z-index: 2;
}
.cmn_content2 {
  padding-top: 30px;
}
.cmn_title_en{
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: var(--font-en);
  color: var(--sub-color);
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  display: inline-block;
}
/* 丸 */
.cmn_title_en.wh::before{
  content: "";
  position: absolute;
  top: calc(100% + -30px);
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--sub-color);
  border-radius: 50%;
}
/* 中央の横線 */
.cmn_title_en.wh::after{
  content: "";
  position: absolute;
  top: calc(100% + -25px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: var(--sub-color);
}
.cmn_title_en_txt{

}
.cmn_title_ja{
  font-size: 23px;
  color: var(--sub-color);
  text-align: center;
}
.cmn_title_ja_txt{
  font-weight: 900;
  letter-spacing: 0;
}
.cmn_title_ja_txt_1{
  font-weight: 700;
}
.cmn_contents_txt{
  color: var(--sub-color);
  text-align: center;
  padding-top: 15px;
}


/* OUR MISSION */
.cmn_contents {
  text-align: center;
}
.cmn_title_en.gra{
  background: linear-gradient(112deg, #36b7f3 40%, #004382 58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.cmn_title_en.gra::before{
  content: "";
  position: absolute;
  top: calc(100% + -30px);
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--main-color);
  border-radius: 50%;
}
.cmn_title_en.gra::after{
  content: "";
  position: absolute;
  top: calc(100% + -25px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: var(--main-color);
}
.cmn_title_ja_center{
  font-size: 18px;
  font-weight: 700;
  color: var(--txt-color);
  padding-bottom: 20px;
}
.about_title_ja_txt{

}
.cmn_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.cmn_box_inner{

}
.cmn_box_inner:nth-child(n+2){
  margin-top: 30px;
}
.cmn_box_inner .img_fit:before{
  padding-top: 70%;
}
.cmn_title{
  font-size: 22px;
  color: var(--txt-color);
  font-weight: 700;
  letter-spacing: 0;
  padding-top: 10px;
}
.cmn_title_txt{

}

/* OUR STRENGTHS */
.cmn_contents_inner{
  position: relative;
  background: var(--txt-gradation);
  padding: 45px 0;
}
.cmn_title_en.wh6::before {
  content: "";
  position: absolute;
  top: calc(100% + -30px);
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--sub-color);
  border-radius: 50%;
}

.cmn_items{
  margin-top: 25px;
}
.cmn_items + .cmn_items{
  margin-top: 35px;
}
.cmn_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn_item:nth-child(n+2){
  margin-top: 30px;
}
.cmn_item1{
  width: 100%;
}
.cmn_item2{
  width: 100%;
  padding-top: 15px;
}
.cmn_item1 .img_fit:before{
  padding-top: 70%;
}
.cmn_item2_title_en{
  font-size: 18px;
  font-family: var(--font-en);
  color: var(--sub-color);
  font-weight: 600;
  letter-spacing: 0;
  padding-bottom: 5px;
}
.cmn_item2_title_en_txt{

}
.cmn_item2_title_ja{
  font-size: 22px;
  font-weight: 900;
  color: var(--sub-color);
  position: relative;
}
.cmn_item2_title_ja::before{
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--sub-color);
  border-radius: 50%;
  justify-items: left;
}
.cmn_item2_title_ja::after{
  content: "";
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  transform: none;
  width: 100%;
  height: 1px;
  background: var(--sub-color);
}
.cmn_item2_title_ja_txt{

}
.cmn_item_txt{
  padding-top: 35px;
  color: var(--sub-color);
}


@media (max-width:374px){

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

}
@media (max-width:767px){
  /* OUR VISION */
  .cmn_content1 .cmn_contents_txt,
  .cmn_content1 .cmn_title_ja{
    text-align: justify;
  }
  .cmn_content2 .cmn_contents_txt,
  .cmn_content2 .cmn_title_ja{
    text-align: justify;
  }
}
@media (min-width:768px){
  /* メイン */
  .cmn_about_title_ja {
    padding-top: 24px;
  }
  .cmn_about_title_en::after{
    top: calc(100% + 5px);
    left: 0;
    transform: translateX(0);
    width: 100%;
    height: 1px;
  }
  /* OUR VISION */
  .about_contents_inner{
    padding: 55px 0;
  }
  /* 背景 */
  .bk_left{
    top: 280px;
    bottom: 0;
    width: 30%;
  }
  .bk_right{
    top: 0;
    right: -10px;
    width: 30%;
  }

  /* OUR MISSION */
  .cmn_box {
    margin-inline: -15px;
    margin-top: 15px;
  }
  .cmn_box_inner {
    width: 50%;
    padding-inline: 15px;
  }
  .cmn_box_inner:nth-child(n+2) {
    margin-top: 0;
  }
  .cmn_box_inner:nth-child(n+3) {
    margin-top: 30px;
  }
  /*OUR STRENGTHS*/
  .cmn_title_en.wh5::before {
    left: 0;
  }
  .cmn_items{
    margin-top: 30px;
  }
  .cmn_items + .cmn_items {
    margin-top: 45px;
  }
  .cmn_item{
  }
  .cmn_item:nth-child(n+2){
    margin-top: 50px;
  }
  .cmn_item2_title_en {
    font-size: 25px;
  }
  .cmn_item2_title_ja {
    font-size: 30px;
  }
  .cmn_item2_title_ja::before {
    top: calc(100% + 10px);
    left: 0;
    justify-items: left;
  }
  .cmn_item2_title_ja::after {
    top: calc(100% + 15px);
    width: 100%;
  }

  /* 画像　*/
  .cmn_about_box1 .img_fit:before,
  .cmn_item1 .img_fit:before{
    padding-top: 65%;
  }
}
@media (min-width:1024px){
  /* セクション設定 */
  .pg_about{

  }
  .pg_about .section.sec1{
    padding-top: 40px;
  }
  .pg_about .section.sec2{
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .pg_about .section.sec3{
    padding-top: 45px;
    padding-bottom: 65px;
  }
  .pg_about .section.sec4{

  }

  /* メイン */
  .cmn_about{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .cmn_about_box1{
    width: 47.23%;
    padding-top: 0;
  }
  .cmn_about_box2{
    width: 48.48%;
    margin-top: -35px;
  }
  .cmn_about_box1 .img_fit:before {
    padding-top: 71.26%;
  }
  .cmn_about_title_en{
    font-size: 120px;
    padding-bottom: 5px;
  }
  .cmn_about_title_en::before{
    top: calc(100% + -7px);
    left: 0;
    justify-items: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .cmn_about_title_en::after{
    top: calc(100% + -2px);
    left: 0;
    transform: translateX(0);
    width: 100%;
    height: 1px;
  }
  .cmn_about_title_en_txt{
    letter-spacing: 0;
  }
  .cmn_about_title_ja{
    padding-top: 35px;
  }
  .cmn_about_title_ja_txt{
    font-size: 25px;
    letter-spacing: 0;
  }
  .cmn_about_txt{
    padding-top: 33px;
  }

  /* OUR VISION */
  .about_contents_inner{
    margin-top: 110px;
    padding-top: 75px;
    padding-bottom: 110px;
  }
  .cmn_title_en{
    font-size: 120px;
    padding-bottom: 45px;
  }
  .cmn_title_en.wh::after {
    top: calc(100% + -34px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
  }
  .cmn_title_en.wh::before {
    top: calc(100% + -40px);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .cmn_content2{
    padding-top: 35px;
  }
  .cmn_title_ja{
    font-size: 34px;
    line-height: 1.617em;
  }
  .cmn_contents_txt {
    padding-top: 20px;
  }

  /* OUR MISSION */
  .cmn_title_ja_center{
    font-size: 25px;
    padding-top: 7px;
    padding-bottom: 0;
  }
  .cmn_title_ja.sp.wh1{
    font-size: 23px;
    padding-bottom: 15px;
  }
  .cmn_title_en.gra::before {
    top: calc(100% + -39px);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .cmn_title_en.gra::after {
    top: calc(100% + -33px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
  }
  .about_title_ja_txt{

  }
  .cmn_box{
    margin-inline: -15px;
    padding-top: 45px;
  }
  .cmn_box_inner{
    width: 50%;
    padding-inline: 15px;
  }
  .cmn_box_inner:nth-child(n+3){
    margin-top: 55px;
  }
  .cmn_box_inner .img_fit:before{
    padding-top: 67.11%;
  }
  .cmn_title{
    font-size: 26px;
    padding-top: 10px;
  }
  .cmn_title_txt{

  }
  .cmn_box_inner .cmn_about_txt {
    padding: 10px 9px 0 0;
    line-height: 1.75;
  }

  /* OUR STRENGTHS */
  .cmn_title_en.wh6::before {
    left: 0;
  }
  .cmn_contents_inner{
    padding-top: 76px;
    padding-bottom: 100px;
  }
  .cmn_items{
    margin-top: 85px;
  }
  .cmn_items:nth-child(2n) .cmn_item{
    flex-direction: row-reverse;
  }
  .cmn_items:nth-child(2n+1) .cmn_item{
    flex-direction: row;
  }
  .cmn_items + .cmn_items{
    margin-top: 55px;
  }
  .cmn_item1{
    width: 49.05%;
    padding-top: 0;
  }
  .cmn_item2{
    width: 45.76%;
    padding-top: 0;
    margin-top: -10px;
  }
  .cmn_item1 .img_fit:before{
    padding-top: 64.43%;
  }
  .cmn_item2_title_en{
    font-size: 30px;
  }
  .cmn_title_en.wh1::before {
    top: calc(100% + -39px);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .cmn_title_en.wh1::after {
    top: calc(100% + -33px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
  }
  .cmn_item2_title_en_txt{

  }
  .cmn_item2_title_ja{
    font-size: 30px;
  }
  .cmn_item2_title_ja::before{
    top: calc(100% + 27px);
    left: 0;
    width: 12px;
    height: 12px;
    justify-items: left;
  }
  .cmn_item2_title_ja::after{
    top: calc(100% + 33px);
    width: 100%;
  }
  .cmn_item2_title_ja_txt{

  }
  .cmn_item_txt{
    padding-top: 60px;
  }
}
@media (min-width:1200px){

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

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

  }
  .pg_about .section.sec1{
    padding-top: 0
  }
  .pg_about .section.sec2{
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .pg_about .section.sec3{
    padding-top: 45px;
    padding-bottom: 65px;
  }
  .pg_about .section.sec4{

  }

  /* メイン */
  .cmn_about{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cmn_about_box1{
    width: 57.23%;
  }
  .cmn_about_box2{
    width: 38.48%;
    margin-top: -55px;
  }
  .cmn_about_box1 .img_fit:before {
    padding-top: 71.26%;
  }
  .cmn_about_title_en{
    font-size: 118px;
    padding-bottom: 5px;
  }
  .cmn_about_title_en::before{
    top: calc(100% + -8px);
    left: 0;
    justify-items: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .cmn_about_title_en::after{
    top: calc(100% + -2px);
    left: 0;
    transform: translateX(0);
    width: 100%;
    height: 1px;
  }
  .cmn_about_title_en_txt{
    letter-spacing: 0;
  }
  .cmn_about_title_ja{
    padding-top: 35px;
  }
  .cmn_about_title_ja_txt{
    font-size: 32px;
    letter-spacing: 0;
  }
  .cmn_about_txt{
    padding-top: 33px;
  }

  /* OUR VISION */
  /* 背景 */
  .bk_left {
    top: 280px;
    bottom: 110px;
    width: 30%;
  }

  .about_contents_inner{
    margin-top: 110px;
    padding-top: 75px;
    padding-bottom: 110px;
  }
  .cmn_contents{

  }
  .cmn_title_en{
    font-size: 120px;
    padding-bottom: 45px;
  }
  .cmn_title_en.wh::after {
    top: calc(100% + -34px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
  }
  .cmn_title_en.wh::before {
    top: calc(100% + -40px);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .cmn_content2{
    padding-top: 35px;
  }
  .cmn_title_en_txt{

  }
  .cmn_title_ja{
    font-size: 34px;
    line-height: 1.617em;
  }

  .cmn_title_ja_txt{

  }
  .cmn_contents_txt {
    padding-top: 20px;
  }

  /* OUR MISSION */
  .cmn_title_ja_center{
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 0;
  }
  .cmn_title_en.gra::before {
    top: calc(100% + -40px);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .cmn_title_en.gra::after {
    top: calc(100% + -33px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
  }
  .about_title_ja_txt{

  }
  .cmn_box{
    padding-top: 52px;
  }
  .cmn_box_inner{
    width: 50%;
  }
  .cmn_box_inner:nth-child(n+3){
    margin-top: 55px;
  }
  .cmn_box_inner .img_fit:before{
    padding-top: 67.11%;
  }
  .cmn_title{
    font-size: 30px;
    padding-top: 15px;
  }
  .cmn_title_txt{

  }
  .cmn_box_inner .cmn_about_txt {
    padding: 10px 9px 0 0;
    line-height: 1.75;
  }

  /* OUR STRENGTHS */
  .cmn_contents_inner{
    padding-top: 76px;
    padding-bottom: 200px;
  }
  .cmn_items{
    margin-top: 115px;
  }
  .cmn_items:nth-child(2n) .cmn_item{
    flex-direction: row-reverse;
  }
  .cmn_items:nth-child(2n+1) .cmn_item{
    flex-direction: row;
  }
  .cmn_items + .cmn_items{
    margin-top: 75px;
  }
  .cmn_item1{
    width: 51.05%;
    padding-top: 0;
  }
  .cmn_item2{
    width: 42.76%;
  }
  .cmn_item1 .img_fit:before{
    padding-top: 64.43%;
  }
  .cmn_item2_title_en{
    font-size: 45px;
  }
  .cmn_title_en.wh1::before {
    top: calc(100% + -39px);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .cmn_title_en.wh1::after {
    top: calc(100% + -33px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
  }
  .cmn_item2_title_en_txt{

  }
  .cmn_item2_title_ja{
    font-size: 45px;
  }
  .cmn_item2_title_ja::before{
    top: calc(100% + 27px);
    left: 0;
    width: 12px;
    height: 12px;
    justify-items: left;
  }
  .cmn_item2_title_ja::after{
    top: calc(100% + 33px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .cmn_item2_title_ja_txt{

  }
  .cmn_item_txt{
    padding-top: 60px;
  }
}

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

}
.pg_interview .section.sec1{

}
.pg_interview .section.sec2{
  padding-top: 0;
}
.pg_interview .section.sec3{

}


/* メイン部分 */
.cmn_about_row{
  flex-direction: row;
}
.cmn_title_ja_interview_txt{
  font-weight: 500 !important;
}

/* タイトル */
.interview_title_en{
  font-size: 80px;
  margin-top: -15px;
  padding-bottom: 10px;
}
.cmn_title_en.gra.interview_title_en {
  font-size: 200px;
  text-align: center;
  background: none;
}

/* 文字自体にグラデ＋柄をのせる */
.interview_title_en .cmn_title_en_txt {
  display: inline-block;
  font-family: var(--font-en);
  font-weight: 900;
  line-height: 1;
  margin: 0;

  /* 上に柄画像、下にグラデーションのレイヤー */
  background-image:
    url("https://jp-alphanet.com/system_panel/uploads/images/20251204143725786316.png"),
    linear-gradient(90deg, #36b7f3 0%, #004382 0%);
  background-size: 208% auto, 100% 100%;
  background-position: center, left;
  background-repeat: no-repeat, no-repeat;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}


/* インタビュー */
.interview_contents{

}
* + .interview_contents{
  margin-top: 30px;
}
.interview_contents_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.interview_contents_row-re{
  flex-direction: row-reverse;
}
.interview_contents_row + .interview_contents_row{
  margin-top: 50px;
}
.interview_contents_box1{
  width: 100%;
}
.interview_contents_box2{
  width: 100%;
  margin-top: 15px;
}
.interview_contents_box3{
  width: 100%;
}
.interview_contents_img{

}
.interview_contents_img.img_fit:before{
  padding-top: 73.637%;
}
.interview_contents_img2{
  margin-left: var(--margin-for-device-side-w);
  margin-right: var(--margin-for-device-side-w);
  border-radius: 0;
}
.interview_contents_img2.img_fit:before{
  padding-top: 250px;
}

.interview_contents_title1{
  margin-bottom: 20px;
}
.interview_contents_title1_line{
  display: flex;
  font-size: 16px;
  font-weight: 700;
  color: var(--sub-color);
  text-align: justify;
}
.interview_contents_title1_line + .interview_contents_title1_line{
  margin-top: 12px;
}
.interview_contents_title1_line p{
  background: var(--main-color);
  padding: 5px 10px 7px;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
.interview_contents_title1_line:first-child p:before{
  content: "Q.";
}
.interview_contents_title1_line:nth-child(n+2) p{
  padding-left: 28px;
}

.interview_contents_title2{
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-indent: -1em;
  padding-left: 0.5em;
  text-align: left;
}
.interview_contents_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: justify;
  margin-top: 15px;
  padding-top: 0;
}

.interview_contents + .read_more{
  margin-top: 40px;
}

@media (max-width:767px){



}
@media (min-width:768px){
  /* タイトル */
  .interview_title_en{
    font-size: 110px;
    margin-top: 0;
    padding-bottom: 0;
  }

  /* インタビュー */
  * + .interview_contents{
    margin-top: 40px;
  }

  .interview_contents_title1_line{
    font-size: 22px;
  }
  .interview_contents_title1_line p{
    line-height: 1.2;
  }
  .interview_contents_title1_line:nth-child(n+2) p{
    padding-left: 35px;
  }
  .interview_contents_title2{
    font-size: 28px;
  }
  .interview_contents_txt{
    font-size: 16px;
    line-height: 2.175;
    margin-top: 20px;
  }

  .interview_contents_img2.img_fit:before{
    padding-top: 400px;
  }

  .interview_contents + .read_more{
    margin-top: 50px;
  }

}
@media (min-width:1024px){
  /* タイトル */
  .interview_title_en{
    font-size: 150px;
  }
  /* インタビュー */
  .interview_contents{

  }
  * + .interview_contents{
    /*margin-top: 110px;*/
  }
  .interview_contents_row{
  }
  .interview_contents_row + .interview_contents_row{
    margin-top: 50px;
  }
  .interview_contents_box1{
    width: 44.67%;
  }
  .interview_contents_box2{
    width: 49.01%;
    margin-top: 0;
  }
  .interview_contents_title1{
    margin-bottom: 20px;
  }
  .interview_contents_title1_line{
    font-size: 20px;
  }
  .interview_contents_title1_line + .interview_contents_title1_line{
    margin-top: 12px;
  }
  .interview_contents_title1_line p{
    padding: 2px 15px 5px;
  }
  .interview_contents_title1_line:nth-child(n+2) p{
    padding-left: 38px;
  }

  .interview_contents_title2{
    font-size: 24px;
  }
  .interview_contents_txt{
    /*font-size: 18px;*/
    /*line-height: 2.777;*/
    /*margin-top: 35px;*/
  }

  .interview_contents_row:nth-child(odd) .interview_contents_box1{

  }
  .interview_contents_row:nth-child(odd) .interview_contents_box2{

  }
  .interview_contents_row:nth-child(even) .interview_contents_box1{
    order: 2;
  }
  .interview_contents_row:nth-child(even) .interview_contents_box2{
    order: 1;
  }

  /*  .interview_contents_row:nth-child(odd) .interview_contents_img{
      margin-left: var(--margin-for-device-side-w);
    }
    .interview_contents_row:nth-child(even) .interview_contents_img{
      margin-right: var(--margin-for-device-side-w);
    }*/

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


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

  /* インタビュー */
  .interview_contents{

  }
  * + .interview_contents{
    margin-top: 110px;
  }
  .interview_contents_row{
  }
  .interview_contents_row + .interview_contents_row{
    margin-top: 50px;
  }
  .interview_contents_box1{
    width: 42.76%;
  }
  .interview_contents_box2{
    width: 49.01%;
  }
  .interview_contents_title1{
    margin-bottom: 20px;
  }
  .interview_contents_title1_line{
    font-size: 24px;
  }
  .interview_contents_title1_line + .interview_contents_title1_line{
    margin-top: 12px;
  }
  .interview_contents_title1_line p{
    padding: 2px 15px 5px;
  }
  .interview_contents_title1_line:nth-child(n+2) p{
    padding-left: 42px;
  }

  .interview_contents_title2{
    font-size: 34px;
  }

  .interview_contents_img2.img_fit:before{
    padding-top: 500px;
  }

  .interview_contents + .read_more{
    margin-top: 70px;
  }
}
@media (min-width:1720px){
  .pg_interview .section.sec2 {
    padding-top: 75px;
  }
  /* メイン */
  .cmn_about_row {

  }

  /* タイトル */
  .interview_title_en{
    font-size: 280px;
    margin-top: -90px;
    padding-bottom: 0px;
  }
  .cmn_title_ja_interview_txt {
    margin-top: -47px;
  }

  /* インタビュー */
  .interview_contents{

  }
  * + .interview_contents{
    margin-top: 95px;
  }
  .interview_contents_row{
  }
  .interview_contents_row + .interview_contents_row{
    margin-top: 100px;
  }
  .interview_contents_box1{
    width: 44.67%;
  }
  .interview_contents_box2{
    width: 51.01%;
  }
  .interview_contents_title1{
    margin-bottom: 20px;
  }
  .interview_contents_title1_line{
    font-size: 30px;
  }
  .interview_contents_title1_line + .interview_contents_title1_line{
    margin-top: 10px;
  }
  .interview_contents_title1_line p{
    padding: 2px 15px 5px;
  }
  .interview_contents_title1_line:nth-child(n+2) p{
    padding-left: 50px;
  }

  .interview_contents_title2{
    font-size: 40px;
  }
  .interview_contents_txt{
    margin-top: 45px;
  }

  .interview_contents_box3{
    padding-top: 12px;
  }
  .interview_contents_img2.img_fit:before{
    padding-top: 26.04%;
  }

  .interview_contents + .read_more{
    margin-top: 90px;
  }

}

/*******************************
*　企業様へ
********************************/

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

}
.pg_companies .section.sec1{

}
.pg_companies .section.sec2{

}
.pg_companies .section.sec3{
  padding-top: 0;
}

/* メイン */
/*.cmn_about_reverse{
  flex-direction: row-reverse;
}*/

/* MERIT */
.cmn_title_ja.sp.wh1{
  font-size: 18px;
  padding-bottom: 15px;
}
.cmn_title.wh,
.cmn_txt.wh{
  color: var(--sub-color);
}
.cmn_title_ja.center.bk{
  color: var(--txt-color);
}
.cmn_title_en.wh2::before {
  top: calc(100% + -30px);
  left: 0;
}
.cmn_title_en.wh2::after {
  width: 100%;
}

/* WHY US? */
.cmn_item2_title_en.bl{
  color: var(--main-color);
}
.cmn_item2_title_ja.bk,
.cmn_txt.cmn_item_txt.bk{
  color: var(--txt-color);
}
.cmn_title_ja.bk{
  font-size: 18px;
}

.cmn_item2_title_ja.bk::before,
.cmn_item2_title_ja.bk::after{
  background: var(--main-color);
}

.cmn_title_en.gra1::before {
  left: 0;
}
.cmn_title_en.gra1::after {
  width: 100%;
}

/* ボタン */
.read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.read_more a{
  display: flex;
  min-width: 245px;
  height: 48px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border: 2px solid var(--main-color);
  background: #FFF;
  padding: 16px 20px 16px 0;
  margin: 5px 5px 5px 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
}
.read_more a p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0;
  letter-spacing: 0;
  padding: 0;
  color: var(--main-color);
}
.read_more.bg_gr a p {
  padding: 11px 0 10px 20px;
}
.read_more.read_more a:before {
  content: "";
  width: 35px;
  height: 44px;
  height: 100%;
  background: var(--main-color);
  border-radius: 0 50px 50px 0;
  position: absolute;
  top: 0;
  right: -3px;
}
.read_more.read_more a:after {
  content: "→";
  font-family: var(--font-ja);
  width: 35px;
  height: 44px;
  height: 100%;
  /*background: var(--main-color);*/
  color: var(--sub-color);
  /*border-radius: 0 50px 50px 0;*/
  position: absolute;
  top: 0;
  right: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.read_more a:hover{
  background: var(--main-color);
}
.read_more a:hover p{
  color: #FFF;
}
.home_sec4_wrap .read_more a:hover,
.home_sec5_wrap .read_more a:hover{
  color: #FFF;
  background: var(--main-color);
}
.home_sec4_wrap .read_more a:hover p,
.home_sec5_wrap .read_more a:hover p{
  color: #FFF;
}

.read_more a:hover:after{
  margin-right: -5px;
}


@media (max-width:374px){

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

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

}
@media (min-width:768px){
  /* MERIT */
  .cmn_title_ja.pc.md.tb{
    padding-bottom: 20px;
  }
  .cmn_title_en.wh2::before {
    top: calc(100% + -30px);
    left: 0;
  }
  .cmn_title_en.wh2::after {
    width: 100%;
  }

  /* WHY US? */
  .cmn_title_en.gra1::before {
    left: 0;
  }
  .cmn_title_en.gra1::after {
    width: 100%;
  }
  /* ボタン */
  .read_more a{
    min-width: 280px;
  }
}
@media (min-width:1024px){
  /* MERIT */
  .cmn_title_ja.pc.md.tb{
    padding-bottom: 0;
  }
  .cmn_title_en.wh2::before {
    top: calc(100% + -40px);
    left: 0;
  }
  .cmn_title_en.wh2::after {
    width: 100%;
  }
  .cmn_title_ja.pc.md.tb{
    font-size: 30px;
  }

  /* WHY US? */
  .cmn_title_en.gra1::before {
    top: calc(100% + -39px);
    left: 0;
  }
  .cmn_title_en.gra1::after {
    width: 100%;
  }
  .cmn_title_ja.bk{
    font-size: 18px;
  }
  .cmn_items_2:nth-child(2n) .cmn_item{
    flex-direction: row-reverse;
  }
  .cmn_items_2:nth-child(2n+1) .cmn_item{
    flex-direction: row;
  }
}

@media (min-width:1200px){
  /* MERIT */
  .cmn_title_ja.pc.md.tb {
    font-size: 25px;
  }
  /* WHY US? */
  .cmn_item2_title_ja.bk .cmn_item2_title_ja_txt{
    line-height: 1.225;
  }
  .cmn_title_ja.bk{
    font-size: 34px;
  }
}
@media (min-width:1366px){

}
@media (min-width:1470px){
  /* MERIT */
  .cmn_title_ja.pc.md.tb {
    font-size: 30px;
  }
}
@media (min-width:1720px){
  /* セクション設定 */
  .pg_companies .section.sec2 {
    padding-top: 110px;
  }
  .pg_companies .section.sec3{
    padding-top: 25px;
  }

  /* MERIT */
  .cmn_title_ja.pc.md.tb {
    font-size: 35px;
    padding-bottom: 0;
  }
  .cmn_title_en.wh2::before {
    top: calc(100% + -41px);
    left: 0;
  }
  .cmn_title_en.wh2::after {
    top: calc(100% + -34px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  /* ボタン */
  .read_more{
    margin-top: 80px;
  }
  .read_more a{
    min-width: 280px;
    height: 48px;
    font-size: 15px;
    line-height: 1.2;
    background: #FFF;
    color: var(--main-color);
    padding: 16px 20px 16px 0;
    margin: 5px 5px 5px 0;
  }
  .read_more a p {
    padding: 11px 0 10px 25px;
  }
  .read_more.read_more a:after {
    content: "→";
    font-family: var(--font-ja);
    width: 35px;
    height: 44px;
    border-radius: 0 50px 50px 0;
    top: 0;
    right: -1px;
    transition: 0.3s ease;
  }

  /* WHY US? */
  .cmn_title_ja.pc.md.tb {
    font-size: 35px;
  }
  .cmn_contents_inner1{
    padding-top: 76px;
    padding-bottom: 115px;
  }
  .cmn_title_en.wh2::before {
    top: calc(100% + -40px);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .cmn_title_en.wh2::after {
    top: calc(100% + -34px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
  }
  .cmn_box_inner1:nth-child(n+3) {

  }

  /* WHY US? */
  .cmn_items_1{
    margin-top: 65px;
  }
  .cmn_items_1 + .cmn_items_1{
    margin-top: 90px;
  }
  .cmn_items_1 .cmn_item1 {
    width: 51.05%;
    padding-top: 8px;
  }
  .cmn_items_1.cmn_item2_title_ja_txt {
    line-height: 1.06;
  }
  .cmn_items_1 .cmn_item2_title_ja::before {
    top: calc(100% + 38px);
    left: 0;
    width: 12px;
    height: 12px;
    justify-items: left;
  }
  .cmn_items_1 .cmn_item2_title_ja::after {
    top: calc(100% + 43px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .cmn_items_1  .cmn_item_txt {
    padding-top: 75px;
  }

  /* WHY US? */
  .cmn_item2_title_ja.bk .cmn_item2_title_ja_txt{
    line-height: 1.025;
    padding-top: 4px;
  }

}

/*******************************
*　新たな挑戦に挑む方へ
********************************/

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

}
.pg_nextstep .section.sec1{

}
.pg_nextstep .section.sec2{

}
.pg_nextstep .section.sec3{
  padding-top: 0;
}
.pg_nextstep .section.sec3 .read_more_a{
  min-width: 300px;
}

/* WHAT YOU GET */
.cmn_title_en.wh3::before {
  top: calc(100% + -30px);
  left: 0;
}
.cmn_title_en.wh3::after {
  top: calc(100% + -25px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

/* ボタン */
.read_more_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
}
.read_more_box .read_more:first-child{
  margin-top: 30px;
}
.read_more_box .read_more{
  margin-top: 15px;
}


@media (max-width:374px){

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

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

}
@media (min-width:768px){
  /* ボタン */
  .read_more_box{
    margin-top: 35px;
  }
  .read_more_box .read_more:first-child{
    margin-top: 0;
  }
  .read_more_box .read_more {
    margin-top: 0;
    margin-inline: 15px;
  }
}
@media (min-width:1024px){
  /* WHAT YOU GET */
  .cmn_title_en.wh3::before {
    top: calc(100% + -40px);
    left: 0;
  }
  .cmn_title_en.wh3::after {
    top: calc(100% + -34px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  /* ボタン */
  .read_more_box{
    margin-top: 80px;
  }
}
@media (min-width:1200px){
  /* ボタン */
  .read_more_box .read_more{
    margin-inline: 15px;
  }
}
@media (min-width:1366px){

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

}
@media (min-width:1720px){
  /* セクション設定 */
  .pg_nextstep .section.sec2 {
    padding-top: 110px;
  }
  .pg_nextstep  .section.sec3{
    padding-top: 25px;
  }

  /* WHAT YOU GET */
  .cmn_title_en.wh3::before {
    top: calc(100% + -41px);
    left: 0;
  }
  .cmn_title_en.wh3::after {
    top: calc(100% + -36px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

/*******************************
*　サービス内容
********************************/

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

}
.pg_service .section.sec1{

}
.pg_service .section.sec2{

}
.pg_service .section.sec3{
  padding-top: 0;
}

/* OUR SUPPORT */
.cmn_title_en.wh4::after {
  content: "";
  position: absolute;
  top: calc(100% + -25px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: var(--sub-color);
}

/* ボタン */
.read_more_links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 25px;
}
.read_more_link{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.read_more_link + .read_more_link{
  margin-top: 10px;
}
.read_more_link_a{
  display: flex;
  min-width: 345px;
  height: 50px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border: 2px solid var(--main-color);
  background: var(--main-color);
  padding: 5px 15px;
  margin: 5px 5px 5px 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.read_more_link_a:after{
  content: "→";
  font-family: var(--font-ja);
  width: 35px;
  height: 44px;
  color: var(--sub-color);
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.read_more_link_a p{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0;
  letter-spacing: 0;
  padding: 11px 0;
  color: var(--sub-color);
}
.read_more_link_a:hover{
  background: var(--sub-color);
  color: var(--sub-color);
}
.read_more_link_a:hover p{
  color: var(--main-color);
}
.read_more_link_a:hover:after{
  margin-right: -3px;
  color:  var(--main-color);
}

.cmn_global{

}
.cmn_global + .cmn_global {
  margin-top: 50px;
}
.cmn_global_items{
  margin-top: 65px;
}
.cmn_global_items + .cmn_global_items{
  margin-top: 50px;
}

/* 見出し */
.cmn_contents_tts{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.cmn_contents_tt_en{
  font-size: 45px;
  padding-bottom: 0;
  margin-right: 15px;
}
.cmn_contents_tts::before {
  content: "";
  position: absolute;
  top: calc(100% + 15px);
  left: calc(50% - 50%);
  justify-items: left;
  width: 12px;
  height: 12px;
  background: var(--sub-color);
  border-radius: 50%;
}

.cmn_contents_tts::after {
  content: "";
  position: absolute;
  top: calc(100% + 20px);
  left: 0px;
  transform: translateX(0);
  width: 100%;
  height: 1px;
  background: var(--sub-color);
}
.cmn_global .cmn_title_en.wh::before,
.cmn_global .cmn_title_en.wh::after{
  display: none;
}
.cmn_contents_tt_ja {
  font-size: 16px;
}
.cmn_contents_tt_ja .cmn_title_ja_txt{

}

.cmn_item2_title_ja.line:before,
.cmn_item2_title_ja.line:after{
  display: none;
}
.cmn_global_txt{
  padding-top: 15px;
}

/* OUR VALUE */
.cmn_title_en.gra2::before {
  top: calc(100% + -30px);
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.cmn_title_en.gra2::after {
  top: calc(100% + -25px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
}


@media (max-width:374px){

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

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

}
@media (min-width:768px){
  /* OUR SUPPORT */
  .cmn_title_en.wh4::after {
    top: calc(100% + -25px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  /* ボタン */
  .read_more_links{
    margin-inline: -15px;
  }
  .read_more_link{
    width: 50%;
  }
  .read_more_link + .read_more_link{
    margin-top: 0;
  }

  /* OUR VALUE */
  .cmn_title_en.gra2::before {
    top: calc(100% + -30px);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .cmn_title_en.gra2::after {
    top: calc(100% + -25px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
  }
}
@media (min-width:1024px){
  /* OUR SUPPORT */
  .cmn_title_en.wh4::before {
    top: calc(100% + -30px);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .cmn_title_en.wh4::after {
    top: calc(100% + -25px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .cmn_item2_title_ja.line{
    font-size: 28px;
  }
  .cmn_items:nth-child(2n) .cmn_item{
    flex-direction: row;
  }
  .cmn_items:nth-child(2n+1) .cmn_item{
    flex-direction: row-reverse;
  }
  .cmn_items_1:nth-child(2n) .cmn_item{
    flex-direction: row-reverse !important;
  }
  .cmn_items_1:nth-child(2n+1) .cmn_item{
    flex-direction: row !important;
  }
  .cmn_item_row .cmn_item1{
    order: 1;
  }

  /* ボタン */
  .read_more_link_a{
    width: calc(100% - 25px);
  }

  .cmn_global + .cmn_global{
    margin-top: 100px;
  }

  /* OUR VALUE */
  .cmn_title_en.gra2::before {
    top: calc(100% + -30px);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .cmn_title_en.gra2::after {
    top: calc(100% + -25px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
  }
  .cmn_title_1 {
    font-size: 25px;
    padding-top: 10px;
  }
}
@media (min-width:1200px){
  /* OUR SUPPORT */
  .cmn_title_en.wh4::before {
    top: calc(100% + -30px);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .cmn_title_en.wh4::after {
    top: calc(100% + -25px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  /* ボタン */
  .cmn_global .read_more{
    margin-top: 60px;
  }
  .read_more_link_a{
    width: calc(100% - 20px);
  }
}
@media (min-width:1366px){
  /* OUR SUPPORT */
  .cmn_title_en.wh4::after {
    top: calc(100% + -25px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  /* OUR VALUE */
  .cmn_title_en.gra2::before {
    top: calc(100% + -30px);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .cmn_title_en.gra2::after {
    top: calc(100% + -25px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
  }
}
@media (min-width:1470px){
  /* OUR SUPPORT */
  .cmn_title_en.wh4::after {
    top: calc(100% + -25px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  /* OUR VALUE */
  .cmn_title_en.gra2::before {
    top: calc(100% + -30px);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .cmn_title_en.gra2::after {
    top: calc(100% + -25px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
  }
}
@media (min-width:1720px){
  /* セクション設定 */
  .pg_service{

  }
  .pg_service .section.sec1{

  }
  .pg_service .section.sec2{
    padding-top: 110px;
  }
  .pg_service .section.sec3{

  }

  /* OUR SUPPORT */
  .cmn_title_en.wh4::before {
    top: calc(100% + -40px);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .cmn_title_en.wh4::after {
    top: calc(100% + -34px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .cmn_item2_title_ja.line {
    font-size: 45px;
  }

  /* ボタン */
  .read_more_links{
    margin-top: 65px;
    margin-bottom: 0;
    margin-inline: -15px;
  }
  .read_more_link{
    width: 50%;
  }
  .read_more_link_a{
    width: calc(100% - 30px);
    height: 48px;
    font-size: 18px;
    padding: 6px 10px;
    margin: 5px 5px 5px 0;
    padding-inline: 15px;
  }
  .read_more_link_a:after{
    content: "→";
    font-family: var(--font-ja);
    width: 35px;
    height: 44px;
    color: var(--sub-color);
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
  }
  .read_more_link_a p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0;
    letter-spacing: 0;
    padding: 11px 0;
    color: var(--sub-color);
  }

  .cmn_global{

  }
  .cmn_global + .cmn_global {
    margin-top: 150px;
  }

  /* 見出し */
  .cmn_contents_tts{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-top: 75px;
  }
  .cmn_contents_tt_en{
    font-size: 60px;
    padding-bottom: 0;
    margin-right: 45px;
  }
  .cmn_contents_tts::before {
    content: "";
    position: absolute;
    top: calc(100% + -4px);
    left: calc(50% - 50%);
    justify-items: left;
    width: 12px;
    height: 12px;
    background: var(--sub-color);
    border-radius: 50%;
  }

  .cmn_contents_tts::after {
    content: "";
    position: absolute;
    top: calc(100% + 2px);
    left: 0px;
    transform: translateX(0);
    width: 100%;
    height: 1px;
    background: var(--sub-color);
  }
  .cmn_global .cmn_title_en.wh::before,
  .cmn_global .cmn_title_en.wh::after{
    display: none;
  }
  .cmn_contents_tt_ja{
    font-size: 25px;
  }
  .cmn_global .cmn_items{
    margin-top: 100px;
  }
  .cmn_global_items + .cmn_global_items{
    margin-top: 80px;
  }
  .cmn_global  .cmn_item1 .img_fit:before {
    padding-top: 61.69%;
  }
  .cmn_contents_tt_ja .cmn_title_ja_txt{

  }

  .cmn_item2_title_ja.line:before,
  .cmn_item2_title_ja.line:after{
    display: none;
  }
  .cmn_global .cmn_item2_title_ja_txt{
    line-height: 1.33;
  }


  .cmn_global_txt{
    padding-top: 30px;
  }

  /* OUR VALUE */
  .cmn_title_en.gra2::before {
    top: calc(100% + -39px);
    left: calc(50% - 270px);
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .cmn_title_en.gra2::after {
    top: calc(100% + -33px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
  }
  .cmn_title_1 {
    font-size: 30px;
    padding-top: 15px;
  }
}

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

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

}
.pg_company .section.sec1{

}
.pg_company .section.sec2{

}

/*テーブル*/
.copmany_tbl{
  position: relative;
  z-index: 1;
}
.copmany_tbl p{
  letter-spacing: 0.08em;
}
.copmany_tbl .table_rows_th,
.copmany_tbl .table_rows_td{
  font-size: 16px;
  border: 1px solid #bfbfbf;
  padding: 17.4px 16px;
}
.copmany_tbl .table_rows_th{
  background: #000;
  font-weight: 400;
  /*border-left: none;*/
}
.copmany_tbl .table_rows_td{
  background: var(--main-color);
  color: var(--txt-color);
  font-weight: 400;
  /*border-right: none;*/
}

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

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

}
@media (max-width:767px){
  /*テーブル*/
  .copmany_tbl{
    margin-top: -15px;
  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    width: 100%;
    display: block;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .copmany_tbl .table_rows_th{

  }
  .copmany_tbl .table_rows_td{

  }
  .copmany_tbl .table_rows_tr:last-child .table_rows_td{
    /* border-bottom: 1px solid #24b30b;*/
  }
}
@media (min-width:768px){
  /* セクション設定 */
  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }

  /*テーブル*/
  .copmany_tbl{
    margin-top: -105px;
  }
  .copmany_tbl .table_rows_th,
  .copmany_tbl .table_rows_td{
    font-size: 18px;
    padding: 18px 15px;
  }
  .copmany_tbl .table_rows_th{
    width: 200px;
    border-right: 0;
  }
  .copmany_tbl .table_rows_td{
    border-left: 0;
    padding-left: 20px;
  }

  /*地図*/
  .gmap{

  }
  .access_map iframe{
    height: 450px;
  }

  .pg_contact .section.sec2 .contact_tt.head{
    font-size: 30px;
  }
}
@media (min-width:1024px){
  /* セクション設定 */
  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }

  /*テーブル*/
  .copmany_tbl{
    margin-top: -100px;
  }
  .copmany_tbl .table_rows_th,
  .copmany_tbl .table_rows_td{

  }
  .copmany_tbl .table_rows_th{
    width: 285px;
  }
  .copmany_tbl .table_rows_td{

  }

  /*地図*/
  .gmap{
    margin-top: 80px;
  }
  .access_map iframe{

  }

  .pg_contact .section.sec2 .contact_tt.head{
    font-size: 38px;
  }
  .pg_contact .form.formWrap{
    margin-top: 0;
  }
}
@media (min-width:1200px){
  .copmany_tbl{
    margin-top: -123px;
  }
  .pg_contact .form.formWrap{
    margin-top: 0;
  }

}
@media (min-width: 1366px) {
  .pg_company .tt2_en {
    font-size: 240px;
  }
}
@media (min-width:1470px){
  .pg_company .tt2_en {
    font-size: 260px;
  }
  .copmany_tbl{
    margin-top: -123px;
  }

}
@media (min-width:1720px){
  .pg_company .tt2_en {
    font-size: 300px;
  }
  .copmany_tbl{
    margin-top: -123px;
  }

}

/* メイン部分 */

@media (max-width:767px){

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

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


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


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


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


}

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

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

}
.pg_company .section.sec1{

}
.pg_company .section.sec2{

}


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

  }

}
@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: #000;
  padding: 10px 10px;
}
.company_tbl .table_rows_th{
  background: #ebebeb;
  font-weight: 400;
  border-left: none;
}
.company_tbl .table_rows_td{
  background: #FFF;
  border-right: none;
  letter-spacing: 0.05em;
  line-height: 1.875;
}

/* マップ */
.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%;
}

@media (max-width:767px){

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

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 17px 20px 18px;
  }
  .company_tbl .table_rows_th{
    width: 200px;
  }
  .company_tbl .table_rows_td{
    line-height: 1.72;
  }

  /* マップ */
  .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: 40px;
  }
  .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;
  }

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


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

  /* 会社概要 */
  .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: 95px;
  }
  .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){


}


/* カテゴリNav */
.cmn_cat_nav{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.cmn_cat_nav li{
  width: 50%;
  padding: 0 5px;
  margin: 5px 0;
  font-size: 12px;
  line-height: 1.4285;
}
.cmn_cat_nav li a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 50px;
  padding: 2px 10px 3px;
  font-family: var(--font-gothic);
  color: var(--main-color);
  border: 1px solid var(--main-color);
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}

.cmn_cat_nav li a:after{
  content: "→";
  font-size: 10px;
  font-family: var(--font-mincho);
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.cmn_cat_nav li.on a,
.cmn_cat_nav li a:hover{
  background: var(--main-color);
  color: #FFF;
}
.cmn_cat_nav li a:hover:after{
  margin-right: -2px;
}

.cmn_cat_nav.color2 li a{
  background: #b8d200;
  border-color: #b8d200;
  color: #FFF;
}
.cmn_cat_nav.color2 li a:hover{
  background: var(--main-color);
  border-color: var(--main-color);
}
.cmn_cat_nav.color2 li a:before{
  content: "";
  position: absolute;
  z-index: 1;
  border: 2px solid #FFF;
  inset: 0;
}

@media (max-width:767px){

  .cmn_cat_nav.col1_sp li{
    width: 100%;
  }
  .cmn_cat_nav.col2_sp li{
    width: 50%;
  }
  .cmn_cat_nav.col3_sp li{
    width: 33.333%;
  }
  .cmn_cat_nav.col4_sp li{
    width: 25%;
  }

  .cmn_cat_nav.txt_sm_sp li{
    font-size: 10px;
  }

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

  .cmn_cat_nav{
    margin-left: -15px;
    margin-right: -15px;
  }
  .cmn_cat_nav li{
    width: 50%;
    padding: 0 15px;
    margin: 12.5px 0;
    font-size: 14px;
  }
  .cmn_cat_nav li a{

  }

  .cmn_cat_nav li a:after{
    font-size: 14px;
    right: 10px;
  }
  .cmn_cat_nav li a:hover:after{
    margin-right: -5px;
  }
}
@media (min-width:1024px){

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

  .cmn_cat_nav{
    margin-left: -15px;
    margin-right: -15px;
  }
  .cmn_cat_nav li{
    padding: 0 15px;
    margin: 12.5px 0;
    font-size: 14px;
  }
  .cmn_cat_nav li a{

  }

  .cmn_cat_nav.col2 li{
    width: 50%;
  }
  .cmn_cat_nav.col3 li{
    width: 33.333%;
  }
  .cmn_cat_nav.col4 li{
    width: 25%;
  }
  .cmn_cat_nav.col5 li{
    width: 20%;
  }

}


.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: #FFF;
}
.news_list_thumb .webgene-item .box1{

}
.news_list_thumb .webgene-item .box2{
  padding: 10px 15px 15px;
}
.news_list_thumb .webgene-item .img{
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news_list_thumb .webgene-item .img.img_fit:before{
  padding-top: 68.5%;
}
.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: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #6a715f;
  color: #FFF;
  padding: 3px 34px;
  margin: 5px 0;
  /*  margin-right: 10px;*/
}
.news_list_thumb .webgene-item .meta .category {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #FFF;
  color: #666666;
  border: 1px solid #b3b3b3;
  padding: 2px 14px;
  margin: 5px 0;
  margin-right: 10px;
}
.news_list_thumb .webgene-item .meta .date{
  font-family: var(--font-en);
  font-weight: 500;
}
.news_list_thumb .webgene-item .title{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.news_list_thumb.col3{

}
.news_list_thumb.col4{

}

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


@media (max-width:767px){

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

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

  }
  * + .news_list_thumb{
    margin-top: 50px;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -15px;
    margin-right: -15px;
  }
  .news_list_thumb .webgene-item{
    width: 50%;
    padding: 0 15px;
  }
  .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{

  }
  .news_list_thumb .webgene-item .meta {
    margin-bottom: 14px;
  }
  .news_list_thumb .webgene-item .meta .category{
    font-size: 12px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .meta .date{
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-family: var(--font-en);
    margin: 5px 0;
    margin-right: 20px;
  }
  .news_list_thumb .webgene-item .title{

  }

  /* ページネーション */
  .pg_news .webgene-pagination {
    margin-top: 50px;
  }

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

  /* 一覧（サムネあり） */
  .news_list_thumb .webgene-item .box2 {
    padding: 10px 10px 15px;
  }

  /* 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: 41px;
  }

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

  /* ページネーション */
  .pg_news .webgene-pagination{
    margin-top: 59px;
  }
  .pg_news .posts_list .webgene-pagination{
    margin-top: 80px;
  }

}
@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: 15px 25px 23px;
  }

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



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


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


}

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

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

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

/* メイン */
.gallery_main{

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

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

}


/* 詳細 */
.gallery_detail{

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

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


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

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

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

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

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

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

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

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

  }

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

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

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


}





/*******************************
*　お問い合わせ
********************************/
.pg_contact .formTbl{
  border: 1px solid #bfbfbf;
  background: #ffffff;
}
.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;
}
.pg_contact .privacyLabel{
  font-weight: 700;
}

.contact_tt.privacy{
  font-family: var(--font-ja);
  font-weight: 500;
  letter-spacing: 0.2;
}
.pg_thanks .read_more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
@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;
  font-family: var(--fontja);
  font-weight: 700;
  letter-spacing: 0.025em;
  color: var(--txt-color);
}

/* フォーム */
.pg_contact .formTbl{
  border: 1px solid #bfbfbf;
  background: #ffffff;
  color: #ebebeb;
  margin-top: 0;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #bfbfbf;
}
.pg_contact .formTh {
  padding: 16px 14px 15px 19px;
  background: #ebebeb;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: var(--txt-color);
}
.pg_contact .formTd.a_center{
  display:flex;
  align-items: center;
}
.pg_contact .formTh label{
  margin: 0;
  font-weight: 400;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  border: 1px solid #b80000;
  color: #b80000;
}
.pg_contact .formTd {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 15px;
  color: var(--txt-color);
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formTd select{
  border-radius: 0;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formWrap .text-center{
  padding-top: 45px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
  color: #353535;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.pg_contact .privacyLabel a{
  color: var(--main-color);
}
.pg_contact .privacyLabel a:hover{
  border-bottom: none;
}

/*ボタン*/
.pg_contact .formBtn.formSend{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  min-width: 245px;
  height: 48px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border: 2px solid var(--main-color);
  background: #FFF;
  padding: 10px 20px;
  margin: 5px 5px 5px 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  align-items: center;
  color: var(--main-color);
}
.pg_contact .formBtn.formSend:before {
  content: "";
  width: 50px;
  height: 44px;
  height: 100%;
  background: var(--main-color);
  border-radius: 0 50px 50px 0;
  position: absolute;
  top: 0;
  right: -3px;
}
.pg_contact .formBtn.formSend:after  {
  content: "→";
  font-family: var(--font-ja);
  width: 35px;
  height: 100%;
  /*background: var(--main-color);*/
  color: var(--sub-color);
  /*border-radius: 0 50px 50px 0;*/
  position: absolute;
  top: 0;
  right: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.pg_contact .formBtn.formSend:hover{
  background: var(--main-color);
}
.pg_contact .formBtn.formSend:hover{
  color: var(--sub-color);
}
.pg_contact .formBtn.formSend:hover:after{
  margin-right: -5px;
}

.text-center .formBtn{
  margin-top: 50px;
  padding-top: 0;
}

.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 10px;
  letter-spacing: 0.025em;
  line-height: 2.25em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}
.radioArea .d-inline-block{
  margin-right: 30px;
}
.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.8;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

.privacy_item_box {
  padding: 30px 43px 30px 24px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #808080;
  margin-top: 0;
  color: #000000;
  margin-top: 100px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pg_contact .formTbl {
    margin-top: 0;
  }
  .pg_contact .formBtn.formSend:after{
    right: -1px;
    width: 50px;
  }

  /*ボタン*/
  .pg_contact .formBtn.formSend {
    min-width: 280px;
  }
}
@media only screen and (min-width: 1024px){
  .pg_contact .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_contact .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .pg_contact .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
    line-height: 2.25em;
  }

  .thanks_text{
    text-align: center;
  }

  .pg_contact .formTd{
    padding: 10px 73px 10px 19px;
  }
  .privacy_item_box {
    margin-bottom: 0;
  }
  .pg_contact .formBtn.formSend {
    min-width: 280px;
  }
  .formWrap .text-center.formBtn{
    padding-top: 0;
    margin-top: 60px;
  }

}

@media (min-width:1200px){
  .pg_contact .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_contact .formTbl {
    margin-top: 0;
  }
  .pg_contact .form.formWrap{
    margin-top: 0;
  }
  .pg_contact .formBtn.formSend{
    margin-top: 0;
  }
}

@media (min-width:1470px){
  .pg_contact .formTbl {
    margin-top: 0;
  }
}
@media (min-width:1720px){
  .pg_contact .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_contact .formTbl {
    margin-top: 0;
  }
  /*ボタン*/
  .pg_contact .formBtn.formSend{
    min-width: 280px;
    padding: 10px 15px 10px 25px;
  }
  .contact_tt {
    font-size: 50px;
  }

}
.privacy_item_box{
  padding: 30px 43px 30px 24px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #808080;
  margin-top: 0;
  color: #000000;
  margin-top: 56px;
  margin-bottom:0;
}
/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 44px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 28px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  border-left: 6px solid var(--main-color);
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}
.privacy_txt p{
  letter-spacing: 0.04em;
}

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

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

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

.contact_tt.privacy {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 46px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}

@media only screen and (max-width: 1023px){
  .pg_contact .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }

  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px){
  .pg_contact .section.sec1{
    padding-top: 0;
  }

  .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: 21px;
  }
  .pg_contact .formTh {
    padding: 5px 10px;
  }
  .pg_contact .formTd {
    font-size: 14px;
    padding: 10px;
  }
  .pg_contact .formTd input[name="zip1"] {
    width: 80px;
  }
  .pg_contact .formTd input[name="zip2"] {
    width: 100px;
  }
  .pg_contact .formTd select[name="pref"] {
    width: 195px;
  }
  .pg_contact .formTd input[type="text"]::placeholder,
  .pg_contact .formTd input[type="tel"]::placeholder,
  .pg_contact .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .pg_contact .formWrap .text-center {

  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }

  .pg_contact .section.sec1 .contact_tt {
    margin-bottom: 20px;
    font-size: 20px;

  }

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

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

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


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

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

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

  .privacy_item_box{
    margin-top: 50px;
    padding: 30px 10px;
  }

  .body_thanks .tt3_ja{
    font-size: 19px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .tt3{
  text-align: center;
}
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  color: var(--txt-color);
}

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


/*******************************
*　記事一覧(2カラム)
********************************/
.topics_list{
  position: relative;
  overflow: hidden;
}
.topics_list .webgene-item {
  position: relative;
}

.topics_list .webgene-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;   /* ← 親要素と同じ高さだけにする */
  background: #c3bfbf;
}
.webgene-blog .webgene-item:after {
  background: #c3bfbf;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.topics_list .webgene-item:after {
  height: 1px;
}

/*.topics_list .webgene-item{
  overflow: hidden;
}*/

.pg_news{
  padding-top: 0;
}
.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{

}

.topics_list{

}
.topics_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-inline:-5px;
}
.topics_list.webgene-item{
  width: 50%;
  padding-inline:5px;
}
.topics_list .webgene-item a{
  display: block;
  height: 100%;
  background: #fff;
}
.topics_list .webgene-item .img:before{
  padding-top: 79.6%;
}
.topics_list .webgene-item .box2{
  background: #fff;
  padding: 10px 5px;
}
.topics_list .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.topics_list .webgene-item .date{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}
.topics_list .webgene-item .category{
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: var(--main-color);
  padding: 4px 5px;
  min-width: 138px;
  border-radius: 5px;
}
.topics_list .webgene-item .title{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75em;
  margin-top: 5px;
}

/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: var(--main-color);
  color: #FFF;
  padding: 13px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

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

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

}
.posts_detail .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin-bottom: 12px;
  border-bottom:none;
  padding-bottom: 5px;
}
.posts_detail .meta .category{
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: var(--main-color);
  padding: 4px 5px;
  min-width: 138px;
  border-radius: 5px;
}
.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{
  width: 105px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-family: var(--font-en);
  border-right: 1px solid #d6d6d6;
}
.posts_detail .title{
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 12px;
}
.posts_detail .post_content{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125em;
  letter-spacing: 0.075em;
  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){
  .topics_list .webgene-item:nth-child(2):before,
  .topics_list  .webgene-item:nth-child(3):before,
  .topics_list .webgene-item:nth-child(4):before {
    content: "";
  }
  .topics_list .webgene-item:nth-child(2n+1):not(:first-child):after {
    content: "";
    width: 200%;
  }



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

  .topics_list .webgene-item .category{
    margin-top: 10px;
  }
  .topics_list .webgene-item .title{
    margin-top: 10px;
  }

  .posts_detail .meta .date{
    margin-right: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /*  .topics_list .webgene-item:nth-child(2):before,
    .topics_list .webgene-item:nth-child(3):before,
    .topics_list .webgene-item:nth-child(4):before {
      content: "";
    }*/

  .topics_list .webgene-item:nth-child(2n+1):not(:first-child):after {
    content: "";
    width: 200%;
  }
}

@media (min-width:768px){

  .pg_news{
    padding-top: 0;
  }
  .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: 75px;
  }

  .topics_list{

  }
  .topics_list .webgene-blog{
    margin-inline:-20px;
  }
  .topics_list .webgene-item{
    padding-inline:20px;
  }
  .topics_list .webgene-item:nth-child(n+3){
    margin-top: 0;
    padding-top: 30px;
    ;
  }
  .topics_list .webgene-item a{
    display: block;
    height: 100%;
  }
  .topics_list .webgene-item .img:before{
    padding-top: 73.68%;
  }
  .topics_list .webgene-item .box2{
    padding: 21px 5px;
  }
  .topics_list .webgene-item .meta{

  }
  .topics_list .webgene-item .date{
    margin-right: 150px;
  }
  .topics_list .webgene-item .category{

  }
  .topics_list .webgene-item .title{

  }

  /* 詳細 */
  .posts_detail{
    padding: 34px 0 35px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 9px;
  }
  .posts_detail .meta .category{
    width: auto;
    padding: 4px 18px;
    margin-left: 52px;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 108px;
  }
  .posts_detail .title{
    width:100%;
    font-size: 18px;
    padding-bottom: 10px;
  }
  .posts_detail .post_content{
    /*padding: 0 10px;*/
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }
  .pg_news .read_more{
    margin-top: 45px;
  }
  .pg_news .read_more a{
    width: 266px;
    padding: 24px 20px;
  }


}
@media (min-width:1024px){
  /*  .topics_list .webgene-item:nth-child(2):before,
    .topics_list .webgene-item:nth-child(3):before {
      content: "";
    }*/
  .topics_list .webgene-item:nth-child(2n+1):not(:first-child):after{
    content: "";
    width: 200%;
  }

  .posts_layout_box1.wide{
    width: 80.26%;
  }
  .posts_layout_box2.wide{
    width: 16.77%;
  }

  /* リスト */
  .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{

  }

  .topics_list{

  }
  .topics_list .webgene-blog{

  }

  .topics_list .webgene-item a{

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

  }
  .topics_list .webgene-item .box2{
    padding: 30px 5px;
  }
  .topics_list .webgene-item .meta{

  }
  .topics_list .webgene-item .date{
    margin-right: 5px;
  }
  .topics_list .webgene-item .category{
    margin-right: 160px;
  }
  .topics_list .webgene-item .title{

  }

}
@media (min-width:1200px){
  .topics_list .webgene-item:nth-child(3n+1):not(:first-child):after{
    content: "";
    width: 300%;
  }
  .topics_list .webgene-item:nth-child(-n+3)::after {
    display: none;
  }

  .pg_news{
    padding-top: 0;
  }
  .topics_list .webgene-item{
    width: 33.333%;
    padding: 0 20px 34px;
  }
  .topics_list .webgene-item:nth-child(n+3){
    margin-top: 0;
    padding-top: 0;
  }
  .topics_list .webgene-item:nth-child(n+4){
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .topics_list .webgene-item:nth-child(n+5){

  }
  .topics_list .webgene-item .box2{
    padding: 13px 10px 0 0;
  }
  .posts_side_wrap + .posts_side_wrap{
    margin-top: 160px;
  }

}
@media (min-width:1340px){
  .topics_list .webgene-item .date{
    margin-right: 12px;
  }
}

@media (min-width:1720px){
  .topics_list .webgene-item{
    width: 33.333%;
    padding: 0 20px 34px;
  }
  .topics_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .topics_list .webgene-item:nth-child(n+4){
    margin-top: 0;
    padding-top: 50px;
  }
  .topics_list .webgene-item:nth-child(n+5){

  }
  .topics_list .webgene-item .box2{
    padding: 13px 10px 50px 0;
  }
}
/*******************************
*　ギャラリー（サムネ横ver）
********************************/
.pg_xxx{

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

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

/* メイン */
.gallery_main{

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

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

}


/* 詳細 */
.gallery_detail{

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

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

.webgene-pagination li.selected{
  background: #006532;
  color: #fff;
}
.webgene-pagination li{
  background: transparent;
  border: 1px solid #006532;
}


/*カテゴリ*/
.works_cate{

}
.works_cate .webgene-blog{


}
.works_cate .webgene-item{

}
.works_cate .webgene-item a{

}

.works_list{

}
.works_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-5px;
}
.works_list .webgene-item{
  width: 50%;
  padding-inline:5px;
}
.works_list .webgene-item a{

}
.works_list .webgene-item .img:before{
  padding-top: 74.28%;
}
.works_list .webgene-item .img{
  margin-bottom: 13px;
}
.works_list .webgene-item .category{
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.075em;
  font-weight: 500;
  background: #be4b1f;
  color: #fff;
  text-align: center;
  margin-bottom:0;
  padding: 3px 25px;
}
.works_list .webgene-item .title{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  margin-top: 13px;
}


.works_detail{
  background: #fff;
  padding: 60px 30px;
}
.gallery_wrap{
  margin-top: 30px;
}
.works_detail .category{
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.075em;
  font-weight: 500;
  background: #be4b1f;
  color: #fff;
  text-align: center;
  margin-bottom:0;
  padding: 3px 25px;
}
.works_detail .title{
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: 500;
  border-bottom: 1px solid #006532;
  padding-bottom: 10px;
  margin-top: 13px;
}
.works_detail .gallery_box1{
  background: #fff;
  position: relative;
}
.works_detail .gallery_main .img.img_fit:before{
  padding-top: 67.39%;
}
.works_detail .gallery_box2{
  margin-top: 5px;
}
.works_detail .gallery_thumb .img.img_fit:before{
  padding-top: 67.71%;
}
.gallery_slide_prev,
.gallery_slide_next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 23px;
  color: #006532;
}
.gallery_slide_prev{
  left: -30px;
}
.gallery_slide_next{
  right: -30px;
}
/*.works_detail .gallery_main .img{
  background: #fff;
}*/

.work_inner .post_content{
  border-top: 1px solid #006532;
  margin-top: 35px;
  padding-top: 30px;
}


.entry-content{
  
}
.entry-content h2{
      background: var(--main-color);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    padding: 10px;
    margin: 2em 0;
}
.entry-content h3{
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    border-bottom: 2px solid var(--main-color);
     margin: 1.2em 0;
}
.entry-content h4{
   font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    border-bottom: 1px solid var(--main-color);
     margin: 1.2em 0;
}
.entry-content a{
  color: red;
}
.entry-content p img{
  margin: 1em 0;
}

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

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

}
@media (max-width:767px){
  .works_cate{
    display: none;
  }

  .works_detail{
    padding: 36px 30px;
  }
  .gallery_slide_prev, .gallery_slide_next{
    font-size: 19px;
  }
  .gallery_slide_next{
    right: -20px;
  }
  .gallery_slide_prev{
    left: -20px;
  }

  .works_list .webgene-item:nth-child(n+3){
    margin-top: 20px;
  }
  
  .entry-content h2{
    font-size: 18px;
  }
  .entry-content h3{
    font-size: 17px;
  }
  .entry-content h4{
   font-size: 16px;
}
}
@media (min-width:768px){
  .pg_xxx{

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

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

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

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

  }

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

  /*カテゴリ*/
  .works_cate{

  }
  .works_cate .webgene-blog{
    display: flex;
    flex-wrap: wrap;
    margin-inline:-15px;
  }
  .works_cate .webgene-item{
    width: 33.333%;
    padding-inline:15px;
  }
  .works_cate .webgene-item a{
    display: block;
    width: 100%;
    ;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    border: 1px solid currentColor;
    color: var(--main-color);
    /* background: var(--main-color); */
    /* border-radius: 27px; */
    padding: 18px 20px;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: 0.2s all;
  }
  .works_cate .webgene-item a:after{
    content: "▶";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.2s all;
  }

  .works_cate .webgene-item a.on{
    background: var(--main-color);
    color: #fff;
  }

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

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

  }
  .works_list .webgene-item .category{

  }
  .works_list .webgene-item .title{

  }

  .works_detail{
    padding: 60px 50px;
  }
  .works_detail .category{

  }
  .works_detail .title{
    padding-bottom: 22px;
  }
  .works_detail .gallery_box1{
    width: 100%;

  }
  .works_detail .gallery_main .img.img_fit:before{

  }
  .works_detail .gallery_box2{
    width: 100%;
    position: relative;

  }
  .works_detail .gallery_thumb .img.img_fit:before{

  }
  .work_inner .post_content{
    margin-top: 35px;
    padding-top: 30px;
  }
}
@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;
  }

  .pg_news .webgene-pagination{
    margin-top: 35px;
  }

  .works_list{
    margin-top: 100px;
  }
  .works_list .webgene-blog{

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

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

  }
  .works_list .webgene-item .category{

  }
  .works_list .webgene-item .title{

  }

  .works_detail{
    padding: 32px 94px 60px;
  }
  .works_detail .category{

  }
  .works_detail .title{

  }
  .works_detail .gallery_box1{

  }
  .works_detail .gallery_main .img.img_fit:before{

  }
  .works_detail .gallery_box2{

  }
  .works_detail .gallery_thumb .img.img_fit:before{

  }
  .body_worksDetail .read_more{
    margin-top: 74px;
  }
  .body_worksDetail .read_more a{
    width: 265px;
    font-size: 16px;
    padding: 24px 20px;
  }
}
@media (min-width:1470px){
 .pg_news .webgene-pagination{
    margin-top: 40px;
  }

}
@media (min-width:1720px){
 .pg_news .webgene-pagination{
    margin-top: 25px;
  }

}