@charset "UTF-8";


/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.pg_header_mv_img{
  position: relative;
  z-index: 1;
}
.pg_header_img.img_fit:before{
  padding-top: 180px;
}
.pg_header_img img{
  border-radius: 20px;
}
.pg_header_mv_img:after{
  content: "";
  background: rgba(0,0,0,0.3);
  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%);
}
.pg_header_title_txt{
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
}

.pg_hdr_txt{
  text-align: center;
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.pg_hdr_txt_en{
  font-size: clamp(3.125rem, 2.15rem + 4.88vw, 8rem);
  font-weight: 400;
  font-family: var(--font-en2);
  line-height: 1;
  letter-spacing: 0;
}
.pg_hdr_txt_ja{
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-mincho);
  letter-spacing: 0;
}

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


@media (min-width:768px){
  .pg_header{
    margin-bottom: 40px;
  }
  .pg_header_img.img_fit:before{
    padding-top: 300px;
  }

  .pg_header_title_txt{

  }

  .pg_hdr_txt{

  }
  .pg_hdr_txt_en{

  }
  .pg_hdr_txt_ja{
    font-size: 24px;
    margin-top: -10px;
  }
}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 70px;
  }
  .pg_header_img.img_fit:before{
    padding-top: 300px;
  }

  .pg_header_title_txt{

  }

  .pg_hdr_txt{

  }
  .pg_hdr_txt_en{

  }
  .pg_hdr_txt_ja{
    font-size: 38px;
  }
  .webgene-pagination{
    margin-top: 96px;
  }
}
@media (min-width:1200px){

  .pg_header{
    margin-bottom: 148px;
  }
  .pg_header_img.img_fit:before{
    padding-top: 420px;
  }

  .pg_header_title_txt{

  }

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

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

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

}


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

.footer{
  margin-top: 50px;
}

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

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

}
.ftr1_box2{

}

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


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

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

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  font-size: 14px;
  text-align: center;
  background: #60c2c9;
  height: 34px;
  position: relative;
  letter-spacing: 0;
  margin-top: 73px;
}
.ftr_copy:before{
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  background: #e85298;
  position: absolute;
  left: 0;
  bottom: 0;
}

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

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


.ftr_contact_wrap{
  background: #fdf5ef;
  padding-bottom: 0;
}
.ftr_contact_box{
  display: flex;
  flex-wrap: wrap;
}
.ftr_contact_box1{
  width: 100%;
  color: #181818;
  padding-top: 40px;
}
.ftr_contact_box1_tt{

}
.ftr_contact_box1_tt1{
  font-size: clamp(2.5rem, 1.875rem + 3.13vw, 5.625rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  font-family: var(--font-en);
  color: #e85298;
}
.ftr_contact_box1_tt1.home_sec2_slide_tt2{
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}
.ftr_contact_box1_tt2{
  font-size: 18px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0;
  margin-top: 15px;
}
.ftr_contact_box1 .content_desc{
  font-size: 16px;
  line-height: 2.125em;
  text-shadow:none;
  margin-top: 37px;
}
.ftr_contact_box1 .content_desc p{
  letter-spacing: 0.075em;
}
.link_items{
  margin-top: 40px;
}
.link_0{
  width: 100%;
  max-width: 585px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding: 17px 25px;
  margin-inline:auto;
  border: 1px solid transparent;
  transition: all .2s;
}
.link_0.line p,
.link_0.mail p{
  display: flex;
  align-items: center;
  letter-spacing: 0.075em;
}
.link_0.line p:before{
  content: "";
  display: block;
  width: 27px;
  aspect-ratio:1;
  background-image: url(/system_panel/uploads/images/line.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.link_0.item1 p:before{
  content: "\f0e0";
  font-family: "fontAwesome";
  font-size: 18px;
  margin-right: 5px;
}
.link_0.item1:hover{
  background:#60c2c9;;;
  color: #fff;
  border: 1px solid #fff;
}
.link_0.item1:hover:before{
  background: #fff;
}
.link_0.item1:hover:after{
  color: #fff;

}
.link_0.item1:hover{
  border: 1px solid #fff;
}
.link_0.line:hover{
  background: #06C755;
}
.link_0:hover{
  transform: none;
}
.link_0:hover{
  background: var(--main-color);
}

.link_0.item1{
  background: #fff;
  border: 1px solid transparent;
  color: #181818;
  position: relative;
  border-radius: 10px;
}
.link_0.item1:before{
  content: "";
  display: block;
  width: 2px;
  max-height: 46px;
  height: 100%;
  background: #183663;
  position: absolute;
  top: 50%;
  right:12.3%;
  transform: translateY(-50%);
}
.link_0.item1:after{
  content: "▶";
  display: block;
  font-size: 17px;
  color: #183663;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.link_0.item2{
  border: 1px solid #4c4c4c;
  border-left: none;
  border-right: none;
  color: #181818;
  padding: 12px 26px 12px 25px;
}
.link_0.item2:hover{
  background: #e85298;;
  color: #fff;
}
.link_0.item2:hover{
  color: #fff;
}
.link_0 + .link_0{
  margin-top: 31px;
}
.link_0 .tel{
  font-size: 30px;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 400;
}
.ftr_contact_box2{
  width: 100%;
  margin-top: 40px;
}
.ftr_contact_box2_inner{

}
.ftr_contact_box2_img:before{
  padding-top: 81.01%;
  padding-top: 636px;
}

.ftr_1{
  background: #fff;
  padding-top: 46px;
}
.ftr_1_box{
  display: flex;
  flex-wrap: wrap;
}
.ftr_1_box1{
  width: 100%;
}
.ftr_logo{

}
.ftr_add{
  margin-top: 14px;
}
.ftr_add_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25em;
}
.ftr_add_items{

}
.ftr_add_item{
  display: flex;
  align-items: center;
}
.ftr_add_left{
  position: relative;
  padding-right: 9px;
  margin-right: 19px;
}
.ftr_add_left:after{
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #000;
  position: absolute;
  top: 50%;
  right:0;
  transform: translateY(-50%);
}
.ftr_1_box2{
  width: 100%;
}
.ftr_links{

}
.ftr_link{

}
.link_2{
  display: block;
  max-width: 220px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: 1px solid transparent;
  background: #f5470b;
  border-radius: 25px;
  color: #FFF;
  padding: 16px 20px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.link_2 p{
  display: flex;
  align-items: center;
  justify-content: center;
}
.link_2 p:before{
  content: "\f07a";
  font-family: "fontAwesome";
  margin-right: 5px;
}
.link_2:hover{
  background:#60c2c9;  
  color: #fff;
}
.ftr_name{
  font-size: 18px;
  font-weight: 500;
}
@media (min-width:375px){

}
@media (max-width:1024px){
  .ftr_contact_box1_tt{
    text-align: center;
  }
  .ftr_contact_box1 .content_desc{
    text-align: center;
  }
}
@media (max-width:767px){

  body{
    padding-bottom: 56px;
  }

  .footer_fix{
    display: flex;
  }

  .footer_fix{
    display: flex;
    transform: translateY(100%);
    transition: 0.2s all;
  }
  .footer_fix.show{
    transform: translateY(0);
  }

  #chatbot-btn{
    transform: translateX(100%);
    transition: 0.2s all;
  }
  #chatbot-btn.show{
    transform: translateX(0);
  }

  .ftr_contact_box2_item{
    border-top: 1px solid #fff;
    padding-top: 30px;
  }
  .ftr_contact_box2_item{
    margin-top: 30px;
  }
  .link_0.item2{
    flex-wrap: wrap;
    justify-content: center;
  }

  .ftr_contact_box2_img:before{
    padding-top: 250px;
  }

  .link_0 .tel{
    margin-top: 10px;
  }

  .ftr_1_box1{
    text-align: center;
  }
  .ftr_1_box2{
    display: none;
  }
  .ftr_add_items{
    width: 65%;
    margin-inline: auto;
  }
  .ftr_logo{
    display: block;
    width: 200px;
    margin-inline:auto;
  }
  
  
  .ftr_contact_box1 .content_desc{
    text-align: justify;
  }
}
@media (min-width:768px){

  .footer{
    margin-top: 100px;
  }

  .ftr_contact_box1{
    padding-top: 67px;
  }
  .ftr_contact_box1_tt{

  }
  .ftr_contact_box1_tt1.home_sec2_slide_tt2{

  }
  .ftr_contact_box1_tt2.tt2_ja{

  }
  .ftr_contact_box1 .content_desc{

  }
  .link_items{
    margin-top: 86px;
  }
  .link_0{

  }
  .link_0.line,
  .link_0.mail{
    font-size: 24px;
  }
  .link_0 .tel{
    font-size: 32px;
  }
  .ftr_contact_box2{
    margin-top: 60px;
  }
  .ftr_contact_box2_inner{

  }
  .ftr_contact_box2_img:before{

  }

  .ftr_1{
    padding-top: 117px;
  }
  .ftr_1_box{
    justify-content: space-between;
    align-items: flex-start;
  }
  .ftr_1_box1{
    width: 49.01%;
  }
  .ftr_logo{

  }
  .ftr_add{

  }
  .ftr_add_txt{

  }
  .ftr_add_items{

  }
  .ftr_add_item{

  }
  .ftr_add_left{

  }
  .ftr_add_left:after{

  }
  .ftr_1_box2{
    width: 50%;
  }
  .ftr_1_box2 .ftr_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;

  }
  .ftr_links{
    margin-top: 28px;
  }
  .ftr_link {   
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-inline: 8px;
  }
  .link_2{
    margin-left: auto;
  }
  .ftr_name{
    font-size: 20px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 206px;
  }

  .ftr_1_box1{
    width: 35.73%;
  }
  .ftr_1_box2{
    width: 58.39%;
  }
}
@media (min-width:1200px){
  .ftr_contact_box{

  }
  .ftr_contact_box1{
    width: 61.51%;
  }
  .ftr_contact_box1_tt{

  }
  .ftr_contact_box1_tt1.home_sec2_slide_tt2{
    font-size: 90px;
  }
  .ftr_contact_box1_tt2.tt2_ja{

  }
  .ftr_contact_box1 .content_desc{

  }
  .link_items{

  }
  .link_0{
    max-width: 585px;
    margin-left: 0;
  }
  .link_0 .tel{
    font-size: 32px;
  }
  .link_0.item1{
    font-size: 18px;
  }
  .link_0.item2{
    font-size: 18px;
  }
  .ftr_contact_box2{
    width: 38.48%;
    margin-top: 0;
  }
  .ftr_contact_box2_inner{
    margin-right: var(--margin-for-device-side-w);
    /*    margin-right: calc(960px - 50vw);
        margin-right: calc(50% - 50vw);*/
  }
  .ftr_contact_box2_img:before{
    padding-top: 636px;
  }

  .ftr_links{
    margin-inline:-17px;
  }
  .ftr_link{
    padding-inline:17px;
  }
  .ftr_1_box1{
    width: 44.73%;
  }
  .ftr_1_box2{
    width: 52.48%;
    padding-top:256px;
  }
}
@media (min-width:1470px){

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

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

}


/*******************************
*　記事一覧
********************************/

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

}
* + .news_list_thumb{
  margin-top: 20px;
}
.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: none;
}
.news_list_thumb .webgene-item .box1{

}
.news_list_thumb .webgene-item .box2{
  padding: 5px 0;
}
.news_list_thumb .webgene-item .img{
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news_list_thumb .webgene-item .img.img_fit:before{
  padding-top: 75%;
  padding-top: 73.68%;
}
.news_list_thumb .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
.news_list_thumb .webgene-item .meta .category{
  font-size: 13px;
  font-weight: 500;
  background: var(--main-color);
  color: #FFF;
  padding: 3px 8px;
  margin: 5px 0;
}
.news_list_thumb .webgene-item .meta .date{
  font-size: 15px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  margin: 5px 0;

  margin-right: 10px;
}
.news_list_thumb .webgene-item .title{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}


.news_list_thumb.col3{

}
.news_list_thumb.col4{

}

.news_list2{

}
.news_list2 .webgene-blog{

}
.news_list2 .webgene-item{

}
.news_list2 .webgene-item:nth-child(n+2){
  margin-top: 10px;
}
.news_list2 .webgene-item a{
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  padding: 16px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.news_list2 .webgene-item .date{
  min-width: 100px;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.news_list2 .webgene-item .category{
  min-width: 100px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px solid #192a4d;
  padding: 2px 2px;
}
.news_list2 .webgene-item .title{
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-top: 10px;
}



@media (max-width:767px){

  .news_list2 .webgene-item a{
    flex-wrap: wrap;
  }
  .news_list2 .webgene-item .title{
    width: 100%;
  }

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

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

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

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

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

  }

  .news_list2.kasou{

  }
  .news_list2.kasou .webgene-item{

  }
  .news_list2.kasou .webgene-item a{

  }
  .news_list2.kasou .webgene-item .date{
    width: 203px;
    text-align:center;
    padding-left: 13px;
    position: relative;
  }
  .news_list2.kasou .webgene-item .date:after{
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    background: #8b8b8b;
    position: absolute;
    top: 50%;
    right:0;
    transform: translateY(-50%);
  }
  .news_list2.kasou .webgene-item .category{
    min-width: 90px;
  }
  .news_list2.kasou .webgene-item .title{
    width: calc(100% - 203px - 6.9%);
    padding-left: 40px;
    margin-top: 0;
  }
  .news_list2.kasou .webgene-item:nth-child(n+2){
    margin-top: 10px;
  }
  .news_list2.kasou .webgene-item a:before{

  }


  .news_list2 .webgene-item a{
    padding: 32px 16px;
    padding-right: 95px;
  }
  .news_list2 .webgene-item a:before{
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #a6a6a6;
    position: absolute;
    top: 50%;
    right: 6.2%;
    transform: translateY(-50%);
  }
  .news_list2 .webgene-item a:after{
    content: "▶";
    display: block;
    position: absolute;
    top: 50%;
    right: 2.2%;
    transform: translateY(-50%);
  }

  .news_list2.kasou .webgene-item a:before{
    right: 6.9%;
    background: #a6a6a6;
  }

  .news_list2.kasou .webgene-item a:after{
    right: 3.9%;
  }




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

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


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

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

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

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



}
@media (min-width:1470px){
  .pg_news {
    padding-top: 0;
  }
  /* 一覧（サムネあり） */
  .news_list_thumb{

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

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


}


/*******************************
*　記事一覧(2カラム)
********************************/
.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{

}


/* サイド */
.posts_side_wrap{

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

.posts_cat_item{
  padding-left: 0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 10px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 31px;
  line-height: 1.5;
}
.posts_cat_item a:hover,
.posts_cat_item a.on{
  background: #a79bca;
  color: #FFF;
}
.posts_cat_item a:before{
  content: "";
  position: absolute;
  left: 0;
}

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

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

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

}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
  text-align: justify;
  word-break: break-all;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

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

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


/* 動画 */
.post_video{

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

.news_detail{
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 22px;
}
.news_detail .webgene-item{

}
.news_detail .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.news_detail .webgene-item .date{
  font-size: 16px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 20px;
}
.news_detail .webgene-item .category{
  background: #FFF;
  border: 1px solid;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
.news_detail .webgene-item .title{
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  border-bottom: 1px solid #bfbfbf;
  margin-top: 12px;
  padding-bottom: 10px;

}
.news_detail .webgene-item .post_content{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875em;
  padding-top: 38px;
}

.topics_detail{
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 33px;
}
.topics_detail .date{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
}
.topics_detail .title{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 12px;
  margin-top: 10px;
}
.topics_detail .post_content{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.125em;
  padding-top: 30px;
}
.topics_detail .post_content h3{
  font-size: 17px;
  font-weight: 500;
  background: #c4d8e7;
  padding: 8px 19px;
  margin-bottom: 19px;
}
.topics_detail .post_content img{
  margin-bottom: 30px;
}
.topics_detail .post_content img:nth-of-type(n+2) {
  margin-top: 30px;
}

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

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

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

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

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

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

  }

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

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

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

  .news_detail{
    padding-bottom: 52px;
  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item .date{

  }
  .news_detail .webgene-item .title{
    font-size: 20px;
    margin-top: 21px;
  }
  .news_detail .webgene-item .post_content{

  }
  .news_detail + .read_more{
    margin-top: 55px;
  }

  .topics_detail{

  }
  .topics_detail .date{

  }
  .topics_detail .title{
    font-size: 18px;
  }
  .topics_detail .post_content{
    padding-top: 39px;
  }
  .topics_detail .post_content h3{
    font-size: 18px;
  }
  .topics_detail .post_content img{
    margin-bottom: 40px;
  }
  .pg_topics .read_more{
    margin-top: 46px;
  }
  .news_list2.kasou .webgene-item a:after {
    right: 2.9%;
  }

  .pg_news .read_more{
    margin-top: 100px;
  }

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

  /* リスト */
  .posts_list{

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

  }

  .news_list2.kasou .webgene-item a:after {
    right: 2.9%;
  }
}
@media (min-width:1200px){

  .pg_news{
    padding-top: 0;
  }

  .news_list2.kasou .webgene-item a:after {
    right: 3.9%;
  }
}
@media (min-width:1470px){

  .pg_news{
  }

  .container.wide .posts_layout_box1{
    width: 100%;
  }
  .container.wide .posts_layout_box2{
    width: 255px;
  }

}


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

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

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

/* メイン */
.gallery_main{

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

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

}


/* 詳細 */
.gallery_detail{

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

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


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

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

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

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

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

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

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

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

  }

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

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

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


}


/*******************************
*　TOP フッターした
********************************/
.ftr_other_sec{
  padding-top: 50px;
}
.ftr_other_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_other_box1{
  width: 100%;
}
.ftr_other_box1 .table_rows_th,
.ftr_other_box1 .table_rows_td{

}
.ftr_other_box1 .table_rows_th{
  background: #f4f3f3;
}
.ftr_other_box1 .table_rows_td{

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

.ftr_form_sec{
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .ftr_other_box1 .table_rows_th,
  .ftr_other_box1 .table_rows_td{
    display: block;
    width: 100%;
    border: 1px solid #888888;
    border-bottom: none;
  }
  .ftr_other_box1 .table_rows_tr:last-child .table_rows_td{
    border-bottom: 1px solid #888888;
  }
}
@media (min-width:768px){
  .ftr_other_sec{
    padding-top: 100px;
  }
  .ftr_other_wrap .tt2{
    margin-bottom: 57px;
  }
  .ftr_other_box{

  }
  .ftr_other_box1{

  }
  .ftr_other_box1 .table_rows_th,
  .ftr_other_box1 .table_rows_td{

  }
  .ftr_other_box1 .table_rows_th{
    width: 204px;
  }
  .ftr_other_box1 .table_rows_td{

  }
  .ftr_other_box2{
    margin-top: 30px;
  }
  .access_map iframe{
    height: 385px;
  }

  .ftr_form_sec{
    padding-top: 140px;
    padding-bottom: 112px;
  }
}
@media (min-width:1024px){


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

  .ftr_other_box{

  }
  .ftr_other_box1{
    width: 55.26%;
  }
  .ftr_other_box1 .table_rows_th,
  .ftr_other_box1 .table_rows_td{
    padding: 19px 18px 19px;
  }
  .ftr_other_box1 .table_rows_th{

  }
  .ftr_other_box1 .table_rows_td{
    padding-left: 31px;
  }
  .ftr_other_box2{
    width: 42.76%;
    margin-top: 0;
  }
  .gmap,
  .access_map,
  .access_map iframe{
    height: 100%;
  }
  .access_map iframe{

  }
}





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

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

@media (max-width:1023px){

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

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

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}
.ftr_form_wrap .tt2{
  margin-bottom: 55px;
}


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

/* フォーム */
.formTbl{
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.formTh {
  padding: 15px 15px 15px 20px;
  background: #f4f3f3;
  letter-spacing: 0.08em;
}
.formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 3px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  color: #b80000;
  border: 1px solid #b80000;
}
.formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.formTd input[type="text"],
.formTd input[type="tel"],
.formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.formTd select{
  border-radius: 0;
}
.formTd input[name="zip1"]{
  max-width: 120px;
}
.formTd input[name="zip2"]{
  max-width: 150px;
}
.formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.formTd input[name="city"]{
  max-width: 425px;
}
.formTd .addArea + .addArea{
  margin-top: 8px;
}
.formTd .addArea .labelText02{
  width: 75px;
}
.formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.formWrap .text-center{
  padding-top: 57px;
}
.formWrap input[name="privacy"]{
  margin-right: 7px;
}
.formWrap .privacyLabel{
  font-size: 17px;
  font-weight: 700;
  display: inline;
}
.formWrap .privacyLabel a{
  color: #b50000;
}
.formBtn.formSend {
  display: inline-block;
  min-width: 315px;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-mincho);
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #e85298;
  border-radius: 29px;
  background: #FFF;
  color: #181818;
  padding: 12px 20px 8px;
  padding-top: 17px;
  padding-bottom: 19px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.formBtn.formSend:after{
  content: "→";
  font-size: 26px;
  font-size: 0.8666em;
  font-family: var(--font-mincho);
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.formBtn.formSend:hover{
  color: #FFF;
  background: #e85298;
}
.formBtn.formSend:hover:after{
  margin-right: -5px;
}


.formWrap label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0 15px;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0;
}
.radioArea .d-inline-block{
  margin-right: 40px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
  line-height: 1.8em;
}

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


/* プライバシー */
.contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 28px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #5fc1c9;
}
.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;
  letter-spacing: 0.2em;
  margin-bottom: 46px;
}
.contact_tt.privacy br{
  display: none;
}
.formWrap .d-inline{
  display: inline-block!important;
}
.formWrap .d-inline-block {
  vertical-align: middle;
}
.privacy_box {
  padding: 30px 50px 30px 28px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #bfbfbf;
  margin-top: 0;
  color: #000000;
  margin-top: 60px;
  margin-bottom: 0;
}

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


  .privacy_ttl{
    font-size: 18px;
  }

}

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

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

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

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



  .contact_info_bg {
    padding: 18px 10px;
  }

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

  .privacy_box{
    padding: 30px 8px 30px 8px;
  }
}

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

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


/*******************************
*　商品取引
********************************/
.pg_wholesale{

}
.pg_wholesale .section.sec1{

}
.pg_wholesale .section.sec2{

}
.pg_wholesale .section.sec3{

}
.pg_wholesale .section.sec4{

}
.pg_wholesale .section.sec5{

}


.wholesale_hdr_main_outer{
  position: relative;
}
.wholesale_hdr_main_lg_tt{
  width: 100vw;
  font-size:clamp(2.125rem, 0.05rem + 10.38vw, 12.5rem);
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  color: #f7f5f5;
  text-shadow: 0.743px 0.669px 5.94px rgba(24, 24, 24, 0.3);
  position: absolute;
  bottom: 219px;
  left: 0;
  right: 0;
  /*left: 52%;*/
  /*transform: translateX(-50%);*/
  white-space: nowrap;
}
.wholesale_hdr_main_lg_tt p{
  letter-spacing: 0.025em;
}
.half_txt{
  text-align: center;
}
.home_about_head_ja{
  text-align: center;
}
.wholesale_hdr_tt{
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 28px;
  letter-spacing: 0.075em;
}
.wholesale_hdr_tt strong{
  font-size: 36px;
  font-weight: 700;
  font-family: var(--font-mincho);
  color: #eb6100;
}

.wholesale_hdr_cate{
  display: flex;
  flex-wrap: wrap;
  margin-top: 31px;
}
.wholesale_hdr_cate_item{
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  padding: 16px 0;
}
.wholesale_hdr_cate_item:nth-child(odd){
  background: #eff9fa;
}
.wholesale_hdr_cate_item:nth-child(even){
  background: #f5e4ec;
}
.wholesale_hdr_cate_item:nth-child(n+2){
  margin-top: 5px;;
}
.lg_desc{
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  margin-top: 20px;
}

.wholesale_hdr_main{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.wholesale_hdr_main_box1{
  width: 100%;
}
.wholesale_hdr_main_box1_lg{
  font-size: 24px;
  font-weight: 500;
  font-family: var(--font-mincho);
}
.wholesale_hdr_main_box1_img{

}
.wholesale_hdr_main_box2_mark{
  text-align: center; 
}
.wholesale_hdr_main_box1_sm{
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}
.wholesale_hdr_main_box2{
  text-align: center;
  width: 100%;
  margin: 50px 0;
}
.wholesale_hdr_main_box2_logo{

}
.wholesale_hdr_main_box2_mark{
  margin-top: 35px;
}
.wholesale_hdr_main_box2_tt{
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  font-family: var(--font-mincho);
  line-height: 1.55em;
  margin-top: 22px;

}

.wholesale_rcm_box{
  border-radius: 20px;
  background: #60c2c9;
  padding: 10px;
  position: relative;
  margin-top: 80px;
}
.wholesale_rcm_box:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0, 0% 103%, 101% 108%);
  position: absolute;
  top: 0;
  right: 0;
  background: #e85298;
  border-radius: 20px;
}
.wholesale_rcm_inner{
  background: #eff9fa; 
  padding: 30px 16px;
  border-radius: 20px;
  position: relative;
}
.wholesale_rcm_tt{
  width: 350px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.wholesale_rcm_lists{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.wholesale_rcm_list{
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-mincho);
  position: relative;
}
.wholesale_rcm_list:before{
  content: "";
  display: block;
  width: 100%;
  height: 17px;
  background: #ffff00;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.wholesale_rcm_list p{
  position: relative;
  z-index: 1;
}



.wholesale_btm_box{
  padding-top: 40px;
}
.wholesale_btm_tt{
  text-align: center;
  position: relative;
}
.wholesale_btm_tt:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%);
}
.wholesale_btm_tt .home_feature_msg_ttl{
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 10px;
}
.content_desc{
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25em;
}

/*理由*/
.wholesale_reason_wrap{
  
}
.wholesale_reason_items{
  margin-top: 40px;
}
.wholesale_reason_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wholesale_reason_item:nth-child(n+2){
  margin-top: 40px;
}
.wholesale_reason_box1{
  width: 100%;
}
.wholesale_reason_box1_img{

}
.wholesale_reason_box1_img:before{
  padding-top: 73.84%;
}
.wholesale_reason_box2{

  width: 100%;
  margin-top:20px;
  text-align: center;
    text-align: left;
}
.wholesale_reason_box2_num{
  font-size:30px;
  font-weight: 400;
  font-family: var(--font-en2);
  line-height: 1;
}
.wholesale_reason_box2_num strong{
  font-size:50px;
  font-weight: 400;
  line-height: 1;
}
.wholesale_reason_item:nth-child(odd) .wholesale_reason_box2_num{
  color: #60c2c9;
}
.wholesale_reason_item:nth-child(even) .wholesale_reason_box2_num{
  color: #e85298;
}
.wholesale_reason_box2_tt{
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-mincho);
  letter-spacing: 0;
}
.wholesale_reason_box2 .content_desc{
  text-align: justify;
  margin-top:20px;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .wholesale_hdr_main_box1{
    display: flex;
    flex-wrap: wrap;
  }
  .wholesale_hdr_main_box1_lg{
    text-align: center;
    order: 1;
    width: 100%;
  }
  .wholesale_hdr_main_box1_img{
    order: 2;
    margin-top: 20px;
    width: 100%;
  }
  .wholesale_hdr_main_box1_sm{
    order: 3;
    margin-top: 20px;
    width: 100%;
  }
  .wholesale_hdr_main_box1.left .wholesale_hdr_main_box1_img{
    width: 180px;
    margin-inline:auto;
  }
  .wholesale_hdr_main_box1.right .wholesale_hdr_main_box1_img{
    width: 100px;
    margin-inline:auto;
  }

  .wholesale_rcm_list:before{
    height: 8px;
  }
  
  .wholesale_reason_box2_tt{
    font-size: 22px;
  }
  
    .home_feature_head_en_txt2{
    color: #009ca7;
  }
  .wholesale_reason_item:nth-child(odd) .wholesale_reason_box2_num{
   color: #009ca7;
  }
}
@media (min-width:768px){
  .pg_wholesale{

  }
  .pg_wholesale .section.sec1{

  }
  .pg_wholesale .section.sec2{
    padding-top: 89px;
  }
  .pg_wholesale .section.sec3{
    padding-top: 80px;
  }
  .pg_wholesale .section.sec4{

  }
  .pg_wholesale .section.sec5{

  }

  .wholesale_hdr_main_lg_tt{
    bottom: 0;
    /*left: 50%;*/
  }
  .half_txt{

  }
  .wholesale_hdr_wrap .home_about_head_ja{
    margin-top: 63px;
  }
  .wholesale_hdr_tt{
    font-size: 30px;
  }
  .wholesale_hdr_tt strong{
    font-size: 50px;
  }
  .wholesale_hdr_cate{
    justify-content: space-between;
  }
  .wholesale_hdr_cate_item{
    width: 49%;
    font-size: 24px;
  }
  .wholesale_hdr_cate_item:nth-child(n+2){
    margin-top: 0;
  }
  .wholesale_hdr_cate_item:nth-child(n+3){
    margin-top: 10px;;
  }
  .lg_desc{
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
  }

  .wholesale_hdr_main{
    margin-top: 70px;
  }
  .wholesale_hdr_main_box1{
    display: flex;
    justify-content: center;
  }
  .wholesale_hdr_main_box1_lg{
    font-size: 38px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .wholesale_hdr_main_box1_img{
    margin: 0 100px;
  }
  .wholesale_hdr_main_box1_sm{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .wholesale_hdr_main_box2_mark{

  }
  .wholesale_hdr_main_box2{
    text-align: center;
    margin: 100px 0;
  }
  .wholesale_hdr_main_box2_logo{

  }
  .wholesale_hdr_main_box2_mark{

  }
  .wholesale_hdr_main_box2_tt{
    font-size: 38px;
  }

  .wholesale_rcm_box{
    margin-top: 120px;
  }
  .wholesale_rcm_inner{
    padding: 87px 80px 60px;
  }
  .wholesale_rcm_tt{
    width: 550px;
    top: -57px;
  }
  .wholesale_rcm_lists{
    gap: 44px 20px;
  }
  .wholesale_rcm_list{
    width: calc(50% - 10px);
    font-size: 24px;
  }


  .wholesale_btm_box{
    padding-top: 100px;
  }
  .wholesale_btm_tt{

  }
  .wholesale_btm_h2{

  }
  .wholesale_btm_tt .home_feature_msg_ttl{
    padding: 0 26px;
  }
  .content_desc{

  }


  /*理由*/
  .wholesale_reason_items{
    margin-top: 52px;
  }
  .wholesale_reason_item{

  }
  .wholesale_reason_item:nth-child(n+2){
    margin-top: 60px;
  }
  .wholesale_reason_box1{

  }
  .wholesale_reason_box1_img{

  }
  .wholesale_reason_box1_img:before{

  }
  .wholesale_reason_box2{
    margin-top: 30px;
  }
  .wholesale_reason_box2_num{
    font-size:50px;
  }
  .wholesale_reason_box2_num strong{
    font-size: 90px;
  }
  .wholesale_reason_box2_tt{
    font-size: 22px;
  }
  .wholesale_reason_box2 .content_desc{
    margin-top: 33px;
  }
}
@media (min-width:1024px){


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

  }
  .pg_wholesale .section.sec1{

  }
  .pg_wholesale .section.sec2{

  }
  .pg_wholesale .section.sec3{

  }
  .pg_wholesale .section.sec4{

  }
  .pg_wholesale .section.sec5{

  }

  .wholesale_reason_wrap{

  }
  .wholesale_reason_wrap .home_feature_msg{
    margin-top: 60px;
  }
  .wholesale_reason_wrap .home_feature_msg_ttl{
    margin-bottom: 14px;
  }

  .wholesale_hdr_main_lg_tt{
    bottom: -10%;
    /*left: 52%;*/
  }
  .half_txt{

  }
  .home_about_head_ja{

  }
  .wholesale_hdr_tt{
    font-size: 40px;
  }
  .wholesale_hdr_tt strong{
    font-size: 78px;
  }
  .wholesale_hdr_cate{
    justify-content: center;
  }
  .wholesale_hdr_cate_item{
    width: 260px;
    margin: 0 5px;
  }
  .wholesale_hdr_cate_item:nth-child(n+3){
    margin-top: 0;
  }
  .lg_desc{
    font-size: 24px;
  }

  .wholesale_hdr_main{
    justify-content: space-between;
    margin-top: 97px;
  }
  .wholesale_hdr_main_box1{
    width: 38.48%;
  }
  .wholesale_hdr_main_box1.left .wholesale_hdr_main_box1_img{
    margin: 47px 24px 0 41px;
  }
  .wholesale_hdr_main_box1.right .wholesale_hdr_main_box1_img{
    margin: 0 47px;
  }
  .wholesale_hdr_main_box1_lg{
    font-size: 38px;
  }
  .wholesale_hdr_main_box1_img{
    margin-top: 50px;
  }
  .wholesale_hdr_main_box1_sm{
    padding-top: 46px;
  }
  .wholesale_hdr_main_box2{
    width: 19.73%;
    padding-top: 60px;
    margin: 0;
  }
  .wholesale_hdr_main_box2_logo{

  }
  .wholesale_hdr_main_box2_mark{

  }
  .wholesale_hdr_main_box2_tt{
    font-size: 30px;
  }


  .wholesale_rcm_box{
    margin-top: 185px;
  }
  .wholesale_rcm_inner{

  }
  .wholesale_rcm_tt{
    width: 760px;
  }
  .wholesale_rcm_lists{

  }
  .wholesale_rcm_list{
    font-size: 26px;
    width: calc(33.33% - 26.66px);
  }

  .wholesale_btm_box{
    padding-top: 136px;
  }
  .wholesale_btm_tt{

  }
  .wholesale_btm_h2{

  }
  .content_desc{

  }
  .content_desc.center{
    text-align: center;
  }

  /*理由*/
  .wholesale_reason_items{

  }
  .wholesale_reason_item{

  }
  .wholesale_reason_item:nth-child(n+2){
    margin-top: 29px;
  }
  .wholesale_reason_item:nth-child(odd) .wholesale_reason_box1{
    order: 1; 
  }
  .wholesale_reason_item:nth-child(odd) .wholesale_reason_box2{
    order: 2; 
  }
  .wholesale_reason_item:nth-child(even) .wholesale_reason_box1{
    order: 2; 
  }
  .wholesale_reason_item:nth-child(even) .wholesale_reason_box2{
    order: 1; 
  }
  .wholesale_reason_box1{
    width: 42.63%;
    padding-top: 20px;
  }
  .wholesale_reason_box1_img{

  }
  .wholesale_reason_box1_img:before{

  }
  .wholesale_reason_box2{
    width: 50.99%;
    margin-top: 0;
  }
  .wholesale_reason_box2_num{
    font-size:70px;
  }
  .wholesale_reason_box2_num strong{
    font-size: 110px;
  }
  .wholesale_reason_box2_tt{
    font-size: 28px;
  }
  .wholesale_reason_box2 .content_desc{

  }
}
@media (min-width:1366px){
  .wholesale_hdr_cate_item{
    width: 285px;
  }
  .wholesale_hdr_main_box2_tt{
    font-size: 36px;
  }
}